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' => 'Sidebar Hover',
|
|
'instructions' => 'Brei die sybalk uit as jy dit hou?',
|
|
],
|
|
'navigation' => [
|
|
'name' => 'Navigasie',
|
|
'instructions' => 'Spesifiseer die <em>standaard</em> volgorde van navigasie.',
|
|
'warning' => 'Die eerste toeganklike navigasie-item word gebruik as die <strong>huis</strong> gebied.',
|
|
'reorder' => 'Sleep en sleep die primêre navigasie-items in die <strong>sybalk</strong> om dit te herorden.',
|
|
],
|
|
"login_icon" => [
|
|
'name' => 'Aanmeldingsikoon',
|
|
],
|
|
"panel_icon" => [
|
|
'name' => 'Paneelikoon',
|
|
],
|
|
"title" => [
|
|
'name' => 'Titel',
|
|
],
|
|
"footer_copyright_org_name" => [
|
|
'name' => 'Voetskrif Kopiereg Organisasie Naam',
|
|
],
|
|
"sidebar_main_color" => [
|
|
'name' => 'Sidebar Hoofkleur',
|
|
],
|
|
"sidebar_secondary_color" => [
|
|
'name' => 'Sidebar Sekondêre Kleur',
|
|
],
|
|
"active_sidebar_border_color" => [
|
|
'name' => 'Aktiewe sybalkantkleur',
|
|
]
|
|
];
|