aboutsummaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 799a73c3..fd47dc2b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -23,4 +23,18 @@
<string name="dialNumber">Dial number</string>
<string name="createNewContact">New contact</string>
<string name="usingNumber">Using <xliff:g id="number">%s</xliff:g></string>
+
+ <!-- The first line of "Dial number using NNN",
+ which appears if you type a number into contacts search. -->
+ <string name="dial_number">Dial number</string>
+ <!-- The second line of "Dial number using NNN",
+ which appears if you type a number into contacts search. -->
+ <string name="dial_number_using">using <xliff:g id="number" example="555">%s</xliff:g></string>
+
+ <!-- The first line of "Create contact using NNN",
+ which appears if you type a number into contacts search. -->
+ <string name="create_contact">Create contact</string>
+ <!-- The second line of "Create contact using NNN",
+ which appears if you type a number into contacts search. -->
+ <string name="create_contact_using">using <xliff:g id="number" example="555">%s</xliff:g></string>
</resources>