From fb3a98c0f06fb14a188e5a020936768fa04cb205 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 22 Oct 2010 06:24:31 -0400 Subject: [PATCH] Merged serveral bugfixes and new language files from stable branch (revisions 2055 - 2093) --- interface/web/admin/lib/lang/pl_groups_list.lng | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/interface/web/admin/lib/lang/pl_groups_list.lng b/interface/web/admin/lib/lang/pl_groups_list.lng index 14565b0..64117d5 100644 --- a/interface/web/admin/lib/lang/pl_groups_list.lng +++ b/interface/web/admin/lib/lang/pl_groups_list.lng @@ -1,7 +1,8 @@ -<?php -$wb['list_head_txt'] = 'Grupy użytkowników systemowych'; -$wb['description_txt'] = 'Opis'; -$wb['name_txt'] = 'Grupa'; -$wb['add_new_record_txt'] = 'Dodaj nową grupę'; -$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!'; -?> +<?php +$wb['list_head_txt'] = "Grupy użytkowników systemowych"; +$wb['description_txt'] = "Opis"; +$wb['name_txt'] = "Grupa"; +$wb['add_new_record_txt'] = "Dodaj nową grupę"; +$wb['warning_txt'] = "<b>OSTRZEŻENIE:</b> Nie modyfikuj żadnych ustawień użytkownika w tym miejscu. Użyj ustawień Klienta lub Resellera w module Klient. Modyfikacja ustawień użytkownika lub grupy tutaj grozi utratą danych!"; +?> + -- Gitblit v1.9.1