Merge pull request #10055 from timvandermeij/translation

Translate the new find match count strings to Dutch
This commit is contained in:
Tim van der Meij 2018-09-09 20:29:41 +02:00 committed by GitHub
commit 53c37d3b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,6 +167,13 @@ find_highlight=Alles markeren
find_match_case_label=Hoofdlettergevoelig
find_reached_top=Bovenkant van document bereikt, doorgegaan vanaf onderkant
find_reached_bottom=Onderkant van document bereikt, doorgegaan vanaf bovenkant
# LOCALIZATION NOTE (find_matches_count): "{{current}}" and "{{total}}" will be
# replaced by a number representing the index of the currently active find result,
# respectively a number representing the total number of matches in the document.
find_matches_count={{current}} van {{total}} overeenkomsten
# LOCALIZATION NOTE (find_matches_count_limit): "{{limit}}" will be replaced by
# a numerical value.
find_matches_count_limit=Meer dan {{limit}} overeenkomsten
find_not_found=Tekst niet gevonden
# Error panel labels