Changeset 2515 for Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/LabelLocalizer.java
- Timestamp:
- 03/28/08 10:11:13 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder
- Property svn:ignore set to
CapturePlayback.java-bak
- Property svn:ignore set to
Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/LabelLocalizer.java
r2466 r2515 85 85 86 86 dialectPanelLabel = "Pronunciation Dialect:"; 87 dialectSelection = new String [1 0];87 dialectSelection = new String [11]; 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] = "Indian English"; 95 dialectSelection[7] = "New Zealand English"; 96 dialectSelection[8] = "South African English"; 97 dialectSelection[9] = "Other"; 94 dialectSelection[6] = "Indian English"; 95 dialectSelection[7] = "Irish English"; 96 dialectSelection[8] = "New Zealand English"; 97 dialectSelection[9] = "South African English"; 98 dialectSelection[10] = "Other"; 98 99 99 100 microphonePanelLabel = "Microphone Type:";