summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorzhu youhua <youhua@codeaurora.org>2015-08-07 11:02:41 +0800
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:22:32 -0600
commitc5feab282fde67e2a55777a67df7e3bb32ff31dd (patch)
treeaf65a4742328ffd0a07e5efd74b74291acdbe87e /res/values
parentfa9cbae4e7e790d62c7fe68d7f7d52b5ccc17883 (diff)
downloadandroid_packages_apps_PhoneCommon-c5feab282fde67e2a55777a67df7e3bb32ff31dd.tar.gz
android_packages_apps_PhoneCommon-c5feab282fde67e2a55777a67df7e3bb32ff31dd.tar.bz2
android_packages_apps_PhoneCommon-c5feab282fde67e2a55777a67df7e3bb32ff31dd.zip
add labels view in dialpad key for multi language
- adjust the dialpad key's layout to display both multi language and default English character Change-Id: I8fae739854d6b533abe947a2a7ec293d0e83b389
Diffstat (limited to 'res/values')
-rw-r--r--res/values/qtistrings.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/res/values/qtistrings.xml b/res/values/qtistrings.xml
new file mode 100644
index 0000000..3898ab1
--- /dev/null
+++ b/res/values/qtistrings.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (c) 2015, The Linux Foundation. All rights reserved.
+ ~
+ ~ Redistribution and use in source and binary forms, with or without
+ ~ modification, are permitted provided that the following conditions are
+ ~ met:
+ ~ Redistributions of source code must retain the above copyright
+ ~ notice, this list of conditions and the following disclaimer.
+ ~ Redistributions in binary form must reproduce the above
+ ~ copyright notice, this list of conditions and the following
+ ~ disclaimer in the documentation and/or other materials provided
+ ~ with the distribution.
+ ~ Neither the name of The Linux Foundation nor the names of its
+ ~ contributors may be used to endorse or promote products derived
+ ~ from this software without specific prior written permission.
+ ~
+ ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+ ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+ ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ ~
+ -->
+
+<!-- The xml contains Qti specific resource strings neede for any value added features. -->
+<resources>
+ <!-- Do not translate. -->
+ <string name="dialpad_0_labels"></string>
+ <!-- Do not translate. -->
+ <string name="dialpad_1_labels"></string>
+ <!-- Do not translate. -->
+ <string name="dialpad_2_labels"></string>
+ <!-- Do not translate. -->
+ <string name="dialpad_3_labels"></string>
+ <!-- Do not translate. -->
+ <string name="dialpad_4_labels"></string>
+ <!-- Do not translate. -->
+ <string name="dialpad_5_labels"></string>
+ <!-- Do not translate. -->
+ <string name="dialpad_6_labels"></string>
+ <!-- Do not translate. -->
+ <string name="dialpad_7_labels"></string>
+ <!-- Do not translate. -->
+ <string name="dialpad_8_labels"></string>
+ <!-- Do not translate. -->
+ <string name="dialpad_9_labels"></string>
+ <!-- Do not translate. -->
+ <string name="dialpad_star_labels"></string>
+ <!-- Do not translate. -->
+ <string name="dialpad_pound_labels"></string>
+</resources>