summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorStéphane Doyon <s.doyon@videotron.ca>2007-10-10 02:28:58 +0000
committerStéphane Doyon <s.doyon@videotron.ca>2007-10-10 02:28:58 +0000
commitd529a3845b1eefd396b0c0dbf177740357d03c0b (patch)
tree8fe83e397bc66ac3f25d946bdb83016cef8a8929 /apps/lang/english.lang
parent0279c71a92cd54210b91e80541c0688fb55c3a19 (diff)
downloadrockbox-d529a3845b1eefd396b0c0dbf177740357d03c0b.tar.gz
rockbox-d529a3845b1eefd396b0c0dbf177740357d03c0b.zip
Make the virtual keyboard easier to use for blind users.
From FS#6324 When moving up/down and landing on the edit line, say "edit". Otherwise it gets quite confusing. When moving left and right on the edit line, sound a beep when the left or right end is reached. Before, it would say nothing either when the cursor is over a blank or a char it doesn't know how to spell. So if we're on a blank spot, say "blank". Pass the whole utf8 char to be spelled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15060 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang28
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index abe70b4d9f..f6829e92fa 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -11389,3 +11389,31 @@
11389 lcd_color: "Line Selector Colours" 11389 lcd_color: "Line Selector Colours"
11390 </voice> 11390 </voice>
11391</phrase> 11391</phrase>
11392<phrase>
11393 id: VOICE_EDIT
11394 desc: keyboard
11395 user:
11396 <source>
11397 *: ""
11398 </source>
11399 <dest>
11400 *: ""
11401 </dest>
11402 <voice>
11403 *: "Edit"
11404 </voice>
11405</phrase>
11406<phrase>
11407 id: VOICE_BLANK
11408 desc: keyboard
11409 user:
11410 <source>
11411 *: ""
11412 </source>
11413 <dest>
11414 *: ""
11415 </dest>
11416 <voice>
11417 *: "Blank"
11418 </voice>
11419</phrase>