* files moved into root dir
This commit is contained in:
14
lang/en/lang.php
Normal file
14
lang/en/lang.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php return [
|
||||
'inetis' => [
|
||||
'plugin' => [
|
||||
'name' => 'List Switch',
|
||||
'description' => 'Add the possibility to create buttons in backend lists that toggle a model property.',
|
||||
],
|
||||
'listswitch' => [
|
||||
'title_true' => 'Click to switch to No',
|
||||
'title_false' => 'Click to switch to Yes',
|
||||
'text_true' => 'Yes',
|
||||
'text_false' => 'No',
|
||||
],
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user