From 41b79a5d1aac8b21895a42c6a1535006a8351b70 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 12 Feb 2020 13:18:11 +0300 Subject: [PATCH] New translations preference.php (Albanian) --- .../resources/lang/sq/preference.php | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 addons/default/visiosoft/defaultadmin-theme/resources/lang/sq/preference.php diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/lang/sq/preference.php b/addons/default/visiosoft/defaultadmin-theme/resources/lang/sq/preference.php new file mode 100644 index 000000000..cf181426e --- /dev/null +++ b/addons/default/visiosoft/defaultadmin-theme/resources/lang/sq/preference.php @@ -0,0 +1,30 @@ + [ + 'name' => 'Sidebar Hover', + 'instructions' => 'Expand the sidebar on hover?', + ], + 'navigation' => [ + 'name' => 'Navigation', + 'instructions' => 'Specify your personal order of navigation.', + 'warning' => 'The first accessible navigation item is used as your home area.', + 'reorder' => 'Drag and drop the primary navigation items in the sidebar 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', + ], + ], +];