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.
 
 
 
 

213 wiersze
12 KiB

  1. <?php
  2. $wb["client_id_txt"] = 'Client';
  3. $wb["domain_txt"] = 'Domain';
  4. $wb["db_txt"] = 'Create DB';
  5. $wb["db_type_txt"] = 'DB type';
  6. $wb["ftp_txt"] = 'Create FTP';
  7. $wb["ssh_txt"] = 'Create SSH';
  8. $wb["domain_error_empty"] = 'The domain-name is empty';
  9. $wb["domain_error_regex"] = 'This domain-name is not allowed';
  10. $wb['domain_error_unique'] = 'The domain already exists';
  11. $wb["template_id_txt"] = 'Template';
  12. $wb["mail_txt"] = 'Create Mail';
  13. $wb["mailboxes_txt"] = 'Mailboxes';
  14. $wb["mailboxes_help_txt"] = 'Separated by comma, just mailbox name without @domain.tld';
  15. $wb["dkim_txt"] = 'Enable DKIM';
  16. $wb["dkim_private_txt"] = 'DKIM Private-key';
  17. $wb["dkim_public_txt"] = 'DKIM Public-key\nfor information only';
  18. $wb["dkim_generate_txt"] = 'Generate DKIM Private-key';
  19. $wb["dkim_dns_txt"] = 'DNS-Record';
  20. $wb["dkim_settings_txt"] = 'DomainKeys Identified Mail (DKIM)';
  21. $wb['dkim_selector_txt'] = 'DKIM-Selector';
  22. $wb["dkim_private_key_error"] = 'Invalid DKIM-Private key';
  23. $wb["dns_txt"] = 'Create DNS Zone';
  24. $wb['email_txt'] = 'Email';
  25. $wb['dnssec_txt'] = 'Sign zone (DNSSEC)';
  26. $wb['ns1_txt'] = 'NS 1';
  27. $wb['ns2_txt'] = 'NS 2';
  28. $wb['ip_txt'] = 'IP Address';
  29. $wb['ipv6_txt'] = 'IPv6 Address';
  30. $wb['error_origin_empty'] = 'Origin empty.';
  31. $wb['error_ns_empty'] = 'NS empty.';
  32. $wb['error_mbox_empty'] = 'Mbox empty.';
  33. $wb['error_refresh_empty'] = 'Refresh empty.';
  34. $wb['error_retry_empty'] = 'Retry empty.';
  35. $wb['error_expire_empty'] = 'Expire empty.';
  36. $wb['error_minimum_empty'] = 'Minimum empty.';
  37. $wb['error_ttl_empty'] = 'TTL empty.';
  38. $wb['error_domain_empty'] = 'Domain empty';
  39. $wb['error_ip_empty'] = 'IP empty.';
  40. $wb['error_ipv6_empty'] = 'IPv6 empty.';
  41. $wb['error_ns1_empty'] = 'NS1 empty.';
  42. $wb['error_ns2_empty'] = 'NS2 empty.';
  43. $wb['error_email_empty'] = 'Email empty.';
  44. $wb['error_domain_regex'] = 'Domain contains invalid characters.';
  45. $wb['error_ns1_regex'] = 'NS1 contains invalid characters.';
  46. $wb['error_ns2_regex'] = 'NS2 contains invalid characters.';
  47. $wb['error_email_regex'] = 'Email does not contain a valid email address.';
  48. $wb["backup_interval_txt"] = 'Backup interval';
  49. $wb["backup_copies_txt"] = 'Number of backup copies';
  50. $wb["ssl_state_txt"] = 'State';
  51. $wb["ssl_locality_txt"] = 'Locality';
  52. $wb["ssl_organisation_txt"] = 'Organisation';
  53. $wb["ssl_organisation_unit_txt"] = 'Organisation Unit';
  54. $wb["ssl_country_txt"] = 'Country';
  55. $wb["ssl_key_txt"] = 'SSL Key';
  56. $wb["ssl_request_txt"] = 'SSL Request';
  57. $wb["ssl_cert_txt"] = 'SSL Certificate';
  58. $wb["ssl_bundle_txt"] = 'SSL Bundle';
  59. $wb["ssl_action_txt"] = 'SSL Action';
  60. $wb["ssl_domain_txt"] = 'SSL Domain';
  61. $wb["server_id_txt"] = 'Server';
  62. $wb["domain_txt"] = 'Domain';
  63. $wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.';
  64. $wb["type_txt"] = 'Type';
  65. $wb["parent_domain_id_txt"] = 'Parent Website';
  66. $wb["redirect_type_txt"] = 'Redirect Type';
  67. $wb["redirect_path_txt"] = 'Redirect Path';
  68. $wb["active_txt"] = 'Active';
  69. $wb["document_root_txt"] = 'Documentroot';
  70. $wb["system_user_txt"] = 'Linux User';
  71. $wb["system_group_txt"] = 'Linux Group';
  72. $wb["ip_address_txt"] = 'IPv4-Address';
  73. $wb["ipv6_address_txt"] = 'IPv6-Address';
  74. $wb["vhost_type_txt"] = 'VHost Type';
  75. $wb["hd_quota_txt"] = 'Harddisk Quota';
  76. $wb["traffic_quota_txt"] = 'Traffic Quota';
  77. $wb["cgi_txt"] = 'CGI';
  78. $wb["ssi_txt"] = 'SSI';
  79. $wb["errordocs_txt"] = 'Own Error-Documents';
  80. $wb["subdomain_txt"] = 'Auto-Subdomain';
  81. $wb["ssl_txt"] = 'SSL';
  82. $wb["suexec_txt"] = 'SuEXEC';
  83. $wb["php_txt"] = 'PHP';
  84. $wb["client_txt"] = 'Client';
  85. $wb["limit_web_domain_txt"] = 'The max. number of web domains for your account is reached.';
  86. $wb["limit_web_aliasdomain_txt"] = 'The max. number of aliasdomains for your account is reached.';
  87. $wb["limit_web_subdomain_txt"] = 'The max. number of web subdomains for your account is reached.';
  88. $wb["apache_directives_txt"] = 'Apache Directives';
  89. $wb["domain_error_empty"] = 'Domain is empty.';
  90. $wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.';
  91. $wb["domain_error_regex"] = 'Domain name invalid.';
  92. $wb["domain_error_autosub"] = 'There is already a subdomain with these settings.';
  93. $wb["hd_quota_error_empty"] = 'Harddisk quota is 0 or empty.';
  94. $wb["traffic_quota_error_empty"] = 'Traffic quota is empty.';
  95. $wb["error_ssl_state_empty"] = 'SSL State is empty.';
  96. $wb["error_ssl_locality_empty"] = 'SSL Locality is empty.';
  97. $wb["error_ssl_organisation_empty"] = 'SSL Organisation is empty.';
  98. $wb["error_ssl_organisation_unit_empty"] = 'SSL Organisation Unit is empty.';
  99. $wb["error_ssl_country_empty"] = 'SSL Country is empty.';
  100. $wb["error_ssl_cert_empty"] = 'SSL Certificate field is empty';
  101. $wb["client_group_id_txt"] = 'Client';
  102. $wb["stats_password_txt"] = 'Set Webstatistics password';
  103. $wb["allow_override_txt"] = 'Apache AllowOverride';
  104. $wb["limit_web_quota_free_txt"] = 'Max. available Harddisk Quota';
  105. $wb["ssl_state_error_regex"] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
  106. $wb["ssl_locality_error_regex"] = 'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
  107. $wb["ssl_organisation_error_regex"] = 'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
  108. $wb["ssl_organistaion_unit_error_regex"] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
  109. $wb["ssl_country_error_regex"] = 'Invalid SSL Country. Valid characters are: A-Z';
  110. $wb["limit_traffic_quota_free_txt"] = 'Max. available Traffic Quota';
  111. $wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/';
  112. $wb["php_open_basedir_txt"] = 'PHP open_basedir';
  113. $wb["traffic_quota_exceeded_txt"] = 'Traffic quota exceeded';
  114. $wb["ruby_txt"] = 'Ruby';
  115. $wb["stats_user_txt"] = 'Webstatistics username';
  116. $wb["stats_type_txt"] = 'Webstatistics program';
  117. $wb["custom_php_ini_txt"] = 'Custom php.ini settings';
  118. $wb['none_txt'] = 'None';
  119. $wb['disabled_txt'] = 'Disabled';
  120. $wb['no_redirect_txt'] = 'No redirect';
  121. $wb['no_flag_txt'] = 'No flag';
  122. $wb['save_certificate_txt'] = 'Save certificate';
  123. $wb['create_certificate_txt'] = 'Create certificate';
  124. $wb['delete_certificate_txt'] = 'Delete certificate';
  125. $wb["nginx_directives_txt"] = 'nginx Directives';
  126. $wb["seo_redirect_txt"] = 'SEO Redirect';
  127. $wb["non_www_to_www_txt"] = 'Non-www -&gt; www';
  128. $wb["www_to_non_www_txt"] = 'www -&gt; non-www';
  129. $wb["php_fpm_use_socket_txt"] = 'Use Socket For PHP-FPM';
  130. $wb["error_no_sni_txt"] = 'SNI for SSL is not activated on this server. You can enable only one SSL certificate on each IP address.';
  131. $wb["python_txt"] = 'Python';
  132. $wb["perl_txt"] = 'Perl';
  133. $wb["pm_max_children_txt"] = 'PHP-FPM pm.max_children';
  134. $wb["pm_start_servers_txt"] = 'PHP-FPM pm.start_servers';
  135. $wb["pm_min_spare_servers_txt"] = 'PHP-FPM pm.min_spare_servers';
  136. $wb["pm_max_spare_servers_txt"] = 'PHP-FPM pm.max_spare_servers';
  137. $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';
  138. $wb["pm_max_children_error_regex"] = 'PHP-FPM pm.max_children must be a positive integer value.';
  139. $wb["pm_start_servers_error_regex"] = 'PHP-FPM pm.start_servers must be a positive integer value.';
  140. $wb["pm_min_spare_servers_error_regex"] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.';
  141. $wb["pm_max_spare_servers_error_regex"] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.';
  142. $wb["hd_quota_error_regex"] = 'Harddisk quota is invalid.';
  143. $wb["traffic_quota_error_regex"] = 'Traffic quota is invalid.';
  144. $wb["fastcgi_php_version_txt"] = 'PHP Version';
  145. $wb["pm_txt"] = 'PHP-FPM Process Manager';
  146. $wb["pm_process_idle_timeout_txt"] = 'PHP-FPM pm.process_idle_timeout';
  147. $wb["pm_max_requests_txt"] = 'PHP-FPM pm.max_requests';
  148. $wb["pm_process_idle_timeout_error_regex"] = 'PHP-FPM pm.process_idle_timeout must be a positive integer value.';
  149. $wb["pm_max_requests_error_regex"] = 'PHP-FPM pm.max_requests must be an integer value >= 0.';
  150. $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!';
  151. $wb['generate_password_txt'] = 'Generate Password';
  152. $wb['repeat_password_txt'] = 'Repeat Password';
  153. $wb['password_mismatch_txt'] = 'The passwords do not match.';
  154. $wb['password_match_txt'] = 'The passwords do match.';
  155. $wb['available_php_directive_snippets_txt'] = 'Available PHP Directive Snippets:';
  156. $wb['available_apache_directive_snippets_txt'] = 'Available Apache Directive Snippets:';
  157. $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:';
  158. $wb['proxy_directives_txt'] = 'Proxy Directives';
  159. $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
  160. $wb['no_server_error'] = 'No server selected.';
  161. $wb['no_backup_txt'] = 'No backup';
  162. $wb['daily_backup_txt'] = 'Daily';
  163. $wb['weekly_backup_txt'] = 'Weekly';
  164. $wb['monthly_backup_txt'] = 'Monthly';
  165. $wb['rewrite_rules_txt'] = 'Rewrite Rules';
  166. $wb['invalid_rewrite_rules_txt'] = 'Invalid Rewrite Rules';
  167. $wb['allowed_rewrite_rule_directives_txt'] = 'Allowed Directives:';
  168. $wb['configuration_error_txt'] = "CONFIGURATION ERROR";
  169. $wb['variables_txt'] = 'Variables';
  170. $wb['added_by_txt'] = 'Added by';
  171. $wb['added_date_txt'] = 'Added date';
  172. $wb['backup_excludes_txt'] = 'Excluded Directories';
  173. $wb['backup_excludes_note_txt'] = '(Separate multiple directories with commas. Example: web/cache/*,web/backup)';
  174. $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid characters.';
  175. $wb['invalid_custom_php_ini_settings_txt'] = 'Invalid php.ini settings';
  176. $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
  177. $wb['apache_directive_blocked_error'] = 'Apache directive blocked by security settings:';
  178. $wb['http_port_txt'] = 'HTTP Port';
  179. $wb['https_port_txt'] = 'HTTPS Port';
  180. $wb['http_port_error_regex'] = 'HTTP Port invalid.';
  181. $wb['https_port_error_regex'] = 'HTTPS Port invalid.';
  182. $wb['error_dominio_mas_puntos'] = 'El dominio no es correcto, hay 3 puntos o más.';
  183. $wb['error_dominio_www'] = 'El dominio no es correcto. No escriba "www" antes del dominio.';
  184. $wb['error_no_existe_dominio_padre'] = 'El dominio padre para este subdominio, no existe.';
  185. $wb['error_no_ip'] = 'No tiene ip, necesita añadirla en la configuración.';
  186. $wb['error_subdominio_existe'] = 'Este subdominio existe.';
  187. $wb['error_sitio_web_existe'] = 'El dominio que intenta crear ya tiene sitio web.';
  188. $wb['error_activado_servidor'] = 'Necesita activar en la configuración del servidor ';
  189. $wb["database_user_txt"] = 'Database user';
  190. $wb["database_password_txt"] = 'Database password';
  191. $wb["password_strength_txt"] = 'Password strength';
  192. $wb["client_txt"] = 'Client';
  193. $wb["active_txt"] = 'Active';
  194. $wb["database_user_error_empty"] = 'Database user is empty.';
  195. $wb["database_user_error_unique"] = 'There is already a database user with this name on the server. To get a unique name, e.g. prepend your domain name to the username.';
  196. $wb["database_user_error_regex"] = 'Invalid database user name. The username may contain these characters: a-z, A-Z, 0-9 and the underscore. Length: 2 - 64 characters.';
  197. $wb["database_user_error_len"] = 'Database username - {user} - too long. The max. database username length incl. prefix is 16 chars.';
  198. $wb["btn_save_txt"] = 'Save';
  199. $wb["btn_cancel_txt"] = 'Cancel';
  200. $wb['generate_password_txt'] = 'Generate Password';
  201. $wb['repeat_password_txt'] = 'Repeat Password';
  202. $wb['password_mismatch_txt'] = 'The passwords do not match.';
  203. $wb['password_match_txt'] = 'The passwords do match.';
  204. $wb['globalsearch_resultslimit_of_txt'] = "of";
  205. $wb['globalsearch_resultslimit_results_txt'] = "results";
  206. $wb['globalsearch_noresults_text_txt'] = "No results.";
  207. $wb['globalsearch_noresults_limit_txt'] = "0 results";
  208. $wb['globalsearch_searchfield_watermark_txt'] = "Search";
  209. $wb['globalsearch_suggestions_text_txt'] = "Suggestions";
  210. $wb['limit_database_user_txt'] = "The max. number of database users is reached.";
  211. $wb['database_password_error_empty'] = 'Database password is empty.';
  212. ?>