Skip to content

Commit

Permalink
#0.8.4 lowercase support translations
Browse files Browse the repository at this point in the history
  • Loading branch information
keywan-ghadami-oxid committed Oct 30, 2019
1 parent 808c85b commit 1d58ab9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion translations/de/passwordpolicy_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
'OXPS_PASSWORDPOLICY_PASSWORDVALIDATION_SPECIAL' => 'Das Passwort muss mindestens eines der folgenden Zeichen enthalten: ! @ # $ % ^ & * ? _ ~ - ( ) ',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_TOOLONG' => 'Das Passwort ist zu lang, bitte benutzen Sie ein kürzeres.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESDIGITS' => 'Das Passwort muss mindestens eine Zahl enthalten.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESCAPITAL' => 'Das Passwort muss mindestens einen Großbuchstaben (z.B. Punkte, Bindestriche, Unterstriche) enthalten.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESCAPITAL' => 'Das Passwort muss mindestens einen Großbuchstaben enthalten.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESLOWER' => 'Das Passwort muss mindestens einen Kleinbuchstaben enthalten.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESSPECIAL' => 'Das Passwort muss mindestens ein Sonderzeichen Zahl enthalten.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_WRONGTYPE' => 'Fehlerhafter Typ, bitte tragen Sie einen validen Wert ein. Bei weiteren Fragen wenden Sie sich an den Support.',
);
3 changes: 2 additions & 1 deletion translations/en/passwordpolicy_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
'OXPS_PASSWORDPOLICY_PASSWORDVALIDATION_SPECIAL' => 'The password must include at least one of the following characters: ! @ # $ % ^ & * ? _ ~ - ( ) ',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_TOOLONG' => 'The password is too long. Please enter a shorter one.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESDIGITS' => 'The password must include at least one figure.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESCAPITAL' => 'The password must include at least one capital letter (e.g. full stop, hyphen, underscore).',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESCAPITAL' => 'The password must include at least one capital letter.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESLOWER' => 'The password must include at least one lower case letter.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESSPECIAL' => 'The password must include at least one special character and one figure.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_WRONGTYPE' => 'Incorrect type, please enter a valid value. If you have any further questions, please contact the support.',
);
3 changes: 2 additions & 1 deletion translations/fr/passwordpolicy_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
'OXPS_PASSWORDPOLICY_PASSWORDVALIDATION_SPECIAL' => 'Le mot de passe doit contenir au moins un des caractères suivants : ! @ # $ % ^ & * ? _ ~ - ( ) ',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_TOOLONG' => 'Le mot de passe est trop long, veuillez en saisir un plus court.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESDIGITS' => 'Le mot de passe doit contenir au moins un chiffre.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESCAPITAL' => 'Le mot de passe doit contenir au moins une lettre majuscule (par ex. des points, des tirets, des tirets bas).',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESCAPITAL' => 'Le mot de passe doit contenir au moins une lettre majuscule.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESLOWER' => 'Le mot de passe doit contenir au moins une lettre minuscules.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESSPECIAL' => 'Le mot de passe doit contenir au moins un caractère spécial.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_WRONGTYPE' => 'Type erroné, veuillez saisir une valeur valide. Pour d'autres questions, veuillez contacter le support.',
);
1 change: 1 addition & 0 deletions translations/it/passwordpolicy_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_TOOLONG' => '[TR - Password You have entered is too long, please use shorter password.]',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESDIGITS' => '[TR - Password must contain at least one digit, please use digits in Your new password.]',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESCAPITAL' => '[TR - Password must contain at least one capital (UPPERCASE) letter, please use capital letters in Your new password.]',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESLOWER' => 'The password must include at least one lower case letter.',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_REQUIRESSPECIAL' => '[TR - Password must contain at least one special character (dot, dash, underscore, etc.), please use special characters in Your new password.]',
'OXPS_PASSWORDPOLICY_PASSWORDSTRENGTH_ERROR_WRONGTYPE' => '[TR - Invalid type, please make sure You have entered valid value or contact Your system administrator.]',
);

0 comments on commit 1d58ab9

Please sign in to comment.