* Finish task #65551.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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.";
|
||||
|
||||
@@ -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.";
|
||||
|
||||
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user