summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2013-08-09 14:40:23 -0700
committerDanesh M <daneshm90@gmail.com>2013-08-16 10:49:52 -0700
commit3effba041c8019be2cdd5da19409c45f7529bade (patch)
tree948f27cb0fd0d485f28e68c720d8fc12b9dfb554 /res/values
parent8834e86030ab48890308b3aaa005c11cf968424f (diff)
downloadandroid_packages_providers_DownloadProvider-3effba041c8019be2cdd5da19409c45f7529bade.tar.gz
android_packages_providers_DownloadProvider-3effba041c8019be2cdd5da19409c45f7529bade.tar.bz2
android_packages_providers_DownloadProvider-3effba041c8019be2cdd5da19409c45f7529bade.zip
DownloadManager : Add live folder
Add support for live folders, which mirrors downloaded content Change-Id: I145a8e044d0ac9b9bd62ebd7db4c0d6a265391f7
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
new file mode 100644
index 00000000..30e80386
--- /dev/null
+++ b/res/values/cm_strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012-2013 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">
+ <string name="live_folder_drawer_label">Downloads folder</string>
+ <string name="live_folder_label">Downloads</string>
+</resources>