⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 messages.tcl

📁 vxworks下MV5500的BSP支持包。是支持tornad221下的版本。
💻 TCL
📖 第 1 页 / 共 2 页
字号:
# MESSAGES.TCL - All setup strings.# modification history# --------------------# 04c,25jul02,wmd  Change User's Guide to Getting Started Guide.# 04b,15jul02,wmd  Modify the setup usage error message.# 04a,17may02,wmd  Fix text formatting, grammatical problems.# 03z,05mar02,bwd  Modified SETUP to be non-tornado centric# 03y,06nov01,bwd  Modified 1550_USAGE message for a new option# 03x,30oct01,bwd  SPR 70033: added 4010_FILE_EXISTS_WARN_4# 03w,15dec00,wmd  Fix punctuation errors.# 03v,22nov00,bwd  SPR 62562: corrected cancel message for LM Installation#                  path# 03u,16oct00,j_w  updated usage with -F option# 03t,15mar00,bwd  Added 1360_LM_QUIT_CALLBACK used when user trying to exit#                  SETUP during LM installation/configuration# 03s,21oct99,bjl  updated usage message.# 03s,07oct99,clc  move text mode welcome messages to WELCOME.TCL# 03r,22jun99,j_w  added license usage# 03q,20apr99,bjl  added release notes message for backward compatibility#                  page.# 03p,12apr99,wmd  Add word about simulator in message about the drivers#                  object product.# 03o,03mar99,tcy  Adjust setup directory size based on platform (fix for#                  SPR 25228)# 03n,24feb99,tcy  modified DLL update messages# 03m,22feb99,tcy  modified to align messages# 03l,17feb99,tcy  modified message in the finish page for program group#                  installation# 03k,11feb99,tcy  added messages for backward compatibility page# 03j,25jan99,tcy  added messages from INSTW32.TCL# 03i,25jan99,wmd  Reword the message for 5010_DRIVERS_INFO.# 03h,09dec98,bjl  added messages about manufacturers updating patches.# 03g,01dec98,wmd  Fix typos.# 03f,23nov98,tcy  warn user to disable virus protection on Welcome screen# 03e,19nov98,wmd  fixed minor nits in wording.# 03d,19nov98,bjl  added web site locations for patchinfo.# 03c,18nov98,bjl  added formatted patch messages for patchinfo file.# 03b,12nov98,tcy  added message for not saving installation key# 03a,10nov98,tcy  added warning message for space in destination directory#                  removed message for checking temporary disk space# 02z,27oct98,bjl  added recommended patch messages, modified required msg.# 02y,26oct98,tcy  added message for checking temporary disk space# 02x,22oct98,wmd  fix messages for clarity.# 02w,21oct98,wmd  fix message for drv/obj.# 02v,20oct98,tcy  added message for updating system and changed dcom message# 02u,20oct98,bjl  added tornado registry name entry message.# 02t,19oct98,bjl  added tornado registry description message.# 02s,16oct98,wmd  add new message for driver product warning.# 02r,16oct98,wmd  fixed README.TXT description.# 02q,12oct98,tcy  removed extraneous "the" from messages# 02p,06oct98,tcy  added CD description to Welcome page# 02o,29sep98,bjl  added required patches message 5000_PATCHES_TEXT.# 02n,29sep98,wmd  add text for readme page# 02m,29sep98,tcy  refined DLL registration page text# 02l,29sep98,tcy  changed message for DCOM# 02k,26sep98,tcy  added messages for DLL and DCOM pages# 02j,24sep98,tcy  removed "following" from 1080_WARN_4 message.# 02i,17sep98,tcy  added comment on size of SETUP files to 1140_COMP_SELECT.# 02h,17sep98,wmd  reword message 1080_WARN_4.# 02g,14sep98,tcy  changed 1210_FINISH and 1550_USAGE messages# 02f,08sep98,tcy  warn user library update may take several minutes# 02e,01sep98,wmd  reword message for installing over tree.#                  added new messages for license agreement pages.# 02d,20aug98,wmd  added message for license agreeement.# 02c,18aug98,tcy  added message for zip-file dialog box# 02d,04aug98,wmd  added newer/older duplicate file warnings.# 02c,24jul98,tcy  added system check messages# 02b,16jul98,wmd  add new messages for T-2.# 02a,22jul98,tcy  moved license messages to LICW32.TCL;#                  removed portMapper messages# 01n,09feb98,pdn  updated string 1080_WARN_4# 01m,08apr97,pdn  added new string for remote icon installing#                  fixed spr#8334# 01l,08mar97,tcy  fixed language in string id 3340# 01k,07mar97,tcy  added string id 3340# 01j,10feb97,pdn  added more license messages.# 01i,09feb97,pdn  implemented variable argument list for strTableGet(),#                  clean up.# 01h,17jan97,jmo  fixed language in strings# 01g,12dec96,tcy  merged in TEXT-only strings# 01f,12dec96,pdn  added 1080_WARN_4 string warning that CD-ROM#                  revision is older than expected.# 01e,27nov96,sj   added string for warning against installing in#                  the root of windows drive.# 01d,18nov96,tcy  added strings for text-based installation script# 01c,14nov96,pdn  substituted function for some global variables# 01b,14nov96,sj   added strings from Windows installation script# 01a,11nov96,pdn  writtenproc strTableGet {strId args} {    global strTable    global setupVals    global current_file    if [regexp {^format.*$} $strTable($strId) junk] {        return [eval $strTable($strId)]    } {        return $strTable($strId)    }}set strTable(1050_ROOT_WARN) \    "format %s \"Installing \[cdromDescGet\] as \[setupId effective user\] is not\                 recommended.  We suggest that you logoff and logon as a normal\                 user before running this program.\                 \n\nClick Next to continue with SETUP anyway.\""set strTable(3050_ROOT_WARN) \    "format %s \"Installing \[cdromDescGet\] as \[setupId effective user\]\                 is not recommended.  We suggest that you logoff and \                 logon as a normal user before running this program.\                 \n\nPress Return to continue with SETUP anyway.\""set strTable(1051_ROOT_WARN) \    "format %s \"Installing \[cdromDescGet\] without System Administrator\                 privileges is not recommended.  Under your present privileges,\                 SETUP will not offer certain installation options, such as \                 the installation of some services, etc.  Also, the software\                 will be installed as a personal copy and will not be visible\                 to other users on this machine.\                 \n\nTo install \[cdromDescGet\] with access to all its\                 installation features and options, we suggest that you exit\                 the installation now and rerun it later with System\                 Administrator\'s privileges.\n\nClick Next to continue with\                 SETUP anyway.\""set strTable(1060_REGISTRATION) \    "Below, type your name, the name of your company, and your installation\     key, which can be found on a page accompanying this release entitled\     Installation Key."set strTable(1070_WARN_1) \    "The installation key you entered is invalid.  Please enter a valid\     installation key."set strTable(1071_WARN_1) \    "Please enter the requested information."set strTable(1080_WARN_2) \    "You entered a key that was not created for this CD-ROM.  Please verify\     that you are using the appropriate key.  If this problem persists, contact\     Wind River Systems Sales department for help."set strTable(1080_WARN_3) \    "The installation key you entered is meant for other vendor's CD-ROM.\     Please contact the vendor who issued the CD-ROM for a proper key."set strTable(1085_WARN_4) \    "This CD-ROM does not require an installation key.  Click the \"Next\"\     button to continue the installation."set strTable(1090_WARN_3) \    "format %s \"Can\'t initiate SETUP: \[lindex \$args 0\].  Please correct\                 the problem then run SETUP again.\""set strTable(1095_WARN_NO_TCPIP) \    "SETUP has detected that your system does not have TCP-IP installed.\     To correct the problem, please contact your administrator and then\     run SETUP again.\nAborting setup."set strTable(1097_WARN_NO_LONGFILENAME_SUP) \    "SETUP has detected that your system does not have long filename\     support. To correct the problem, please contact your administrator\     and then run SETUP again.\nAborting setup."set strTable(3100_DEST_DIR) \    "format %s \"Please type the name of the directory where you want SETUP\                 to install \[cdromDescGet\].\""set strTable(3145_COMP_SELECT_CHANGE) \    "Press Return to accept the setting.  To change the setting, enter a\     list of item numbers separated by spaces."set strTable(3145_COMP_SELECT_CHANGE_INVALID) \    "The item number(s) you entered is not valid."set strTable(1150_COMP_SELECT_WARN) \    "There is not enough disk space to install the selected component(s).\     \n\nDo you want to go back and specify a directory on a bigger disk or\     partition?"set strTable(3150_COMP_SELECT_WARN) \    "There is not enough space to install the selected component(s)."set strTable(1151_COMP_SELECT_WARN) \    "At least one component must be selected to continue installation."set strTable(1160_PERMISSION) \    "SETUP is about to install the component(s) you have requested.\     \n\nThe selected button(s) below indicate the file permissions which\     will be set during the installation process.\     \n\nPlease adjust these to suit your site requirements."set strTable(3160_PERMISSION) \    "SETUP is about to install the component(s) you have requested."set strTable(3162_PERMISSION) \    "The list below indicates the file permissions that will be set during\     the installation process. Please adjust these to suit your site\     requirements."set strTable(3165_PERMISSION_QUESTION) \    "Press Return to accept the setting.  To change the setting, enter a\     list of item numbers separated by spaces."set strTable(1161_FOLDER_SELECT) \    "SETUP will add program icons to the Program Folder listed below. You may\     type a new folder name, or select one from the existing Folders list."set strTable(1162_FOLDER_SELECT) \    "Please enter a valid folder name."set strTable(1170_FILE_COPY) \    "format %s \"SETUP is copying the selected component(s) to the directory\                \[destDirGet\].\""set strTable(1171_FILE_COPY) \    "format %s \"SETUP cannot read \[setupFileNameGet 0\] from the CD-ROM.\                 Please ensure that the CD-ROM is properly mounted.\""set strTable(1180_LIB_UPDATE) \    "SETUP is updating the VxWorks libraries.  We recommend that you let\     SETUP finish this step, or the libraries will be in an inconsistent\     state.  Please be patient as the process may take several minutes. \     If you want to quit the SETUP program, click Cancel and run\     the SETUP program again at a later time."set strTable(3180_LIB_UPDATE) \    "SETUP is updating the VxWorks libraries."set strTable(1190_REGISTRY_HOST) \    "The [getProdInfo name] Registry is a daemon that keeps track of all available\     targets by name.  Only one registry is required on your network, \     and it can run on any networked host.\     \n\nPlease enter the name of the host where the [getProdInfo name] Registry will\     be running."set strTable(1191_REGISTRY_DESC) \    "The [getProdInfo name] Registry is a daemon that keeps track of all available\     targets by name.  Only one registry is required on your network, \     and it can run on any networked host."set strTable(1192_REGISTRY_NAME) \    "Please enter the name of the host where the [getProdInfo name] Registry will\     be running."set strTable(1200_FINISH_WARN) \    "format %s \"However, there were \[errorCountGet\] error(s) which occured\                 during the process.  Please review the log file\                 \[destDirDispGet\]/setup.log for more information.\""set strTable(1210_FINISH) \    "format %s \"SETUP has completed installing the selected product(s).\""set strTable(1212_FINISH) \    "SETUP has completed installing the program folders and icons."set strTable(1213_FINISH) \    "Terminating SETUP program."set strTable(1360_LMINST_QUIT_CALLBACK) \    "License Management configuration is not yet complete!  If you exit at\     this point you may not be able to run your [getProdInfo name] tools.\n\nHowever,\     if you choose to exit, you will have to run the SETUP program from\     the CD ROM to complete License Management Installtion at another time.\     \n\nTo continue, click Resume. To quit, click Exit SETUP."set strTable(1360_LM_QUIT_CALLBACK) \    "License Management configuration is not yet complete!  If you exit at\     this point you may not be able to run your [getProdInfo name] tools.\n\nHowever,\     if you choose to exit, you will be able to complete\     license management installation when you first run any [getProdInfo name]\     tool that is under license management. Just follow the instructions\     when the License Management Setup screens pop up.\n\nTo continue,\     click Resume. To quit, click Exit SETUP."set strTable(1360_QUIT_CALLBACK) \    "format %s \"SETUP is not complete. If you quit the SETUP program now,\                 \[cdromDescGet\] will not be installed.\n\nYou may run\                 the SETUP program at a later time to complete the\                 installation.\                 \n\nTo continue installing the program, click Resume. \                 To quit the SETUP program, click Exit SETUP.\""set strTable(3360_QUIT_CALLBACK) \    "format %s \"SETUP is not complete. If you quit the SETUP program now,\                 \[cdromDescGet\] will not be installed.\n\nYou may run the\                 SETUP program at a later time to complete the installation.\                 \n\nTo continue installing the program, Press Return. \                 To quit the SETUP program, type \'exit\'.\""set strTable(1370_FILE_ACCESS_ERROR) \

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -