summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/nl/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/nl/lang.php')
-rw-r--r--platform/www/lib/plugins/blog/lang/nl/lang.php31
1 files changed, 31 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/blog/lang/nl/lang.php b/platform/www/lib/plugins/blog/lang/nl/lang.php
new file mode 100644
index 0000000..da4a889
--- /dev/null
+++ b/platform/www/lib/plugins/blog/lang/nl/lang.php
@@ -0,0 +1,31 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Gijs H. van Gemert <g.v.gemert@inter.nl.net>
+ * @author Mark Prins <mprins@users.sf.net>
+ */
+$lang['blog'] = 'Blog';
+$lang['older'] = 'Oude berichten';
+$lang['newer'] = 'Nieuwe berichten';
+$lang['newentry'] = 'Nieuw bericht:';
+$lang['missing_includeplugin'] = 'De Include Plugin dient geïnstalleerd te zijn om de blog te laten werken.';
+$lang['missing_pagelistplugin'] = 'De Pagelist Plugin dient geïnstalleerd te zijn om archief lijsten te laten werken.';
+$lang['missing_tagplugin'] = 'De Tag Plugin dient geïnstalleerd te zijn om label filters te laten werken.';
+$lang['autoarchive'] = '%1$d artikel(en) voor %2$s %3$s';
+$lang['month_01'] = 'januari';
+$lang['month_02'] = 'februari';
+$lang['month_03'] = 'maart';
+$lang['month_04'] = 'april';
+$lang['month_05'] = 'mei';
+$lang['month_06'] = 'juni';
+$lang['month_07'] = 'juli';
+$lang['month_08'] = 'augustus';
+$lang['month_09'] = 'september';
+$lang['month_10'] = 'october';
+$lang['month_11'] = 'november';
+$lang['month_12'] = 'december';
+$lang['entries'] = 'berichten';
+$lang['entry'] = 'bericht';
+$lang['archive_title'] = 'Blog geschiedenis';