summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fischer <>2009-03-24 20:28:56 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-24 20:28:56 -0700
commit0412d7f250f7995a0d680983797d73252d60b353 (patch)
tree18d4522accd6583c85597b6bfb46d2d4d7025a94
parentb2e3a5db68229b1854faed5e5d2c97cc04b05233 (diff)
downloadframeworks_base-0412d7f250f7995a0d680983797d73252d60b353.zip
frameworks_base-0412d7f250f7995a0d680983797d73252d60b353.tar.gz
frameworks_base-0412d7f250f7995a0d680983797d73252d60b353.tar.bz2
Automated import from //branches/donutburger/...@141529,141529
-rw-r--r--core/res/res/values-es/strings.xml5
-rw-r--r--core/res/res/values-ja/strings.xml3
-rw-r--r--core/res/res/values/strings.xml10
3 files changed, 7 insertions, 11 deletions
diff --git a/core/res/res/values-es/strings.xml b/core/res/res/values-es/strings.xml
index 9de9528..a18d2d7 100644
--- a/core/res/res/values-es/strings.xml
+++ b/core/res/res/values-es/strings.xml
@@ -831,9 +831,4 @@
<!-- no translation found for ime_action_default (2840921885558045721) -->
<skip />
- <!-- Strings for search suggestions. These are going here because they are referenced by both
- ContactsProvider and GoogleContactsProvider -->
- <string name="dialNumber">"Marcar número"</string>
- <string name="createNewContact">"Contacto nuevo"</string>
- <string name="usingNumber">"Usar <xliff:g id="NUMBER">%s</xliff:g>"</string>
</resources>
diff --git a/core/res/res/values-ja/strings.xml b/core/res/res/values-ja/strings.xml
index 262e7e4f..dedc019 100644
--- a/core/res/res/values-ja/strings.xml
+++ b/core/res/res/values-ja/strings.xml
@@ -829,7 +829,4 @@
<skip />
<!-- no translation found for ime_action_default (2840921885558045721) -->
<skip />
- <!-- Strings for search suggestions. These are going here because they are referenced by both
- ContactsProvider and GoogleContactsProvider -->
- <string name="dialNumber">"発信"</string>
</resources>
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index b8a8eb5..6cfdf8f 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -2314,8 +2314,12 @@
<!-- Strings for search suggestions. These are going here because they are referenced by both
ContactsProvider and GoogleContactsProvider -->
- <string name="dialNumber">Dial number</string>
- <string name="createNewContact">New contact</string>
- <string name="usingNumber">Using <xliff:g id="number">%s</xliff:g></string>
+ <skip />
+
+ <!-- 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>
+
+ <!-- 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>