From 23f606fd6ff7d3082234d2cb8fd09bdf61e47618 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:04:43 +0300 Subject: [PATCH] New translations setting.php (Italian) --- .../resources/lang/it/setting.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 addons/default/visiosoft/defaultadmin-theme/resources/lang/it/setting.php diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/lang/it/setting.php b/addons/default/visiosoft/defaultadmin-theme/resources/lang/it/setting.php new file mode 100644 index 000000000..7fea6f774 --- /dev/null +++ b/addons/default/visiosoft/defaultadmin-theme/resources/lang/it/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.', + ], +];