2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2013-10-16 08:31:48 +04:00
|
|
|
|
"This share is password-protected" => "Este elemento compartido esta protegido por contraseña",
|
2013-07-06 04:08:38 +04:00
|
|
|
|
"The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.",
|
2012-08-31 04:07:19 +04:00
|
|
|
|
"Password" => "Contraseña",
|
2013-09-05 15:37:32 +04:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Vaya, este enlace parece que no volverá a funcionar.",
|
2013-08-01 09:57:04 +04: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.",
|
2012-09-24 04:04:10 +04:00
|
|
|
|
"%s shared the folder %s with you" => "%s compartió la carpeta %s contigo",
|
|
|
|
|
"%s shared the file %s with you" => "%s compartió el fichero %s contigo",
|
2012-08-31 04:07:19 +04:00
|
|
|
|
"Download" => "Descargar",
|
2013-06-30 04:13:07 +04:00
|
|
|
|
"Upload" => "Subir",
|
|
|
|
|
"Cancel upload" => "Cancelar subida",
|
2013-10-27 10:32:11 +04:00
|
|
|
|
"No preview available for" => "No hay vista previa disponible para",
|
|
|
|
|
"Direct link" => "Enlace directo"
|
2012-08-24 04:07:18 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|