summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/nl.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/nl.js')
-rw-r--r--apps/comments/l10n/nl.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js
index b1320386458..5772952a291 100644
--- a/apps/comments/l10n/nl.js
+++ b/apps/comments/l10n/nl.js
@@ -1,8 +1,21 @@
OC.L10N.register(
"comments",
{
+ "<strong>Comments</strong> for files" : "<strong>Reacties</strong> voor bestanden",
+ "%1$s commented" : "%1$s heeft gereageerd",
+ "%1$s commented on %2$s" : "%1$s heeft gereageerd op %2$s",
+ "Comments" : "Reacties",
+ "Type in a new comment..." : "Type een nieuwe reactie...",
+ "Delete comment" : "Verwijder reactie",
+ "Post" : "Reageer",
"Cancel" : "Annuleren",
+ "Edit comment" : "Bewerk reactie",
+ "[Deleted user]" : "[Verwijderde gebruiker]",
+ "No other comments available" : "Geen andere reacties beschikbaar",
+ "More comments..." : "Meer reacties...",
"Save" : "Bewaren",
+ "Allowed characters {count} of {max}" : "{count} van de {max} toegestane tekens",
+ "{count} unread comments" : "{count} ongelezen reacties",
"Comment" : "Reactie"
},
"nplurals=2; plural=(n != 1);");