diff --git a/bl-plugins/about/languages/nl_NL.json b/bl-plugins/about/languages/nl_NL.json new file mode 100644 index 00000000..ac7332d4 --- /dev/null +++ b/bl-plugins/about/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Over mij", + "description": "Een korte beschrijving over je site of jezelf." + } +} diff --git a/bl-plugins/api/languages/nl_NL.json b/bl-plugins/api/languages/nl_NL.json new file mode 100644 index 00000000..43dbcd54 --- /dev/null +++ b/bl-plugins/api/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "API", + "description": "Interface om te communiceren met Bludit via het HTTP protocol." + } +} diff --git a/bl-plugins/disqus/languages/en_US.json b/bl-plugins/disqus/languages/en_US.json index fb6f45f9..a917921c 100644 --- a/bl-plugins/disqus/languages/en_US.json +++ b/bl-plugins/disqus/languages/en_US.json @@ -2,7 +2,7 @@ "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." + "description": "Disqus is a blog comment hosting service for web sites. It's necessary to register on Disqus.com before using this plugin." }, "disqus-shortname": "Disqus shortname", diff --git a/bl-plugins/disqus/languages/nl_NL.json b/bl-plugins/disqus/languages/nl_NL.json new file mode 100644 index 00000000..6b968e35 --- /dev/null +++ b/bl-plugins/disqus/languages/nl_NL.json @@ -0,0 +1,12 @@ +{ + "plugin-data": + { + "name": "Disqus commentaar systeem", + "description": "Disqus is een blog commentaar hosting service voor web sites. Het is wel nodig om jezelf te registreren op Disqus.com voordat je deze plugin kan gebruiken." + }, + + "disqus-shortname": "Disqus shortname", + "enable-disqus-on-pages": "Schakel Disqus in op pagina's", + "enable-disqus-on-posts": "Schakel Disqus in op posts", + "enable-disqus-on-default-home-page": "Schakel Disqus in op de startpagina" +} diff --git a/bl-plugins/googletools/languages/nl_NL.json b/bl-plugins/googletools/languages/nl_NL.json new file mode 100644 index 00000000..fc0006e6 --- /dev/null +++ b/bl-plugins/googletools/languages/nl_NL.json @@ -0,0 +1,12 @@ +{ + "plugin-data": + { + "name": "Google Tools", + "description": "Deze plugin genereerd een meta tag om je site te verifiëren met Google Webmasters Tools en de JavaScript code om je site te tracken met Google Analytics." + }, + + "google-webmasters-tools": "Google Webmasters tools", + "google-analytics-tracking-id": "Google Analytics Tracking ID", + "complete-this-field-with-the-google-site-verification": "Vul dit veld in met de Google Site verificatie om jezelf te verifiëren als site beheerder.", + "complete-this-field-with-the-tracking-id": "Vul dit veld in met de Tracking ID om de Javascript tracking code te genereren voor Google Analytics." +} 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..786ec80d --- /dev/null +++ b/bl-plugins/latest_posts/languages/nl_NL.json @@ -0,0 +1,9 @@ +{ + "plugin-data": + { + "name": "Laatste posts", + "description": "Laat de laatste gepubliceerde posts zien." + }, + + "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..da1bb5c0 --- /dev/null +++ b/bl-plugins/maintenancemode/languages/nl_NL.json @@ -0,0 +1,10 @@ +{ + "plugin-data": + { + "name": "Onderhoud modus", + "description": "Zet je site op onderhoud modus, je kan bij de admin pagina komen." + }, + + "enable-maintenance-mode": "Schakel de onderhoud modus in", + "message": "Bericht" +} diff --git a/bl-plugins/opengraph/languages/nl_NL.json b/bl-plugins/opengraph/languages/nl_NL.json new file mode 100644 index 00000000..f490d38d --- /dev/null +++ b/bl-plugins/opengraph/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Open Graph", + "description": "De Open Graph protocol kan van elke webpagina een rich object in een sociale grafiek maken." + } +} diff --git a/bl-plugins/pages/languages/nl_NL.json b/bl-plugins/pages/languages/nl_NL.json new file mode 100644 index 00000000..0183d5c7 --- /dev/null +++ b/bl-plugins/pages/languages/nl_NL.json @@ -0,0 +1,10 @@ +{ + "plugin-data": + { + "name": "Pagina lijst", + "description": "Laat een lijst met alle pagina's op volgorde zien." + }, + + "home": "Home", + "show-home-link": "Laat de homepage link zien" +} diff --git a/bl-plugins/rss/languages/nl_NL.json b/bl-plugins/rss/languages/nl_NL.json new file mode 100644 index 00000000..e3e83ff7 --- /dev/null +++ b/bl-plugins/rss/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "RSS Feed", + "description": "Deze plugin genereerd een RSS Feed voor je website." + } +} diff --git a/bl-plugins/simplemde/languages/nl_NL.json b/bl-plugins/simplemde/languages/nl_NL.json new file mode 100644 index 00000000..2653b6bb --- /dev/null +++ b/bl-plugins/simplemde/languages/nl_NL.json @@ -0,0 +1,10 @@ +{ + "plugin-data": + { + "name": "SimpleMDE", + "description": "Een simpele, mooie en integreerbare JavaScript markdown editor van @WesCossick. Aangepast door Diego Najar voor Bludit." + }, + "toolbar": "Toolbar", + "tab-size": "Tab grootte", + "autosave": "Automatisch opslaan" +} diff --git a/bl-plugins/sitemap/languages/nl_NL.json b/bl-plugins/sitemap/languages/nl_NL.json new file mode 100644 index 00000000..88179845 --- /dev/null +++ b/bl-plugins/sitemap/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Sitemap", + "description": "Deze plugin genereerd een sitemap.xml bestand waar je een lijst met webpagina's kan zetten zodat zoekmachines de organisatie van je site content beter kan begrijpen." + } +} diff --git a/bl-plugins/tags/languages/nl_NL.json b/bl-plugins/tags/languages/nl_NL.json new file mode 100644 index 00000000..4c589af1 --- /dev/null +++ b/bl-plugins/tags/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Tag lijst", + "description": "Toon alle 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..bd14f1c3 --- /dev/null +++ b/bl-themes/log/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Log", + "description": "Minimalistisch en responsive thema, ontwikkeld door @n33, aangepast voor Bludit." + } +}