summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-24 21:21:03 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-24 22:32:21 +0200
commitce7a8165a95576e37b2ba3a715443432dff32368 (patch)
tree560cdaad9f68e5f0ec7ebdbce8801355e0a53cfb
parent271651a56d842efad68459065cb6ce5ab80e7252 (diff)
downloadandroid_packages_screensavers_PhotoTable-ce7a8165a95576e37b2ba3a715443432dff32368.tar.gz
android_packages_screensavers_PhotoTable-ce7a8165a95576e37b2ba3a715443432dff32368.tar.bz2
android_packages_screensavers_PhotoTable-ce7a8165a95576e37b2ba3a715443432dff32368.zip
PhotoTable: Move & improve CM string
Change-Id: I21f26fc8497ad5eb43c029c3b778de2e42a204d6
-rw-r--r--res/values/cm_strings.xml19
-rw-r--r--res/values/strings.xml2
2 files changed, 19 insertions, 2 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
new file mode 100644
index 0000000..9e2db45
--- /dev/null
+++ b/res/values/cm_strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2016 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>
+ <string name="storage_permissions_denied">The app cannot run without permission to read the external storage.</string>
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cad67fe..392c6a9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -46,6 +46,4 @@
<!-- Text shown instead of a list of albums when there are no albums with photos. [CHAR LIMIT=50] -->
<string name="no_photos">No photos on the device.</string>
-
- <string name="storage_permissions_denied">Storage permissions denied!</string>
</resources>