From d18ac59c65621307eb559ae27d7aaa3305fda621 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Wed, 12 Jun 2013 04:27:43 -0400 Subject: [PATCH] Reworked database user management to fix FS#2918 - multiserver - remote access db passwd not changed , when changed access from IP to % and vice versa --- interface/web/admin/lib/lang/pl_directive_snippets_list.lng | 10 +++++----- 1 files changed, 5 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..8d73102 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,7 @@ <?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