Merge pull request #430 from ltGuillaume/patch-1

Dutch
This commit is contained in:
Tibor Kaputa 2019-08-26 23:32:51 +02:00 committed by GitHub
commit 4bd6ec6b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -145,17 +145,17 @@
<string name="blocked_numbers">Geblokkeerde nummers</string>
<!-- Confirmation dialog -->
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
<string name="delete_contacts_confirmation">%s verwijderen?</string> <!-- Are you sure you want to delete 5 contacts? -->
<!-- Are you sure you want to delete 5 contacts? -->
<plurals name="delete_contacts">
<item quantity="one">%d contact</item>
<item quantity="other">%d contacts</item>
<item quantity="other">%d contacten</item>
</plurals>
<plurals name="delete_groups">
<item quantity="one">%d group</item>
<item quantity="other">%d groups</item>
<item quantity="one">%d groep</item>
<item quantity="other">%d groepen</item>
</plurals>
<!-- FAQ -->