2013-08-09 12:06:31 +00:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-06-01 05:55:19 +00:00
|
|
|
|
"Shared with you" => "Compartido contigo",
|
|
|
|
|
"Shared with others" => "Compartido con otros",
|
2014-06-07 05:56:13 +00:00
|
|
|
|
"Shared by link" => "Compartido por medio de enlaces",
|
2014-06-01 05:55:19 +00:00
|
|
|
|
"No files have been shared with you yet." => "Aún no han compartido contigo ningún archivo.",
|
|
|
|
|
"You haven't shared any files yet." => "Aún no has compartido ningún archivo.",
|
2014-06-07 05:56:13 +00:00
|
|
|
|
"You haven't shared any files by link yet." => "Usted todavía no ha compartido ningún archivo por medio de enlaces.",
|
2014-06-06 05:57:10 +00:00
|
|
|
|
"Could not load template" => "No se cargó la plantilla",
|
|
|
|
|
"Saved" => "Guardado",
|
|
|
|
|
"Reset" => "Reiniciar",
|
2014-03-12 05:57:17 +00:00
|
|
|
|
"Shared by {owner}" => "Compartido por {owner}",
|
2014-06-01 05:55:19 +00:00
|
|
|
|
"Shared by" => "Compartido por",
|
2013-10-16 04:31:48 +00:00
|
|
|
|
"This share is password-protected" => "Este elemento compartido esta protegido por contraseña",
|
2013-07-06 00:08:38 +00:00
|
|
|
|
"The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.",
|
2012-08-31 00:07:19 +00:00
|
|
|
|
"Password" => "Contraseña",
|
2014-06-01 05:55:19 +00:00
|
|
|
|
"Name" => "Nombre",
|
2014-06-06 05:57:10 +00:00
|
|
|
|
"Share time" => "Compartir tiempo",
|
2013-09-05 11:37:32 +00:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Vaya, este enlace parece que no volverá a funcionar.",
|
2013-08-01 05:57:04 +00:00
|
|
|
|
"Reasons might be:" => "Las causas podrían ser:",
|
|
|
|
|
"the item was removed" => "el elemento fue eliminado",
|
|
|
|
|
"the link expired" => "el enlace expiró",
|
|
|
|
|
"sharing is disabled" => "compartir está desactivado",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "Para mayor información, contacte a la persona que le envió el enlace.",
|
2014-05-04 05:56:15 +00:00
|
|
|
|
"Download" => "Descargar",
|
2014-03-12 05:57:17 +00:00
|
|
|
|
"Download %s" => "Descargar %s",
|
2014-06-06 05:57:10 +00:00
|
|
|
|
"Direct link" => "Enlace directo",
|
|
|
|
|
"Mail templates" => "Plantillas para correo",
|
|
|
|
|
"Theme" => "Tema",
|
|
|
|
|
"Template" => "Plantilla",
|
|
|
|
|
"Save" => "Guardar"
|
2012-08-24 00:07:18 +00:00
|
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|