aboutsummaryrefslogtreecommitdiff
path: root/mod/tagcloud/languages/de.php
blob: 1192202b38b5ed339e60452eb1845457a8255ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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);

?>