File tree Expand file tree Collapse file tree 8 files changed +30
-30
lines changed
interface/web/help/lib/lang Expand file tree Collapse file tree 8 files changed +30
-30
lines changed Original file line number Diff line number Diff 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+ ?>
Original file line number Diff line number Diff line change 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+ ?>
Original file line number Diff line number Diff line change 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+ ?>
Original file line number Diff line number Diff line change 11<?php
2- $wb['faq_section_name_txt'] = 'Section Name';
3- ?>
2+ $wb['faq_section_name_txt'] = 'Kategorie- Name';
3+ ?>
Original file line number Diff line number Diff line change 11<?php
2- $wb['edit_txt'] = 'Edit ';
3- ?>
2+ $wb['edit_txt'] = 'Bearbeiten ';
3+ ?>
Original file line number Diff line number Diff line change 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+ ?>
Original file line number Diff line number Diff 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+ ?>
Original file line number Diff line number Diff 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+ ?>
You can’t perform that action at this time.
0 commit comments