From 6e2d48d0c9c43533582802b35a70d629d4e4abae Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 28 Sep 2011 06:51:19 -0400 Subject: [PATCH] --- interface/web/admin/lib/lang/fr_system_config.lng | 28 ++++++++++++++++++---------- 1 files changed, 18 insertions(+), 10 deletions(-) diff --git a/interface/web/admin/lib/lang/fr_system_config.lng b/interface/web/admin/lib/lang/fr_system_config.lng index 91e05b1..2029829 100644 --- a/interface/web/admin/lib/lang/fr_system_config.lng +++ b/interface/web/admin/lib/lang/fr_system_config.lng @@ -1,5 +1,5 @@ <?php -$wb['warning'] = 'Editez ces valeurs prudemment! Il nest pas conseillé de modifier les préfixes lorsque vous avez des clients!'; +$wb['warning'] = 'Editez ces valeurs prudemment ! Il nest pas conseillé de modifier les préfixes lorsque vous avez des clients !'; $wb['dbname_prefix_txt'] = 'Préfixe du nom de la BDD'; $wb['dbuser_prefix_txt'] = 'Préfixe de lutilisateur de la BDD'; $wb['shelluser_prefix_txt'] = 'Préfixe lutilisateur Shell'; @@ -10,13 +10,21 @@ $wb['shelluser_prefix_error_regex'] = 'Caractère non autorisé dans le préfixe de lutilisateur Shell.'; $wb['dblist_phpmyadmin_link_txt'] = 'Lien vers PHPMyAdmin dans la liste des bases'; $wb['mailboxlist_webmail_link_txt'] = 'Lien vers le Webmail dans la liste des boites mail'; -$wb['webmail_url_txt'] = 'Webmail URL'; -$wb['phpmyadmin_url_txt'] = 'PHPMyAdmin URL'; -$wb['use_domain_module_txt'] = 'Use the domain-module to add new domains'; -$wb['use_domain_module_hint'] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They cannot free edit the domain-field.You have to re-login after changing this value, to make the changes visible.'; -$wb['new_domain_txt'] = 'HTML to create a new domain'; -$wb['dashboard_atom_url_txt'] = 'Dashboard atom feed URL'; -$wb['webdavuser_prefix_txt'] = 'Webdav user prefix'; -$wb['webdavuser_prefix_error_regex'] = 'Char not allowed in webdav user prefix.'; -$wb['webftp_url_txt'] = 'WebFTP URL'; +$wb['dashboard_atom_url_admin_txt'] = 'Dashboard atom feed URL (admin)'; +$wb['dashboard_atom_url_reseller_txt'] = 'Dashboard atom feed URL (reseller)'; +$wb['dashboard_atom_url_client_txt'] = 'Dashboard atom feed URL (client)'; +$wb['webdavuser_prefix_txt'] = 'Prefixe utilisateur Webdav'; +$wb['webdavuser_prefix_error_regex'] = 'Caractère non autorisé dans le préfixe utilisateur Webdav.'; +$wb['webmail_url_txt'] = 'URL du Webmail'; +$wb['phpmyadmin_url_txt'] = 'URL de PHPMyAdmin'; +$wb['use_domain_module_txt'] = 'Utiliser le module de domaine pour ajouter de nouveaux domaines'; +$wb['use_domain_module_hint'] = 'Si vous utilisez ce module, vos utilisateurs peuvent uniquement sélectionner un des domaines que ladmin crée pour eux. Ils ne peuvent pas éditer librement le champ domaine. Vous devez vous identifier à nouveau après avoir modifié cette valeur pour rendre les modifications visibles.'; +$wb['new_domain_txt'] = 'HTML pour créer un nouveau domaine'; +$wb['webftp_url_txt'] = 'URL WebFTP'; +$wb['monitor_key_txt'] = 'Mot-clé du moniteur'; +$wb['enable_custom_login_txt'] = 'Allow custom login name'; +$wb['mailmailinglist_link_txt'] = 'Link to mailing list in Mailing list list'; +$wb['mailmailinglist_url_txt'] = 'Mailing list URL'; +$wb['admin_mail_txt'] = 'Administrators e-mail'; +$wb['admin_name_txt'] = 'Administrators name'; ?> -- Gitblit v1.9.1