mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
translation updates
This commit is contained in:
parent
fa01357445
commit
3a063f999d
67 changed files with 1026 additions and 1930 deletions
|
@ -3,18 +3,15 @@
|
|||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
|
||||
}}
|
||||
$a->strings['Permission denied.'] = 'Permiso denegado.';
|
||||
$a->strings['Save Settings'] = 'Guardar ajustes';
|
||||
$a->strings['Consumer Key'] = 'Consumer Key';
|
||||
$a->strings['Consumer Secret'] = 'Consumer Secret';
|
||||
$a->strings['You are now authenticated to tumblr.'] = 'Está ahora autenticado en tumblr.';
|
||||
$a->strings['return to the connector page'] = 'Vuelva a la página del conector';
|
||||
$a->strings['Post to Tumblr'] = 'Publicar en Tumblr';
|
||||
$a->strings['Tumblr Export'] = 'Exportar a Tumblr ';
|
||||
$a->strings['Post to page:'] = 'Publicar en página:';
|
||||
$a->strings['(Re-)Authenticate your tumblr page'] = '(Re-)autenticar su página de tumblr';
|
||||
$a->strings['You are not authenticated to tumblr'] = 'No está autenticado en tumblr';
|
||||
$a->strings['Enable Tumblr Post Addon'] = 'Habilitar el complemento de publicación de Tumblr';
|
||||
$a->strings['Post to Tumblr by default'] = 'Publique en Tumblr por defecto';
|
||||
$a->strings['Post to page:'] = 'Publicar en página:';
|
||||
$a->strings['You are not authenticated to tumblr'] = 'No está autenticado en tumblr';
|
||||
$a->strings['Post to Tumblr'] = 'Publicar en Tumblr';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue