diff options
Diffstat (limited to 'apps/comments/l10n/nl.js')
-rw-r--r-- | apps/comments/l10n/nl.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js index 343748af72d..7dd97836ad3 100644 --- a/apps/comments/l10n/nl.js +++ b/apps/comments/l10n/nl.js @@ -15,19 +15,21 @@ 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", + "No comments yet, start the conversation!" : "Nog geen reacties, start de discussie!", + "Retry" : "Opnieuw proberen", + "_%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", + "Comment deleted" : "Reactie verwijderd", "New comment …" : "Nieuwe reactie ...", "Post" : "Reageer", "Cancel" : "Annuleren", "[Deleted user]" : "[Verwijderde gebruiker]", - "No comments yet, start the conversation!" : "Nog geen reacties, start de discussie!", "More comments …" : "Meer reacties ...", "Save" : "Opslaan", "Allowed characters {count} of {max}" : "{count} van de {max} toegestane tekens", "Error occurred while retrieving comment with ID {id}" : "Er trad een fout op bij het ophalen van reactie met ID {id}", "Error occurred while updating comment with id {id}" : "Er trad een fout op bij het bijwerken van reactie met id {id}", - "Error occurred while posting comment" : "Er trad een fout op bij plaatsen reactie", - "_%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" + "Error occurred while posting comment" : "Er trad een fout op bij plaatsen reactie" }, "nplurals=2; plural=(n != 1);"); |