diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-05 00:09:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-05 00:09:10 +0000 |
commit | 8b484eedf029b8e1a9dcef0efb09db381888c4b0 (patch) | |
tree | f3cdf0ff5286631148b0557f0f035383cd389fce /apps/comments/l10n/nl.js | |
parent | fc02c4a980f0a76fdab8eb5a4fc8aa9d0fb9b030 (diff) | |
download | nextcloud-server-8b484eedf029b8e1a9dcef0efb09db381888c4b0.tar.gz nextcloud-server-8b484eedf029b8e1a9dcef0efb09db381888c4b0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/nl.js')
-rw-r--r-- | apps/comments/l10n/nl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js index ea0b1002e29..d0ed4873a0c 100644 --- a/apps/comments/l10n/nl.js +++ b/apps/comments/l10n/nl.js @@ -1,12 +1,15 @@ OC.L10N.register( "comments", { + "New comment …" : "Nieuwe reactie ...", "Delete comment" : "Verwijder reactie", "Post" : "Reageer", "Cancel" : "Annuleren", "Edit comment" : "Bewerk reactie", "[Deleted user]" : "[Verwijderde gebruiker]", "Comments" : "Reacties", + "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}", |