Changeset 4008:123f9480c8ed
- Timestamp:
- 07/12/19 10:08:57 (6 years ago)
- Branch:
- default
- Files:
-
- 2 edited
-
admin/user.php (modified) (2 diffs)
-
locales/fr/main.po (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin/user.php
r3985 r4008 142 142 143 143 dcPage::addSuccessNotice(__('User has been successfully created.')); 144 dcPage::addWarningNotice(__('User has no permission, he will not be able to login yet. See below to add some.')); 144 145 if (!empty($_POST['saveplus'])) { 145 146 $core->adminurl->redirect("admin.user"); … … 159 160 dcPage::jsLoad('js/jquery/jquery.pwstrength.js') . 160 161 dcPage::jsJson('user', [ 161 sprintf(__('Password strength: %s'), __('very weak')),162 sprintf(__('Password strength: %s'), __('weak')),163 sprintf(__('Password strength: %s'), __('mediocre')),164 sprintf(__('Password strength: %s'), __('strong')),165 sprintf(__('Password strength: %s'), __('very strong'))166 ]) .162 sprintf(__('Password strength: %s'), __('very weak')), 163 sprintf(__('Password strength: %s'), __('weak')), 164 sprintf(__('Password strength: %s'), __('mediocre')), 165 sprintf(__('Password strength: %s'), __('strong')), 166 sprintf(__('Password strength: %s'), __('very strong')) 167 ]) . 167 168 dcPage::jsLoad('js/_user.js') . 168 169 $core->callBehavior('adminUserHeaders'), -
locales/fr/main.po
r3962 r4008 2533 2533 msgstr "L'utilisateur·rice a été créé·e." 2534 2534 2535 msgid "User has no permission, he will not be able to login yet. See below to add some." 2536 msgstr "L'utilisateur·rice n'a aucune permission, elle ou il ne sera pas en mesure de se connecter. Voir plus bas pour en ajouter." 2537 2535 2538 msgid "User profile" 2536 2539 msgstr "Profil utilisateur·rice"
Note: See TracChangeset
for help on using the changeset viewer.
