Skip to content

Commit fadd841

Browse files
author
Till Brehm
committed
Merge branch 'Various_3.1_fixes' into 'stable-3.1'
Various 3.1 fixes See merge request !477
2 parents b62d081 + 38b0fe8 commit fadd841

29 files changed

+77
-77
lines changed

interface/web/admin/lib/lang/fr_remote_user.lng

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $wb['DNS srv functions'] = 'Fonctions SRV DNS';
4141
$wb['DNS txt functions'] = 'Fonctions TXT DNS';
4242
$wb['Mail mailing list functions'] = 'Fonctions Mailinglist Mail';
4343
$wb['generate_password_txt'] = 'Générer un mot de passe';
44-
$wb['repeat_password_txt'] = 'Repeat Password';
45-
$wb['password_mismatch_txt'] = 'The passwords do not match.';
46-
$wb['password_match_txt'] = 'The passwords do match.';
44+
$wb['repeat_password_txt'] = 'Répéter le mot de passe';
45+
$wb['password_mismatch_txt'] = 'Les mots de passe ne correspondent pas.';
46+
$wb['password_match_txt'] = 'Les mots de passe correspondent.';
4747
?>

interface/web/admin/lib/lang/fr_users.lng

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ $wb['username_unique'] = 'Le nom d’utilisateur entré existe déja.';
2626
$wb['password_strength_txt'] = 'Force du mot de passe';
2727
$wb['startmodule_err'] = 'Le module de départ nexiste pas.';
2828
$wb['generate_password_txt'] = 'Générer un mot de passe';
29-
$wb['repeat_password_txt'] = 'Repeat Password';
30-
$wb['password_mismatch_txt'] = 'The passwords do not match.';
31-
$wb['password_match_txt'] = 'The passwords do match.';
32-
$wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"';
33-
$wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin';
34-
$wb['lost_password_function_txt'] = 'Forgot password function is available';
29+
$wb['repeat_password_txt'] = 'Répéter le mot de passe';
30+
$wb['password_mismatch_txt'] = 'Les mots de passe ne correspondent pas.';
31+
$wb['password_match_txt'] = 'Les mots de passe correspondent.';
32+
$wb['username_error_collision'] = 'Le nom d\'utilisateur ne peut pas commencer par <b>web</b> ou <b>web</b> suivi d\'un nombre.';
33+
$wb['client_not_admin_err'] = 'Un utilisateur affilié à un client ne peut pas être changé en type admin';
34+
$wb['lost_password_function_txt'] = 'La fonction mot de passe oublié est disponible';
3535
?>

interface/web/mail/lib/lang/ar_mail_mailinglist.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $wb['generate_password_txt'] = 'Generate Password';
1616
$wb['repeat_password_txt'] = 'Repeat Password';
1717
$wb['password_mismatch_txt'] = 'The passwords do not match.';
1818
$wb['password_match_txt'] = 'The passwords do match.';
19-
$wb['listname_error_unique'] = 'There is already a mailinlist with name on the server. Please choose a different listname.';
19+
$wb['listname_error_unique'] = 'There is already a mailinglist with name on the server. Please choose a different listname.';
2020
$wb['email_error_isemail'] = 'Email address is invalid.';
2121
$wb['mailinglist_txt'] = 'Mailing list';
2222
?>

interface/web/mail/lib/lang/bg_mail_mailinglist.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $wb['generate_password_txt'] = 'Generate Password';
1616
$wb['repeat_password_txt'] = 'Repeat Password';
1717
$wb['password_mismatch_txt'] = 'The passwords do not match.';
1818
$wb['password_match_txt'] = 'The passwords do match.';
19-
$wb['listname_error_unique'] = 'There is already a mailinlist with name on the server. Please choose a different listname.';
19+
$wb['listname_error_unique'] = 'There is already a mailinglist with name on the server. Please choose a different listname.';
2020
$wb['email_error_isemail'] = 'Email address is invalid.';
2121
$wb['mailinglist_txt'] = 'Mailing list';
2222
?>

interface/web/mail/lib/lang/ca_mail_mailinglist.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $wb['generate_password_txt'] = 'Générer mot de passe';
1616
$wb['repeat_password_txt'] = 'Retaper le mot de passe';
1717
$wb['password_mismatch_txt'] = 'Les mots de passe ne correspondent pas';
1818
$wb['password_match_txt'] = 'Les mots de passe correspondent';
19-
$wb['listname_error_unique'] = 'There is already a mailinlist with name on the server. Please choose a different listname.';
19+
$wb['listname_error_unique'] = 'There is already a mailinglist with name on the server. Please choose a different listname.';
2020
$wb['email_error_isemail'] = 'Courriel non valide';
2121
$wb['mailinglist_txt'] = 'Liste de diffusion';
2222
?>

interface/web/mail/lib/lang/el_mail_mailinglist.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $wb['generate_password_txt'] = 'Generate Password';
1616
$wb['repeat_password_txt'] = 'Repeat Password';
1717
$wb['password_mismatch_txt'] = 'The passwords do not match.';
1818
$wb['password_match_txt'] = 'The passwords do match.';
19-
$wb['listname_error_unique'] = 'There is already a mailinlist with name on the server. Please choose a different listname.';
19+
$wb['listname_error_unique'] = 'There is already a mailinglist with name on the server. Please choose a different listname.';
2020
$wb['email_error_isemail'] = 'Email address is invalid.';
2121
$wb['mailinglist_txt'] = 'Mailing list';
2222
?>

interface/web/mail/lib/lang/en_mail_mailinglist.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ $wb['generate_password_txt'] = 'Generate Password';
1717
$wb['repeat_password_txt'] = 'Repeat Password';
1818
$wb['password_mismatch_txt'] = 'The passwords do not match.';
1919
$wb['password_match_txt'] = 'The passwords do match.';
20-
$wb["listname_error_unique"] = 'There is already a mailinlist with name on the server. Please choose a different listname.';
20+
$wb["listname_error_unique"] = 'There is already a mailinglist with name on the server. Please choose a different listname.';
2121
$wb["email_error_isemail"] = 'Email address is invalid.';
2222
?>

interface/web/mail/lib/lang/fi_mail_mailinglist.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $wb['generate_password_txt'] = 'Generate Password';
1616
$wb['repeat_password_txt'] = 'Repeat Password';
1717
$wb['password_mismatch_txt'] = 'The passwords do not match.';
1818
$wb['password_match_txt'] = 'The passwords do match.';
19-
$wb['listname_error_unique'] = 'There is already a mailinlist with name on the server. Please choose a different listname.';
19+
$wb['listname_error_unique'] = 'There is already a mailinglist with name on the server. Please choose a different listname.';
2020
$wb['email_error_isemail'] = 'Email address is invalid.';
2121
$wb['mailinglist_txt'] = 'Mailing list';
2222
?>

interface/web/mail/lib/lang/fr_mail_backup_list.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ $wb['delete_backup_txt'] = 'Delete Backup';
1212
$wb['delete_info_txt'] = 'Delete of the backup has been started. This action takes several minutes to be completed.';
1313
$wb['delete_confirm_txt'] = 'Really delete this backup?';
1414
$wb['delete_pending_txt'] = 'There is already a pending backup delete job.';
15-
$wb['filesize_txt'] = 'Filesize';
15+
$wb['filesize_txt'] = 'Taille de fichier';
1616
?>

interface/web/mail/lib/lang/fr_mail_mailinglist.lng

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ $wb['client_txt'] = 'Client';
1313
$wb['email_txt'] = 'E-mail';
1414
$wb['password_txt'] = 'Mot de passe';
1515
$wb['generate_password_txt'] = 'Générer un mot de passe';
16-
$wb['repeat_password_txt'] = 'Repeat Password';
17-
$wb['password_mismatch_txt'] = 'The passwords do not match.';
18-
$wb['password_match_txt'] = 'The passwords do match.';
19-
$wb['listname_error_unique'] = 'There is already a mailinlist with name on the server. Please choose a different listname.';
20-
$wb['email_error_isemail'] = 'Email address is invalid.';
16+
$wb['repeat_password_txt'] = 'Répéter le mot de passe';
17+
$wb['password_mismatch_txt'] = 'Les mots de passe ne correspondent pas.';
18+
$wb['password_match_txt'] = 'Les mots de passe correspondent.';
19+
$wb['listname_error_unique'] = 'Une liste avec le même nom existe déjà sur le serveur. Veuillez choisir un nom différent.';
20+
$wb['email_error_isemail'] = 'Adresse E-Mail invalide.';
2121
$wb['mailinglist_txt'] = 'Liste de distribution';
2222
?>

0 commit comments

Comments
 (0)