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

$spanish = array(
	'tagcloud:widget:title' => 'Nube de Tags',
	'tagcloud:widget:description' => 'Nube de Tags',
	'tagcloud:widget:numtags' => 'Cantidad de tags a mostrar',
);

add_translation('es', $spanish);