aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2012-11-17 12:32:48 -0800
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-11-17 12:32:48 -0800
commitcb71d6586f1237c34c186dd31a43f36f74f47540 (patch)
tree343c94e4932d5653cdf39b148bfaa13d05e0628e /themes
parent9c866c8abc9b3dcfd7d31a469a49968f1e6e968a (diff)
parent660bb5d8e7f7d43fc9d8b6aa8497d197b6f4a902 (diff)
downloadandroid_packages_apps_CMFileManager-cb71d6586f1237c34c186dd31a43f36f74f47540.tar.gz
android_packages_apps_CMFileManager-cb71d6586f1237c34c186dd31a43f36f74f47540.tar.bz2
android_packages_apps_CMFileManager-cb71d6586f1237c34c186dd31a43f36f74f47540.zip
Merge "CMFileManager : French translation correction" into jellybean
Diffstat (limited to 'themes')
-rw-r--r--themes/res/values-fr/strings.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/themes/res/values-fr/strings.xml b/themes/res/values-fr/strings.xml
new file mode 100644
index 00000000..b28dbe63
--- /dev/null
+++ b/themes/res/values-fr/strings.xml
@@ -0,0 +1,32 @@
+<?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">Thèmes de l\'Explorateur de fichier</string>
+ <!-- The description of the application -->
+ <string name="app_description">Thèmes pour l\'Explorateur de fichier CyanogenMod</string>
+
+ <!-- The author of the themes -->
+ <string name="themes_author" translatable="false">CyanogenMod</string>
+
+ <!-- The dark theme name -->
+ <string name="dark_theme_name">Thème Sombre</string>
+ <!-- The dark theme description -->
+ <string name="dark_theme_desc">Un thème sombre pour l\'Explorateur de fichier CyanogenMod.</string>
+
+</resources>