From 0cd87e682012f224e2b74531190bb983fdcbb430 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Sun, 10 Jan 2016 03:31:27 -0500 Subject: [PATCH] Revert "allow 0 for ISINT" --- interface/web/help/lib/lang/pl.lng | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/interface/web/help/lib/lang/pl.lng b/interface/web/help/lib/lang/pl.lng index b45521b..5f4ec6d 100644 --- a/interface/web/help/lib/lang/pl.lng +++ b/interface/web/help/lib/lang/pl.lng @@ -1,7 +1,14 @@ <?php -$wb['Support Message'] = 'Wiadomość pomocy'; +$wb['Support Message'] = 'Wyślij wiadomość'; $wb['Message'] = 'Wiadomość'; $wb['Send message'] = 'Wyślij wiadomość'; $wb['View messages'] = 'Pokaż wiadomość'; $wb['Support'] = 'Pomoc'; +$wb['About ISPConfig'] = 'Informacje o ISPConfig'; +$wb['Version'] = 'Wersja'; +$wb['Frequently Asked Questions'] = 'Pomoc Techniczna'; +$wb['FAQ Sections'] = 'Sekcje FAQ'; +$wb['Manage Sections'] = 'Zarządzaj sekcjami'; +$wb['Add a Question & Answer Pair'] = 'Dodaj nowe pytanie i odpowiedź'; +$wb['Manage Questions'] = 'Zarządzaj pytaniami'; ?> -- Gitblit v1.9.1