From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/sites/lib/lang/ru_web_subdomain.lng | 32 +++++++++++++++++++------------- 1 files changed, 19 insertions(+), 13 deletions(-) diff --git a/interface/web/sites/lib/lang/ru_web_subdomain.lng b/interface/web/sites/lib/lang/ru_web_subdomain.lng index a4317cb..8972c6e 100644 --- a/interface/web/sites/lib/lang/ru_web_subdomain.lng +++ b/interface/web/sites/lib/lang/ru_web_subdomain.lng @@ -1,35 +1,33 @@ <?php -$wb['ssl_state_txt'] = 'State'; +$wb['ssl_state_txt'] = 'Область/край'; $wb['ssl_locality_txt'] = 'Locality'; -$wb['ssl_organisation_txt'] = 'Organisation'; +$wb['ssl_organisation_txt'] = 'Организация'; $wb['ssl_organisation_unit_txt'] = 'Organisation Unit'; -$wb['ssl_country_txt'] = 'Country'; -$wb['ssl_request_txt'] = 'SSL Request'; +$wb['ssl_country_txt'] = 'Страна'; +$wb['ssl_request_txt'] = 'Запрос SSL'; $wb['ssl_cert_txt'] = 'SSL Certificate'; $wb['ssl_bundle_txt'] = 'SSL Bundle'; $wb['ssl_action_txt'] = 'SSL Action'; -$wb['btn_save_txt'] = 'Сохранить'; -$wb['btn_cancel_txt'] = 'Закончить'; $wb['server_id_txt'] = 'Сервер'; $wb['domain_txt'] = 'Домен'; $wb['type_txt'] = 'Тип'; -$wb['parent_domain_id_txt'] = 'Parent Website'; +$wb['parent_domain_id_txt'] = 'Родительский Web-сайт'; $wb['redirect_type_txt'] = 'Т'; -$wb['redirect_path_txt'] = 'Redirect Path'; -$wb['active_txt'] = 'Активный'; +$wb['redirect_path_txt'] = 'Путь редиректа'; +$wb['active_txt'] = 'Активен?'; $wb['document_root_txt'] = 'Documentroot'; $wb['system_user_txt'] = 'Пользователь Linux'; -$wb['system_group_txt'] = 'Linux Group'; +$wb['system_group_txt'] = 'Группа Linux'; $wb['ip_address_txt'] = 'IP-адрес'; $wb['vhost_type_txt'] = 'VHost Тип'; -$wb['hd_quota_txt'] = 'Harddisk Quota'; -$wb['traffic_quota_txt'] = 'Traffic Quota'; +$wb['hd_quota_txt'] = 'Квота HDD'; +$wb['traffic_quota_txt'] = 'Квота трафика'; $wb['cgi_txt'] = 'CGI'; $wb['ssi_txt'] = 'SSI'; $wb['ssl_txt'] = 'SSL'; $wb['suexec_txt'] = 'SuEXEC'; $wb['php_txt'] = 'PHP'; -$wb['client_txt'] = 'Client'; +$wb['client_txt'] = 'Клиент'; $wb['limit_web_domain_txt'] = 'Максимальное число веб доменов достигнуто.'; $wb['limit_web_aliasdomain_txt'] = 'Максимальное число веб алиасов достигнуто.'; $wb['limit_web_subdomain_txt'] = 'Максимальное число веб субдоменов достигнуто.'; @@ -37,4 +35,12 @@ $wb['domain_error_empty'] = 'Домен пустой.'; $wb['domain_error_unique'] = 'Домен должен быть уникальным.'; $wb['domain_error_regex'] = 'Имя домена неправильно.'; +$wb['host_txt'] = 'Хост'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['no_redirect_txt'] = 'No redirect'; +$wb['no_flag_txt'] = 'No flag'; +$wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; +$wb['proxy_directives_txt'] = 'Proxy Directives'; +$wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; +$wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; ?> -- Gitblit v1.9.1