aboutsummaryrefslogtreecommitdiff
path: root/mod/tagcloud/languages/en.php
blob: f64e0553aed47446f2f597d96a470d782294826f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Tag cloud English language file
 */

$english = array(
	'tagcloud:widget:title' => 'Tag Cloud',
	'tagcloud:widget:description' => 'Tag cloud',
	'tagcloud:widget:numtags' => 'Number of tags to show',
);

add_translation('en', $english);