From 76d6d3cec6d809c0387842da62b14049a91ec0e1 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 24 Apr 2016 13:57:10 -0400 Subject: [PATCH] Merge branch 'French_Translation_fixes' into 'stable-3.1' --- interface/web/client/lib/lang/fr_client.lng | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/client/lib/lang/fr_client.lng b/interface/web/client/lib/lang/fr_client.lng index 7d4c69e..43b15dc 100644 --- a/interface/web/client/lib/lang/fr_client.lng +++ b/interface/web/client/lib/lang/fr_client.lng @@ -106,7 +106,7 @@ $wb['limit_openvz_vm_error_notint'] = 'La limite de serveurs virtuels doit être un nombre.'; $wb['web_php_options_notempty'] = 'Aucune option PHP choisie. Sélectonnez au moins une option PHP.'; $wb['ssh_chroot_notempty'] = 'Aucune option SSH chroot choisie. Sélectionnez au moins une option SSH.'; -$wb['username_error_collision'] = 'Le nom d’utilisateur ne peut pas commencer par -web- ou -web- followed suivi d’un nombre.'; +$wb['username_error_collision'] = 'Le nom d’utilisateur ne peut pas commencer par -web- ou -web- suivi d’un nombre.'; $wb['add_additional_template_txt'] = 'Ajouter un modèle'; $wb['delete_additional_template_txt'] = 'Supprimer un modèle'; $wb['limit_cgi_txt'] = 'CGI autorisé'; @@ -121,7 +121,7 @@ $wb['bank_account_number_txt'] = 'Numéro de compte bancaire'; $wb['bank_code_txt'] = 'Code banque'; $wb['bank_name_txt'] = 'Nom de la banque'; -$wb['bank_account_iban_txt'] = 'IBAn'; +$wb['bank_account_iban_txt'] = 'IBAN'; $wb['bank_account_swift_txt'] = 'BIC / Swift'; $wb['web_limits_txt'] = 'Limites Web'; $wb['email_limits_txt'] = 'Limites d’e-mails'; @@ -196,6 +196,6 @@ $wb['email_error_empty'] = 'Email is empty'; $wb['limit_database_user_txt'] = 'Max. Database users'; $wb['limit_database_user_error_notint'] = 'The database user limit must be a number.'; -$wb['limit_ssl_letsencrypt_txt'] = 'Let\\'s Encrypt available'; +$wb['limit_ssl_letsencrypt_txt'] = 'Let\'s Encrypt available'; $wb['limit_directive_snippets_txt'] = 'Show web server config selection'; ?> -- Gitblit v1.9.1