You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
443 B
14 lines
443 B
<?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',
|
|
],
|
|
],
|
|
];
|