diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-24 14:23:46 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-24 14:24:55 -0400 |
commit | 17f7cc92c258bc456a27c3e7c5a19c9409851879 (patch) | |
tree | bb0a47e95dd129149c61fd56d4248712a0a9b9ad | |
parent | 09f40e266b8e796db0137c5ef25ce1d3da2b4e31 (diff) | |
download | rockbox-17f7cc9.tar.gz rockbox-17f7cc9.zip |
Slovak language update (From Peter Lecký)archos_retired
Change-Id: Icf80eb628cdc0a4ab6644c05104c0893b45d217f
-rw-r--r-- | apps/lang/slovak.lang | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/apps/lang/slovak.lang b/apps/lang/slovak.lang index 91e5047ccf..c987fac717 100644 --- a/apps/lang/slovak.lang +++ b/apps/lang/slovak.lang @@ -16348,3 +16348,102 @@ lcd_bitmap: "Vybrať inú hru" </voice> </phrase> +<phrase> + id: LANG_SHOW_AT_THE_TOP_NEW + desc: in the pictureflow settings + user: core + <source> + *: none + lcd_bitmap: "Show album at the top" + </source> + <dest> + *: none + lcd_bitmap: "Zobraziť album navrchu" + </dest> + <voice> + *: none + lcd_bitmap: "Zobraziť album navrchu" + </voice> +</phrase> +<phrase> + id: LANG_UPDATE_CACHE + desc: in pictureflow + user: core + <source> + *: "Update cache" + </source> + <dest> + *: "Aktualizovať cache" + </dest> + <voice> + *: "Aktualizovať cache" + </voice> +</phrase> +<phrase> + id: LANG_SHOW_ALL_AT_THE_BOTTOM + desc: in the pictureflow settings + user: core + <source> + *: none + lcd_bitmap: "Show album and artist at the bottom" + </source> + <dest> + *: none + lcd_bitmap: "Zobraziť album a umelca naspodku" + </dest> + <voice> + *: none + lcd_bitmap: "Zobraziť album a umelca naspodku" + </voice> +</phrase> +<phrase> + id: LANG_SHOW_AT_THE_BOTTOM_NEW + desc: in the pictureflow settings + user: core + <source> + *: none + lcd_bitmap: "Show album at the bottom" + </source> + <dest> + *: none + lcd_bitmap: "Zobraziť album naspodku" + </dest> + <voice> + *: none + lcd_bitmap: "Zobraziť album naspodku" + </voice> +</phrase> +<phrase> + id: LANG_HIDE_ALBUM_TITLE_NEW + desc: in the pictureflow settings + user: core + <source> + *: none + lcd_bitmap: "Hide information" + </source> + <dest> + *: none + lcd_bitmap: "Skryť info" + </dest> + <voice> + *: none + lcd_bitmap: "Skryť info" + </voice> +</phrase> +<phrase> + id: LANG_SHOW_ALL_AT_THE_TOP + desc: in the pictureflow settings + user: core + <source> + *: none + lcd_bitmap: "Show album and artist at the top" + </source> + <dest> + *: none + lcd_bitmap: "Zobraziť album a umelca navrchu" + </dest> + <voice> + *: none + lcd_bitmap: "Zobraziť album a umelca navrchu" + </voice> +</phrase> |