summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorFlamefire <alex@grundis.de>2014-09-17 02:40:04 +0200
committerLuK1337 <priv.luk@gmail.com>2019-10-21 21:40:56 +0200
commit884d8500eb5ce5fcd3a219b5a684c77d0f173667 (patch)
tree37cc4909d4315120b4930204e850b32fc5290f23 /res
parent2ad4dea6c3101b6bf33c43bae2a169a21fbb3bc0 (diff)
downloadandroid_packages_apps_Gallery2-884d8500eb5ce5fcd3a219b5a684c77d0f173667.tar.gz
android_packages_apps_Gallery2-884d8500eb5ce5fcd3a219b5a684c77d0f173667.tar.bz2
android_packages_apps_Gallery2-884d8500eb5ce5fcd3a219b5a684c77d0f173667.zip
Gallery2: Add record time to details view
Change-Id: Idef3a68699fc25898f9408b64afc6a7c6b45a86e
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
new file mode 100644
index 000000000..d6da3b19d
--- /dev/null
+++ b/res/values/cm_strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2012-2014 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">
+ <!-- Text indicating the time a media item was recorded in details window [CHAR LIMIT=14] -->
+ <string name="record_time">Record time</string>
+</resources> \ No newline at end of file