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.

de_AT.js 597B

1234567891011121314
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Cancel" : "Abbrechen",
  5. "A file or folder has been <strong>shared</strong>" : "Eine Datei oder ein Ordner wurde <strong>geteilt</strong>",
  6. "You shared %1$s with %2$s" : "du teilst %1$s mit %2$s",
  7. "You shared %1$s with group %2$s" : "Du teilst %1$s mit der Gruppe %2$s",
  8. "You shared %1$s via link" : "Du hast %1$s mithilfe eines Link geteilt",
  9. "%2$s shared %1$s with you" : "%2$s hat %1$s mit dir geteilt",
  10. "Shares" : "teilt",
  11. "Password" : "Passwort",
  12. "Download" : "Herunterladen"
  13. },
  14. "nplurals=2; plural=(n != 1);");