owncloud/core

View on GitHub
apps/files_sharing/l10n/es_CL.js

Summary

Maintainability
A
1 hr
Test Coverage
OC.L10N.register(
    "files_sharing",
    {
    "Cancel" : "Cancelar",
    "Share" : "Compartir",
    "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>",
    "You shared %1$s with %2$s" : "Ha compartido %1$s con %2$s",
    "You shared %1$s with group %2$s" : "Has compartido %1$s con el grupo %2$s",
    "You shared %1$s via link" : "Ha compartido %1$s vía enlace",
    "%2$s shared %1$s with you" : "%2$s compartió %1$s con usted",
    "Shares" : "Compartidos",
    "Password" : "Clave",
    "Download" : "Descargar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");