|
1 | 1 | <?php |
2 | 2 | $wb['ssl_state_txt'] = 'State'; |
3 | 3 | $wb['ssl_locality_txt'] = 'Locality'; |
4 | | -$wb['ssl_organisation_txt'] = 'Organisation'; |
| 4 | +$wb['ssl_organisation_txt'] = 'Организация'; |
5 | 5 | $wb['ssl_organisation_unit_txt'] = 'Organisation Unit'; |
6 | | -$wb['ssl_country_txt'] = 'Country'; |
| 6 | +$wb['ssl_country_txt'] = 'Държава'; |
7 | 7 | $wb['ssl_request_txt'] = 'SSL Request'; |
8 | 8 | $wb['ssl_cert_txt'] = 'SSL Certificate'; |
9 | 9 | $wb['ssl_bundle_txt'] = 'SSL Bundle'; |
10 | 10 | $wb['ssl_action_txt'] = 'SSL Action'; |
11 | | -$wb['btn_save_txt'] = 'Save'; |
12 | | -$wb['btn_cancel_txt'] = 'Cancel'; |
13 | | -$wb['server_id_txt'] = 'Server'; |
14 | | -$wb['domain_txt'] = 'Domain'; |
15 | | -$wb['type_txt'] = 'Type'; |
| 11 | +$wb['btn_save_txt'] = 'Запис'; |
| 12 | +$wb['btn_cancel_txt'] = 'Отказ'; |
| 13 | +$wb['server_id_txt'] = 'Сървър'; |
| 14 | +$wb['domain_txt'] = 'Домейн'; |
| 15 | +$wb['type_txt'] = 'Тип'; |
16 | 16 | $wb['parent_domain_id_txt'] = 'Parent Website'; |
17 | 17 | $wb['redirect_type_txt'] = 'Redirect Type'; |
18 | 18 | $wb['redirect_path_txt'] = 'Redirect Path'; |
19 | | -$wb['active_txt'] = 'Active'; |
| 19 | +$wb['active_txt'] = 'Активен'; |
20 | 20 | $wb['document_root_txt'] = 'Documentroot'; |
21 | | -$wb['system_user_txt'] = 'Linux User'; |
22 | | -$wb['system_group_txt'] = 'Linux Group'; |
23 | | -$wb['ip_address_txt'] = 'IP-Address'; |
| 21 | +$wb['system_user_txt'] = 'Linux потребител'; |
| 22 | +$wb['system_group_txt'] = 'Linux група'; |
| 23 | +$wb['ip_address_txt'] = 'IP адрес'; |
24 | 24 | $wb['vhost_type_txt'] = 'VHost Type'; |
25 | 25 | $wb['hd_quota_txt'] = 'Harddisk Quota'; |
26 | 26 | $wb['traffic_quota_txt'] = 'Traffic Quota'; |
27 | 27 | $wb['cgi_txt'] = 'CGI'; |
28 | 28 | $wb['ssi_txt'] = 'SSI'; |
29 | | -$wb['errordocs_txt'] = 'Own Error-Documents'; |
30 | | -$wb['is_subdomainwww_txt'] = 'www. Subdomain'; |
| 29 | +$wb['errordocs_txt'] = 'Собствени страници за грешки'; |
| 30 | +$wb['is_subdomainwww_txt'] = 'www. поддомейн'; |
31 | 31 | $wb['ssl_txt'] = 'SSL'; |
32 | 32 | $wb['suexec_txt'] = 'SuEXEC'; |
33 | 33 | $wb['php_txt'] = 'PHP'; |
34 | | -$wb['client_txt'] = 'Client'; |
35 | | -$wb['limit_web_domain_txt'] = 'The max. number of web domains for your account is reached.'; |
36 | | -$wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.'; |
37 | | -$wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.'; |
38 | | -$wb['apache_directives_txt'] = 'Apache directives'; |
39 | | -$wb['domain_error_empty'] = 'Domain is empty.'; |
40 | | -$wb['domain_error_unique'] = 'Domain must be unique.'; |
41 | | -$wb['domain_error_regex'] = 'Domain name invalid.'; |
42 | | -$wb['hd_quota_error_empty'] = 'Harddisk quota is empty.'; |
43 | | -$wb['traffic_quota_error_empty'] = 'Traffic quota is empty.'; |
44 | | -$wb['error_ssl_state_empty'] = 'SSL State is empty.'; |
45 | | -$wb['error_ssl_locality_empty'] = 'SSL Locality is empty.'; |
46 | | -$wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.'; |
47 | | -$wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.'; |
48 | | -$wb['error_ssl_country_empty'] = 'SSL Country is empty.'; |
| 34 | +$wb['client_txt'] = 'Клиент'; |
| 35 | +$wb['limit_web_domain_txt'] = 'Достигнат е максималният разрешен брой домейни.'; |
| 36 | +$wb['limit_web_aliasdomain_txt'] = 'Достигнат е максималният разрешен брой aliasdomains.'; |
| 37 | +$wb['limit_web_subdomain_txt'] = 'Достигнат е максималният разрешен брой поддомейни.'; |
| 38 | +$wb['apache_directives_txt'] = 'Apache директиви'; |
| 39 | +$wb['domain_error_empty'] = 'Не е посочен домейн.'; |
| 40 | +$wb['domain_error_unique'] = 'Вече съществува такъв домейн.'; |
| 41 | +$wb['domain_error_regex'] = 'Невалидно име на домейн.'; |
| 42 | +$wb['hd_quota_error_empty'] = 'Не е посочена Harddisk.'; |
| 43 | +$wb['traffic_quota_error_empty'] = 'Не е посочена Traffic quota.'; |
| 44 | +$wb['error_ssl_state_empty'] = 'Не е посочен SSL State.'; |
| 45 | +$wb['error_ssl_locality_empty'] = 'Не е посочен SSL Locality.'; |
| 46 | +$wb['error_ssl_organisation_empty'] = 'Не е посочена SSL организация.'; |
| 47 | +$wb['error_ssl_organisation_unit_empty'] = 'Не е посочен SSL Organisation Unit.'; |
| 48 | +$wb['error_ssl_country_empty'] = 'Не е посочена SSL държава.'; |
49 | 49 | ?> |
0 commit comments