From 415544c8f026aa2db428b9528802a6982c6fa562 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Tue, 19 Mar 2013 10:28:42 -0400 Subject: [PATCH] - Fixed FS#2796 - Don't attach target server IP to remote IPs list in database settings. --- interface/web/admin/lib/lang/pl_directive_snippets_list.lng | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/interface/web/admin/lib/lang/pl_directive_snippets_list.lng b/interface/web/admin/lib/lang/pl_directive_snippets_list.lng index 4124ea3..41c6364 100644 --- a/interface/web/admin/lib/lang/pl_directive_snippets_list.lng +++ b/interface/web/admin/lib/lang/pl_directive_snippets_list.lng @@ -1,7 +1,8 @@ <?php -$wb['list_head_txt'] = 'Directive Snippets'; -$wb['active_txt'] = 'Active'; -$wb['name_txt'] = 'Name of Snippet'; -$wb['type_txt'] = 'Type'; -$wb['add_new_record_txt'] = 'Add Directive Snippet'; +$wb['list_head_txt'] = 'Zestawy dyrektyw'; +$wb['active_txt'] = 'Aktywne'; +$wb['name_txt'] = 'Nazwa zestawu'; +$wb['type_txt'] = 'Rodzaj'; +$wb['add_new_record_txt'] = 'Dodaj nowy zestaw dyrektyw'; ?> + -- Gitblit v1.9.1