mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
36 lines
1.1 KiB
PHP
36 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'sidebar_hover' => [
|
|
'name' => 'Oldalsáv lebeg',
|
|
'instructions' => 'Bővítse az oldalsávot az egérrel?',
|
|
],
|
|
'navigation' => [
|
|
'name' => 'Navigáció',
|
|
'instructions' => 'Adja meg a <em>alapértelmezett</em> sorrendet.',
|
|
'warning' => 'Az első hozzáférhető navigációs elemet a <strong>home</strong> területként használják.',
|
|
'reorder' => 'Az átrendezéshez húzza az elsődleges navigációs elemeket a <strong>oldalsávba</strong>',
|
|
],
|
|
"login_icon" => [
|
|
'name' => 'Bejelentkezés ikonra',
|
|
],
|
|
"panel_icon" => [
|
|
'name' => 'Panel ikonra',
|
|
],
|
|
"title" => [
|
|
'name' => 'Cím',
|
|
],
|
|
"footer_copyright_org_name" => [
|
|
'name' => 'Lábléc szerzői jogi szervezet neve',
|
|
],
|
|
"sidebar_main_color" => [
|
|
'name' => 'Oldalsáv fő színe',
|
|
],
|
|
"sidebar_secondary_color" => [
|
|
'name' => 'Oldalsáv másodlagos színe',
|
|
],
|
|
"active_sidebar_border_color" => [
|
|
'name' => 'Aktív oldalsáv szegély színe',
|
|
]
|
|
];
|