nextcloud/apps/files_sharing/l10n/es.php

12 lines
492 B
PHP

<?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.",
"Password" => "Contraseña",
"Submit" => "Enviar",
"%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",
"Download" => "Descargar",
"Upload" => "Subir",
"Cancel upload" => "Cancelar subida",
"No preview available for" => "No hay vista previa disponible para"
);