From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/sites/lib/lang/fr_web_subdomain.lng | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/interface/web/sites/lib/lang/fr_web_subdomain.lng b/interface/web/sites/lib/lang/fr_web_subdomain.lng index 7264aec..e28106f 100644 --- a/interface/web/sites/lib/lang/fr_web_subdomain.lng +++ b/interface/web/sites/lib/lang/fr_web_subdomain.lng @@ -2,7 +2,7 @@ $wb['ssl_state_txt'] = 'Pays'; $wb['ssl_locality_txt'] = 'Lieu'; $wb['ssl_organisation_txt'] = 'Organisation'; -$wb['ssl_organisation_unit_txt'] = 'Unité d\'organisation'; +$wb['ssl_organisation_unit_txt'] = 'Unité dorganisation'; $wb['ssl_country_txt'] = 'Pays'; $wb['ssl_request_txt'] = 'Requête SSL'; $wb['ssl_cert_txt'] = 'Certificat SSL'; @@ -37,5 +37,10 @@ $wb['host_txt'] = 'Hôte'; $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'; +$wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; +$wb['proxy_directives_txt'] = 'Proxy Directives'; +$wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; +$wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; ?> - -- Gitblit v1.9.1