From 8adc511ada6507915b7e6e81bcde7c2603c58089 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 14 Feb 2020 15:07:21 +0300 Subject: [PATCH] New translations setting.php (Russian) --- .../resources/lang/ru/setting.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 addons/default/visiosoft/defaultadmin-theme/resources/lang/ru/setting.php diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/lang/ru/setting.php b/addons/default/visiosoft/defaultadmin-theme/resources/lang/ru/setting.php new file mode 100644 index 000000000..7fea6f774 --- /dev/null +++ b/addons/default/visiosoft/defaultadmin-theme/resources/lang/ru/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.', + ], +];