aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorBuga Dániel <bugadani@gmail.com>2012-11-14 18:15:49 +0100
committerBuga Dániel <bugadani@gmail.com>2012-11-14 18:15:54 +0100
commitc5ad23bdb34051cb26429cade8f4e97cd8186aaa (patch)
tree00cb4f70f7247179774ff550b5547fdd3e8b265f /themes
parent23066fe7291b0e63cbf3d6713b02666f33565fb3 (diff)
downloadandroid_packages_apps_CMFileManager-c5ad23bdb34051cb26429cade8f4e97cd8186aaa.tar.gz
android_packages_apps_CMFileManager-c5ad23bdb34051cb26429cade8f4e97cd8186aaa.tar.bz2
android_packages_apps_CMFileManager-c5ad23bdb34051cb26429cade8f4e97cd8186aaa.zip
Update Hungarian translations
Updated some Hungarian strings to be a bit easier to understand. Added Dark Theme strings. Change-Id: Id1469ee5a6f042ee875712e976775ce8e7c51720
Diffstat (limited to 'themes')
-rw-r--r--themes/res/values-hu/strings.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/themes/res/values-hu/strings.xml b/themes/res/values-hu/strings.xml
new file mode 100644
index 00000000..a2ef2485
--- /dev/null
+++ b/themes/res/values-hu/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">Fájlkezelő témák</string>
+ <!-- The description of the application -->
+ <string name="app_description">Témák a CyanogenMod Fájlkezelőhöz.</string>
+
+ <!-- The dark theme name -->
+ <string name="dark_theme_name">Sötét téma</string>
+ <!-- The dark theme description -->
+ <string name="dark_theme_desc">Sötét téma a CyanogenMod Fájlkezelőhöz.</string>
+
+</resources>