blob: b6f29dfead46434c7201d716aad93ea93ebe2904 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
/**
* Twitter widget language file
*/
$spanish = 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", $spanish);
|