diff options
Diffstat (limited to 'apps/files_sharing/l10n/es.php')
-rw-r--r-- | apps/files_sharing/l10n/es.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php index dbe2a5fce83..cca3407fe16 100644 --- a/apps/files_sharing/l10n/es.php +++ b/apps/files_sharing/l10n/es.php @@ -4,12 +4,16 @@ $TRANSLATIONS = array( "Shared with others" => "Compartido con otros", "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.", +"Could not load template" => "No se cargó la plantilla", +"Saved" => "Guardado", +"Reset" => "Reiniciar", "Shared by {owner}" => "Compartido por {owner}", "Shared by" => "Compartido por", "This share is password-protected" => "Este elemento compartido esta protegido por contraseña", "The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.", "Password" => "Contraseña", "Name" => "Nombre", +"Share time" => "Compartir tiempo", "Sorry, this link doesn’t seem to work anymore." => "Vaya, este enlace parece que no volverá a funcionar.", "Reasons might be:" => "Las causas podrían ser:", "the item was removed" => "el elemento fue eliminado", @@ -18,6 +22,10 @@ $TRANSLATIONS = array( "For more info, please ask the person who sent this link." => "Para mayor información, contacte a la persona que le envió el enlace.", "Download" => "Descargar", "Download %s" => "Descargar %s", -"Direct link" => "Enlace directo" +"Direct link" => "Enlace directo", +"Mail templates" => "Plantillas para correo", +"Theme" => "Tema", +"Template" => "Plantilla", +"Save" => "Guardar" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |