Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
407003 1 <?php
TB 2 $wb['ssl_state_txt'] = 'Pays';
3 $wb['ssl_locality_txt'] = 'Lieu';
4 $wb['ssl_organisation_txt'] = 'Organisation';
5 $wb['ssl_organisation_unit_txt'] = 'Unité dorganisation';
6 $wb['ssl_country_txt'] = 'Pays';
7 $wb['ssl_request_txt'] = 'Requête SSL';
8 $wb['ssl_cert_txt'] = 'Certificat SSL';
9 $wb['ssl_bundle_txt'] = 'SSL Bundle';
10 $wb['ssl_action_txt'] = 'Action SSL';
11 $wb['server_id_txt'] = 'Serveur';
12 $wb['domain_txt'] = 'Domaine';
13 $wb['type_txt'] = 'Type';
14 $wb['parent_domain_id_txt'] = 'Site web parent';
15 $wb['redirect_type_txt'] = 'Type de redirection';
16 $wb['redirect_path_txt'] = 'Chemin de redirection';
17 $wb['active_txt'] = 'Actif';
18 $wb['document_root_txt'] = 'Racine du document';
19 $wb['system_user_txt'] = 'Utilisateur Linux';
20 $wb['system_group_txt'] = 'Groupe Linux';
21 $wb['ip_address_txt'] = 'Adresse IP';
22 $wb['vhost_type_txt'] = 'Type de VHost';
23 $wb['hd_quota_txt'] = 'Quota disque';
24 $wb['cgi_txt'] = 'CGI';
25 $wb['ssi_txt'] = 'SSI';
26 $wb['ssl_txt'] = 'SSL';
27 $wb['suexec_txt'] = 'SuEXEC';
28 $wb['php_txt'] = 'PHP';
29 $wb['client_txt'] = 'Client';
30 $wb['limit_web_domain_txt'] = 'Le nombre maximum de noms de domaine pour votre compte a été atteint.';
31 $wb['limit_web_aliasdomain_txt'] = 'Le nombre maximum d\'alias de domaine pour votre compte a été atteint.';
32 $wb['limit_web_subdomain_txt'] = 'Le nombre maximum de sous-domaines pour votre compte a été atteint.';
33 $wb['apache_directives_txt'] = 'Directives Apache';
34 $wb['domain_error_empty'] = 'Le nom de domaine est vide.';
35 $wb['domain_error_unique'] = 'Le nom de domaine doit être unique.';
36 $wb['domain_error_regex'] = 'Le nom de domaine est invalide.';
37 $wb['host_txt'] = 'Hôte';
38 $wb['traffic_quota_txt'] = 'Quota de trafic';
39 $wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemples de redirections valides: /test/ ou http://www.domain.tld/test/';
40 $wb['no_redirect_txt'] = 'Aucune redirecton';
41 $wb['no_flag_txt'] = 'Aucun flag';
42 $wb['domain_error_wildcard'] = 'Les sous-domaines joker ne sont pas autorisés.';
43 $wb['proxy_directives_txt'] = 'Directives pour les Proxy';
44 $wb['available_proxy_directive_snippets_txt'] = 'Directives pour les Proxy Snippets disponibles :';
45 $wb['error_proxy_requires_url'] = 'Les redirections de type \\"proxy\\" nécessitent une URL comme chemin de redirection.';
4bdecc 46 $wb['http_port_txt'] = 'HTTP Port';
TB 47 $wb['https_port_txt'] = 'HTTPS Port';
48 $wb['http_port_error_regex'] = 'HTTP Port invalid.';
49 $wb['https_port_error_regex'] = 'HTTPS Port invalid.';
407003 50 ?>