Add language files and translations
This commit is contained in:
Vendored
+28
@@ -0,0 +1,28 @@
|
||||
<?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...',
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user