aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/de.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/de.js')
-rw-r--r--apps/comments/l10n/de.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/comments/l10n/de.js b/apps/comments/l10n/de.js
new file mode 100644
index 00000000000..4a38f54f52e
--- /dev/null
+++ b/apps/comments/l10n/de.js
@@ -0,0 +1,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);");