summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/de/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/de/lang.php')
-rw-r--r--platform/www/lib/plugins/blog/lang/de/lang.php31
1 files changed, 31 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/blog/lang/de/lang.php b/platform/www/lib/plugins/blog/lang/de/lang.php
new file mode 100644
index 0000000..f4602ee
--- /dev/null
+++ b/platform/www/lib/plugins/blog/lang/de/lang.php
@@ -0,0 +1,31 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Esther Brunner <wikidesign@gmail.com>
+ * @author Michael Hamann <michael@content-space.de>
+ */
+$lang['blog'] = 'Blog';
+$lang['older'] = 'Ältere Einträge';
+$lang['newer'] = 'Neuere Einträge';
+$lang['newentry'] = 'Neuer Blogeintrag:';
+$lang['missing_includeplugin'] = 'Ohne das Include Plugin funktioniert das Blog nicht.';
+$lang['missing_pagelistplugin'] = 'Ohne das Pagelist Plugin funktionieren Archivlisten nicht.';
+$lang['missing_tagplugin'] = 'Um Tag-Verfeinerungen zu verwenden, muss das Tag Plugin installiert sein.';
+$lang['autoarchive'] = '%1$d Beiträge für den %2$s %3$s';
+$lang['month_01'] = 'Januar';
+$lang['month_02'] = 'Februar';
+$lang['month_03'] = 'März';
+$lang['month_04'] = 'April';
+$lang['month_05'] = 'Mai';
+$lang['month_06'] = 'Juni';
+$lang['month_07'] = 'Juli';
+$lang['month_08'] = 'August';
+$lang['month_09'] = 'September';
+$lang['month_10'] = 'Oktober';
+$lang['month_11'] = 'November';
+$lang['month_12'] = 'Dezember';
+$lang['entries'] = 'Einträge';
+$lang['entry'] = 'Eintrag';
+$lang['archive_title'] = 'Blog-Archiv';