aboutsummaryrefslogtreecommitdiffstats
path: root/themes/res/values-de
diff options
context:
space:
mode:
authorelektroschmock <elektroschmock78@googlemail.com>2012-11-11 22:42:48 +0100
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-11-12 11:44:17 -0800
commitad6af15cd32909fb24e8c3c1237bf9e957ec32f8 (patch)
tree5be38d4944e948af45169d7e8c7d587887e1dd0d /themes/res/values-de
parent671b3440250164a2acf733658f52843511c2cfb0 (diff)
downloadandroid_packages_apps_CMFileManager-ad6af15cd32909fb24e8c3c1237bf9e957ec32f8.tar.gz
android_packages_apps_CMFileManager-ad6af15cd32909fb24e8c3c1237bf9e957ec32f8.tar.bz2
android_packages_apps_CMFileManager-ad6af15cd32909fb24e8c3c1237bf9e957ec32f8.zip
German: Update translation
Patch set 1 - Translation for: Theme support & Dark theme http://review.cyanogenmod.org/#/c/26279/4 Patch set 2 - Fix derp. Add translation for dark theme Patch set 3 - Changed and shortend wording Patch set 4 - Minor fix to be in line with the other translations Change-Id: I4f41c0589a06b6edf8000bc148ace1bd227f4083
Diffstat (limited to 'themes/res/values-de')
-rw-r--r--themes/res/values-de/strings.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/themes/res/values-de/strings.xml b/themes/res/values-de/strings.xml
new file mode 100644
index 00000000..ac7fb99e
--- /dev/null
+++ b/themes/res/values-de/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 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">
+
+ <!-- The name of the application -->
+ <string name="app_name">Dateimanager-Designs</string>
+ <!-- The description of the application -->
+ <string name="app_description">Designs für den CyanogenMod Dateimanager.</string>
+
+ <!-- The dark theme name -->
+ <string name="dark_theme_name">Dunkel</string>
+ <!-- The dark theme description -->
+ <string name="dark_theme_desc">Dunkles Design für den CM-Dateimanager.</string>
+
+</resources>