Skip to content

Commit 8bed75d

Browse files
author
cfoe
committed
completion of DE_lang-files + utf8 check
1 parent 37e2677 commit 8bed75d

File tree

8 files changed

+30
-30
lines changed

8 files changed

+30
-30
lines changed

interface/web/help/lib/lang/de.lng

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ $wb['Support'] = 'Support';
77
$wb['About ISPConfig'] = 'Über ISPConfig';
88
$wb['Version'] = 'Version';
99
$wb['Frequently Asked Questions'] = 'Frequently Asked Questions';
10-
$wb['FAQ Sections'] = 'FAQ Sections';
11-
$wb['Manage Sections'] = 'Manage Sections';
12-
$wb['Add a Question & Answer Pair'] = 'Add a Question & Answer Pair';
13-
$wb['Manage Questions'] = 'Manage Questions';
14-
?>
10+
$wb['FAQ Sections'] = 'FAQ Kategorie';
11+
$wb['Manage Sections'] = 'Kategorien verwalten';
12+
$wb['Add a Question & Answer Pair'] = 'Neues Frage-Antwort-Paar hinzufügen';
13+
$wb['Manage Questions'] = 'Fragen verwalten';
14+
?>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$wb['faq_faq_txt'] = 'Frequently Asked Questions';
3-
$wb['faq_question_txt'] = 'Question';
4-
$wb['faq_answer_txt'] = 'Answer';
5-
$wb['faq_section_txt'] = 'Section';
6-
?>
3+
$wb['faq_question_txt'] = 'Frage';
4+
$wb['faq_answer_txt'] = 'Antwort';
5+
$wb['faq_section_txt'] = 'Kategorie';
6+
?>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
2-
$wb['faq_question_txt'] = 'Question';
3-
$wb['faq_section_name_txt'] = 'Section';
4-
$wb['faq_delete_txt'] = 'Delete';
5-
$wb['faq_edit_txt'] = 'Edit';
6-
$wb['faq_sections_txt'] = 'Section';
2+
$wb['faq_question_txt'] = 'Frage';
3+
$wb['faq_section_name_txt'] = 'Kategorie';
4+
$wb['faq_delete_txt'] = 'Löschen';
5+
$wb['faq_edit_txt'] = 'Bearbeiten';
6+
$wb['faq_sections_txt'] = 'Kategorie';
77
$wb['faq_faq_questions_txt'] = 'Frequently Asked Questions';
8-
$wb['faq_new_question_txt'] = 'Add a new question & answer pair';
9-
?>
8+
$wb['faq_new_question_txt'] = 'Neues Frage-Antwort-Paar hinzufügen';
9+
?>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
2-
$wb['faq_section_name_txt'] = 'Section Name';
3-
?>
2+
$wb['faq_section_name_txt'] = 'Kategorie-Name';
3+
?>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
2-
$wb['edit_txt'] = 'Edit';
3-
?>
2+
$wb['edit_txt'] = 'Bearbeiten';
3+
?>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
2-
$wb['faq_section_name_txt'] = 'Section Name';
3-
$wb['faq_delete_txt'] = 'Delete';
4-
$wb['faq_edit_txt'] = 'Edit';
5-
$wb['faq_sections_txt'] = 'Sections';
6-
$wb['faq_faq_sections_txt'] = 'FAQ Sections';
7-
$wb['faq_new_section_txt'] = 'Add a new section';
8-
?>
2+
$wb['faq_section_name_txt'] = 'Kategorie-Name';
3+
$wb['faq_delete_txt'] = 'Löschen';
4+
$wb['faq_edit_txt'] = 'Bearbeiten';
5+
$wb['faq_sections_txt'] = 'Kategorie';
6+
$wb['faq_faq_sections_txt'] = 'FAQ Kategorie';
7+
$wb['faq_new_section_txt'] = 'Neue Kategorie hinzufügen';
8+
?>

interface/web/help/lib/lang/de_support_message.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ $wb['sender_id_txt'] = 'Absender ID';
44
$wb['subject_txt'] = 'Betreff';
55
$wb['message_txt'] = 'Nachricht';
66
$wb['tstamp_txt'] = 'Zeitpunkt';
7-
$wb['reply_txt'] = 'Reply';
8-
?>
7+
$wb['reply_txt'] = 'Antworten';
8+
?>

interface/web/help/lib/lang/de_support_message_list.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ $wb['list_head_txt'] = 'Supportnachricht';
33
$wb['sender_id_txt'] = 'Absender';
44
$wb['subject_txt'] = 'Betreff';
55
$wb['add_new_record_txt'] = 'Neue Supportnachricht erstellen';
6-
?>
6+
?>

0 commit comments

Comments
 (0)