Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
da5a1d 1 <?php
2c1c66 2 $wb['template_id_txt'] = 'Шаблон';
T 3 $wb['server_id_txt'] = 'Сервер';
4 $wb['client_txt'] = 'Клиент';
5 $wb['btn_save_txt'] = 'Создать DNS запись';
6 $wb['btn_cancel_txt'] = 'Отмена';
7 $wb['domain_txt'] = 'Домен';
8 $wb['email_txt'] = 'E-mail';
da5a1d 9 $wb['ns1_txt'] = 'NS 1';
F 10 $wb['ns2_txt'] = 'NS 2';
2c1c66 11 $wb['ip_txt'] = 'IP-адрес';
604d25 12 $wb['ipv6_txt'] = 'IPv6-адрес';
2c1c66 13 $wb['error_origin_empty'] = 'Пустой Origin.';
T 14 $wb['error_ns_empty'] = 'Пустой NS.';
15 $wb['error_mbox_empty'] = 'Пустой Mbox.';
16 $wb['error_refresh_empty'] = 'Пустой Refresh.';
17 $wb['error_retry_empty'] = 'Пустой Retry.';
18 $wb['error_expire_empty'] = 'Пустой Expire.';
19 $wb['error_minimum_empty'] = 'Пустой Minimum.';
20 $wb['error_ttl_empty'] = 'Пустой TTL.';
21 $wb['error_domain_empty'] = 'Пустой Domain';
22 $wb['error_ip_empty'] = 'Пустой IP.';
604d25 23 $wb['error_ipv6_empty'] = 'Пустой IPv6.';
2c1c66 24 $wb['error_ns1_empty'] = 'Пустой NS1.';
T 25 $wb['error_ns2_empty'] = 'Пустой NS2.';
26 $wb['error_email_empty'] = 'Пустой E-Mail.';
27 $wb['error_domain_regex'] = 'Домен содержит неверные символы.';
28 $wb['error_ns1_regex'] = 'NS1 содержит неверные символы.';
29 $wb['error_ns2_regex'] = 'NS2 содержит неверные символы.';
30 $wb['error_email_regex'] = 'E-mail не содержит правильного e-mail адреса.';
142907 31 $wb['dns_zone_txt'] = 'DNS Zone';
T 32 $wb['globalsearch_resultslimit_of_txt'] = 'of';
33 $wb['globalsearch_resultslimit_results_txt'] = 'results';
34 $wb['globalsearch_noresults_text_txt'] = 'No results.';
35 $wb['globalsearch_noresults_limit_txt'] = '0 results';
36 $wb['globalsearch_searchfield_watermark_txt'] = 'Search';
37 $wb['globalsearch_suggestions_text_txt'] = 'Suggestions';
bfcdef 38 $wb['list_head_txt'] = 'DNS Zone Wizard';
T 39 $wb['list_desc_txt'] = 'Create a DNS Zone via a wizard';
71144c 40 $wb['dkim_txt'] = 'DKIM enabled';
407003 41 $wb['error_no_server_id'] = 'No server provided.';
TB 42 $wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.';
4bdecc 43 $wb['dnssec_txt'] = 'Sign zone (DNSSEC)';
da5a1d 44 ?>