nextcloud/apps/files_sharing/l10n/es.php

10 lines
400 B
PHP
Raw Normal View History

2012-08-24 04:07:18 +04:00
<?php $TRANSLATIONS = array(
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",
2012-09-01 04:04:00 +04:00
"No preview available for" => "No hay vista previa disponible para",
2012-08-31 04:07:19 +04:00
"web services under your control" => "Servicios web bajo su control"
2012-08-24 04:07:18 +04:00
);