From c3189ce6c7301c3ec17878fd3918f31d0d3cb18a Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 04 May 2016 07:27:53 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

---
 interface/web/client/lib/lang/fr_reseller.lng |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/interface/web/client/lib/lang/fr_reseller.lng b/interface/web/client/lib/lang/fr_reseller.lng
index 5b8784f..40a8697 100644
--- a/interface/web/client/lib/lang/fr_reseller.lng
+++ b/interface/web/client/lib/lang/fr_reseller.lng
@@ -105,7 +105,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. Selectionnez au moins une option PHP.';
 $wb['ssh_chroot_notempty'] = 'Aucune option SSH chroot choisie. Selectionnez au moins une option SSH.';
-$wb['username_error_collision'] = 'Le nom d’utilisateur ne devrait pas commencer par le mot -web- ou -web- suivi d’un chifre.';
+$wb['username_error_collision'] = 'Le nom d’utilisateur ne devrait pas commencer par le mot -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é';
@@ -120,7 +120,7 @@
 $wb['web_limits_txt'] = 'Limites Web';
 $wb['email_limits_txt'] = 'Limites emails';
 $wb['database_limits_txt'] = 'Limites de bases de données';
-$wb['cron_job_limits_txt'] = 'Limites de tâches CROn';
+$wb['cron_job_limits_txt'] = 'Limites de tâches Cron';
 $wb['dns_limits_txt'] = 'Limites DNS';
 $wb['virtualization_limits_txt'] = 'Limites de virtualisation';
 $wb['generate_password_txt'] = 'Générer un mot de passe';
@@ -136,7 +136,7 @@
 $wb['bank_account_owner_txt'] = 'Titulaire du 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['aps_limits_txt'] = 'Limites d’installeur APS';
 $wb['limit_aps_txt'] = 'Nombre max d’instances APS';
@@ -200,4 +200,6 @@
 $wb['limit_database_user_error_notint'] = 'The database user limit must be a number.';
 $wb['limit_database_quota_txt'] = 'Database quota';
 $wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.';
+$wb['limit_ssl_letsencrypt_txt'] = 'Let\'s Encrypt available';
+$wb['limit_directive_snippets_txt'] = 'Show web server config selection';
 ?>

--
Gitblit v1.9.1