diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-06-29 12:04:50 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-06-29 12:04:50 +0000 |
commit | 2998fd2c72f23b0fcec34997c74ba29ea1270c4b (patch) | |
tree | 245a3a5b0e87fd3e7b781125d89a192c3de63400 /apps | |
parent | dba88731dff49867e89906963ddd60ae84822661 (diff) |
update by Imre Herceg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10153 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/lang/magyar.lang | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/apps/lang/magyar.lang b/apps/lang/magyar.lang index 057cd0e4df..1446fbf89c 100644 --- a/apps/lang/magyar.lang +++ b/apps/lang/magyar.lang @@ -1,3 +1,11 @@ +# __________ __ ___. +# Open \______ \ ____ ____ | | _\_ |__ _______ ___ +# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +# \/ \/ \/ \/ \/ +# $Id$ +# <phrase> id: LANG_SET_BOOL_YES desc: bool true representation @@ -8384,3 +8392,110 @@ *: "" </voice> </phrase> +<phrase> + id: LANG_CROSSFEED_HF_CUTOFF + desc: in crossfeed settings + <source> + *: "High-Frequency Cutoff" + </source> + <dest> + *: "Magas frekvencia levágás" + </dest> + <voice> + *: "High-frequency cutoff" + </voice> +</phrase> +<phrase> + id: LANG_UNIT_HERTZ + desc: in sound settings + <source> + *: "Hz" + </source> + <dest> + *: "Hz" + </dest> + <voice> + *: "" + </voice> +</phrase> +<phrase> + id: LANG_CROSSFEED_CROSS_GAIN + desc: in crossfeed settings + <source> + *: "Cross Gain" + </source> + <dest> + *: "Módosítás mértéke" + </dest> + <voice> + *: "Cross gain" + </voice> +</phrase> +<phrase> + id: LANG_CROSSFEED_HF_ATTENUATION + desc: in crossfeed settings + <source> + *: "High-Frequency Attenuation" + </source> + <dest> + *: "Magas frekvencia enyhítés" + </dest> + <voice> + *: "High-frequency attenuation" + </voice> +</phrase> +<phrase> + id: LANG_CROSSFEED_DIRECT_GAIN + desc: in crossfeed settings + user: + <source> + *: "Direct Gain" + </source> + <dest> + *: "Közvetlen módosítás" + </dest> + <voice> + *: "Direct gain" + </voice> +</phrase> +<phrase> + id: LANG_TAGCACHE_BUSY + desc: when trying to shutdown and tagcache is committing + <source> + *: "Tagcache is not ready" + </source> + <dest> + *: "A címke adatbázis még nincs készen" + </dest> + <voice> + *: "Tagcache is not ready" + </voice> +</phrase> +<phrase> + id: LANG_TAGNAVI_ALL_TRACKS + desc: "<All tracks>" entry in tag browser + user: + <source> + *: "<All tracks>" + </source> + <dest> + *: "<Minden szám>" + </dest> + <voice> + *: "All tracks" + </voice> +</phrase> +<phrase> + id: LANG_INVALID_FILENAME + desc: "invalid filename entered" error message + user: + <source> + *: "Invalid Filename!" + </source> + <dest> + *: "Rossz fájlnév!" + </dest> + <voice> + *: "Invalid Filename" + </voice> +</phrase> |