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