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