summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2007-06-07 09:24:53 +0000
committerSteve Bavin <pondlife@pondlife.me>2007-06-07 09:24:53 +0000
commit6fd10bacceb576ee39e7ecfa32510ae8c97815ba (patch)
treed7a55ab832c6943fb469c34bd85d15e0fc7e2f2c /apps/lang
parent44034055500509b3b2b85b6df66172abbf77399c (diff)
downloadrockbox-6fd10bacceb576ee39e7ecfa32510ae8c97815ba.tar.gz
rockbox-6fd10bacceb576ee39e7ecfa32510ae8c97815ba.zip
Separate out voice options for .talk clips (FS #7249). This removes the assumptions about what to speak if a .talk clip is not available for a particular file or directory,
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13584 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang32
1 files changed, 30 insertions, 2 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 19e369c93d..8f5291de82 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -2535,7 +2535,7 @@
2535</phrase> 2535</phrase>
2536<phrase> 2536<phrase>
2537 id: LANG_VOICE_DIR 2537 id: LANG_VOICE_DIR
2538 desc: item of voice menu, set the "talkbox" mode for directories 2538 desc: item of voice menu, set the voice mode for directories
2539 user: 2539 user:
2540 <source> 2540 <source>
2541 *: "Voice Directories" 2541 *: "Voice Directories"
@@ -2549,7 +2549,7 @@
2549</phrase> 2549</phrase>
2550<phrase> 2550<phrase>
2551 id: LANG_VOICE_FILE 2551 id: LANG_VOICE_FILE
2552 desc: item of voice menu, set the voive mode for files 2552 desc: item of voice menu, set the voice mode for files
2553 user: 2553 user:
2554 <source> 2554 <source>
2555 *: "Voice Filenames" 2555 *: "Voice Filenames"
@@ -10978,3 +10978,31 @@
10978 *: "List Acceleration Speed" 10978 *: "List Acceleration Speed"
10979 </voice> 10979 </voice>
10980</phrase> 10980</phrase>
10981<phrase>
10982 id: LANG_VOICE_DIR_TALK
10983 desc: Item of voice menu, whether to use directory .talk clips
10984 user:
10985 <source>
10986 *: "Use Directory .talk Clips"
10987 </source>
10988 <dest>
10989 *: "Use Directory .talk Clips"
10990 </dest>
10991 <voice>
10992 *: "Use Directory .talk Clips"
10993 </voice>
10994</phrase>
10995<phrase>
10996 id: LANG_VOICE_FILE_TALK
10997 desc: Item of voice menu, whether to use file .talk clips
10998 user:
10999 <source>
11000 *: "Use File .talk Clips"
11001 </source>
11002 <dest>
11003 *: "Use File .talk Clips"
11004 </dest>
11005 <voice>
11006 *: "Use File .talk Clips"
11007 </voice>
11008</phrase>