20 lines
590 B
PHP
20 lines
590 B
PHP
<?php
|
|
return [
|
|
'Dashboard' => 'Dashboard',
|
|
'User group' => 'User group',
|
|
'Users' => 'Users',
|
|
'AdminPanel' => 'Admin Panel',
|
|
'Projects' => 'Projects',
|
|
'Project' => 'Project',
|
|
'Sections' => 'Sections',
|
|
'About project' => 'About the project',
|
|
'Languages' => 'Languages',
|
|
'Last update' => 'Last update',
|
|
'Links project' => 'Links from the project',
|
|
'Translations' => 'Translations',
|
|
'Feedback' => 'Feedback',
|
|
'Documentation version' => 'Documentation version',
|
|
'Documentation' => 'Documentation',
|
|
'Categories' => 'Categories',
|
|
];
|