From 37b29231e47a0c4458dc1c15d98588f16f07e1e2 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 06 Aug 2015 03:18:44 -0400 Subject: [PATCH] - don't set password via remoting if field is empty --- interface/web/client/lib/lang/fr_client.lng | 90 +++++++++++++++++++++++---------------------- 1 files changed, 46 insertions(+), 44 deletions(-) diff --git a/interface/web/client/lib/lang/fr_client.lng b/interface/web/client/lib/lang/fr_client.lng index daf8504..5dea56d 100644 --- a/interface/web/client/lib/lang/fr_client.lng +++ b/interface/web/client/lib/lang/fr_client.lng @@ -13,6 +13,7 @@ $wb['limit_spamfilter_policy_txt'] = 'Nombre maximal de règles du filtre antispam'; $wb['default_mailserver_txt'] = 'Serveur mail par défaut'; $wb['company_name_txt'] = 'Nom de l\'entreprise'; +$wb['contact_firstname_txt'] = 'Contact firstname'; $wb['contact_name_txt'] = 'Nom de contact'; $wb['username_txt'] = 'Nom d\'utilisateur'; $wb['password_txt'] = 'Mot de passe'; @@ -99,52 +100,52 @@ $wb['customer_no_txt'] = 'No. Client'; $wb['vat_id_txt'] = 'Numéro de TVA'; $wb['required_fields_txt'] = '* Champs requis'; -$wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists'; -$wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.'; -$wb['company_id_txt'] = 'Company/Entrepreneur ID'; -$wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers'; -$wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template'; -$wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.'; -$wb['web_php_options_notempty'] = 'No PHP option(s) selected. Select at least one PHP option.'; -$wb['ssh_chroot_notempty'] = 'No SSH chroot option selected. Select at least one SSH option.'; -$wb['username_error_collision'] = 'The username may not start with the word -web- or -web- followed by a number.'; -$wb['add_additional_template_txt'] = 'Add additional template'; -$wb['delete_additional_template_txt'] = 'Delete additional template'; -$wb['limit_cgi_txt'] = 'CGI available'; -$wb['limit_ssi_txt'] = 'SSI available'; -$wb['limit_perl_txt'] = 'Perl available'; -$wb['limit_ruby_txt'] = 'Ruby available'; -$wb['limit_python_txt'] = 'Python available'; -$wb['force_suexec_txt'] = 'SuEXEC forced'; -$wb['limit_hterror_txt'] = 'Custom error docs available'; -$wb['limit_wildcard_txt'] = 'Wildcard subdomain available'; -$wb['limit_ssl_txt'] = 'SSL available'; -$wb['bank_account_number_txt'] = 'Bank account no.'; -$wb['bank_code_txt'] = 'Bank code'; -$wb['bank_name_txt'] = 'Bank name'; +$wb['limit_mailmailinglist_txt'] = 'Nombre max de listes d\'email.'; +$wb['limit_mailmailinglist_error_notint'] = 'La limite de listes d\'email doit être un nombre'; +$wb['company_id_txt'] = 'ID Entreprise/Dirigeant'; +$wb['limit_openvz_vm_txt'] = 'Nombre max de serveurs virtuels.'; +$wb['limit_openvz_vm_template_id_txt'] = 'Forcer le modèle de serveur virtuel.'; +$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['add_additional_template_txt'] = 'Ajouter un modèle'; +$wb['delete_additional_template_txt'] = 'Supprimer un modèle'; +$wb['limit_cgi_txt'] = 'CGI autorisé'; +$wb['limit_ssi_txt'] = 'SSI autorisé'; +$wb['limit_perl_txt'] = 'Perl autorisé'; +$wb['limit_ruby_txt'] = 'Ruby autorisé'; +$wb['limit_python_txt'] = 'Python autorisé'; +$wb['force_suexec_txt'] = 'Forcer le SuEXEC'; +$wb['limit_hterror_txt'] = 'Documents d\'erreurs personnalisés autorisés'; +$wb['limit_wildcard_txt'] = 'Sous-domaine joker autorisé'; +$wb['limit_ssl_txt'] = 'SSL autorisé'; +$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_swift_txt'] = 'BIC / Swift'; -$wb['web_limits_txt'] = 'Web Limits'; -$wb['email_limits_txt'] = 'Email Limits'; -$wb['database_limits_txt'] = 'Database Limits'; -$wb['cron_job_limits_txt'] = 'Cron Job Limits'; -$wb['dns_limits_txt'] = 'DNS Limits'; -$wb['virtualization_limits_txt'] = 'Virtualization Limits'; -$wb['generate_password_txt'] = 'Generate Password'; -$wb['repeat_password_txt'] = 'Repeat Password'; -$wb['password_mismatch_txt'] = 'The passwords do not match.'; -$wb['password_match_txt'] = 'The passwords do match.'; -$wb['active_template_additional_txt'] = 'Active Addons'; -$wb['bank_account_owner_txt'] = 'Bank account owner'; -$wb['email_error_isemail'] = 'Please enter a valid email address.'; -$wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; -$wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; -$wb['paypal_email_txt'] = 'PayPal Email'; -$wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; -$wb['aps_limits_txt'] = 'APS Installer Limits'; -$wb['limit_aps_txt'] = 'Max. number of APS instances'; -$wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.'; -$wb['default_slave_dnsserver_txt'] = 'Default Secondary DNS Server'; +$wb['web_limits_txt'] = 'Limites Web'; +$wb['email_limits_txt'] = 'Limites d\'emails'; +$wb['database_limits_txt'] = 'Limite de bases de données'; +$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'] = 'Genérer un mot de passe'; +$wb['repeat_password_txt'] = 'Vérification du mot de passe'; +$wb['password_mismatch_txt'] = 'Les mots de passe ne correspondent pas.'; +$wb['password_match_txt'] = 'Les mots de passe correspondent.'; +$wb['active_template_additional_txt'] = 'Addons actifs'; +$wb['bank_account_owner_txt'] = 'Titulaire du compte bancaire'; +$wb['email_error_isemail'] = 'Saisissez une adresse email valide.'; +$wb['customer_no_error_unique'] = 'Le numéro client doit être unique (ou vide).'; +$wb['paypal_email_error_isemail'] = 'Saisissez un compte Paypal valide.'; +$wb['paypal_email_txt'] = 'Compte Paypal'; +$wb['err_msg_master_tpl_set'] = 'Les paramètres de limites personnalisés seront ignorés si un modèle maître autre que \\"custom\\" est sélectionné.'; +$wb['aps_limits_txt'] = 'Nombre max d\'Installeur APS'; +$wb['limit_aps_txt'] = 'Nombre max d\'instances APS'; +$wb['limit_aps_error_notint'] = 'La limite d\'instances APS doit être un nombre'; +$wb['default_slave_dnsserver_txt'] = 'Serveur DNS secondaire par défaut'; $wb['locked_txt'] = 'Locked (disables all webs etc.)'; $wb['canceled_txt'] = 'Canceled (disables client login)'; $wb['gender_txt'] = 'Title'; @@ -170,4 +171,5 @@ $wb['added_date_txt'] = 'Added date'; $wb['parent_client_id_txt'] = 'Client of reseller'; $wb['none_txt'] = 'none'; +$wb["email_error_empty"] = "Email is empty"; ?> -- Gitblit v1.9.1