diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2019-02-06 13:36:01 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2019-07-20 17:20:19 -0400 |
commit | 5a84239e43d6be65e6265ef06a71a7ff66f25fd8 (patch) | |
tree | d58dae0b0ff3f32b111aaf2bdf016625ea43aef1 /apps/lang | |
parent | 859f762814a408fabd22171baeba9f1d13e76eda (diff) |
Add speech feedback to imageviewer plugin
Patch by Igor Poretsky
Change-Id: Ifcca7342d07f0d7fb90d282468f7e6576c13d36b
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/english.lang | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index daf67a044c..e531bafd65 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -15126,3 +15126,119 @@ id: VOICE_BAT_BENCH_KEYS *: "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> + *: none + lcd_bitmap: "Cannot restart playback" + </source> + <dest> + *: none + lcd_bitmap: "Cannot restart playback" + </dest> + <voice> + *: none + lcd_bitmap: "Cannot restart playback" + </voice> +</phrase> +<phrase> + id: LANG_ORDERED + desc: in the imageviewer settings menu + user: core + <source> + *: none + lcd_bitmap: "Ordered" + </source> + <dest> + *: none + lcd_bitmap: "Ordered" + </dest> + <voice> + *: none + lcd_bitmap: "Ordered" + </voice> +</phrase> +<phrase> + id: LANG_DIFFUSION + desc: in the imageviewer settings menu + user: core + <source> + *: none + lcd_bitmap: "Diffusion" + </source> + <dest> + *: none + lcd_bitmap: "Diffusion" + </dest> + <voice> + *: none + lcd_bitmap: "Diffusion" + </voice> +</phrase> +<phrase> + id: LANG_GRAYSCALE + desc: in the imageviewer settings menu + user: core + <source> + *: none + lcd_bitmap: "Grayscale" + </source> + <dest> + *: none + lcd_bitmap: "Grayscale" + </dest> + <voice> + *: none + lcd_bitmap: "Grayscale" + </voice> +</phrase> +<phrase> + id: LANG_SLIDESHOW_MODE + desc: in the imageviewer settings menu + user: core + <source> + *: none + lcd_bitmap: "Toggle Slideshow Mode" + </source> + <dest> + *: none + lcd_bitmap: "Toggle Slideshow Mode" + </dest> + <voice> + *: none + lcd_bitmap: "Toggle Slide show Mode" + </voice> +</phrase> +<phrase> + id: LANG_SLIDESHOW_TIME + desc: in the imageviewer settings menu + user: core + <source> + *: none + lcd_bitmap: "Slideshow Time" + </source> + <dest> + *: none + lcd_bitmap: "Slideshow Time" + </dest> + <voice> + *: none + lcd_bitmap: "Slide show Time" + </voice> +</phrase> +<phrase> + id: LANG_RETURN + desc: in various plugin menus + user: core + <source> + *: "Return" + </source> + <dest> + *: "Return" + </dest> + <voice> + *: "Return" + </voice> +</phrase> |