aboutsummaryrefslogtreecommitdiff
path: root/languages/da/da.tagcloud.php
blob: e6e13c92fa4a3526332da38f7117af6ffd4aad2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * Tag cloud Danish language file
 */

$danish = array(
	'tagcloud:widget:title' => 'Tag Cloud',
	'tagcloud:widget:description' => 'Tag cloud',
	'tagcloud:widget:numtags' => 'Antal tags, der skal vises',
);

add_translation('da',$danish);

?>