Add language files and translations
This commit is contained in:
Vendored
+23
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
|
||||
'home' => 'Home',
|
||||
'contact' => 'Contact',
|
||||
'login' => 'Login',
|
||||
'logout' => 'Logout',
|
||||
'register' => 'Register',
|
||||
'blog' => 'Blog',
|
||||
'questionanswer' => 'Question / Answer',
|
||||
'download' => 'Download',
|
||||
'memberoperations' => 'Member',
|
||||
'send' => 'Send',
|
||||
'about' => 'About',
|
||||
'services' => 'Services',
|
||||
'forum' => 'Forum',
|
||||
'wiki' => 'Wiki',
|
||||
'sss' => 'S.S.S',
|
||||
'bugs' => 'Bugs',
|
||||
'language' => 'Language',
|
||||
];
|
||||
Reference in New Issue
Block a user