Add language files and translations
This commit is contained in:
Vendored
+32
@@ -0,0 +1,32 @@
|
||||
<?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',
|
||||
'open_subject' => 'OPEN SUBJECT',
|
||||
'category' => 'Category',
|
||||
'title' => 'Title',
|
||||
'your_question' => 'Your Question',
|
||||
'save' => 'Save',
|
||||
'new_topics' => 'New Topics',
|
||||
'Subject_Subject_Author' => 'Subject / Subject Author',
|
||||
'Sign_up_or_log_in_to_reply' => 'Sign up or log in to reply',
|
||||
'Submit_Answer' => 'Submit Answer',
|
||||
'new_content' => 'New Content',
|
||||
'Mark_as_solution' => 'Mark as solution',
|
||||
'Please_select_category' => 'Please select category',
|
||||
|
||||
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user