You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es_CL.js 592B

1234567891011121314
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Cancel" : "Cancelar",
  5. "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>",
  6. "You shared %1$s with %2$s" : "Ha compartido %1$s con %2$s",
  7. "You shared %1$s with group %2$s" : "Has compartido %1$s con el grupo %2$s",
  8. "You shared %1$s via link" : "Ha compartido %1$s vía enlace",
  9. "%2$s shared %1$s with you" : "%2$s compartió %1$s con usted",
  10. "Shares" : "Compartidos",
  11. "Password" : "Clave",
  12. "Download" : "Descargar"
  13. },
  14. "nplurals=2; plural=(n != 1);");