summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/es.php
blob: 9f7f10f806509d7610d906c7dddc63cce39f8953 (plain)
1
2
3
4
5
6
7
8
9
10
<?php $TRANSLATIONS = array(
"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"
);