aboutsummaryrefslogtreecommitdiff
path: root/mod/tagcloud/languages/de.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tagcloud/languages/de.php')
-rw-r--r--mod/tagcloud/languages/de.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/mod/tagcloud/languages/de.php b/mod/tagcloud/languages/de.php
new file mode 100644
index 000000000..1192202b3
--- /dev/null
+++ b/mod/tagcloud/languages/de.php
@@ -0,0 +1,12 @@
+<?php
+
+ $german = array(
+ "tagcloud:widget:title" => "Schlagworte",
+ "tagcloud:widget:description" => "Schlagworte",
+ "tagcloud:widget:notags" => "Anzahl anzeigen",
+ "item:object" => "Alle Einträge",
+ );
+
+ add_translation("de",$german);
+
+?>