blob: b244d6b4e4a9b03a968f3f17884c78775fe06251 (
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);
|