ISPConfig module for simplify the creation of websites and DNS zones in a only step
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

86 wiersze
4.5 KiB

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