aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/es/es.tagcloud.php
blob: 2899bef991dca01ca3ce168fd49ea87237f3755f (plain)
1
2
3
4
5
6
7
8
9
<?php
$es = array (
  'tagcloud:widget:title' => 'Nube de Tags',
  'tagcloud:widget:description' => 'Nube de Tags',
  'tagcloud:widget:numtags' => 'Cantidad de tags a mostrar',
);

add_translation("es", $es);