first commit
This commit is contained in:
14
listswitch/lang/en/lang.php
Normal file
14
listswitch/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',
|
||||
],
|
||||
],
|
||||
];
|
14
listswitch/lang/fr/lang.php
Normal file
14
listswitch/lang/fr/lang.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php return [
|
||||
'inetis' => [
|
||||
'plugin' => [
|
||||
'name' => 'Liste Switch',
|
||||
'description' => "Ajoute la possibilité de créer des boutons dans les listes de l'administration qui inversent la valeur d'un champ.",
|
||||
],
|
||||
'listswitch' => [
|
||||
'title_true' => 'Cliquez pour passer le statut à Non',
|
||||
'title_false' => 'Cliquez pour passer le statut à Oui',
|
||||
'text_true' => 'Oui',
|
||||
'text_false' => 'Non',
|
||||
],
|
||||
],
|
||||
];
|
14
listswitch/lang/hu/lang.php
Normal file
14
listswitch/lang/hu/lang.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php return [
|
||||
'inetis' => [
|
||||
'plugin' => [
|
||||
'name' => 'Gyorskapcsoló listákhoz',
|
||||
'description' => 'Kattintható mező lehetőség hozzádása az admin listákhoz.',
|
||||
],
|
||||
'listswitch' => [
|
||||
'title_true' => 'Váltás erre: Nem',
|
||||
'title_false' => 'Váltás erre: Igen',
|
||||
'text_true' => 'Igen',
|
||||
'text_false' => 'Nem',
|
||||
],
|
||||
],
|
||||
];
|
14
listswitch/lang/ru/lang.php
Normal file
14
listswitch/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