mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
A "feature target" string must come before the device targets, otherwise the real target string may be overwritten by the feature string (happened with CreativeZEN button description in the time screen). Change-Id: I75b7441d4dc97b215cc26b42d3af3943fce32e20
16920 lines
281 KiB
Text
16920 lines
281 KiB
Text
# __________ __ ___.
|
|
# Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
|
# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
|
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
|
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
|
# \/ \/ \/ \/ \/
|
|
# $Id$
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU General Public License
|
|
# as published by the Free Software Foundation; either version 2
|
|
# of the License, or (at your option) any later version.
|
|
#
|
|
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
|
# KIND, either express or implied.
|
|
#
|
|
# Hungarian language file, translated by:
|
|
# - Imre Herceg
|
|
# - Gergely Békési
|
|
# - Matyas Kadlicsko
|
|
<phrase>
|
|
id: LANG_SET_BOOL_YES
|
|
desc: bool true representation
|
|
user: core
|
|
<source>
|
|
*: "Yes"
|
|
</source>
|
|
<dest>
|
|
*: "Igen"
|
|
</dest>
|
|
<voice>
|
|
*: "Igen"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SET_BOOL_NO
|
|
desc: bool false representation
|
|
user: core
|
|
<source>
|
|
*: "No"
|
|
</source>
|
|
<dest>
|
|
*: "Nem"
|
|
</dest>
|
|
<voice>
|
|
*: "Nem"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ON
|
|
desc: Used in a lot of places
|
|
user: core
|
|
<source>
|
|
*: "On"
|
|
</source>
|
|
<dest>
|
|
*: "Be"
|
|
</dest>
|
|
<voice>
|
|
*: "Be"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_OFF
|
|
desc: Used in a lot of places
|
|
user: core
|
|
<source>
|
|
*: "Off"
|
|
</source>
|
|
<dest>
|
|
*: "Ki"
|
|
</dest>
|
|
<voice>
|
|
*: "Ki"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ASK
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Ask"
|
|
</source>
|
|
<dest>
|
|
*: "Rákérdez"
|
|
</dest>
|
|
<voice>
|
|
*: "Rákérdez"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALWAYS
|
|
desc: used in various places
|
|
user: core
|
|
<source>
|
|
*: "Always"
|
|
</source>
|
|
<dest>
|
|
*: "Mindig"
|
|
</dest>
|
|
<voice>
|
|
*: "Mindig"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NORMAL
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Normal"
|
|
</source>
|
|
<dest>
|
|
*: "Normál"
|
|
</dest>
|
|
<voice>
|
|
*: "Normál"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_GAIN
|
|
desc: Generic string for gain used in EQ menu and recording screen
|
|
user: core
|
|
<source>
|
|
*: "Gain"
|
|
</source>
|
|
<dest>
|
|
*: "Módosítás"
|
|
</dest>
|
|
<voice>
|
|
*: "Módosítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WAIT
|
|
desc: general please wait splash
|
|
user: core
|
|
<source>
|
|
*: "Loading..."
|
|
</source>
|
|
<dest>
|
|
*: "Betöltés ..."
|
|
</dest>
|
|
<voice>
|
|
*: "Betöltés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LOADING_PERCENT
|
|
desc: splash number of percents loaded
|
|
user: core
|
|
<source>
|
|
*: "Loading... %d%% done (%s)"
|
|
</source>
|
|
<dest>
|
|
*: "Betöltés... %d%% kész (%s)"
|
|
</dest>
|
|
<voice>
|
|
*: "Betöltés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCANNING_DISK
|
|
desc: when booting up and rebuilding the cache and calculating free space
|
|
user: core
|
|
<source>
|
|
*: "Scanning disk..."
|
|
</source>
|
|
<dest>
|
|
*: "Átnézem a lemezt..."
|
|
</dest>
|
|
<voice>
|
|
*: "Átnézem a lemezt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHUTTINGDOWN
|
|
desc: in main menu
|
|
user: core
|
|
<source>
|
|
*: "Shutting down..."
|
|
</source>
|
|
<dest>
|
|
*: "Kikapcsolás..."
|
|
</dest>
|
|
<voice>
|
|
*: "Kikapcsolás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CANCEL
|
|
desc: Visual confirmation of canceling a changed setting
|
|
user: core
|
|
<source>
|
|
*: "Cancelled"
|
|
</source>
|
|
<dest>
|
|
*: "Megszakítva"
|
|
</dest>
|
|
<voice>
|
|
*: "Megszakítva"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FAILED
|
|
desc: Something failed. To be appended after actions
|
|
user: core
|
|
<source>
|
|
*: "Failed"
|
|
</source>
|
|
<dest>
|
|
*: "nem sikerült"
|
|
</dest>
|
|
<voice>
|
|
*: "nem sikerült"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANNELS
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Channels"
|
|
</source>
|
|
<dest>
|
|
*: "Csatornák"
|
|
</dest>
|
|
<voice>
|
|
*: "Csatornák"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ARE_YOU_SURE
|
|
desc: confirm action
|
|
user: core
|
|
<source>
|
|
*: "Are You Sure?"
|
|
</source>
|
|
<dest>
|
|
*: "Biztos vagy benne?"
|
|
</dest>
|
|
<voice>
|
|
*: "Biztos vagy benne?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CONFIRM_WITH_BUTTON
|
|
desc: Generic string to use to confirm
|
|
user: core
|
|
<source>
|
|
*: "PLAY = Yes"
|
|
cowond2*: "MENU, or top-right = Yes"
|
|
creativezen*,gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Yes"
|
|
iriverh100,iriverh120,iriverh300: "NAVI = Yes"
|
|
mrobe500: "PLAY, POWER, or top-right = Yes"
|
|
vibe500: "OK = Yes"
|
|
</source>
|
|
<dest>
|
|
*: "PLAY = Igen"
|
|
cowond2*: "MENU = Igen"
|
|
creativezen*,gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Igen"
|
|
iriverh100,iriverh120,iriverh300: "NAVI = Igen"
|
|
mrobe500: "PLAY, POWER, vagy jobb-felső = Igen"
|
|
vibe500: "OK = Igen"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CANCEL_WITH_ANY
|
|
desc: Generic string to use to cancel
|
|
user: core
|
|
<source>
|
|
*: "Any Other = No"
|
|
</source>
|
|
<dest>
|
|
*: "Egyéb = Mégsem"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ROCKBOX_TITLE
|
|
desc: main menu title
|
|
user: core
|
|
<source>
|
|
*: "Rockbox"
|
|
</source>
|
|
<dest>
|
|
*: "Rockbox"
|
|
</dest>
|
|
<voice>
|
|
*: "Rockbox"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: "Recent Bookmarks"
|
|
</source>
|
|
<dest>
|
|
*: "Legújabb könyvjelzők"
|
|
</dest>
|
|
<voice>
|
|
*: "Legújabb könyvjelzők"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DIR_BROWSER
|
|
desc: main menu title
|
|
user: core
|
|
<source>
|
|
*: "Files"
|
|
</source>
|
|
<dest>
|
|
*: "Fájlok"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájlok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGCACHE
|
|
desc: in the main menu and the settings menu
|
|
user: core
|
|
<source>
|
|
*: "Database"
|
|
</source>
|
|
<dest>
|
|
*: "Adatbázis"
|
|
</dest>
|
|
<voice>
|
|
*: "Adatbázis"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NOW_PLAYING
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: "Now Playing"
|
|
</source>
|
|
<dest>
|
|
*: "Most játszom"
|
|
</dest>
|
|
<voice>
|
|
*: "Most játszom"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RESUME_PLAYBACK
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: "Resume Playback"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszás folytatása"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszás folytatása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SETTINGS
|
|
desc: in main menu and visual confirmation after settings reset
|
|
user: core
|
|
<source>
|
|
*: "Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: "Beállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Recording"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Felvétel"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Felvétel"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_RADIO
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "FM Radio"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Rádió"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Rádió"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLISTS
|
|
desc: in the main menu and Playlist settings menu
|
|
user: core
|
|
<source>
|
|
*: "Playlists"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszási listák"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszási listák"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLUGINS
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: "Plugins"
|
|
</source>
|
|
<dest>
|
|
*: "Kiegészítők"
|
|
</dest>
|
|
<voice>
|
|
*: "Kiegészítők"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SYSTEM
|
|
desc: in the main menu and settings menu
|
|
user: core
|
|
<source>
|
|
*: "System"
|
|
</source>
|
|
<dest>
|
|
*: "Rendszer"
|
|
</dest>
|
|
<voice>
|
|
*: "Rendszer"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_SELECT_BOOKMARK
|
|
desc: bookmark selection list title
|
|
user: core
|
|
<source>
|
|
*: "Select Bookmark"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvjelző kiválasztása"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvjelző kiválasztása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_DONT_RESUME
|
|
desc: top item in the list when asking user about bookmark auto load
|
|
user: core
|
|
<source>
|
|
*: "[Don't Resume]"
|
|
</source>
|
|
<dest>
|
|
*: "[Nincs folytatás]"
|
|
</dest>
|
|
<voice>
|
|
*: "Nincs folytatás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_SHUFFLE
|
|
desc: bookmark selection list, bookmark enables shuffle
|
|
user: core
|
|
<source>
|
|
*: ", Shuffle"
|
|
</source>
|
|
<dest>
|
|
*: ", keverés"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_INVALID
|
|
desc: bookmark selection list, bookmark couldn't be parsed
|
|
user: core
|
|
<source>
|
|
*: "[Invalid Bookmark]"
|
|
</source>
|
|
<dest>
|
|
*: "[Érvénytelen könyvjelző]"
|
|
</dest>
|
|
<voice>
|
|
*: "Érvénytelen könyvjelző"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_CONTEXT_MENU
|
|
desc: bookmark selection list context menu
|
|
user: core
|
|
<source>
|
|
*: "Bookmark Actions"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvjelző műveletek"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvjelző műveletek"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_CONTEXT_RESUME
|
|
desc: bookmark context menu, resume this bookmark
|
|
user: core
|
|
<source>
|
|
*: "Resume"
|
|
</source>
|
|
<dest>
|
|
*: "Folytatás"
|
|
</dest>
|
|
<voice>
|
|
*: "Folytatás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AUTO_BOOKMARK_QUERY
|
|
desc: prompt for user to decide to create an bookmark
|
|
user: core
|
|
<source>
|
|
*: "Create a Bookmark?"
|
|
</source>
|
|
<dest>
|
|
*: "Készítsek könyvjelzőt?"
|
|
</dest>
|
|
<voice>
|
|
*: "Készítsek könyvjelzőt?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_CREATE_SUCCESS
|
|
desc: Indicates bookmark was successfully created
|
|
user: core
|
|
<source>
|
|
*: "Bookmark Created"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvjelző létrehozva"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvjelző létrehozva"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_CREATE_FAILURE
|
|
desc: Indicates bookmark was not created
|
|
user: core
|
|
<source>
|
|
*: "Bookmark Failed!"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvjelző létrehozása nem sikerült!"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvjelző létrehozása nem sikerült!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_LOAD_EMPTY
|
|
desc: Indicates bookmark was empty
|
|
user: core
|
|
<source>
|
|
*: "Bookmark Empty"
|
|
</source>
|
|
<dest>
|
|
*: "Nincs könyvjelző"
|
|
</dest>
|
|
<voice>
|
|
*: "Nincs könyvjelző"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SOUND_SETTINGS
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: "Sound Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Hangbeállítások"
|
|
</dest>
|
|
<voice>
|
|
*: "Hangbeállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOLUME
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Volume"
|
|
</source>
|
|
<dest>
|
|
*: "Hangerő"
|
|
</dest>
|
|
<voice>
|
|
*: "Hangerő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BASS
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Bass"
|
|
</source>
|
|
<dest>
|
|
*: "Mély kiemelés"
|
|
</dest>
|
|
<voice>
|
|
*: "Mély kiemelés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TREBLE
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Treble"
|
|
</source>
|
|
<dest>
|
|
*: "Magas kiemelés"
|
|
</dest>
|
|
<voice>
|
|
*: "Magas kiemelés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BALANCE
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Balance"
|
|
</source>
|
|
<dest>
|
|
*: "Balansz"
|
|
</dest>
|
|
<voice>
|
|
*: "Balansz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANNEL_CONFIGURATION
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Channel Configuration"
|
|
</source>
|
|
<dest>
|
|
*: "Csatorna beállítás"
|
|
</dest>
|
|
<voice>
|
|
*: "Csatorna beállítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANNEL_STEREO
|
|
desc: in sound_settings and radio screen
|
|
user: core
|
|
<source>
|
|
*: "Stereo"
|
|
</source>
|
|
<dest>
|
|
*: "Sztereó"
|
|
</dest>
|
|
<voice>
|
|
*: "Sztereó"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANNEL_MONO
|
|
desc: in sound_settings and radio screen
|
|
user: core
|
|
<source>
|
|
*: "Mono"
|
|
</source>
|
|
<dest>
|
|
*: "Monó"
|
|
</dest>
|
|
<voice>
|
|
*: "Monó"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANNEL_CUSTOM
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Custom"
|
|
</source>
|
|
<dest>
|
|
*: "Egyéni"
|
|
</dest>
|
|
<voice>
|
|
*: "Egyéni"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANNEL_LEFT
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Mono Left"
|
|
</source>
|
|
<dest>
|
|
*: "Monó bal"
|
|
</dest>
|
|
<voice>
|
|
*: "Monó bal"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANNEL_RIGHT
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Mono Right"
|
|
</source>
|
|
<dest>
|
|
*: "Monó jobb"
|
|
</dest>
|
|
<voice>
|
|
*: "Monó jobb"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANNEL_KARAOKE
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Karaoke"
|
|
</source>
|
|
<dest>
|
|
*: "~Karaoke"
|
|
</dest>
|
|
<voice>
|
|
*: "~Karaoke"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_STEREO_WIDTH
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Stereo Width"
|
|
</source>
|
|
<dest>
|
|
*: "Sztereó szélesség"
|
|
</dest>
|
|
<voice>
|
|
*: "Stereo width"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFEED
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Crossfeed"
|
|
</source>
|
|
<dest>
|
|
*: "Térakusztika fejhallgatón (crossfeed)"
|
|
</dest>
|
|
<voice>
|
|
*: "Térakusztika fejhallgatón"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFEED_DIRECT_GAIN
|
|
desc: in crossfeed settings
|
|
user: core
|
|
<source>
|
|
*: "Direct Gain"
|
|
</source>
|
|
<dest>
|
|
*: "Közvetlen módosítás"
|
|
</dest>
|
|
<voice>
|
|
*: "Közvetlen módosítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFEED_CROSS_GAIN
|
|
desc: in crossfeed settings
|
|
user: core
|
|
<source>
|
|
*: "Cross Gain"
|
|
</source>
|
|
<dest>
|
|
*: "Módosítás mértéke"
|
|
</dest>
|
|
<voice>
|
|
*: "Módosítás mértéke"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFEED_HF_ATTENUATION
|
|
desc: in crossfeed settings
|
|
user: core
|
|
<source>
|
|
*: "High-Frequency Attenuation"
|
|
</source>
|
|
<dest>
|
|
*: "Magas frekvencia enyhítés"
|
|
</dest>
|
|
<voice>
|
|
*: "Magas frekvencia enyhítés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFEED_HF_CUTOFF
|
|
desc: in crossfeed settings
|
|
user: core
|
|
<source>
|
|
*: "High-Frequency Cutoff"
|
|
</source>
|
|
<dest>
|
|
*: "Magas frekvencia levágás"
|
|
</dest>
|
|
<voice>
|
|
*: "Magas frekvencia levágás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER
|
|
desc: in the sound settings menu
|
|
user: core
|
|
<source>
|
|
*: "Equalizer"
|
|
</source>
|
|
<dest>
|
|
*: "Hangszínszabályzó"
|
|
</dest>
|
|
<voice>
|
|
*: "Hangszínszabályzó"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_ENABLED
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Enable EQ"
|
|
</source>
|
|
<dest>
|
|
*: "EQ bekapcsolása"
|
|
</dest>
|
|
<voice>
|
|
*: "Enable EQ"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_GRAPHICAL
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Graphical EQ"
|
|
</source>
|
|
<dest>
|
|
*: "EQ beállítás"
|
|
</dest>
|
|
<voice>
|
|
*: "Graphical EQ"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_PRECUT
|
|
desc: in eq settings
|
|
user: core
|
|
<source>
|
|
*: "Precut"
|
|
</source>
|
|
<dest>
|
|
*: "Precut"
|
|
</dest>
|
|
<voice>
|
|
*: "Pre-cut"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_GAIN
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Simple EQ Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Alap EQ beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: "Simple EQ Settings"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_ADVANCED
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Advanced EQ Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Haladó EQ beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: "Advanced EQ Settings"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_SAVE
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Save EQ Preset"
|
|
</source>
|
|
<dest>
|
|
*: "EQ beállítások elmentése"
|
|
</dest>
|
|
<voice>
|
|
*: "EQ beállítások elmentése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_BROWSE
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Browse EQ Presets"
|
|
</source>
|
|
<dest>
|
|
*: "Elmentett EQ beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: "Elmentett EQ beállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_GAIN_ITEM
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "%d Hz Band Gain"
|
|
</source>
|
|
<dest>
|
|
*: "%d Hz sáv nyereség"
|
|
</dest>
|
|
<voice>
|
|
*: "Hz sáv nyereség"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_BAND_LOW_SHELF
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Low Shelf Filter"
|
|
</source>
|
|
<dest>
|
|
*: "Alsó szűrő határa"
|
|
</dest>
|
|
<voice>
|
|
*: "Alsó szűrő határa"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_BAND_PEAK
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Peak Filter %d"
|
|
</source>
|
|
<dest>
|
|
*: "Csúcsszűrő %d"
|
|
</dest>
|
|
<voice>
|
|
*: "Csúcsszűrő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_BAND_HIGH_SHELF
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "High Shelf Filter"
|
|
</source>
|
|
<dest>
|
|
*: "Felső szűrő határa"
|
|
</dest>
|
|
<voice>
|
|
*: "Felső szűrő határa"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_BAND_CUTOFF
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Cutoff Frequency"
|
|
</source>
|
|
<dest>
|
|
*: "Határfrekvencia"
|
|
</dest>
|
|
<voice>
|
|
*: "Határfrekvencia"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_BAND_CENTER
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Centre Frequency"
|
|
</source>
|
|
<dest>
|
|
*: "Középfrekvencia"
|
|
</dest>
|
|
<voice>
|
|
*: "Center frequency"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EQUALIZER_BAND_Q
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Q"
|
|
</source>
|
|
<dest>
|
|
*: "Q"
|
|
</dest>
|
|
<voice>
|
|
*: "Q"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DITHERING
|
|
desc: in the sound settings and some other menus
|
|
user: core
|
|
<source>
|
|
*: "Dithering"
|
|
</source>
|
|
<dest>
|
|
*: "Zajmoduláció (dithering)"
|
|
</dest>
|
|
<voice>
|
|
*: "Zajmoduláció"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_GENERAL_SETTINGS
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: "General Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Általános beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: "Általános beállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYBACK
|
|
desc: in settings_menu()
|
|
user: core
|
|
<source>
|
|
*: "Playback Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszási beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszási beállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHUFFLE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Shuffle"
|
|
</source>
|
|
<dest>
|
|
*: "Véletlenszerű lejátszás"
|
|
</dest>
|
|
<voice>
|
|
*: "Véletlenszerű lejátszás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REPEAT
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Repeat"
|
|
</source>
|
|
<dest>
|
|
*: "Ismétlés"
|
|
</dest>
|
|
<voice>
|
|
*: "Ismétlés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALL
|
|
desc: generic string used both in dir file filter and repeat mode selection
|
|
user: core
|
|
<source>
|
|
*: "All"
|
|
</source>
|
|
<dest>
|
|
*: "Mindent"
|
|
</dest>
|
|
<voice>
|
|
*: "Mindent"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REPEAT_ONE
|
|
desc: repeat one song
|
|
user: core
|
|
<source>
|
|
*: "One"
|
|
</source>
|
|
<dest>
|
|
*: "Egy számot"
|
|
</dest>
|
|
<voice>
|
|
*: "Egy számot"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REPEAT_AB
|
|
desc: repeat range from point A to B
|
|
user: core
|
|
<source>
|
|
*: "A-B"
|
|
</source>
|
|
<dest>
|
|
*: "A-B"
|
|
</dest>
|
|
<voice>
|
|
*: "A-B"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAY_SELECTED
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Play Selected First"
|
|
</source>
|
|
<dest>
|
|
*: "Először a kiválasztott szám lejátszása"
|
|
</dest>
|
|
<voice>
|
|
*: "Először a kiválasztott szám lejátszása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WIND_MENU
|
|
desc: in the playback sub menu
|
|
user: core
|
|
<source>
|
|
*: "Fast-Forward/Rewind"
|
|
</source>
|
|
<dest>
|
|
*: "Előre/Hátra"
|
|
</dest>
|
|
<voice>
|
|
*: "Előre/Hátra"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FFRW_STEP
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "FF/RW Min Step"
|
|
</source>
|
|
<dest>
|
|
*: "Csévélés legkisebb egysége"
|
|
</dest>
|
|
<voice>
|
|
*: "Csévélés legkisebb egysége"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FFRW_ACCEL
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "FF/RW Accel"
|
|
</source>
|
|
<dest>
|
|
*: "Gyorsabb csévélés"
|
|
</dest>
|
|
<voice>
|
|
*: "Gyorsabb csévélés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MP3BUFFER_MARGIN
|
|
desc: MP3 buffer margin time
|
|
user: core
|
|
<source>
|
|
*: "Anti-Skip Buffer"
|
|
flash_storage: none
|
|
</source>
|
|
<dest>
|
|
*: "Rázkódásvédelmi puffer"
|
|
flash_storage: none
|
|
</dest>
|
|
<voice>
|
|
*: "Rázkódásvédelmi puffer"
|
|
flash_storage: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FADE_ON_STOP
|
|
desc: options menu to set fade on stop or pause
|
|
user: core
|
|
<source>
|
|
*: "Fade on Stop/Pause"
|
|
</source>
|
|
<dest>
|
|
*: "Lekeverés megálláskor"
|
|
</dest>
|
|
<voice>
|
|
*: "Lekeverés megálláskor"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PARTY_MODE
|
|
desc: party mode
|
|
user: core
|
|
<source>
|
|
*: "Party Mode"
|
|
</source>
|
|
<dest>
|
|
*: "Parti Mód"
|
|
</dest>
|
|
<voice>
|
|
*: "Parti Mód"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFADE
|
|
desc: in playback settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
crossfade: "Crossfade"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
crossfade: "Átúsztatás"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
crossfade: "Átúsztatás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFADE_ENABLE
|
|
desc: in crossfade settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
crossfade: "Enable Crossfade"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
crossfade: "Átúsztatás be"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
crossfade: "Enable crossfade"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MANTRACKSKIP
|
|
desc: in crossfade settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
crossfade: "Manual Track Skip Only"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
crossfade: "Csak szám manuális átugrásnál"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
crossfade: "Csak szám manuális átugrásnál"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHUFFLE_TRACKSKIP
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
crossfade: "Shuffle or Manual Track Skip"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
crossfade: "Véletlenszerű vagy manuális átugrás"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
crossfade: "Véletlenszerű vagy manuális átugrás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFADE_FADE_IN_DELAY
|
|
desc: in crossfade settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
crossfade: "Fade-In Delay"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
crossfade: "Beúsztatás késleltetés"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
crossfade: "Fade in delay"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFADE_FADE_IN_DURATION
|
|
desc: in crossfade settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
crossfade: "Fade-In Duration"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
crossfade: "Beúsztatás hossza"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
crossfade: "Fade in duration"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFADE_FADE_OUT_DELAY
|
|
desc: in crossfade settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
crossfade: "Fade-Out Delay"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
crossfade: "Lekeverés késleltetés"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
crossfade: "Fade out delay"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFADE_FADE_OUT_DURATION
|
|
desc: in crossfade settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
crossfade: "Fade-Out Duration"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
crossfade: "Lekeverés hossza"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
crossfade: "Lekeverés hossza"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFADE_FADE_OUT_MODE
|
|
desc: in crossfade settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
crossfade: "Fade-Out Mode"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
crossfade: "Lekeveréses mód"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
crossfade: "Lekeveréses mód"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MIX
|
|
desc: in playback settings, crossfade option
|
|
user: core
|
|
<source>
|
|
*: none
|
|
crossfade: "Mix"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
crossfade: "Keverés"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
crossfade: "Keverés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REPLAYGAIN
|
|
desc: in replaygain
|
|
user: core
|
|
<source>
|
|
*: "Replaygain"
|
|
</source>
|
|
<dest>
|
|
*: "Hangerő-kiegyenlítés"
|
|
</dest>
|
|
<voice>
|
|
*: "Hangerő-kiegyenlítés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REPLAYGAIN_NOCLIP
|
|
desc: in replaygain
|
|
user: core
|
|
<source>
|
|
*: "Prevent Clipping"
|
|
</source>
|
|
<dest>
|
|
*: "Túlvezérlés megelőzése"
|
|
</dest>
|
|
<voice>
|
|
*: "Prevent clipping"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REPLAYGAIN_MODE
|
|
desc: in replaygain
|
|
user: core
|
|
<source>
|
|
*: "Replaygain Type"
|
|
</source>
|
|
<dest>
|
|
*: "Hangerő-kiegyenlítés fajtája"
|
|
</dest>
|
|
<voice>
|
|
*: "Replaygain type"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALBUM_GAIN
|
|
desc: in replaygain
|
|
user: core
|
|
<source>
|
|
*: "Album Gain"
|
|
</source>
|
|
<dest>
|
|
*: "Albumonkénti"
|
|
</dest>
|
|
<voice>
|
|
*: "Album gain"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TRACK_GAIN
|
|
desc: in replaygain
|
|
user: core
|
|
<source>
|
|
*: "Track Gain"
|
|
</source>
|
|
<dest>
|
|
*: "Számonkénti"
|
|
</dest>
|
|
<voice>
|
|
*: "Track gain"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHUFFLE_GAIN
|
|
desc: use track gain if shuffle mode is on, album gain otherwise
|
|
user: core
|
|
<source>
|
|
*: "Track Gain if Shuffling"
|
|
</source>
|
|
<dest>
|
|
*: "Számonkénti erősítés kevert lejátszáskor"
|
|
</dest>
|
|
<voice>
|
|
*: "Track Gain if shuffling"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REPLAYGAIN_PREAMP
|
|
desc: in replaygain settings
|
|
user: core
|
|
<source>
|
|
*: "Pre-amp"
|
|
</source>
|
|
<dest>
|
|
*: "Előerősítés"
|
|
</dest>
|
|
<voice>
|
|
*: "Előerősítés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BEEP
|
|
desc: in playback settings
|
|
user: core
|
|
<source>
|
|
*: "Track Skip Beep"
|
|
</source>
|
|
<dest>
|
|
*: "Pittyegés erőssége"
|
|
</dest>
|
|
<voice>
|
|
*: "Beep volume"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WEAK
|
|
desc: in beep volume in playback settings
|
|
user: core
|
|
<source>
|
|
*: "Weak"
|
|
</source>
|
|
<dest>
|
|
*: "Halk"
|
|
</dest>
|
|
<voice>
|
|
*: "Halk"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MODERATE
|
|
desc: in beep volume in playback settings
|
|
user: core
|
|
<source>
|
|
*: "Moderate"
|
|
</source>
|
|
<dest>
|
|
*: "Közepes"
|
|
</dest>
|
|
<voice>
|
|
*: "Közepes"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_STRONG
|
|
desc: in beep volume in playback settings
|
|
user: core
|
|
<source>
|
|
*: "Strong"
|
|
</source>
|
|
<dest>
|
|
*: "Hangos"
|
|
</dest>
|
|
<voice>
|
|
*: "Hangos"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SPDIF_ENABLE
|
|
desc: in playback settings menu. enable/disable the optical out
|
|
user: core
|
|
<source>
|
|
*: none
|
|
spdif_power: "Optical Output"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
spdif_power: "Optikai kimenet"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
spdif_power: "Optical output"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NEXT_FOLDER
|
|
desc: in settings_menu. Should we allow move to next/prev folder from last/first track of current one
|
|
user: core
|
|
<source>
|
|
*: "Auto-Change Directory"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszás könyvtárhatáron túl"
|
|
</dest>
|
|
<voice>
|
|
*: "Auto-Change directory"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RANDOM
|
|
desc: random folder
|
|
user: core
|
|
<source>
|
|
*: "Random"
|
|
</source>
|
|
<dest>
|
|
*: "Véletlen"
|
|
</dest>
|
|
<voice>
|
|
*: "Véletlen"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AUDIOSCROBBLER
|
|
desc: "Last.fm Logger" in Plugin/apps/scrobbler
|
|
user: core
|
|
<source>
|
|
*: "Last.fm Logger"
|
|
</source>
|
|
<dest>
|
|
*: "Last.fm naplófájl"
|
|
</dest>
|
|
<voice>
|
|
*: "Last.fm naplófájl"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CUESHEET_ENABLE
|
|
desc: cuesheet support option
|
|
user: core
|
|
<source>
|
|
*: "Cuesheet Support"
|
|
</source>
|
|
<dest>
|
|
*: "Cuesheet támogatás"
|
|
</dest>
|
|
<voice>
|
|
*: "Cuesheet támogatás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HEADPHONE_UNPLUG
|
|
desc: in settings_menu.
|
|
user: core
|
|
<source>
|
|
*: none
|
|
headphone_detection: "Pause on Headphone Unplug"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
headphone_detection: "Szünet fejhallgató kihúzásakor"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
headphone_detection: "Szünet fejhallgató kihúzásakor"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HEADPHONE_UNPLUG_RESUME
|
|
desc: in pause_phones_menu.
|
|
user: core
|
|
<source>
|
|
*: none
|
|
headphone_detection: "Pause and Resume"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
headphone_detection: "Szünet és folytatás"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
headphone_detection: "Szünet és folytatás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HEADPHONE_UNPLUG_DISABLE_AUTORESUME
|
|
desc: in pause_phones_menu.
|
|
user: core
|
|
<source>
|
|
*: none
|
|
headphone_detection: "Disable resume on startup if phones unplugged"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
headphone_detection: "Ha a fejhallgató nincs csatlakoztatva, nincs folytatás bekapcsoláskor"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
headphone_detection: "Ha a fejhallgató nincs csatlakoztatva, nincs folytatás bekapcsoláskor"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILE
|
|
desc: in settings_menu()
|
|
user: core
|
|
<source>
|
|
*: "File View"
|
|
</source>
|
|
<dest>
|
|
*: "Fájl nézet"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájl nézet"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_CASE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Sort Case Sensitive"
|
|
</source>
|
|
<dest>
|
|
*: "Nagy- és kisbetű különbözik"
|
|
</dest>
|
|
<voice>
|
|
*: "Nagy és kisbetű különbözik"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_DIR
|
|
desc: browser sorting setting
|
|
user: core
|
|
<source>
|
|
*: "Sort Directories"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvtárak rendezése"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvtárak rendezése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_FILE
|
|
desc: browser sorting setting
|
|
user: core
|
|
<source>
|
|
*: "Sort Files"
|
|
</source>
|
|
<dest>
|
|
*: "Fájlok rendezése"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájlok rendezése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_ALPHA
|
|
desc: browser sorting setting
|
|
user: core
|
|
<source>
|
|
*: "Alphabetical"
|
|
</source>
|
|
<dest>
|
|
*: "Ábécé szerint"
|
|
</dest>
|
|
<voice>
|
|
*: "Ábécé szerint"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_DATE
|
|
desc: browser sorting setting
|
|
user: core
|
|
<source>
|
|
*: "By Date"
|
|
</source>
|
|
<dest>
|
|
*: "Dátum szerint"
|
|
</dest>
|
|
<voice>
|
|
*: "Dátum szerint"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_DATE_REVERSE
|
|
desc: browser sorting setting
|
|
user: core
|
|
<source>
|
|
*: "By Newest Date"
|
|
</source>
|
|
<dest>
|
|
*: "Legújabb elől"
|
|
</dest>
|
|
<voice>
|
|
*: "Legújabb elől"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_TYPE
|
|
desc: browser sorting setting
|
|
user: core
|
|
<source>
|
|
*: "By Type"
|
|
</source>
|
|
<dest>
|
|
*: "Típus szerint"
|
|
</dest>
|
|
<voice>
|
|
*: "Típus szerint"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER
|
|
desc: setting name for dir filter
|
|
user: core
|
|
<source>
|
|
*: "Show Files"
|
|
</source>
|
|
<dest>
|
|
*: "Megjelenített fájlok"
|
|
</dest>
|
|
<voice>
|
|
*: "Megjelenített fájlok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_SUPPORTED
|
|
desc: show all file types supported by Rockbox
|
|
user: core
|
|
<source>
|
|
*: "Supported"
|
|
</source>
|
|
<dest>
|
|
*: "Támogatott fájlok"
|
|
</dest>
|
|
<voice>
|
|
*: "Támogatott fájlok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_MUSIC
|
|
desc: show only music-related files
|
|
user: core
|
|
<source>
|
|
*: "Music"
|
|
</source>
|
|
<dest>
|
|
*: "Zenei fájlok"
|
|
</dest>
|
|
<voice>
|
|
*: "Zenei fájlok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FOLLOW
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Follow Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszólista követése"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszólista követése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_PATH
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Show Path"
|
|
</source>
|
|
<dest>
|
|
*: "Elérési út megmutatása"
|
|
</dest>
|
|
<voice>
|
|
*: "Elérési út megmutatása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_PATH_CURRENT
|
|
desc: in show path menu
|
|
user: core
|
|
<source>
|
|
*: "Current Directory Only"
|
|
</source>
|
|
<dest>
|
|
*: "Csak az aktuális könyvtárat"
|
|
</dest>
|
|
<voice>
|
|
*: "Csak az aktuális könyvtárat"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISPLAY_FULL_PATH
|
|
desc: track display options
|
|
user: core
|
|
<source>
|
|
*: "Full Path"
|
|
</source>
|
|
<dest>
|
|
*: "Elérési út"
|
|
</dest>
|
|
<voice>
|
|
*: "Elérési út"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BUILDING_DATABASE
|
|
desc: splash database building progress
|
|
user: core
|
|
<source>
|
|
*: "Building database... %d found (OFF to return)"
|
|
gigabeat*,iaudiom5,iaudiox5,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
|
|
gogearsa9200: "Building database... %d found (REW to return)"
|
|
ipod*,iriverh10,iriverh10_5gb,sansac200*,sansae200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
|
|
iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
|
|
</source>
|
|
<dest>
|
|
*: "Készítem az adatbázist... %d-t találtam (OFF - vissza)"
|
|
gigabeat*,iaudiom5,iaudiox5,mrobe100,samsungyh*: "Készítem az adatbázist... %d-t találtam (BAL - vissza)"
|
|
gogearsa9200: "Készítem az adatbázist... %d-t találtam (REW - vissza)"
|
|
ipod*,iriverh10,iriverh10_5gb,sansac200*,sansae200*,sansafuze*,vibe500: "Készítem az adatbázist... %d-t találtam (PREV - vissza)"
|
|
iriverh100,iriverh120,iriverh300: "Készítem az adatbázist... %d-t találtam (STOP - vissza)"
|
|
</dest>
|
|
<voice>
|
|
*: "találatok az adatbázishoz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGCACHE_RAM
|
|
desc: in tag cache settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
tc_ramcache: "Load to RAM"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
tc_ramcache: "Memóriába tölt"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
tc_ramcache: "Memóriába tölt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGCACHE_AUTOUPDATE
|
|
desc: in tag cache settings
|
|
user: core
|
|
<source>
|
|
*: "Auto Update"
|
|
</source>
|
|
<dest>
|
|
*: "Automatikus frissítés"
|
|
</dest>
|
|
<voice>
|
|
*: "Automatikus frissítés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGCACHE_FORCE_UPDATE
|
|
desc: in tag cache settings
|
|
user: core
|
|
<source>
|
|
*: "Initialize Now"
|
|
</source>
|
|
<dest>
|
|
*: "Indítás most"
|
|
</dest>
|
|
<voice>
|
|
*: "Indítás most"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGCACHE_UPDATE
|
|
desc: in tag cache settings
|
|
user: core
|
|
<source>
|
|
*: "Update Now"
|
|
</source>
|
|
<dest>
|
|
*: "Frissítés most"
|
|
</dest>
|
|
<voice>
|
|
*: "Update now"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RUNTIMEDB_ACTIVE
|
|
desc: in settings_menu.
|
|
user: core
|
|
<source>
|
|
*: "Gather Runtime Data"
|
|
</source>
|
|
<dest>
|
|
*: "Futási idő adatok gyűjtése"
|
|
</dest>
|
|
<voice>
|
|
*: "Futási idő adatok gyűjtése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGCACHE_EXPORT
|
|
desc: in tag cache settings
|
|
user: core
|
|
<source>
|
|
*: "Export Modifications"
|
|
</source>
|
|
<dest>
|
|
*: "Változtatások exportálása"
|
|
</dest>
|
|
<voice>
|
|
*: "Változtatások exportálása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGCACHE_IMPORT
|
|
desc: in tag cache settings
|
|
user: core
|
|
<source>
|
|
*: "Import Modifications"
|
|
</source>
|
|
<dest>
|
|
*: "Változtatások importálása"
|
|
</dest>
|
|
<voice>
|
|
*: "Változtatások importálása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH
|
|
desc: in tag cache settings
|
|
user: core
|
|
<source>
|
|
*: "Updating in background"
|
|
</source>
|
|
<dest>
|
|
*: "Frissítés a háttérben"
|
|
</dest>
|
|
<voice>
|
|
*: "Frissítés a háttérben"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGCACHE_INIT
|
|
desc: while initializing tagcache on boot
|
|
user: core
|
|
<source>
|
|
*: "Committing database"
|
|
</source>
|
|
<dest>
|
|
*: "Hozzáadás adatbázishoz"
|
|
</dest>
|
|
<voice>
|
|
*: "Hozzáadás adatbázishoz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGCACHE_BUSY
|
|
desc: when trying to shutdown and tagcache is committing
|
|
user: core
|
|
<source>
|
|
*: "Database is not ready"
|
|
</source>
|
|
<dest>
|
|
*: "Az adatbázis még nincs kész"
|
|
</dest>
|
|
<voice>
|
|
*: "Az adatbázis még nincs kész"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGNAVI_ALL_TRACKS
|
|
desc: "[All tracks]" entry in tag browser
|
|
user: core
|
|
<source>
|
|
*: "[All tracks]"
|
|
</source>
|
|
<dest>
|
|
*: "[Minden szám]"
|
|
</dest>
|
|
<voice>
|
|
*: "Minden szám"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISPLAY
|
|
desc: in settings_menu()
|
|
user: core
|
|
<source>
|
|
*: "Display"
|
|
</source>
|
|
<dest>
|
|
*: "Kijelző"
|
|
</dest>
|
|
<voice>
|
|
*: "Kijelző"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CUSTOM_FONT
|
|
desc: in setting_menu()
|
|
user: core
|
|
<source>
|
|
*: "Font"
|
|
</source>
|
|
<dest>
|
|
*: "Betűtípus választás"
|
|
</dest>
|
|
<voice>
|
|
*: "Browse Fonts"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WHILE_PLAYING
|
|
desc: in settings_menu()
|
|
user: core
|
|
<source>
|
|
*: "While Playing Screen"
|
|
</source>
|
|
<dest>
|
|
*: "WPS fájl választás"
|
|
</dest>
|
|
<voice>
|
|
*: "Browse while-playing-screen files"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOTE_WHILE_PLAYING
|
|
desc: in settings_menu()
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: "Remote While Playing Screen"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: "RWPS fájlok"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "Browse remote while-playing-screen files"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LCD_MENU
|
|
desc: in the display sub menu
|
|
user: core
|
|
<source>
|
|
*: "LCD Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Kijelző beállítása"
|
|
</dest>
|
|
<voice>
|
|
*: "Kijelző beállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BACKLIGHT
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Backlight"
|
|
</source>
|
|
<dest>
|
|
*: "Világítás"
|
|
</dest>
|
|
<voice>
|
|
*: "Világítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BACKLIGHT_ON_WHEN_CHARGING
|
|
desc: in display_settings_menu, backlight timeout with charger connected
|
|
user: core
|
|
<source>
|
|
*: none
|
|
charging: "Backlight (While Plugged In)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
charging: "Világítás töltés alatt"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
charging: "Backlight (While Pluggen In)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BACKLIGHT_ON_BUTTON_HOLD
|
|
desc: in lcd settings
|
|
user: core
|
|
<source>
|
|
*: "Backlight on Lock"
|
|
hold_button: "Backlight on Hold"
|
|
</source>
|
|
<dest>
|
|
*: "Világítás lezáráskor"
|
|
hold_button: "Világítás (Hold gomb lenyomásakor)"
|
|
</dest>
|
|
<voice>
|
|
*: "Világítás lezáráskor"
|
|
hold_button: "Világítás Hold gomb lenyomásakor"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CAPTION_BACKLIGHT
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Caption Backlight"
|
|
</source>
|
|
<dest>
|
|
*: "Világítás új számnál"
|
|
</dest>
|
|
<voice>
|
|
*: "Caption backlight"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BACKLIGHT_FADE_IN
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
backlight_fade*: "Backlight Fade In"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
backlight_fade*: "Világítás beúsztatása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
backlight_fade*: "Backlight fade in"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BACKLIGHT_FADE_OUT
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
backlight_fade*: "Backlight Fade Out"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
backlight_fade*: "Világítás kiúsztatása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
backlight_fade*: "Backlight fade out"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BACKLIGHT_FILTER_FIRST_KEYPRESS
|
|
desc: Backlight behaviour setting
|
|
user: core
|
|
<source>
|
|
*: "First Buttonpress Enables Backlight Only"
|
|
</source>
|
|
<dest>
|
|
*: "Első lenyomás csak a háttérvilágítást kapcsolja be"
|
|
</dest>
|
|
<voice>
|
|
*: "First Keypress Enables Backlight Only"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LCD_SLEEP_AFTER_BACKLIGHT_OFF
|
|
desc: In display settings, time to switch LCD chip into power saving state
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_sleep: "Sleep (After Backlight Off)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_sleep: "Energiatakarékos mód (világítás kikapcsolása után)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_sleep: "Energiatakarékos mód világítás kikapcsolása után"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BRIGHTNESS
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
backlight_brightness: "Brightness"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
backlight_brightness: "Fényerő"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
backlight_brightness: "Fényerő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CONTRAST
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Contrast"
|
|
</source>
|
|
<dest>
|
|
*: "Kontraszt"
|
|
</dest>
|
|
<voice>
|
|
*: "Kontraszt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_INVERT
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_invert,remote_lcd_invert: "LCD Mode"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_invert,remote_lcd_invert: "Képernyő mód"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_invert,remote_lcd_invert: "Képernyő mód"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_INVERT_LCD_INVERSE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_invert,remote_lcd_invert: "Inverse"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_invert,remote_lcd_invert: "Negatív kép"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_invert,remote_lcd_invert: "Negatív kép"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FLIP_DISPLAY
|
|
desc: in settings_menu, option to turn display+buttos by 180 degrees
|
|
user: core
|
|
<source>
|
|
*: "Upside Down"
|
|
</source>
|
|
<dest>
|
|
*: "Fejjel lefelé"
|
|
</dest>
|
|
<voice>
|
|
*: "Fejjel lefelé"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_INVERT_CURSOR
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Line Selector Type"
|
|
</source>
|
|
<dest>
|
|
*: "Sor kiválasztása"
|
|
</dest>
|
|
<voice>
|
|
*: "Sor kiválasztása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_INVERT_CURSOR_POINTER
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Pointer"
|
|
</source>
|
|
<dest>
|
|
*: "Mutató"
|
|
</dest>
|
|
<voice>
|
|
*: "Mutató"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_INVERT_CURSOR_BAR
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Bar (Inverse)"
|
|
</source>
|
|
<dest>
|
|
*: "Teljes sor kiemelése"
|
|
</dest>
|
|
<voice>
|
|
*: "Teljes sor kiemelése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CLEAR_BACKDROP
|
|
desc: text for LCD settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_non-mono: "Clear Backdrop"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_non-mono: "Háttér eltávolítása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_non-mono: "Háttér eltávolítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BACKGROUND_COLOR
|
|
desc: menu entry to set the background color
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "Background Colour"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "Háttérszín"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: "Háttérszín"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FOREGROUND_COLOR
|
|
desc: menu entry to set the foreground color
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "Foreground Colour"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "Előtérszín"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: "Előtérszín"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RESET_COLORS
|
|
desc: menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "Reset Colours"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "Színek visszaállítása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: "Színek visszaállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COLOR_RGB_LABELS
|
|
desc: what to show for the 'R' 'G' 'B' ONE LETTER EACH
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "RGB"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "RGB"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COLOR_RGB_VALUE
|
|
desc: in color screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "RGB: %02X%02X%02X"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "RGB: %02X%02X%02X"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COLOR_UNACCEPTABLE
|
|
desc: splash when user selects an invalid colour
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "Invalid colour"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "Nem megfelelő szín"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LCD_REMOTE_MENU
|
|
desc: in the display sub menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: "Remote-LCD Settings"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: "Távirányító beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "Távirányító beállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REDUCE_TICKING
|
|
desc: in remote lcd settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote_ticking: "Reduce Ticking"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote_ticking: "Pattanás csökkentése"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote_ticking: "Pattanás csökkentése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_ICONS
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Show Icons"
|
|
</source>
|
|
<dest>
|
|
*: "Ikonok megjelenítése"
|
|
</dest>
|
|
<voice>
|
|
*: "Ikonok megjelenítése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCROLL_MENU
|
|
desc: in display_settings_menu()
|
|
user: core
|
|
<source>
|
|
*: "Scrolling"
|
|
</source>
|
|
<dest>
|
|
*: "Gördítés beállítása"
|
|
</dest>
|
|
<voice>
|
|
*: "Gördítés beállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCROLL
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Scroll Speed Setting Example"
|
|
</source>
|
|
<dest>
|
|
*: "Görgetés sebességének beállítása"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCROLL_SPEED
|
|
desc: in display_settings_menu()
|
|
user: core
|
|
<source>
|
|
*: "Scroll Speed"
|
|
</source>
|
|
<dest>
|
|
*: "Gördítés sebessége"
|
|
</dest>
|
|
<voice>
|
|
*: "Gördítés sebessége"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCROLL_DELAY
|
|
desc: Delay before scrolling
|
|
user: core
|
|
<source>
|
|
*: "Scroll Start Delay"
|
|
</source>
|
|
<dest>
|
|
*: "Gördítés késleltetése"
|
|
</dest>
|
|
<voice>
|
|
*: "Gördítés késleltetése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCROLL_STEP
|
|
desc: Pixels to advance per scroll
|
|
user: core
|
|
<source>
|
|
*: "Scroll Step Size"
|
|
</source>
|
|
<dest>
|
|
*: "Gördítés alapegysége"
|
|
</dest>
|
|
<voice>
|
|
*: "Gördítés alapegysége"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCROLL_STEP_EXAMPLE
|
|
desc: Pixels to advance per scroll
|
|
user: core
|
|
<source>
|
|
*: "Scroll Step Size Setting Example Text"
|
|
</source>
|
|
<dest>
|
|
*: "Gördítés alapegységének beállítása"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BIDIR_SCROLL
|
|
desc: Bidirectional scroll limit
|
|
user: core
|
|
<source>
|
|
*: "Bidirectional Scroll Limit"
|
|
</source>
|
|
<dest>
|
|
*: "Kétirányú gördítési határ"
|
|
</dest>
|
|
<voice>
|
|
*: "Kétirányú gördítési határ"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOTE_SCROLL_SETS
|
|
desc: "Remote Scrolling Options" Submenu in "Scrolling Options" menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: "Remote Scrolling Options"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: "Távirányító görgetési beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "Távirányító görgetési beállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCREEN_SCROLL_VIEW
|
|
desc: should lines scroll out of the screen
|
|
user: core
|
|
<source>
|
|
*: "Screen Scrolls Out of View"
|
|
</source>
|
|
<dest>
|
|
*: "Gördítés képernyőn túl"
|
|
</dest>
|
|
<voice>
|
|
*: "Gördítés képernyőn túl"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCREEN_SCROLL_STEP
|
|
desc: Pixels to advance per Screen scroll
|
|
user: core
|
|
<source>
|
|
*: "Screen Scroll Step Size"
|
|
</source>
|
|
<dest>
|
|
*: "Képernyőgördítés egysége"
|
|
</dest>
|
|
<voice>
|
|
*: "Képernyőgördítés egysége"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCROLL_PAGINATED
|
|
desc: jump to new page when scrolling
|
|
user: core
|
|
<source>
|
|
*: "Paged Scrolling"
|
|
</source>
|
|
<dest>
|
|
*: "Oldal gördítés"
|
|
</dest>
|
|
<voice>
|
|
*: "Oldal gördítés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LISTACCEL_START_DELAY
|
|
desc: Delay before list starts accelerating
|
|
user: core
|
|
<source>
|
|
*: "List Acceleration Start Delay"
|
|
wheel_acceleration: none
|
|
</source>
|
|
<dest>
|
|
*: "Lista gyorsítás késleltetése"
|
|
wheel_acceleration: none
|
|
</dest>
|
|
<voice>
|
|
*: "Lista gyorsítás késleltetése"
|
|
wheel_acceleration: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LISTACCEL_ACCEL_SPEED
|
|
desc: list acceleration speed
|
|
user: core
|
|
<source>
|
|
*: "List Acceleration Speed"
|
|
wheel_acceleration: none
|
|
</source>
|
|
<dest>
|
|
*: "Lista gyorsítás sebessége"
|
|
wheel_acceleration: none
|
|
</dest>
|
|
<voice>
|
|
*: "Lista gyorsítás sebessége"
|
|
wheel_acceleration: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BARS_MENU
|
|
desc: in the display sub menu
|
|
user: core
|
|
<source>
|
|
*: "Status-/Scrollbar"
|
|
</source>
|
|
<dest>
|
|
*: "Állapot-/Gördítősáv"
|
|
</dest>
|
|
<voice>
|
|
*: "Állapot Gördítősáv"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCROLL_BAR
|
|
desc: display menu, F3 substitute
|
|
user: core
|
|
<source>
|
|
*: "Scroll Bar"
|
|
</source>
|
|
<dest>
|
|
*: "Gördítő sáv"
|
|
</dest>
|
|
<voice>
|
|
*: "Gördítő sáv"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_STATUS_BAR
|
|
desc: display menu, F3 substitute
|
|
user: core
|
|
<source>
|
|
*: "Status Bar"
|
|
</source>
|
|
<dest>
|
|
*: "Állapotjelző"
|
|
</dest>
|
|
<voice>
|
|
*: "Állapotjelző"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOLUME_DISPLAY
|
|
desc: Volume type title
|
|
user: core
|
|
<source>
|
|
*: "Volume Display"
|
|
</source>
|
|
<dest>
|
|
*: "Hangerő kijelzés"
|
|
</dest>
|
|
<voice>
|
|
*: "Hangerő kijelzés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BATTERY_DISPLAY
|
|
desc: Battery type title
|
|
user: core
|
|
<source>
|
|
*: "Battery Display"
|
|
</source>
|
|
<dest>
|
|
*: "Akku kijelzés"
|
|
</dest>
|
|
<voice>
|
|
*: "Akku kijelzés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISPLAY_GRAPHIC
|
|
desc: Label for type of icon display
|
|
user: core
|
|
<source>
|
|
*: "Graphic"
|
|
</source>
|
|
<dest>
|
|
*: "Grafikusan"
|
|
</dest>
|
|
<voice>
|
|
*: "Grafikusan"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISPLAY_NUMERIC
|
|
desc: Label for type of icon display
|
|
user: core
|
|
<source>
|
|
*: "Numeric"
|
|
</source>
|
|
<dest>
|
|
*: "Számmal"
|
|
</dest>
|
|
<voice>
|
|
*: "Számmal"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_MENU
|
|
desc: in the display menu
|
|
user: core
|
|
<source>
|
|
*: "Peak Meter"
|
|
</source>
|
|
<dest>
|
|
*: "Kivezérlés mutató"
|
|
</dest>
|
|
<voice>
|
|
*: "Kivezérlés mutató"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_CLIP_HOLD
|
|
desc: in the peak meter menu
|
|
user: core
|
|
<source>
|
|
*: "Clip Hold Time"
|
|
</source>
|
|
<dest>
|
|
*: "Túlvezérlés Tartási Idő"
|
|
</dest>
|
|
<voice>
|
|
*: "Túlvezérlés Tartási Idő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_PEAK_HOLD
|
|
desc: in the peak meter menu
|
|
user: core
|
|
<source>
|
|
*: "Peak Hold Time"
|
|
</source>
|
|
<dest>
|
|
*: "Csúcs Tartási Idő"
|
|
</dest>
|
|
<voice>
|
|
*: "Csúcs Tartási Idő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_ETERNAL
|
|
desc: in the peak meter menu
|
|
user: core
|
|
<source>
|
|
*: "Eternal"
|
|
</source>
|
|
<dest>
|
|
*: "Végtelen"
|
|
</dest>
|
|
<voice>
|
|
*: "Végtelen"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_RELEASE
|
|
desc: in the peak meter menu
|
|
user: core
|
|
<source>
|
|
*: "Peak Release"
|
|
</source>
|
|
<dest>
|
|
*: "Csúcs Csökkenés"
|
|
</dest>
|
|
<voice>
|
|
*: "Csúcs Csökkenés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_SCALE
|
|
desc: in the peak meter menu
|
|
user: core
|
|
<source>
|
|
*: "Scale"
|
|
</source>
|
|
<dest>
|
|
*: "Skála"
|
|
</dest>
|
|
<voice>
|
|
*: "Skála"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_DBFS
|
|
desc: in the peak meter menu
|
|
user: core
|
|
<source>
|
|
*: "Logarithmic (dB)"
|
|
</source>
|
|
<dest>
|
|
*: "Logaritmikus (dB)"
|
|
</dest>
|
|
<voice>
|
|
*: "Logaritmikus decibel"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_LINEAR
|
|
desc: in the peak meter menu
|
|
user: core
|
|
<source>
|
|
*: "Linear (%)"
|
|
</source>
|
|
<dest>
|
|
*: "Lineáris (%)"
|
|
</dest>
|
|
<voice>
|
|
*: "Lineáris százalék"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_MIN
|
|
desc: in the peak meter menu
|
|
user: core
|
|
<source>
|
|
*: "Minimum of Range"
|
|
</source>
|
|
<dest>
|
|
*: "Legkisebb érték"
|
|
</dest>
|
|
<voice>
|
|
*: "Legkisebb érték"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_MAX
|
|
desc: in the peak meter menu
|
|
user: core
|
|
<source>
|
|
*: "Maximum of Range"
|
|
</source>
|
|
<dest>
|
|
*: "Legnagyobb érték"
|
|
</dest>
|
|
<voice>
|
|
*: "Legnagyobb érték"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DEFAULT_CODEPAGE
|
|
desc: default encoding used with id3 tags
|
|
user: core
|
|
<source>
|
|
*: "Default Codepage"
|
|
</source>
|
|
<dest>
|
|
*: "Kódolás"
|
|
</dest>
|
|
<voice>
|
|
*: "Default Codepage"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_LATIN1
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Latin1 (ISO-8859-1)"
|
|
</source>
|
|
<dest>
|
|
*: "Nyugati (ISO-8859-1)"
|
|
</dest>
|
|
<voice>
|
|
*: "Nyugati"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_GREEK
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Greek (ISO-8859-7)"
|
|
</source>
|
|
<dest>
|
|
*: "Görög (ISO-8859-7)"
|
|
</dest>
|
|
<voice>
|
|
*: "Görög"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_HEBREW
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Hebrew (ISO-8859-8)"
|
|
</source>
|
|
<dest>
|
|
*: "Héber (ISO-8859-8)"
|
|
</dest>
|
|
<voice>
|
|
*: "Héber"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_CYRILLIC
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Cyrillic (CP1251)"
|
|
</source>
|
|
<dest>
|
|
*: "Cirill (CP1251)"
|
|
</dest>
|
|
<voice>
|
|
*: "Cirill"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_THAI
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Thai (ISO-8859-11)"
|
|
</source>
|
|
<dest>
|
|
*: "~Thai (ISO-8859-11)"
|
|
</dest>
|
|
<voice>
|
|
*: "~Thai"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_ARABIC
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Arabic (CP1256)"
|
|
</source>
|
|
<dest>
|
|
*: "Arab (CP1256)"
|
|
</dest>
|
|
<voice>
|
|
*: "Arab"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_TURKISH
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Turkish (ISO-8859-9)"
|
|
</source>
|
|
<dest>
|
|
*: "Török (ISO-8859-9)"
|
|
</dest>
|
|
<voice>
|
|
*: "Török"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_LATIN_EXTENDED
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Latin Extended (ISO-8859-2)"
|
|
</source>
|
|
<dest>
|
|
*: "Közép-európai (ISO-8859-2)"
|
|
</dest>
|
|
<voice>
|
|
*: "Közép-európai"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_JAPANESE
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Japanese (SJIS)"
|
|
</source>
|
|
<dest>
|
|
*: "Japán (SJIS)"
|
|
</dest>
|
|
<voice>
|
|
*: "Japanese (SJIS)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_SIMPLIFIED
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Simp. Chinese (GB2312)"
|
|
</source>
|
|
<dest>
|
|
*: "Egyszerűsített kínai (GB2312)"
|
|
</dest>
|
|
<voice>
|
|
*: "Egyszerűsített kínai"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_KOREAN
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Korean (KSX1001)"
|
|
</source>
|
|
<dest>
|
|
*: "Koreai (KSX1001)"
|
|
</dest>
|
|
<voice>
|
|
*: "Koreai"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_TRADITIONAL
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Trad. Chinese (BIG5)"
|
|
</source>
|
|
<dest>
|
|
*: "Hagyományos kínai (BIG5)"
|
|
</dest>
|
|
<voice>
|
|
*: "Hagyományos kínai"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_UTF8
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Unicode (UTF-8)"
|
|
</source>
|
|
<dest>
|
|
*: "UTF-8"
|
|
</dest>
|
|
<voice>
|
|
*: "UTF-8"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BUTTONLIGHT_TIMEOUT
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
button_light: "Button Light Timeout"
|
|
sansae200*,sansafuze*: "Wheel Light Timeout"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
button_light: "Gomb világításának hossza"
|
|
sansae200*,sansafuze*: "Kerék világításának hossza"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
button_light: "Gomb világításának hossza"
|
|
sansae200*,sansafuze*: "Kerék világításának hossza"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BUTTONLIGHT_BRIGHTNESS
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
buttonlight_brightness: "Button Light Brightness"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
buttonlight_brightness: "Gomb-világítás erőssége"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
buttonlight_brightness: "Gomb-világítás erőssége"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_START_SCREEN
|
|
desc: in the system sub menu
|
|
user: core
|
|
<source>
|
|
*: "Start Screen"
|
|
</source>
|
|
<dest>
|
|
*: "Kezdő képernyő"
|
|
</dest>
|
|
<voice>
|
|
*: "Kezdő képernyő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MAIN_MENU
|
|
desc: in start screen setting
|
|
user: core
|
|
<source>
|
|
*: "Main Menu"
|
|
</source>
|
|
<dest>
|
|
*: "Fő menü"
|
|
</dest>
|
|
<voice>
|
|
*: "Fő menü"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PREVIOUS_SCREEN
|
|
desc: in start screen setting
|
|
user: core
|
|
<source>
|
|
*: "Previous Screen"
|
|
</source>
|
|
<dest>
|
|
*: "Előző képernyő"
|
|
</dest>
|
|
<voice>
|
|
*: "Előző képernyő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BATTERY_MENU
|
|
desc: in the system sub menu
|
|
user: core
|
|
<source>
|
|
*: "Battery"
|
|
</source>
|
|
<dest>
|
|
*: "Akku"
|
|
</dest>
|
|
<voice>
|
|
*: "Akku"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BATTERY_CAPACITY
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Battery Capacity"
|
|
</source>
|
|
<dest>
|
|
*: "Akku kapacitás"
|
|
</dest>
|
|
<voice>
|
|
*: "Akku kapacitás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISK_MENU
|
|
desc: in the system sub menu
|
|
user: core
|
|
<source>
|
|
*: "Disk"
|
|
</source>
|
|
<dest>
|
|
*: "Merevlemez"
|
|
</dest>
|
|
<voice>
|
|
*: "Merevlemez"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SPINDOWN
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Disk Spindown"
|
|
flash_storage: none
|
|
</source>
|
|
<dest>
|
|
*: "Merevlemez leállításának időtartama"
|
|
flash_storage: none
|
|
</dest>
|
|
<voice>
|
|
*: "Merevlemez leállításának időtartama"
|
|
flash_storage: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DIRCACHE_ENABLE
|
|
desc: in directory cache settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
dircache: "Directory Cache"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
dircache: "Lemez tartalmának beolvasása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
dircache: "Lemez tartalmának beolvasása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TIME_MENU
|
|
desc: in the system sub menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "Time & Date"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "Dátum és idő"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
rtc: "Dátum és idő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SET_TIME
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "Set Time/Date"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "Dátum/Idő beállítása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
rtc: "Dátum/Idő beállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TIMEFORMAT
|
|
desc: select the time format of time in status bar
|
|
user: core
|
|
<source>
|
|
*: "Time Format"
|
|
</source>
|
|
<dest>
|
|
*: "Időformátum"
|
|
</dest>
|
|
<voice>
|
|
*: "Időformátum"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_12_HOUR_CLOCK
|
|
desc: option for 12 hour clock
|
|
user: core
|
|
<source>
|
|
*: "12 Hour Clock"
|
|
</source>
|
|
<dest>
|
|
*: "12 órás"
|
|
</dest>
|
|
<voice>
|
|
*: "12 órás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_24_HOUR_CLOCK
|
|
desc: option for 24 hour clock
|
|
user: core
|
|
<source>
|
|
*: "24 Hour Clock"
|
|
</source>
|
|
<dest>
|
|
*: "24 órás"
|
|
</dest>
|
|
<voice>
|
|
*: "24 órás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TIME_SET_BUTTON
|
|
desc: used in set_time()
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "ON = Set"
|
|
aigoerosq,erosqnative,gogearsa9200,samsungyh*: "PLAY = Set"
|
|
gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Set"
|
|
iriverh100,iriverh120,iriverh300: "NAVI = Set"
|
|
mpiohd300: "ENTER = Set"
|
|
mrobe500: "HEART = Set"
|
|
vibe500: "OK = Set"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "ON = Beállít"
|
|
aigoerosq,erosqnative,gogearsa9200,samsungyh*: "PLAY = Beállít"
|
|
gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Beállít"
|
|
iriverh100,iriverh120,iriverh300: "NAVI = Beállít"
|
|
mpiohd300: "ENTER = Beállít"
|
|
mrobe500: "SZÍV = Beállít"
|
|
vibe500: "OK = Beállít"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TIME_REVERT
|
|
desc: used in set_time()
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "OFF = Revert"
|
|
aigoerosq,erosqnative,gigabeats,sansafuzeplus: "BACK = Revert"
|
|
gigabeatfx,mrobe500: "POWER = Revert"
|
|
gogearsa9200: "LEFT = Revert"
|
|
iaudiom5,iaudiox5: "RECORD = Revert"
|
|
ipod*,mpiohd300,sansac200*: "MENU = Revert"
|
|
iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "PREV = Revert"
|
|
iriverh100,iriverh120,iriverh300: "STOP = Revert"
|
|
mrobe100: "DISPLAY = Revert"
|
|
samsungyh*: "REW = Revert"
|
|
vibe500: "CANCEL = Revert"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "KI = mégsem"
|
|
aigoerosq,erosqnative,gigabeats,sansafuzeplus: "VISSZA = Mégsem"
|
|
gigabeatfx,mrobe500: "POWER = Mégsem"
|
|
gogearsa9200: "BAL = Mégsem"
|
|
iaudiom5,iaudiox5: "RECORD = Mégsem"
|
|
ipod*,mpiohd300,sansac200*: "MENU = Mégsem"
|
|
iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "PREV = Mégsem"
|
|
iriverh100,iriverh120,iriverh300: "STOP = Mégsem"
|
|
mrobe100: "DISPLAY = Mégsem"
|
|
samsungyh*: "REW = Mégsem"
|
|
vibe500: "CANCEL = Mégsem"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WEEKDAY_SUNDAY
|
|
desc: Maximum 3-letter abbreviation for weekday
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "Sun"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "Vas"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
rtc: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WEEKDAY_MONDAY
|
|
desc: Maximum 3-letter abbreviation for weekday
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "Mon"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "Hét"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
rtc: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WEEKDAY_TUESDAY
|
|
desc: Maximum 3-letter abbreviation for weekday
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "Tue"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "Ked"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
rtc: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WEEKDAY_WEDNESDAY
|
|
desc: Maximum 3-letter abbreviation for weekday
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "Wed"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "Sze"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
rtc: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WEEKDAY_THURSDAY
|
|
desc: Maximum 3-letter abbreviation for weekday
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "Thu"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "Csü"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
rtc: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WEEKDAY_FRIDAY
|
|
desc: Maximum 3-letter abbreviation for weekday
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "Fri"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "Pén"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
rtc: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WEEKDAY_SATURDAY
|
|
desc: Maximum 3-letter abbreviation for weekday
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "Sat"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "Szo"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
rtc: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_JANUARY
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "Jan"
|
|
</source>
|
|
<dest>
|
|
*: "~Jan"
|
|
</dest>
|
|
<voice>
|
|
*: "Január"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_FEBRUARY
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "Feb"
|
|
</source>
|
|
<dest>
|
|
*: "~Feb"
|
|
</dest>
|
|
<voice>
|
|
*: "Február"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_MARCH
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "Mar"
|
|
</source>
|
|
<dest>
|
|
*: "Már"
|
|
</dest>
|
|
<voice>
|
|
*: "Március"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_APRIL
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "Apr"
|
|
</source>
|
|
<dest>
|
|
*: "Ápr"
|
|
</dest>
|
|
<voice>
|
|
*: "Április"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_MAY
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "May"
|
|
</source>
|
|
<dest>
|
|
*: "Máj"
|
|
</dest>
|
|
<voice>
|
|
*: "Május"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_JUNE
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "Jun"
|
|
</source>
|
|
<dest>
|
|
*: "Jún"
|
|
</dest>
|
|
<voice>
|
|
*: "Június"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_JULY
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "Jul"
|
|
</source>
|
|
<dest>
|
|
*: "Júl"
|
|
</dest>
|
|
<voice>
|
|
*: "Július"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_AUGUST
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "Aug"
|
|
</source>
|
|
<dest>
|
|
*: "~Aug"
|
|
</dest>
|
|
<voice>
|
|
*: "Augusztus"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_SEPTEMBER
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "Sep"
|
|
</source>
|
|
<dest>
|
|
*: "Sze"
|
|
</dest>
|
|
<voice>
|
|
*: "Szeptember"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_OCTOBER
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "Oct"
|
|
</source>
|
|
<dest>
|
|
*: "Okt"
|
|
</dest>
|
|
<voice>
|
|
*: "Október"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_NOVEMBER
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "Nov"
|
|
</source>
|
|
<dest>
|
|
*: "~Nov"
|
|
</dest>
|
|
<voice>
|
|
*: "~November"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MONTH_DECEMBER
|
|
desc: Maximum 3-letter abbreviation for monthname
|
|
user: core
|
|
<source>
|
|
*: "Dec"
|
|
</source>
|
|
<dest>
|
|
*: "~Dec"
|
|
</dest>
|
|
<voice>
|
|
*: "~December"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_POWEROFF_IDLE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Idle Poweroff"
|
|
</source>
|
|
<dest>
|
|
*: "Automatikus kikapcsolás"
|
|
</dest>
|
|
<voice>
|
|
*: "Automatikus kikapcsolás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SLEEP_TIMER
|
|
desc: sleep timer setting
|
|
user: core
|
|
<source>
|
|
*: "Sleep Timer"
|
|
</source>
|
|
<dest>
|
|
*: "Kikapcsolás ideje"
|
|
</dest>
|
|
<voice>
|
|
*: "Kikapcsolás ideje"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LIMITS_MENU
|
|
desc: in the system sub menu
|
|
user: core
|
|
<source>
|
|
*: "Limits"
|
|
</source>
|
|
<dest>
|
|
*: "Határértékek"
|
|
</dest>
|
|
<voice>
|
|
*: "Határértékek"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MAX_FILES_IN_DIR
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Max Entries in File Browser"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvtárban mutatott fájlok max. száma"
|
|
</dest>
|
|
<voice>
|
|
*: "Maximum files in directory browser"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MAX_FILES_IN_PLAYLIST
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Max Playlist Size"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszólisták max. hossza"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszólisták max hossza"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CAR_ADAPTER_MODE
|
|
desc: Displayed for setting car adapter mode to on/off
|
|
user: core
|
|
<source>
|
|
*: none
|
|
charging: "Car Adapter Mode"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
charging: "Autóadapter mód"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
charging: "Autóadapter mód"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALARM_MOD_ALARM_MENU
|
|
desc: The name of the additional entry in the main menu for the RTC alarm mod.
|
|
user: core
|
|
<source>
|
|
*: none
|
|
alarm: "Wake-Up Alarm"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
alarm: "Ébresztő"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
alarm: "Ébresztő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALARM_WAKEUP_SCREEN
|
|
desc: in alarm menu setting
|
|
user: core
|
|
<source>
|
|
*: none
|
|
alarm: "Alarm Wake up Screen"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
alarm: "Ébresztőóra képernyő"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
alarm: "Ébresztőóra képernyő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALARM_MOD_TIME
|
|
desc: The current alarm time shown in the alarm menu for the RTC alarm mod.
|
|
user: core
|
|
<source>
|
|
*: none
|
|
alarm: "Alarm Time:"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
alarm: "Ébresztés:"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
alarm: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALARM_MOD_TIME_TO_GO
|
|
desc: The time until the alarm will go off shown in the alarm menu for the RTC alarm mod.
|
|
user: core
|
|
<source>
|
|
*: none
|
|
alarm: "Waking Up in %d:%02d"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
alarm: "Ébresztés %d:%02d múlva"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
alarm: "Ébresztés ekkor"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALARM_MOD_ERROR
|
|
desc: The text that tells that the time is incorrect (for the RTC alarm mod).
|
|
user: core
|
|
<source>
|
|
*: none
|
|
alarm: "Alarm Time Is Too Soon!"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
alarm: "Ébresztés túl korai!"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
alarm: "Ébresztés túl korai!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALARM_MOD_DISABLE
|
|
desc: Announce that the RTC alarm has been turned off
|
|
user: core
|
|
<source>
|
|
*: none
|
|
alarm: "Alarm Disabled"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
alarm: "Ébresztő kikapcsolva"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
alarm: "Ébresztő kikapcsolva"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_SETTINGS
|
|
desc: in general settings
|
|
user: core
|
|
<source>
|
|
*: "Bookmarking"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvjelzők"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvjelzők"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_SETTINGS_AUTOCREATE
|
|
desc: prompt for user to decide to create an bookmark
|
|
user: core
|
|
<source>
|
|
*: "Bookmark on Stop"
|
|
</source>
|
|
<dest>
|
|
*: "Leállításkor könyvjelző készítése"
|
|
</dest>
|
|
<voice>
|
|
*: "Leállításkor könyvjelző készítése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_YES
|
|
desc: Save in recent bookmarks only
|
|
user: core
|
|
<source>
|
|
*: "Yes - Recent only"
|
|
</source>
|
|
<dest>
|
|
*: "Igen - Csak az újak közé"
|
|
</dest>
|
|
<voice>
|
|
*: "Igen - Csak az újak közé"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_ASK
|
|
desc: Save in recent bookmarks only
|
|
user: core
|
|
<source>
|
|
*: "Ask - Recent only"
|
|
</source>
|
|
<dest>
|
|
*: "Rákérdez - Csak az újak közé"
|
|
</dest>
|
|
<voice>
|
|
*: "Rákérdez - Csak az újak közé"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_SETTINGS_AUTOLOAD
|
|
desc: prompt for user to decide to create a bookmark
|
|
user: core
|
|
<source>
|
|
*: "Load Last Bookmark"
|
|
</source>
|
|
<dest>
|
|
*: "Utolsó könyvjelző betöltése"
|
|
</dest>
|
|
<voice>
|
|
*: "Utolsó könyvjelző betöltése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_SETTINGS_MAINTAIN_RECENT_BOOKMARKS
|
|
desc: Configuration option to maintain a list of recent bookmarks
|
|
user: core
|
|
<source>
|
|
*: "Maintain a List of Recent Bookmarks?"
|
|
</source>
|
|
<dest>
|
|
*: "Vezessek listák az új könyvjelzőkről?"
|
|
</dest>
|
|
<voice>
|
|
*: "Vezessek listák az új könyvjelzőkről?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LANGUAGE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Language"
|
|
</source>
|
|
<dest>
|
|
*: "Nyelv"
|
|
</dest>
|
|
<voice>
|
|
*: "Nyelv"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LANGUAGE_LOADED
|
|
desc: shown when a language has been loaded from the dir browser
|
|
user: core
|
|
<source>
|
|
*: "New Language"
|
|
</source>
|
|
<dest>
|
|
*: "Nyelv beállítva"
|
|
</dest>
|
|
<voice>
|
|
*: "Nyelv beállítva"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOICE
|
|
desc: root of voice menu
|
|
user: core
|
|
<source>
|
|
*: "Voice"
|
|
</source>
|
|
<dest>
|
|
*: "Beszéd"
|
|
</dest>
|
|
<voice>
|
|
*: "Beszéd"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOICE_MENU
|
|
desc: item of voice menu, enable/disable the voice UI
|
|
user: core
|
|
<source>
|
|
*: "Voice Menus"
|
|
</source>
|
|
<dest>
|
|
*: "Hang Menük"
|
|
</dest>
|
|
<voice>
|
|
*: "Hang Menük"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOICE_DIR
|
|
desc: item of voice menu, set the voice mode for directories
|
|
user: core
|
|
<source>
|
|
*: "Voice Directories"
|
|
</source>
|
|
<dest>
|
|
*: "Hang Könyvtárak"
|
|
</dest>
|
|
<voice>
|
|
*: "Hang Könyvtárak"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOICE_DIR_TALK
|
|
desc: Item of voice menu, whether to use directory .talk clips
|
|
user: core
|
|
<source>
|
|
*: "Use Directory .talk Clips"
|
|
</source>
|
|
<dest>
|
|
*: ".talk klip könyvtár használata"
|
|
</dest>
|
|
<voice>
|
|
*: ".talk klip könyvtár használata"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOICE_FILE
|
|
desc: item of voice menu, set the voice mode for files
|
|
user: core
|
|
<source>
|
|
*: "Voice Filenames"
|
|
</source>
|
|
<dest>
|
|
*: "Hang Fájlnevek"
|
|
</dest>
|
|
<voice>
|
|
*: "Hang Fájlnevek"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOICE_FILE_TALK
|
|
desc: Item of voice menu, whether to use file .talk clips
|
|
user: core
|
|
<source>
|
|
*: "Use File .talk Clips"
|
|
</source>
|
|
<dest>
|
|
*: ".talk fájlok használata"
|
|
</dest>
|
|
<voice>
|
|
*: ".talk fájlok használata"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOICE_NUMBER
|
|
desc: "talkbox" mode for files+directories
|
|
user: core
|
|
<source>
|
|
*: "Numbers"
|
|
</source>
|
|
<dest>
|
|
*: "Számok"
|
|
</dest>
|
|
<voice>
|
|
*: "Számok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOICE_SPELL
|
|
desc: "talkbox" mode for files+directories
|
|
user: core
|
|
<source>
|
|
*: "Spell"
|
|
</source>
|
|
<dest>
|
|
*: "Betűz"
|
|
</dest>
|
|
<voice>
|
|
*: "Betűz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOICE_DIR_HOVER
|
|
desc: "talkbox" mode for directories + files
|
|
user: core
|
|
<source>
|
|
*: ".talk Clip"
|
|
</source>
|
|
<dest>
|
|
*: ".talk mp3 fájl"
|
|
</dest>
|
|
<voice>
|
|
*: "talk mp3 fájl"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MANAGE_MENU
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: "Manage Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: "Beállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CUSTOM_CFG
|
|
desc: in setting_menu()
|
|
user: core
|
|
<source>
|
|
*: "Browse .cfg Files"
|
|
</source>
|
|
<dest>
|
|
*: "Konfig fájlok böngészése"
|
|
</dest>
|
|
<voice>
|
|
*: "Konfig fájlok böngészése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SETTINGS_LOADED
|
|
desc: Feedback shown when a .cfg file is loaded
|
|
user: core
|
|
<source>
|
|
*: "Settings Loaded"
|
|
</source>
|
|
<dest>
|
|
*: "Beállítások betöltve"
|
|
</dest>
|
|
<voice>
|
|
*: "Beállítások betöltve"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RESET
|
|
desc: in system_settings_menu()
|
|
user: core
|
|
<source>
|
|
*: "Reset Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Beállítások visszaállítása"
|
|
</dest>
|
|
<voice>
|
|
*: "Beállítások visszaállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RESET_DONE_CLEAR
|
|
desc: visual confirmation after settings reset
|
|
user: core
|
|
<source>
|
|
*: "Cleared"
|
|
</source>
|
|
<dest>
|
|
*: "Törölve"
|
|
</dest>
|
|
<voice>
|
|
*: "Törölve"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SAVE_SETTINGS
|
|
desc: in system_settings_menu()
|
|
user: core
|
|
<source>
|
|
*: "Save .cfg File"
|
|
</source>
|
|
<dest>
|
|
*: "Konfigurációs fájl írása"
|
|
</dest>
|
|
<voice>
|
|
*: "Write configuration file"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SETTINGS_SAVED
|
|
desc: Feedback shown when a .cfg file is saved
|
|
user: core
|
|
<source>
|
|
*: "Settings Saved"
|
|
</source>
|
|
<dest>
|
|
*: "Beállítások elmentve"
|
|
</dest>
|
|
<voice>
|
|
*: "Beállítások elmentve"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SAVE_THEME
|
|
desc: save a theme file
|
|
user: core
|
|
<source>
|
|
*: "Save Theme Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Témabeállítások mentése"
|
|
</dest>
|
|
<voice>
|
|
*: "Témabeállítások mentése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CUSTOM_THEME
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: "Browse Theme Files"
|
|
</source>
|
|
<dest>
|
|
*: "Témák"
|
|
</dest>
|
|
<voice>
|
|
*: "Browse Themes"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_SETTINGS
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Recording Settings"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Felvétel beállítása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Felvétel beállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_MENU
|
|
desc: fm menu title
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "FM Radio Menu"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Rádió menü"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Rádió menü"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_NO_PRESETS
|
|
desc: error when preset list is empty
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "No presets"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Nincsenek beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Nincsenek beállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_ADD_PRESET
|
|
desc: in radio menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Add Preset"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Beállítás hozzáadása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Add preset"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_EDIT_PRESET
|
|
desc: in radio screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Edit Preset"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Adó módosítása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Adó módosítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_DELETE_PRESET
|
|
desc: in radio screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Remove Preset"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Adó eltávolítása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Adó eltávolítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_PRESET_SAVE_FAILED
|
|
desc: in radio screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Preset Save Failed"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Adó mentése nem sikerült"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Adó mentése nem sikerült"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_NO_FREE_PRESETS
|
|
desc: in radio screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "The Preset List is Full"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Az adók listája tele van"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Az adók listája tele van"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PRESET
|
|
desc: in button bar and radio screen / menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Preset"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Beállított állomás"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Beállított állomás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_MONO_MODE
|
|
desc: in radio screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Force Mono"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Monó"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Monó"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_FREEZE
|
|
desc: splash screen during freeze in radio mode
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Screen frozen!"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Képernyő lefagyott"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_SCAN_PRESETS
|
|
desc: in radio menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Auto-Scan Presets"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Állomások átnézése"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Állomások átnézése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_CLEAR_PRESETS
|
|
desc: confirmation if presets can be cleared
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Clear Current Presets?"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Töröljem a jelenlegi beállításokat?"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Clear current presets?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_SCANNING
|
|
desc: during auto scan
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Scanning %d.%02d MHz"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Keresek %d.%02d MHz"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Keresés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_DEFAULT_PRESET_NAME
|
|
desc: default preset name for auto scan mode
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "%d.%02d MHz"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "%d.%02d MHz"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RADIO_SCAN_MODE
|
|
desc: in radio screen / menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Scan"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Hangolás"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Hangolás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_PRESET_LOAD
|
|
desc: load preset list in fm radio
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Load Preset List"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Beállított állomások listájának betöltése"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Beállított állomások listájának betöltése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_PRESET_SAVE
|
|
desc: Save preset list in fm radio
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Save Preset List"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Beállított adók listájának mentése"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Beállított adók listájának mentése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_PRESET_CLEAR
|
|
desc: clear preset list in fm radio
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Clear Preset List"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Beállított adók listájának törlése"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Beállított adók listájának törlése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FMR
|
|
desc: Used when you need to say Preset List, also voiced
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Preset List"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Beállított adók listája"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Beállított adók listája"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_FIRST_AUTOSCAN
|
|
desc: When you run the radio without an fmr file in settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "No settings found. Autoscan?"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Nem találtam beállításokat. Végignézzem a fogható adókat?"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Nem találtam beállításokat. Végignézzem a fogható adókat?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_REGION
|
|
desc: fm tuner region setting
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Region"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Régió"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Régió"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_EUROPE
|
|
desc: fm tuner region europe
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Europe"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Európa"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Európa"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_US
|
|
desc: fm region us / canada
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "US / Canada"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Észak-Amerika"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "USA / Kama"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_JAPAN
|
|
desc: fm region japan
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Japan"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Japán"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Japán"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_KOREA
|
|
desc: fm region korea
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Korea"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "~Korea"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "~Korea"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FORMAT
|
|
desc: audio format
|
|
user: core
|
|
<source>
|
|
*: "Format"
|
|
</source>
|
|
<dest>
|
|
*: "Formátum"
|
|
</dest>
|
|
<voice>
|
|
*: "Formátum"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AFMT_MPA_L3
|
|
desc: audio format description
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "MPEG Layer 3"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "MP3"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "MP3"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AFMT_PCM_WAV
|
|
desc: audio format description
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "PCM Wave"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "WAV"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "WAV"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AFMT_WAVPACK
|
|
desc: audio format description
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "WavPack"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "WavPack"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "WavPack"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AFMT_AIFF
|
|
desc: audio format description
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "AIFF"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "AIFF"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "AIFF"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ENCODER_SETTINGS
|
|
desc: encoder settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Encoder Settings"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Kódoló beállítása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Kódoló beállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BITRATE
|
|
desc: bits-kilobits per unit time
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Bitrate"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Bitráta"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Bitráta"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NO_SETTINGS
|
|
desc: when something has settings in a certain context
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "(No Settings)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "(Nincs beállítás)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "(Nincs beállítás)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FREQUENCY
|
|
desc: in recording and playback settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
play_frequency,recording: "Frequency"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
play_frequency,recording: "Mintavétel"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
play_frequency,recording: "Mintavétel"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SOURCE_FREQUENCY
|
|
desc: when recording source frequency setting must follow source
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "(Same as Source)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "(ua. mint a forrásé)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "ugyanaz mint a forrás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_SOURCE
|
|
desc: in the recording settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Source"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Forrás"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Forrás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_SRC_MIC
|
|
desc: in the recording settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
iriverh100,iriverh120,iriverh300: "Internal Microphone"
|
|
recording: "Microphone"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
iriverh100,iriverh120,iriverh300: "Belső mikrofon"
|
|
recording: "Mikrofon"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
iriverh100,iriverh120,iriverh300: "Belső mikrofon"
|
|
recording: "Mikrofon"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_SRC_DIGITAL
|
|
desc: in the recording settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Digital"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Digitális"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Digitális"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LINE_IN
|
|
desc: in the recording settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Line In"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Vonalbemenet"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Vonalbemenet"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORD_TIMESPLIT
|
|
desc: Record split menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "File Split Options"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Több darabba"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Több darabba"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SPLIT_MEASURE
|
|
desc: in record timesplit options
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Split Measure"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Felosztás kritériuma"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Felosztás kritériuma"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SPLIT_TYPE
|
|
desc: in record timesplit options
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "What to do when Splitting"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Mi a teendő fájl darabolásakor"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Mi a teendő fájl darabolásakor"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_START_NEW_FILE
|
|
desc: in record timesplit options
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Start new file"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Új fájl kezdés"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Új fájl kezdés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_STOP_RECORDING
|
|
desc: in record timesplit options
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Stop recording"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Felvétel leállítása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Felvétel leállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SPLIT_TIME
|
|
desc: in record timesplit options
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Split Time"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Új fájl ennyi idő után"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Új fájl ennyi idő után"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SPLIT_SIZE
|
|
desc: in record timesplit options
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Split Filesize"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Fájl szeletelés mérete"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Fájl szeletelés mérete"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORD_PRERECORD_TIME
|
|
desc: in recording settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Prerecord Time"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Előfelvétel hossza"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Előfelvétel hossza"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CLEAR_REC_DIR
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Clear Recording Directory"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Felvételek könyvtárának kiürítése"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Felvételek könyvtárának kiürítése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REC_DIR_NOT_WRITABLE
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Can't write to recording directory"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Nem tudok írni a felvételek könyvtárába"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Nem tudok írni a felvételek könyvtárába"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CLIP_LIGHT
|
|
desc: in record settings menu.
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Clipping Light"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Clipping light"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Clipping light"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MAIN_UNIT
|
|
desc: in record settings menu.
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: "Main Unit Only"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: "Csak a főegység"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "Csak a főegység"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOTE_UNIT
|
|
desc: in record settings menu.
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: "Remote Unit Only"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: "Csak a távirányító"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "Csak a távirányító"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOTE_MAIN
|
|
desc: in record settings menu.
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: "Main and Remote Unit"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: "Főegység és távirányító"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "Főegység és távirányító"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORD_TRIGGER
|
|
desc: in recording settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Trigger"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Indító"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Indító"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORD_TRIG_NOREARM
|
|
desc: in recording settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Once"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Egyszer"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Egyszer"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORD_TRIGGER_TYPE
|
|
desc: in recording trigger menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Trigtype"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Indító típusa"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Indító típusa"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORD_TRIGGER_NEWFILESTP
|
|
desc: trigger types
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "New file"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Új fájl"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Új fájl"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORD_TRIGGER_STOP
|
|
desc: trigger types
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Stop"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Leállít"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Leállít"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORD_START_THRESHOLD
|
|
desc: in recording settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Start Above"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "E fölött indít:"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "E fölött indít"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MIN_DURATION
|
|
desc: in recording settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "for at least"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "legalább"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "legalább"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORD_STOP_THRESHOLD
|
|
desc: in recording settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Stop Below"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Ez alatt leáll:"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Ez alatt leáll"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORD_STOP_GAP
|
|
desc: in recording settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Presplit Gap"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Presplit gap"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Presplit gap"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORD_PRERECORD
|
|
desc: in recording and radio screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Pre-Recording"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Előfelvétel"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AGC_SAFETY
|
|
desc: AGC preset
|
|
user: core
|
|
<source>
|
|
*: none
|
|
agc: "Safety (clip)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
agc: "Biztonság (túlvezérlés)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
agc: "Biztonság (túlvezérlés)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AGC_LIVE
|
|
desc: AGC preset
|
|
user: core
|
|
<source>
|
|
*: none
|
|
agc: "Live (slow)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
agc: "Élő (lassú)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
agc: "Élő (lassú)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AGC_DJSET
|
|
desc: AGC preset
|
|
user: core
|
|
<source>
|
|
*: none
|
|
agc: "DJ-Set (slow)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
agc: "DJ berendezés (lassú)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
agc: "DJ berendezés (lassú)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AGC_MEDIUM
|
|
desc: AGC preset
|
|
user: core
|
|
<source>
|
|
*: none
|
|
agc: "Medium"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
agc: "Közepes"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
agc: "Közepes"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AGC_VOICE
|
|
desc: AGC preset
|
|
user: core
|
|
<source>
|
|
*: none
|
|
agc: "Voice (fast)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
agc: "Beszéd (gyors)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
agc: "Beszéd (gyors)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOTE_LCD_OFF
|
|
desc: Remote lcd off splash in recording screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: "Remote Display OFF"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: "Távirányító kijelző kikapcsolva"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "Távirányító kijelző kikapcsolva"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOTE_LCD_ON
|
|
desc: Remote lcd off splash in recording screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: "(Vol- : Re-enable)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: "(Hangerő- : Újra aktivál)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "(Hangerő mínusz az újraaktiváláshoz)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CREATE_PLAYLIST
|
|
desc: Menu option for creating a playlist
|
|
user: core
|
|
<source>
|
|
*: "Create Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszólista készítés"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszólista készítés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLISTVIEWER_SETTINGS
|
|
desc: title for the playlist viewer settings menus
|
|
user: core
|
|
<source>
|
|
*: "Playlist Viewer Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszólista megtekintő beállítása"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszólista megtekintő beállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VIEW_DYNAMIC_PLAYLIST
|
|
desc: in playlist menu.
|
|
user: core
|
|
<source>
|
|
*: "View Current Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Aktuális lejátszólista megtekintése"
|
|
</dest>
|
|
<voice>
|
|
*: "Aktuális lejátszólista megtekintése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MOVE
|
|
desc: The verb/action Move
|
|
user: core
|
|
<source>
|
|
*: "Move"
|
|
</source>
|
|
<dest>
|
|
*: "Áthelyezés"
|
|
</dest>
|
|
<voice>
|
|
*: "Áthelyezés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_INDICES
|
|
desc: in playlist viewer menu
|
|
user: core
|
|
<source>
|
|
*: "Show Indices"
|
|
</source>
|
|
<dest>
|
|
*: "Indexek mutatása"
|
|
</dest>
|
|
<voice>
|
|
*: "Indexek mutatása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TRACK_DISPLAY
|
|
desc: in playlist viewer on+play menu
|
|
user: core
|
|
<source>
|
|
*: "Track Display"
|
|
</source>
|
|
<dest>
|
|
*: "Szám adatainak megjelenítése"
|
|
</dest>
|
|
<voice>
|
|
*: "Szám adatainak megjelenítése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISPLAY_TRACK_NAME_ONLY
|
|
desc: track display options
|
|
user: core
|
|
<source>
|
|
*: "Track Name Only"
|
|
</source>
|
|
<dest>
|
|
*: "Csak a szám címe"
|
|
</dest>
|
|
<voice>
|
|
*: "Track name only"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOVE
|
|
desc: in playlist viewer on+play menu
|
|
user: core
|
|
<source>
|
|
*: "Remove"
|
|
</source>
|
|
<dest>
|
|
*: "Eltávolítás"
|
|
</dest>
|
|
<voice>
|
|
*: "Eltávolítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SAVE_DYNAMIC_PLAYLIST
|
|
desc: in playlist menu.
|
|
user: core
|
|
<source>
|
|
*: "Save Current Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Aktuális lejátszólista mentése"
|
|
</dest>
|
|
<voice>
|
|
*: "Aktuális lejátszólista mentése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLIST_SAVE_COUNT
|
|
desc: splash number of tracks saved
|
|
user: core
|
|
<source>
|
|
*: "Saved %d tracks (%s)"
|
|
</source>
|
|
<dest>
|
|
*: "%d szám mentve (%s)"
|
|
</dest>
|
|
<voice>
|
|
*: "számok mentve"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECURSE_DIRECTORY
|
|
desc: In playlist menu
|
|
user: core
|
|
<source>
|
|
*: "Recursively Insert Directories"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvtárak beillesztése alkönyvtárakkal együtt"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvtárak beillesztése alkönyvtárakkal együtt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECURSE_DIRECTORY_QUESTION
|
|
desc: Asked from onplay screen
|
|
user: core
|
|
<source>
|
|
*: "Recursively?"
|
|
</source>
|
|
<dest>
|
|
*: "Alkönyvtárakat is?"
|
|
</dest>
|
|
<voice>
|
|
*: "Alkönyvtárakat is?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WARN_ERASEDYNPLAYLIST_MENU
|
|
desc: in playlist options menu, option to warn when erasing dynamic playlist
|
|
user: core
|
|
<source>
|
|
*: "Warn When Erasing Dynamic Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Figyelmeztet dinamikus lejátszólista törlésekor"
|
|
</dest>
|
|
<voice>
|
|
*: "Figyelmeztet dinamikus lejátszólista törlésekor"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WARN_ERASEDYNPLAYLIST_PROMPT
|
|
desc: prompt shown when about to erase a modified dynamic playlist
|
|
user: core
|
|
<source>
|
|
*: "Erase dynamic playlist?"
|
|
</source>
|
|
<dest>
|
|
*: "Töröljem a dinamikus lejátszólistát?"
|
|
</dest>
|
|
<voice>
|
|
*: "Töröljem a dinamikus lejátszólistát?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ROCKBOX_INFO
|
|
desc: displayed topmost on the info screen and in the info menu
|
|
user: core
|
|
<source>
|
|
*: "Rockbox Info"
|
|
</source>
|
|
<dest>
|
|
*: "Rockbox névjegy"
|
|
</dest>
|
|
<voice>
|
|
*: "Rockbox névjegy"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BUFFER_STAT
|
|
desc: the buffer size, %d MB %d fraction of MB
|
|
user: core
|
|
<source>
|
|
*: "Buffer:"
|
|
</source>
|
|
<dest>
|
|
*: "Puffer:"
|
|
</dest>
|
|
<voice>
|
|
*: "Puffer mérete"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BATTERY_TIME
|
|
desc: battery level in % and estimated time remaining
|
|
user: core
|
|
<source>
|
|
*: "Battery: %d%% %dh %dm"
|
|
ipodmini1g,ipodmini2g,iriverh10: "Batt: %d%% %dh %dm"
|
|
</source>
|
|
<dest>
|
|
*: "Akku: %d%% %d óra %d perc"
|
|
ipodmini1g,ipodmini2g,iriverh10: "Akku: %d%% %dh %dm"
|
|
</dest>
|
|
<voice>
|
|
*: "Akku szint"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISK_SIZE_INFO
|
|
desc: disk size info
|
|
user: core
|
|
<source>
|
|
*: "Disk:"
|
|
</source>
|
|
<dest>
|
|
*: "Lemezterület:"
|
|
</dest>
|
|
<voice>
|
|
*: "Lemezterület"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISK_FREE_INFO
|
|
desc: disk size info
|
|
user: core
|
|
<source>
|
|
*: "Free:"
|
|
</source>
|
|
<dest>
|
|
*: "Szabad:"
|
|
</dest>
|
|
<voice>
|
|
*: "Szabad terület"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISK_NAME_INTERNAL
|
|
desc: in info menu; name for internal disk with multivolume (keep short!)
|
|
user: core
|
|
<source>
|
|
*: "Int:"
|
|
hibylinux: "mSD:"
|
|
xduoox3: "mSD1:"
|
|
</source>
|
|
<dest>
|
|
*: "Belső:"
|
|
hibylinux: "~mSD:"
|
|
xduoox3: "~mSD1:"
|
|
</dest>
|
|
<voice>
|
|
*: "Belső"
|
|
hibylinux: "mikro S D"
|
|
xduoox3: "mikro S D 1"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISK_NAME_MMC
|
|
desc: in info menu; name for external disk with multivolume (keep short!)
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hibylinux: "USB:"
|
|
multivolume: "HD1:"
|
|
sansac200*,sansaclipplus,sansae200*,sansafuze*: "mSD:"
|
|
xduoox3: "mSD2:"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hibylinux: "~USB:"
|
|
multivolume: "~HD1:"
|
|
sansac200*,sansaclipplus,sansae200*,sansafuze*: "~mSD:"
|
|
xduoox3: "~mSD2:"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hibylinux: "~U S B"
|
|
multivolume: "~H D 1"
|
|
sansac200*,sansaclipplus,sansae200*,sansafuze*: "mikro SD kártya"
|
|
xduoox3: "mikro SD kártya 2"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VERSION
|
|
desc: in the Rockbox Info screen
|
|
user: core
|
|
<source>
|
|
*: "Version"
|
|
</source>
|
|
<dest>
|
|
*: "Verzió"
|
|
</dest>
|
|
<voice>
|
|
*: "Verzió"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RUNNING_TIME
|
|
desc: in run time screen
|
|
user: core
|
|
<source>
|
|
*: "Running Time"
|
|
</source>
|
|
<dest>
|
|
*: "Futási idő"
|
|
</dest>
|
|
<voice>
|
|
*: "Futási idő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TOP_TIME
|
|
desc: in run time screen
|
|
user: core
|
|
<source>
|
|
*: "Top Time"
|
|
</source>
|
|
<dest>
|
|
*: "Legjobb idő"
|
|
</dest>
|
|
<voice>
|
|
*: "Legjobb idő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CLEAR_TIME
|
|
desc: in run time screen
|
|
user: core
|
|
<source>
|
|
*: "Clear Time?"
|
|
</source>
|
|
<dest>
|
|
*: "Töröljem az időt?"
|
|
</dest>
|
|
<voice>
|
|
*: "Töröljem az időt?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DEBUG
|
|
desc: in the info menu
|
|
user: core
|
|
<source>
|
|
*: "Debug (Keep Out!)"
|
|
</source>
|
|
<dest>
|
|
*: "Hibakeresés (Ne lépj be!)"
|
|
</dest>
|
|
<voice>
|
|
*: "Hibakeresés, Ne lépj be!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLIST
|
|
desc: Used when you need to say playlist, also voiced
|
|
user: core
|
|
<source>
|
|
*: "Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszólista"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszólista"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_QUEUE
|
|
desc: The verb/action Queue
|
|
user: core
|
|
<source>
|
|
*: "Queue"
|
|
</source>
|
|
<dest>
|
|
*: "Felvétel listára"
|
|
</dest>
|
|
<voice>
|
|
*: "Felvétel listára"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_QUEUE_FIRST
|
|
desc: in onplay menu. queue a track/playlist into dynamic playlist.
|
|
user: core
|
|
<source>
|
|
*: "Queue Next"
|
|
</source>
|
|
<dest>
|
|
*: "Ez lesz a következő"
|
|
</dest>
|
|
<voice>
|
|
*: "Ez lesz a következő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_QUEUE_LAST
|
|
desc: in onplay menu. queue a track/playlist at end of playlist.
|
|
user: core
|
|
<source>
|
|
*: "Queue Last"
|
|
</source>
|
|
<dest>
|
|
*: "Ez lesz az utolsó"
|
|
</dest>
|
|
<voice>
|
|
*: "Ez lesz az utolsó"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_QUEUE_SHUFFLED
|
|
desc: in onplay menu. queue a track/playlist randomly into dynamic playlist
|
|
user: core
|
|
<source>
|
|
*: "Queue Shuffled"
|
|
</source>
|
|
<dest>
|
|
*: "Felveszem véletlen helyre"
|
|
</dest>
|
|
<voice>
|
|
*: "Felveszem véletlen helyre"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLIST_INSERT_COUNT
|
|
desc: splash number of tracks inserted
|
|
user: core
|
|
<source>
|
|
*: "Inserted %d tracks (%s)"
|
|
</source>
|
|
<dest>
|
|
*: "%d szám beillesztve (%s)"
|
|
</dest>
|
|
<voice>
|
|
*: "számok beillesztve"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLIST_QUEUE_COUNT
|
|
desc: splash number of tracks queued
|
|
user: core
|
|
<source>
|
|
*: "Queued %d tracks (%s)"
|
|
</source>
|
|
<dest>
|
|
*: "%d szám felvéve (%s)"
|
|
</dest>
|
|
<voice>
|
|
*: "számok felvéve"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VIEW
|
|
desc: in on+play menu
|
|
user: core
|
|
<source>
|
|
*: "View"
|
|
</source>
|
|
<dest>
|
|
*: "Nézet"
|
|
</dest>
|
|
<voice>
|
|
*: "Nézet"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SEARCH_IN_PLAYLIST
|
|
desc: in playlist menu.
|
|
user: core
|
|
<source>
|
|
*: "Search in Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Keresés lejátszólistában"
|
|
</dest>
|
|
<voice>
|
|
*: "Keresés lejátszólistában"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLIST_SEARCH_MSG
|
|
desc: splash number of tracks inserted
|
|
user: core
|
|
<source>
|
|
*: "Searching... %d found (%s)"
|
|
</source>
|
|
<dest>
|
|
*: "Keresek... %d találtam (%s)"
|
|
</dest>
|
|
<voice>
|
|
*: "találat"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHUFFLE_PLAYLIST
|
|
desc: in playlist menu, reshuffles the order in which songs are played
|
|
user: core
|
|
<source>
|
|
*: "Reshuffle"
|
|
</source>
|
|
<dest>
|
|
*: "Sorrend újrakeverése"
|
|
</dest>
|
|
<voice>
|
|
*: "Sorrend újrakeverése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CATALOG_ADD_TO_NEW
|
|
desc: in onplay playlist catalogue submenu
|
|
user: core
|
|
<source>
|
|
*: "Add to New Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Hozzáadás új lejátszólistához"
|
|
</dest>
|
|
<voice>
|
|
*: "Add to New playlist"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CATALOG_NO_DIRECTORY
|
|
desc: error message when playlist catalogue directory doesn't exist
|
|
user: core
|
|
<source>
|
|
*: "%s doesn't exist"
|
|
</source>
|
|
<dest>
|
|
*: "%s nem létezik"
|
|
</dest>
|
|
<voice>
|
|
*: "A lejátszólista könyvtára nem létezik"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CATALOG_NO_PLAYLISTS
|
|
desc: error message when no playlists for playlist catalogue
|
|
user: core
|
|
<source>
|
|
*: "No Playlists"
|
|
</source>
|
|
<dest>
|
|
*: "Nincs lejátszólista"
|
|
</dest>
|
|
<voice>
|
|
*: "Nincs lejátszólista"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_MENU
|
|
desc: Text on main menu to get to bookmark commands
|
|
user: core
|
|
<source>
|
|
*: "Bookmarks"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvjelzők"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvjelzők"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_MENU_CREATE
|
|
desc: Used off of the bookmark menu to create a bookmark
|
|
user: core
|
|
<source>
|
|
*: "Create Bookmark"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvjelző létrehozása"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvjelző létrehozása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_MENU_LIST
|
|
desc: Used off of the bookmark menu to list available bookmarks for the currently playing directory or M3U
|
|
user: core
|
|
<source>
|
|
*: "List Bookmarks"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvjelzők listája"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvjelzők listája"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ONPLAY_MENU_TITLE
|
|
desc: title for the onplay menus
|
|
user: core
|
|
<source>
|
|
*: "Context Menu"
|
|
</source>
|
|
<dest>
|
|
*: "Helyi Menü"
|
|
</dest>
|
|
<voice>
|
|
*: "Helyi Menü"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MENU_SET_RATING
|
|
desc: Set the rating of a file in the wps context menu
|
|
user: core
|
|
<source>
|
|
*: "Set Song Rating"
|
|
</source>
|
|
<dest>
|
|
*: "Számok értékelése"
|
|
</dest>
|
|
<voice>
|
|
*: "Set song rating"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BROWSE_CUESHEET
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Browse Cuesheet"
|
|
</source>
|
|
<dest>
|
|
*: "Cuesheet böngészés"
|
|
</dest>
|
|
<voice>
|
|
*: "Cuesheet böngészés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MENU_SHOW_ID3_INFO
|
|
desc: Menu option to start tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Show Track Info"
|
|
</source>
|
|
<dest>
|
|
*: "Fájl info"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájl info"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_TITLE
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Title"
|
|
</source>
|
|
<dest>
|
|
*: "Cím"
|
|
</dest>
|
|
<voice>
|
|
*: "Cím"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_ARTIST
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Artist"
|
|
</source>
|
|
<dest>
|
|
*: "Előadó"
|
|
</dest>
|
|
<voice>
|
|
*: "Előadó"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_ALBUM
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Album"
|
|
</source>
|
|
<dest>
|
|
*: "~Album"
|
|
</dest>
|
|
<voice>
|
|
*: "~Album"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_TRACKNUM
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Tracknum"
|
|
</source>
|
|
<dest>
|
|
*: "Sorszám"
|
|
</dest>
|
|
<voice>
|
|
*: "Sorszám"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_GENRE
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Genre"
|
|
</source>
|
|
<dest>
|
|
*: "Műfaj"
|
|
</dest>
|
|
<voice>
|
|
*: "Műfaj"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_YEAR
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Year"
|
|
</source>
|
|
<dest>
|
|
*: "Év"
|
|
</dest>
|
|
<voice>
|
|
*: "Év"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_LENGTH
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Length"
|
|
</source>
|
|
<dest>
|
|
*: "Hossz"
|
|
</dest>
|
|
<voice>
|
|
*: "Hossz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_PLAYLIST
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszólista"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszólista"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_BITRATE
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Bitrate"
|
|
</source>
|
|
<dest>
|
|
*: "Bitráta"
|
|
</dest>
|
|
<voice>
|
|
*: "Bitráta"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_ALBUMARTIST
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Album Artist"
|
|
</source>
|
|
<dest>
|
|
*: "Lemez előadója"
|
|
</dest>
|
|
<voice>
|
|
*: "Lemez előadója"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_DISCNUM
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Discnum"
|
|
</source>
|
|
<dest>
|
|
*: "Lemez száma"
|
|
</dest>
|
|
<voice>
|
|
*: "Lemez száma"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_COMMENT
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Comment"
|
|
</source>
|
|
<dest>
|
|
*: "Megjegyzés"
|
|
</dest>
|
|
<voice>
|
|
*: "Megjegyzés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_VBR
|
|
desc: in browse_id3
|
|
user: core
|
|
<source>
|
|
*: "(VBR)"
|
|
</source>
|
|
<dest>
|
|
*: "(VBR)"
|
|
</dest>
|
|
<voice>
|
|
*: "VBR"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_FREQUENCY
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Frequency"
|
|
</source>
|
|
<dest>
|
|
*: "Mintavétel"
|
|
</dest>
|
|
<voice>
|
|
*: "Mintavétel"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_TRACK_GAIN
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Track Gain"
|
|
</source>
|
|
<dest>
|
|
*: "Számonkénti módosítás"
|
|
</dest>
|
|
<voice>
|
|
*: "Számonkénti módosítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_PATH
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Path"
|
|
</source>
|
|
<dest>
|
|
*: "Elérési út"
|
|
</dest>
|
|
<voice>
|
|
*: "Elérési út"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_NO_INFO
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "[No Info]"
|
|
</source>
|
|
<dest>
|
|
*: "[Nincs adat]"
|
|
</dest>
|
|
<voice>
|
|
*: "Nincs adat"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RENAME
|
|
desc: The verb/action Rename
|
|
user: core
|
|
<source>
|
|
*: "Rename"
|
|
</source>
|
|
<dest>
|
|
*: "Átnevezés"
|
|
</dest>
|
|
<voice>
|
|
*: "Átnevezés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CUT
|
|
desc: The verb/action Cut
|
|
user: core
|
|
<source>
|
|
*: "Cut"
|
|
</source>
|
|
<dest>
|
|
*: "Kivág"
|
|
</dest>
|
|
<voice>
|
|
*: "Kivág"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COPY
|
|
desc: The verb/action Copy
|
|
user: core
|
|
<source>
|
|
*: "Copy"
|
|
</source>
|
|
<dest>
|
|
*: "Másol"
|
|
</dest>
|
|
<voice>
|
|
*: "Másol"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PASTE
|
|
desc: The verb/action Paste
|
|
user: core
|
|
<source>
|
|
*: "Paste"
|
|
</source>
|
|
<dest>
|
|
*: "Beilleszt"
|
|
</dest>
|
|
<voice>
|
|
*: "Beilleszt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REALLY_OVERWRITE
|
|
desc: The verb/action Paste
|
|
user: core
|
|
<source>
|
|
*: "File/directory exists. Overwrite?"
|
|
</source>
|
|
<dest>
|
|
*: "Fájl/könyvtár létezik. Felülírjam?"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájl vagy könyvtár létezik. Felülírjam?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DELETE
|
|
desc: The verb/action Delete
|
|
user: core
|
|
<source>
|
|
*: "Delete"
|
|
</source>
|
|
<dest>
|
|
*: "Törlés"
|
|
</dest>
|
|
<voice>
|
|
*: "Törlés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DELETE_DIR
|
|
desc: in on+play menu
|
|
user: core
|
|
<source>
|
|
*: "Delete Directory"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvtár törlése"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvtár törlése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REALLY_DELETE
|
|
desc: Really Delete?
|
|
user: core
|
|
<source>
|
|
*: "Delete?"
|
|
</source>
|
|
<dest>
|
|
*: "Töröljem?"
|
|
</dest>
|
|
<voice>
|
|
*: "Töröljem?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COPYING
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Copying..."
|
|
</source>
|
|
<dest>
|
|
*: "Másolok..."
|
|
</dest>
|
|
<voice>
|
|
*: "Másolás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DELETING
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Deleting..."
|
|
</source>
|
|
<dest>
|
|
*: "Törlöm..."
|
|
</dest>
|
|
<voice>
|
|
*: "Törlés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MOVING
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Moving..."
|
|
</source>
|
|
<dest>
|
|
*: "Áthelyezem..."
|
|
</dest>
|
|
<voice>
|
|
*: "Áthelyezés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DELETED
|
|
desc: A file has beed deleted
|
|
user: core
|
|
<source>
|
|
*: "Deleted"
|
|
</source>
|
|
<dest>
|
|
*: "Törölve"
|
|
</dest>
|
|
<voice>
|
|
*: "Törölve"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SET_AS_BACKDROP
|
|
desc: text for onplay menu entry
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_non-mono: "Set as Backdrop"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_non-mono: "Beállítás háttérnek"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_non-mono: "Beállítás háttérnek"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ONPLAY_OPEN_WITH
|
|
desc: Onplay open with
|
|
user: core
|
|
<source>
|
|
*: "Open With..."
|
|
</source>
|
|
<dest>
|
|
*: "Megnyitás mással..."
|
|
</dest>
|
|
<voice>
|
|
*: "Megnyitás mással"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CREATE_DIR
|
|
desc: in main menu
|
|
user: core
|
|
<source>
|
|
*: "Create Directory"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvtár létrehozása"
|
|
</dest>
|
|
<voice>
|
|
*: "Create directory"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PROPERTIES
|
|
desc: browser file/dir properties
|
|
user: core
|
|
<source>
|
|
*: "Properties"
|
|
</source>
|
|
<dest>
|
|
*: "Tulajdonságok"
|
|
</dest>
|
|
<voice>
|
|
*: "Tulajdonságok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ADD_TO_FAVES
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Add to Shortcuts"
|
|
</source>
|
|
<dest>
|
|
*: "Hozzáadás a Gyorsbillentyűkhöz"
|
|
</dest>
|
|
<voice>
|
|
*: "Hozzáadás a Gyorsbillentyűkhöz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PITCH
|
|
desc: "pitch" in the pitch screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
pitchscreen: "Pitch"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
pitchscreen: "Hangmagasság"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
pitchscreen: "Hangmagasság"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PITCH_UP
|
|
desc: in wps
|
|
user: core
|
|
<source>
|
|
*: none
|
|
pitchscreen: "Pitch Up"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
pitchscreen: "gyorsabban"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
pitchscreen: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PITCH_DOWN
|
|
desc: in wps
|
|
user: core
|
|
<source>
|
|
*: none
|
|
pitchscreen: "Pitch Down"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
pitchscreen: "lassabban"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
pitchscreen: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PITCH_UP_SEMITONE
|
|
desc: in wps
|
|
user: core
|
|
<source>
|
|
*: none
|
|
pitchscreen: "Semitone Up"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
pitchscreen: "Félhanggal feljebb"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
pitchscreen: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PITCH_DOWN_SEMITONE
|
|
desc: in wps
|
|
user: core
|
|
<source>
|
|
*: none
|
|
pitchscreen: "Semitone Down"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
pitchscreen: "Félhanggal lejjebb"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
pitchscreen: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLIST_BUFFER_FULL
|
|
desc: in playlist.indices() when playlist is full
|
|
user: core
|
|
<source>
|
|
*: "Playlist Buffer Full"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszólista puffer tele van"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszólista puffer tele van"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_END_PLAYLIST
|
|
desc: when playlist has finished
|
|
user: core
|
|
<source>
|
|
*: "End of Song List"
|
|
</source>
|
|
<dest>
|
|
*: "Vége a számok listájának"
|
|
</dest>
|
|
<voice>
|
|
*: "Vége a számok listájának"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CREATING
|
|
desc: Screen feedback during playlist creation
|
|
user: core
|
|
<source>
|
|
*: "Creating"
|
|
</source>
|
|
<dest>
|
|
*: "Készítem ..."
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NOTHING_TO_RESUME
|
|
desc: Error message displayed when resume button pressed but no playlist
|
|
user: core
|
|
<source>
|
|
*: "Nothing to resume"
|
|
</source>
|
|
<dest>
|
|
*: "Nincs mit folytatni"
|
|
</dest>
|
|
<voice>
|
|
*: "Nincs mit folytatni"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLIST_ACCESS_ERROR
|
|
desc: Playlist error
|
|
user: core
|
|
<source>
|
|
*: "Error accessing playlist file"
|
|
</source>
|
|
<dest>
|
|
*: "Hiba a lejátszólista megnyitása során"
|
|
</dest>
|
|
<voice>
|
|
*: "Hiba a lejátszólista megnyitása során"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLIST_CONTROL_ACCESS_ERROR
|
|
desc: Playlist error
|
|
user: core
|
|
<source>
|
|
*: "Error accessing playlist control file"
|
|
</source>
|
|
<dest>
|
|
*: "Hiba a lejátszólista megnyitása során"
|
|
</dest>
|
|
<voice>
|
|
*: "Hiba a lejátszólista megnyitása során"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLIST_DIRECTORY_ACCESS_ERROR
|
|
desc: Playlist error
|
|
user: core
|
|
<source>
|
|
*: "Error accessing directory"
|
|
</source>
|
|
<dest>
|
|
*: "Hiba a könyvtár megnyitása során"
|
|
</dest>
|
|
<voice>
|
|
*: "Hiba a könyvtár megnyitása során"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLIST_CONTROL_INVALID
|
|
desc: Playlist resume error
|
|
user: core
|
|
<source>
|
|
*: "Playlist control file is invalid"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszólista érvénytelen"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszólista érvénytelen"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PAUSE
|
|
desc: in wps and recording trigger menu
|
|
user: core
|
|
<source>
|
|
*: "Pause"
|
|
</source>
|
|
<dest>
|
|
*: "Szünet"
|
|
</dest>
|
|
<voice>
|
|
*: "Szünet"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MODE
|
|
desc: in wps F2 pressed and radio screen
|
|
user: core
|
|
<source>
|
|
*: "Mode:"
|
|
</source>
|
|
<dest>
|
|
*: "Mód:"
|
|
</dest>
|
|
<voice>
|
|
*: "Mód"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TIME
|
|
desc: Used on the bookmark select window to label elapsed time
|
|
user: core
|
|
<source>
|
|
*: "Time"
|
|
</source>
|
|
<dest>
|
|
*: "Idő"
|
|
</dest>
|
|
<voice>
|
|
*: "Idő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USB_CHARGING
|
|
desc: in Battery menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
usb_charging_enable: "Charge During USB Connection"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
usb_charging_enable: "Töltés USB kapcsolódás alatt"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
usb_charging_enable: "Töltés USB kapcsolódás alatt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KEYLOCK_ON
|
|
desc: displayed when key lock is on
|
|
user: core
|
|
<source>
|
|
*: "Buttons Locked"
|
|
</source>
|
|
<dest>
|
|
*: "Gombok lezárva"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KEYLOCK_OFF
|
|
desc: displayed when key lock is turned off
|
|
user: core
|
|
<source>
|
|
*: "Buttons Unlocked"
|
|
</source>
|
|
<dest>
|
|
*: "Gombok felengedve"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_TIME
|
|
desc: Display of recorded time
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Time:"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Idő:"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISK_FULL
|
|
desc: in recording screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
|
|
iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
|
|
recording: "The disk is full. Press OFF to continue."
|
|
samsungyh*: "Disk full. Press LEFT to continue."
|
|
sansac200*,sansae200*,vibe500: "The disk is full. Press PREV to continue."
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
iaudiom5,iaudiox5: "A merevlemez tele van. Folytatáshoz nyomd meg a POWER gombot."
|
|
iriverh100,iriverh120,iriverh300: "A merevlemez tele van. Folytatáshoz nyomj STOP-ot."
|
|
recording: "A merevlemez tele van. Folytatáshoz nyomj OFF-ot."
|
|
samsungyh*: "A merevlemez tele van. Folytatáshoz nyomd meg a LEFT gombot."
|
|
sansac200*,sansae200*,vibe500: "A merevlemez tele van. Folytatáshoz nyomd meg a PREV gombot."
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
iaudiom5,iaudiox5,iriverh100,iriverh120,iriverh300,recording,samsungyh*,sansac200*,sansae200*,vibe500: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOT_CHANGED
|
|
desc: File browser discovered the boot file was changed
|
|
user: core
|
|
<source>
|
|
*: "Boot changed"
|
|
</source>
|
|
<dest>
|
|
*: "Rendszertöltő megváltozott"
|
|
</dest>
|
|
<voice>
|
|
*: "Rendszertöltő megváltozott"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REBOOT_NOW
|
|
desc: Do you want to reboot?
|
|
user: core
|
|
<source>
|
|
*: "Reboot now?"
|
|
</source>
|
|
<dest>
|
|
*: "Újrainduljak?"
|
|
</dest>
|
|
<voice>
|
|
*: "Újrainduljak?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_OFF_ABORT
|
|
desc: Used on many models
|
|
user: core
|
|
<source>
|
|
*: "OFF to abort"
|
|
gigabeatfx: "POWER to abort"
|
|
gigabeats,sansafuzeplus: "BACK to abort"
|
|
iaudiom5,iaudiox5: "Long PLAY to abort"
|
|
ipod*: "PLAY/PAUSE to abort"
|
|
iriverh10,iriverh10_5gb,sansac200*,sansae200*,vibe500: "PREV to abort"
|
|
iriverh100,iriverh120,iriverh300: "STOP to abort"
|
|
</source>
|
|
<dest>
|
|
*: "OFF - megszakít"
|
|
gigabeatfx: "POWER - megszakít"
|
|
gigabeats: "VISSZA - megszakít"
|
|
iaudiom5,iaudiox5: "PLAY hosszan - megszakít"
|
|
ipod*: "PLAY/PAUSE - megszakít"
|
|
iriverh10,iriverh10_5gb,sansac200*,sansae200*,vibe500: "PREV - megszakít"
|
|
iriverh100,iriverh120,iriverh300: "STOP - megszakít"
|
|
sansafuzeplus: "BACK - megszakít"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NO_FILES
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "No files"
|
|
</source>
|
|
<dest>
|
|
*: "Nincs fájl"
|
|
</dest>
|
|
<voice>
|
|
*: "Nincs fájl"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KEYBOARD_LOADED
|
|
desc: shown when a keyboard has been loaded from the dir browser
|
|
user: core
|
|
<source>
|
|
*: "New Keyboard"
|
|
</source>
|
|
<dest>
|
|
*: "Új billentyűzet"
|
|
</dest>
|
|
<voice>
|
|
*: "Új billentyűzet"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLUGIN_CANT_OPEN
|
|
desc: Plugin open error message
|
|
user: core
|
|
<source>
|
|
*: "Can't open %s"
|
|
</source>
|
|
<dest>
|
|
*: "Nem tudom %s-t megnyitni"
|
|
</dest>
|
|
<voice>
|
|
*: "Nem tudom a plugint megnyitni"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_READ_FAILED
|
|
desc: There was an error reading a file
|
|
user: core
|
|
<source>
|
|
*: "Failed reading %s"
|
|
</source>
|
|
<dest>
|
|
*: "Hiba %s olvasásakor"
|
|
</dest>
|
|
<voice>
|
|
*: "Hiba fájl olvasásakor"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLUGIN_WRONG_MODEL
|
|
desc: The plugin is not compatible with the player model trying to run it
|
|
user: core
|
|
<source>
|
|
*: "Incompatible model"
|
|
</source>
|
|
<dest>
|
|
*: "Inkompatibilis modell"
|
|
</dest>
|
|
<voice>
|
|
*: "Inkompatibilis modell"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLUGIN_WRONG_VERSION
|
|
desc: The plugin is not compatible with the rockbox version trying to run it
|
|
user: core
|
|
<source>
|
|
*: "Incompatible version"
|
|
</source>
|
|
<dest>
|
|
*: "Inkompatibilis verzió"
|
|
</dest>
|
|
<voice>
|
|
*: "Inkompatibilis verzió"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLUGIN_ERROR
|
|
desc: The plugin return an error code
|
|
user: core
|
|
<source>
|
|
*: "Plugin returned error"
|
|
</source>
|
|
<dest>
|
|
*: "Plugin hibát jelzett"
|
|
</dest>
|
|
<voice>
|
|
*: "Plugin hibát jelzett"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILETYPES_FULL
|
|
desc: Filetype array full
|
|
user: core
|
|
<source>
|
|
*: "Filetype array full"
|
|
</source>
|
|
<dest>
|
|
*: "Fájltípusok listája teljes"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájltípusok listája tele"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOWDIR_BUFFER_FULL
|
|
desc: in showdir(), displayed on screen when you reach buffer limit
|
|
user: core
|
|
<source>
|
|
*: "Dir Buffer is Full!"
|
|
</source>
|
|
<dest>
|
|
*: "Puffer könyvtár tele van!"
|
|
</dest>
|
|
<voice>
|
|
*: "Directory Buffer is Full"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_INVALID_FILENAME
|
|
desc: "invalid filename entered" error message
|
|
user: core
|
|
<source>
|
|
*: "Invalid Filename!"
|
|
</source>
|
|
<dest>
|
|
*: "Rossz fájlnév!"
|
|
</dest>
|
|
<voice>
|
|
*: "Rossz fájlnév"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLEASE_REBOOT
|
|
desc: when activating an option that requires a reboot
|
|
user: core
|
|
<source>
|
|
*: "Please reboot to enable"
|
|
</source>
|
|
<dest>
|
|
*: "A módosítások csak újraindítás után érvényesülnek"
|
|
</dest>
|
|
<voice>
|
|
*: "A módosítások csak újraindítás után érvényesülnek"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BATTERY_CHARGE
|
|
desc: tells that the battery is charging, instead of battery level
|
|
user: core
|
|
<source>
|
|
*: none
|
|
charging: "Battery: Charging"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
charging: "Akku: tölt"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
charging: "Charging"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WARNING_BATTERY_LOW
|
|
desc: general warning
|
|
user: core
|
|
<source>
|
|
*: "WARNING! Low Battery!"
|
|
</source>
|
|
<dest>
|
|
*: "VIGYÁZAT! Akku töltöttsége alacsony!"
|
|
</dest>
|
|
<voice>
|
|
*: "FIGYELEM! Akku töltöttsége alacsony!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WARNING_BATTERY_EMPTY
|
|
desc: general warning
|
|
user: core
|
|
<source>
|
|
*: "Battery empty! RECHARGE!"
|
|
</source>
|
|
<dest>
|
|
*: "Akku üres! TÖLTSD FEL!"
|
|
</dest>
|
|
<voice>
|
|
*: "Akku üres! TÖLTSD FEL!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BYTE
|
|
desc: a unit postfix
|
|
user: core
|
|
<source>
|
|
*: "B"
|
|
</source>
|
|
<dest>
|
|
*: "B"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_POINT
|
|
desc: decimal separator for composing numbers
|
|
user: core
|
|
<source>
|
|
*: "."
|
|
</source>
|
|
<dest>
|
|
*: ","
|
|
</dest>
|
|
<voice>
|
|
*: ","
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_ZERO
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "0"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_ONE
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "1"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_TWO
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "2"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_THREE
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "3"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_FOUR
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "4"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_FIVE
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "5"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_SIX
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "6"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_SEVEN
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "7"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EIGHT
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "8"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_NINE
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "9"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_TEN
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "10"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_ELEVEN
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "11"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_TWELVE
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "12"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_THIRTEEN
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "13"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_FOURTEEN
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "14"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_FIFTEEN
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "15"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_SIXTEEN
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "16"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_SEVENTEEN
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "17"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EIGHTEEN
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "18"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_NINETEEN
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "19"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_TWENTY
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "20"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_THIRTY
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "30"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_FORTY
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "40"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_FIFTY
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "50"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_SIXTY
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "60"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_SEVENTY
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "70"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EIGHTY
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "80"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_NINETY
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "90"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_HUNDRED
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "száz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_THOUSAND
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "ezer"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_MILLION
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "millió"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_BILLION
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "milliárd"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_MINUS
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "mínusz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PLUS
|
|
desc: spoken only, for composing numbers
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "plusz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_MILLISECONDS
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "ezredmásodperc"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_SECOND
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "másodperc"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_SECONDS
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "másodperc"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_MINUTE
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "perc"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_MINUTES
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "perc"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_HOUR
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "óra"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_HOURS
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "óra"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_KHZ
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "~kilohertz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_DB
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "~decibel"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PERCENT
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "százalék"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_MILLIAMPHOURS
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "miliamper-óra"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PIXEL
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "~pixel"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PER_SEC
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "másodpercenként"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_HERTZ
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "~hertz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_KBIT_PER_SEC
|
|
desc: spoken only, a unit postfix
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "kilobit másodpercenként"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_A
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "A"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_B
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "B"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_C
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "C"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_D
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "D"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_E
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "E"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_F
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "F"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_G
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "G"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_H
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "H"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_I
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "I"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_J
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "J"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_K
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "K"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_L
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "L"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_M
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "M"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_N
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "N"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_O
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "O"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_P
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "P"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_Q
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Q"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_R
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "R"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_S
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "S"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_T
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "T"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_U
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "U"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_V
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "V"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_W
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "W"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_X
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "X"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_Y
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Y"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_Z
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Z"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_DOT
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "pont"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PAUSE
|
|
desc: spoken only, for spelling, a split second of silence (difficult to author)
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: " "
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_FILE
|
|
desc: spoken only, prefix for file number
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "fájl"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_DIR
|
|
desc: spoken only, prefix for directory number
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "mappa"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_MPA
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "~audio"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_CFG
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "konfiguráció"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_WPS
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "lejátszás közbeni képernyő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_ROCK
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "~plugin"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_FONT
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "betűtípus"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_BMARK
|
|
desc: spoken only, for file extension and the word in general
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "könyvjelző"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_AJZ
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "~firmware"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_RWPS
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: ""
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: ""
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "távoli lejátszás közbeni képernyő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_KBD
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "billentyűzet"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_CUESHEET
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "cuesheet"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_BOOKMARK_SELECT_INDEX_TEXT
|
|
desc: voice only, used in the bookmark list to label index number
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "~Index"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CURRENT_TIME
|
|
desc: for wall clock announce
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rtc: "Current Time"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rtc: "Jelenlegi Idő"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
rtc: "Jelenlegi Idő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Edit mode: %s %s"
|
|
</source>
|
|
<dest>
|
|
*: "Szerkesztés: %s %s"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Cutoff"
|
|
</source>
|
|
<dest>
|
|
*: "Határfrekvencia"
|
|
</dest>
|
|
<voice>
|
|
*: "Cutoff"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_OF
|
|
desc: spoken only, as in 3/8 => 3 of 8
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "osztva"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLUGIN_GAMES
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: "Games"
|
|
</source>
|
|
<dest>
|
|
*: "Játékok"
|
|
</dest>
|
|
<voice>
|
|
*: "Játékok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLUGIN_APPS
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: "Applications"
|
|
</source>
|
|
<dest>
|
|
*: "Alkalmazások"
|
|
</dest>
|
|
<voice>
|
|
*: "Alkalmazások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLUGIN_DEMOS
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: "Demos"
|
|
</source>
|
|
<dest>
|
|
*: "Demó"
|
|
</dest>
|
|
<voice>
|
|
*: "Demó"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_GROUPING
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Work"
|
|
</source>
|
|
<dest>
|
|
*: "Mű"
|
|
</dest>
|
|
<voice>
|
|
*: "Mű"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_FILENAME_EXT
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Show Filename Extensions"
|
|
</source>
|
|
<dest>
|
|
*: "Mutassa a fájlkiterjesztéseket"
|
|
</dest>
|
|
<voice>
|
|
*: "Mutassa a fájlkiterjesztéseket"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_UNKNOWN_TYPES
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Only Unknown Types"
|
|
</source>
|
|
<dest>
|
|
*: "Csak ismeretlen típusok"
|
|
</dest>
|
|
<voice>
|
|
*: "Csak ismeretlen típusok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EXT_ONLY_VIEW_ALL
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Only When Viewing All Types"
|
|
</source>
|
|
<dest>
|
|
*: "Csak minden típus megjelenítésekor"
|
|
</dest>
|
|
<voice>
|
|
*: "Csak minden típus megjelenítésekor"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PM_UNITS_PER_TICK
|
|
desc: spoken only, peak meter release unit
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "units per tick"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_OCLOCK
|
|
desc: spoken only, for wall clock announce
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "óra"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PM
|
|
desc: spoken only, for wall clock announce
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "délután"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_AM
|
|
desc: spoken only, for wall clock announce
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "délelőtt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_OH
|
|
desc: spoken only, for wall clock announce
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "oh"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_CLIPCOUNTER
|
|
desc: in settings, for recording peak meter
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Clip Counter"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Clip Counter"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Clip Counter"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PM_CLIPCOUNT
|
|
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "CLIP:"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "~CLIP:"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SERIAL_BITRATE_19200
|
|
desc: in system settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
serial_port: "19200"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
serial_port: "19200"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
serial_port: "19200"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOICE_FILETYPE
|
|
desc: voice settings menu
|
|
user: core
|
|
<source>
|
|
*: "Say File Type"
|
|
</source>
|
|
<dest>
|
|
*: "Fájl típus bemondása"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájl típus bemondása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NOT_PRESENT
|
|
desc: when external memory is not present
|
|
user: core
|
|
<source>
|
|
*: none
|
|
multivolume: "Not present"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
multivolume: "Nem található"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
multivolume: "Nem található"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_SIZE
|
|
desc: Display of recorded file size
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Size:"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Méret:"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BASS_CUTOFF
|
|
desc: Bass setting cut-off frequency
|
|
user: core
|
|
<source>
|
|
*: none
|
|
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Bass Cutoff"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Alsó határfrekvencia"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Alsó határfrekvencia"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_AGC_MAXGAIN
|
|
desc: AGC maximum gain in recording screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
agc: "AGC max. gain"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
agc: "Maximális erősítés"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
agc: "Maximális erősítés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SELECTOR_START_COLOR
|
|
desc: line selector color option
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "Primary Colour"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "Fő szín"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: "Fő szín"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_BLANK
|
|
desc: keyboard
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Üres"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANNEL_LEFTRIGHT
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Mono Left + Right"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Monó bal + jobb"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Monó bal és jobb"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TOUCHPAD_SENSITIVITY
|
|
desc: touchpad sensitivity setting
|
|
user: core
|
|
<source>
|
|
*: none
|
|
fiiom3k,gigabeatfx,sansafuzeplus: "Touchpad Sensitivity"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
fiiom3k,gigabeatfx,sansafuzeplus: "Érintőpad érzékenysége"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
fiiom3k,gigabeatfx,sansafuzeplus: "Érintőpad érzékenysége"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TALK_BATTERY_LEVEL
|
|
desc: Setting for spontaneous battery level announcement
|
|
user: core
|
|
<source>
|
|
*: "Announce Battery Level"
|
|
</source>
|
|
<dest>
|
|
*: "Akku töltöttségének bemondása"
|
|
</dest>
|
|
<voice>
|
|
*: "Akku töltöttségének bemondása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SELECTOR_COLOR_MENU
|
|
desc: line selector color menu title
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "Line Selector Colours"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "Sorkiemelés színe"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: "Sorkiemelés színe"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FAST
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Fast"
|
|
</source>
|
|
<dest>
|
|
*: "Gyors"
|
|
</dest>
|
|
<voice>
|
|
*: "Gyors"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SERIAL_BITRATE
|
|
desc: in system settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
serial_port: "Serial Bitrate"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
serial_port: "Soros port bitráta"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
serial_port: "Soros port bitráta"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EMPTY_LIST
|
|
desc: spoken only, when a list dialog contains no elements
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Üres lista"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SERIAL_BITRATE_9600
|
|
desc: in system settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
serial_port: "9600"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
serial_port: "9600"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
serial_port: "9600"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SKIP_LENGTH
|
|
desc: playback settings menu
|
|
user: core
|
|
<source>
|
|
*: "Skip Length"
|
|
</source>
|
|
<dest>
|
|
*: "Ugrás Hossza"
|
|
</dest>
|
|
<voice>
|
|
*: "Ugrás Hossza"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LEFT_QS_ITEM
|
|
desc: used for the submenu name for the quickscreen items
|
|
user: core
|
|
<source>
|
|
*: none
|
|
quickscreen: "Set as Left Quickscreen Item"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
quickscreen: "Beállítás gyorsmenü baloldali elemének"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
quickscreen: "Beállítás gyorsmenü baloldali elemének"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RESET_SETTING
|
|
desc: used in the settings context menu
|
|
user: core
|
|
<source>
|
|
*: "Reset Setting"
|
|
</source>
|
|
<dest>
|
|
*: "Beállítások törlése"
|
|
</dest>
|
|
<voice>
|
|
*: "Beállítások törlése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHAR_SLASH
|
|
desc: spoken only, for spelling
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "per"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGNAVI_RANDOM
|
|
desc: "[Random]" entry in tag browser
|
|
user: core
|
|
<source>
|
|
*: "[Random]"
|
|
</source>
|
|
<dest>
|
|
*: "[Véletlenszerű]"
|
|
</dest>
|
|
<voice>
|
|
*: "Véletlenszerű"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOTTOM_QS_ITEM
|
|
desc: used for the submenu name for the quickscreen items
|
|
user: core
|
|
<source>
|
|
*: none
|
|
quickscreen: "Set as Bottom Quickscreen Item"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
quickscreen: "Beállítás gyorsmenü alsó elemének"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
quickscreen: "Beállítás gyorsmenü alsó elemének"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SELECTOR_TEXT_COLOR
|
|
desc: line selector text color option
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "Text Colour"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "Szöveg színe"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: "Szöveg színe"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_THEME_MENU
|
|
desc: in the settings menu
|
|
user: core
|
|
<source>
|
|
*: "Theme Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Téma beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: "Téma beállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACCESSORY_SUPPLY
|
|
desc: in system settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
accessory_supply: "Accessory Power Supply"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
accessory_supply: "Kiegészítő Tápegység"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
accessory_supply: "Kiegészítő Tápegység"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_STOP_RECORDING_AND_SHUTDOWN
|
|
desc: in record timesplit options
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Stop Recording and Shutdown"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Felvétel leállítása és kikapcsolás"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Felvétel leállítása és kikapcsolás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_TIMESPLIT_REC
|
|
desc: Display of record timer interval setting, on the record screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Split Time:"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Új fájl ennyi idő után:"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SAVE_SOUND
|
|
desc: save a sound config file
|
|
user: core
|
|
<source>
|
|
*: "Save Sound Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Hangbeállítások mentése"
|
|
</dest>
|
|
<voice>
|
|
*: "Hangbeállítások mentése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EDIT
|
|
desc: keyboard
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Szerkesztés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RIGHT_QS_ITEM
|
|
desc: used for the submenu name for the quickscreen items
|
|
user: core
|
|
<source>
|
|
*: none
|
|
quickscreen: "Set as Right Quickscreen Item"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
quickscreen: "Beállítás gyorsmenü jobboldali elemének"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
quickscreen: "Beállítás gyorsmenü jobboldali elemének"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VERY_SLOW
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Very slow"
|
|
</source>
|
|
<dest>
|
|
*: "Nagyon lassú"
|
|
</dest>
|
|
<voice>
|
|
*: "Nagyon lassú"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KEYCLICK
|
|
desc: in keyclick settings menu
|
|
user: core
|
|
<source>
|
|
*: "Keyclick"
|
|
</source>
|
|
<dest>
|
|
*: "Billentyűhangok"
|
|
</dest>
|
|
<voice>
|
|
*: "Billentyűhangok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SERIAL_BITRATE_38400
|
|
desc: in system settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
serial_port: "38400"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
serial_port: "38400"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
serial_port: "38400"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SERIAL_BITRATE_57600
|
|
desc: in system settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
serial_port: "57600"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
serial_port: "57600"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
serial_port: "57600"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_GAIN_RIGHT
|
|
desc: in the recording screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Gain R"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Jobb csatorna módosítás"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Jobb csatorna módosítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_FILENAME
|
|
desc: Filename header in recording screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Filename:"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Fájlnév:"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SLOW
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Slow"
|
|
</source>
|
|
<dest>
|
|
*: "Lassú"
|
|
</dest>
|
|
<voice>
|
|
*: "Lassú"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CREDITS
|
|
desc: in the Main Menu -> System screen
|
|
user: core
|
|
<source>
|
|
*: "Credits"
|
|
</source>
|
|
<dest>
|
|
*: "Köszönetnyilvánítás"
|
|
</dest>
|
|
<voice>
|
|
*: "Köszönetnyilvánítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_INVERT_CURSOR_GRADIENT
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "Bar (Gradient Colour)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "Sor (színátmenettel)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: "Sor (színátmenettel)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_GAIN_LEFT
|
|
desc: in the recording screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Gain L"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Bal csatorna módosítás"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Bal csatorna módosítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_QUICKSCREEN
|
|
desc: spoken only, Announces entering the "quick screen"
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Gyors képernyő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VERY_FAST
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Very fast"
|
|
</source>
|
|
<dest>
|
|
*: "Nagyon gyors"
|
|
</dest>
|
|
<voice>
|
|
*: "Nagyon gyors"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_INVERT_CURSOR_COLOR
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "Bar (Solid Colour)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "Sor (egyszínű)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: "Sor (egyszínű)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COLORS_MENU
|
|
desc: colours menu under theme settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "Colours"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "Színek"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: "Színek"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SEARCH_RESULTS
|
|
desc: title for the list of results displayed after searching in a playlist
|
|
user: core
|
|
<source>
|
|
*: "Search Results"
|
|
</source>
|
|
<dest>
|
|
*: "Keresés eredménye"
|
|
</dest>
|
|
<voice>
|
|
*: "Keresés eredménye"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_AGC_PRESET
|
|
desc: automatic gain control in record settings and screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
agc: "AGC"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
agc: "AGC"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
agc: "Automatikus erősítésszabályozás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SELECTOR_END_COLOR
|
|
desc: line selector color option
|
|
user: core
|
|
<source>
|
|
*: none
|
|
lcd_color: "Secondary Colour"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
lcd_color: "Második szín"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
lcd_color: "Második szín"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TREBLE_CUTOFF
|
|
desc: Treble setting cut-off frequency
|
|
user: core
|
|
<source>
|
|
*: none
|
|
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Treble Cutoff"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Magas határfrekvencia"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Magas határfrekvencia"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_MONO_MODE
|
|
desc: in the recording settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Mono mode"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Monó mód"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Monó mód"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_CENTRAL_EUROPEAN
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Central European (CP1250)"
|
|
</source>
|
|
<dest>
|
|
*: "Közép-európai (CP1250)"
|
|
</dest>
|
|
<voice>
|
|
*: "Közép-európai"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_UNKNOWN
|
|
desc: generic string for unknown states, such as an unset clock
|
|
user: core
|
|
<source>
|
|
*: "Unknown"
|
|
</source>
|
|
<dest>
|
|
*: "Ismeretlen"
|
|
</dest>
|
|
<voice>
|
|
*: "Ismeretlen"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_AGC_CLIPTIME
|
|
desc: in record settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
agc: "AGC clip time"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
agc: "AGC Túlvezérlés küszöbértéke"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
agc: "AGC Túlvezérlés küszöbértéke"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SKIP_TRACK
|
|
desc: skip length setting entry 0
|
|
user: core
|
|
<source>
|
|
*: "Skip Track"
|
|
</source>
|
|
<dest>
|
|
*: "Kihagyja a számot"
|
|
</dest>
|
|
<voice>
|
|
*: "Kihagyja a számot"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_OK
|
|
desc: spoken only, on exiting a context, specifically the quick screen
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "oké"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KEYCLICK_REPEATS
|
|
desc: in keyclick settings menu
|
|
user: core
|
|
<source>
|
|
*: "Keyclick Repeats"
|
|
</source>
|
|
<dest>
|
|
*: "Billentyűhang ismétlés"
|
|
</dest>
|
|
<voice>
|
|
*: "Billentyűhang ismétlés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HIGH
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
gigabeatfx: "High"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
gigabeatfx: "Magas"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
gigabeatfx: "Magas"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SERIAL_BITRATE_AUTO
|
|
desc: in system settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
serial_port: "Auto"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
serial_port: "Automatikus"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
serial_port: "Automatikus"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PREVENT_SKIPPING
|
|
desc: in Settings -> Playback Settings
|
|
user: core
|
|
<source>
|
|
*: "Prevent Track Skipping"
|
|
</source>
|
|
<dest>
|
|
*: "Számok nem maradnak ki"
|
|
</dest>
|
|
<voice>
|
|
*: "Számok nem maradnak ki"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ENABLE_SPEAKER
|
|
desc: in Settings -> Sound Settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
speaker: "Enable Speaker"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
speaker: "Hangszóró engedélyezése"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
speaker: "Hangszóró engedélyezése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_INTERPRET_NUMBERS
|
|
desc: in Settings -> File view
|
|
user: core
|
|
<source>
|
|
*: "Interpret numbers when sorting"
|
|
</source>
|
|
<dest>
|
|
*: "Számok értelmezése sorbarakásnál"
|
|
</dest>
|
|
<voice>
|
|
*: "Számok értelmezése sorbarakásnál"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TOUCHSCREEN_POINT
|
|
desc: in Settings -> General -> Display -> Touchscreen Settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
touchscreen: "Absolute Point"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
touchscreen: "Abszolút pont"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
touchscreen: "Abszolút pont"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_INTERPRET_AS_NUMBERS
|
|
desc: in Settings -> File view
|
|
user: core
|
|
<source>
|
|
*: "As whole numbers"
|
|
</source>
|
|
<dest>
|
|
*: "Teljes számként"
|
|
</dest>
|
|
<voice>
|
|
*: "Teljes számként"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TOUCHSCREEN_GRID
|
|
desc: in Settings -> General -> Display -> Touchscreen Settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
touchscreen: "3x3 Grid"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
touchscreen: "3x3-as rács"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
touchscreen: "háromszor hármas rács"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TOUCHSCREEN_MODE
|
|
desc: in Settings -> General -> Display -> Touchscreen Settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
touchscreen: "Touchscreen Mode"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
touchscreen: "Érintőképernyős mód"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
touchscreen: "Érintőképernyős mód"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_INTERPRET_AS_DIGIT
|
|
desc: in Settings -> File view
|
|
user: core
|
|
<source>
|
|
*: "As digits"
|
|
</source>
|
|
<dest>
|
|
*: "Számjegyenként"
|
|
</dest>
|
|
<voice>
|
|
*: "Számjegyenként"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOTE_STATUSBAR
|
|
desc: in Settings -> General -> Display -> statusbar
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: "Remote Statusbar"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: "Távoli állapotsáv"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "Távoli állapotsáv"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TOP_QS_ITEM
|
|
desc: used for the submenu name for the quickscreen items
|
|
user: core
|
|
<source>
|
|
*: none
|
|
quickscreen: "Set as Top Quickscreen Item"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
quickscreen: "Beállítás legyfelső gyorsképernyő elemként"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
quickscreen: "Beállítás legyfelső gyorsképernyő elemként"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYBACK_RATE
|
|
desc: "rate" in pitch screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
pitchscreen: "Rate"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
pitchscreen: "Ráta"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
pitchscreen: "Ráta"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RIGHT
|
|
desc: Generic use of 'right'
|
|
user: core
|
|
<source>
|
|
*: "Right"
|
|
</source>
|
|
<dest>
|
|
*: "Jobb"
|
|
</dest>
|
|
<voice>
|
|
*: "Jobb"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SEMITONE
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: none
|
|
pitchscreen: "Semitone"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
pitchscreen: "Félhang"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
pitchscreen: "Félhang"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_STRETCH_LIMIT
|
|
desc: "limit" in pitch screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
pitchscreen: "Limit"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
pitchscreen: "Határ"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
pitchscreen: "Határ"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TOUCHSCREEN_CALIBRATE
|
|
desc: in Settings -> General -> Display -> Touchscreen Settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
touchscreen: "Calibrate"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
touchscreen: "Kalibrálás"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
touchscreen: "Kalibrálás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TOUCHSCREEN_RESET_CALIBRATION
|
|
desc: in Settings -> General -> Display -> Touchscreen Settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
touchscreen: "Reset Calibration"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
touchscreen: "Kalibrálás törlése"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
touchscreen: "Kalibrálás törlése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SCROLLBAR_WIDTH
|
|
desc: in Settings -> General -> Display -> Status-/Scrollbar
|
|
user: core
|
|
<source>
|
|
*: "Scroll Bar Width"
|
|
</source>
|
|
<dest>
|
|
*: "Gördítősáv szélesség"
|
|
</dest>
|
|
<voice>
|
|
*: "Gördítősáv szélesség"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_STATUSBAR_BOTTOM
|
|
desc: in Settings -> General -> Display -> statusbar
|
|
user: core
|
|
<source>
|
|
*: "Bottom"
|
|
</source>
|
|
<dest>
|
|
*: "Vége"
|
|
</dest>
|
|
<voice>
|
|
*: "Vége"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TIMESTRETCH
|
|
desc: timestretch enable
|
|
user: core
|
|
<source>
|
|
*: "Timestretch"
|
|
</source>
|
|
<dest>
|
|
*: "Időnyújtás"
|
|
</dest>
|
|
<voice>
|
|
*: "Időnyújtás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Compressor"
|
|
</source>
|
|
<dest>
|
|
*: "Határoló erősítő"
|
|
</dest>
|
|
<voice>
|
|
*: "Határoló erősítő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LEFT
|
|
desc: Generic use of 'left'
|
|
user: core
|
|
<source>
|
|
*: "Left"
|
|
</source>
|
|
<dest>
|
|
*: "Bal"
|
|
</dest>
|
|
<voice>
|
|
*: "Bal"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TOUCHSCREEN_SETTINGS
|
|
desc: in Settings -> General -> Display menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
touchscreen: "Touchscreen Settings"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
touchscreen: "Érintőképernyő beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
touchscreen: "Érintőképernyő beállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_STATUSBAR_TOP
|
|
desc: in Settings -> General -> Display -> statusbar
|
|
user: core
|
|
<source>
|
|
*: "Top"
|
|
</source>
|
|
<dest>
|
|
*: "Eleje"
|
|
</dest>
|
|
<voice>
|
|
*: "Eleje"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SPEED
|
|
desc: timestretch speed
|
|
user: core
|
|
<source>
|
|
*: "Speed"
|
|
</source>
|
|
<dest>
|
|
*: "Sebesség"
|
|
</dest>
|
|
<voice>
|
|
*: "Sebesség"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILESIZE
|
|
desc: in record timesplit options and in track information viewer
|
|
user: core
|
|
<source>
|
|
*: "Filesize"
|
|
</source>
|
|
<dest>
|
|
*: "Fájlméret"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájlméret"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_RATIO_LIMIT
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Limit"
|
|
</source>
|
|
<dest>
|
|
*: "Maximum"
|
|
</dest>
|
|
<voice>
|
|
*: "Maximum"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DEPTH_3D
|
|
desc: in sound_menu, amount of 3D enhancement effect
|
|
user: core
|
|
<source>
|
|
*: none
|
|
depth_3d: "3-D Enhancement"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
depth_3d: "3-D térhatás"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
depth_3d: "3-D térhatás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AUTO
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Auto"
|
|
</source>
|
|
<dest>
|
|
*: "Automata"
|
|
</dest>
|
|
<voice>
|
|
*: "Automata"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_STARTUP_SHUTDOWN
|
|
desc: in the general settings menu
|
|
user: core
|
|
<source>
|
|
*: "Startup/Shutdown"
|
|
</source>
|
|
<dest>
|
|
*: "Be-/Kikapcsolás"
|
|
</dest>
|
|
<voice>
|
|
*: "Be-/Kikapcsolás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BROWSER_MODE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
usb_hid: "Browser"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
usb_hid: "Böngésző mód (egér)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
usb_hid: "Böngésző mód (egér)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USB_KEYPAD_MODE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
usb_hid: "USB Keypad Mode"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
usb_hid: "USB billentyűzet mód"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
usb_hid: "USB billentyűzet mód"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SLEEP_TIMER_START_CURRENT
|
|
desc: shown when a sleep timer isn't running
|
|
user: core
|
|
<source>
|
|
*: "Start Sleep Timer"
|
|
</source>
|
|
<dest>
|
|
*: "Elalváskapcsoló be"
|
|
</dest>
|
|
<voice>
|
|
*: "Elalváskapcsoló be"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AFR
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Auditory Fatigue Reduction"
|
|
</source>
|
|
<dest>
|
|
*: "Hallgatásteher Csökkentése"
|
|
</dest>
|
|
<voice>
|
|
*: "Hallgatásteher Csökkentése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_SETTINGS_AUTOUPDATE
|
|
desc: prompt for user to decide whether to update bookmarks
|
|
user: core
|
|
<source>
|
|
*: "Update on Stop"
|
|
</source>
|
|
<dest>
|
|
*: "Megállításkor Frissítés"
|
|
</dest>
|
|
<voice>
|
|
*: "Megállításkor Frissítés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFEED_MEIER
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Simple (Meier)"
|
|
</source>
|
|
<dest>
|
|
*: "Egyszerű (Meier)"
|
|
</dest>
|
|
<voice>
|
|
*: "Egyszerű"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_OF
|
|
desc: Shown in WPS: X of Y (tracks)
|
|
user: core
|
|
<source>
|
|
*: "of"
|
|
</source>
|
|
<dest>
|
|
*: "/"
|
|
</dest>
|
|
<voice>
|
|
*: "/"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MAIN_SCREEN
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: "Main Screen"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: "Kezdőképernyő"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "Kezdőképernyő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOTE_SCREEN
|
|
desc: in the main menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: "Remote Screen"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: "Táv-képernyő"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "Táv-képernyő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SURROUND_MIX
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Dry / Wet Mix"
|
|
</source>
|
|
<dest>
|
|
*: "Száraz / Nedves Keverés"
|
|
</dest>
|
|
<voice>
|
|
*: "Száraz / Nedves Keverés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KBD_OK
|
|
desc: in keyboard
|
|
user: core
|
|
<source>
|
|
*: none
|
|
touchscreen: "OK"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
touchscreen: "~OK"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
touchscreen: "Oké"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AUTORESUME_AUTOMATIC
|
|
desc: resume on automatic track change
|
|
user: core
|
|
<source>
|
|
*: "Resume on automatic track change"
|
|
</source>
|
|
<dest>
|
|
*: "Folytatás automatikus szám váltásnál"
|
|
</dest>
|
|
<voice>
|
|
*: "Folytatás automatikus szám váltásnál"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USB_SKIP_FIRST_DRIVE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
multidrive_usb: "USB Hide Internal Drive"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
multidrive_usb: "USB Belső Meghajtó Elrejtése"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
multidrive_usb: "USB Belső Meghajtó Elrejtése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_RATIO_4
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "4:1"
|
|
</source>
|
|
<dest>
|
|
*: "4:1"
|
|
</dest>
|
|
<voice>
|
|
*: "4 az 1-hez"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_THRESHOLD
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Threshold"
|
|
</source>
|
|
<dest>
|
|
*: "Küszöb"
|
|
</dest>
|
|
<voice>
|
|
*: "Küszöb"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_RATIO_2
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "2:1"
|
|
</source>
|
|
<dest>
|
|
*: "2:1"
|
|
</dest>
|
|
<voice>
|
|
*: "2 az 1-hez"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USB_MODE
|
|
desc: in Settings -> General -> System -> USB Mode
|
|
user: core
|
|
<source>
|
|
*: "USB Mode"
|
|
</source>
|
|
<dest>
|
|
*: "USB Mód"
|
|
</dest>
|
|
<voice>
|
|
*: "USB Mód"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AUTORESUME_CUSTOM
|
|
desc: enable customization of resume on automatic track change
|
|
user: core
|
|
<source>
|
|
*: "In custom directories only"
|
|
</source>
|
|
<dest>
|
|
*: "Csak Az Egyéni Könyvtárakban "
|
|
</dest>
|
|
<voice>
|
|
*: "Csak Az Egyéni Könyvtárakban "
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGNAVI_UNTAGGED
|
|
desc: "[untagged]" entry in tag browser
|
|
user: core
|
|
<source>
|
|
*: "[Untagged]"
|
|
</source>
|
|
<dest>
|
|
*: "[Ismeretlen]"
|
|
</dest>
|
|
<voice>
|
|
*: "Ismeretlen"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_STATION_HEADER
|
|
desc: in radio screen
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Station:"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Állomás:"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KEYCLICK_HARDWARE
|
|
desc: in keyclick settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hardware_click: "Speaker Keyclick"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hardware_click: "Hangszóró Billenytűhang"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hardware_click: "Hangszóró Billenytűhang"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RESUME_REWIND
|
|
desc: in playback settings menu
|
|
user: core
|
|
<source>
|
|
*: "Rewind Before Resume"
|
|
</source>
|
|
<dest>
|
|
*: "Előretekerés Folytatás Előtt"
|
|
</dest>
|
|
<voice>
|
|
*: "Előretekerés Folytatás Előtt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_KNEE
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Knee"
|
|
</source>
|
|
<dest>
|
|
*: "Átmenet"
|
|
</dest>
|
|
<voice>
|
|
*: "Átmenet"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOLUME_LIMIT
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Maximum Volume Limit"
|
|
</source>
|
|
<dest>
|
|
*: "Maximum Hangerő Korlát"
|
|
</dest>
|
|
<voice>
|
|
*: "Maximum Hangerő Korlát"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MOUSE_MODE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
usb_hid: "Mouse"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
usb_hid: "Egér"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
usb_hid: "Egér"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LIST_LINE_PADDING
|
|
desc: list padding, in display settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
touchscreen: "Line Padding in Lists"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
touchscreen: "Sorköz listákban "
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
touchscreen: "Sorköz listákban "
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HOTKEY_FILE_BROWSER
|
|
desc: hotkey menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hotkey: "File Browser Hotkey"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hotkey: "File böngésző gyorsgomb"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hotkey: "File böngésző gyorsgomb"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RADIOSCREEN
|
|
desc: in the theme menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Radio Screen"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Rádió képernyő"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Rádió képernyő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HOTKEY
|
|
desc: hotkey menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hotkey: "Hotkey"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hotkey: "Gyorsgomb"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hotkey: "Gyorsgomb"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HW_EQ_GAIN
|
|
desc: in sound_menu, hardware equalizer tone controls filter gain
|
|
user: core
|
|
<source>
|
|
*: none
|
|
gigabeats,samsungypr1: "Band %d Gain"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
gigabeats,samsungypr1: "Sáv %d Nyereség"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
gigabeats,samsungypr1: "Sáv Nyereség"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NEXT_TRACK
|
|
desc: Shown in WPS
|
|
user: core
|
|
<source>
|
|
*: "Next Track:"
|
|
</source>
|
|
<dest>
|
|
*: "Következik:"
|
|
</dest>
|
|
<voice>
|
|
*: "Következő szám"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_OTHER
|
|
desc: Catch-all FM region. Select if none of the others work
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Other"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Többi Ország"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Többi Ország"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KBD_DELETE
|
|
desc: in keyboard
|
|
user: core
|
|
<source>
|
|
*: none
|
|
touchscreen: "Del"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
touchscreen: "~Del"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
touchscreen: "~Del"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PAUSE_REWIND
|
|
desc: Seconds to rewind when rewind on pause is enabled.
|
|
user: core
|
|
<source>
|
|
*: "Rewind on Pause"
|
|
</source>
|
|
<dest>
|
|
*: "Előretekerés Szünetnél"
|
|
</dest>
|
|
<voice>
|
|
*: "Előretekerés Szünetnél"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SLEEP_TIMER_CANCEL_CURRENT
|
|
desc: shown instead of sleep timer when it's running
|
|
user: core
|
|
<source>
|
|
*: "Cancel Sleep Timer"
|
|
</source>
|
|
<dest>
|
|
*: "Elalváskapcsoló ki"
|
|
</dest>
|
|
<voice>
|
|
*: "Elalváskapcsoló ki"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BASE_SKIN
|
|
desc: browse for the base skin in theme settings
|
|
user: core
|
|
<source>
|
|
*: "Base Skin"
|
|
</source>
|
|
<dest>
|
|
*: "Alap skin"
|
|
</dest>
|
|
<voice>
|
|
*: "Alap skin"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RESET_START_DIR
|
|
desc: reset the browser start directory
|
|
user: core
|
|
<source>
|
|
*: "Start File Browser at /"
|
|
</source>
|
|
<dest>
|
|
*: "Fájlkezelő Kezdőpontja/"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájlkezelő Kezdése a Gyökérkönyvtárban"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SURROUND_FX2
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "f(x2)"
|
|
</source>
|
|
<dest>
|
|
*: "f(x2)"
|
|
</dest>
|
|
<voice>
|
|
*: "f(x2)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_GAIN
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Makeup Gain"
|
|
</source>
|
|
<dest>
|
|
*: "Nyereség"
|
|
</dest>
|
|
<voice>
|
|
*: "Nyereség"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SURROUND_FX1
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "f(x1)"
|
|
</source>
|
|
<dest>
|
|
*: "f(x1)"
|
|
</dest>
|
|
<voice>
|
|
*: "f(x1)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SAVE_CHANGES
|
|
desc: When you try to exit screens to confirm save
|
|
user: core
|
|
<source>
|
|
*: "Save Changes?"
|
|
</source>
|
|
<dest>
|
|
*: "Módosítások mentése?"
|
|
</dest>
|
|
<voice>
|
|
*: "Módosítások mentése?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_ITALY
|
|
desc: fm region Italy
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Italy"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Olaszország"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Olaszország"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_RATIO_6
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "6:1"
|
|
</source>
|
|
<dest>
|
|
*: "6:1"
|
|
</dest>
|
|
<voice>
|
|
*: "6 az 1-hez"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KEYCLICK_SOFTWARE
|
|
desc: in keyclick settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hardware_click: "Headphone Keyclick"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hardware_click: "Fejhallgató Billentyűhang"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hardware_click: "Fejhallgató Billentyűhang"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_ATTACK
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Attack Time"
|
|
</source>
|
|
<dest>
|
|
*: "Működési idő"
|
|
</dest>
|
|
<voice>
|
|
*: "Működési idő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_SBS
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Állapotsáv Skin"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KBD_CANCEL
|
|
desc: in keyboard
|
|
user: core
|
|
<source>
|
|
*: none
|
|
touchscreen: "Cancel"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
touchscreen: "Vissza"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
touchscreen: "Vissza"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PRESENTATION_MODE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
usb_hid: "Presentation"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
usb_hid: "Prezentáció távirányító"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
usb_hid: "Prezentáció távirányító"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HW_EQ_WIDTH_WIDE
|
|
desc: in sound_menu, hardware equalizer tone controls wide bandwidth setting
|
|
user: core
|
|
<source>
|
|
*: none
|
|
gigabeats,samsungypr1: "Wide"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
gigabeats,samsungypr1: "Széles"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
gigabeats,samsungypr1: "Széles"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MULTIMEDIA_MODE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
usb_hid: "Multimedia"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
usb_hid: "Multimédiás Távirányító"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
usb_hid: "Multimédiás Távirányító"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DEADZONE
|
|
desc: touchpad deadzone setting
|
|
user: core
|
|
<source>
|
|
*: none
|
|
sansafuzeplus: "Touchpad Dead Zone"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
sansafuzeplus: "Touchpad Érzékelési Sáv"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
sansafuzeplus: "Touchpad Érzékelési Sáv"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AUTOTRACKSKIP
|
|
desc: in crossfade settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
crossfade: "Automatic Track Change Only"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
crossfade: "Csak Automatikus Számváltáskor"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
crossfade: "Csak Automatikus Számváltáskor"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SELECT_DATABASE_DIRS
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Select directories to scan"
|
|
</source>
|
|
<dest>
|
|
*: "Figyelendő könyvtárak"
|
|
</dest>
|
|
<voice>
|
|
*: "Figyelendő könyvtárak"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USE_SHORTCUTS_INSTEAD_OF_QS
|
|
desc: in settings_menu.
|
|
user: core
|
|
<source>
|
|
*: none
|
|
quickscreen: "Use Shortcuts Menu Instead of Quick Screen"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
quickscreen: "Menü Használata A Gyorsképernyő Helyett"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
quickscreen: "Menü Használata A Gyorsképernyő Helyett"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_RELEASE
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Release Time"
|
|
</source>
|
|
<dest>
|
|
*: "Hatásidő"
|
|
</dest>
|
|
<voice>
|
|
*: "Hatásidő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USB_MODE_CHARGE
|
|
desc: in Settings -> General -> System -> USB Mode: Charge Only
|
|
user: core
|
|
<source>
|
|
*: "Charge Only"
|
|
</source>
|
|
<dest>
|
|
*: "Csak Töltés"
|
|
</dest>
|
|
<voice>
|
|
*: "Csak Töltés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_RATIO
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Ratio"
|
|
</source>
|
|
<dest>
|
|
*: "Arány"
|
|
</dest>
|
|
<voice>
|
|
*: "Arány"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CROSSFEED_CUSTOM
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Custom"
|
|
</source>
|
|
<dest>
|
|
*: "Egyéni"
|
|
</dest>
|
|
<voice>
|
|
*: "Egyéni"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_RSBS
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: none
|
|
remote: ""
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
remote: ""
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
remote: "remote statusbar skin"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_IBASSO_FREQ_SCALING_GOVERNOR
|
|
desc: in Settings -> General -> System -> Freq Scaling Governor
|
|
user: core
|
|
<source>
|
|
*: none
|
|
ibassodx50,ibassodx90: "Freq Scaling Governor"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
ibassodx50,ibassodx90: "Frekvencia szabályzó"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
ibassodx50,ibassodx90: "Frekvencia szabályzó"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_RFMS
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio_remote: ""
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio_remote: ""
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio_remote: "remote radio screen skin"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CONSTRAIN_NEXT_FOLDER
|
|
desc: in settings_menu. Whether LANG_NEXT_FOLDER should be constrained to directories within LANG_SET_AS_START_DIR
|
|
user: core
|
|
<source>
|
|
*: "Constrain Auto-Change"
|
|
</source>
|
|
<dest>
|
|
*: "Constrain Auto-Change"
|
|
</dest>
|
|
<voice>
|
|
*: "Constrain Auto-Change"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HW_EQ_WIDTH_NARROW
|
|
desc: in sound_menu, hardware equalizer tone controls narrow bandwith setting
|
|
user: core
|
|
<source>
|
|
*: none
|
|
gigabeats,samsungypr1: "Narrow"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
gigabeats,samsungypr1: "Szűk szávszélesség"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
gigabeats,samsungypr1: "Szűk szávszélesség"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_SOFT_KNEE
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Soft Knee"
|
|
</source>
|
|
<dest>
|
|
*: "Enyhe küszöb"
|
|
</dest>
|
|
<voice>
|
|
*: "Enyhe küszöb"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOTE_RADIOSCREEN
|
|
desc: in the theme menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio_remote: "Remote Radio Screen"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio_remote: "Remote Radio Screen"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio_remote: "Remote Radio Screen"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FORCE
|
|
desc: alternative to yes/no for tristate settings
|
|
user: core
|
|
<source>
|
|
*: "Force"
|
|
</source>
|
|
<dest>
|
|
*: "Kényszerít"
|
|
</dest>
|
|
<voice>
|
|
*: "Kényszerít"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HW_EQ_WIDTH
|
|
desc: in sound_menu, hardware equalizer tone controls peak bandwith setting
|
|
user: core
|
|
<source>
|
|
*: none
|
|
gigabeats,samsungypr1: "Band %d Width"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
gigabeats,samsungypr1: "Sáv %d Szélesség"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
gigabeats,samsungypr1: "Sáv Szélesség"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHORTCUTS
|
|
desc: Title in the shortcuts menu
|
|
user: core
|
|
<source>
|
|
*: "Shortcuts"
|
|
</source>
|
|
<dest>
|
|
*: "Gyorsmenük"
|
|
</dest>
|
|
<voice>
|
|
*: "Gyorsmenük"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SELECT_FOLDER
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Select one or more directories"
|
|
</source>
|
|
<dest>
|
|
*: "Válassz egy vagy több könyvtárat"
|
|
</dest>
|
|
<voice>
|
|
*: "Válassz egy vagy több könyvtárat"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LIST_SEPARATOR_COLOR
|
|
desc: line between lines in lists
|
|
user: core
|
|
<source>
|
|
*: "Line Separator Colour"
|
|
</source>
|
|
<dest>
|
|
*: "Sor Elválasztó Színe"
|
|
</dest>
|
|
<voice>
|
|
*: "Sor Elválasztó Színe"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HW_EQ_TONE_CONTROLS
|
|
desc: in sound_menu, hardware equalizer tone controls
|
|
user: core
|
|
<source>
|
|
*: none
|
|
gigabeats,samsungypr1: "Tone Controls"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
gigabeats,samsungypr1: "Hangbeállítások"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
gigabeats,samsungypr1: "Hangbeállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KEYPRESS_RESTARTS_SLEEP_TIMER
|
|
desc: whether to restart running sleep timer on keypress
|
|
user: core
|
|
<source>
|
|
*: "Restart Sleep Timer on Keypress"
|
|
</source>
|
|
<dest>
|
|
*: "Elalváskapcsoló Újraindítása Gombnyomásra"
|
|
</dest>
|
|
<voice>
|
|
*: "Elalváskapcsoló Újraindítása Gombnyomásra"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USB_HID
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
usb_hid: "USB HID"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
usb_hid: "USB HID"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
usb_hid: "USB Human Interface Device"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SKIP_OUTRO
|
|
desc: skipping to the 5 seconds before the end of a track
|
|
user: core
|
|
<source>
|
|
*: "Skip to Outro"
|
|
</source>
|
|
<dest>
|
|
*: "Ugrás A Szám Végéhez"
|
|
</dest>
|
|
<voice>
|
|
*: "Ugrás A Szám Végéhez"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SURROUND_METHOD2
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "SIDE ONLY"
|
|
</source>
|
|
<dest>
|
|
*: "CSAK OLDALT"
|
|
</dest>
|
|
<voice>
|
|
*: "CSAK OLDALT"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HW_EQ_FREQUENCY
|
|
desc: in sound_menu, hardware equalizer tone controls shelf filter cutoff frequency
|
|
user: core
|
|
<source>
|
|
*: none
|
|
gigabeats,samsungypr1: "Band %d Frequency"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
gigabeats,samsungypr1: "Sáv %d Frekvencia"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
gigabeats,samsungypr1: "Sáv frekvencia"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CODEPAGE_WESTERN_EUROPEAN
|
|
desc: in codepage setting menu
|
|
user: core
|
|
<source>
|
|
*: "Western European (CP1252)"
|
|
</source>
|
|
<dest>
|
|
*: "Nyugat-európai (CP1252)"
|
|
</dest>
|
|
<voice>
|
|
*: "Nyugat-európai"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NEXT
|
|
desc: Shown in WPS (short form of Next Track)
|
|
user: core
|
|
<source>
|
|
*: "Next:"
|
|
</source>
|
|
<dest>
|
|
*: "Következik:"
|
|
</dest>
|
|
<voice>
|
|
*: "Következik"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_ROLL_OFF
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
filter_roll_off: "DAC filter roll-off"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
filter_roll_off: "DAC Szűrő Roll-Off"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
filter_roll_off: "DAC Szűrő Roll-Off"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_SHARP
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
filter_roll_off: "Sharp"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
filter_roll_off: "Erős"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
filter_roll_off: "Erős"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_QUEUE_LAST_SHUFFLED
|
|
desc: in onplay menu. queue a playlist randomly at end of dynamic playlist
|
|
user: core
|
|
<source>
|
|
*: "Queue Last Shuffled"
|
|
</source>
|
|
<dest>
|
|
*: "Utolsó Beszúrása Véletlenszerűen"
|
|
</dest>
|
|
<voice>
|
|
*: "Utolsó Beszúrása Véletlenszerűen"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HW_EQ_TONE_CONTROLS_ADVANCED
|
|
desc: in sound_menu, advanced settings for hardware equalizer tone controls
|
|
user: core
|
|
<source>
|
|
*: none
|
|
gigabeats,samsungypr1: "Advanced Tone Control Settings"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
gigabeats,samsungypr1: "Haladó Hangbeállítások "
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
gigabeats,samsungypr1: "Haladó Hangbeállítások "
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HOTKEY_WPS
|
|
desc: hotkey menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hotkey: "WPS Hotkey"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hotkey: "WPS gyorsgomb"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hotkey: "WPS gyorsgomb"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOTE_BASE_SKIN
|
|
desc: browse for the base skin in theme settings
|
|
user: core
|
|
<source>
|
|
*: "Remote Base Skin"
|
|
</source>
|
|
<dest>
|
|
*: "Remote Base Skin"
|
|
</dest>
|
|
<voice>
|
|
*: "Remote Base Skin"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_RATIO_10
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "10:1"
|
|
</source>
|
|
<dest>
|
|
*: "10:1"
|
|
</dest>
|
|
<voice>
|
|
*: "10 az 1-hez"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HISTOGRAM_INTERVAL
|
|
desc: in record settings menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
histogram: "Histogram interval"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
histogram: "Hisztogram frissítése"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
histogram: "Hisztogram frissítése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LIST_SEPARATOR
|
|
desc: line between lines in lists
|
|
user: core
|
|
<source>
|
|
*: "Line Separator"
|
|
</source>
|
|
<dest>
|
|
*: "Elválasztó Vonal"
|
|
</dest>
|
|
<voice>
|
|
*: "Elválasztó Vonal"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MORSE_INPUT
|
|
desc: in Settings -> System
|
|
user: core
|
|
<source>
|
|
*: none
|
|
morse_input: "Use Morse Code Input"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
morse_input: "Morse-kód Bevitel Használata"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
morse_input: "Morse-kód Bevitel Használata"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_COMPRESSOR_HARD_KNEE
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Hard Knee"
|
|
</source>
|
|
<dest>
|
|
*: "Éles küszöb"
|
|
</dest>
|
|
<voice>
|
|
*: "Éles küszöb"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_EXT_FMS
|
|
desc: spoken only, for file extension
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: ""
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: ""
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Rádió-képernyő skin"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ONPLAY_PICTUREFLOW
|
|
desc: Onplay pictureflow
|
|
user: core
|
|
<source>
|
|
*: "PictureFlow"
|
|
</source>
|
|
<dest>
|
|
*: "~PictureFlow"
|
|
</dest>
|
|
<voice>
|
|
*: "picture flow megnyitása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_RSSI
|
|
desc: Signal strength of a received FM station
|
|
user: core
|
|
<source>
|
|
*: none
|
|
radio: "Signal strength:"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
radio: "Jelerősség:"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
radio: "Jelerősség"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SLEEP_TIMER_DURATION
|
|
desc: default sleep timer duration in minutes
|
|
user: core
|
|
<source>
|
|
*: "Default Sleep Timer Duration"
|
|
</source>
|
|
<dest>
|
|
*: "Elalváskapcsoló alapértelmezett ideje"
|
|
</dest>
|
|
<voice>
|
|
*: "Elalváskapcsoló alapértelmezett ideje"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USB_MODE_MASS_STORAGE
|
|
desc: in Settings -> General -> System -> USB Mode: Mass Storage
|
|
user: core
|
|
<source>
|
|
*: "Mass Storage"
|
|
</source>
|
|
<dest>
|
|
*: "Cserélhető lemez mód"
|
|
</dest>
|
|
<voice>
|
|
*: "Cserélhető lemez mód"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_COMPOSER
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Composer"
|
|
</source>
|
|
<dest>
|
|
*: "Szerző"
|
|
</dest>
|
|
<voice>
|
|
*: "Szerző"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USB_MODE_ADB
|
|
desc: in Settings -> General -> System -> USB Mode: Android Debug Bridge
|
|
user: core
|
|
<source>
|
|
*: "Android Debug Bridge"
|
|
</source>
|
|
<dest>
|
|
*: "Android Debug Bridge"
|
|
</dest>
|
|
<voice>
|
|
*: "Android Debug Bridge"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SURROUND
|
|
desc: in the sound settings menu
|
|
user: core
|
|
<source>
|
|
*: "Haas Surround"
|
|
</source>
|
|
<dest>
|
|
*: "Haas Térhatás"
|
|
</dest>
|
|
<voice>
|
|
*: "Haas Térhatás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AUTORESUME
|
|
desc: resume settings menu
|
|
user: core
|
|
<source>
|
|
*: "Automatic Resume"
|
|
</source>
|
|
<dest>
|
|
*: "Automatikus folytatás"
|
|
</dest>
|
|
<voice>
|
|
*: "Automatikus folytatás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_GLYPHS
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: "Glyphs To Cache"
|
|
</source>
|
|
<dest>
|
|
*: "Glyph Cache"
|
|
</dest>
|
|
<voice>
|
|
*: "Glyph Cache"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SLEEP_TIMER_ON_POWER_UP
|
|
desc: whether sleep timer starts on power up
|
|
user: core
|
|
<source>
|
|
*: "Start Sleep Timer on Boot"
|
|
</source>
|
|
<dest>
|
|
*: "Elalváskapcsoló Be Induláskor"
|
|
</dest>
|
|
<voice>
|
|
*: "Elalváskapcsoló Be Induláskor"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RESET_PLAYLISTCAT_DIR
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Reset Playlist Catalogue Directory"
|
|
</source>
|
|
<dest>
|
|
*: "Lej.lista-katalógus Könyvtár Visszaállítása"
|
|
</dest>
|
|
<voice>
|
|
*: "Lej.lista-katalógus Könyvtár Visszaállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_SLOW
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
filter_roll_off: "Slow"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
filter_roll_off: "Lassú"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
filter_roll_off: "Lassú"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CURRENT_PLAYLIST
|
|
desc: Used when you need to say playlist, also voiced
|
|
user: core
|
|
<source>
|
|
*: "Current Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Aktuális lej. lista"
|
|
</dest>
|
|
<voice>
|
|
*: "Aktuális lej. lista"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PBE
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: "Perceptual Bass Enhancement"
|
|
</source>
|
|
<dest>
|
|
*: "Mélyhangkiemelés"
|
|
</dest>
|
|
<voice>
|
|
*: "Mélyhangkiemelés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RESET_EQUALIZER
|
|
desc: in the equalizer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Reset EQ"
|
|
</source>
|
|
<dest>
|
|
*: "Reset EQ"
|
|
</dest>
|
|
<voice>
|
|
*: "Reset EQ"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SINGLE_MODE
|
|
desc: single mode
|
|
user: core
|
|
<source>
|
|
*: "Single Mode"
|
|
</source>
|
|
<dest>
|
|
*: "Single Mode"
|
|
</dest>
|
|
<voice>
|
|
*: "Single Mode"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISPLAY_TITLEALBUM_FROMTAGS
|
|
desc: track display options
|
|
user: core
|
|
<source>
|
|
*: "Title & Album from ID3 tags"
|
|
</source>
|
|
<dest>
|
|
*: "Cím és Album ID3 tagekből"
|
|
</dest>
|
|
<voice>
|
|
*: "Cím és Album ID3 tagekből"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISPLAY_TITLE_FROMTAGS
|
|
desc: track display options
|
|
user: core
|
|
<source>
|
|
*: "Title from ID3 tags"
|
|
</source>
|
|
<dest>
|
|
*: "Cím ID3 tagekből"
|
|
</dest>
|
|
<voice>
|
|
*: "Cím ID3 tagekből"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RANDOM_SHUFFLE_RANDOM_SELECTIVE_SONGS_SUMMARY
|
|
desc: a summary splash screen that appear on the database browser when you try to create a playlist from the database browser that exceeds your system limit
|
|
user: core
|
|
<source>
|
|
*: "Selection too big, %d random tracks will be selected"
|
|
</source>
|
|
<dest>
|
|
*: "Kijelőlés túl nagy, %d véletlen szám lesz kiválasztva"
|
|
</dest>
|
|
<voice>
|
|
*: "Kijelőlés túl nagy, kevesebb véletlen szám lesz kiválasztva"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISPLAY_SPECIAL_CHARACTER
|
|
desc: Special character (japanese, accents, etc)
|
|
user: core
|
|
<source>
|
|
*: "Special character"
|
|
</source>
|
|
<dest>
|
|
*: "Különleges karakter"
|
|
</dest>
|
|
<voice>
|
|
*: "Különleges karakter"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ID3_ALBUMARTISTS
|
|
desc: in tag viewer
|
|
user: core
|
|
<source>
|
|
*: "Album Artists"
|
|
</source>
|
|
<dest>
|
|
*: "Album Előadók"
|
|
</dest>
|
|
<voice>
|
|
*: "Album Előadók"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ADD_CURRENT_TO_FAVES
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Add Current to Shortcuts"
|
|
</source>
|
|
<dest>
|
|
*: "Jelenlegi Hozzáadása a Gyorsbillentyűkhöz"
|
|
</dest>
|
|
<voice>
|
|
*: "Jelenlegi Hozzáadása a Gyorsbillentyűkhöz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TALK_MIXER_LEVEL
|
|
desc: Relative volume of voice prompts
|
|
user: core
|
|
<source>
|
|
*: "Voice Prompt Volume"
|
|
</source>
|
|
<dest>
|
|
*: "Voice Prompt Volume"
|
|
</dest>
|
|
<voice>
|
|
*: "Voice Prompt Volume"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISC
|
|
desc: Shown in WPS (for multidisc albums)
|
|
user: core
|
|
<source>
|
|
*: "Disc"
|
|
</source>
|
|
<dest>
|
|
*: "Lemez"
|
|
</dest>
|
|
<voice>
|
|
*: "Lemez"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_SHORT_SHARP
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
filter_roll_off: "Short Sharp"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
filter_roll_off: "Rövid Éles"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
filter_roll_off: "Rövid Éles"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_SHORT_SLOW
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
filter_roll_off: "Short Slow"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
filter_roll_off: "Rövid Lassú"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
filter_roll_off: "Rövid Lassú"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_SUPER_SLOW
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
filter_roll_off: "Super Slow"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
filter_roll_off: "Szuper Lassú"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
filter_roll_off: "Szuper Lassú"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_SHORT
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
es9018: "Short"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
es9018: "Rövid"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
es9018: "Rövid"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_BYPASS
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
es9018: "Bypass"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
es9018: "Bypass"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
es9018: "Bypass"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_LINEAR_FAST
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
es9218: "Linear Fast"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
es9218: "Lineáris Gyors"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
es9218: "Lineáris Gyors"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_LINEAR_SLOW
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
es9218: "Linear Slow"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
es9218: "Lineáris Lassú"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
es9218: "Lineáris Lassú"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_MINIMUM_FAST
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
es9218: "Minimum Fast"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
es9218: "Minimum Gyors"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
es9218: "Minimum Gyors"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_MINIMUM_SLOW
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
es9218: "Minimum Slow"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
es9218: "Minimum Lassú"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
es9218: "Minimum Lassú"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_APODIZING_1
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
es9218: "Apodizing type 1"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
es9218: "Apodizációs 1-es típus"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
es9218: "Apodizációs 1-es típus"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_APODIZING_2
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
es9218: "Apodizing type 2"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
es9218: "Apodizációs 2-es típus"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
es9218: "Apodizációs 2-es típus"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_HYBRID_FAST
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
es9218: "Hybrid Fast"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
es9218: "Hibrid Gyors"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
es9218: "Hibrid Gyors"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILTER_BRICK_WALL
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
es9218: "Brick Wall"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
es9218: "Brick Wall"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
es9218: "Brick Wall"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DAC_POWER_MODE
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
dac_power_mode: "DAC power mode"
|
|
es9218: "DAC output level"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
dac_power_mode: "DAC power mode"
|
|
es9218: "DAC output level"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
dac_power_mode: "DAC power mode"
|
|
es9218: "DAC output level"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DAC_POWER_HIGH
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
dac_power_mode: "High performance"
|
|
es9218: "High Gain (2 Vrms)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
dac_power_mode: "Nagy teljesítmény"
|
|
es9218: "High Gain (2 Vrms)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
dac_power_mode: "Nagy teljesítmény"
|
|
es9218: "High Gain (2 Vrms)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DAC_POWER_LOW
|
|
desc: in sound settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
dac_power_mode: "Save battery"
|
|
es9218: "Low Gain (1 Vrms)"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
dac_power_mode: "Akkumulátor kímélő"
|
|
es9218: "Low Gain (1 Vrms)"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
dac_power_mode: "Akkumulátor kímélő"
|
|
es9218: "Low Gain (1 Vrms)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_ENABLED
|
|
desc: Selective Actions
|
|
user: core
|
|
<source>
|
|
*: "Enabled"
|
|
</source>
|
|
<dest>
|
|
*: "Enabled"
|
|
</dest>
|
|
<voice>
|
|
*: "Enabled"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_PLAY
|
|
desc: Selective Actions
|
|
user: core
|
|
<source>
|
|
*: "Exempt Play"
|
|
</source>
|
|
<dest>
|
|
*: "Exempt Play"
|
|
</dest>
|
|
<voice>
|
|
*: "Exempt Play"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_SEEK
|
|
desc: Selective Actions
|
|
user: core
|
|
<source>
|
|
*: "Exempt Seek"
|
|
</source>
|
|
<dest>
|
|
*: "Exempt Seek"
|
|
</dest>
|
|
<voice>
|
|
*: "Exempt Seek"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_SKIP
|
|
desc: Selective Actions
|
|
user: core
|
|
<source>
|
|
*: "Exempt Skip"
|
|
</source>
|
|
<dest>
|
|
*: "Exempt Skip"
|
|
</dest>
|
|
<voice>
|
|
*: "Exempt Skip"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BACKLIGHT_SELECTIVE
|
|
desc: Backlight behaviour setting
|
|
user: core
|
|
<source>
|
|
*: "Backlight Exemptions"
|
|
</source>
|
|
<dest>
|
|
*: "Backlight Exemptions"
|
|
</dest>
|
|
<voice>
|
|
*: "Backlight Exemptions"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_DISABLE_EXT_POWER
|
|
desc: Backlight behaviour setting
|
|
user: core
|
|
<source>
|
|
*: "Disable on External Power"
|
|
</source>
|
|
<dest>
|
|
*: "Disable on External Power"
|
|
</dest>
|
|
<voice>
|
|
*: "Disable on External Power"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_DISABLE_UNMAPPED
|
|
desc: Backlight behaviour setting
|
|
user: core
|
|
<source>
|
|
*: "Disable Unmapped Keys"
|
|
</source>
|
|
<dest>
|
|
*: "Disable Unmapped Keys"
|
|
</dest>
|
|
<voice>
|
|
*: "Disable Unmapped Keys"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SOFTLOCK_SELECTIVE
|
|
desc: Softlock behaviour setting
|
|
user: core
|
|
<source>
|
|
*: "Advanced Key Lock"
|
|
</source>
|
|
<dest>
|
|
*: "Advanced Key Lock"
|
|
</dest>
|
|
<voice>
|
|
*: "Advanced Key Lock"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_AUTOLOCK_ON
|
|
desc: Softlock behaviour setting
|
|
user: core
|
|
<source>
|
|
*: "Autolock On"
|
|
</source>
|
|
<dest>
|
|
*: "Autolock On"
|
|
</dest>
|
|
<voice>
|
|
*: "Autolock On"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_AUTOLOCK_OFF
|
|
desc: Softlock behaviour setting
|
|
user: core
|
|
<source>
|
|
*: "Autolock Off"
|
|
</source>
|
|
<dest>
|
|
*: "Autolock Off"
|
|
</dest>
|
|
<voice>
|
|
*: "Autolock Off"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_DISABLE_NOTIFY
|
|
desc: Softlock behaviour setting
|
|
user: core
|
|
<source>
|
|
*: "Disable Locked Reminders"
|
|
</source>
|
|
<dest>
|
|
*: "Disable Locked Reminders"
|
|
</dest>
|
|
<voice>
|
|
*: "Disable Locked Reminders"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_DISABLE_TOUCH
|
|
desc: Softlock behaviour setting
|
|
user: core
|
|
<source>
|
|
*: "Disable Touch"
|
|
</source>
|
|
<dest>
|
|
*: "Érintés Kikapcsolása"
|
|
</dest>
|
|
<voice>
|
|
*: "Érintés Kikapcsolása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KIBIBYTE
|
|
desc: a unit postfix, also voiced
|
|
user: core
|
|
<source>
|
|
*: "KiB"
|
|
</source>
|
|
<dest>
|
|
*: "KiB"
|
|
</dest>
|
|
<voice>
|
|
*: "kibibyte"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MEBIBYTE
|
|
desc: a unit postfix, also voiced
|
|
user: core
|
|
<source>
|
|
*: "MiB"
|
|
</source>
|
|
<dest>
|
|
*: "MiB"
|
|
</dest>
|
|
<voice>
|
|
*: "mebibyte"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_GIBIBYTE
|
|
desc: a unit postfix, also voiced
|
|
user: core
|
|
<source>
|
|
*: "GiB"
|
|
</source>
|
|
<dest>
|
|
*: "GiB"
|
|
</dest>
|
|
<voice>
|
|
*: "gibibyte"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_SETTINGS_ONE_PER_PLAYLIST
|
|
desc: Save only one bookmark for a playlist in recent bookmarks
|
|
user: core
|
|
<source>
|
|
*: "One per playlist"
|
|
</source>
|
|
<dest>
|
|
*: "One per playlist"
|
|
</dest>
|
|
<voice>
|
|
*: "One per playlist"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BOOKMARK_SETTINGS_ONE_PER_TRACK
|
|
desc: Save only one bookmark for a combination (playlist,track) in recent bookmarks
|
|
user: core
|
|
<source>
|
|
*: "One per track"
|
|
</source>
|
|
<dest>
|
|
*: "Számonként egy"
|
|
</dest>
|
|
<voice>
|
|
*: "Számonként egy"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_TRACK_TO_MOVE
|
|
desc: playlist viewer
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Track to move"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_QUEUED
|
|
desc: playlist viewer
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Queued"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_BAD_TRACK
|
|
desc: playlist viewer
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Bad track"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_MOVING_TRACK
|
|
desc: playlist viewer
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Moving track"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NEVER
|
|
desc: in lcd settings
|
|
user: core
|
|
<source>
|
|
*: "Never"
|
|
</source>
|
|
<dest>
|
|
*: "Soha"
|
|
</dest>
|
|
<voice>
|
|
*: "Soha"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYTIME_ELAPSED
|
|
desc: playing time screen
|
|
user: core
|
|
<source>
|
|
*: "Playlist elapsed:"
|
|
</source>
|
|
<dest>
|
|
*: "Playlist elapsed:"
|
|
</dest>
|
|
<voice>
|
|
*: "Playlist elapsed"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYTIME_TRK_ELAPSED
|
|
desc: playing time screen
|
|
user: core
|
|
<source>
|
|
*: "Track elapsed:"
|
|
</source>
|
|
<dest>
|
|
*: "Szám eltelt:"
|
|
</dest>
|
|
<voice>
|
|
*: "Szám eltelt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYTIME_TRK_REMAINING
|
|
desc: playing time screen
|
|
user: core
|
|
<source>
|
|
*: "Track remaining:"
|
|
</source>
|
|
<dest>
|
|
*: "Szám vissza:"
|
|
</dest>
|
|
<voice>
|
|
*: "Szám vissza"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYTIME_TRACK
|
|
desc: playing time screen
|
|
user: core
|
|
<source>
|
|
*: "Track:"
|
|
</source>
|
|
<dest>
|
|
*: "Szám:"
|
|
</dest>
|
|
<voice>
|
|
*: "Szám"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYTIME_STORAGE
|
|
desc: playing time screen
|
|
user: core
|
|
<source>
|
|
*: "Storage (Done / Remaining):"
|
|
</source>
|
|
<dest>
|
|
*: "Storage (Done / Remaining):"
|
|
</dest>
|
|
<voice>
|
|
*: "Storage"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PLAYTIME_DONE
|
|
desc: playing time screen
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Kész"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYTIME_AVG_TRACK_SIZE
|
|
desc: playing time screen
|
|
user: core
|
|
<source>
|
|
*: "Average track size:"
|
|
</source>
|
|
<dest>
|
|
*: "Átlagos szám méret:"
|
|
</dest>
|
|
<voice>
|
|
*: "Átlagos szám méret"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYTIME_AVG_BITRATE
|
|
desc: playing time screen
|
|
user: core
|
|
<source>
|
|
*: "Average bitrate:"
|
|
</source>
|
|
<dest>
|
|
*: "Átlagos bitráta:"
|
|
</dest>
|
|
<voice>
|
|
*: "Átlagos bitráta:"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYTIME_ERROR
|
|
desc: playing time screen
|
|
user: core
|
|
<source>
|
|
*: "Error while gathering info"
|
|
</source>
|
|
<dest>
|
|
*: "Hiba információgyűjtés közben"
|
|
</dest>
|
|
<voice>
|
|
*: "Hiba információgyűjtés közben"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYING_TIME
|
|
desc: onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Playing time"
|
|
</source>
|
|
<dest>
|
|
*: "Playing time"
|
|
</dest>
|
|
<voice>
|
|
*: "Playing time"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CAR_ADAPTER_MODE_DELAY
|
|
desc: Displayed for setting car adapter mode delay
|
|
user: core
|
|
<source>
|
|
*: none
|
|
charging: "Delay Before Resume"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
charging: "Delay Before Resume"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
charging: "Delay Before Resume"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PITCH_ABSOLUTE_MODE
|
|
desc: spoken only
|
|
user: core
|
|
<source>
|
|
*: none
|
|
pitchscreen: ""
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
pitchscreen: ""
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
pitchscreen: "Absolute mode"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PITCH_SEMITONE_MODE
|
|
desc: spoken only
|
|
user: core
|
|
<source>
|
|
*: none
|
|
pitchscreen: ""
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
pitchscreen: ""
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
pitchscreen: "Semitone mode"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PITCH_TIMESTRETCH_MODE
|
|
desc: spoken only
|
|
user: core
|
|
<source>
|
|
*: none
|
|
pitchscreen: ""
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
pitchscreen: ""
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
pitchscreen: "Időnyújtás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOTE_CONTROL
|
|
desc: Item for menus
|
|
user: core
|
|
<source>
|
|
*: "Remote Control"
|
|
</source>
|
|
<dest>
|
|
*: "Remote Control"
|
|
</dest>
|
|
<voice>
|
|
*: "Remote Control"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NO_REM_CONTROL
|
|
desc: Item for menus
|
|
user: core
|
|
<source>
|
|
*: "No Rem. Control"
|
|
</source>
|
|
<dest>
|
|
*: "No Rem. Control"
|
|
</dest>
|
|
<voice>
|
|
*: "No Remote Control"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_OUT_OF_CONTROL
|
|
desc: Item for menus
|
|
user: core
|
|
<source>
|
|
*: "Out of Control"
|
|
</source>
|
|
<dest>
|
|
*: "Out of Control"
|
|
</dest>
|
|
<voice>
|
|
*: "Out of Control"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_2_KEY_CONTROL
|
|
desc: Item for menus
|
|
user: core
|
|
<source>
|
|
*: "2 Key Control"
|
|
</source>
|
|
<dest>
|
|
*: "2 Gombos Irányítás"
|
|
</dest>
|
|
<voice>
|
|
*: "2 Gombos Irányítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_4_KEY_CONTROL
|
|
desc: Item for menus
|
|
user: core
|
|
<source>
|
|
*: "4 Key Control"
|
|
</source>
|
|
<dest>
|
|
*: "4 Gombos Irányítás"
|
|
</dest>
|
|
<voice>
|
|
*: "4 Gombos Irányítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAY_WORMLET
|
|
desc: For wormlet menu
|
|
user: core
|
|
<source>
|
|
*: "Play Wormlet!"
|
|
</source>
|
|
<dest>
|
|
*: "Play Wormlet!"
|
|
</dest>
|
|
<voice>
|
|
*: "Play Wormlet!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NUMBER_OF_WORMS
|
|
desc: For wormlet menu
|
|
user: core
|
|
<source>
|
|
*: "Number of Worms"
|
|
</source>
|
|
<dest>
|
|
*: "Number of Worms"
|
|
</dest>
|
|
<voice>
|
|
*: "Number of Worms"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WORM_GROWTH_PER_FOOD
|
|
desc: For wormlet menu
|
|
user: core
|
|
<source>
|
|
*: "Worm Growth Per Food"
|
|
</source>
|
|
<dest>
|
|
*: "Worm Growth Per Food"
|
|
</dest>
|
|
<voice>
|
|
*: "Worm Growth Per Food"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WORM_SPEED
|
|
desc: For wormlet menu
|
|
user: core
|
|
<source>
|
|
*: "Worm Speed"
|
|
</source>
|
|
<dest>
|
|
*: "Worm Speed"
|
|
</dest>
|
|
<voice>
|
|
*: "Worm Speed"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ARGHS_PER_FOOD
|
|
desc: For wormlet menu
|
|
user: core
|
|
<source>
|
|
*: "Arghs Per Food"
|
|
</source>
|
|
<dest>
|
|
*: "Arghs Per Food"
|
|
</dest>
|
|
<voice>
|
|
*: "Arghs Per Food"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ARGH_SIZE
|
|
desc: For wormlet menu
|
|
user: core
|
|
<source>
|
|
*: "Argh Size"
|
|
</source>
|
|
<dest>
|
|
*: "Argh Size"
|
|
</dest>
|
|
<voice>
|
|
*: "Argh Size"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FOOD_SIZE
|
|
desc: For wormlet menu
|
|
user: core
|
|
<source>
|
|
*: "Food Size"
|
|
</source>
|
|
<dest>
|
|
*: "Food Size"
|
|
</dest>
|
|
<voice>
|
|
*: "Food Size"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NUMBER_OF_PLAYERS
|
|
desc: For game menus
|
|
user: core
|
|
<source>
|
|
*: "Number of Players"
|
|
</source>
|
|
<dest>
|
|
*: "Játékosok Száma"
|
|
</dest>
|
|
<voice>
|
|
*: "Játékosok Száma"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CONTROL_STYLE
|
|
desc: In various menus
|
|
user: core
|
|
<source>
|
|
*: "Control Style"
|
|
</source>
|
|
<dest>
|
|
*: "Control Style"
|
|
</dest>
|
|
<voice>
|
|
*: "Control Style"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REVERT_TO_DEFAULT_SETTINGS
|
|
desc: In various menus
|
|
user: core
|
|
<source>
|
|
*: "Revert to Default Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Alapbeállítások Visszaállítása"
|
|
</dest>
|
|
<voice>
|
|
*: "Alapbeállítások Visszaállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MENU_QUIT
|
|
desc: in various menus
|
|
user: core
|
|
<source>
|
|
*: "Quit"
|
|
</source>
|
|
<dest>
|
|
*: "Kilépés"
|
|
</dest>
|
|
<voice>
|
|
*: "Kilépés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MENU_DISPLAY_OPTIONS
|
|
desc: in various menus
|
|
user: core
|
|
<source>
|
|
*: "Display Options"
|
|
</source>
|
|
<dest>
|
|
*: "Kijelző Beállítások"
|
|
</dest>
|
|
<voice>
|
|
*: "Kijelző Beállítások"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PREVTRACK
|
|
desc: in playback control menu
|
|
user: core
|
|
<source>
|
|
*: "Previous Track"
|
|
</source>
|
|
<dest>
|
|
*: "Előző Szám"
|
|
</dest>
|
|
<voice>
|
|
*: "Előző Szám"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYPAUSE
|
|
desc: in playback control menu
|
|
user: core
|
|
<source>
|
|
*: "Pause / Play"
|
|
</source>
|
|
<dest>
|
|
*: "Szünet / Lejátszás"
|
|
</dest>
|
|
<voice>
|
|
*: "Szünet / Lejátszás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_STOP_PLAYBACK
|
|
desc: in playback control menu
|
|
user: core
|
|
<source>
|
|
*: "Stop Playback"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszás Megállítása"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszás Megállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NEXTTRACK
|
|
desc: in playback control menu
|
|
user: core
|
|
<source>
|
|
*: "Next Track"
|
|
</source>
|
|
<dest>
|
|
*: "Következő Szám"
|
|
</dest>
|
|
<voice>
|
|
*: "Következő Szám"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANGE_VOLUME
|
|
desc: in playback control menu
|
|
user: core
|
|
<source>
|
|
*: "Change Volume"
|
|
</source>
|
|
<dest>
|
|
*: "Change Volume"
|
|
</dest>
|
|
<voice>
|
|
*: "Change Volume"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANGE_SHUFFLE_MODE
|
|
desc: in playback control menu
|
|
user: core
|
|
<source>
|
|
*: "Shuffle Mode"
|
|
</source>
|
|
<dest>
|
|
*: "Véletlenszerű lejátszás"
|
|
</dest>
|
|
<voice>
|
|
*: "Véletlenszerű lejátszás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHANGE_REPEAT_MODE
|
|
desc: in playback control menu
|
|
user: core
|
|
<source>
|
|
*: "Change Repeat Mode"
|
|
</source>
|
|
<dest>
|
|
*: "Change Repeat Mode"
|
|
</dest>
|
|
<voice>
|
|
*: "Change Repeat Mode"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYBACK_CONTROL
|
|
desc: in playback control menu
|
|
user: core
|
|
<source>
|
|
*: "Playback Control"
|
|
</source>
|
|
<dest>
|
|
*: "Playback Control"
|
|
</dest>
|
|
<voice>
|
|
*: "Playback Control"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_CHECKMATE
|
|
desc: in chessbox
|
|
user: core
|
|
<source>
|
|
*: "Checkmate!"
|
|
</source>
|
|
<dest>
|
|
*: "Sakk-matt!"
|
|
</dest>
|
|
<voice>
|
|
*: "Sakk-matt!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_ILLEGAL_MOVE
|
|
desc: in chessbox
|
|
user: core
|
|
<source>
|
|
*: "Illegal move!"
|
|
</source>
|
|
<dest>
|
|
*: "Szabálytalan lépés!"
|
|
</dest>
|
|
<voice>
|
|
*: "Szabálytalan lépés!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_MENU_NEW_GAME
|
|
desc: in the chessbox menu
|
|
user: core
|
|
<source>
|
|
*: "New Game"
|
|
</source>
|
|
<dest>
|
|
*: "Új Játék"
|
|
</dest>
|
|
<voice>
|
|
*: "Új Játék"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_MENU_RESUME_GAME
|
|
desc: in the chessbox menu
|
|
user: core
|
|
<source>
|
|
*: "Resume Game"
|
|
</source>
|
|
<dest>
|
|
*: "Játék Folytatása"
|
|
</dest>
|
|
<voice>
|
|
*: "Játék Folytatása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_MENU_SAVE_GAME
|
|
desc: in the chessbox menu
|
|
user: core
|
|
<source>
|
|
*: "Save Game"
|
|
</source>
|
|
<dest>
|
|
*: "Játék Mentése"
|
|
</dest>
|
|
<voice>
|
|
*: "Játék Mentése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_MENU_RESTORE_GAME
|
|
desc: in the chessbox menu
|
|
user: core
|
|
<source>
|
|
*: "Restore Game"
|
|
</source>
|
|
<dest>
|
|
*: "Játék Visszaállítása"
|
|
</dest>
|
|
<voice>
|
|
*: "Játék Visszaállítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_MENU_RESTART_GAME
|
|
desc: in the chessbox menu
|
|
user: core
|
|
<source>
|
|
*: "Restart Game"
|
|
</source>
|
|
<dest>
|
|
*: "Játék újraindítása"
|
|
</dest>
|
|
<voice>
|
|
*: "Játék újraindítása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_MENU_SELECT_OTHER_GAME
|
|
desc: in the chessbox menu
|
|
user: core
|
|
<source>
|
|
*: "Select Other Game"
|
|
</source>
|
|
<dest>
|
|
*: "Másik Játék Kiválasztása"
|
|
</dest>
|
|
<voice>
|
|
*: "Másik Játék Kiválasztása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_LEVEL_1
|
|
desc: in the chessbox game level selection
|
|
user: core
|
|
<source>
|
|
*: "Level 1: 60 moves / 5 min"
|
|
</source>
|
|
<dest>
|
|
*: "1-es szint: 60 lépés / 5 perc"
|
|
</dest>
|
|
<voice>
|
|
*: "1-es szint, 60 lépés 5 perc alatt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_LEVEL_2
|
|
desc: in the chessbox game level selection
|
|
user: core
|
|
<source>
|
|
*: "Level 2: 60 moves / 15 min"
|
|
</source>
|
|
<dest>
|
|
*: "2-es szint: 60 lépés / 15 perc"
|
|
</dest>
|
|
<voice>
|
|
*: "2-es szint, 60 lépés 15 perc alatt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_LEVEL_3
|
|
desc: in the chessbox game level selection
|
|
user: core
|
|
<source>
|
|
*: "Level 3: 60 moves / 30 min"
|
|
</source>
|
|
<dest>
|
|
*: "3-as szint: 60 lépés / 30 perc"
|
|
</dest>
|
|
<voice>
|
|
*: "3-as szint, 60 lépés 30 perc alatt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_LEVEL_4
|
|
desc: in the chessbox game level selection
|
|
user: core
|
|
<source>
|
|
*: "Level 4: 40 moves / 30 min"
|
|
</source>
|
|
<dest>
|
|
*: "4-es szint: 40 lépés / 30 perc"
|
|
</dest>
|
|
<voice>
|
|
*: "4-es szint, 40 lépés 30 perc alatt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_LEVEL_5
|
|
desc: in the chessbox game level selection
|
|
user: core
|
|
<source>
|
|
*: "Level 5: 40 moves / 60 min"
|
|
</source>
|
|
<dest>
|
|
*: "5-ös szint: 40 lépés / 60 perc"
|
|
</dest>
|
|
<voice>
|
|
*: "5-ös szint, 40 lépés 60 perc alatt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_LEVEL_6
|
|
desc: in the chessbox game level selection
|
|
user: core
|
|
<source>
|
|
*: "Level 6: 40 moves / 120 min"
|
|
</source>
|
|
<dest>
|
|
*: "6-os szint: 40 lépés / 120 perc"
|
|
</dest>
|
|
<voice>
|
|
*: "6-os szint, 40 lépés 120 perc alatt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_LEVEL_7
|
|
desc: in the chessbox game level selection
|
|
user: core
|
|
<source>
|
|
*: "Level 7: 40 moves / 240 min"
|
|
</source>
|
|
<dest>
|
|
*: "7-es szint: 40 lépés / 240 perc"
|
|
</dest>
|
|
<voice>
|
|
*: "7-es szint, 40 lépés 240 perc alatt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_PGN_PARSE_ERROR
|
|
desc: in the chessbox game viewer
|
|
user: core
|
|
<source>
|
|
*: "Error parsing game !"
|
|
</source>
|
|
<dest>
|
|
*: "Error parsing game !"
|
|
</dest>
|
|
<voice>
|
|
*: "Error parsing game !"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_NO_GAMES
|
|
desc: in the chessbox game viewer
|
|
user: core
|
|
<source>
|
|
*: "No games found !"
|
|
</source>
|
|
<dest>
|
|
*: "No games found !"
|
|
</dest>
|
|
<voice>
|
|
*: "No games found!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_GAME_BEGINNING
|
|
desc: in the chessbox game viewer
|
|
user: core
|
|
<source>
|
|
*: "At the beginning of the game"
|
|
</source>
|
|
<dest>
|
|
*: "A játék elején"
|
|
</dest>
|
|
<voice>
|
|
*: "A játék elején"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_GAME_END
|
|
desc: in the chessbox game viewer
|
|
user: core
|
|
<source>
|
|
*: "At the end of the game"
|
|
</source>
|
|
<dest>
|
|
*: "A játék végén"
|
|
</dest>
|
|
<voice>
|
|
*: "A játék végén"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PLAYER
|
|
desc: spoken only, for announcing player's id
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Játékos"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_GNUCHESS
|
|
desc: spoken only, for announcing player's id
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "GNU Chess"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_MARKED
|
|
desc: spoken only, for announcing chess piece marking
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Marked"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_UNMARKED
|
|
desc: spoken only, for announcing chess piece unmarking
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Unmarked"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_WHITE
|
|
desc: spoken only, for announcing chess piece color
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Fehér"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_BLACK
|
|
desc: spoken only, for announcing chess piece color
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Fekete"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHESSBOX_CHECK
|
|
desc: spoken only, for announcing chess moves
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Sakk!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHESSBOX_CAPTURES
|
|
desc: spoken only, for announcing chess moves
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "leüti"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHESSBOX_CASTLE
|
|
desc: spoken only, for announcing chess moves
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "sáncolás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHESSBOX_KINGSIDE
|
|
desc: spoken only, for announcing chess moves
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "király oldali"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_CHESSBOX_QUEENSIDE
|
|
desc: spoken only, for announcing chess moves
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "vezér oldali"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_PAWN
|
|
desc: spoken only, for announcing chess piece names
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Gyalog"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_KNIGHT
|
|
desc: spoken only, for announcing chess piece names
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Lovag"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_BISHOP
|
|
desc: spoken only, for announcing chess piece names
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Futó"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_ROOK
|
|
desc: spoken only, for announcing chess piece names
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Bástya"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_QUEEN
|
|
desc: spoken only, for announcing chess piece names
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Vezér"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_KING
|
|
desc: spoken only, for announcing chess piece names
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Király"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_GAMES
|
|
desc: in chessbox
|
|
user: core
|
|
<source>
|
|
*: "Games"
|
|
</source>
|
|
<dest>
|
|
*: "Játékok"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_SAVING_POSITION
|
|
desc: in chessbox
|
|
user: core
|
|
<source>
|
|
*: "Saving position"
|
|
</source>
|
|
<dest>
|
|
*: "Pozició Mentése"
|
|
</dest>
|
|
<voice>
|
|
*: "Pozició Mentése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_LOADING_POSITION
|
|
desc: in chessbox
|
|
user: core
|
|
<source>
|
|
*: "Loading position"
|
|
</source>
|
|
<dest>
|
|
*: "Pozició Betöltése"
|
|
</dest>
|
|
<voice>
|
|
*: "Pozició Betöltése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_THINKING
|
|
desc: in chessbox
|
|
user: core
|
|
<source>
|
|
*: "Thinking..."
|
|
</source>
|
|
<dest>
|
|
*: "Gondolkodom..."
|
|
</dest>
|
|
<voice>
|
|
*: "Gondolkodom"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_BATTERY_BENCH_IS_ALREADY_RUNNING
|
|
desc: Spoken if battery bench is already running
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Battery bench is already running"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_BAT_BENCH_KEYS
|
|
desc: Battery bench start up message
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Press play to run battery bench or stop to cancel"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CANNOT_RESTART_PLAYBACK
|
|
desc: cannot restart playback splash in imageviewer
|
|
user: core
|
|
<source>
|
|
*: "Cannot restart playback"
|
|
</source>
|
|
<dest>
|
|
*: "Cannot restart playback"
|
|
</dest>
|
|
<voice>
|
|
*: "Cannot restart playback"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ORDERED
|
|
desc: in the imageviewer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Ordered"
|
|
</source>
|
|
<dest>
|
|
*: "Rendezett"
|
|
</dest>
|
|
<voice>
|
|
*: "Rendezett"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DIFFUSION
|
|
desc: in the imageviewer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Diffusion"
|
|
</source>
|
|
<dest>
|
|
*: "Diffusion"
|
|
</dest>
|
|
<voice>
|
|
*: "Diffusion"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_GRAYSCALE
|
|
desc: in the imageviewer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Grayscale"
|
|
</source>
|
|
<dest>
|
|
*: "Szürkeárnyalat"
|
|
</dest>
|
|
<voice>
|
|
*: "Szürkeárnyalat"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SLIDESHOW_MODE
|
|
desc: in the imageviewer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Toggle Slideshow Mode"
|
|
</source>
|
|
<dest>
|
|
*: "Toggle Slideshow Mode"
|
|
</dest>
|
|
<voice>
|
|
*: "Toggle Slide show Mode"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SLIDESHOW_TIME
|
|
desc: in the imageviewer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Slideshow Time"
|
|
</source>
|
|
<dest>
|
|
*: "Slideshow Time"
|
|
</dest>
|
|
<voice>
|
|
*: "Slide show Time"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RETURN
|
|
desc: in various plugin menus
|
|
user: core
|
|
<source>
|
|
*: "Return"
|
|
</source>
|
|
<dest>
|
|
*: "Vissza"
|
|
</dest>
|
|
<voice>
|
|
*: "Vissza"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REC_DIR
|
|
desc: used in the info screen to show a recording dir
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Recording Directory"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Recording Directory"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Recording Directory"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_MENU_VIEW_GAMES
|
|
desc: in the chessbox menu
|
|
user: core
|
|
<source>
|
|
*: "View Played Games"
|
|
</source>
|
|
<dest>
|
|
*: "View Played Games"
|
|
</dest>
|
|
<voice>
|
|
*: "View Played Games"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MENU_AUDIO_OPTIONS
|
|
desc: in mpegplayer menus
|
|
user: core
|
|
<source>
|
|
*: "Audio Options"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Hang Beállítások"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Hang Beállítások"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MENU_RESUME_OPTIONS
|
|
desc: in mpegplayer menus
|
|
user: core
|
|
<source>
|
|
*: "Resume Options"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Resume Options"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Resume Options"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MENU_PLAY_MODE
|
|
desc: in mpegplayer menus
|
|
user: core
|
|
<source>
|
|
*: "Play Mode"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Play Mode"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Play Mode"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SINGLE
|
|
desc: in mpegplayer menus
|
|
user: core
|
|
<source>
|
|
*: "Single"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Single"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Single"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USE_SOUND_SETTING
|
|
desc: in mpegplayer menus
|
|
user: core
|
|
<source>
|
|
*: "Use sound setting"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Use sound setting"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Use sound setting"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RESTART_PLAYBACK
|
|
desc: in the mpegplayer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Play from beginning"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Play from beginning"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Play from beginning"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SET_RESUME_TIME
|
|
desc: in the mpegplayer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Set resume time (min)"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Set resume time (min)"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Set resume time"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISPLAY_FPS
|
|
desc: in the mpegplayer and pictureflow settings menus
|
|
user: core
|
|
<source>
|
|
*: "Display FPS"
|
|
</source>
|
|
<dest>
|
|
*: "Display FPS"
|
|
</dest>
|
|
<voice>
|
|
*: "Display FPS"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LIMIT_FPS
|
|
desc: in the mpegplayer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Limit FPS"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Limit FPS"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Limit FPS"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SKIP_FRAMES
|
|
desc: in the mpegplayer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Skip frames"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Skip frames"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Skip frames"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BACKLIGHT_BRIGHTNESS
|
|
desc: in the mpegplayer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Backlight brightness"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Backlight brightness"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Backlight brightness"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USE_COMMON_SETTING
|
|
desc: in the mpegplayer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Use common setting"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Use common setting"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Use common setting"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TONE_CONTROLS
|
|
desc: in the mpegplayer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Tone controls"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Tone controls"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Tone controls"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FORCE_START_MENU
|
|
desc: in mpegplayer menus
|
|
user: core
|
|
<source>
|
|
*: "Start menu"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Start menu"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Start menu"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CONDITIONAL_START_MENU
|
|
desc: in mpegplayer menus
|
|
user: core
|
|
<source>
|
|
*: "Start menu if not completed"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Start menu if not completed"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Start menu if not completed"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AUTO_RESUME
|
|
desc: in mpegplayer menus
|
|
user: core
|
|
<source>
|
|
*: "Resume automatically"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Resume automatically"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Resume automatically"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CLEAR_ALL_RESUMES
|
|
desc: in the mpegplayer settings menu
|
|
user: core
|
|
<source>
|
|
*: "Clear all resumes"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Clear all resumes"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Clear all resumes"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_UNAVAILABLE
|
|
desc: in mpegplayer settings
|
|
user: core
|
|
<source>
|
|
*: "Unavailable"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Unavailable"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Unavailable"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TOGGLE_ITEM
|
|
desc: deprecated
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MOVE_ITEM_UP
|
|
desc: in main_menu_config
|
|
user: core
|
|
<source>
|
|
*: "Move Item Up"
|
|
</source>
|
|
<dest>
|
|
*: "Move Item Up"
|
|
</dest>
|
|
<voice>
|
|
*: "Move Item Up"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MOVE_ITEM_DOWN
|
|
desc: in main_menu_config
|
|
user: core
|
|
<source>
|
|
*: "Move Item Down"
|
|
</source>
|
|
<dest>
|
|
*: "Move Item Down"
|
|
</dest>
|
|
<voice>
|
|
*: "Move Item Down"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LOAD_DEFAULT_CONFIGURATION
|
|
desc: in main_menu_config
|
|
user: core
|
|
<source>
|
|
*: "Load Default Configuration"
|
|
</source>
|
|
<dest>
|
|
*: "Load Default Configuration"
|
|
</dest>
|
|
<voice>
|
|
*: "Load Default Configuration"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SAVE_EXIT
|
|
desc: in main_menu_config
|
|
user: core
|
|
<source>
|
|
*: "Save and Exit"
|
|
</source>
|
|
<dest>
|
|
*: "Mentés és Kilépés"
|
|
</dest>
|
|
<voice>
|
|
*: "Mentés és Kilépés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MAIN_MENU_ORDER
|
|
desc: deprecated
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PROPERTIES_PATH
|
|
desc: in properties plugin
|
|
user: core
|
|
<source>
|
|
*: "[Path]"
|
|
</source>
|
|
<dest>
|
|
*: "[Path]"
|
|
</dest>
|
|
<voice>
|
|
*: "Path"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PROPERTIES_FILENAME
|
|
desc: in properties plugin
|
|
user: core
|
|
<source>
|
|
*: "[Filename]"
|
|
</source>
|
|
<dest>
|
|
*: "[Fájlnév]"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájlnév"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PROPERTIES_SIZE
|
|
desc: in properties plugin
|
|
user: core
|
|
<source>
|
|
*: "[Size]"
|
|
</source>
|
|
<dest>
|
|
*: "[Méret]"
|
|
</dest>
|
|
<voice>
|
|
*: "Méret"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PROPERTIES_DATE
|
|
desc: in properties plugin
|
|
user: core
|
|
<source>
|
|
*: "[Date]"
|
|
</source>
|
|
<dest>
|
|
*: "[Dátum]"
|
|
</dest>
|
|
<voice>
|
|
*: "Dátum"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PROPERTIES_TIME
|
|
desc: in properties plugin
|
|
user: core
|
|
<source>
|
|
*: "[Time]"
|
|
</source>
|
|
<dest>
|
|
*: "[Idő]"
|
|
</dest>
|
|
<voice>
|
|
*: "Idő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PROPERTIES_SUBDIRS
|
|
desc: in properties plugin
|
|
user: core
|
|
<source>
|
|
*: "[Subdirs]"
|
|
</source>
|
|
<dest>
|
|
*: "[Alkönyvtárak]"
|
|
</dest>
|
|
<voice>
|
|
*: "Alkönyvtárak"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PROPERTIES_FILES
|
|
desc: in properties plugin
|
|
user: core
|
|
<source>
|
|
*: "[Files]"
|
|
</source>
|
|
<dest>
|
|
*: "[Fájlok]"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájlok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PROPERTIES_DIRECTORY_PROPERTIES
|
|
desc: in properties plugin
|
|
user: core
|
|
<source>
|
|
*: "Directory properties"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvtár tulajdonságok"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PROPERTIES_FILE_PROPERTIES
|
|
desc: in properties plugin
|
|
user: core
|
|
<source>
|
|
*: "File properties"
|
|
</source>
|
|
<dest>
|
|
*: "Fájl tulajdonságok"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PROPERTIES_FAIL
|
|
desc: in properties plugin
|
|
user: core
|
|
<source>
|
|
*: "Failed to gather information"
|
|
</source>
|
|
<dest>
|
|
*: "Failed to gather information"
|
|
</dest>
|
|
<voice>
|
|
*: "Failed to gather information"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SWAP_CHANNELS
|
|
desc: in sound_settings
|
|
user: core
|
|
<source>
|
|
*: "Swap Channels"
|
|
</source>
|
|
<dest>
|
|
*: "Swap Channels"
|
|
</dest>
|
|
<voice>
|
|
*: "Swap Channels"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PANNING_SEPARATION
|
|
desc: in mikmod settings menu
|
|
user: core
|
|
<source>
|
|
*: "Panning Separation"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Panning Separation"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Panning Separation"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REVERBERATION
|
|
desc: in mikmod settings menu
|
|
user: core
|
|
<source>
|
|
*: "Reverberation"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Reverberation"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Reverberation"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_INTERPOLATION
|
|
desc: in mikmod settings menu
|
|
user: core
|
|
<source>
|
|
*: "Interpolation"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Interpoláció"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Interpoláció"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MIKMOD_SURROUND
|
|
desc: in mikmod settings menu
|
|
user: core
|
|
<source>
|
|
*: "Surround"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Térhatás"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Térhatás"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MIKMOD_HQMIXER
|
|
desc: in mikmod settings menu
|
|
user: core
|
|
<source>
|
|
*: "HQ Mixer"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "HQ Mixer"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "High Quality Mixer"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MIKMOD_SAMPLERATE
|
|
desc: in mikmod settings menu
|
|
user: core
|
|
<source>
|
|
*: "Sample Rate"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "Mintavételi Frekvencia"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "Mintavételi Frekvencia"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CPU_BOOST
|
|
desc: in mikmod settings menu
|
|
user: core
|
|
<source>
|
|
*: "CPU Boost"
|
|
lowmem: none
|
|
</source>
|
|
<dest>
|
|
*: "CPU Boost"
|
|
lowmem: none
|
|
</dest>
|
|
<voice>
|
|
*: "CPU Boost"
|
|
lowmem: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SPACING
|
|
desc: in the pictureflow settings menu
|
|
user: core
|
|
<source>
|
|
*: "Spacing"
|
|
</source>
|
|
<dest>
|
|
*: "Spacing"
|
|
</dest>
|
|
<voice>
|
|
*: "Spacing"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CENTRE_MARGIN
|
|
desc: in the pictureflow settings menu
|
|
user: core
|
|
<source>
|
|
*: "Centre margin"
|
|
</source>
|
|
<dest>
|
|
*: "Centre margin"
|
|
</dest>
|
|
<voice>
|
|
*: "Centre margin"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NUMBER_OF_SLIDES
|
|
desc: in the pictureflow settings menu
|
|
user: core
|
|
<source>
|
|
*: "Number of slides"
|
|
</source>
|
|
<dest>
|
|
*: "Number of slides"
|
|
</dest>
|
|
<voice>
|
|
*: "Number of slides"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ZOOM
|
|
desc: in the pictureflow settings menu
|
|
user: core
|
|
<source>
|
|
*: "Zoom"
|
|
</source>
|
|
<dest>
|
|
*: "Nagyítás"
|
|
</dest>
|
|
<voice>
|
|
*: "Nagyítás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_ALBUM_TITLE
|
|
desc: in the pictureflow settings menu
|
|
user: core
|
|
<source>
|
|
*: "Show album title"
|
|
</source>
|
|
<dest>
|
|
*: "Show album title"
|
|
</dest>
|
|
<voice>
|
|
*: "Show album title"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RESIZE_COVERS
|
|
desc: in the pictureflow settings menu
|
|
user: core
|
|
<source>
|
|
*: "Resize Covers"
|
|
</source>
|
|
<dest>
|
|
*: "Resize Covers"
|
|
</dest>
|
|
<voice>
|
|
*: "Resize Covers"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REBUILD_CACHE
|
|
desc: in the pictureflow settings menu
|
|
user: core
|
|
<source>
|
|
*: "Rebuild cache"
|
|
</source>
|
|
<dest>
|
|
*: "Rebuild cache"
|
|
</dest>
|
|
<voice>
|
|
*: "Rebuild cache"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WPS_INTEGRATION
|
|
desc: in the pictureflow settings menu
|
|
user: core
|
|
<source>
|
|
*: "WPS Integration"
|
|
</source>
|
|
<dest>
|
|
*: "WPS Integration"
|
|
</dest>
|
|
<voice>
|
|
*: "WPS Integration"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_GOTO_WPS
|
|
desc: in the pictureflow main menu
|
|
user: core
|
|
<source>
|
|
*: "Go to WPS"
|
|
</source>
|
|
<dest>
|
|
*: "Go to WPS"
|
|
</dest>
|
|
<voice>
|
|
*: "Go to WPS"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HIDE_ALBUM_TITLE
|
|
desc: in the pictureflow settings
|
|
user: core
|
|
<source>
|
|
*: "Hide album title"
|
|
</source>
|
|
<dest>
|
|
*: "Hide album title"
|
|
</dest>
|
|
<voice>
|
|
*: "Hide album title"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_AT_THE_BOTTOM
|
|
desc: in the pictureflow settings
|
|
user: core
|
|
<source>
|
|
*: "Show at the bottom"
|
|
</source>
|
|
<dest>
|
|
*: "Show at the bottom"
|
|
</dest>
|
|
<voice>
|
|
*: "Show at the bottom"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_AT_THE_TOP
|
|
desc: in the pictureflow settings
|
|
user: core
|
|
<source>
|
|
*: "Show at the top"
|
|
</source>
|
|
<dest>
|
|
*: "Show at the top"
|
|
</dest>
|
|
<voice>
|
|
*: "Show at the top"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DIRECT
|
|
desc: in the pictureflow settings, also a volume adjustment mode
|
|
user: core
|
|
<source>
|
|
*: "Direct"
|
|
</source>
|
|
<dest>
|
|
*: "Direkt"
|
|
</dest>
|
|
<voice>
|
|
*: "Direkt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VIA_TRACK_LIST
|
|
desc: in the pictureflow settings
|
|
user: core
|
|
<source>
|
|
*: "Via Track list"
|
|
</source>
|
|
<dest>
|
|
*: "Via Track list"
|
|
</dest>
|
|
<voice>
|
|
*: "Via Track list"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALWAYS_ON
|
|
desc: in the pictureflow settings menu
|
|
user: core
|
|
<source>
|
|
*: "Always On"
|
|
</source>
|
|
<dest>
|
|
*: "Always On"
|
|
</dest>
|
|
<voice>
|
|
*: "Always On"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NO_ALBUMART_FOUND
|
|
desc: in the pictureflow splash messages
|
|
user: core
|
|
<source>
|
|
*: "No album art found"
|
|
</source>
|
|
<dest>
|
|
*: "No album art found"
|
|
</dest>
|
|
<voice>
|
|
*: "No album art found"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ERROR_WRITING_CONFIG
|
|
desc: in the pictureflow splash messages
|
|
user: core
|
|
<source>
|
|
*: "Error writing config"
|
|
</source>
|
|
<dest>
|
|
*: "Error writing config"
|
|
</dest>
|
|
<voice>
|
|
*: "Error writing config"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NOT_A_VBR_FILE
|
|
desc: in vbrfix plugin
|
|
user: core
|
|
<source>
|
|
*: "Not a VBR file"
|
|
</source>
|
|
<dest>
|
|
*: "Nem VBR fájl"
|
|
</dest>
|
|
<voice>
|
|
*: "Nem VBR fájl"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILE_ERROR
|
|
desc: in vbrfix plugin
|
|
user: core
|
|
<source>
|
|
*: "File error: %d"
|
|
</source>
|
|
<dest>
|
|
*: "Fájl hiba: %d"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájl hiba"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_UPDATE_CACHE
|
|
desc: in pictureflow
|
|
user: core
|
|
<source>
|
|
*: "Update cache"
|
|
</source>
|
|
<dest>
|
|
*: "Update cache"
|
|
</dest>
|
|
<voice>
|
|
*: "Update cache"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HIDE_ALBUM_TITLE_NEW
|
|
desc: in the pictureflow settings
|
|
user: core
|
|
<source>
|
|
*: "Hide information"
|
|
</source>
|
|
<dest>
|
|
*: "Hide information"
|
|
</dest>
|
|
<voice>
|
|
*: "Hide information"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_AT_THE_BOTTOM_NEW
|
|
desc: in the pictureflow settings
|
|
user: core
|
|
<source>
|
|
*: "Show album at the bottom"
|
|
</source>
|
|
<dest>
|
|
*: "Show album at the bottom"
|
|
</dest>
|
|
<voice>
|
|
*: "Show album at the bottom"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_AT_THE_TOP_NEW
|
|
desc: in the pictureflow settings
|
|
user: core
|
|
<source>
|
|
*: "Show album at the top"
|
|
</source>
|
|
<dest>
|
|
*: "Show album at the top"
|
|
</dest>
|
|
<voice>
|
|
*: "Show album at the top"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_ALL_AT_THE_TOP
|
|
desc: in the pictureflow settings
|
|
user: core
|
|
<source>
|
|
*: "Show album and artist at the top"
|
|
</source>
|
|
<dest>
|
|
*: "Show album and artist at the top"
|
|
</dest>
|
|
<voice>
|
|
*: "Show album and artist at the top"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_ALL_AT_THE_BOTTOM
|
|
desc: in the pictureflow settings
|
|
user: core
|
|
<source>
|
|
*: "Show album and artist at the bottom"
|
|
</source>
|
|
<dest>
|
|
*: "Show album and artist at the bottom"
|
|
</dest>
|
|
<voice>
|
|
*: "Show album and artist at the bottom"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_STD_CANCEL
|
|
desc: standard press x to cancel string
|
|
user: core
|
|
<source>
|
|
*: "Press LEFT to cancel."
|
|
android,hifietma*,zenvision: "Press BACK to cancel."
|
|
cowond2,creativezenxfi2,ibassodx50,ibassodx90,mrobe500,ondavx747: "Press POWER to cancel."
|
|
ihifi760,ihifi960: "Double tap RETURN to cancel."
|
|
ihifi770,ihifi770c,ihifi800: "Press HOME to cancel."
|
|
iriverh10,samsungyh*: "Double tap LEFT to cancel."
|
|
mpiohd200: "Double tap REC to cancel."
|
|
mpiohd300: "Double tap MENU to cancel."
|
|
rx27generic: "Press VOLUME to cancel."
|
|
sonynwza860: "Keymaps incomplete."
|
|
touchscreen: "Press Middle Left to cancel."
|
|
vibe500: "Press PREV to cancel."
|
|
xduoox20,xduoox3,xduoox3ii: "Double tap HOME to cancel."
|
|
</source>
|
|
<dest>
|
|
*: "Press LEFT to cancel."
|
|
android,hifietma*,zenvision: "Press BACK to cancel."
|
|
cowond2,creativezenxfi2,ibassodx50,ibassodx90,mrobe500,ondavx747: "Press POWER to cancel."
|
|
ihifi760,ihifi960: "Double tap RETURN to cancel."
|
|
ihifi770,ihifi770c,ihifi800: "Press HOME to cancel."
|
|
iriverh10,samsungyh*: "Double tap LEFT to cancel."
|
|
mpiohd200: "Double tap REC to cancel."
|
|
mpiohd300: "Double tap MENU to cancel."
|
|
rx27generic: "Press VOLUME to cancel."
|
|
sonynwza860: "Keymaps incomplete."
|
|
touchscreen: "Press Middle Left to cancel."
|
|
vibe500: "Press PREV to cancel."
|
|
xduoox20,xduoox3,xduoox3ii: "Double tap HOME to cancel."
|
|
</dest>
|
|
<voice>
|
|
*: "Press LEFT to cancel."
|
|
android,hifietma*,zenvision: "Press BACK to cancel."
|
|
cowond2,creativezenxfi2,ibassodx50,ibassodx90,mrobe500,ondavx747: "Press POWER to cancel."
|
|
ihifi760,ihifi960: "Double tap RETURN to cancel."
|
|
ihifi770,ihifi770c,ihifi800: "Press HOME to cancel."
|
|
iriverh10,samsungyh*: "Double tap LEFT to cancel."
|
|
mpiohd200: "Double tap REC to cancel."
|
|
mpiohd300: "Double tap MENU to cancel."
|
|
rx27generic: "Press VOLUME to cancel."
|
|
touchscreen: "Press Middle Left to cancel."
|
|
vibe500: "Press PREV to cancel."
|
|
xduoox20,xduoox3,xduoox3ii: "Double tap HOME to cancel."
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DATE
|
|
desc: for constructing time and date announcements
|
|
user: core
|
|
<source>
|
|
*: "Date"
|
|
</source>
|
|
<dest>
|
|
*: "Dátum"
|
|
</dest>
|
|
<voice>
|
|
*: "Dátum"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CLEAR_ALL
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Clear all"
|
|
</source>
|
|
<dest>
|
|
*: "Clear all"
|
|
</dest>
|
|
<voice>
|
|
*: "Clear all"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CANCEL_0
|
|
desc: CANCEL.
|
|
user: core
|
|
<source>
|
|
*: "Cancel"
|
|
</source>
|
|
<dest>
|
|
*: "Mégsem"
|
|
</dest>
|
|
<voice>
|
|
*: "Mégsem"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SAVE
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Save"
|
|
</source>
|
|
<dest>
|
|
*: "Mentés"
|
|
</dest>
|
|
<voice>
|
|
*: "Mentés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TIMEOUT
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Timeout"
|
|
</source>
|
|
<dest>
|
|
*: "Timeout"
|
|
</dest>
|
|
<voice>
|
|
*: "Timeout"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TRACK
|
|
desc: used in track x of y constructs
|
|
user: core
|
|
<source>
|
|
*: "Track"
|
|
</source>
|
|
<dest>
|
|
*: "Szám"
|
|
</dest>
|
|
<voice>
|
|
*: "Szám"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ELAPSED
|
|
desc: prefix for elapsed playtime announcement
|
|
user: core
|
|
<source>
|
|
*: "Elapsed"
|
|
</source>
|
|
<dest>
|
|
*: "Eltelt"
|
|
</dest>
|
|
<voice>
|
|
*: "Eltelt"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ANNOUNCEMENT_FMT
|
|
desc: format for wps hotkey announcement
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hotkey: "Announcement format"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hotkey: "Announcement format"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hotkey: "Announcement format"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMAIN
|
|
desc: for constructs such as number of tracks remaining etc
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hotkey: "Remain"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hotkey: "Remain"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hotkey: "Remain"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_GROUPING
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hotkey: "Grouping"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hotkey: "Grouping"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hotkey: "Grouping"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ANNOUNCE_ON
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hotkey: "Announce on"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hotkey: "Announce on"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hotkey: "Announce on"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TRACK_CHANGE
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hotkey: "Track change"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hotkey: "Track change"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hotkey: "Track change"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HOLD_FOR_SETTINGS
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: none
|
|
hotkey: "Hold for settings"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
hotkey: "Hold for settings"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
hotkey: "Hold for settings"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_OPEN_PLUGIN
|
|
desc: onplay open plugin
|
|
user: core
|
|
<source>
|
|
*: "Open Plugin"
|
|
</source>
|
|
<dest>
|
|
*: "Bővítmény megnyitása"
|
|
</dest>
|
|
<voice>
|
|
*: "Bővítmény megnyitása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_OPEN_PLUGIN_NOT_A_PLUGIN
|
|
desc: open plugin module
|
|
user: core
|
|
<source>
|
|
*: "Not a plugin: %s"
|
|
</source>
|
|
<dest>
|
|
*: "Nem bővítmény: %s"
|
|
</dest>
|
|
<voice>
|
|
*: "Nem bővítmény"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_OPEN_PLUGIN_SET_WPS_CONTEXT_PLUGIN
|
|
desc: open plugin module
|
|
user: core
|
|
<source>
|
|
*: "Set WPS Context Plugin"
|
|
</source>
|
|
<dest>
|
|
*: "Set WPS Context Plugin"
|
|
</dest>
|
|
<voice>
|
|
*: "Set WPS Context Plugin"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PARAMETER
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Parameter"
|
|
</source>
|
|
<dest>
|
|
*: "Parameter"
|
|
</dest>
|
|
<voice>
|
|
*: "Parameter"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_NAME
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Name"
|
|
</source>
|
|
<dest>
|
|
*: "Név"
|
|
</dest>
|
|
<voice>
|
|
*: "Név"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ADD
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Add"
|
|
</source>
|
|
<dest>
|
|
*: "Hozzáad"
|
|
</dest>
|
|
<voice>
|
|
*: "Hozzáad"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BACK
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Back"
|
|
</source>
|
|
<dest>
|
|
*: "Vissza"
|
|
</dest>
|
|
<voice>
|
|
*: "Vissza"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EDIT
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Edit"
|
|
</source>
|
|
<dest>
|
|
*: "Szerkesztés"
|
|
</dest>
|
|
<voice>
|
|
*: "Szerkesztés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RUN
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Run"
|
|
</source>
|
|
<dest>
|
|
*: "Run"
|
|
</dest>
|
|
<voice>
|
|
*: "Run"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_EXPORT
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Export"
|
|
</source>
|
|
<dest>
|
|
*: "Export"
|
|
</dest>
|
|
<voice>
|
|
*: "Export"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_BROWSE
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Browse"
|
|
</source>
|
|
<dest>
|
|
*: "Böngészés"
|
|
</dest>
|
|
<voice>
|
|
*: "Böngészés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ENTER_USB_STORAGE_MODE_QUERY
|
|
desc: upon plugging in USB
|
|
user: core
|
|
<source>
|
|
*: "Enter USB mass storage mode?"
|
|
</source>
|
|
<dest>
|
|
*: "Enter USB mass storage mode?"
|
|
</dest>
|
|
<voice>
|
|
*: "Enter USB mass storage mode?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_QUEUE_MENU
|
|
desc: in onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Queue..."
|
|
</source>
|
|
<dest>
|
|
*: "Queue..."
|
|
</dest>
|
|
<voice>
|
|
*: "Queue"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_QUEUE_OPTIONS
|
|
desc: in Current Playlist settings
|
|
user: core
|
|
<source>
|
|
*: "Show Queue Options"
|
|
</source>
|
|
<dest>
|
|
*: "Show Queue Options"
|
|
</dest>
|
|
<voice>
|
|
*: "Show Queue Options"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_SHUFFLED_ADDING_OPTIONS
|
|
desc: in Current Playlist settings
|
|
user: core
|
|
<source>
|
|
*: "Show Shuffled Adding Options"
|
|
</source>
|
|
<dest>
|
|
*: "Show Shuffled Adding Options"
|
|
</dest>
|
|
<voice>
|
|
*: "Show Shuffled Adding Options"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_IN_SUBMENU
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "In Submenu"
|
|
</source>
|
|
<dest>
|
|
*: "In Submenu"
|
|
</dest>
|
|
<voice>
|
|
*: "In Submenu"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SOFTLOCK_DISABLE_ALL_NOTIFY
|
|
desc: disable all softlock notifications
|
|
user: core
|
|
<source>
|
|
*: "Disable All Lock Notifications"
|
|
</source>
|
|
<dest>
|
|
*: "Disable All Lock Notifications"
|
|
</dest>
|
|
<voice>
|
|
*: "Disable All Lock Notifications"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_VOLUME
|
|
desc: exempt volume from softlock
|
|
user: core
|
|
<source>
|
|
*: "Exempt Volume"
|
|
</source>
|
|
<dest>
|
|
*: "Exempt Volume"
|
|
</dest>
|
|
<voice>
|
|
*: "Exempt Volume"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ACTION_ALWAYSAUTOLOCK
|
|
desc: always prime autolock
|
|
user: core
|
|
<source>
|
|
*: "Always Autolock"
|
|
</source>
|
|
<dest>
|
|
*: "Always Autolock"
|
|
</dest>
|
|
<voice>
|
|
*: "Always Autolock"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_NUMERIC_TENS_SWAP_SEPARATOR
|
|
desc: voice only, for speaking numbers in languages that swap the tens and ones fields. Leave blank for languages that do not need it, such as English ("231" => "two hundred thirty one") but other languages may speak it as "two hundred one [AND] thirty"
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOICED_DATE_FORMAT
|
|
desc: format string for how dates will be read back. Y == 4-digit year, A == month name, m == numeric month, d == numeric day. For example, "AdY" will read "January 21 2021"
|
|
user: core
|
|
<source>
|
|
*: "dAY"
|
|
</source>
|
|
<dest>
|
|
*: "dAY"
|
|
</dest>
|
|
<voice>
|
|
*: ""
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LIST_WRAPAROUND
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "List Wraparound"
|
|
</source>
|
|
<dest>
|
|
*: "List Wraparound"
|
|
</dest>
|
|
<voice>
|
|
*: "List Wraparound"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_SHUTDOWN_MESSAGE
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Show Shutdown Message"
|
|
</source>
|
|
<dest>
|
|
*: "Show Shutdown Message"
|
|
</dest>
|
|
<voice>
|
|
*: "Show Shutdown Message"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LIST_ORDER
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "List Order"
|
|
</source>
|
|
<dest>
|
|
*: "Rendezési Sorrend"
|
|
</dest>
|
|
<voice>
|
|
*: "Rendezési Sorrend"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ASCENDING
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Ascending"
|
|
</source>
|
|
<dest>
|
|
*: "Növekvő"
|
|
</dest>
|
|
<voice>
|
|
*: "Növekvő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DESCENDING
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Descending"
|
|
</source>
|
|
<dest>
|
|
*: "Csökkenő"
|
|
</dest>
|
|
<voice>
|
|
*: "Csökkenő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALBUM_ART
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Album Art"
|
|
</source>
|
|
<dest>
|
|
*: "Album Art"
|
|
</dest>
|
|
<voice>
|
|
*: "Album Art"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PREFER_EMBEDDED
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Prefer Embedded"
|
|
</source>
|
|
<dest>
|
|
*: "Prefer Embedded"
|
|
</dest>
|
|
<voice>
|
|
*: "Prefer Embedded"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PREFER_IMAGE_FILE
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Prefer Image File"
|
|
</source>
|
|
<dest>
|
|
*: "Prefer Image File"
|
|
</dest>
|
|
<voice>
|
|
*: "Prefer Image File"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FM_SYNC_RDS_TIME
|
|
desc: in radio screen and Settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
rds: "Sync RDS Time"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
rds: "RDS időszinkronizáció"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
rds: "RDS időszinkronizáció"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_ALBUMS_BY
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Sort albums by"
|
|
</source>
|
|
<dest>
|
|
*: "Albumok rendezése"
|
|
</dest>
|
|
<voice>
|
|
*: "Albumok rendezése"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ARTIST_PLUS_NAME
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Artist + Name"
|
|
</source>
|
|
<dest>
|
|
*: "Előadó + Név"
|
|
</dest>
|
|
<voice>
|
|
*: "Előadó és Név"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ARTIST_PLUS_YEAR
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Artist + Year"
|
|
</source>
|
|
<dest>
|
|
*: "Előadó + Év"
|
|
</dest>
|
|
<voice>
|
|
*: "Előadó és Év"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_YEAR_SORT_ORDER
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Year sort order"
|
|
</source>
|
|
<dest>
|
|
*: "Év rendezési sorrend"
|
|
</dest>
|
|
<voice>
|
|
*: "Év rendezési sorrend"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_YEAR_IN_ALBUM_TITLE
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Show year in album title"
|
|
</source>
|
|
<dest>
|
|
*: "Mutasd az évet az album címében"
|
|
</dest>
|
|
<voice>
|
|
*: "Mutasd az évet az album címében"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WAIT_FOR_CACHE
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Cache needs to finish updating first!"
|
|
</source>
|
|
<dest>
|
|
*: "Cache needs to finish updating first!"
|
|
</dest>
|
|
<voice>
|
|
*: "Cache needs to finish updating first!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TRACK_INFO
|
|
desc: Track Info Title
|
|
user: core
|
|
<source>
|
|
*: "Track Info"
|
|
</source>
|
|
<dest>
|
|
*: "Szám Információ"
|
|
</dest>
|
|
<voice>
|
|
*: "Szám Információ"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAY
|
|
desc: play selected file/directory, in playlist context menu
|
|
user: core
|
|
<source>
|
|
*: "Play"
|
|
</source>
|
|
<dest>
|
|
*: "Lejátszás"
|
|
</dest>
|
|
<voice>
|
|
*: "Lejátszás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAY_SHUFFLED
|
|
desc: play selected files in shuffled order, in playlist context menu
|
|
user: core
|
|
<source>
|
|
*: "Play Shuffled"
|
|
</source>
|
|
<dest>
|
|
*: "Véletlenszerű Lejátszás"
|
|
</dest>
|
|
<voice>
|
|
*: "Véletlenszerű Lejátszás"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_KEEP_CURRENT_TRACK_ON_REPLACE
|
|
desc: used in the playlist settings menu
|
|
user: core
|
|
<source>
|
|
*: "Keep Current Track When Replacing Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Keep Current Track When Replacing Playlist"
|
|
</dest>
|
|
<voice>
|
|
*: "Keep Current Track When Replacing Playlist"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CLEAR_SETTINGS_ON_HOLD
|
|
desc: in the system sub menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
clear_settings_on_hold,iriverh10: "Clear settings when reset button is held during startup"
|
|
ipod4g,ipodcolor,ipodmini1g,ipodmini2g,ipodnano1g,ipodvideo: "Clear settings when hold switch is on during startup"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
clear_settings_on_hold,iriverh10: "A beállítások törlése a reset gomb nyomva tartásával indításkor"
|
|
ipod4g,ipodcolor,ipodmini1g,ipodmini2g,ipodnano1g,ipodvideo: "A beállítások törlése inításkor a hold kapcsoló bekapcsolt állapotában"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
clear_settings_on_hold,iriverh10: "A beállítások törlése a reset gomb nyomva tartásával indításkor"
|
|
ipod4g,ipodcolor,ipodmini1g,ipodmini2g,ipodnano1g,ipodvideo: "A beállítások törlése inításkor a hold kapcsoló bekapcsolt állapotában"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REWIND_ACROSS_TRACKS
|
|
desc: in playback settings menu
|
|
user: core
|
|
<source>
|
|
*: "Rewind Across Tracks"
|
|
</source>
|
|
<dest>
|
|
*: "Rewind Across Tracks"
|
|
</dest>
|
|
<voice>
|
|
*: "Rewind across tracks"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SET_AS
|
|
desc: used in the onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Set As..."
|
|
</source>
|
|
<dest>
|
|
*: "Set As..."
|
|
</dest>
|
|
<voice>
|
|
*: "Set As"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYLIST_DIR
|
|
desc: used in the onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Playlist Directory"
|
|
</source>
|
|
<dest>
|
|
*: "Playlist Directory"
|
|
</dest>
|
|
<voice>
|
|
*: "Playlist Directory"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_START_DIR
|
|
desc: used in the onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Start Directory"
|
|
</source>
|
|
<dest>
|
|
*: "Start Directory"
|
|
</dest>
|
|
<voice>
|
|
*: "Start Directory"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECORDING_DIR
|
|
desc: used in the onplay menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
recording: "Recording Directory"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
recording: "Recording Directory"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
recording: "Recording Directory"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ADD_TO_PL
|
|
desc: used in the onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Add to Playlist..."
|
|
</source>
|
|
<dest>
|
|
*: "Add to Playlist..."
|
|
</dest>
|
|
<voice>
|
|
*: "Add to Playlist"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ADD_TO_EXISTING_PL
|
|
desc: used in the onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Add to Existing Playlist"
|
|
</source>
|
|
<dest>
|
|
*: "Add to Existing Playlist"
|
|
</dest>
|
|
<voice>
|
|
*: "Add to Existing Playlist"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYING_NEXT
|
|
desc: used in the onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Playing Next..."
|
|
</source>
|
|
<dest>
|
|
*: "Playing Next..."
|
|
</dest>
|
|
<voice>
|
|
*: "Playing Next"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAY_NEXT
|
|
desc: used in the onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Play Next"
|
|
</source>
|
|
<dest>
|
|
*: "Play Next"
|
|
</dest>
|
|
<voice>
|
|
*: "Play Next"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ADD_SHUFFLED
|
|
desc: used in the onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Add Shuffled"
|
|
</source>
|
|
<dest>
|
|
*: "Add Shuffled"
|
|
</dest>
|
|
<voice>
|
|
*: "Add Shuffled"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAY_LAST
|
|
desc: used in the onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Play Last"
|
|
</source>
|
|
<dest>
|
|
*: "Play Last"
|
|
</dest>
|
|
<voice>
|
|
*: "Play Last"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAY_LAST_SHUFFLED
|
|
desc: used in the onplay menu
|
|
user: core
|
|
<source>
|
|
*: "Play Last Shuffled"
|
|
</source>
|
|
<dest>
|
|
*: "Play Last Shuffled"
|
|
</dest>
|
|
<voice>
|
|
*: "Play Last Shuffled"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOLUME_ADJUST_MODE
|
|
desc: in system settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
perceptual_volume: "Volume Adjustment Mode"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
perceptual_volume: "Volume Adjustment Mode"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
perceptual_volume: "Volume Adjustment Mode"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VOLUME_ADJUST_NORM_STEPS
|
|
desc: in system settings
|
|
user: core
|
|
<source>
|
|
*: none
|
|
perceptual_volume: "Number of Volume Steps"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
perceptual_volume: "Number of Volume Steps"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
perceptual_volume: "Number of Volume Steps"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PERCEPTUAL
|
|
desc: in system settings -> volume adjustment mode
|
|
user: core
|
|
<source>
|
|
*: none
|
|
perceptual_volume: "Perceptual"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
perceptual_volume: "Perceptual"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
perceptual_volume: "Perceptual"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_TRACKS_WHILE_BROWSING
|
|
desc: in PictureFlow Main Menu
|
|
user: core
|
|
<source>
|
|
*: "Show Tracks While Browsing"
|
|
</source>
|
|
<dest>
|
|
*: "Show Tracks While Browsing"
|
|
</dest>
|
|
<voice>
|
|
*: "Show Tracks While Browsing"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_GOTO_LAST_ALBUM
|
|
desc: in PictureFlow Main Menu
|
|
user: core
|
|
<source>
|
|
*: "Go to Last Album"
|
|
</source>
|
|
<dest>
|
|
*: "Go to Last Album"
|
|
</dest>
|
|
<voice>
|
|
*: "Go to Last Album"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DATABASE_DIR
|
|
desc: in database settings menu
|
|
user: core
|
|
<source>
|
|
*: "Database Directory"
|
|
</source>
|
|
<dest>
|
|
*: "Adatbázis Könyvtár"
|
|
</dest>
|
|
<voice>
|
|
*: "Adatbázis Könyvtár"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMOVE_QUEUED_TRACKS
|
|
desc: Confirmation dialog
|
|
user: core
|
|
<source>
|
|
*: "Remove Queued Tracks?"
|
|
</source>
|
|
<dest>
|
|
*: "Remove Queued Tracks?"
|
|
</dest>
|
|
<voice>
|
|
*: "Remove Queued Tracks?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_QUICK_IGNORE_DIRACHE
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Quick (Ignore Directory Cache)"
|
|
</source>
|
|
<dest>
|
|
*: "Quick (Ignore Directory Cache)"
|
|
</dest>
|
|
<voice>
|
|
*: "Quick (Ignore Directory Cache)"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_WPS
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "What's Playing Screen"
|
|
</source>
|
|
<dest>
|
|
*: "What's Playing Screen"
|
|
</dest>
|
|
<voice>
|
|
*: "What's Playing Screen"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DEFAULT_BROWSER
|
|
desc: in Settings
|
|
user: core
|
|
<source>
|
|
*: "Default Browser"
|
|
</source>
|
|
<dest>
|
|
*: "Alapértelmezett Böngésző"
|
|
</dest>
|
|
<voice>
|
|
*: "Alapértelmezett Böngésző"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_AMAZE_MENU
|
|
desc: Amaze game
|
|
user: core
|
|
<source>
|
|
*: "Amaze Main Menu"
|
|
</source>
|
|
<dest>
|
|
*: "Amaze Main Menu"
|
|
</dest>
|
|
<voice>
|
|
*: "Amaze Main Menu"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SET_MAZE_SIZE
|
|
desc: Maze size in Amaze game
|
|
user: core
|
|
<source>
|
|
*: "Set Maze Size"
|
|
</source>
|
|
<dest>
|
|
*: "Set Maze Size"
|
|
</dest>
|
|
<voice>
|
|
*: "Set Maze Size"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VIEW_MAP
|
|
desc: Map in Amaze game
|
|
user: core
|
|
<source>
|
|
*: "View Map"
|
|
</source>
|
|
<dest>
|
|
*: "View Map"
|
|
</dest>
|
|
<voice>
|
|
*: "View Map"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_COMPASS
|
|
desc: Compass in Amaze game
|
|
user: core
|
|
<source>
|
|
*: "Show Compass"
|
|
</source>
|
|
<dest>
|
|
*: "Show Compass"
|
|
</dest>
|
|
<voice>
|
|
*: "Show Compass"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_MAP
|
|
desc: Map in Amaze game
|
|
user: core
|
|
<source>
|
|
*: "Show Map"
|
|
</source>
|
|
<dest>
|
|
*: "Show Map"
|
|
</dest>
|
|
<voice>
|
|
*: "Show Map"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMEMBER_PATH
|
|
desc: Map in Amaze game
|
|
user: core
|
|
<source>
|
|
*: "Remember Path"
|
|
</source>
|
|
<dest>
|
|
*: "Remember Path"
|
|
</dest>
|
|
<voice>
|
|
*: "Remember Path"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USE_LARGE_TILES
|
|
desc: Map in Amaze game
|
|
user: core
|
|
<source>
|
|
*: "Use Large Tiles"
|
|
</source>
|
|
<dest>
|
|
*: "Use Large Tiles"
|
|
</dest>
|
|
<voice>
|
|
*: "Use Large Tiles"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_SOLUTION
|
|
desc: Map in Amaze game
|
|
user: core
|
|
<source>
|
|
*: "Show Solution"
|
|
</source>
|
|
<dest>
|
|
*: "Show Solution"
|
|
</dest>
|
|
<voice>
|
|
*: "Show Solution"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_QUIT_WITHOUT_SAVING
|
|
desc:
|
|
user: core
|
|
<source>
|
|
*: "Quit without saving"
|
|
</source>
|
|
<dest>
|
|
*: "Kilépés mentés nélkül"
|
|
</dest>
|
|
<voice>
|
|
*: "Kilépés mentés nélkül"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_GENERATING_MAZE
|
|
desc: Amaze game
|
|
user: core
|
|
<source>
|
|
*: "Generating maze..."
|
|
</source>
|
|
<dest>
|
|
*: "Generating maze..."
|
|
</dest>
|
|
<voice>
|
|
*: "Generating maze"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_YOU_WIN
|
|
desc: Success in game
|
|
user: core
|
|
<source>
|
|
*: "You win!"
|
|
</source>
|
|
<dest>
|
|
*: "Nyertél!"
|
|
</dest>
|
|
<voice>
|
|
*: "Nyertél!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_YOU_CHEATED
|
|
desc: Cheated in game
|
|
user: core
|
|
<source>
|
|
*: "You cheated!"
|
|
</source>
|
|
<dest>
|
|
*: "Csaltál!"
|
|
</dest>
|
|
<voice>
|
|
*: "Csaltál!"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DIFFICULTY_EASY
|
|
desc: Game difficulty
|
|
user: core
|
|
<source>
|
|
*: "Easy"
|
|
</source>
|
|
<dest>
|
|
*: "Könnyű"
|
|
</dest>
|
|
<voice>
|
|
*: "Könnyű"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DIFFICULTY_MEDIUM
|
|
desc: Game difficulty
|
|
user: core
|
|
<source>
|
|
*: "Medium"
|
|
</source>
|
|
<dest>
|
|
*: "Közepes"
|
|
</dest>
|
|
<voice>
|
|
*: "Közepes"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DIFFICULTY_HARD
|
|
desc: Game difficulty
|
|
user: core
|
|
<source>
|
|
*: "Hard"
|
|
</source>
|
|
<dest>
|
|
*: "Nehéz"
|
|
</dest>
|
|
<voice>
|
|
*: "Nehéz"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DIFFICULTY_EXPERT
|
|
desc: Game difficulty
|
|
user: core
|
|
<source>
|
|
*: "Expert"
|
|
</source>
|
|
<dest>
|
|
*: "Szakértő"
|
|
</dest>
|
|
<voice>
|
|
*: "Szakértő"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LEGAL_NOTICES
|
|
desc: in system menu
|
|
user: core
|
|
<source>
|
|
*: "Legal Notices"
|
|
</source>
|
|
<dest>
|
|
*: "Legal Notices"
|
|
</dest>
|
|
<voice>
|
|
*: "Legal Notices"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ERROR_FORMATSTR
|
|
desc: for general use
|
|
user: core
|
|
<source>
|
|
*: "Error: %s"
|
|
</source>
|
|
<dest>
|
|
*: "Hiba: %s"
|
|
</dest>
|
|
<voice>
|
|
*: "Hiba"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MIKMOD_SETTINGS
|
|
desc: mikmod plugin
|
|
user: core
|
|
<source>
|
|
*: "Mikmod Settings"
|
|
</source>
|
|
<dest>
|
|
*: "Mikmod Settings"
|
|
</dest>
|
|
<voice>
|
|
*: "Mik mod Settings"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_MIKMOD_MENU
|
|
desc: mikmod plugin
|
|
user: core
|
|
<source>
|
|
*: "Mikmod Menu"
|
|
</source>
|
|
<dest>
|
|
*: "Mikmod Menu"
|
|
</dest>
|
|
<voice>
|
|
*: "Mik mod Menu"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHESSBOX_MENU
|
|
desc: chessbox plugin
|
|
user: core
|
|
<source>
|
|
*: "Chessbox Menu"
|
|
</source>
|
|
<dest>
|
|
*: "Chessbox Menu"
|
|
</dest>
|
|
<voice>
|
|
*: "Chess box Menu"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_INVALID_VOICE_FILE
|
|
desc: played if the voice file fails to load
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Hibás Hang fájl"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: VOICE_LANG_NAME
|
|
desc: Spoken name of the language
|
|
user: core
|
|
<source>
|
|
*: ""
|
|
</source>
|
|
<dest>
|
|
*: ""
|
|
</dest>
|
|
<voice>
|
|
*: "Magyar"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PERCENT_FORMAT
|
|
desc: percent formatting ( `10%` is default , for `10 %` use '%ld %%' , for `%10` use '%%%ld' and so on)
|
|
user: core
|
|
<source>
|
|
*: "%ld%%"
|
|
</source>
|
|
<dest>
|
|
*: "~%ld%%"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CHOOSE_FILE
|
|
desc: file_picker plugin ask user to select a file
|
|
user: core
|
|
<source>
|
|
*: "Choose File"
|
|
</source>
|
|
<dest>
|
|
*: "Fájl Kiválasztása"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájl Kiválasztása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DISABLE_MAINMENU_SCROLLING
|
|
desc: Disable main menu scrolling
|
|
user: core
|
|
<source>
|
|
*: "Disable main menu scrolling"
|
|
</source>
|
|
<dest>
|
|
*: "Disable main menu scrolling"
|
|
</dest>
|
|
<voice>
|
|
*: "Disable main menu scrolling"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REMAINING
|
|
desc: Playing Time
|
|
user: core
|
|
<source>
|
|
*: "Remaining"
|
|
</source>
|
|
<dest>
|
|
*: "Remaining"
|
|
</dest>
|
|
<voice>
|
|
*: "Remaining"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_FIRST_LETTER
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "First Letter"
|
|
</source>
|
|
<dest>
|
|
*: "Első Betű"
|
|
</dest>
|
|
<voice>
|
|
*: "Első Betű"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_BY_FIRST_LETTER
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "By First Letter..."
|
|
</source>
|
|
<dest>
|
|
*: "By First Letter..."
|
|
</dest>
|
|
<voice>
|
|
*: "By First Letter"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_ARTISTS_BY_FIRST_LETTER
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Artists by First Letter"
|
|
</source>
|
|
<dest>
|
|
*: "Artists by First Letter"
|
|
</dest>
|
|
<voice>
|
|
*: "Artists by First Letter"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_ALBUM_ARTISTS_BY_FIRST_LETTER
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Album Artists by First Letter"
|
|
</source>
|
|
<dest>
|
|
*: "Album Artists by First Letter"
|
|
</dest>
|
|
<voice>
|
|
*: "Album Artists by First Letter"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_ALBUMS_BY_FIRST_LETTER
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Albums by First Letter"
|
|
</source>
|
|
<dest>
|
|
*: "Albums by First Letter"
|
|
</dest>
|
|
<voice>
|
|
*: "Albums by First Letter"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHOW_TRACKS_BY_FIRST_LETTER
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Tracks by First Letter"
|
|
</source>
|
|
<dest>
|
|
*: "Tracks by First Letter"
|
|
</dest>
|
|
<voice>
|
|
*: "Tracks by First Letter"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ARTISTS
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Artists"
|
|
</source>
|
|
<dest>
|
|
*: "Előadók"
|
|
</dest>
|
|
<voice>
|
|
*: "Előadók"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALBUMS
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Albums"
|
|
</source>
|
|
<dest>
|
|
*: "Albumok"
|
|
</dest>
|
|
<voice>
|
|
*: "Albumok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TRACKS
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Tracks"
|
|
</source>
|
|
<dest>
|
|
*: "Számok"
|
|
</dest>
|
|
<voice>
|
|
*: "Számok"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SHUFFLE_SONGS
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Shuffle Songs"
|
|
</source>
|
|
<dest>
|
|
*: "Shuffle Songs"
|
|
</dest>
|
|
<voice>
|
|
*: "Shuffle Songs"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FILENAME
|
|
desc: Database and recording menus
|
|
user: core
|
|
<source>
|
|
*: "Filename"
|
|
</source>
|
|
<dest>
|
|
*: "Fájlnév"
|
|
</dest>
|
|
<voice>
|
|
*: "Fájlnév"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TITLE_WITH_DURATION
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Title (with track duration)"
|
|
</source>
|
|
<dest>
|
|
*: "Title (with track duration)"
|
|
</dest>
|
|
<voice>
|
|
*: "Title with track duration"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_USER_RATING
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "User Rating"
|
|
</source>
|
|
<dest>
|
|
*: "User Rating"
|
|
</dest>
|
|
<voice>
|
|
*: "User Rating"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SEARCH
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Search"
|
|
</source>
|
|
<dest>
|
|
*: "Keresés"
|
|
</dest>
|
|
<voice>
|
|
*: "Keresés"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SEARCH_BY
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Search by..."
|
|
</source>
|
|
<dest>
|
|
*: "Search by..."
|
|
</dest>
|
|
<voice>
|
|
*: "Search by"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_RECENTLY_ADDED
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Recently Added"
|
|
</source>
|
|
<dest>
|
|
*: "Recently Added"
|
|
</dest>
|
|
<voice>
|
|
*: "Recently Added"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_PLAYBACK_HISTORY
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Playback History"
|
|
</source>
|
|
<dest>
|
|
*: "Playback History"
|
|
</dest>
|
|
<voice>
|
|
*: "Playback History"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_CUSTOM_MENU
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Custom menu"
|
|
</source>
|
|
<dest>
|
|
*: "Custom menu"
|
|
</dest>
|
|
<voice>
|
|
*: "Custom menu"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SAME_AS_CURRENT
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Same as currently played track"
|
|
</source>
|
|
<dest>
|
|
*: "Same as currently played track"
|
|
</dest>
|
|
<voice>
|
|
*: "Same as currently played track"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_DIRECTORY
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Directory"
|
|
</source>
|
|
<dest>
|
|
*: "Könyvtár"
|
|
</dest>
|
|
<voice>
|
|
*: "Könyvtár"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALBUMS_BY_YEAR
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Albums by Year"
|
|
</source>
|
|
<dest>
|
|
*: "Albums by Year"
|
|
</dest>
|
|
<voice>
|
|
*: "Albums by Year"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ALBUMS_BETWEEN_YEARS
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Albums between Years"
|
|
</source>
|
|
<dest>
|
|
*: "Albums between Years"
|
|
</dest>
|
|
<voice>
|
|
*: "Albums between Years"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_ARTISTS_BETWEEN_YEARS
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Artists between Years"
|
|
</source>
|
|
<dest>
|
|
*: "Artists between Years"
|
|
</dest>
|
|
<voice>
|
|
*: "Artists between Years"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HISTORY_MOST_PLAYED
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Most played (Plays|Score)"
|
|
</source>
|
|
<dest>
|
|
*: "Most played (Plays|Score)"
|
|
</dest>
|
|
<voice>
|
|
*: "Most played by Plays then by Score"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HISTORY_RECENTLY_PLAYED_TRACKS
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Recently played tracks"
|
|
</source>
|
|
<dest>
|
|
*: "Recently played tracks"
|
|
</dest>
|
|
<voice>
|
|
*: "Recently played tracks"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HISTORY_NEVER_PLAYED_TRACKS
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Never played tracks"
|
|
</source>
|
|
<dest>
|
|
*: "Never played tracks"
|
|
</dest>
|
|
<voice>
|
|
*: "Never played tracks"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HISTORY_FAVOURITE_ARTISTS
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Favourite artists"
|
|
</source>
|
|
<dest>
|
|
*: "Favourite artists"
|
|
</dest>
|
|
<voice>
|
|
*: "Favourite artists"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HISTORY_FAVOURITE_ALBUMS
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Favourite albums"
|
|
</source>
|
|
<dest>
|
|
*: "Favourite albums"
|
|
</dest>
|
|
<voice>
|
|
*: "Favourite albums"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HISTORY_RECENT_FAVOURITES
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Recent favourites"
|
|
</source>
|
|
<dest>
|
|
*: "Recent favourites"
|
|
</dest>
|
|
<voice>
|
|
*: "Recent favourites"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HISTORY_NEW_FAVOURITES
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "New favourites"
|
|
</source>
|
|
<dest>
|
|
*: "New favourites"
|
|
</dest>
|
|
<voice>
|
|
*: "New favourites"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HISTORY_FORGOTTEN_FAVOURITES
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Forgotten favourites"
|
|
</source>
|
|
<dest>
|
|
*: "Forgotten favourites"
|
|
</dest>
|
|
<voice>
|
|
*: "Forgotten favourites"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TRACKS_BY
|
|
desc: Database menu
|
|
user: core
|
|
<source>
|
|
*: "Tracks by"
|
|
</source>
|
|
<dest>
|
|
*: "Tracks by"
|
|
</dest>
|
|
<voice>
|
|
*: "Tracks by"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VIEW_ALBUMART
|
|
desc: WPS context menu
|
|
user: core
|
|
<source>
|
|
*: "View Album Art"
|
|
</source>
|
|
<dest>
|
|
*: "View Album Art"
|
|
</dest>
|
|
<voice>
|
|
*: "View Album Art"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_TAGNAVI_ALL_TRACKS_SORTED_BY_ALBUM
|
|
desc: "[By album]" entry in tag browser
|
|
user: core
|
|
<source>
|
|
*: "[By album]"
|
|
</source>
|
|
<dest>
|
|
*: "[Album szerint]"
|
|
</dest>
|
|
<voice>
|
|
*: "Minden szám album szerint rendezve"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HP_LO_SELECT
|
|
desc: Output Select
|
|
user: core
|
|
<source>
|
|
*: none
|
|
erosqnative: "Output Select"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
erosqnative: "Kimenet Kiválasztása"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
erosqnative: "Kimenet Kiválasztása"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_HEADPHONE
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
erosqnative: "Headphone"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
erosqnative: "Fejhallgató"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
erosqnative: "Fejhallgató"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LINEOUT
|
|
desc: in settings_menu
|
|
user: core
|
|
<source>
|
|
*: none
|
|
erosqnative,lineout_poweroff: "Line Out"
|
|
</source>
|
|
<dest>
|
|
*: none
|
|
erosqnative,lineout_poweroff: "Line Out"
|
|
</dest>
|
|
<voice>
|
|
*: none
|
|
erosqnative,lineout_poweroff: "Line Out"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_FONT_LOAD_ERROR
|
|
desc: Displayed when font loading fails
|
|
user: core
|
|
<source>
|
|
*: "Unable to load font: (%s)"
|
|
</source>
|
|
<dest>
|
|
*: "Unable to load font: (%s)"
|
|
</dest>
|
|
<voice>
|
|
*: "Unable to load font"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_LOGGING
|
|
desc: playback logging
|
|
user: core
|
|
<source>
|
|
*: "Logging"
|
|
</source>
|
|
<dest>
|
|
*: "Logging"
|
|
</dest>
|
|
<voice>
|
|
*: "logging"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_VIEWLOG
|
|
desc: view Log
|
|
user: core
|
|
<source>
|
|
*: "View log"
|
|
</source>
|
|
<dest>
|
|
*: "View log"
|
|
</dest>
|
|
<voice>
|
|
*: "view log"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_REPLAY_FINISHED_PLAYLIST
|
|
desc: Resume playback of finished playlist
|
|
user: core
|
|
<source>
|
|
*: "Playlist finished. Play again?"
|
|
</source>
|
|
<dest>
|
|
*: "Playlist finished. Play again?"
|
|
</dest>
|
|
<voice>
|
|
*: "Playlist finished. Play again?"
|
|
</voice>
|
|
</phrase>
|
|
<phrase>
|
|
id: LANG_SORT_PLAYLISTS
|
|
desc: playlists sorting setting
|
|
user: core
|
|
<source>
|
|
*: "Sort Playlists"
|
|
</source>
|
|
<dest>
|
|
*: "Sort Playlists"
|
|
</dest>
|
|
<voice>
|
|
*: "sort playlists"
|
|
</voice>
|
|
</phrase>
|