diff --git a/bl-plugins/about/languages/nl_NL.json b/bl-plugins/about/languages/nl_NL.json new file mode 100644 index 00000000..1bcab5c5 --- /dev/null +++ b/bl-plugins/about/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "About", + "description": "Little description about your site or yourself." + } +} \ No newline at end of file diff --git a/bl-plugins/api/languages/nl_NL.json b/bl-plugins/api/languages/nl_NL.json new file mode 100644 index 00000000..73a335fc --- /dev/null +++ b/bl-plugins/api/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "API", + "description": "Interface to interact with Bludit using HTTP protocol." + } +} \ No newline at end of file diff --git a/bl-plugins/disqus/languages/nl_NL.json b/bl-plugins/disqus/languages/nl_NL.json new file mode 100644 index 00000000..fb6f45f9 --- /dev/null +++ b/bl-plugins/disqus/languages/nl_NL.json @@ -0,0 +1,12 @@ +{ + "plugin-data": + { + "name": "Disqus comment system", + "description": "Disqus is a blog comment hosting service for web sites. It's necesary to register on Disqus.com before using this plugin." + }, + + "disqus-shortname": "Disqus shortname", + "enable-disqus-on-pages": "Enable Disqus on pages", + "enable-disqus-on-posts": "Enable Disqus on posts", + "enable-disqus-on-default-home-page": "Enable Disqus on default home page" +} \ No newline at end of file diff --git a/bl-plugins/googletools/languages/nl_NL.json b/bl-plugins/googletools/languages/nl_NL.json new file mode 100644 index 00000000..28cd8570 --- /dev/null +++ b/bl-plugins/googletools/languages/nl_NL.json @@ -0,0 +1,12 @@ +{ + "plugin-data": + { + "name": "Google Tools", + "description": "This plugin generate the meta tag to validate your site with Google Webmasters Tools and the JavaScript code to track your site with Google Analytics." + }, + + "google-webmasters-tools": "Google Webmasters tools", + "google-analytics-tracking-id": "Google Analytics Tracking ID", + "complete-this-field-with-the-google-site-verification": "Complete this field with the Google Site verification to verify the site owner.", + "complete-this-field-with-the-tracking-id": "Complete this field with the Tracking ID to generate the Javascript tracking code for Google Analytics." +} \ No newline at end of file diff --git a/bl-plugins/latest_posts/languages/nl_NL.json b/bl-plugins/latest_posts/languages/nl_NL.json new file mode 100644 index 00000000..e8e19423 --- /dev/null +++ b/bl-plugins/latest_posts/languages/nl_NL.json @@ -0,0 +1,9 @@ +{ + "plugin-data": + { + "name": "Latest posts", + "description": "Shows the latest posts published." + }, + + "amount-of-posts": "Amount of posts" +} diff --git a/bl-plugins/maintenancemode/languages/nl_NL.json b/bl-plugins/maintenancemode/languages/nl_NL.json new file mode 100644 index 00000000..f5977cfe --- /dev/null +++ b/bl-plugins/maintenancemode/languages/nl_NL.json @@ -0,0 +1,10 @@ +{ + "plugin-data": + { + "name": "Maintenance mode", + "description": "Set your site on maintenance mode, you can access to admin area." + }, + + "enable-maintenance-mode": "Enable maintenance mode", + "message": "Message" +} diff --git a/bl-plugins/opengraph/languages/nl_NL.json b/bl-plugins/opengraph/languages/nl_NL.json new file mode 100644 index 00000000..2360859f --- /dev/null +++ b/bl-plugins/opengraph/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Open Graph", + "description": "The Open Graph protocol enables any web page to become a rich object in a social graph." + } +} \ No newline at end of file diff --git a/bl-plugins/pages/languages/nl_NL.json b/bl-plugins/pages/languages/nl_NL.json new file mode 100644 index 00000000..8158fefa --- /dev/null +++ b/bl-plugins/pages/languages/nl_NL.json @@ -0,0 +1,10 @@ +{ + "plugin-data": + { + "name": "Page list", + "description": "Shows the list of pages in order." + }, + + "home": "Home", + "show-home-link": "Show home link" +} \ No newline at end of file diff --git a/bl-plugins/rss/languages/nl_NL.json b/bl-plugins/rss/languages/nl_NL.json new file mode 100644 index 00000000..efc4bc93 --- /dev/null +++ b/bl-plugins/rss/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "RSS Feed", + "description": "This plugin generate a RSS Feed for your site." + } +} \ No newline at end of file diff --git a/bl-plugins/simplemde/languages/nl_NL.json b/bl-plugins/simplemde/languages/nl_NL.json new file mode 100644 index 00000000..2044527d --- /dev/null +++ b/bl-plugins/simplemde/languages/nl_NL.json @@ -0,0 +1,10 @@ +{ + "plugin-data": + { + "name": "SimpleMDE", + "description": "A simple, beautiful, and embeddable JavaScript markdown editor by @WesCossick. Adapted by Diego Najar for Bludit." + }, + "toolbar": "Toolbar", + "tab-size": "Tab size", + "autosave": "Autosave" +} \ No newline at end of file diff --git a/bl-plugins/sitemap/languages/nl_NL.json b/bl-plugins/sitemap/languages/nl_NL.json new file mode 100644 index 00000000..1cdb6cdf --- /dev/null +++ b/bl-plugins/sitemap/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Sitemap", + "description": "This plugin generates a file sitemap.xml where you can list the web pages of your site to tell search engines about the organization of your site content." + } +} diff --git a/bl-plugins/tags/languages/nl_NL.json b/bl-plugins/tags/languages/nl_NL.json new file mode 100644 index 00000000..292368be --- /dev/null +++ b/bl-plugins/tags/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Tags list", + "description": "Shows all tags." + } +} diff --git a/bl-themes/log/languages/nl_NL.json b/bl-themes/log/languages/nl_NL.json new file mode 100644 index 00000000..d76a4f5d --- /dev/null +++ b/bl-themes/log/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Log", + "description": "Minimalist and very responsive theme, developed by @n33co, adapted and modified for Bludit." + } +} \ No newline at end of file