Files
web-site/External/Languages/de/forum.php
T
2026-07-02 09:12:35 +03:00

28 lines
821 B
PHP

<?php
return
[
'login_to_open_topic' => 'Login to open topic',
'select_view' => 'Select View...',
'recent_posts' => 'Recent Posts',
'questionanswer' => 'Question / Answer',
'reading' => 'Reading',
'answers' => 'Answers',
'Topics' => 'Topic',
'messages' => 'Message',
'solved' => 'SOLVED',
'no_reply' => 'No reply',
'open_a_new_subject' => 'OPEN A NEW SUBJECT',
'Subject_Subject_Author' => 'Subject / Subject Author',
'open_subject' => 'OPEN SUBJECT',
'category' => 'Category',
'title' => 'Title',
'your_question' => 'Your Question',
'save' => 'Save',
'new_topics' => 'Neue Themen',
'new_content' => 'Neues Thema',
'Mark_as_solution' => 'Als Lösung markieren...',
'Please_select_category' => 'Bitte Kategorie auswählen...',
];