496 lines
20 KiB
Plaintext
496 lines
20 KiB
Plaintext
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#define APSTUDIO_HIDDEN_SYMBOLS
|
|
#include "windows.h"
|
|
#undef APSTUDIO_HIDDEN_SYMBOLS
|
|
#include "winres.h"
|
|
#include "resource.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (U.S.) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_TTS DIALOG DISCARDABLE 0, 0, 260, 231
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Text To Speech"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "&Voice selection",IDC_GROUP_PREVIEWVOICE,7,33,246,110
|
|
COMBOBOX IDC_COMBO_VOICES,14,48,232,114,CBS_DROPDOWNLIST |
|
|
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Settings...",IDC_TTS_ADV,185,66,60,15
|
|
LTEXT "&Use the following text to preview the voice:",
|
|
IDC_STATIC,14,89,224,13
|
|
CONTROL "Custom1",IDC_EDIT_SPEAK,"RICHEDIT20A",WS_BORDER |
|
|
WS_TABSTOP | 0x80,13,101,232,12
|
|
PUSHBUTTON "&Preview/Stop",IDC_SPEAK,185,121,60,15
|
|
GROUPBOX "Voi&ce speed",IDC_GROUP_VOICESPEED,7,149,246,53
|
|
CONTROL "Slider1",IDC_SLIDER_SPEED,"msctls_trackbar32",
|
|
TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,14,164,232,19
|
|
CTEXT "Slow",IDC_SLOW,13,188,26,9
|
|
LTEXT "Normal",IDC_NORMAL,118,188,23,8
|
|
CTEXT "Fast",IDC_FAST,221,188,26,9
|
|
PUSHBUTTON "Audio &Output...",IDC_OUTPUT_SETTINGS,185,209,60,15
|
|
LTEXT "You can control the voice properties, speed, and other options for text-to-speech translation",
|
|
IDC_DIRECTIONS,35,7,218,18
|
|
ICON IDI_PEOPLE,IDC_STATIC,7,7,20,20
|
|
END
|
|
|
|
IDD_SR DIALOG DISCARDABLE 0, 0, 259, 231
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Speech Recognition"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "&Language",IDC_STATIC,7,7,246,39
|
|
COMBOBOX IDC_COMBO_RECOGNIZERS,14,23,177,114,CBS_DROPDOWNLIST |
|
|
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Settings...",IDC_SR_ADV,196,23,50,15
|
|
GROUPBOX "Recognition &Profiles",IDC_TRAIN_GROUP,7,51,246,111
|
|
CONTROL "List2",IDC_USER,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
|
|
LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,14,95,177,29
|
|
PUSHBUTTON "&New...",IDC_ADD,196,73,50,14
|
|
PUSHBUTTON "&Delete...",IDC_DELETE,196,92,50,14
|
|
PUSHBUTTON "S&ettings...",IDC_MODIFY,196,111,50,14
|
|
PUSHBUTTON "&Train Profile...",IDC_USERTRAINING,196,140,50,14
|
|
GROUPBOX "Microphone",IDC_IN_GROUP,7,167,246,55
|
|
PUSHBUTTON "Audio &Input...",IDC_AUD_IN,53,199,90,14
|
|
PUSHBUTTON "&Configure Microphone...",IDC_MICWIZ,148,199,90,14
|
|
LTEXT "Profiles store information about how to recognize your voice. Change a profile to recognize a different voice or a different noise environment.",
|
|
IDC_ADVICE,14,61,168,27
|
|
LTEXT "Training your profile will improve your speech recognition accuracy.",
|
|
IDC_TRN_ADVICE,14,130,156,26
|
|
ICON IDI_MIC,IDC_MIC_ICON,14,180,21,20
|
|
LTEXT "Level",IDC_MIC_CAP,42,183,21,9
|
|
CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,
|
|
64,183,175,9
|
|
END
|
|
|
|
IDD_AUDIO_DEFAULT DIALOG DISCARDABLE 30, 30, 228, 119
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Text to Speech Sound Output Settings"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "Use preferred &audio output device",
|
|
IDC_PREFERRED_MM_DEVICE,"Button",BS_AUTORADIOBUTTON |
|
|
WS_GROUP,45,21,139,11
|
|
CONTROL "Use this audio &output device:",IDC_THIS_DEVICE,"Button",
|
|
BS_AUTORADIOBUTTON,45,32,114,11
|
|
LTEXT "Audio output device:",IDC_THIS_DEVICE2,0,0,0,0
|
|
COMBOBOX IDC_DEFAULT_DEVICE,57,45,155,114,CBS_DROPDOWNLIST |
|
|
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Properties...",IDC_AUDIO_PROPERTIES,101,71,50,14
|
|
PUSHBUTTON "&Volume...",ID_TTS_VOL,161,71,50,14
|
|
DEFPUSHBUTTON "OK",IDOK,117,99,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,171,99,50,14
|
|
GROUPBOX "&Text to Speech output",IDC_AUDIO_GROUPBOX,7,7,214,87
|
|
ICON IDI_VOL,IDC_STATIC,15,19,20,20
|
|
END
|
|
|
|
IDD_AUDIO_PROPERTIES DIALOG DISCARDABLE 30, 30, 228, 119
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Advanced Audio Properties"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "&Advanced Audio Properties",IDC_AUDIO_GROUPBOX,7,7,214,
|
|
87
|
|
CONTROL "Use automatically chosen line",IDC_AUTOMATIC_MM_LINE,
|
|
"Button",BS_AUTORADIOBUTTON | WS_GROUP,45,35,139,11
|
|
CONTROL "Use this audio &input line:",IDC_THIS_MM_LINE,"Button",
|
|
BS_AUTORADIOBUTTON,45,46,114,11
|
|
LTEXT "Audio input line:",IDC_THIS_MM_LINE2,0,0,0,0
|
|
COMBOBOX IDC_MM_LINE,57,59,155,114,CBS_DROPDOWNLIST | WS_VSCROLL |
|
|
WS_TABSTOP
|
|
DEFPUSHBUTTON "OK",IDOK,117,99,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,171,99,50,14
|
|
ICON IDI_VOL,IDC_STATIC,15,33,20,20
|
|
LTEXT "Device:",IDC_STATIC,30,20,25,10
|
|
LTEXT "",IDC_DEVICE_NAME,57,20,160,8
|
|
END
|
|
|
|
IDD_ENVIRONMENT DIALOG DISCARDABLE 0, 0, 252, 194
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Profiles"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "&Profiles stored on this computer",IDC_PROF_GROUP,7,34,
|
|
238,153
|
|
CONTROL "List2",IDC_USER,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
|
|
WS_BORDER | WS_TABSTOP,14,48,168,132
|
|
PUSHBUTTON "&Rename...",IDC_MODIFY_OLD,187,48,50,14
|
|
PUSHBUTTON "&New...",IDC_ADD,187,66,50,14
|
|
PUSHBUTTON "&Delete",IDC_DELETE_OLD,187,84,50,14
|
|
ICON IDI_PEOPLE,IDC_PROF_ICON,7,7,20,20
|
|
LTEXT "Speech profiles contain information about your speech settings. The profile marked by the icon indicates the currently active one.",
|
|
IDC_PROF_CAPTION,36,7,209,31
|
|
END
|
|
|
|
IDD_VOCAB DIALOG DISCARDABLE 0, 0, 252, 239
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Vocabulary"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
PUSHBUTTON "Vocabulary &Builder",IDC_BUILDER,147,43,90,15,
|
|
WS_DISABLED
|
|
PUSHBUTTON "Vocabulary &Editor",IDC_VEDITOR,147,95,90,15,
|
|
WS_DISABLED
|
|
GROUPBOX "Vocabulary Tools",IDC_VOCAB_GRP,7,7,238,110
|
|
ICON IDI_PEOPLE,IDC_VOCAB_ICON1,15,21,21,20
|
|
ICON IDI_PEOPLE,IDC_VOCAB_ICON2,15,73,21,20
|
|
LTEXT "The Vocabulary Builder can add new words from your documents to increase speech recognition accuracy.",
|
|
IDC_BLD_INST,43,20,195,20
|
|
LTEXT "The Vocabulary Editor helps you to modify words in your custom speech dictionary.",
|
|
IDC_EDT_CAP,43,72,195,20
|
|
END
|
|
|
|
IDD_PROF_WIZ DIALOG DISCARDABLE 0, 0, 236, 166
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Profile Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "",IDC_USER_NAME,"RICHEDIT20A",WS_BORDER | WS_TABSTOP |
|
|
0x80,6,128,220,12
|
|
DEFPUSHBUTTON "&Next >",ID_NEXT,6,145,50,14
|
|
PUSHBUTTON "&Finish",IDOK,91,145,50,14
|
|
PUSHBUTTON "&Cancel",IDCANCEL,176,145,50,14
|
|
LTEXT "Welcome to the Profile Wizard!",IDC_STATIC,6,7,220,10
|
|
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.",
|
|
IDC_STATIC,6,84,220,26
|
|
LTEXT "&Profile:",IDC_STATIC,6,117,220,9
|
|
LTEXT "The Profile Wizard will lead you through several steps to create a Recognition Profile specific to your voice and environment.",
|
|
IDC_STATIC,6,25,220,18
|
|
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).",
|
|
IDC_STATIC,6,46,220,35
|
|
END
|
|
|
|
IDD_PROF_PROP DIALOGEX 0, 0, 213, 58
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Profile Properties"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "&Name:",IDC_STATIC,7,7,94,8
|
|
CONTROL "",IDC_USER_NAME,"RICHEDIT20A",WS_BORDER | WS_TABSTOP |
|
|
0x80,7,18,199,12
|
|
DEFPUSHBUTTON "OK",IDOK,101,37,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,156,37,50,14
|
|
END
|
|
|
|
IDD_ABOUT DIALOG DISCARDABLE 0, 0, 261, 231
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Other"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
PUSHBUTTON "&Help",IDC_ABOUT_HELP,187,19,50,14
|
|
PUSHBUTTON "&SAPI 4 Control Panel...",IDC_CPL_SAPI4,14,103,122,14
|
|
GROUPBOX "Version",IDC_VERSION_STATIC,7,7,247,36
|
|
LTEXT "SAPI Version ??",IDC_STATIC_SAPIVER,15,19,165,17
|
|
GROUPBOX "SAPI 4",IDC_GROUP_SAPI4,7,51,247,73
|
|
LTEXT "It appears that SAPI 4 is also installed on your system. Please use this button to launch the SAPI 4 control panel.",
|
|
IDC_STATIC_SAPI4,14,68,224,24
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// DESIGNINFO
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
GUIDELINES DESIGNINFO DISCARDABLE
|
|
BEGIN
|
|
IDD_TTS, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 253
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 224
|
|
END
|
|
|
|
IDD_SR, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 253
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 224
|
|
END
|
|
|
|
IDD_AUDIO_DEFAULT, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 221
|
|
VERTGUIDE, 221
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 112
|
|
END
|
|
|
|
IDD_ENVIRONMENT, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
VERTGUIDE, 14
|
|
VERTGUIDE, 36
|
|
VERTGUIDE, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 187
|
|
END
|
|
|
|
IDD_VOCAB, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
VERTGUIDE, 14
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 232
|
|
HORZGUIDE, 21
|
|
HORZGUIDE, 117
|
|
END
|
|
|
|
IDD_PROF_WIZ, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 6
|
|
RIGHTMARGIN, 226
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 159
|
|
END
|
|
|
|
IDD_PROF_PROP, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 206
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 51
|
|
END
|
|
|
|
IDD_ABOUT, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 254
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 224
|
|
END
|
|
END
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Bitmap
|
|
//
|
|
|
|
IDB_ENGINE BITMAP DISCARDABLE "engine.bmp"
|
|
IDB_OUTPUT BITMAP DISCARDABLE "output.bmp"
|
|
IDB_INPUT BITMAP DISCARDABLE "input.bmp"
|
|
IDB_LANG BITMAP DISCARDABLE "lang.bmp"
|
|
IDB_TTSMODE BITMAP DISCARDABLE "ttsmode.bmp"
|
|
IDB_CHECKMARK BITMAP DISCARDABLE "checkmark.bmp"
|
|
IDB_TTSPROP BITMAP DISCARDABLE "ttsprop.bmp"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDI_MIC ICON DISCARDABLE "SpeechCpl.ico"
|
|
IDI_TTSICON ICON DISCARDABLE "icon1.ico"
|
|
IDI_PEOPLE ICON DISCARDABLE "SCDRESPL.ICO"
|
|
IDI_VOL ICON DISCARDABLE "VOLUME01.ICO"
|
|
IDI_SAPICPL ICON DISCARDABLE "sapicpl.ico"
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resrc1.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
|
|
"#include ""windows.h""\r\n"
|
|
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
|
|
"#include ""winres.h""\r\n"
|
|
"#include ""resource.h""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_NAME "Speech"
|
|
IDS_DESCRIPTION "Change settings for text-to-speech and for speech recognition (if installed)."
|
|
IDS_CAPTION "Speech Properties"
|
|
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"
|
|
IDS_TREE_ROOT "Engines"
|
|
IDS_TREE_INPUT "Speech Input"
|
|
IDS_TREE_OUTPUT "Speech Output"
|
|
IDS_LANGID "Language 0x%.4X"
|
|
IDS_DEF_VOICE_TEXT "You have selected %s as the computer's default voice."
|
|
IDS_ENGINE_SETTINGS "Engine Settings"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_AUDIO_PROPERTIES "Advanced Audio Properties"
|
|
IDS_VOLUME "&Volume..."
|
|
IDS_ADVANCED_GROUPBOX "&Advanced Audio Properties"
|
|
IDS_AUTOMATIC_MM_LINE "&Use automatically chosen line"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_THIS_MM_LINE "Use this audio &input line"
|
|
IDS_THIS_MM_LINE2 "Audio input line"
|
|
IDS_AUDIO_VOLUME "Audio Volume Adjustment"
|
|
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."
|
|
IDS_RECOPROFILE_ADD_ERROR
|
|
"An error was enountered attempting to create a new speech profile"
|
|
IDS_DEFAULT_PROFILE_NAME "Default Speech Profile"
|
|
IDS_UNNAMED_RECOPROFILE "<no name>"
|
|
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."
|
|
IDS_SPEAK_ERROR "This voice cannot be played. Please try selecting another voice or selecting a different audio output device."
|
|
IDS_NO_DEVICES "There are no audio %s devices currently installed on your machine."
|
|
IDS_INPUT "input"
|
|
IDS_OUTPUT "output"
|
|
IDS_SAPI_VERSION "SAPI version "
|
|
IDS_AUDIOIN_CHANGE_WARNING
|
|
"Your audio input changes will not take effect until you hit ""Apply"" or ""OK"" in the Speech control panel."
|
|
IDS_AUDIOOUT_CHANGE_WARNING
|
|
"Your audio output changes will not take effect until you hit ""Apply"" or ""OK"" in the Speech control panel."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_AGE_UNKNOWN "Undefined"
|
|
IDS_AGE_YOUNG "Under 13 years old"
|
|
IDS_AGE_NOTYOUNG "13 years old or older"
|
|
IDS_GENDER_UNKNOWN "Undefined"
|
|
IDS_GENDER_MALE "Male"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_GENDER_FEMALE "Female"
|
|
IDS_USER_DEFAULT "The current default user is %s"
|
|
IDS_TTSNAME "Name"
|
|
IDS_LANGUAGE "Language"
|
|
IDS_GENDER "Gender"
|
|
IDS_VENDOR "Vendor"
|
|
IDS_TTSDESCRIPTION "Description"
|
|
IDS_PREVIEW "&Preview Voice"
|
|
IDS_STOP_PREVIEW "S&top"
|
|
IDS_DEFAULT_SPEECH_INPUT "Audio Input Settings"
|
|
IDS_DEFAULT_SPEECH_OUTPUT "Text to Speech Sound Output Settings"
|
|
IDS_DEFAULT_INPUT "Audio &Input"
|
|
IDS_DEFAULT_OUTPUT "&Text to Speech output"
|
|
IDS_CURRENT_USER "The current speech user is %s"
|
|
IDS_DESCRIPT "Description"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_PROPERTIES "&Properties..."
|
|
IDS_RENAME "Rename..."
|
|
IDS_CONTEXT_WARNING "Speech recognition failed to initialize.\n"
|
|
IDS_METER_WARNING "Could not initialize volume meter. Please select a different audio input device."
|
|
IDS_DEFAULT_ENGINE_WARNING
|
|
"Could not set default recognizer. Please select another recognizer and try again.\n"
|
|
ID_CONTROL_PANEL_GRAMMAR "Control panel grammar"
|
|
IDS_REMOVE_WARNING "Could not delete profile. It is currently in use by another application. Please close all speech applications and try again."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_LANG_DESC "Language"
|
|
IDS_VEND_DESC "Description"
|
|
IDS_DATE_ADV "You last trained on %s. %s"
|
|
IDS_DUP_NAME "You have tried to enter a profile name that already exists. Please enter a unique profile name."
|
|
IDS_PREFERRED_INPUT "Use preferred &audio input device"
|
|
IDS_PREFERRED_OUTPUT "Use preferred &audio output device"
|
|
IDS_SPECIFIC_INPUT "&Use this audio input device"
|
|
IDS_SPECIFIC_OUTPUT "&Use this audio output device"
|
|
IDS_ENGINE_LIST_NAME "Recognizer Engines"
|
|
IDS_VOICE_LIST_NAME "TTS Voices"
|
|
IDS_PROFILE_LIST_NAME "Speech Profiles"
|
|
IDS_ASK_CONFIRM "Are you sure you wish to delete the current user profile?"
|
|
IDS_ASK_TITLE "Confirm Delete"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
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."
|
|
IDS_TTSUI_ERROR "The Properties dialog for the selected voice could not be shown."
|
|
IDS_STRING1154 "This control panel app"
|
|
IDS_NO_IE5 "This Control Panel cannot be run without Internet Explorer Version 5 or greater. Please install a newer version of Internet Explorer."
|
|
IDS_SPECIFIC_INPUT2 "Audio input device"
|
|
IDS_SPECIFIC_OUTPUT2 "Audio output device"
|
|
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."
|
|
IDS_MAX_PROFILES_EXCEEDED
|
|
"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."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ENGINE_IN_USE_WARNING
|
|
"The requested action cannot be carried out because a speech engine is currently in use. Please shut down any speech applications and try again."
|
|
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."
|
|
IDS_CANNOTAPPLY "Your changes will not be applied until all speech applications have exited."
|
|
IDS_OUTOFMEMORY "The Speech Control Panel cannot be run because your system is out of memory. Please exit some running applications and try again."
|
|
IDS_AUDIO_CHANGE_FAILED "An error was encountered attempting to change the audio setting. Your audio settings have not been changed."
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|