* files moved into root dir

This commit is contained in:
2021-02-04 19:46:13 +03:00
parent 3bdb481996
commit ad755b380b
10 changed files with 0 additions and 0 deletions

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

@ -0,0 +1,14 @@
<?php return [
'inetis' => [
'plugin' => [
'name' => 'List Switch',
'description' => 'Добавьте возможность создавать кнопки в бэкэнд-списках, которые переключают свойство модели.',
],
'listswitch' => [
'title_true' => 'Нажмите чтобы переключить на Нет',
'title_false' => 'Нажмите чтобы переключить на Да',
'text_true' => 'Да',
'text_false' => 'Нет',
],
],
];