nextcloud/apps/files_sharing/l10n/es.php

12 lines
492 B
PHP
Raw Normal View History

2012-08-23 20:07:18 -04:00
<?php $TRANSLATIONS = array(
2013-07-05 20:08:38 -04:00
"The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.",
2012-08-30 20:07:19 -04:00
"Password" => "Contraseña",
"Submit" => "Enviar",
2012-09-23 20: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-30 20:07:19 -04:00
"Download" => "Descargar",
2013-06-29 20:13:07 -04:00
"Upload" => "Subir",
"Cancel upload" => "Cancelar subida",
2013-06-13 20:52:34 -04:00
"No preview available for" => "No hay vista previa disponible para"
2012-08-23 20:07:18 -04:00
);