diff options
Diffstat (limited to 'apps/comments/l10n/nl.js')
-rw-r--r-- | apps/comments/l10n/nl.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js index 6f4a627b32b..ea0b1002e29 100644 --- a/apps/comments/l10n/nl.js +++ b/apps/comments/l10n/nl.js @@ -1,15 +1,12 @@ OC.L10N.register( "comments", { - "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]", "Comments" : "Reacties", - "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", "Error occurred while retrieving comment with id {id}" : "Er trad een fout op bij het ophalen van reactie met id {id}", @@ -17,10 +14,13 @@ OC.L10N.register( "Error occurred while posting comment" : "Er trad een fout op bij plaatsen reactie", "{count} unread comments" : "{count} ongelezen reacties", "Comment" : "Reactie", - "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Reacties</strong> voor bestanden <em>(altijd getoond in de stroom)</em>", + "<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", - "%1$s commented on %2$s" : "%1$s heeft gereageerd op %2$s" + "%1$s commented on %2$s" : "%1$s heeft gereageerd op %2$s", + "Type in a new comment..." : "Type een nieuwe reactie...", + "No other comments available" : "Geen andere reacties beschikbaar", + "More comments..." : "Meer reacties..." }, "nplurals=2; plural=(n != 1);"); |