Marius Cramer
2015-08-06 37b29231e47a0c4458dc1c15d98588f16f07e1e2
commit | author | age
181529 1 <?php
10b4c8 2 $wb['jailkit_chroot_home_txt'] = 'Accueil du chroot Jailkit';
877874 3 $wb['jailkit_chroot_app_sections_txt'] = 'Sections des applications chrooté Jailkit';
FS 4 $wb['jailkit_chroot_app_programs_txt'] = 'Applications chrooté Jailkit';
10b4c8 5 $wb['website_path_txt'] = 'Chemin du site web';
T 6 $wb['website_symlinks_txt'] = 'Liens symboliques du site web';
877874 7 $wb['website_symlinks_rel_txt'] = 'Cré des liens symboliques relatives';
FS 8 $wb['vhost_conf_dir_txt'] = 'Rértoire de configuration des VHosts';
9 $wb['vhost_conf_enabled_dir_txt'] = 'Rértoire de configuration des VHosts actifs';
10 $wb['getmail_config_dir_txt'] = 'Rértoire de configuration de Getmail';
10b4c8 11 $wb['fastcgi_starter_path_txt'] = 'Chemin du lanceur de FastCGI';
T 12 $wb['fastcgi_starter_script_txt'] = 'Script lanceur de FastCGI';
13 $wb['fastcgi_alias_txt'] = 'Alias de FastCGI';
14 $wb['fastcgi_phpini_path_txt'] = 'Chemin du php.ini de FastCGI';
15 $wb['fastcgi_children_txt'] = 'Enfant de FastCGI';
877874 16 $wb['fastcgi_max_requests_txt'] = 'Nombre maximal de requês FastCGI';
FS 17 $wb['fastcgi_bin_txt'] = 'Exétable FastCGI';
10b4c8 18 $wb['module_txt'] = 'Module';
T 19 $wb['maildir_path_txt'] = 'Chemin Maildir';
f339eb 20 $wb['maildir_format_txt'] = 'Maildir Format';
10b4c8 21 $wb['homedir_path_txt'] = 'Chemin Homedir';
T 22 $wb['mailuser_uid_txt'] = 'UID de l\'utilisateur mail';
23 $wb['mailuser_gid_txt'] = 'GID de l\'utilisateur mail';
24 $wb['mailuser_name_txt'] = 'Nom d\'utilisateur mail';
25 $wb['mailuser_group_txt'] = 'Groupe de l\'utilisateur mail';
877874 26 $wb['relayhost_txt'] = 'Hôde relais';
10b4c8 27 $wb['relayhost_user_txt'] = 'Utilisateur du relais';
T 28 $wb['relayhost_password_txt'] = 'Mot de passe du relais';
03b633 29 $wb['reject_sender_login_mismatch_txt'] = 'Reject sender and login mismatch';
10b4c8 30 $wb['mailbox_size_limit_txt'] = 'Taille maximale de la boite mail';
T 31 $wb['message_size_limit_txt'] = 'Taille maximale des messages';
32 $wb['ip_address_txt'] = 'Adresse IP';
877874 33 $wb['netmask_txt'] = 'Masque de réau';
10b4c8 34 $wb['gateway_txt'] = 'Passerelle';
c943b4 35 $wb['hostname_txt'] = 'Hô';
10b4c8 36 $wb['nameservers_txt'] = 'Serveurs de nom';
877874 37 $wb['auto_network_configuration_txt'] = 'Configuration du réau';
FS 38 $wb['website_basedir_txt'] = 'Rértoire de base web';
39 $wb['ip_address_error_wrong'] = 'Format de l\'adresse IP invalide.';
40 $wb['netmask_error_wrong'] = 'Format du masque de réau invalide.';
10b4c8 41 $wb['gateway_error_wrong'] = 'Format de la passerelle invalide.';
877874 42 $wb['hostname_error_empty'] = 'L\'hôest vide.';
10b4c8 43 $wb['nameservers_error_empty'] = 'Le serveur de nom est vide.';
877874 44 $wb['jailkit_chroot_cron_programs_txt'] = 'Applications Cron Jailkit chrooté';
FS 45 $wb['config_dir_txt'] = 'Rértoire de configuration';
10b4c8 46 $wb['init_script_txt'] = 'Nom du script Cron de lancement';
877874 47 $wb['crontab_dir_txt'] = 'Chemin des difféntes tables Cron';
10b4c8 48 $wb['wget_txt'] = 'Chemin du programme wget';
c943b4 49 $wb['security_level_txt'] = 'Niveau de sérité';
10b4c8 50 $wb['web_user_txt'] = 'Utilisateur Apache';
T 51 $wb['web_group_txt'] = 'Groupe Apache';
52 $wb['loglevel_txt'] = 'Loglevel';
53 $wb['apps_vhost_port_txt'] = 'Port Apps-vhost';
54 $wb['apps_vhost_ip_txt'] = 'IP Apps-vhost';
55 $wb['apps_vhost_servername_txt'] = ' Domaine Apps-vhost';
56 $wb['bind_user_txt'] = 'Utilisateur BIND';
57 $wb['bind_group_txt'] = 'Groupe BIND';
58 $wb['bind_zonefiles_dir_txt'] = 'Dossier pour les zones BIND';
59 $wb['named_conf_path_txt'] = 'Chemin named.conf BIND';
877874 60 $wb['bind_user_error_empty'] = 'L\'utilisateur BIND est vide.';
10b4c8 61 $wb['bind_group_error_empty'] = 'Le groupe BIND est vide.';
T 62 $wb['bind_zonefiles_dir_error_empty'] = 'Le dossier de zones BIND est vide.';
63 $wb['named_conf_path_error_empty'] = 'Le chemin du named.conf BIND est vide.';
64 $wb['named_conf_local_path_error_empty'] = 'Le chemin du named.conf.local BIND est vide.';
65 $wb['mail_filter_syntax_txt'] = 'Syntaxe filtre email';
877874 66 $wb['pop3_imap_daemon_txt'] = 'Dén POP3/IMAP';
10b4c8 67 $wb['php_open_basedir_txt'] = 'open_basedir PHP';
877874 68 $wb['php_open_basedir_error_empty'] = 'l\'open_basedir PHP est vide.';
FS 69 $wb['htaccess_allow_override_txt'] = 'AllowOverride .htaccess (permet de cré de rées dans .htaccess qui passent outre php config du serveur)';
70 $wb['htaccess_allow_override_error_empty'] = 'l\'AllowOverride .htaccess est vide.';
10b4c8 71 $wb['awstats_conf_dir_txt'] = 'Dossier de configuration AWstats';
877874 72 $wb['awstats_data_dir_txt'] = 'Dossier de donné AWstats';
10b4c8 73 $wb['awstats_pl_txt'] = 'Script awstats.pl';
T 74 $wb['awstats_buildstaticpages_pl_txt'] = 'Script awstats_buildstaticpages.pl';
75 $wb['backup_dir_txt'] = 'Dossier de sauvegarde';
76 $wb['named_conf_local_path_txt'] = 'Chemin named.conf.local BIND';
77 $wb['php_ini_path_cgi_txt'] = 'Chemin php.ini CGI';
78 $wb['php_ini_path_apache_txt'] = 'Chemin php.ini Apache';
877874 79 $wb['check_apache_config_txt'] = 'Tester la configuration Apache au redérrage';
10b4c8 80 $wb['ufw_enable_txt'] = 'Enable';
c943b4 81 $wb['ufw_manage_builtins_txt'] = 'Gér les Rées Intéé';
877874 82 $wb['ufw_ipv6_txt'] = 'Activer l\'IPv6';
FS 83 $wb['ufw_default_input_policy_txt'] = 'Politique Entrant (Input) par déult';
84 $wb['ufw_default_output_policy_txt'] = 'Politique Sortant (Output) par déult';
85 $wb['ufw_default_forward_policy_txt'] = 'Politique de Forward par déult';
86 $wb['ufw_default_application_policy_txt'] = 'Politique Application par déult';
87 $wb['ufw_log_level_txt'] = 'Niveau de Log';
c943b4 88 $wb['network_config_warning_txt'] = "L\'option de configuration du réau n'est disponible QUE pour les serveurs Debian et Ubuntu. NE PAS activer cette option si votre carte réau n'est pas en eth0.";
877874 89 $wb['CA_path_txt'] = 'Chemin CA';
FS 90 $wb['CA_pass_txt'] = 'Mot de passe CA';
10b4c8 91 $wb['fastcgi_config_syntax_txt'] = 'FastCGI config syntax';
877874 92 $wb['server_type_txt'] = 'Type de Serveur';
FS 93 $wb['nginx_vhost_conf_dir_txt'] = 'Repertoire Nginx Vhost config';
c943b4 94 $wb['nginx_vhost_conf_enabled_dir_txt'] = 'Repertoire Nginx Vhost config activé';
877874 95 $wb['nginx_user_txt'] = 'Utilisateur Nginx';
FS 96 $wb['nginx_group_txt'] = 'Gorupe Nginx';
10b4c8 97 $wb['nginx_cgi_socket_txt'] = 'Nginx CGI Socket';
877874 98 $wb['backup_dir_error_empty'] = 'Repertoire Backup est vide.';
FS 99 $wb['maildir_path_error_empty'] = 'Chemin Maildir est vide.';
100 $wb['homedir_path_error_empty'] = 'Chemin Homedir est vide.';
101 $wb['mailuser_uid_error_empty'] = 'Mailuser UID vide.';
102 $wb['mailuser_gid_error_empty'] = 'Mailuser GID vide.';
103 $wb['mailuser_name_error_empty'] = 'Nom Mailuser vide.';
104 $wb['mailuser_group_error_empty'] = 'Groupe Mailuser vide.';
105 $wb['getmail_config_dir_error_empty'] = 'Repertoire Getmail config est vide.';
106 $wb['website_basedir_error_empty'] = 'Chemin racine du site web est vide.';
107 $wb['website_path_error_empty'] = 'Chemin du site web est vide.';
108 $wb['website_symlinks_error_empty'] = 'Liens symboliques du site web est vide.';
109 $wb['vhost_conf_dir_error_empty'] = 'Repertoire Vhost config est vide.';
110 $wb['vhost_conf_enabled_dir_error_empty'] = 'Repertoire avtive Vhost config est vide.';
111 $wb['nginx_vhost_conf_dir_error_empty'] = 'Repertoire Nginx Vhost config est vide.';
112 $wb['nginx_vhost_conf_enabled_dir_error_empty'] = 'Repertoire  config enabled est vide.';
113 $wb['apache_user_error_empty'] = 'Utilisateur Apache est vide.';
114 $wb['apache_group_error_empty'] = 'Groupe Apache est vide.';
115 $wb['nginx_user_error_empty'] = 'Utilisateur Nginx est vide.';
116 $wb['nginx_group_error_empty'] = 'Groupe Nginx est vide.';
117 $wb['php_ini_path_apache_error_empty'] = 'Chemin Apache php.ini est vide.';
118 $wb['php_ini_path_cgi_error_empty'] = 'Chemin CGI php.ini est vide.';
119 $wb['nginx_cgi_socket_empty'] = 'Nginx CGI Socket est vide.';
120 $wb['apps_vhost_port_error_empty'] = 'Port Apps-vhost est vide.';
121 $wb['apps_vhost_ip_error_empty'] = 'IP Apps-vhost est vide.';
122 $wb['fastcgi_starter_path_error_empty'] = 'Chemin FastCGI starter est vide.';
123 $wb['fastcgi_starter_script_error_empty'] = 'Script FastCGI starter est vide.';
124 $wb['fastcgi_alias_error_empty'] = 'Alias FastCGI est vide.';
125 $wb['fastcgi_phpini_path_error_empty'] = 'Chemin FastCGI php.ini est vide.';
126 $wb['fastcgi_children_error_empty'] = 'FastCGI Children est vide.';
127 $wb['fastcgi_max_requests_error_empty'] = 'Max. Reqû FastCGI est vide.';
128 $wb['fastcgi_bin_error_empty'] = 'FastCGI Bin est vide.';
129 $wb['jailkit_chroot_home_error_empty'] = 'Jailkit chroot home est vide.';
130 $wb['jailkit_chroot_app_sections_error_empty'] = 'Jailkit chroot app sections est vide.';
131 $wb['jailkit_chroot_app_programs_error_empty'] = 'Jailkit chrooted applications est vide.';
132 $wb['jailkit_chroot_cron_programs_error_empty'] = 'Jailkit cron chrooted applications est vide.';
133 $wb['vlogger_config_dir_error_empty'] = 'Repertoire Config est vide.';
134 $wb['cron_init_script_error_empty'] = 'Nom de script Cron init est vide.';
135 $wb['crontab_dir_error_empty'] = 'Chemin pour crontabs individuels est vide.';
136 $wb['cron_wget_error_empty'] = 'Chemin au programme wget program est vide.';
10b4c8 137 $wb['php_fpm_init_script_txt'] = 'PHP-FPM init script';
877874 138 $wb['php_fpm_init_script_error_empty'] = 'PHP-FPM init script est vide.';
FS 139 $wb['php_fpm_ini_path_txt'] = 'Chemin PHP-FPM php.ini ';
140 $wb['php_fpm_ini_path_error_empty'] = 'Chemin PHP-FPM php.ini est vide.';
141 $wb['php_fpm_pool_dir_txt'] = 'Repertoire PHP-FPM pool';
142 $wb['php_fpm_pool_dir_error_empty'] = 'Repertoire PHP-FPM pool est vide.';
10b4c8 143 $wb['php_fpm_start_port_txt'] = 'PHP-FPM start port';
877874 144 $wb['php_fpm_start_port_error_empty'] = 'PHP-FPM start port est vide.';
FS 145 $wb['php_fpm_socket_dir_txt'] = 'Repertoire PHP-FPM socket';
146 $wb['php_fpm_socket_dir_error_empty'] = 'Repertoire PHP-FPM socket est vide.';
147 $wb['try_rescue_txt'] = 'Activer le service de monitoring et redérrer sur éec';
148 $wb['do_not_try_rescue_mysql_txt'] = 'Déctiver le monitoring MySQL';
149 $wb['do_not_try_rescue_mail_txt'] = 'Déctiver le monitoring Email';
c943b4 150 $wb['rescue_description_txt'] = "<b>Information:</b> Si vous voulez arreter mysql vous devez selectionner la case Déctiver le monitoring MySQL puis attendre 2 à minutes.<br>Si vous n'attendez pas 2 à minutes, rescue va tenter de redérrer mysql!";
877874 151 $wb['enable_sni_txt'] = 'Activer SNI';
FS 152 $wb['do_not_try_rescue_httpd_txt'] = 'Déctiver le monitoring HTTPD ';
153 $wb['set_folder_permissions_on_update_txt'] = 'Regler les permissions des dossiers lors de mise a jour';
154 $wb['add_web_users_to_sshusers_group_txt'] = 'Ajouter des utilisateur web au groupe -sshusers- ';
155 $wb['connect_userid_to_webid_txt'] = 'Lier Linux userid au webid';
156 $wb['connect_userid_to_webid_start_txt'] = 'ID de dért pour la liason userid/webid';
157 $wb['website_autoalias_txt'] = 'Auto alias Site web';
10b4c8 158 $wb['website_autoalias_note_txt'] = 'Placeholders:';
877874 159 $wb['backup_mode_txt'] = 'Mode Sauvegarde';
c943b4 160 $wb['backup_mode_userzip'] = "Sauvegarder les fichiers web dont l'utilisateur est propriéire en tant que zip";
877874 161 $wb['backup_mode_rootgz'] = 'Sauvegarder tous les fichiers dans le repertoire web en tant qu\'utilisateur root';
FS 162 $wb['realtime_blackhole_list_txt'] = 'Blackhole (trou noir) List en temps ré';
163 $wb['realtime_blackhole_list_note_txt'] = '(Separer les RBL avec des virgules)';
164 $wb['ssl_settings_txt'] = 'Réages SSL';
10b4c8 165 $wb['permissions_txt'] = 'Permissions';
877874 166 $wb['php_settings_txt'] = 'Réages PHP';
FS 167 $wb['apps_vhost_settings_txt'] = 'Réages Apps Vhost';
168 $wb['awstats_settings_txt'] = 'Réages AWStats';
169 $wb['firewall_txt'] = 'PAre-Feu';
170 $wb['mailbox_quota_stats_txt'] = 'Statistiques du Mailbox quota';
171 $wb['enable_ip_wildcard_txt'] = 'Autoriser un joker (wildcard) IP (*)';
172 $wb['web_folder_protection_txt'] = 'Rendre les dossiers web immuables (attributs éndus)';
173 $wb['overtraffic_notify_admin_txt'] = 'Envoyer notification d\'overtraffic à\'admin';
174 $wb['overtraffic_notify_client_txt'] = 'Envoyer notification d\'overtraffic au client';
c943b4 175 $wb['rbl_error_regex'] = "Merci de renseigner des noms d'hô RBL valides.";
877874 176 $wb['overquota_notify_admin_txt'] = 'Envoyer alertes quota à\'admin';
FS 177 $wb['overquota_notify_client_txt'] = 'Envoyer alertes quota au client';
178 $wb['overquota_notify_onok_txt'] = 'Envoyer message quota ok au client';
179 $wb['overquota_notify_freq_txt'] = 'Envoyer des alertes de quota tous les X jours';
180 $wb['overquota_notify_freq_note_txt'] = '0 = envoyer le message uniquement une fois, sans repetition';
181 $wb['admin_notify_events_txt'] = 'Envoyer email à\'admin a partir du niveau suivant';
182 $wb['no_notifications_txt'] = 'Pas de Notifications';
183 $wb['monit_url_txt'] = 'URL Monit';
184 $wb['monit_user_txt'] = 'Utilisateur Monit';
185 $wb['monit_password_txt'] = 'Mot de passe Monit';
186 $wb['monit_url_error_regex'] = 'URL Monit non valide';
7b47c0 187 $wb['monit_url_note_txt'] = 'Placeholder:';
877874 188 $wb['munin_url_txt'] = 'URL Munin';
FS 189 $wb['munin_user_txt'] = 'Utilisateur Munin';
190 $wb['munin_password_txt'] = 'Mot de passe Munin';
191 $wb['munin_url_error_regex'] = 'URL Munin non valide ';
7b47c0 192 $wb['munin_url_note_txt'] = 'Placeholder:';
877874 193 $wb['backup_dir_is_mount_txt'] = 'Repertoir de Backup/sauvegarde est un mount?';
c943b4 194 $wb['backup_dir_mount_cmd_txt'] = "Commande Mount, si le repertoire de sauvegarde/backup n'est pas monté";
877874 195 $wb['monitor_system_updates_txt'] = 'Verifier pour des mises àour Linux';
FS 196 $wb['dkim_path_txt'] = 'Chemin DKIM';
197 $wb["v6_prefix_txt"] = 'Prefix IPv6';
c943b4 198 $wb["vhost_rewrite_v6_txt"] = "Récrire IPv6 sur miroir";
FS 199 $wb["v6_prefix_length"] = "D\'aprèl'IPv6 déni, le préx est trop long";
200 $wb["overquota_db_notify_admin_txt"] = "Envoyer avertissement DB quota à\'admin'";
877874 201 $wb["overquota_db_notify_client_txt"] = 'Envoyer avertissement DB quota au client';
cda33c 202 $wb['hostname_error_regex'] = 'Invalid Hostname.';
TB 203 $wb['invalid_apache_user_txt'] = 'Invalid apache user.';
204 $wb['invalid_apache_group_txt'] = 'Invalid apache group.';
205 $wb['backup_dir_error_regex'] = 'Invalid backup directory.';
206 $wb['maildir_path_error_regex'] = 'Invalid maildir path.';
207 $wb['homedir_path_error_regex'] = 'Invalid homedir path.';
208 $wb['mailuser_name_error_regex'] = 'Invalid mailuser name.';
209 $wb['mailuser_group_name_error_regex'] = 'Invalid mailuser group name.';
210 $wb['mailuser_uid_error_range'] = 'Mailuser uid must be >= 2000';
211 $wb['mailuser_gid_error_range'] = 'Mailuser gid must be >= 2000';
212 $wb['getmail_config_dir_error_regex'] = 'Invalid getmail config directory.';
213 $wb['website_basedir_error_regex'] = 'Invalid website basedir.';
214 $wb['website_symlinks_error_regex'] = 'Invalid website symlinks.';
215 $wb['vhost_conf_dir_error_regex'] = 'Invalid vhost config directory.';
216 $wb['vhost_conf_enabled_dir_error_regex'] = 'Invalid vhost conf enabled directory.';
217 $wb['nginx_vhost_conf_dir_error_regex'] = 'Invalid nginx config directory.';
218 $wb['nginx_vhost_conf_enabled_dir_error_regex'] = 'Invalid nginx conf enabled directory.';
219 $wb['ca_path_error_regex'] = 'Invalid CA path.';
220 $wb['invalid_nginx_user_txt'] = 'Invalid nginx user.';
221 $wb['invalid_nginx_group_txt'] = 'Invalid nginx group.';
222 $wb['php_ini_path_apache_error_regex'] = 'Invalid apache php.ini path.';
223 $wb['php_ini_path_cgi_error_regex'] = 'Invalid cgi php.ini path.';
224 $wb['php_fpm_init_script_error_regex'] = 'Invalid php-fpm init script.';
225 $wb['php_fpm_ini_path_error_regex'] = 'Invalid php-fpm ini path.';
226 $wb['php_fpm_pool_dir_error_regex'] = 'Invalid php-fpm pool directory.';
227 $wb['php_fpm_socket_dir_error_regex'] = 'Invalid php-fpm socket directory.';
228 $wb['php_open_basedir_error_regex'] = 'Invalid php open_basedir.';
229 $wb['awstats_data_dir_empty'] = 'awstats data directory is empty';
230 $wb['awstats_data_dir_error_regex'] = 'Invalid awstats data directory.';
231 $wb['awstats_pl_empty'] = 'awstats.pl setting is empty.';
232 $wb['awstats_pl_error_regex'] = 'Invalid awstats.pl path.';
233 $wb['awstats_buildstaticpages_pl_empty'] = 'awstats_buildstaticpages.pl is empty';
234 $wb['awstats_buildstaticpages_pl_error_regex'] = 'Invalid awstats_buildstaticpages.pl path.';
235 $wb['invalid_bind_user_txt'] = 'Invalid BIND user.';
236 $wb['invalid_bind_group_txt'] = 'Invalid BIND group.';
237 $wb['bind_zonefiles_dir_error_regex'] = 'Invalid BIND zonefiles directory.';
238 $wb['named_conf_path_error_regex'] = 'Invalid named.conf path.';
239 $wb['named_conf_local_path_error_regex'] = 'Invalid named.conf.local path.';
240 $wb['fastcgi_starter_path_error_regex'] = 'Invalid fastcgi starter path.';
241 $wb['fastcgi_starter_script_error_regex'] = 'Invalid fastcgi starter script.';
242 $wb['fastcgi_alias_error_regex'] = 'Invalid fastcgi alias.';
243 $wb['fastcgi_phpini_path_error_regex'] = 'Invalid fastcgi path.';
244 $wb['fastcgi_bin_error_regex'] = 'Invalid fastcgi bin.';
245 $wb['jailkit_chroot_home_error_regex'] = 'Invalid jaikit chroot home.';
246 $wb['jailkit_chroot_app_sections_error_regex'] = 'Invalid jaikit chroot sections.';
247 $wb['jailkit_chroot_app_programs_error_regex'] = 'Invalid jaikit chroot app programs.';
248 $wb['jailkit_chroot_cron_programs_error_regex'] = 'Invalid jaikit chroot cron programs.';
249 $wb['vlogger_config_dir_error_regex'] = 'Invalid vlogger config dir.';
250 $wb['cron_init_script_error_regex'] = 'Invalid cron init script.';
251 $wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
252 $wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
074a57 253 $wb['network_filesystem_txt'] = 'Network Filesystem';
3fa443 254 $wb["disable_bind_log_txt"] = "Disable bind9 messages for Loglevel WARN";
181529 255 ?>
877874 256