Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

495 lines
20 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #define APSTUDIO_READONLY_SYMBOLS
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Generated from the TEXTINCLUDE 2 resource.
  7. //
  8. #define APSTUDIO_HIDDEN_SYMBOLS
  9. #include "windows.h"
  10. #undef APSTUDIO_HIDDEN_SYMBOLS
  11. #include "winres.h"
  12. #include "resource.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Dialog
  25. //
  26. IDD_TTS DIALOG DISCARDABLE 0, 0, 260, 231
  27. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  28. CAPTION "Text To Speech"
  29. FONT 8, "MS Shell Dlg"
  30. BEGIN
  31. GROUPBOX "&Voice selection",IDC_GROUP_PREVIEWVOICE,7,33,246,110
  32. COMBOBOX IDC_COMBO_VOICES,14,48,232,114,CBS_DROPDOWNLIST |
  33. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  34. PUSHBUTTON "&Settings...",IDC_TTS_ADV,185,66,60,15
  35. LTEXT "&Use the following text to preview the voice:",
  36. IDC_STATIC,14,89,224,13
  37. CONTROL "Custom1",IDC_EDIT_SPEAK,"RICHEDIT20A",WS_BORDER |
  38. WS_TABSTOP | 0x80,13,101,232,12
  39. PUSHBUTTON "&Preview/Stop",IDC_SPEAK,185,121,60,15
  40. GROUPBOX "Voi&ce speed",IDC_GROUP_VOICESPEED,7,149,246,53
  41. CONTROL "Slider1",IDC_SLIDER_SPEED,"msctls_trackbar32",
  42. TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,14,164,232,19
  43. CTEXT "Slow",IDC_SLOW,13,188,26,9
  44. LTEXT "Normal",IDC_NORMAL,118,188,23,8
  45. CTEXT "Fast",IDC_FAST,221,188,26,9
  46. PUSHBUTTON "Audio &Output...",IDC_OUTPUT_SETTINGS,185,209,60,15
  47. LTEXT "You can control the voice properties, speed, and other options for text-to-speech translation",
  48. IDC_DIRECTIONS,35,7,218,18
  49. ICON IDI_PEOPLE,IDC_STATIC,7,7,20,20
  50. END
  51. IDD_SR DIALOG DISCARDABLE 0, 0, 259, 231
  52. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  53. CAPTION "Speech Recognition"
  54. FONT 8, "MS Shell Dlg"
  55. BEGIN
  56. GROUPBOX "&Language",IDC_STATIC,7,7,246,39
  57. COMBOBOX IDC_COMBO_RECOGNIZERS,14,23,177,114,CBS_DROPDOWNLIST |
  58. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  59. PUSHBUTTON "&Settings...",IDC_SR_ADV,196,23,50,15
  60. GROUPBOX "Recognition &Profiles",IDC_TRAIN_GROUP,7,51,246,111
  61. CONTROL "List2",IDC_USER,"SysListView32",LVS_REPORT |
  62. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
  63. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,14,95,177,29
  64. PUSHBUTTON "&New...",IDC_ADD,196,73,50,14
  65. PUSHBUTTON "&Delete...",IDC_DELETE,196,92,50,14
  66. PUSHBUTTON "S&ettings...",IDC_MODIFY,196,111,50,14
  67. PUSHBUTTON "&Train Profile...",IDC_USERTRAINING,196,140,50,14
  68. GROUPBOX "Microphone",IDC_IN_GROUP,7,167,246,55
  69. PUSHBUTTON "Audio &Input...",IDC_AUD_IN,53,199,90,14
  70. PUSHBUTTON "&Configure Microphone...",IDC_MICWIZ,148,199,90,14
  71. LTEXT "Profiles store information about how to recognize your voice. Change a profile to recognize a different voice or a different noise environment.",
  72. IDC_ADVICE,14,61,168,27
  73. LTEXT "Training your profile will improve your speech recognition accuracy.",
  74. IDC_TRN_ADVICE,14,130,156,26
  75. ICON IDI_MIC,IDC_MIC_ICON,14,180,21,20
  76. LTEXT "Level",IDC_MIC_CAP,42,183,21,9
  77. CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,
  78. 64,183,175,9
  79. END
  80. IDD_AUDIO_DEFAULT DIALOG DISCARDABLE 30, 30, 228, 119
  81. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  82. CAPTION "Text to Speech Sound Output Settings"
  83. FONT 8, "MS Shell Dlg"
  84. BEGIN
  85. CONTROL "Use preferred &audio output device",
  86. IDC_PREFERRED_MM_DEVICE,"Button",BS_AUTORADIOBUTTON |
  87. WS_GROUP,45,21,139,11
  88. CONTROL "Use this audio &output device:",IDC_THIS_DEVICE,"Button",
  89. BS_AUTORADIOBUTTON,45,32,114,11
  90. LTEXT "Audio output device:",IDC_THIS_DEVICE2,0,0,0,0
  91. COMBOBOX IDC_DEFAULT_DEVICE,57,45,155,114,CBS_DROPDOWNLIST |
  92. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  93. PUSHBUTTON "&Properties...",IDC_AUDIO_PROPERTIES,101,71,50,14
  94. PUSHBUTTON "&Volume...",ID_TTS_VOL,161,71,50,14
  95. DEFPUSHBUTTON "OK",IDOK,117,99,50,14
  96. PUSHBUTTON "Cancel",IDCANCEL,171,99,50,14
  97. GROUPBOX "&Text to Speech output",IDC_AUDIO_GROUPBOX,7,7,214,87
  98. ICON IDI_VOL,IDC_STATIC,15,19,20,20
  99. END
  100. IDD_AUDIO_PROPERTIES DIALOG DISCARDABLE 30, 30, 228, 119
  101. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  102. CAPTION "Advanced Audio Properties"
  103. FONT 8, "MS Shell Dlg"
  104. BEGIN
  105. GROUPBOX "&Advanced Audio Properties",IDC_AUDIO_GROUPBOX,7,7,214,
  106. 87
  107. CONTROL "Use automatically chosen line",IDC_AUTOMATIC_MM_LINE,
  108. "Button",BS_AUTORADIOBUTTON | WS_GROUP,45,35,139,11
  109. CONTROL "Use this audio &input line:",IDC_THIS_MM_LINE,"Button",
  110. BS_AUTORADIOBUTTON,45,46,114,11
  111. LTEXT "Audio input line:",IDC_THIS_MM_LINE2,0,0,0,0
  112. COMBOBOX IDC_MM_LINE,57,59,155,114,CBS_DROPDOWNLIST | WS_VSCROLL |
  113. WS_TABSTOP
  114. DEFPUSHBUTTON "OK",IDOK,117,99,50,14
  115. PUSHBUTTON "Cancel",IDCANCEL,171,99,50,14
  116. ICON IDI_VOL,IDC_STATIC,15,33,20,20
  117. LTEXT "Device:",IDC_STATIC,30,20,25,10
  118. LTEXT "",IDC_DEVICE_NAME,57,20,160,8
  119. END
  120. IDD_ENVIRONMENT DIALOG DISCARDABLE 0, 0, 252, 194
  121. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  122. CAPTION "Profiles"
  123. FONT 8, "MS Shell Dlg"
  124. BEGIN
  125. GROUPBOX "&Profiles stored on this computer",IDC_PROF_GROUP,7,34,
  126. 238,153
  127. CONTROL "List2",IDC_USER,"SysListView32",LVS_REPORT |
  128. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
  129. WS_BORDER | WS_TABSTOP,14,48,168,132
  130. PUSHBUTTON "&Rename...",IDC_MODIFY_OLD,187,48,50,14
  131. PUSHBUTTON "&New...",IDC_ADD,187,66,50,14
  132. PUSHBUTTON "&Delete",IDC_DELETE_OLD,187,84,50,14
  133. ICON IDI_PEOPLE,IDC_PROF_ICON,7,7,20,20
  134. LTEXT "Speech profiles contain information about your speech settings. The profile marked by the icon indicates the currently active one.",
  135. IDC_PROF_CAPTION,36,7,209,31
  136. END
  137. IDD_VOCAB DIALOG DISCARDABLE 0, 0, 252, 239
  138. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  139. CAPTION "Vocabulary"
  140. FONT 8, "MS Shell Dlg"
  141. BEGIN
  142. PUSHBUTTON "Vocabulary &Builder",IDC_BUILDER,147,43,90,15,
  143. WS_DISABLED
  144. PUSHBUTTON "Vocabulary &Editor",IDC_VEDITOR,147,95,90,15,
  145. WS_DISABLED
  146. GROUPBOX "Vocabulary Tools",IDC_VOCAB_GRP,7,7,238,110
  147. ICON IDI_PEOPLE,IDC_VOCAB_ICON1,15,21,21,20
  148. ICON IDI_PEOPLE,IDC_VOCAB_ICON2,15,73,21,20
  149. LTEXT "The Vocabulary Builder can add new words from your documents to increase speech recognition accuracy.",
  150. IDC_BLD_INST,43,20,195,20
  151. LTEXT "The Vocabulary Editor helps you to modify words in your custom speech dictionary.",
  152. IDC_EDT_CAP,43,72,195,20
  153. END
  154. IDD_PROF_WIZ DIALOG DISCARDABLE 0, 0, 236, 166
  155. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  156. CAPTION "Profile Wizard"
  157. FONT 8, "MS Shell Dlg"
  158. BEGIN
  159. CONTROL "",IDC_USER_NAME,"RICHEDIT20A",WS_BORDER | WS_TABSTOP |
  160. 0x80,6,128,220,12
  161. DEFPUSHBUTTON "&Next >",ID_NEXT,6,145,50,14
  162. PUSHBUTTON "&Finish",IDOK,91,145,50,14
  163. PUSHBUTTON "&Cancel",IDCANCEL,176,145,50,14
  164. LTEXT "Welcome to the Profile Wizard!",IDC_STATIC,6,7,220,10
  165. LTEXT "Please enter your name and describe your environment. A good example would be to type in your name and your surroundings (office, home) or the type of microphone that you are using.",
  166. IDC_STATIC,6,84,220,26
  167. LTEXT "&Profile:",IDC_STATIC,6,117,220,9
  168. LTEXT "The Profile Wizard will lead you through several steps to create a Recognition Profile specific to your voice and environment.",
  169. IDC_STATIC,6,25,220,18
  170. LTEXT "First, you will use the Microphone Wizard to help you set up the microphone correctly. Next, you will use the Training Wizard to teach the Microsoft Speech Recognition system what your voice sounds like (in a particular environment).",
  171. IDC_STATIC,6,46,220,35
  172. END
  173. IDD_PROF_PROP DIALOGEX 0, 0, 213, 58
  174. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  175. EXSTYLE WS_EX_CONTEXTHELP
  176. CAPTION "Profile Properties"
  177. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  178. BEGIN
  179. LTEXT "&Name:",IDC_STATIC,7,7,94,8
  180. CONTROL "",IDC_USER_NAME,"RICHEDIT20A",WS_BORDER | WS_TABSTOP |
  181. 0x80,7,18,199,12
  182. DEFPUSHBUTTON "OK",IDOK,101,37,50,14
  183. PUSHBUTTON "Cancel",IDCANCEL,156,37,50,14
  184. END
  185. IDD_ABOUT DIALOG DISCARDABLE 0, 0, 261, 231
  186. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  187. CAPTION "Other"
  188. FONT 8, "MS Shell Dlg"
  189. BEGIN
  190. PUSHBUTTON "&Help",IDC_ABOUT_HELP,187,19,50,14
  191. PUSHBUTTON "&SAPI 4 Control Panel...",IDC_CPL_SAPI4,14,103,122,14
  192. GROUPBOX "Version",IDC_VERSION_STATIC,7,7,247,36
  193. LTEXT "SAPI Version ??",IDC_STATIC_SAPIVER,15,19,165,17
  194. GROUPBOX "SAPI 4",IDC_GROUP_SAPI4,7,51,247,73
  195. LTEXT "It appears that SAPI 4 is also installed on your system. Please use this button to launch the SAPI 4 control panel.",
  196. IDC_STATIC_SAPI4,14,68,224,24
  197. END
  198. /////////////////////////////////////////////////////////////////////////////
  199. //
  200. // DESIGNINFO
  201. //
  202. #ifdef APSTUDIO_INVOKED
  203. GUIDELINES DESIGNINFO DISCARDABLE
  204. BEGIN
  205. IDD_TTS, DIALOG
  206. BEGIN
  207. LEFTMARGIN, 7
  208. RIGHTMARGIN, 253
  209. TOPMARGIN, 7
  210. BOTTOMMARGIN, 224
  211. END
  212. IDD_SR, DIALOG
  213. BEGIN
  214. LEFTMARGIN, 7
  215. RIGHTMARGIN, 253
  216. TOPMARGIN, 7
  217. BOTTOMMARGIN, 224
  218. END
  219. IDD_AUDIO_DEFAULT, DIALOG
  220. BEGIN
  221. LEFTMARGIN, 7
  222. RIGHTMARGIN, 221
  223. VERTGUIDE, 221
  224. TOPMARGIN, 7
  225. BOTTOMMARGIN, 112
  226. END
  227. IDD_ENVIRONMENT, DIALOG
  228. BEGIN
  229. LEFTMARGIN, 7
  230. RIGHTMARGIN, 245
  231. VERTGUIDE, 14
  232. VERTGUIDE, 36
  233. VERTGUIDE, 245
  234. TOPMARGIN, 7
  235. BOTTOMMARGIN, 187
  236. END
  237. IDD_VOCAB, DIALOG
  238. BEGIN
  239. LEFTMARGIN, 7
  240. RIGHTMARGIN, 245
  241. VERTGUIDE, 14
  242. TOPMARGIN, 7
  243. BOTTOMMARGIN, 232
  244. HORZGUIDE, 21
  245. HORZGUIDE, 117
  246. END
  247. IDD_PROF_WIZ, DIALOG
  248. BEGIN
  249. LEFTMARGIN, 6
  250. RIGHTMARGIN, 226
  251. TOPMARGIN, 7
  252. BOTTOMMARGIN, 159
  253. END
  254. IDD_PROF_PROP, DIALOG
  255. BEGIN
  256. LEFTMARGIN, 7
  257. RIGHTMARGIN, 206
  258. TOPMARGIN, 7
  259. BOTTOMMARGIN, 51
  260. END
  261. IDD_ABOUT, DIALOG
  262. BEGIN
  263. LEFTMARGIN, 7
  264. RIGHTMARGIN, 254
  265. TOPMARGIN, 7
  266. BOTTOMMARGIN, 224
  267. END
  268. END
  269. #endif // APSTUDIO_INVOKED
  270. /////////////////////////////////////////////////////////////////////////////
  271. //
  272. // Bitmap
  273. //
  274. IDB_ENGINE BITMAP DISCARDABLE "engine.bmp"
  275. IDB_OUTPUT BITMAP DISCARDABLE "output.bmp"
  276. IDB_INPUT BITMAP DISCARDABLE "input.bmp"
  277. IDB_LANG BITMAP DISCARDABLE "lang.bmp"
  278. IDB_TTSMODE BITMAP DISCARDABLE "ttsmode.bmp"
  279. IDB_CHECKMARK BITMAP DISCARDABLE "checkmark.bmp"
  280. IDB_TTSPROP BITMAP DISCARDABLE "ttsprop.bmp"
  281. /////////////////////////////////////////////////////////////////////////////
  282. //
  283. // Icon
  284. //
  285. // Icon with lowest ID value placed first to ensure application icon
  286. // remains consistent on all systems.
  287. IDI_MIC ICON DISCARDABLE "SpeechCpl.ico"
  288. IDI_TTSICON ICON DISCARDABLE "icon1.ico"
  289. IDI_PEOPLE ICON DISCARDABLE "SCDRESPL.ICO"
  290. IDI_VOL ICON DISCARDABLE "VOLUME01.ICO"
  291. IDI_SAPICPL ICON DISCARDABLE "sapicpl.ico"
  292. #ifdef APSTUDIO_INVOKED
  293. /////////////////////////////////////////////////////////////////////////////
  294. //
  295. // TEXTINCLUDE
  296. //
  297. 1 TEXTINCLUDE DISCARDABLE
  298. BEGIN
  299. "resrc1.h\0"
  300. END
  301. 2 TEXTINCLUDE DISCARDABLE
  302. BEGIN
  303. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  304. "#include ""windows.h""\r\n"
  305. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  306. "#include ""winres.h""\r\n"
  307. "#include ""resource.h""\r\n"
  308. "\0"
  309. END
  310. 3 TEXTINCLUDE DISCARDABLE
  311. BEGIN
  312. "\r\n"
  313. "\0"
  314. END
  315. #endif // APSTUDIO_INVOKED
  316. /////////////////////////////////////////////////////////////////////////////
  317. //
  318. // String Table
  319. //
  320. STRINGTABLE DISCARDABLE
  321. BEGIN
  322. IDS_NAME "Speech"
  323. IDS_DESCRIPTION "Change settings for text-to-speech and for speech recognition (if installed)."
  324. IDS_CAPTION "Speech Properties"
  325. IDS_E_INSTALL "There was a problem in trying to access speech services. (0x%.8X)\nMake certain that Microsoft Speech API is correctly installed.\n"
  326. IDS_TREE_ROOT "Engines"
  327. IDS_TREE_INPUT "Speech Input"
  328. IDS_TREE_OUTPUT "Speech Output"
  329. IDS_LANGID "Language 0x%.4X"
  330. IDS_DEF_VOICE_TEXT "You have selected %s as the computer's default voice."
  331. IDS_ENGINE_SETTINGS "Engine Settings"
  332. END
  333. STRINGTABLE DISCARDABLE
  334. BEGIN
  335. IDS_AUDIO_PROPERTIES "Advanced Audio Properties"
  336. IDS_VOLUME "&Volume..."
  337. IDS_ADVANCED_GROUPBOX "&Advanced Audio Properties"
  338. IDS_AUTOMATIC_MM_LINE "&Use automatically chosen line"
  339. END
  340. STRINGTABLE DISCARDABLE
  341. BEGIN
  342. IDS_THIS_MM_LINE "Use this audio &input line"
  343. IDS_THIS_MM_LINE2 "Audio input line"
  344. IDS_AUDIO_VOLUME "Audio Volume Adjustment"
  345. IDS_ENGINE_SWITCH_ERROR "The requested task cannot be carried out because the necessary engine could not be created. Please select a different engine and/or a different audio device."
  346. IDS_RECOPROFILE_ADD_ERROR
  347. "An error was enountered attempting to create a new speech profile"
  348. IDS_DEFAULT_PROFILE_NAME "Default Speech Profile"
  349. IDS_UNNAMED_RECOPROFILE "<no name>"
  350. IDS_TTS_ERROR "The selected voice could not be initialized. You may not be able to play this voice. Please try selecting a different voice or a different audio output device."
  351. IDS_SPEAK_ERROR "This voice cannot be played. Please try selecting another voice or selecting a different audio output device."
  352. IDS_NO_DEVICES "There are no audio %s devices currently installed on your machine."
  353. IDS_INPUT "input"
  354. IDS_OUTPUT "output"
  355. IDS_SAPI_VERSION "SAPI version "
  356. IDS_AUDIOIN_CHANGE_WARNING
  357. "Your audio input changes will not take effect until you hit ""Apply"" or ""OK"" in the Speech control panel."
  358. IDS_AUDIOOUT_CHANGE_WARNING
  359. "Your audio output changes will not take effect until you hit ""Apply"" or ""OK"" in the Speech control panel."
  360. END
  361. STRINGTABLE DISCARDABLE
  362. BEGIN
  363. IDS_AGE_UNKNOWN "Undefined"
  364. IDS_AGE_YOUNG "Under 13 years old"
  365. IDS_AGE_NOTYOUNG "13 years old or older"
  366. IDS_GENDER_UNKNOWN "Undefined"
  367. IDS_GENDER_MALE "Male"
  368. END
  369. STRINGTABLE DISCARDABLE
  370. BEGIN
  371. IDS_GENDER_FEMALE "Female"
  372. IDS_USER_DEFAULT "The current default user is %s"
  373. IDS_TTSNAME "Name"
  374. IDS_LANGUAGE "Language"
  375. IDS_GENDER "Gender"
  376. IDS_VENDOR "Vendor"
  377. IDS_TTSDESCRIPTION "Description"
  378. IDS_PREVIEW "&Preview Voice"
  379. IDS_STOP_PREVIEW "S&top"
  380. IDS_DEFAULT_SPEECH_INPUT "Audio Input Settings"
  381. IDS_DEFAULT_SPEECH_OUTPUT "Text to Speech Sound Output Settings"
  382. IDS_DEFAULT_INPUT "Audio &Input"
  383. IDS_DEFAULT_OUTPUT "&Text to Speech output"
  384. IDS_CURRENT_USER "The current speech user is %s"
  385. IDS_DESCRIPT "Description"
  386. END
  387. STRINGTABLE DISCARDABLE
  388. BEGIN
  389. IDS_PROPERTIES "&Properties..."
  390. IDS_RENAME "Rename..."
  391. IDS_CONTEXT_WARNING "Speech recognition failed to initialize.\n"
  392. IDS_METER_WARNING "Could not initialize volume meter. Please select a different audio input device."
  393. IDS_DEFAULT_ENGINE_WARNING
  394. "Could not set default recognizer. Please select another recognizer and try again.\n"
  395. ID_CONTROL_PANEL_GRAMMAR "Control panel grammar"
  396. IDS_REMOVE_WARNING "Could not delete profile. It is currently in use by another application. Please close all speech applications and try again."
  397. END
  398. STRINGTABLE DISCARDABLE
  399. BEGIN
  400. IDS_LANG_DESC "Language"
  401. IDS_VEND_DESC "Description"
  402. IDS_DATE_ADV "You last trained on %s. %s"
  403. IDS_DUP_NAME "You have tried to enter a profile name that already exists. Please enter a unique profile name."
  404. IDS_PREFERRED_INPUT "Use preferred &audio input device"
  405. IDS_PREFERRED_OUTPUT "Use preferred &audio output device"
  406. IDS_SPECIFIC_INPUT "&Use this audio input device"
  407. IDS_SPECIFIC_OUTPUT "&Use this audio output device"
  408. IDS_ENGINE_LIST_NAME "Recognizer Engines"
  409. IDS_VOICE_LIST_NAME "TTS Voices"
  410. IDS_PROFILE_LIST_NAME "Speech Profiles"
  411. IDS_ASK_CONFIRM "Are you sure you wish to delete the current user profile?"
  412. IDS_ASK_TITLE "Confirm Delete"
  413. END
  414. STRINGTABLE DISCARDABLE
  415. BEGIN
  416. IDS_DUP_NAME_DELETED "You have tried to enter a profile name that already exists but is about to be deleted. If you do not want this profile to be deleted, please return to the Speech control panel and hit Cancel."
  417. IDS_TTSUI_ERROR "The Properties dialog for the selected voice could not be shown."
  418. IDS_STRING1154 "This control panel app"
  419. IDS_NO_IE5 "This Control Panel cannot be run without Internet Explorer Version 5 or greater. Please install a newer version of Internet Explorer."
  420. IDS_SPECIFIC_INPUT2 "Audio input device"
  421. IDS_SPECIFIC_OUTPUT2 "Audio output device"
  422. IDS_UNSUPPORTED_LANG "Speech recognition in the selected language cannot be initialized because this language is unsupported on your system. Please install the relevant language pack and try again."
  423. IDS_MAX_PROFILES_EXCEEDED
  424. "You have exceeded the limit on the number of profiles that can be added or deleted in a single session. To add or delete more profiles, please exit the Speech Control Panel and run it again."
  425. END
  426. STRINGTABLE DISCARDABLE
  427. BEGIN
  428. IDS_ENGINE_IN_USE_WARNING
  429. "The requested action cannot be carried out because a speech engine is currently in use. Please shut down any speech applications and try again."
  430. IDS_PROFILE_WARNING "The selected profile could not be used. Please select a different profile or create a new one, and/or check your audio devices."
  431. IDS_CANNOTAPPLY "Your changes will not be applied until all speech applications have exited."
  432. IDS_OUTOFMEMORY "The Speech Control Panel cannot be run because your system is out of memory. Please exit some running applications and try again."
  433. IDS_AUDIO_CHANGE_FAILED "An error was encountered attempting to change the audio setting. Your audio settings have not been changed."
  434. END
  435. #endif // English (U.S.) resources
  436. /////////////////////////////////////////////////////////////////////////////
  437. #ifndef APSTUDIO_INVOKED
  438. /////////////////////////////////////////////////////////////////////////////
  439. //
  440. // Generated from the TEXTINCLUDE 3 resource.
  441. //
  442. /////////////////////////////////////////////////////////////////////////////
  443. #endif // not APSTUDIO_INVOKED