From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 30 May 2012 07:30:44 -0400
Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons).

---
 interface/web/dns/lib/lang/pl_dns_soa.lng |   53 ++++++++++++++++++++++++++++++-----------------------
 1 files changed, 30 insertions(+), 23 deletions(-)

diff --git a/interface/web/dns/lib/lang/pl_dns_soa.lng b/interface/web/dns/lib/lang/pl_dns_soa.lng
index f31cfd2..47e11d2 100644
--- a/interface/web/dns/lib/lang/pl_dns_soa.lng
+++ b/interface/web/dns/lib/lang/pl_dns_soa.lng
@@ -1,25 +1,32 @@
 <?php
-$wb["server_id_txt"] = 'Serwer';
-$wb["origin_txt"] = 'Strefa (SOA)';
-$wb["ns_txt"] = 'NS';
-$wb["mbox_txt"] = 'E-mail';
-$wb["serial_txt"] = 'Klucz';
-$wb["refresh_txt"] = 'Odśwież';
-$wb["retry_txt"] = 'Ponów';
-$wb["expire_txt"] = 'Wygasł';
-$wb["minimum_txt"] = 'Minimum';
-$wb["ttl_txt"] = 'TTL';
-$wb["xfer_txt"] = 'Zezwól na przeniesienie stref do <br />tych adresów IP (adresy rozdzielaj przecinkiem)';
-$wb["active_txt"] = 'Aktywny';
-$wb["limit_dns_zone_txt"] = 'Maksymalna ilość stref DNS dla Twojego konta została przekroczona.';
-$wb["client_txt"] = 'Klient';
-$wb["no_zone_perm"] = 'Nie masz uprawnień, aby dodać nowy wpis dla tej strefy DNS.';
-$wb["server_id_error_empty"] = 'Nie wybrano serwera';
-$wb["origin_error_empty"] = 'Strefa jest pusta.';
-$wb["origin_error_unique"] = 'Istnieje już wpis dla tej strefy.';
-$wb["origin_error_regex"] = 'Strefa ma niepoprawny format.';
-$wb["ns_error_regex"] = 'NS ma niepoprawny format.';
-$wb["mbox_error_empty"] = 'E-mail jest pusty.';
-$wb["mbox_error_regex"] = 'E-mail ma niepoprawny format.';
+$wb['server_id_txt'] = 'Serwer';
+$wb['origin_txt'] = 'Strefa (SOA)';
+$wb['ns_txt'] = 'NS';
+$wb['mbox_txt'] = 'E-mail';
+$wb['serial_txt'] = 'Klucz';
+$wb['refresh_txt'] = 'Odśwież';
+$wb['retry_txt'] = 'Ponów';
+$wb['expire_txt'] = 'Wygasł';
+$wb['minimum_txt'] = 'Minimum';
+$wb['ttl_txt'] = 'TTL';
+$wb['xfer_txt'] = 'Zezwól na przeniesienie stref do <br />tych adresów IP (adresy rozdzielaj przecinkiem)';
+$wb['active_txt'] = 'Aktywny';
+$wb['limit_dns_zone_txt'] = 'Maksymalna ilość stref DNS dla Twojego konta została przekroczona.';
+$wb['client_txt'] = 'Klient';
+$wb['no_zone_perm'] = 'Nie masz uprawnień, aby dodać nowy wpis dla tej strefy DNS.';
+$wb['server_id_error_empty'] = 'Nie wybrano serwera.';
+$wb['origin_error_empty'] = 'Strefa jest pusta.';
+$wb['origin_error_unique'] = 'Istnieje już wpis dla tej strefy.';
+$wb['origin_error_regex'] = 'Strefa ma niepoprawny format.';
+$wb['ns_error_regex'] = 'NS ma niepoprawny format.';
+$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'] = 'Proszę wpisać adresu IP';
+$wb['update_acl_txt'] = 'Zaktualizuj ACL';
+$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.'] = 'The Domain can not be changed. Please ask your Administrator if you want to change the domain name.';
 ?>
-

--
Gitblit v1.9.1