commit | author | age
|
1ca823
|
1 |
<?php |
T |
2 |
$wb['template_id_txt'] = 'Szablon'; |
|
3 |
$wb['server_id_txt'] = 'Serwer'; |
|
4 |
$wb['client_txt'] = 'Klient'; |
|
5 |
$wb['btn_save_txt'] = 'Stwórz wpis DNS'; |
|
6 |
$wb['btn_cancel_txt'] = 'Anuluj'; |
|
7 |
$wb['domain_txt'] = 'Domena'; |
|
8 |
$wb['email_txt'] = 'E-mail'; |
|
9 |
$wb['ns1_txt'] = 'NS 1'; |
|
10 |
$wb['ns2_txt'] = 'NS 2'; |
|
11 |
$wb['ip_txt'] = 'Adres IP'; |
604d25
|
12 |
$wb['ipv6_txt'] = 'Adres IPv6'; |
1ca823
|
13 |
$wb['error_origin_empty'] = 'Źródło jest puste.'; |
T |
14 |
$wb['error_ns_empty'] = 'NS jest pusty.'; |
|
15 |
$wb['error_mbox_empty'] = 'Mbox jest pusty.'; |
|
16 |
$wb['error_refresh_empty'] = 'Odśwież jest puste.'; |
|
17 |
$wb['error_retry_empty'] = 'Ponów jest puste.'; |
|
18 |
$wb['error_expire_empty'] = 'Wygasł jest puste.'; |
|
19 |
$wb['error_minimum_empty'] = 'Minimum jest puste.'; |
|
20 |
$wb['error_ttl_empty'] = 'TTL jest puste.'; |
|
21 |
$wb['error_domain_empty'] = 'Domena jest pusta.'; |
|
22 |
$wb['error_ip_empty'] = 'IP jest puste.'; |
604d25
|
23 |
$wb['error_ipv6_empty'] = 'IPv6 jest puste.'; |
1ca823
|
24 |
$wb['error_ns1_empty'] = 'NS1 jest puste.'; |
T |
25 |
$wb['error_ns2_empty'] = 'NS2 jest puste.'; |
|
26 |
$wb['error_email_empty'] = 'E-mail jest pusty.'; |
|
27 |
$wb['error_domain_regex'] = 'Domena zawiera niepoprawne znaki.'; |
|
28 |
$wb['error_ns1_regex'] = 'NS1 zawiera niepoprawne znaki.'; |
|
29 |
$wb['error_ns2_regex'] = 'NS2 zawiera niepoprawne znaki.'; |
|
30 |
$wb['error_email_regex'] = 'Pole E-mail nie zawiera poprawnego adresu e-mail.'; |
cc6568
|
31 |
$wb['list_head_txt'] = 'Kreator Stref DNS'; |
H |
32 |
$wb['list_desc_txt'] = 'Utwórz strefę DNS za pomocą Kreatora'; |
|
33 |
$wb['dns_zone_txt'] = 'Strefa DNS'; |
|
34 |
$wb['globalsearch_resultslimit_of_txt'] = 'z'; |
|
35 |
$wb['globalsearch_resultslimit_results_txt'] = 'wyników'; |
|
36 |
$wb['globalsearch_noresults_text_txt'] = 'Brak wyników'; |
|
37 |
$wb['globalsearch_noresults_limit_txt'] = '0 wyników'; |
|
38 |
$wb['globalsearch_searchfield_watermark_txt'] = 'Szukaj'; |
|
39 |
$wb['globalsearch_suggestions_text_txt'] = 'Sugestie'; |
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)'; |
1ca823
|
44 |
?> |