aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/es/es.twitter.php
blob: 7e9a8da5d446ca5286c890298bd1470ee5c82dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$es = array (
  'twitter:title' => 'Twitter',
  'twitter:info' => 'Mostrar tus últimos tweets',
  'twitter:username' => 'Ingrese su nombre de usuario de twitter.',
  'twitter:num' => 'Cantidad de tweets a mostrar.',
  'twitter:visit' => 'ir a mi twitter',
  'twitter:notset' => 'El widget de Twitter no se encuentra listo para funcionar. Para mostrar los últimos tweets, haga click en - editar - y complete sus los datos',
);

add_translation("es", $es);