aboutsummaryrefslogtreecommitdiff
path: root/languages/de/de.tagcloud.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/de/de.tagcloud.php')
-rw-r--r--languages/de/de.tagcloud.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/languages/de/de.tagcloud.php b/languages/de/de.tagcloud.php
new file mode 100644
index 000000000..93261926e
--- /dev/null
+++ b/languages/de/de.tagcloud.php
@@ -0,0 +1,12 @@
+<?php
+/**
+ * Tag cloud German language file
+ */
+
+$german = array(
+ 'tagcloud:widget:title' => 'Tagcloud',
+ 'tagcloud:widget:description' => 'Tagcloud',
+ 'tagcloud:widget:numtags' => 'Anzahl der anzuzeigenden Tags.',
+);
+
+add_translation('de', $german); \ No newline at end of file