aboutsummaryrefslogtreecommitdiff
path: root/mod/identica/languages/es.php
blob: 7a73755f7507f36dcde1d86a3cc471b84245b831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$es = array (
  'identica:title' => 'Identi.ca',
  'identica:info' => 'Muestra tus últimos tweets',
  'identica:username' => 'Tu nombre de usuario en identi.ca',
  'identica:num' => 'Número de tweets a mostrar.',
  'identica:visit' => 'visita mi identi.ca',
  'identica:notset' => 'El widget de Identi.ca aún no está configurado. Para mostrar tus últimos tweets, haz click en en - editar - y rellena el formulario',
);

add_translation("es", $es);