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, 0 insertions, 12 deletions
diff --git a/mod/tagcloud/languages/de.php b/mod/tagcloud/languages/de.php
deleted file mode 100644
index 1192202b3..000000000
--- a/mod/tagcloud/languages/de.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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);
-
-?>