diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-26 01:06:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-26 01:06:57 +0000 |
commit | 8f4ec8583d8d30586f292a153854560bdb20a0b2 (patch) | |
tree | a6e4cdf4ebb1f11402a1dca4afa609b6b811640c /apps/comments/l10n/nl.js | |
parent | 789e6e7363514cc9dc669ef259ac1a5e491c2277 (diff) | |
download | nextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.tar.gz nextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/nl.js')
-rw-r--r-- | apps/comments/l10n/nl.js | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js index 775e0e125d6..bc9bc3c58cd 100644 --- a/apps/comments/l10n/nl.js +++ b/apps/comments/l10n/nl.js @@ -18,16 +18,20 @@ OC.L10N.register( "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"], "Comment" : "Reactie", - "<strong>Comments</strong> for files" : "<strong>Reacties</strong> voor bestanden", "You commented" : "Je reageerde", "%1$s commented" : "%1$s heeft gereageerd", - "You commented on %2$s" : "Je reageerde op %2$s", + "{author} commented" : "{author} reageerde", + "You commented on %1$s" : "Je reageerde op %1$s", + "You commented on {file}" : "Je reageerde op {file}", "%1$s commented on %2$s" : "%1$s heeft gereageerd op %2$s", + "{author} commented on {file}" : "{author} reageerde op {file}", + "<strong>Comments</strong> for files" : "<strong>Reacties</strong> voor bestanden", "A (now) deleted user mentioned you in a comment on \"%s\"." : "Een (nu) verwijderde gebruiker vermeldde jou in een reactie op \"%s\".", "%s mentioned you in a comment on \"%s\"." : "%s vermeldde jou in een reactie op \"%s\".", "Type in a new comment..." : "Type een nieuwe reactie...", "No other comments available" : "Geen andere reacties beschikbaar", "More comments..." : "Meer reacties...", - "{count} unread comments" : "{count} ongelezen reacties" + "{count} unread comments" : "{count} ongelezen reacties", + "You commented on %2$s" : "Je reageerde op %2$s" }, "nplurals=2; plural=(n != 1);"); |