my-projects-website/app/application/lang/en/admin-sections.php

15 lines
392 B
PHP
Raw Normal View History

<?php
return [
'Dashboard' => 'Dashboard',
'User group' => 'User group',
'Users' => 'Users',
'AdminPanel' => 'Admin Panel',
2024-04-11 19:43:01 +05:00
'Projects' => 'Projects',
'Project' => 'Project',
'Sections' => 'Sections',
'About project' => 'About the project',
'Languages' => 'Languages',
'Last update' => 'Last update',
'Links project' => 'Links from the project',
];