inetis.listswitch
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

3 years ago
  1. <?php return [
  2. 'inetis' => [
  3. 'plugin' => [
  4. 'name' => 'Gyorskapcsoló listákhoz',
  5. 'description' => 'Kattintható mező lehetőség hozzádása az admin listákhoz.',
  6. ],
  7. 'listswitch' => [
  8. 'title_true' => 'Váltás erre: Nem',
  9. 'title_false' => 'Váltás erre: Igen',
  10. 'text_true' => 'Igen',
  11. 'text_false' => 'Nem',
  12. ],
  13. ],
  14. ];