nextcloud/apps/files_sharing/l10n/es.php

12 lines
492 B
PHP
Raw Normal View History

2012-08-24 04:07:18 +04:00
<?php $TRANSLATIONS = array(
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",
"Submit" => "Enviar",
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-06-14 04:52:34 +04:00
"No preview available for" => "No hay vista previa disponible para"
2012-08-24 04:07:18 +04:00
);