-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
nextcloud/docker-ci
#355Labels
Description
1. The following text strings are missing from Transifex:
gestion/src/js/modules/ajaxRequest.mjs
Line 27 in dd08736
| showSuccess(t('gestion', 'Modification saved')); |
gestion/src/js/modules/ajaxRequest.mjs
Line 51 in dd08736
| showMessage(t('gestion', 'Modification saved')); |
gestion/src/js/modules/ajaxRequest.mjs
Line 234 in dd08736
| showMessage(t('gestion', 'Save in') + " " + $("#theFolder").val() + "/" + $("#pdf").data("folder")); |
gestion/src/js/modules/ajaxRequest.mjs
Line 236 in dd08736
| showMessage(t('gestion', 'There is an error')); |
gestion/src/js/modules/list.mjs
Line 185 in be3ed14
| return "<option selected value='0'>" + t('gestion', 'disable') + "</option><option value='1'>" + t('gestion', 'enable') + "</option>" |
gestion/src/js/modules/list.mjs
Line 187 in be3ed14
| return "<option value='0'>" + t('gestion', 'disable') + "</option><option selected value='1'>" + t('gestion', 'enable') + "</option>" |
2. Change text strings:
disable -> Disable
enable -> Enable
3. All text strings from mainFunction.mjs are also missing.

