summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/nl.js
blob: 6accdedddc49faa133e1a1c3a037f56147d7bca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "comments",
    {
    "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Reacties</strong> voor bestanden <em>(altijd getoond in de stroom)</em>",
    "You commented" : "U heeft gereageerd",
    "%1$s commented" : "%1$s heeft gereageerd",
    "You commented on %2$s" : "U heeft gereageerd op %2$s",
    "%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" : "Opslaan",
    "Allowed characters {count} of {max}" : "{count} van de {max} toegestane tekens",
    "{count} unread comments" : "{count} ongelezen reacties",
    "Comment" : "Reactie"
},
"nplurals=2; plural=(n != 1);");