openclassify/addons/default/visiosoft/defaultadmin-theme/resources/lang/en/setting.php
2020-08-17 10:41:54 +03:00

30 lines
891 B
PHP

<?php
return [
'sidebar_hover' => [
'name' => 'Sidebar Hover',
'instructions' => 'Expand the sidebar on hover?',
],
'navigation' => [
'name' => 'Navigation',
'instructions' => 'Specify the <em>default</em> order of navigation.',
'warning' => 'The first accessible navigation item is used as the <strong>home</strong> area.',
'reorder' => 'Drag and drop the primary navigation items in the <strong>sidebar</strong> to reorder them.',
],
"icon" => [
'name' => 'Icon',
],
"title" => [
'name' => 'Title',
],
"sidebar_main_color" => [
'name' => 'Sidebar Main Color',
],
"sidebar_secondary_color" => [
'name' => 'Sidebar Secondary Color',
],
"active_sidebar_border_color" => [
'name' => 'Active Sidebar Border Color',
]
];