diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2011-11-23 21:53:26 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2011-11-23 21:53:26 +0000 |
commit | e1949696d900448f94243d148dc8aceb20d19cd5 (patch) | |
tree | 02d4eaf27d31f973d7c35e4091c27bf20c066370 /apps | |
parent | c803aa11bcc911a7478a5eb1d75bc6388780bb41 (diff) |
FS#12401 - Slovak language update by Peter Lecký
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31048 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/lang/slovak.lang | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/apps/lang/slovak.lang b/apps/lang/slovak.lang index c9975c65eb..a3e417f1d0 100644 --- a/apps/lang/slovak.lang +++ b/apps/lang/slovak.lang @@ -12816,3 +12816,65 @@ *: "Aktivovať Časovač Spánku Po Zapnutí" </voice> </phrase> +<phrase> + id: LANG_GLYPHS + desc: in settings_menu + user: core + <source> + *: "Glyphs To Cache" + </source> + <dest> + *: "Zapamätať Glyfy" + </dest> + <voice> + *: "Zapamätať Glyfy" + </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: "Klik v Reproduktore" + </dest> + <voice> + *: none + hardware_click: "Klik v Reproduktore" + </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: "Klik v Slúchadlách" + </dest> + <voice> + *: none + hardware_click: "Klik v Slúchadlách" + </voice> +</phrase> +<phrase> + id: LANG_SHORTCUTS + desc: Title in the shortcuts menu + user: core + <source> + *: "Shortcuts" + </source> + <dest> + *: "Skratky" + </dest> + <voice> + *: "Skratky" + </voice> +</phrase> |