de.js 1.4 KB

1234567891011121314151617181920212223242526
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Bitte gib einen neuen Kommentar ein...",
  5. "Delete comment" : "Kommentar löschen",
  6. "Post" : "Speichern",
  7. "Cancel" : "Abbrechen",
  8. "Edit comment" : "Kommentar bearbeiten",
  9. "[Deleted user]" : "[Gelöschter Benutzer]",
  10. "Comments" : "Kommentare",
  11. "No other comments available" : "Keine anderen Kommentare vorhanden",
  12. "More comments..." : "Weitere Kommentare...",
  13. "Save" : "Speichern",
  14. "Allowed characters {count} of {max}" : "Erlaubte Zeichen {count} von {max}",
  15. "Error occurred while retrieving comment with id {id}" : "Es ist ein Fehler beim Empfangen des Kommentars mit der ID {id} aufgetreten",
  16. "Error occurred while updating comment with id {id}" : "Es ist ein Fehler beim Aktualisieren des Kommentars mit der ID {id} aufgetreten",
  17. "Error occurred while posting comment" : "Es ist ein Fehler beim Veröffentlichen des Kommentars aufgetreten",
  18. "{count} unread comments" : "{count} ungelesene Kommentare",
  19. "Comment" : "Kommentar",
  20. "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Kommentare</strong> für Dateien<em>(immer im Stream aufgelistet)</em>",
  21. "You commented" : "Du hast kommentiert",
  22. "%1$s commented" : "%1$s kommentierte",
  23. "You commented on %2$s" : "Du hast %2$s kommentiert",
  24. "%1$s commented on %2$s" : "%1$s kommentierte %2$s"
  25. },
  26. "nplurals=2; plural=(n != 1);");