Files
oc-listswitch-plugin/listswitch/lang/en/lang.php

15 lines
454 B
PHP
Raw Normal View History

2021-02-04 14:26:44 +03:00
<?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',
],
],
];