summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorVladislav Koldobskiy <admin@nevergone.ru>2015-01-04 02:46:33 +0300
committerRohit Yengisetty <rohit@cyngn.com>2015-11-16 13:57:43 -0800
commit2c07b6194d7339bed927e9d6033902310c702e97 (patch)
tree61f6a82be46ae44a0c988de18b08a1ecf98fd86d /res/values
parentd2067413675c6961812c5afac8f315c9f13116cb (diff)
downloadandroid_packages_apps_PhoneCommon-2c07b6194d7339bed927e9d6033902310c702e97.tar.gz
android_packages_apps_PhoneCommon-2c07b6194d7339bed927e9d6033902310c702e97.tar.bz2
android_packages_apps_PhoneCommon-2c07b6194d7339bed927e9d6033902310c702e97.zip
PhoneCommon: move CAF strings to cm_strings
Change-Id: I3b6a530cf36f770ef3188f0f35759dd74f24b9de
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml25
-rw-r--r--res/values/strings.xml7
2 files changed, 25 insertions, 7 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
new file mode 100644
index 0000000..b8bf9d5
--- /dev/null
+++ b/res/values/cm_strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
+ Copyright (C) 2014-2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+ <!-- In-call screen: call failure reason (call modified to USSD request) -->
+ <string name="callFailed_dialToUssd">DIAL request modified to USSD request.</string>
+ <!-- In-call screen: call failure reason (call modified to SS request) -->
+ <string name="callFailed_dialToSs">DIAL request modified to SS request.</string>
+ <!-- In-call screen: call failure reason (call modified to call with modified data) -->
+ <string name="callFailed_dialToDial">DIAL request modified to DIAL with different number.</string>
+ <string name="to_hint">1111:to;sip:abby@example.com:bcc;sip:bill@example.com:cc;</string>
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 08f4d17..39c7385 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -96,12 +96,6 @@
<string name="callFailed_outOfService">Cellular network not available</string>
<!-- In-call screen: call failure reason (call denied because of current FDN setting) -->
<string name="callFailed_fdn_only">Outgoing calls are restricted by FDN.</string>
- <!-- In-call screen: call failure reason (call modified to USSD request) -->
- <string name="callFailed_dialToUssd">DIAL request modified to USSD request.</string>
- <!-- In-call screen: call failure reason (call modified to SS request) -->
- <string name="callFailed_dialToSs">DIAL request modified to SS request.</string>
- <!-- In-call screen: call failure reason (call modified to call with modified data) -->
- <string name="callFailed_dialToDial">DIAL request modified to DIAL with different number.</string>
<!-- In-call screen: call failure reason (call denied because call barring is on) -->
<string name="callFailed_cb_enabled">Can\'t make outgoing calls while call barring is on.</string>
<!-- In-call screen: call failure reason (call denied because domain specific access control is on) -->
@@ -215,5 +209,4 @@
<!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. -->
<string name="ringtone_unknown">Unknown ringtone</string>
- <string name="to_hint">1111:to;sip:abby@example.com:bcc;sip:bill@example.com:cc;</string>
</resources>