Changeset 2466 for Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/LabelLocalizer.java
- Timestamp:
- 03/13/08 13:36:19 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/LabelLocalizer.java
r2411 r2466 85 85 86 86 dialectPanelLabel = "Pronunciation Dialect:"; 87 dialectSelection = new String [ 9];87 dialectSelection = new String [10]; 88 88 dialectSelection[0] = pleaseSelect; 89 89 dialectSelection[1] = "Australian English"; … … 92 92 dialectSelection[4] = "Canadian English"; 93 93 dialectSelection[5] = "European English"; 94 dialectSelection[6] = "New Zealand English"; 95 dialectSelection[7] = "South African English"; 96 dialectSelection[8] = "Other"; 94 dialectSelection[6] = "Indian English"; 95 dialectSelection[7] = "New Zealand English"; 96 dialectSelection[8] = "South African English"; 97 dialectSelection[9] = "Other"; 97 98 98 99 microphonePanelLabel = "Microphone Type:";