From fc73040ace9d4c29d5e29f516763cab0478ab3d5 Mon Sep 17 00:00:00 2001 From: Beau Elstgeest Date: Fri, 18 Oct 2019 16:04:54 +0200 Subject: [PATCH] add nl translation for menu --- language/nl/menu.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 language/nl/menu.php diff --git a/language/nl/menu.php b/language/nl/menu.php new file mode 100644 index 0000000..9b4309d --- /dev/null +++ b/language/nl/menu.php @@ -0,0 +1,29 @@ + "Dashboard", + "info" => "Info", + "section" => "Sectie", + "files" => "Media", + "banners" => "Banner", + "galleries" => "Gallerijen", + "downloads" => "Download", + "menus" => "Menu", + "tags" => "Tag", + "blog" => "Blog", + "pages" => "Pagina's", + "pageitems" => "Pagina elementen", + "products" => "Producten", + "users" => "Gebruikers", + "roles" => "Rollen", + "orders" => "Volgordes", + "access" => "Toegang", + "contents" => "Inhoud", + "shop" => "Winkel", + "settings" => "Instellingen", + "translations" => "Vertalingen", + "langs" => "Talen", + "services" => "Diensten", + +); \ No newline at end of file