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_DE.js 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentare",
  5. "Unknown user" : "Unbekannter Benutzer",
  6. "New comment …" : "Neuer Kommentar ...",
  7. "Delete comment" : "Kommentar löschen",
  8. "Post" : "Speichern",
  9. "Cancel" : "Abbrechen",
  10. "Edit comment" : "Kommentar bearbeiten",
  11. "[Deleted user]" : "[gelöschter Benutzer]",
  12. "No comments yet, start the conversation!" : "Keine Kommentare bisher. Beginnen Sie die Diskussion!",
  13. "More comments …" : "Weitere Kommentare ...",
  14. "Save" : "Speichern",
  15. "Allowed characters {count} of {max}" : "{count} von {max} Zeichen benutzt",
  16. "Error occurred while retrieving comment with id {id}" : "Es ist ein Fehler beim Empfangen des Kommentars mit der ID {id} aufgetreten",
  17. "Error occurred while updating comment with id {id}" : "Es ist ein Fehler beim Aktualisieren des Kommentars mit der ID {id} aufgetreten",
  18. "Error occurred while posting comment" : "Es ist ein Fehler beim Veröffentlichen des Kommentars aufgetreten",
  19. "_%n unread comment_::_%n unread comments_" : ["%n ungelesener Kommentar","%n ungelesene Kommentare"],
  20. "Comment" : "Kommentar",
  21. "You commented" : "Sie haben kommentiert",
  22. "%1$s commented" : "%1$s kommentierte",
  23. "{author} commented" : "{author} kommentiert",
  24. "You commented on %1$s" : "Sie haben %1$s kommentiert",
  25. "You commented on {file}" : "Sie haben {file} kommentiert",
  26. "%1$s commented on %2$s" : "%1$s kommentierte %2$s",
  27. "{author} commented on {file}" : "{author} hat {file} kommentiert",
  28. "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien",
  29. "A (now) deleted user mentioned you in a comment on “%s”" : "Ein (nun) gelöschter Nutzer erwähnt Sie in einem Kommentar zu \"%s\"",
  30. "A (now) deleted user mentioned you in a comment on “{file}”" : "Ein (nun) gelöschter Nutzer erwähnt Sie in einem Kommentar zu “{file}”",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s erwähnt Sie in einem Kommentar zu “%2$s”",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} erwähnt Sie in einem Kommentar zu “{file}”",
  33. "Type in a new comment..." : "Neuen Kommentar eingeben...",
  34. "No other comments available" : "Keine weiteren Kommentare verfügbar",
  35. "More comments..." : "Weitere Kommentare...",
  36. "{count} unread comments" : "[count] ungelesene Kommentare",
  37. "You commented on %2$s" : "Sie haben %2$s kommentiert"
  38. },
  39. "nplurals=2; plural=(n != 1);");