From 1ca823723668e01b1b998faec5f8d8153545cfa8 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 04 Apr 2011 08:22:29 -0400 Subject: [PATCH] Merged revisions 2181-2262 from stable branch. --- interface/web/dns/lib/lang/pl_dns_a_list.lng | 29 ++++++++++++++--------------- 1 files changed, 14 insertions(+), 15 deletions(-) diff --git a/interface/web/dns/lib/lang/pl_dns_a_list.lng b/interface/web/dns/lib/lang/pl_dns_a_list.lng index 90ddca5..41b5dbb 100644 --- a/interface/web/dns/lib/lang/pl_dns_a_list.lng +++ b/interface/web/dns/lib/lang/pl_dns_a_list.lng @@ -1,15 +1,14 @@ -<?php -$wb['list_head_txt'] = "Rekord A"; -$wb['active_txt'] = "Aktywny"; -$wb['server_id_txt'] = "Serwer"; -$wb['zone_txt'] = "Strefa"; -$wb['name_txt'] = "Nazwa"; -$wb['data_txt'] = "Data"; -$wb['aux_txt'] = "Priorytet"; -$wb['type_txt'] = "Typ"; -$wb['add_new_record_txt'] = "Dodaj nowy rekord A DNS"; -$wb['page_txt'] = "Strona"; -$wb['page_of_txt'] = "z"; -$wb['delete_confirmation'] = "Czy jesteś pewny, że chcesz usunąć ten wpis?"; -?> - +<?php +$wb['list_head_txt'] = 'Rekord A'; +$wb['active_txt'] = 'Aktywny'; +$wb['server_id_txt'] = 'Serwer'; +$wb['zone_txt'] = 'Strefa'; +$wb['name_txt'] = 'Nazwa'; +$wb['data_txt'] = 'Data'; +$wb['aux_txt'] = 'Priorytet'; +$wb['type_txt'] = 'Typ'; +$wb['add_new_record_txt'] = 'Dodaj nowy rekord A DNS'; +$wb['page_txt'] = 'Strona'; +$wb['page_of_txt'] = 'z'; +$wb['delete_confirmation'] = 'Czy jesteś pewny, że chcesz usunąć ten wpis?'; +?> -- Gitblit v1.9.1