ISPConfig module for simplify the creation of websites and DNS zones in a only step
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

81 рядки
4.4 KiB

  1. <?php
  2. $wb["server_id_txt"] = 'Server';
  3. $wb["ip_address_txt"] = 'IPv4-Address';
  4. $wb["ipv6_address_txt"] = 'IPv6-Address';
  5. $wb["traffic_quota_txt"] = 'Traffic Quota';
  6. $wb['hd_quota_txt'] = 'Harddisk Quota';
  7. $wb["cgi_txt"] = 'CGI';
  8. $wb["ssi_txt"] = 'SSI';
  9. $wb["errordocs_txt"] = 'Own Error-Documents';
  10. $wb["subdomain_txt"] = 'Auto-Subdomain';
  11. $wb["ssl_txt"] = 'SSL';
  12. $wb["suexec_txt"] = 'SuEXEC';
  13. $wb["php_txt"] = 'PHP';
  14. $wb["perl_txt"] = 'Perl';
  15. $wb["ruby_txt"] = 'Ruby';
  16. $wb["python_txt"] = 'Python';
  17. $wb["allow_override_txt"] = 'Apache AllowOverride';
  18. $wb["fastcgi_php_version_txt"] = 'PHP Version';
  19. $wb["pm_txt"] = 'PHP-FPM Process Manager';
  20. $wb["pm_process_idle_timeout_txt"] = 'PHP-FPM pm.process_idle_timeout';
  21. $wb["pm_max_requests_txt"] = 'PHP-FPM pm.max_requests';
  22. $wb["pm_process_idle_timeout_error_regex"] = 'PHP-FPM pm.process_idle_timeout must be a positive integer value.';
  23. $wb["pm_max_requests_error_regex"] = 'PHP-FPM pm.max_requests must be an integer value >= 0.';
  24. $wb["pm_ondemand_hint_txt"] = 'Please note that you must have PHP version >= 5.3.9 in order to use the ondemand process manager. If you select ondemand for an older PHP version, PHP will not start anymore!';
  25. $wb["pm_max_children_txt"] = 'PHP-FPM pm.max_children';
  26. $wb["pm_start_servers_txt"] = 'PHP-FPM pm.start_servers';
  27. $wb["pm_min_spare_servers_txt"] = 'PHP-FPM pm.min_spare_servers';
  28. $wb["pm_max_spare_servers_txt"] = 'PHP-FPM pm.max_spare_servers';
  29. $wb["error_php_fpm_pm_settings_txt"] = 'Values of PHP-FPM pm settings must be as follows: pm.max_children &gt;= pm.max_spare_servers &gt;= pm.start_servers &gt;= pm.min_spare_servers &gt; 0';
  30. $wb["pm_max_children_error_regex"] = 'PHP-FPM pm.max_children must be a positive integer value.';
  31. $wb["pm_start_servers_error_regex"] = 'PHP-FPM pm.start_servers must be a positive integer value.';
  32. $wb["pm_min_spare_servers_error_regex"] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.';
  33. $wb["pm_max_spare_servers_error_regex"] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.';
  34. $wb["apache_directives_txt"] = 'Apache Directives';
  35. $wb["nginx_directives_txt"] = 'Nginx Directives';
  36. $wb["proxy_directives_txt"] = 'Proxy Directives';
  37. $wb["custom_php_ini_txt"] = 'Custom php.ini settings';
  38. $wb["seo_redirect_txt"] = 'SEO Redirect';
  39. $wb['rewrite_to_https_txt'] = 'Rewrite HTTP to HTTPS';
  40. $wb["no_redirect_txt"] = 'No redirect';
  41. $wb["none_txt"] = 'None';
  42. $wb["php_fpm_use_socket_txt"] = 'Use Socket For PHP-FPM';
  43. $wb["traffic_quota_error_regex"] = 'Traffic quota is invalid.';
  44. $wb['traffic_quota_error_empty'] = 'Traffic quota is empty.';
  45. $wb['hd_quota_error_regex'] = 'Harddisk quota is invalid.';
  46. $wb['hd_quota_error_empty'] = 'Harddisk quota is 0 or empty.';
  47. $wb["btn_save_txt"] = 'Save';
  48. $wb["btn_cancel_txt"] = 'Cancel';
  49. $wb["variables_txt"] = 'Variables';
  50. $wb["disabled_txt"] = 'Disabled';
  51. $wb["template_name_txt"] = 'Template name';
  52. $wb["template_name_error_empty"] = 'Template name can not be empty!';
  53. $wb["policy_txt"] = 'Spamfilter';
  54. $wb["no_policy"] = '- not enabled -';
  55. $wb["dkim_txt"] = 'Enable DKIM';
  56. $wb['dkim_selector_txt'] = 'DKIM-Selector';
  57. $wb['dkim_selector_error'] = 'Invalid DKIM-Selector. Use only lower-case alphanumeric characters (a-z or 0-9) up to 63 chars';
  58. $wb["remote_access_txt"] = 'Remote Access';
  59. $wb["remote_ips_txt"] = 'Remote Access IPs (separate by , and leave blank for <i>any</i>)';
  60. $wb["database_charset_txt"] = 'Database charset';
  61. $wb["database_remote_error_ips"] = 'At least one of the entered ip addresses is invalid.';
  62. $wb['limit_database_quota_txt'] = 'Database quota';
  63. $wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.';
  64. $wb["quota_files_txt"] = 'Filequota';
  65. $wb["quota_files_unity_txt"] = 'Files';
  66. $wb["ul_ratio_txt"] = 'Upload ratio';
  67. $wb["dl_ratio_txt"] = 'Download ratio';
  68. $wb["ul_bandwidth_txt"] = 'Upload bandwidth';
  69. $wb["dl_bandwidth_txt"] = 'Download bandwidth';
  70. $wb['shell_txt'] = "Shell";
  71. $wb['chroot_txt'] = "Chroot Shell";
  72. $wb['shell_error_regex'] = 'Invalid shell';
  73. $wb['shell_error_empty'] = 'Shell is empty!';
  74. $wb["enablesmtp_txt"] = 'Enable SMTP (sending)';
  75. $wb["enableimap_txt"] = 'Enable IMAP';
  76. $wb["enablepop3_txt"] = 'Enable POP3';
  77. $wb["mailbox_quota_txt"] = 'Mailbox quota (0 for unlimited)';
  78. $wb["quota_error_isint"] = 'Mailbox size must be a number.';
  79. $wb["quota_error_value"] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1';
  80. $wb['http_port_txt'] = 'HTTP Port';
  81. $wb['https_port_txt'] = 'HTTPS Port';