* files moved into root dir
This commit is contained in:
14
lang/ru/lang.php
Normal file
14
lang/ru/lang.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php return [
|
||||
'inetis' => [
|
||||
'plugin' => [
|
||||
'name' => 'List Switch',
|
||||
'description' => 'Добавьте возможность создавать кнопки в бэкэнд-списках, которые переключают свойство модели.',
|
||||
],
|
||||
'listswitch' => [
|
||||
'title_true' => 'Нажмите чтобы переключить на Нет',
|
||||
'title_false' => 'Нажмите чтобы переключить на Да',
|
||||
'text_true' => 'Да',
|
||||
'text_false' => 'Нет',
|
||||
],
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user