mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations preference.php (Greek)
This commit is contained in:
parent
3f5652ead0
commit
07bf54d2cf
@ -0,0 +1,30 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sidebar_hover' => [
|
||||||
|
'name' => 'Sidebar Hover',
|
||||||
|
'instructions' => 'Expand the sidebar on hover?',
|
||||||
|
],
|
||||||
|
'navigation' => [
|
||||||
|
'name' => 'Navigation',
|
||||||
|
'instructions' => 'Specify your <em>personal</em> order of navigation.',
|
||||||
|
'warning' => 'The first accessible navigation item is used as your <strong>home</strong> area.',
|
||||||
|
'reorder' => 'Drag and drop the primary navigation items in the <strong>sidebar</strong> to reorder them.',
|
||||||
|
],
|
||||||
|
'display' => [
|
||||||
|
'name' => 'Display Density',
|
||||||
|
'instructions' => 'Compact display allows more content to be shown on the screen at once.',
|
||||||
|
'option' => [
|
||||||
|
'default' => 'Default',
|
||||||
|
'compact' => 'Compact',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'sidebars' => [
|
||||||
|
'name' => 'Sidebar Mode',
|
||||||
|
'instructions' => 'Static sidebars will always be visible.',
|
||||||
|
'option' => [
|
||||||
|
'default' => 'Default',
|
||||||
|
'static' => 'Static',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user