openclassify/resources/default/addons/visiosoft/defaultadmin-theme/lang/en/setting.php
Mostafa Moradi 1b30b83b26 mostafa
2022-03-07 17:57:01 +03:00

81 lines
2.1 KiB
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.',
],
"login_icon" => [
'name' => 'Login Icon',
],
"panel_icon" => [
'name' => 'Panel Icon',
],
"title" => [
'name' => 'Title',
],
"footer_copyright_org_name" => [
'name' => 'Footer Copyright Organization Name',
],
"sidebar_main_color" => [
'name' => 'Sidebar Main Color',
],
"sidebar_secondary_color" => [
'name' => 'Sidebar Secondary Color',
],
"active_sidebar_border_color" => [
'name' => 'Active Sidebar Border Color',
],
"primary_color" => [
'name' => 'Primary Color'
],
"dark_primary_color" => [
'name' => 'Dark mode primary color'
],
"secondary_color" => [
'name' => 'Secondary Color'
],
"dark_secondary_color" => [
'name' => 'Dark mode secondary color'
],
"background_color" => [
'name' => 'Background Color'
],
"dark_background_color" => [
'name' => 'Dark mode background color'
],
"positive_color" => [
'name' => 'Positive Color'
],
"dark_positive_color" => [
'name' => 'Dark mode positive color'
],
"negative_color" => [
'name' => 'Negative Color'
],
"dark_negative_color" => [
'name' => 'Dark mode negative color'
],
"warning_color" => [
'name' => 'Warning Color'
],
"dark_warning_color" => [
'name' => 'Dark mode warning color'
],
"info_color" => [
'name' => 'Info Color'
],
"dark_info_color" => [
'name' => 'Dark mode info color'
],
"dark_mode" => [
'name' => 'Dark mode'
],
];