summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-09-17 18:37:47 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-17 18:37:47 +0000
commitbaa9448c9d759848cd9e5f268ca48d011c0df23e (patch)
tree98fc8c9e9cbe1710b313eb29572ee7f25fea2f89
parent2cfa56e19ec1872c37b1333c509f51ee9127c547 (diff)
parent40417ce82564c9a1414808d5a50ab3a2a4a6eafd (diff)
downloadandroid_packages_apps_PhoneCommon-baa9448c9d759848cd9e5f268ca48d011c0df23e.tar.gz
android_packages_apps_PhoneCommon-baa9448c9d759848cd9e5f268ca48d011c0df23e.tar.bz2
android_packages_apps_PhoneCommon-baa9448c9d759848cd9e5f268ca48d011c0df23e.zip
am 40417ce8: am 7b8dcdb3: am 4729eda1: am 99de6351: Add translation instructions for dialpad strings
* commit '40417ce82564c9a1414808d5a50ab3a2a4a6eafd': Add translation instructions for dialpad strings
-rw-r--r--res/values/strings.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 59b7ab9..eb6dbdb 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -15,25 +15,25 @@
~ limitations under the License
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- The digit to be displayed on the 0 key of the dialpad [CHAR LIMIT=1]-->
+ <!-- The digit to be displayed on the 0 key of the dialpad [TRANSLATE FOR FA ONLY] [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]-->
+ <!-- The digit to be displayed on the 1 key of the dialpad [TRANSLATE FOR FA ONLY] [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]-->
+ <!-- The digit to be displayed on the 2 key of the dialpad [TRANSLATE FOR FA ONLY] [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]-->
+ <!-- The digit to be displayed on the 3 key of the dialpad [TRANSLATE FOR FA ONLY] [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]-->
+ <!-- The digit to be displayed on the 4 key of the dialpad [TRANSLATE FOR FA ONLY] [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]-->
+ <!-- The digit to be displayed on the 5 key of the dialpad [TRANSLATE FOR FA ONLY] [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]-->
+ <!-- The digit to be displayed on the 6 key of the dialpad [TRANSLATE FOR FA ONLY] [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]-->
+ <!-- The digit to be displayed on the 7 key of the dialpad [TRANSLATE FOR FA ONLY] [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]-->
+ <!-- The digit to be displayed on the 8 key of the dialpad [TRANSLATE FOR FA ONLY] [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]-->
+ <!-- The digit to be displayed on the 9 key of the dialpad [TRANSLATE FOR FA ONLY] [CHAR LIMIT=1]-->
<string name="dialpad_9_number">9</string>
<!-- Do not translate. -->
<string name="dialpad_star_number">*</string>