Skip to content

Commit cda33c1

Browse files
author
Till Brehm
committed
Merged language files.
1 parent 8ea45df commit cda33c1

File tree

364 files changed

+1752
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

364 files changed

+1752
-276
lines changed

interface/lib/lang/el.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ $wb['strength_2'] = 'Fair';
145145
$wb['strength_3'] = 'Good';
146146
$wb['strength_4'] = 'Strong';
147147
$wb['strength_5'] = 'Very Strong';
148-
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \"{strength}\".';
148+
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
149149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
150150
?>

interface/lib/lang/fr.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ $wb['strength_2'] = 'Fair';
145145
$wb['strength_3'] = 'Good';
146146
$wb['strength_4'] = 'Strong';
147147
$wb['strength_5'] = 'Very Strong';
148-
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \"{strength}\".';
148+
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
149149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
150150
?>

interface/lib/lang/se.lng

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ $wb['strength_2'] = 'Sådär';
145145
$wb['strength_3'] = 'Bra';
146146
$wb['strength_4'] = 'Starkt';
147147
$wb['strength_5'] = 'Väldigt starkt';
148-
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of "{strength}".';
148+
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \"{strength}\".';
149149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
150150
?>
151-

interface/web/admin/lib/lang/ar_server_config.lng

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,56 @@ $wb['munin_password_txt'] = 'Munin Password';
189189
$wb['munin_url_error_regex'] = 'Invalid Munin URL';
190190
$wb['munin_url_note_txt'] = 'Placeholder:';
191191
$wb['backup_dir_is_mount_txt'] = 'Backup directory is a mount?';
192-
$wb['backup_dir_mount_cmd_txt'] = 'Mount command, if backup directory not mounted';
193192
$wb['monitor_system_updates_txt'] = 'Check for Linux updates';
193+
$wb['hostname_error_regex'] = 'Invalid Hostname.';
194+
$wb['invalid_apache_user_txt'] = 'Invalid apache user.';
195+
$wb['invalid_apache_group_txt'] = 'Invalid apache group.';
196+
$wb['backup_dir_error_regex'] = 'Invalid backup directory.';
197+
$wb['maildir_path_error_regex'] = 'Invalid maildir path.';
198+
$wb['homedir_path_error_regex'] = 'Invalid homedir path.';
199+
$wb['mailuser_name_error_regex'] = 'Invalid mailuser name.';
200+
$wb['mailuser_group_name_error_regex'] = 'Invalid mailuser group name.';
201+
$wb['mailuser_uid_error_range'] = 'Mailuser uid must be >= 2000';
202+
$wb['mailuser_gid_error_range'] = 'Mailuser gid must be >= 2000';
203+
$wb['getmail_config_dir_error_regex'] = 'Invalid getmail config directory.';
204+
$wb['website_basedir_error_regex'] = 'Invalid website basedir.';
205+
$wb['website_symlinks_error_regex'] = 'Invalid website symlinks.';
206+
$wb['vhost_conf_dir_error_regex'] = 'Invalid vhost config directory.';
207+
$wb['vhost_conf_enabled_dir_error_regex'] = 'Invalid vhost conf enabled directory.';
208+
$wb['nginx_vhost_conf_dir_error_regex'] = 'Invalid nginx config directory.';
209+
$wb['nginx_vhost_conf_enabled_dir_error_regex'] = 'Invalid nginx conf enabled directory.';
210+
$wb['ca_path_error_regex'] = 'Invalid CA path.';
211+
$wb['invalid_nginx_user_txt'] = 'Invalid nginx user.';
212+
$wb['invalid_nginx_group_txt'] = 'Invalid nginx group.';
213+
$wb['php_ini_path_apache_error_regex'] = 'Invalid apache php.ini path.';
214+
$wb['php_ini_path_cgi_error_regex'] = 'Invalid cgi php.ini path.';
215+
$wb['php_fpm_init_script_error_regex'] = 'Invalid php-fpm init script.';
216+
$wb['php_fpm_ini_path_error_regex'] = 'Invalid php-fpm ini path.';
217+
$wb['php_fpm_pool_dir_error_regex'] = 'Invalid php-fpm pool directory.';
218+
$wb['php_fpm_socket_dir_error_regex'] = 'Invalid php-fpm socket directory.';
219+
$wb['php_open_basedir_error_regex'] = 'Invalid php open_basedir.';
220+
$wb['awstats_data_dir_empty'] = 'awstats data directory is empty';
221+
$wb['awstats_data_dir_error_regex'] = 'Invalid awstats data directory.';
222+
$wb['awstats_pl_empty'] = 'awstats.pl setting is empty.';
223+
$wb['awstats_pl_error_regex'] = 'Invalid awstats.pl path.';
224+
$wb['awstats_buildstaticpages_pl_empty'] = 'awstats_buildstaticpages.pl is empty';
225+
$wb['awstats_buildstaticpages_pl_error_regex'] = 'Invalid awstats_buildstaticpages.pl path.';
226+
$wb['invalid_bind_user_txt'] = 'Invalid BIND user.';
227+
$wb['invalid_bind_group_txt'] = 'Invalid BIND group.';
228+
$wb['bind_zonefiles_dir_error_regex'] = 'Invalid BIND zonefiles directory.';
229+
$wb['named_conf_path_error_regex'] = 'Invalid named.conf path.';
230+
$wb['named_conf_local_path_error_regex'] = 'Invalid named.conf.local path.';
231+
$wb['fastcgi_starter_path_error_regex'] = 'Invalid fastcgi starter path.';
232+
$wb['fastcgi_starter_script_error_regex'] = 'Invalid fastcgi starter script.';
233+
$wb['fastcgi_alias_error_regex'] = 'Invalid fastcgi alias.';
234+
$wb['fastcgi_phpini_path_error_regex'] = 'Invalid fastcgi path.';
235+
$wb['fastcgi_bin_error_regex'] = 'Invalid fastcgi bin.';
236+
$wb['jailkit_chroot_home_error_regex'] = 'Invalid jaikit chroot home.';
237+
$wb['jailkit_chroot_app_sections_error_regex'] = 'Invalid jaikit chroot sections.';
238+
$wb['jailkit_chroot_app_programs_error_regex'] = 'Invalid jaikit chroot app programs.';
239+
$wb['jailkit_chroot_cron_programs_error_regex'] = 'Invalid jaikit chroot cron programs.';
240+
$wb['vlogger_config_dir_error_regex'] = 'Invalid vlogger config dir.';
241+
$wb['cron_init_script_error_regex'] = 'Invalid cron init script.';
242+
$wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
243+
$wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
194244
?>

interface/web/admin/lib/lang/bg_server_config.lng

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,56 @@ $wb['munin_password_txt'] = 'Munin Password';
189189
$wb['munin_url_error_regex'] = 'Invalid Munin URL';
190190
$wb['munin_url_note_txt'] = 'Placeholder:';
191191
$wb['backup_dir_is_mount_txt'] = 'Backup directory is a mount?';
192-
$wb['backup_dir_mount_cmd_txt'] = 'Mount command, if backup directory not mounted';
193192
$wb['monitor_system_updates_txt'] = 'Check for Linux updates';
193+
$wb['hostname_error_regex'] = 'Invalid Hostname.';
194+
$wb['invalid_apache_user_txt'] = 'Invalid apache user.';
195+
$wb['invalid_apache_group_txt'] = 'Invalid apache group.';
196+
$wb['backup_dir_error_regex'] = 'Invalid backup directory.';
197+
$wb['maildir_path_error_regex'] = 'Invalid maildir path.';
198+
$wb['homedir_path_error_regex'] = 'Invalid homedir path.';
199+
$wb['mailuser_name_error_regex'] = 'Invalid mailuser name.';
200+
$wb['mailuser_group_name_error_regex'] = 'Invalid mailuser group name.';
201+
$wb['mailuser_uid_error_range'] = 'Mailuser uid must be >= 2000';
202+
$wb['mailuser_gid_error_range'] = 'Mailuser gid must be >= 2000';
203+
$wb['getmail_config_dir_error_regex'] = 'Invalid getmail config directory.';
204+
$wb['website_basedir_error_regex'] = 'Invalid website basedir.';
205+
$wb['website_symlinks_error_regex'] = 'Invalid website symlinks.';
206+
$wb['vhost_conf_dir_error_regex'] = 'Invalid vhost config directory.';
207+
$wb['vhost_conf_enabled_dir_error_regex'] = 'Invalid vhost conf enabled directory.';
208+
$wb['nginx_vhost_conf_dir_error_regex'] = 'Invalid nginx config directory.';
209+
$wb['nginx_vhost_conf_enabled_dir_error_regex'] = 'Invalid nginx conf enabled directory.';
210+
$wb['ca_path_error_regex'] = 'Invalid CA path.';
211+
$wb['invalid_nginx_user_txt'] = 'Invalid nginx user.';
212+
$wb['invalid_nginx_group_txt'] = 'Invalid nginx group.';
213+
$wb['php_ini_path_apache_error_regex'] = 'Invalid apache php.ini path.';
214+
$wb['php_ini_path_cgi_error_regex'] = 'Invalid cgi php.ini path.';
215+
$wb['php_fpm_init_script_error_regex'] = 'Invalid php-fpm init script.';
216+
$wb['php_fpm_ini_path_error_regex'] = 'Invalid php-fpm ini path.';
217+
$wb['php_fpm_pool_dir_error_regex'] = 'Invalid php-fpm pool directory.';
218+
$wb['php_fpm_socket_dir_error_regex'] = 'Invalid php-fpm socket directory.';
219+
$wb['php_open_basedir_error_regex'] = 'Invalid php open_basedir.';
220+
$wb['awstats_data_dir_empty'] = 'awstats data directory is empty';
221+
$wb['awstats_data_dir_error_regex'] = 'Invalid awstats data directory.';
222+
$wb['awstats_pl_empty'] = 'awstats.pl setting is empty.';
223+
$wb['awstats_pl_error_regex'] = 'Invalid awstats.pl path.';
224+
$wb['awstats_buildstaticpages_pl_empty'] = 'awstats_buildstaticpages.pl is empty';
225+
$wb['awstats_buildstaticpages_pl_error_regex'] = 'Invalid awstats_buildstaticpages.pl path.';
226+
$wb['invalid_bind_user_txt'] = 'Invalid BIND user.';
227+
$wb['invalid_bind_group_txt'] = 'Invalid BIND group.';
228+
$wb['bind_zonefiles_dir_error_regex'] = 'Invalid BIND zonefiles directory.';
229+
$wb['named_conf_path_error_regex'] = 'Invalid named.conf path.';
230+
$wb['named_conf_local_path_error_regex'] = 'Invalid named.conf.local path.';
231+
$wb['fastcgi_starter_path_error_regex'] = 'Invalid fastcgi starter path.';
232+
$wb['fastcgi_starter_script_error_regex'] = 'Invalid fastcgi starter script.';
233+
$wb['fastcgi_alias_error_regex'] = 'Invalid fastcgi alias.';
234+
$wb['fastcgi_phpini_path_error_regex'] = 'Invalid fastcgi path.';
235+
$wb['fastcgi_bin_error_regex'] = 'Invalid fastcgi bin.';
236+
$wb['jailkit_chroot_home_error_regex'] = 'Invalid jaikit chroot home.';
237+
$wb['jailkit_chroot_app_sections_error_regex'] = 'Invalid jaikit chroot sections.';
238+
$wb['jailkit_chroot_app_programs_error_regex'] = 'Invalid jaikit chroot app programs.';
239+
$wb['jailkit_chroot_cron_programs_error_regex'] = 'Invalid jaikit chroot cron programs.';
240+
$wb['vlogger_config_dir_error_regex'] = 'Invalid vlogger config dir.';
241+
$wb['cron_init_script_error_regex'] = 'Invalid cron init script.';
242+
$wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
243+
$wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
194244
?>

interface/web/admin/lib/lang/br_server_config.lng

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,56 @@ $wb['munin_password_txt'] = 'Munin Password';
189189
$wb['munin_url_error_regex'] = 'Invalid Munin URL';
190190
$wb['munin_url_note_txt'] = 'Placeholder:';
191191
$wb['backup_dir_is_mount_txt'] = 'Backup directory is a mount?';
192-
$wb['backup_dir_mount_cmd_txt'] = 'Mount command, if backup directory not mounted';
193192
$wb['monitor_system_updates_txt'] = 'Check for Linux updates';
193+
$wb['hostname_error_regex'] = 'Invalid Hostname.';
194+
$wb['invalid_apache_user_txt'] = 'Invalid apache user.';
195+
$wb['invalid_apache_group_txt'] = 'Invalid apache group.';
196+
$wb['backup_dir_error_regex'] = 'Invalid backup directory.';
197+
$wb['maildir_path_error_regex'] = 'Invalid maildir path.';
198+
$wb['homedir_path_error_regex'] = 'Invalid homedir path.';
199+
$wb['mailuser_name_error_regex'] = 'Invalid mailuser name.';
200+
$wb['mailuser_group_name_error_regex'] = 'Invalid mailuser group name.';
201+
$wb['mailuser_uid_error_range'] = 'Mailuser uid must be >= 2000';
202+
$wb['mailuser_gid_error_range'] = 'Mailuser gid must be >= 2000';
203+
$wb['getmail_config_dir_error_regex'] = 'Invalid getmail config directory.';
204+
$wb['website_basedir_error_regex'] = 'Invalid website basedir.';
205+
$wb['website_symlinks_error_regex'] = 'Invalid website symlinks.';
206+
$wb['vhost_conf_dir_error_regex'] = 'Invalid vhost config directory.';
207+
$wb['vhost_conf_enabled_dir_error_regex'] = 'Invalid vhost conf enabled directory.';
208+
$wb['nginx_vhost_conf_dir_error_regex'] = 'Invalid nginx config directory.';
209+
$wb['nginx_vhost_conf_enabled_dir_error_regex'] = 'Invalid nginx conf enabled directory.';
210+
$wb['ca_path_error_regex'] = 'Invalid CA path.';
211+
$wb['invalid_nginx_user_txt'] = 'Invalid nginx user.';
212+
$wb['invalid_nginx_group_txt'] = 'Invalid nginx group.';
213+
$wb['php_ini_path_apache_error_regex'] = 'Invalid apache php.ini path.';
214+
$wb['php_ini_path_cgi_error_regex'] = 'Invalid cgi php.ini path.';
215+
$wb['php_fpm_init_script_error_regex'] = 'Invalid php-fpm init script.';
216+
$wb['php_fpm_ini_path_error_regex'] = 'Invalid php-fpm ini path.';
217+
$wb['php_fpm_pool_dir_error_regex'] = 'Invalid php-fpm pool directory.';
218+
$wb['php_fpm_socket_dir_error_regex'] = 'Invalid php-fpm socket directory.';
219+
$wb['php_open_basedir_error_regex'] = 'Invalid php open_basedir.';
220+
$wb['awstats_data_dir_empty'] = 'awstats data directory is empty';
221+
$wb['awstats_data_dir_error_regex'] = 'Invalid awstats data directory.';
222+
$wb['awstats_pl_empty'] = 'awstats.pl setting is empty.';
223+
$wb['awstats_pl_error_regex'] = 'Invalid awstats.pl path.';
224+
$wb['awstats_buildstaticpages_pl_empty'] = 'awstats_buildstaticpages.pl is empty';
225+
$wb['awstats_buildstaticpages_pl_error_regex'] = 'Invalid awstats_buildstaticpages.pl path.';
226+
$wb['invalid_bind_user_txt'] = 'Invalid BIND user.';
227+
$wb['invalid_bind_group_txt'] = 'Invalid BIND group.';
228+
$wb['bind_zonefiles_dir_error_regex'] = 'Invalid BIND zonefiles directory.';
229+
$wb['named_conf_path_error_regex'] = 'Invalid named.conf path.';
230+
$wb['named_conf_local_path_error_regex'] = 'Invalid named.conf.local path.';
231+
$wb['fastcgi_starter_path_error_regex'] = 'Invalid fastcgi starter path.';
232+
$wb['fastcgi_starter_script_error_regex'] = 'Invalid fastcgi starter script.';
233+
$wb['fastcgi_alias_error_regex'] = 'Invalid fastcgi alias.';
234+
$wb['fastcgi_phpini_path_error_regex'] = 'Invalid fastcgi path.';
235+
$wb['fastcgi_bin_error_regex'] = 'Invalid fastcgi bin.';
236+
$wb['jailkit_chroot_home_error_regex'] = 'Invalid jaikit chroot home.';
237+
$wb['jailkit_chroot_app_sections_error_regex'] = 'Invalid jaikit chroot sections.';
238+
$wb['jailkit_chroot_app_programs_error_regex'] = 'Invalid jaikit chroot app programs.';
239+
$wb['jailkit_chroot_cron_programs_error_regex'] = 'Invalid jaikit chroot cron programs.';
240+
$wb['vlogger_config_dir_error_regex'] = 'Invalid vlogger config dir.';
241+
$wb['cron_init_script_error_regex'] = 'Invalid cron init script.';
242+
$wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
243+
$wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
194244
?>

interface/web/admin/lib/lang/cz_server_config.lng

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,56 @@ $wb['munin_password_txt'] = 'Munin heslo';
189189
$wb['munin_url_error_regex'] = 'Invalid Munin URL';
190190
$wb['munin_url_note_txt'] = 'Zástupný symbol';
191191
$wb['backup_dir_is_mount_txt'] = 'Připojit adresář pro zálohy ?';
192-
$wb['backup_dir_mount_cmd_txt'] = 'Příkaz připojení, pokud adresář pro zálohy není připojen . (např. mount ...)';
193192
$wb['monitor_system_updates_txt'] = 'Kontrolovat aktualizace Linuxu';
193+
$wb['hostname_error_regex'] = 'Invalid Hostname.';
194+
$wb['invalid_apache_user_txt'] = 'Invalid apache user.';
195+
$wb['invalid_apache_group_txt'] = 'Invalid apache group.';
196+
$wb['backup_dir_error_regex'] = 'Invalid backup directory.';
197+
$wb['maildir_path_error_regex'] = 'Invalid maildir path.';
198+
$wb['homedir_path_error_regex'] = 'Invalid homedir path.';
199+
$wb['mailuser_name_error_regex'] = 'Invalid mailuser name.';
200+
$wb['mailuser_group_name_error_regex'] = 'Invalid mailuser group name.';
201+
$wb['mailuser_uid_error_range'] = 'Mailuser uid must be >= 2000';
202+
$wb['mailuser_gid_error_range'] = 'Mailuser gid must be >= 2000';
203+
$wb['getmail_config_dir_error_regex'] = 'Invalid getmail config directory.';
204+
$wb['website_basedir_error_regex'] = 'Invalid website basedir.';
205+
$wb['website_symlinks_error_regex'] = 'Invalid website symlinks.';
206+
$wb['vhost_conf_dir_error_regex'] = 'Invalid vhost config directory.';
207+
$wb['vhost_conf_enabled_dir_error_regex'] = 'Invalid vhost conf enabled directory.';
208+
$wb['nginx_vhost_conf_dir_error_regex'] = 'Invalid nginx config directory.';
209+
$wb['nginx_vhost_conf_enabled_dir_error_regex'] = 'Invalid nginx conf enabled directory.';
210+
$wb['ca_path_error_regex'] = 'Invalid CA path.';
211+
$wb['invalid_nginx_user_txt'] = 'Invalid nginx user.';
212+
$wb['invalid_nginx_group_txt'] = 'Invalid nginx group.';
213+
$wb['php_ini_path_apache_error_regex'] = 'Invalid apache php.ini path.';
214+
$wb['php_ini_path_cgi_error_regex'] = 'Invalid cgi php.ini path.';
215+
$wb['php_fpm_init_script_error_regex'] = 'Invalid php-fpm init script.';
216+
$wb['php_fpm_ini_path_error_regex'] = 'Invalid php-fpm ini path.';
217+
$wb['php_fpm_pool_dir_error_regex'] = 'Invalid php-fpm pool directory.';
218+
$wb['php_fpm_socket_dir_error_regex'] = 'Invalid php-fpm socket directory.';
219+
$wb['php_open_basedir_error_regex'] = 'Invalid php open_basedir.';
220+
$wb['awstats_data_dir_empty'] = 'awstats data directory is empty';
221+
$wb['awstats_data_dir_error_regex'] = 'Invalid awstats data directory.';
222+
$wb['awstats_pl_empty'] = 'awstats.pl setting is empty.';
223+
$wb['awstats_pl_error_regex'] = 'Invalid awstats.pl path.';
224+
$wb['awstats_buildstaticpages_pl_empty'] = 'awstats_buildstaticpages.pl is empty';
225+
$wb['awstats_buildstaticpages_pl_error_regex'] = 'Invalid awstats_buildstaticpages.pl path.';
226+
$wb['invalid_bind_user_txt'] = 'Invalid BIND user.';
227+
$wb['invalid_bind_group_txt'] = 'Invalid BIND group.';
228+
$wb['bind_zonefiles_dir_error_regex'] = 'Invalid BIND zonefiles directory.';
229+
$wb['named_conf_path_error_regex'] = 'Invalid named.conf path.';
230+
$wb['named_conf_local_path_error_regex'] = 'Invalid named.conf.local path.';
231+
$wb['fastcgi_starter_path_error_regex'] = 'Invalid fastcgi starter path.';
232+
$wb['fastcgi_starter_script_error_regex'] = 'Invalid fastcgi starter script.';
233+
$wb['fastcgi_alias_error_regex'] = 'Invalid fastcgi alias.';
234+
$wb['fastcgi_phpini_path_error_regex'] = 'Invalid fastcgi path.';
235+
$wb['fastcgi_bin_error_regex'] = 'Invalid fastcgi bin.';
236+
$wb['jailkit_chroot_home_error_regex'] = 'Invalid jaikit chroot home.';
237+
$wb['jailkit_chroot_app_sections_error_regex'] = 'Invalid jaikit chroot sections.';
238+
$wb['jailkit_chroot_app_programs_error_regex'] = 'Invalid jaikit chroot app programs.';
239+
$wb['jailkit_chroot_cron_programs_error_regex'] = 'Invalid jaikit chroot cron programs.';
240+
$wb['vlogger_config_dir_error_regex'] = 'Invalid vlogger config dir.';
241+
$wb['cron_init_script_error_regex'] = 'Invalid cron init script.';
242+
$wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
243+
$wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
194244
?>

0 commit comments

Comments
 (0)