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.

123456789101112131415161718192021222324252627
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Server to server sharing is not enabled on this server" : "Compartir entre servidores no está habilitado en este servidor",
  5. "Cancel" : "Cancelar",
  6. "Shared by" : "Compartido por",
  7. "Sharing" : "Compartiendo",
  8. "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>",
  9. "You shared %1$s with %2$s" : "Has compartido %1$s con %2$s",
  10. "You shared %1$s with group %2$s" : "Has compartido %1$s en el grupo %2$s",
  11. "You shared %1$s via link" : "Has compartido %1$s a través del enlace",
  12. "%2$s shared %1$s with you" : "%2$s compartió %1$s contigo",
  13. "Shares" : "Compartidos",
  14. "This share is password-protected" : "Esto está protegido por contraseña",
  15. "The password is wrong. Try again." : "La contraseña no es correcta. Probá de nuevo.",
  16. "Password" : "Contraseña",
  17. "Name" : "Nombre",
  18. "Sorry, this link doesn’t seem to work anymore." : "Perdón, este enlace parece no funcionar más.",
  19. "Reasons might be:" : "Las causas podrían ser:",
  20. "the item was removed" : "el elemento fue borrado",
  21. "the link expired" : "el enlace expiró",
  22. "sharing is disabled" : "compartir está desactivado",
  23. "For more info, please ask the person who sent this link." : "Para mayor información, contactá a la persona que te mandó el enlace.",
  24. "Download" : "Descargar",
  25. "Direct link" : "Vínculo directo"
  26. },
  27. "nplurals=2; plural=(n != 1);");