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/dns/lib/lang/pl_dns_soa.lng | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/interface/web/dns/lib/lang/pl_dns_soa.lng b/interface/web/dns/lib/lang/pl_dns_soa.lng index 9618aff..b5471db 100644 --- a/interface/web/dns/lib/lang/pl_dns_soa.lng +++ b/interface/web/dns/lib/lang/pl_dns_soa.lng @@ -22,10 +22,17 @@ $wb['mbox_error_empty'] = 'E-mail jest pusty.'; $wb['mbox_error_regex'] = 'E-mail ma niepoprawny format.'; $wb['also_notify_txt'] = 'Także powiadom'; -$wb['also_notify_error_regex'] = 'Please use an IP address.'; +$wb['also_notify_error_regex'] = 'Proszę wpisać adresu IP'; $wb['update_acl_txt'] = 'Zaktualizuj ACL'; -$wb['seconds_txt'] = 'Seconds'; -$wb['eg_domain_tld'] = 'e.g. domain.tld'; -$wb['eg_ns1_domain_tld'] = 'e.g. ns1.domain.tld'; -$wb['eg_webmaster_domain_tld'] = 'e.g. webmaster@domain.tld'; +$wb['seconds_txt'] = 'Sekund'; +$wb['eg_domain_tld'] = 'np. domena.pl'; +$wb['eg_ns1_domain_tld'] = 'np. ns1.domena.pl'; +$wb['eg_webmaster_domain_tld'] = 'np. webmaster.domena.pl'; +$wb['The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'] = 'Domena nie może być zmieniona. Prześlij prośbę o zmianę do Administratora.'; +$wb['xfer_error_regex'] = 'Także powiadom: Proszę użyć adresu IP'; +$wb['refresh_range_error'] = 'Min. czas odświeżania wynosi 60 sekund'; +$wb['retry_range_error'] = 'Min. czas powtórzenia wynosi 60 sekund'; +$wb['expire_range_error'] = 'Min. czas przedawnienia wynosi 60 sekund'; +$wb['minimum_range_error'] = 'Min. czas minimalny wynosi 60 sekund'; +$wb['ttl_range_error'] = 'Min. czas TTL wynosi 60 sekund'; ?> -- Gitblit v1.9.1