diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2010-04-06 20:20:47 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2010-04-06 20:20:47 +0000 |
| commit | ede9991649c9a5c89339b8dbeb7a3b87f8e1debd (patch) | |
| tree | cf225335def5eacefb9857b732a97505640bbb18 | |
| parent | a9ffcb3516eb1e66affa2570b273eccd31b9ef16 (diff) | |
| download | rockbox-ede9991649c9a5c89339b8dbeb7a3b87f8e1debd.zip rockbox-ede9991649c9a5c89339b8dbeb7a3b87f8e1debd.tar.gz rockbox-ede9991649c9a5c89339b8dbeb7a3b87f8e1debd.tar.bz2 rockbox-ede9991649c9a5c89339b8dbeb7a3b87f8e1debd.tar.xz | |
Slovak language update
Flyspray: FS #11174
Author: Peter Lecký
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25501 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/slovak.lang | 106 |
1 files changed, 104 insertions, 2 deletions
diff --git a/apps/lang/slovak.lang b/apps/lang/slovak.lang index ca269ea..ddd3fe2 100644 --- a/apps/lang/slovak.lang +++ b/apps/lang/slovak.lang @@ -1858,10 +1858,10 @@ *: "Replaygain Type" </source> <dest> - *: "Typ Prelínania" + *: "použiť Zosilnenie" </dest> <voice> - *: "Typ prelínania" + *: "Použiť zosilnenie" </voice> </phrase> <phrase> @@ -13301,3 +13301,105 @@ recording_histogram: "Interval histogramu" </voice> </phrase> +<phrase> + id: LANG_LINEOUT_ONOFF + desc: in system settings menu + user: core + <source> + *: none + lineout_poweroff: "Line Out" + </source> + <dest> + *: none + lineout_poweroff: "Linkový Výstup" + </dest> + <voice> + *: none + lineout_poweroff: "Linkový výstup" + </voice> +</phrase> +<phrase> + id: LANG_VIEW_HOTKEY + desc: hotkey menu + user: core + <source> + *: none + hotkey: "View Hotkey Settings" + </source> + <dest> + *: none + hotkey: "Zobraziť Nastavenia Horúceho Klávesu" + </dest> + <voice> + *: none + hotkey: "Zobraziť nastavenia horúceho klávesu" + </voice> +</phrase> +<phrase> + id: LANG_HOTKEY_ASSIGNED + desc: Confirmation after the hotkey has been assigned + user: core + <source> + *: none + hotkey: "Assigned Hotkey: %s" + </source> + <dest> + *: none + hotkey: "Priradená Skratka: %s" + </dest> + <voice> + *: none + hotkey: "Priradená skratka" + </voice> +</phrase> +<phrase> + id: LANG_HOTKEY + desc: hotkey menu + user: core + <source> + *: none + hotkey: "Hotkey" + </source> + <dest> + *: none + hotkey: "Klávesová Skratka" + </dest> + <voice> + *: none + hotkey: "Klávesová skratka" + </voice> +</phrase> +<phrase> + id: LANG_HOTKEY_NOT_SET + desc: hotkey splash + user: core + <source> + *: none + hotkey: "Hotkey Not Set" + </source> + <dest> + *: none + hotkey: "Skratka Nieje Nastavená" + </dest> + <voice> + *: none + hotkey: "Skratka nieje nastavená" + </voice> +</phrase> +<phrase> + id: LANG_SET_HOTKEY_QUESTION + desc: hotkey splash + user: core + <source> + *: none + hotkey: "Set Hotkey: %s?" + </source> + <dest> + *: none + hotkey: "Nastaviť skratku: %s?" + </dest> + <voice> + *: none + hotkey: "Nastaviť skratku?" + </voice> +</phrase> |