summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-03-08 23:58:31 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-12-10 01:44:03 +0200
commit6fb41064a52d1f20ce50decec5b4d26a4a7386c3 (patch)
treeb2f1a620f3485cfc57cb07708da1bc48eff8180f
parent4c7c70c104e885d600df8a26dbec859a84b04956 (diff)
downloadandroid_packages_apps_Stk-6fb41064a52d1f20ce50decec5b4d26a4a7386c3.tar.gz
android_packages_apps_Stk-6fb41064a52d1f20ce50decec5b4d26a4a7386c3.tar.bz2
android_packages_apps_Stk-6fb41064a52d1f20ce50decec5b4d26a4a7386c3.zip
Stk: Move CAF strings
Change-Id: I11f45c66b8d32fc6ead24f700a54a188997a2f88
-rw-r--r--res/values/cm_strings.xml24
-rw-r--r--res/values/strings.xml5
2 files changed, 24 insertions, 5 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
new file mode 100644
index 0000000..9254442
--- /dev/null
+++ b/res/values/cm_strings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2009-2014, 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.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Default message when no alpha tag in Play Tone -->
+ <string name="default_tone_dialog_msg">Playing Tone</string>
+
+ <!-- Permission required for receiving intents from StkAppService-->
+ <string name="stk_intent_permission">Allow STK intents</string>
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 770b75c..ea50e85 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -50,8 +50,6 @@
<!-- Title text used for system dialog from STK app -->
<string name="stk_dialog_title">SIM ToolKit</string>
- <!-- Default message when no alpha tag in Play Tone -->
- <string name="default_tone_dialog_msg">Playing Tone</string>
<!-- Default message when no alpha in OPEN_CHANNEL -->
<string name="default_open_channel_msg">Open Channel?</string>
<!-- Default message when no alpha in SEND_DATA -->
@@ -64,7 +62,4 @@
<string name="stk_dialog_accept">YES</string>
<string name="stk_dialog_reject">NO</string>
<string name="no_sim_card_inserted">Please insert SIM to launch SIM Toolkit.</string>
-
- <!-- Permission required for receiving intents from StkAppService-->
- <string name="stk_intent_permission">Allow STK Intents </string>
</resources>