From 191236ba886fa57a3be512af6cdd424557f8e021 Mon Sep 17 00:00:00 2001 From: bertrik Date: Sun, 30 May 2010 10:32:15 +0000 Subject: [PATCH] Slovak language update MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Flyspray: FS #11331 Author: Peter Lecký git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26406 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/slovak.lang | 203 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 184 insertions(+), 19 deletions(-) diff --git a/apps/lang/slovak.lang b/apps/lang/slovak.lang index 898164e775..4e9ac60fd3 100644 --- a/apps/lang/slovak.lang +++ b/apps/lang/slovak.lang @@ -8264,8 +8264,6 @@ *: "Čas" -/* TODO: cleanup LANG_USB_CHARGING unless HAVE_USB_CHARGING_ENABLE defined, - * the selector should probably be usb_charging_enable_enable as well. */ id: LANG_USB_CHARGING desc: in Battery menu @@ -13435,23 +13433,6 @@ - id: LANG_REMOTE_FMRADIO - desc: in the main menu - user: core - - *:none - radio_remote: "Remote FM Radio" - - - *:none - radio_remote: "Vzdialené FM Rádio" - - - *:none - radio_remote: "Vzdialené fm rádio" - - - id: LANG_FM_STATION_HEADER desc: in radio screen user: core @@ -13519,3 +13500,187 @@ hotkey: "" + + id: LANG_REMOTE_RADIOSCREEN + desc: in the theme menu + user: core + + *: none + radio_remote: "Remote Radio Screen" + + + *: none + radio_remote: "Vzdialená Obrazovka Rádia" + + + *: none + radio_remote: "Vzdialená obrazovka rádia" + + + + id: LANG_HW_EQ_GAIN + desc: in sound_menu, hardware equalizer tone controls filter gain + user: core + + *: none + gigabeats: "Band %d Gain" + + + *: none + gigabeats: "Šírka Pásma %d" + + + *: none + gigabeats: "Šírka pásma" + + + + id: LANG_HW_EQ_WIDTH_WIDE + desc: in sound_menu, hardware equalizer tone controls wide bandwidth setting + user: core + + *: none + gigabeats: "Wide" + + + *: none + gigabeats: "Široké" + + + *: none + gigabeats: "Široké" + + + + id: LANG_HW_EQ_WIDTH_NARROW + desc: in sound_menu, hardware equalizer tone controls narrow bandwith setting + user: core + + *: none + gigabeats: "Narrow" + + + *: none + gigabeats: "Úzke" + + + *: none + gigabeats: "Úzke" + + + + id: LANG_TAGNAVI_UNTAGGED + desc: "" entry in tag browser + user: core + + *: "" + + + *: "" + + + *: "Netagované" + + + + id: LANG_HW_EQ_TONE_CONTROLS_ADVANCED + desc: in sound_menu, advanced settings for hardware equalizer tone controls + user: core + + *: none + gigabeats: "Advanced Tone Control Settings" + + + *: none + gigabeats: "Pokročilé Nastavenia Tónu" + + + *: none + gigabeats: "Pokročilé nastavenia tónu" + + + + id: LANG_DEPTH_3D + desc: in sound_menu, amount of 3D enhancement effect + user: core + + *: none + gigabeats: "3-D Enhancement" + + + *: none + gigabeats: "3-D Vylepšenie" + + + *: none + gigabeats: "3-D Vylepšenie" + + + + id: LANG_HW_EQ_FREQUENCY + desc: in sound_menu, hardware equalizer tone controls shelf filter cutoff frequency + user: core + + *: none + gigabeats: "Band %d Frequency" + + + *: none + gigabeats: "Frekvencia Pásma %d" + + + *: none + gigabeats: "Frekvencia pásma" + + + + id: LANG_HW_EQ_WIDTH + desc: in sound_menu, hardware equalizer tone controls peak bandwith setting + user: core + + *: none + gigabeats: "Band %d Width" + + + *: none + gigabeats: "Šírka Pásma %d" + + + *: none + gigabeats: "Šírka pásma" + + + + id: LANG_RADIOSCREEN + desc: in the theme menu + user: core + + *: none + radio: "Radio Screen" + + + *: none + radio: "Obrazovka Rádia" + + + *: none + radio: "Obrazovka rádia" + + + + id: LANG_HW_EQ_TONE_CONTROLS + desc: in sound_menu, hardware equalizer tone controls + user: core + + *: none + gigabeats: "Tone Controls" + + + *: none + gigabeats: "Nastavenia Tónu" + + + *: none + gigabeats: "Nastavenia tónu" + + -- 2.11.4.GIT