mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,22 +5,21 @@ function string_plural_select_es($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "Permiso denegado.";
|
||||
$a->strings["Unable to register the client at the pump.io server '%s'."] = "Imposible registrar el cliente en el servidor '%s' de pump.io.";
|
||||
$a->strings["You are now authenticated to pumpio."] = "Ahora está autenticado en Pump.io.";
|
||||
$a->strings["return to the connector page"] = "volver a la página del conector";
|
||||
$a->strings["Post to pumpio"] = "Publicar en Pump.io";
|
||||
$a->strings["Pump.io Import/Export/Mirror"] = "Importar/Exportar/Reflejar Pump.io";
|
||||
$a->strings["pump.io username (without the servername)"] = "Nombre de usuario de Pump.io (sin el nombre de servidor)";
|
||||
$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "Nombre de servidor de Pump.io (sin \"http://\" o \"https://\" )";
|
||||
$a->strings["Authenticate your pump.io connection"] = "Autenticar su conexión de Pump.io";
|
||||
$a->strings["Import the remote timeline"] = "Importar la línea de tiempo remota";
|
||||
$a->strings["Enable pump.io Post Addon"] = "Habilitar el complemento de publicación pump.io";
|
||||
$a->strings["Post to pump.io by default"] = "Publicar en Pump.io por defecto";
|
||||
$a->strings["Should posts be public?"] = "¿Deberían de ser públicas las entradas?";
|
||||
$a->strings["Mirror all public posts"] = "Reflejar todas las entradas públicas";
|
||||
$a->strings["Check to delete this preset"] = "Chequear para eliminar este preajuste";
|
||||
$a->strings["Save Settings"] = "Guardar Ajustes";
|
||||
$a->strings["status"] = "estado";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s le gustan los %3\$s de %2\$s";
|
||||
$a->strings['Permission denied.'] = 'Permiso denegado.';
|
||||
$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Imposible registrar el cliente en el servidor \'%s\' de pump.io.';
|
||||
$a->strings['You are now authenticated to pumpio.'] = 'Ahora está autenticado en Pump.io.';
|
||||
$a->strings['return to the connector page'] = 'volver a la página del conector';
|
||||
$a->strings['Post to pumpio'] = 'Publicar en Pump.io';
|
||||
$a->strings['Pump.io Import/Export/Mirror'] = 'Importar/Exportar/Reflejar Pump.io';
|
||||
$a->strings['pump.io username (without the servername)'] = 'Nombre de usuario de Pump.io (sin el nombre de servidor)';
|
||||
$a->strings['pump.io servername (without "http://" or "https://" )'] = 'Nombre de servidor de Pump.io (sin "http://" o "https://" )';
|
||||
$a->strings['Authenticate your pump.io connection'] = 'Autenticar su conexión de Pump.io';
|
||||
$a->strings['Import the remote timeline'] = 'Importar la línea de tiempo remota';
|
||||
$a->strings['Enable pump.io Post Addon'] = 'Habilitar el complemento de publicación pump.io';
|
||||
$a->strings['Post to pump.io by default'] = 'Publicar en Pump.io por defecto';
|
||||
$a->strings['Should posts be public?'] = '¿Deberían de ser públicas las entradas?';
|
||||
$a->strings['Mirror all public posts'] = 'Reflejar todas las entradas públicas';
|
||||
$a->strings['Check to delete this preset'] = 'Chequear para eliminar este preajuste';
|
||||
$a->strings['Save Settings'] = 'Guardar Ajustes';
|
||||
$a->strings['status'] = 'estado';
|
||||
$a->strings['%1$s likes %2$s\'s %3$s'] = 'A %1$s le gustan los %3$s de %2$s';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue