aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndalam Parthasarathi <andala@codeaurora.org>2015-11-23 18:19:13 +0530
committerSteve Kondik <steve@cyngn.com>2016-07-02 10:55:01 -0700
commit2a2094e8f054e21d09193e69ddb4f2cb57a7dea2 (patch)
treeff23635196559a9d71930618bf379f61b312e457
parent200c49557fd2f2c1452403858ab32ef6e41f77a8 (diff)
downloadandroid_frameworks_opt_telephony-2a2094e8f054e21d09193e69ddb4f2cb57a7dea2.tar.gz
android_frameworks_opt_telephony-2a2094e8f054e21d09193e69ddb4f2cb57a7dea2.tar.bz2
android_frameworks_opt_telephony-2a2094e8f054e21d09193e69ddb4f2cb57a7dea2.zip
Telephony: Config values for other languages
Added config strings for spanish and portuguese languages. Change-Id: Ifef59f4fafec455c976ab684fb6f0aa440214275 CRs-Fixed: 943387
-rw-r--r--resources/res/values-es-rUS/config.xml37
-rw-r--r--resources/res/values-pt-rPT/config.xml36
2 files changed, 73 insertions, 0 deletions
diff --git a/resources/res/values-es-rUS/config.xml b/resources/res/values-es-rUS/config.xml
new file mode 100644
index 000000000..73df57c78
--- /dev/null
+++ b/resources/res/values-es-rUS/config.xml
@@ -0,0 +1,37 @@
+<?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.
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. Do not translate. -->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- pdp data reject dialog string for cause 29 and 33 -->
+ <string name="data_conn_status_title" translatable="false"></string>
+ <string name="user_authentication_failed" translatable="false"></string>
+ <string name="service_not_subscribed" translatable="false"></string>
+</resources>
diff --git a/resources/res/values-pt-rPT/config.xml b/resources/res/values-pt-rPT/config.xml
new file mode 100644
index 000000000..ac287f536
--- /dev/null
+++ b/resources/res/values-pt-rPT/config.xml
@@ -0,0 +1,36 @@
+<?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.
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. Do not translate. -->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- SDN related strings -->
+ <string name="sdn" translatable="false"></string>
+ <string name="summary_sdn" translatable="false"></string>
+</resources>