This commit is contained in:
2020-05-11 06:11:33 +03:00
commit 6784cecf5e
20 changed files with 824 additions and 0 deletions

5
lang/ru/lang.php Normal file
View File

@ -0,0 +1,5 @@
<?php
return [
'no-name' => 'Без имени',
];

8
lang/ru/plugin.php Normal file
View File

@ -0,0 +1,8 @@
<?php
return [
'name' => 'Меню',
'description' => 'Объединяет меню из разных плагинов',
'default-menu' => 'Основное',
'slogan' => 'В надежное будущее',
];