Skip to content

Commit 4bd6ec6

Browse files
authored
Merge pull request #430 from ltGuillaume/patch-1
Dutch
2 parents 0abeaec + 35cd472 commit 4bd6ec6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/res/values-nl/strings.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,17 @@
145145
<string name="blocked_numbers">Geblokkeerde nummers</string>
146146

147147
<!-- Confirmation dialog -->
148-
<string name="delete_contacts_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 contacts? -->
148+
<string name="delete_contacts_confirmation">%s verwijderen?</string> <!-- Are you sure you want to delete 5 contacts? -->
149149

150150
<!-- Are you sure you want to delete 5 contacts? -->
151151
<plurals name="delete_contacts">
152152
<item quantity="one">%d contact</item>
153-
<item quantity="other">%d contacts</item>
153+
<item quantity="other">%d contacten</item>
154154
</plurals>
155155

156156
<plurals name="delete_groups">
157-
<item quantity="one">%d group</item>
158-
<item quantity="other">%d groups</item>
157+
<item quantity="one">%d groep</item>
158+
<item quantity="other">%d groepen</item>
159159
</plurals>
160160

161161
<!-- FAQ -->

0 commit comments

Comments
 (0)