summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-08-22 17:42:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-22 17:42:59 +0000
commitc850fcc08d90f5eb3159c6971be519a3ecc4ee38 (patch)
treedf5d01c46c6769ccb0704d36a4788aa7d7c3b083 /res
parent37d2c9782aebbd65fb16ad15973f4769881ea810 (diff)
parentf9783e7d35aa2912c8800b02960bdcfe5f1d5c06 (diff)
downloadpackages_apps_InCallUI-c850fcc08d90f5eb3159c6971be519a3ecc4ee38.tar.gz
packages_apps_InCallUI-c850fcc08d90f5eb3159c6971be519a3ecc4ee38.tar.bz2
packages_apps_InCallUI-c850fcc08d90f5eb3159c6971be519a3ecc4ee38.zip
Merge "Remove unneeded dialpad strings from InCallUI" into lmp-dev
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml50
1 files changed, 0 insertions, 50 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fc2ee20c..06b76055 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -589,54 +589,4 @@
<!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
<string name="select_account_dialog_title">Select Account</string>
-
- <!-- The digit to be displayed on the 0 key of the dialpad [CHAR LIMIT=1]-->
- <string name="dialpad_0_number">0</string>
- <!-- The digit to be displayed on the 1 key of the dialpad [CHAR LIMIT=1]-->
- <string name="dialpad_1_number">1</string>
- <!-- The digit to be displayed on the 2 key of the dialpad [CHAR LIMIT=1]-->
- <string name="dialpad_2_number">2</string>
- <!-- The digit to be displayed on the 3 key of the dialpad [CHAR LIMIT=1]-->
- <string name="dialpad_3_number">3</string>
- <!-- The digit to be displayed on the 4 key of the dialpad [CHAR LIMIT=1]-->
- <string name="dialpad_4_number">4</string>
- <!-- The digit to be displayed on the 5 key of the dialpad [CHAR LIMIT=1]-->
- <string name="dialpad_5_number">5</string>
- <!-- The digit to be displayed on the 6 key of the dialpad [CHAR LIMIT=1]-->
- <string name="dialpad_6_number">6</string>
- <!-- The digit to be displayed on the 7 key of the dialpad [CHAR LIMIT=1]-->
- <string name="dialpad_7_number">7</string>
- <!-- The digit to be displayed on the 8 key of the dialpad [CHAR LIMIT=1]-->
- <string name="dialpad_8_number">8</string>
- <!-- The digit to be displayed on the 9 key of the dialpad [CHAR LIMIT=1]-->
- <string name="dialpad_9_number">9</string>
- <!-- Do not translate. -->
- <string name="dialpad_star_number">*</string>
- <!-- Do not translate. -->
- <string name="dialpad_pound_number">#</string>
-
- <!-- Do not translate. -->
- <string name="dialpad_0_letters">+</string>
- <!-- Do not translate. -->
- <string name="dialpad_1_letters"></string>
- <!-- Do not translate. -->
- <string name="dialpad_2_letters">ABC</string>
- <!-- Do not translate. -->
- <string name="dialpad_3_letters">DEF</string>
- <!-- Do not translate. -->
- <string name="dialpad_4_letters">GHI</string>
- <!-- Do not translate. -->
- <string name="dialpad_5_letters">JKL</string>
- <!-- Do not translate. -->
- <string name="dialpad_6_letters">MNO</string>
- <!-- Do not translate. -->
- <string name="dialpad_7_letters">PQRS</string>
- <!-- Do not translate. -->
- <string name="dialpad_8_letters">TUV</string>
- <!-- Do not translate. -->
- <string name="dialpad_9_letters">WXYZ</string>
- <!-- Do not translate. -->
- <string name="dialpad_star_letters"></string>
- <!-- Do not translate. -->
- <string name="dialpad_pound_letters"></string>
</resources>