From 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 14:30:28 -0400 Subject: [PATCH] Implemented: FS#757 - Add "custom" option to transports --- interface/web/admin/lib/lang/bg_server_config.lng | 84 ++++++++++++++++++++++++------------------ 1 files changed, 48 insertions(+), 36 deletions(-) diff --git a/interface/web/admin/lib/lang/bg_server_config.lng b/interface/web/admin/lib/lang/bg_server_config.lng index b4f1842..ed93388 100644 --- a/interface/web/admin/lib/lang/bg_server_config.lng +++ b/interface/web/admin/lib/lang/bg_server_config.lng @@ -1,37 +1,49 @@ <?php -$wb["jailkit_chroot_home_txt"] = 'Jailkit chroot home'; -$wb["jailkit_chroot_app_sections_txt"] = 'Jailkit chroot app sections'; -$wb["jailkit_chroot_app_programs_txt"] = 'Jailkit chrooted applications'; -$wb["btn_save_txt"] = 'Save'; -$wb["btn_cancel_txt"] = 'Cancel'; -$wb["website_path_txt"] = 'Website path'; -$wb["website_symlinks_txt"] = 'Website symlinks'; -$wb["vhost_conf_dir_txt"] = 'Vhost config dir'; -$wb["vhost_conf_enabled_dir_txt"] = 'Vhost config enabled dir'; -$wb["getmail_config_dir_txt"] = 'Getmail config dir'; -$wb["fastcgi_starter_path_txt"] = 'FastCGI starter path'; -$wb["fastcgi_starter_script_txt"] = 'FastCGI starter script'; -$wb["fastcgi_alias_txt"] = 'FastCGI Alias'; -$wb["fastcgi_phpini_path_txt"] = 'FastCGI php.ini Path'; -$wb["fastcgi_children_txt"] = 'FastCGI Children'; -$wb["fastcgi_max_requests_txt"] = 'FastCGI max. Requests'; -$wb["fastcgi_bin_txt"] = 'FastCGI Bin'; -$wb["module_txt"] = 'Module'; -$wb["maildir_path_txt"] = 'Maildir Path'; -$wb["homedir_path_txt"] = 'Homedir Path'; -$wb["mailuser_uid_txt"] = 'Mailuser UID'; -$wb["mailuser_gid_txt"] = 'Mailuser GID'; -$wb["mailuser_name_txt"] = 'Mailuser Name'; -$wb["mailuser_group_txt"] = 'Mailuser Group'; -$wb["relayhost_txt"] = 'Relayhost'; -$wb["relayhost_user_txt"] = 'Relayhost User'; -$wb["relayhost_password_txt"] = 'Relayhost Password'; -$wb["mailbox_size_limit_txt"] = 'Mailbox Size Limit'; -$wb["message_size_limit_txt"] = 'Message Size Limit'; -$wb["ip_address_txt"] = 'IP Address'; -$wb["netmask_txt"] = 'Netmask'; -$wb["gateway_txt"] = 'Gateway'; -$wb["hostname_txt"] = 'Hostname'; -$wb["nameservers_txt"] = 'Nameservers'; -$wb["auto_network_configuration_txt"] = 'Network Configuration'; -?> \ No newline at end of file +$wb['jailkit_chroot_home_txt'] = 'Jailkit chroot home'; +$wb['jailkit_chroot_app_sections_txt'] = 'Jailkit chroot app sections'; +$wb['jailkit_chroot_app_programs_txt'] = 'Jailkit chrooted applications'; +$wb['website_path_txt'] = 'Website path'; +$wb['website_symlinks_txt'] = 'Website symlinks'; +$wb['vhost_conf_dir_txt'] = 'Vhost config dir'; +$wb['vhost_conf_enabled_dir_txt'] = 'Vhost config enabled dir'; +$wb['getmail_config_dir_txt'] = 'Getmail config dir'; +$wb['fastcgi_starter_path_txt'] = 'FastCGI starter path'; +$wb['fastcgi_starter_script_txt'] = 'FastCGI starter script'; +$wb['fastcgi_alias_txt'] = 'FastCGI Alias'; +$wb['fastcgi_phpini_path_txt'] = 'FastCGI php.ini Path'; +$wb['fastcgi_children_txt'] = 'FastCGI Children'; +$wb['fastcgi_max_requests_txt'] = 'FastCGI max. Requests'; +$wb['fastcgi_bin_txt'] = 'FastCGI Bin'; +$wb['module_txt'] = 'Module'; +$wb['maildir_path_txt'] = 'Maildir Path'; +$wb['homedir_path_txt'] = 'Homedir Path'; +$wb['mailuser_uid_txt'] = 'Mailuser UID'; +$wb['mailuser_gid_txt'] = 'Mailuser GID'; +$wb['mailuser_name_txt'] = 'Mailuser Name'; +$wb['mailuser_group_txt'] = 'Mailuser Group'; +$wb['relayhost_txt'] = 'Relayhost'; +$wb['relayhost_user_txt'] = 'Relayhost User'; +$wb['relayhost_password_txt'] = 'Relayhost Password'; +$wb['mailbox_size_limit_txt'] = 'Mailbox Size Limit'; +$wb['message_size_limit_txt'] = 'Message Size Limit'; +$wb['ip_address_txt'] = 'IP Address'; +$wb['netmask_txt'] = 'Netmask'; +$wb['gateway_txt'] = 'Gateway'; +$wb['hostname_txt'] = 'Hostname'; +$wb['nameservers_txt'] = 'Nameservers'; +$wb['auto_network_configuration_txt'] = 'Network Configuration'; +$wb['website_basedir_txt'] = 'Website basedir'; +$wb['ip_address_error_wrong'] = 'Invalid IP address format.'; +$wb['netmask_error_wrong'] = 'Invalid Netmask format.'; +$wb['gateway_error_wrong'] = 'Invalid Gateway format.'; +$wb['hostname_error_empty'] = 'Hostname is empty.'; +$wb['nameservers_error_empty'] = 'Nameserver is empty.'; +$wb['jailkit_chroot_cron_programs_txt'] = 'Jailkit cron chrooted applications'; +$wb['config_dir_txt'] = 'Config directory'; +$wb['init_script_txt'] = 'Cron init script name'; +$wb['crontab_dir_txt'] = 'Path for individual crontabs'; +$wb['wget_txt'] = 'Path to wget program'; +$wb['security_level_txt'] = 'Security level'; +$wb['web_user_txt'] = 'Apache user'; +$wb['web_group_txt'] = 'Apache group'; +?> -- Gitblit v1.9.1