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.

123456789101112131415
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Cancel" : "Cancellar",
  5. "A file or folder has been <strong>shared</strong>" : "Un file o un dossier ha essite <strong>compartite</strong>",
  6. "You shared %1$s with %2$s" : "Tu compartiva %1$s con %2$s",
  7. "You shared %1$s with group %2$s" : "Tu compartiva %1$s con gruppo %2$s",
  8. "You shared %1$s via link" : "Tu compartiva %1$s via ligamine",
  9. "%2$s shared %1$s with you" : "%2$s compartiva %1$s con te",
  10. "Shares" : "Comparti",
  11. "Password" : "Contrasigno",
  12. "Name" : "Nomine",
  13. "Download" : "Discargar"
  14. },
  15. "nplurals=2; plural=(n != 1);");