From 62d465d0471a38d07ff1019d59b2003db5df4d61 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Thu, 18 Aug 2022 11:22:16 +0800 Subject: [PATCH] * Finish task #65551. --- module/admin/lang/de.php | 1 + module/admin/lang/en.php | 1 + module/admin/lang/fr.php | 1 + module/install/lang/de.php | 2 +- module/install/lang/en.php | 2 +- module/install/lang/fr.php | 2 +- 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/module/admin/lang/de.php b/module/admin/lang/de.php index 4911a17729..35be329946 100644 --- a/module/admin/lang/de.php +++ b/module/admin/lang/de.php @@ -75,6 +75,7 @@ $lang->admin->safe->checkWeak = 'Schwache Passwörter prüfen'; $lang->admin->safe->changeWeak = 'Ihr Passwort ist schwach. Bitte ändern.'; $lang->admin->safe->loginCaptcha = 'Login using CAPTCHA'; $lang->admin->safe->modifyPasswordFirstLogin = 'Passwort nach der ersten Anmeldung ändern'; +$lang->admin->safe->passwordStrengthWeak = 'The password strength is weaker than the system settings.'; $lang->admin->safe->modeList[0] = 'N/A'; $lang->admin->safe->modeList[1] = 'Medium'; diff --git a/module/admin/lang/en.php b/module/admin/lang/en.php index 1c8d55ebc2..1657fb2e33 100644 --- a/module/admin/lang/en.php +++ b/module/admin/lang/en.php @@ -75,6 +75,7 @@ $lang->admin->safe->checkWeak = 'Weak Password Scan'; $lang->admin->safe->changeWeak = 'Force to change weak password'; $lang->admin->safe->loginCaptcha = 'Login using CAPTCHA'; $lang->admin->safe->modifyPasswordFirstLogin = 'Force to change password after first login'; +$lang->admin->safe->passwordStrengthWeak = 'The password strength is weaker than the system settings.'; $lang->admin->safe->modeList[0] = 'I don\'t care.'; $lang->admin->safe->modeList[1] = 'Medium'; diff --git a/module/admin/lang/fr.php b/module/admin/lang/fr.php index 4bb1433680..f8370e4fee 100644 --- a/module/admin/lang/fr.php +++ b/module/admin/lang/fr.php @@ -75,6 +75,7 @@ $lang->admin->safe->checkWeak = 'Balayage des mots de passe faibl $lang->admin->safe->changeWeak = 'Forcer le changement des mots de passe faibles'; $lang->admin->safe->loginCaptcha = 'Login using CAPTCHA'; $lang->admin->safe->modifyPasswordFirstLogin = 'Forcer le changement du mot de passe après la première connexion'; +$lang->admin->safe->passwordStrengthWeak = 'Le mot de passe est moins fort que les paramètres du système.'; $lang->admin->safe->modeList[0] = "Contrôle Modéré"; $lang->admin->safe->modeList[1] = 'Contrôle Moyen'; diff --git a/module/install/lang/de.php b/module/install/lang/de.php index 5c7d739bf6..ac375fa988 100644 --- a/module/install/lang/de.php +++ b/module/install/lang/de.php @@ -162,7 +162,7 @@ $lang->install->account = 'Admin Konto'; $lang->install->password = 'Admin Passwort'; $lang->install->placeholder = new stdclass(); -$lang->install->placeholder->password = 'Combination of letters, numbers and special symbols, at least 6 characters'; +$lang->install->placeholder->password = 'The Password should be ≥ 6 characters, combination of uppercase, lowercase letters and numbers.'; $lang->install->errorEmpty['company'] = "{$lang->install->company} should not be blank."; $lang->install->errorEmpty['account'] = "{$lang->install->account} should not be blank."; diff --git a/module/install/lang/en.php b/module/install/lang/en.php index cfba4afa3c..ae67f6612d 100644 --- a/module/install/lang/en.php +++ b/module/install/lang/en.php @@ -162,7 +162,7 @@ $lang->install->account = 'Admin Account'; $lang->install->password = 'Admin Password'; $lang->install->placeholder = new stdclass(); -$lang->install->placeholder->password = 'Combination of letters, numbers and special symbols, at least 6 characters'; +$lang->install->placeholder->password = 'The Password should be ≥ 6 characters, combination of uppercase, lowercase letters and numbers.'; $lang->install->errorEmpty['company'] = "{$lang->install->company} should not be blank."; $lang->install->errorEmpty['account'] = "{$lang->install->account} should not be blank."; diff --git a/module/install/lang/fr.php b/module/install/lang/fr.php index c5d7bfad74..ffa59af709 100644 --- a/module/install/lang/fr.php +++ b/module/install/lang/fr.php @@ -162,7 +162,7 @@ $lang->install->account = 'Compte Admin'; $lang->install->password = 'Mot de Passe Admin'; $lang->install->placeholder = new stdclass(); -$lang->install->placeholder->password = 'Combination of letters, numbers and special symbols, at least 6 characters'; +$lang->install->placeholder->password = 'Le mot de passe doit ≥ 6 caractères, combinaison de lettres majuscules, minuscules et de chiffres.'; $lang->install->errorEmpty['company'] = "{$lang->install->company} should not be blank."; $lang->install->errorEmpty['account'] = "{$lang->install->account} should not be blank.";