aboutsummaryrefslogtreecommitdiff
path: root/mod/tagcloud/languages
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tagcloud/languages')
-rw-r--r--mod/tagcloud/languages/de.php12
-rw-r--r--mod/tagcloud/languages/en.php14
2 files changed, 26 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);
+
+?>
diff --git a/mod/tagcloud/languages/en.php b/mod/tagcloud/languages/en.php
new file mode 100644
index 000000000..749a86434
--- /dev/null
+++ b/mod/tagcloud/languages/en.php
@@ -0,0 +1,14 @@
+<?php
+
+ $english = array(
+ 'tagcloud:widget:title' => 'Tag Cloud',
+ 'tagcloud:site:title' => 'Site Tag Cloud',
+ 'tagcloud:widget:description' => 'Tag cloud',
+ 'tagcloud:widget:numtags' => 'Number of tags to show',
+ 'item:object' => 'Items',
+ 'advancedsearchtitle' => '%s with tags matching %s',
+ );
+
+ add_translation('en',$english);
+
+?>