diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/lang/nl/setting.php b/addons/default/visiosoft/defaultadmin-theme/resources/lang/nl/setting.php new file mode 100644 index 000000000..7fea6f774 --- /dev/null +++ b/addons/default/visiosoft/defaultadmin-theme/resources/lang/nl/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.', + ], +];