From 4eb8d2a054e69aba568d5435fd1420b5a9367207 Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Wed, 18 Jul 2012 13:45:49 -0400 Subject: [PATCH] added interface + theme options for the end user --- interface/web/help/lib/lang/de_faq_form.lng | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/web/help/lib/lang/de_faq_form.lng b/interface/web/help/lib/lang/de_faq_form.lng index 6dbdbb0..1e106a8 100644 --- a/interface/web/help/lib/lang/de_faq_form.lng +++ b/interface/web/help/lib/lang/de_faq_form.lng @@ -1,6 +1,6 @@ <?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'] = 'Frequently Asked Questions'; +$wb['faq_question_txt'] = 'Frage'; +$wb['faq_answer_txt'] = 'Antwort'; +$wb['faq_section_txt'] = 'Kategorie'; +?> \ No newline at end of file -- Gitblit v1.9.1