summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/de.js
blob: 4a38f54f52e7504792b8232705789aaf24dd5c0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "comments",
    {
    "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien",
    "Comments" : "Kommentare",
    "Delete comment" : "Kommentar löschen",
    "Cancel" : "Abbrechen",
    "[Deleted user]" : "[Gelöschter Benutzer]",
    "Save" : "Speichern",
    "Comment" : "Kommentar"
},
"nplurals=2; plural=(n != 1);");