Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
487df6 1 <?php
T 2 $wb['template_id_txt'] = 'Template';
1ca823 3 $wb['server_id_txt'] = 'Szerver';
T 4 $wb['client_txt'] = 'Ügyfél';
5 $wb['btn_save_txt'] = 'DNS rekord létrehozása';
6 $wb['btn_cancel_txt'] = 'Mégsem';
487df6 7 $wb['domain_txt'] = 'Domain';
T 8 $wb['email_txt'] = 'Email';
9 $wb['ns1_txt'] = 'NS 1';
10 $wb['ns2_txt'] = 'NS 2';
11 $wb['ip_txt'] = 'IP Address';
604d25 12 $wb['ipv6_txt'] = 'IPv6 Address';
487df6 13 $wb['error_origin_empty'] = 'Origin empty.';
T 14 $wb['error_ns_empty'] = 'NS empty.';
15 $wb['error_mbox_empty'] = 'Mbox empty.';
16 $wb['error_refresh_empty'] = 'Refresh empty.';
17 $wb['error_retry_empty'] = 'Retry empty.';
18 $wb['error_expire_empty'] = 'Expire empty.';
19 $wb['error_minimum_empty'] = 'Minimum empty.';
20 $wb['error_ttl_empty'] = 'TTL empty.';
21 $wb['error_domain_empty'] = 'Domain empty';
22 $wb['error_ip_empty'] = 'IP empty.';
604d25 23 $wb['error_ipv6_empty'] = 'IPv6 empty.';
487df6 24 $wb['error_ns1_empty'] = 'NS1 empty.';
T 25 $wb['error_ns2_empty'] = 'NS2 empty.';
26 $wb['error_email_empty'] = 'EMail empty.';
40dd9f 27 $wb['error_domain_regex'] = 'Domain contains invalid characters.';
T 28 $wb['error_ns1_regex'] = 'NS1 contains invalid characters.';
29 $wb['error_ns2_regex'] = 'NS2 contains invalid characters.';
30 $wb['error_email_regex'] = 'Email does not contain a valid email address.';
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';
98aae1 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.';
487df6 43 ?>