diff options
author | iNPUTmice <daniel@gultsch.de> | 2015-03-22 18:56:28 +0100 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2015-03-22 18:56:28 +0100 |
commit | ad8f1902d1c43ce84ee4c1b2ecd6590aa959879c (patch) | |
tree | 6f9aafed68f532bb5b47828446d144c92be2a42e /src/main/res/values-nl/strings.xml | |
parent | c47d1e83c1a5ee11f6924dd4e8ac95f123802824 (diff) |
pulled translations
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values-nl/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values-nl/strings.xml b/src/main/res/values-nl/strings.xml index 7d6f31e5..2b8c5501 100644 --- a/src/main/res/values-nl/strings.xml +++ b/src/main/res/values-nl/strings.xml @@ -427,4 +427,8 @@ <string name="no_application_found_to_display_location">Geen applicatie gevonden om locatie weer te geven</string> <string name="location">Locatie</string> <string name="received_location">Locatie ontvangen</string> + <plurals name="select_contact"> + <item quantity="one">Selecteer %d contact</item> + <item quantity="other">Selecteer %d contacten</item> + </plurals> </resources> |