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_srv.lng |   35 +++++++++++++++++++----------------
 1 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/interface/web/dns/lib/lang/pl_dns_srv.lng b/interface/web/dns/lib/lang/pl_dns_srv.lng
index 0053cf9..9547696 100644
--- a/interface/web/dns/lib/lang/pl_dns_srv.lng
+++ b/interface/web/dns/lib/lang/pl_dns_srv.lng
@@ -1,16 +1,19 @@
-<?php
-$wb["server_id_txt"] = 'Serwer';
-$wb["zone_txt"] = 'Strefa';
-$wb["name_txt"] = 'Nazwa serwera';
-$wb["type_txt"] = 'typ';
-$wb["data_txt"] = 'Wpis serwera';
-$wb["ttl_txt"] = 'TTL';
-$wb["active_txt"] = 'Aktywny';
-$wb["limit_dns_record_txt"] = 'Maksymalna ilość wpisów DNS dla Twojego konta została przekroczona.';
-$wb["no_zone_perm"] = 'Nie masz uprawnień, aby dodać nowy wpis dla tej strefy DNS.';
-$wb["name_error_empty"] = 'Nazwa serwera jest pusta.';
-$wb["name_error_regex"] = 'Nazwa serwera ma zły format.';
-$wb["data_error_empty"] = 'Wpis serwera jest pusty';
-$wb["data_error_regex"] = 'Wpis serwera ma niepoprawny format';
-?>
-
+<?php
+$wb['server_id_txt'] = 'Serwer';
+$wb['zone_txt'] = 'Strefa';
+$wb['name_txt'] = 'Nazwa serwera';
+$wb['type_txt'] = 'typ';
+$wb["target_txt"] = 'Target';
+$wb["weight_txt"] = 'Weight';
+$wb["port_txt"] = 'Port';
+$wb['ttl_txt'] = 'TTL';
+$wb['active_txt'] = 'Aktywny';
+$wb['limit_dns_record_txt'] = 'Maksymalna ilość wpisów DNS dla Twojego konta została przekroczona.';
+$wb['no_zone_perm'] = 'Nie masz uprawnień, aby dodać nowy wpis dla tej strefy DNS.';
+$wb['name_error_empty'] = 'Nazwa serwera jest pusta.';
+$wb['name_error_regex'] = 'Nazwa serwera ma zły format.';
+$wb['data_error_empty'] = 'Wpis serwera jest pusty';
+$wb['data_error_regex'] = 'Wpis serwera ma niepoprawny format';
+$wb['srv_error_regex'] = 'Niepoprawny format rekordu serwera. Rekord serwera musi zawierać 3 łańcuchy znakowe oddzielone spacjami.';
+$wb['aux_txt'] = 'Priorytet';
+?>

--
Gitblit v1.9.1