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

?>