From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/sites/lib/lang/fr_web_subdomain.lng | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/web/sites/lib/lang/fr_web_subdomain.lng b/interface/web/sites/lib/lang/fr_web_subdomain.lng index 712bc87..059acf4 100644 --- a/interface/web/sites/lib/lang/fr_web_subdomain.lng +++ b/interface/web/sites/lib/lang/fr_web_subdomain.lng @@ -21,7 +21,6 @@ $wb['ip_address_txt'] = 'Adresse IP'; $wb['vhost_type_txt'] = 'Type de VHost'; $wb['hd_quota_txt'] = 'Quota disque'; -$wb['traffic_quota_txt'] = 'Quota de trafic'; $wb['cgi_txt'] = 'CGI'; $wb['ssi_txt'] = 'SSI'; $wb['ssl_txt'] = 'SSL'; @@ -29,14 +28,15 @@ $wb['php_txt'] = 'PHP'; $wb['client_txt'] = 'Client'; $wb['limit_web_domain_txt'] = 'Le nombre maximum de noms de domaine pour votre compte a été atteint.'; -$wb['limit_web_aliasdomain_txt'] = 'Le nombre maximum dalias de domaine pour votre compte a été atteint.'; +$wb['limit_web_aliasdomain_txt'] = 'Le nombre maximum d\'alias de domaine pour votre compte a été atteint.'; $wb['limit_web_subdomain_txt'] = 'Le nombre maximum de sous-domaines pour votre compte a été atteint.'; $wb['apache_directives_txt'] = 'Directives Apache'; $wb['domain_error_empty'] = 'Le nom de domaine est vide.'; $wb['domain_error_unique'] = 'Le nom de domaine doit être unique.'; $wb['domain_error_regex'] = 'Le nom de domaine est invalide.'; $wb['host_txt'] = 'Hôte'; -$wb['redirect_error_regex'] = 'Le chemin de redirection est invalide. Exemple de redirection valides : /test/ ou http://www.domain.tld/test/'; -$wb['no_redirect_txt'] = 'No redirect'; -$wb['no_flag_txt'] = 'No flag'; +$wb['traffic_quota_txt'] = 'Quota de trafic'; +$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemples de redirections valides: /test/ ou http://www.domain.tld/test/'; +$wb['no_redirect_txt'] = 'Aucune redirecton'; +$wb['no_flag_txt'] = 'Aucun flag'; ?> -- Gitblit v1.9.1