diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-11 12:11:59 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-11 12:11:59 -0700 |
commit | 476a644548275a07c7af3abc808863ece028425c (patch) | |
tree | 28feda5784011b553d2da3b1f9b0c30acb97ed34 /res | |
parent | 7d2e8218a56ab5403bfbd83821fef13dd8f2fc22 (diff) | |
download | packages_providers_ContactsProvider-476a644548275a07c7af3abc808863ece028425c.zip packages_providers_ContactsProvider-476a644548275a07c7af3abc808863ece028425c.tar.gz packages_providers_ContactsProvider-476a644548275a07c7af3abc808863ece028425c.tar.bz2 |
auto import from //branches/cupcake/...@137873
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index fd47dc2..55eaedc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -24,17 +24,9 @@ <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> + <!-- This string appears (on two lines) when you type a number into contacts search, to let you dial the phone number you typed. The first line will be in bigger type than the second. --> + <string name="dial_number_using">Dial number\nusing <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> + <!-- This string appears (on two lines) when you type a number into contacts search, to let you create a contact whose phone number is the number you typed. The first line will be in bigger type than the second. --> + <string name="create_contact_using">Create contact\nusing <xliff:g id="number" example="555">%s</xliff:g></string> </resources> |