* files moved into root dir

This commit is contained in:
2021-02-04 19:46:13 +03:00
parent 3bdb481996
commit ad755b380b
10 changed files with 0 additions and 0 deletions

14
lang/hu/lang.php Normal file
View 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',
],
],
];