aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authortompopielarczyk <popielarczyktomasz@gmail.com>2013-03-17 22:38:38 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-03-19 13:59:27 -0700
commit423787f667154fd43a98ec7856065f22d2ffa977 (patch)
treeed9dd251c62e64100e28f69382230995930d37d4 /themes
parent4755ad78ced21469c2ff0296b7aca998983f4fa5 (diff)
downloadandroid_packages_apps_CMFileManager-423787f667154fd43a98ec7856065f22d2ffa977.tar.gz
android_packages_apps_CMFileManager-423787f667154fd43a98ec7856065f22d2ffa977.tar.bz2
android_packages_apps_CMFileManager-423787f667154fd43a98ec7856065f22d2ffa977.zip
CMFileManager: Added Polish language
Patch Set 2: Also added themes translation Patch Set 3: Correction Patch Set 4: As above Patch Set 5: Correction Patch Set 6: Another correction and some fixes Change-Id: I9405bd1dce64ddbe800d599202104c9ddb833a25
Diffstat (limited to 'themes')
-rw-r--r--themes/res/values-pl/strings.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/themes/res/values-pl/strings.xml b/themes/res/values-pl/strings.xml
new file mode 100644
index 00000000..5ef7681a
--- /dev/null
+++ b/themes/res/values-pl/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">Motywy Menedżera plików</string>
+ <!-- The description of the application -->
+ <string name="app_description">Motywy dla Menedżera plików CyanogenMod.</string>
+
+ <!-- The dark theme name -->
+ <string name="dark_theme_name">Ciemny motyw</string>
+ <!-- The dark theme description -->
+ <string name="dark_theme_desc">Ciemny motyw dla Menedżera plików CyanogenMod.</string>
+
+</resources>