summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Brohet <therbom@gmail.com>2014-01-10 19:06:25 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-01-10 19:06:25 +0000
commit9603d29799025fb71b648bde59b7b5a2a6d64509 (patch)
treead26994c878c7c5df663a3434bb4a494829be448
parentd83b87b48a82d5ba39b20b9229663730798ad6f7 (diff)
parent72139a5834c65d9a0c2d5e85f7acf8ed2b3eb96c (diff)
downloadandroid_packages_apps_Dialer-9603d29799025fb71b648bde59b7b5a2a6d64509.tar.gz
android_packages_apps_Dialer-9603d29799025fb71b648bde59b7b5a2a6d64509.tar.bz2
android_packages_apps_Dialer-9603d29799025fb71b648bde59b7b5a2a6d64509.zip
Merge "Dialer: HU translation" into cm-11.0
-rw-r--r--res/values-hu/cm_plurals.xml34
-rw-r--r--res/values-hu/cm_strings.xml50
2 files changed, 84 insertions, 0 deletions
diff --git a/res/values-hu/cm_plurals.xml b/res/values-hu/cm_plurals.xml
new file mode 100644
index 000000000..5a1cb99b5
--- /dev/null
+++ b/res/values-hu/cm_plurals.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 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">
+ <plurals name="hour">
+ <item quantity="one">%d óra</item>
+ <item quantity="other">%d óra</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">%d perc</item>
+ <item quantity="other">%d perc</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">%d másodperc</item>
+ <item quantity="other">%d másodperc</item>
+ </plurals>
+ <plurals name="call">
+ <item quantity="one">%d hívás</item>
+ <item quantity="other">%d hívás</item>
+ </plurals>
+</resources>
diff --git a/res/values-hu/cm_strings.xml b/res/values-hu/cm_strings.xml
new file mode 100644
index 000000000..6659bcb0b
--- /dev/null
+++ b/res/values-hu/cm_strings.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 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">
+ <string name="call_log_stats_title">Statisztikák</string>
+ <string name="callStatsDetailTitle">Részletek</string>
+ <string name="call_stats">Hívásinfó</string>
+ <string name="call_stats_refresh">Frissítés</string>
+ <string name="activity_title_call_stats">Hívásinfó</string>
+ <string name="call_stats_nav_all">Mind</string>
+ <string name="call_stats_nav_incoming">Bejövő</string>
+ <string name="call_stats_nav_outgoing">Kimenő</string>
+ <string name="call_stats_nav_missed">Nem fogadott</string>
+ <string name="call_stats_incoming">Bejövő: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_outgoing">Kimenő: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_missed">Nem fogadott</string>
+ <string name="call_stats_missed_percent">Nem fogadott: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_header_total">Összesen: <xliff:g id="call_count">%s</xliff:g>, <xliff:g id="duration">%s</xliff:g></string>
+ <string name="call_stats_header_total_callsonly">Összesen: <xliff:g id="call_count">%s</xliff:g></string>
+ <string name="call_stats_filter_from">Kezdete</string>
+ <string name="call_stats_filter_to">Vége</string>
+ <string name="call_stats_filter_picker_title">Időszak</string>
+ <string name="date_quick_selection">Gyors kiválasztás</string>
+ <string name="date_qs_currentmonth">Jelenlegi hónap</string>
+ <string name="date_qs_currentquarter">Jelenlegi negyedév</string>
+ <string name="date_qs_currentyear">Jelenlegi év</string>
+ <string name="date_qs_lastweek">Utolsó hét</string>
+ <string name="date_qs_lastmonth">Utolsó hónap</string>
+ <string name="date_qs_lastquarter">Utolsó negyedév</string>
+ <string name="date_qs_lastyear">Utolsó év</string>
+ <string name="call_stats_date_filter">Időszak beállítása</string>
+ <string name="call_stats_reset_filter">Időszak törlése</string>
+ <string name="call_stats_sort_by_duration">Rendezés hívások időtartama szerint</string>
+ <string name="call_stats_sort_by_count">Rendezés hívások száma szerint</string>
+ <string name="menu_add_to_blacklist">Hozzáadás a tiltólistához</string>
+ <string name="toast_added_to_blacklist">%s hozzáadva a tiltólistához.</string>
+</resources>