summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-01-04 00:22:22 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-01-04 00:22:22 +0200
commit59d51b5fd01b62c3f844a0008072e8f9d45f4328 (patch)
tree820127746038f782ffa1f20a58e748cc04b2e9f8
parent73b826f84b9a6337b3d36b2b1aed0ebff997421c (diff)
downloadandroid_packages_apps_Bluetooth-59d51b5fd01b62c3f844a0008072e8f9d45f4328.tar.gz
android_packages_apps_Bluetooth-59d51b5fd01b62c3f844a0008072e8f9d45f4328.tar.bz2
android_packages_apps_Bluetooth-59d51b5fd01b62c3f844a0008072e8f9d45f4328.zip
Bluetooth: Move CAF strings
Change-Id: Iedb86876e2910a82b627536445d7abfed540ebca
-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 000000000..a7c9fff74
--- /dev/null
+++ b/res/values/cm_strings.xml
@@ -0,0 +1,24 @@
+<?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.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- label for the notification if the zero length file is rejected by the remote device -->
+ <string name="empty_file_notification_sent">Bluetooth share: Remote rejected zero length file <xliff:g id="file">%1$s</xliff:g></string>
+
+ <string name="upload_fail_waiting">Ongoing send file preparation, automatic retransmission later</string>
+ <string name="bluetooth_in_airplane_mode">In Airplane mode</string>
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 453a84eae..85e1e53d9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source Project
- Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -98,8 +97,6 @@
<string name="notification_sending">Bluetooth share: Sending <xliff:g id="file">%1$s</xliff:g></string>
<!-- label for the notification item of sent file -->
<string name="notification_sent">Bluetooth share: Sent <xliff:g id="file">%1$s</xliff:g></string>
- <!-- label for the notification if the zero length file is rejected by the remote device -->
- <string name="empty_file_notification_sent">Bluetooth share: Remote rejected zero length file <xliff:g id="file">%1$s</xliff:g></string>
<!-- label for the notification item of sent file -status -->
<string name="notification_sent_complete">100% complete</string>
<!-- label for the notification item of failed sending file -->
@@ -233,6 +230,4 @@
<!-- Do not translate. android:process of this application. -->
<string name="process" translate="false"><xliff:g id="x" /></string>
- <string name="upload_fail_waiting">Ongoing send file preparation, automatic retransmission later</string>
- <string name="bluetooth_in_airplane_mode">In Airplane mode</string>
</resources>