Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/nl.js')
-rw-r--r--apps/comments/l10n/nl.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js
index 7dd97836ad3..f46094f821d 100644
--- a/apps/comments/l10n/nl.js
+++ b/apps/comments/l10n/nl.js
@@ -15,12 +15,19 @@ OC.L10N.register(
"Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen",
"Edit comment" : "Bewerk reactie",
"Delete comment" : "Verwijder reactie",
+ "Cancel edit" : "Annuleer bewerking",
+ "Post comment" : "Plaats reactie",
"No comments yet, start the conversation!" : "Nog geen reacties, start de discussie!",
+ "No more messages" : "Geen berichten meer",
"Retry" : "Opnieuw proberen",
+ "Unable to load the comments list" : "Kan reactielijst niet laden",
"_%n unread comment_::_%n unread comments_" : ["%n ongelezen reactie","%n ongelezen reacties"],
"_1 new comment_::_{unread} new comments_" : ["1 nieuwe reactie","{unread} nieuwe reacties"],
"Comment" : "Reactie",
+ "An error occurred while trying to edit the comment" : "Er trad een fout op bij het bewerken van de reactie",
"Comment deleted" : "Reactie verwijderd",
+ "An error occurred while trying to delete the comment" : "Er trad een fout op bij het verwijderen van de reactie",
+ "An error occurred while trying to create the comment" : "Er trad een fout op bij het creëren van de reactie",
"New comment …" : "Nieuwe reactie ...",
"Post" : "Reageer",
"Cancel" : "Annuleren",