diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-03-18 17:36:23 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-03-18 17:36:23 +0100 |
commit | a13c59fa1b3a05b72b0c98147d251d2003b099a8 (patch) | |
tree | e2db2d9c20a94e75e937087fbeccf56e29255469 /src/main/res/values/strings.xml | |
parent | 7ae357f863732451ee65c566687f7440b3c1c74a (diff) | |
parent | f76baa5658df9b08c7cdc7b3b85560842cb4d7f9 (diff) |
Merge pull request #1043 from strb/choose_contact_multiple_squashed
Added multiple select to Choose Contact Activity (squashed)
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 8ebe58ca..af56c014 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -454,4 +454,8 @@ <string name="no_application_found_to_display_location">No application found to display location</string> <string name="location">Location</string> <string name="received_location">Received location</string> + <plurals name="select_contact"> + <item quantity="one">Select %d contact</item> + <item quantity="other">Select %d contacts</item> + </plurals> </resources> |