diff options
| author | Martin Scarratt <mmmm@rockbox.org> | 2006-07-31 12:55:27 +0000 |
|---|---|---|
| committer | Martin Scarratt <mmmm@rockbox.org> | 2006-07-31 12:55:27 +0000 |
| commit | 1ae0cdbc468d929ce1b8d9b8e1e95609feff5427 (patch) | |
| tree | 9e7f702b829de6ef30d498b4bc027a5208413553 /apps/lang | |
| parent | 7a47313a21c23b7e3e3ce69c6e799beb6bbf3548 (diff) | |
| download | rockbox-1ae0cdbc468d929ce1b8d9b8e1e95609feff5427.zip rockbox-1ae0cdbc468d929ce1b8d9b8e1e95609feff5427.tar.gz rockbox-1ae0cdbc468d929ce1b8d9b8e1e95609feff5427.tar.bz2 rockbox-1ae0cdbc468d929ce1b8d9b8e1e95609feff5427.tar.xz | |
I-River targets: A workaround for the recording interference hardware issue when recording with a remote. Disable remote LCD while recording by pressing vol- on the remote. All remote buttons and cliplight are still operational while lcd is disabled.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10376 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
| -rw-r--r-- | apps/lang/english.lang | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 2ae4731..0ea56e8 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -8779,3 +8779,31 @@ *: "Stop recording" </voice> </phrase> +<phrase> + id: LANG_REMOTE_LCD_OFF + desc: Remote lcd off splash + user: + <source> + *: "Remote Display OFF" + </source> + <dest> + *: "Remote Display OFF" + </dest> + <voice> + *: "Remote Display OFF" + </voice> +</phrase> +<phrase> + id: LANG_REMOTE_LCD_ON + desc: Remote lcd off splash + user: + <source> + *: "(Vol- : Re-enable)" + </source> + <dest> + *: "(Vol- : Re-enable)" + </dest> + <voice> + *: "(Vol- : Re-enable)" + </voice> +</phrase>
\ No newline at end of file |