nextcloud/apps/comments/l10n/de.js

13 lines
371 B
JavaScript

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);");