From 6882ab1634ec66e621e8964428f741cd7d103a00 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 07 Dec 2011 05:07:05 -0500 Subject: [PATCH] Merged revisions 2794-2804 from stable branch. --- interface/web/help/lib/lang/pl_faq_form.lng | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/help/lib/lang/pl_faq_form.lng b/interface/web/help/lib/lang/pl_faq_form.lng index dfc4e87..6495e63 100644 --- a/interface/web/help/lib/lang/pl_faq_form.lng +++ b/interface/web/help/lib/lang/pl_faq_form.lng @@ -1,6 +1,7 @@ <?php -$wb['faq_faq_txt'] = 'Frequently Asked Questions'; -$wb['faq_question_txt'] = 'Question'; -$wb['faq_answer_txt'] = 'Answer'; -$wb['faq_section_txt'] = 'Section'; +$wb['faq_faq_txt'] = 'Pomoc Techniczna'; +$wb['faq_question_txt'] = 'Pytanie'; +$wb['faq_answer_txt'] = 'Odpowiedź'; +$wb['faq_section_txt'] = 'Sekcja'; ?> + -- Gitblit v1.9.1