代码拉取完成,页面将自动刷新
;; OperatorInterfaceStrings.ini - Operator Interface and Sequence Editor Strings
;;
;; If you want to create a new resource string file or customize an existing resource
;; string file, you must place it in the <TestStand Public>\Components\Language directory.
;;
;; If you make changes to resource files, you need to restart the TestStand application
;; for the changes to take effect.
;;
;; Note, when adding lines longer that 512 characters, split them into several lines,
;; each less than 512 characters. Use the same tag name for each line, followed by
;; " LineNNNN" where NNNN is the zero padded line number. Example:
;; TagName Line0001 = "super long string that goes on and on and on and on and on and on and on and on and on and on and on"
;; TagName Line0002 = " and on and on and on and on and on and on and on and on and on and on and on"
;; TagName Line0003 = " and on and on and on and on and on and on and on and on and on and on and on"
[OP_INT_CLOSE_EXE_DLG]
TITLE = "Closing a Running Execution"
TERM_BTN = "Terminate Execution"
ABORT_BTN = "Abort Execution"
CLOSE_ANYWAY_BTN = "Close Window (Leave Execution Running)"
OK_BTN = "OK"
CANCEL_BTN = "Cancel"
CLOSE_EXE_MSG = "This execution is currently running. What would you like to do?"
[OP_INT_ABOUT_BOX]
TITLE = "About TestStand Run-Time Operator Interface"
OP_INT_MSG_LV = "LabVIEW Run-Time Operator Interface for TestStand"
OP_INT_MSG_CVI = "LabWindows/CVI Run-Time Operator Interface for TestStand"
OP_INT_MSG_VB = "Visual Basic Run-Time Operator Interface for TestStand"
OP_INT_MSG_DELPHI = "Delphi Run-time Operator Interface for TestStand"
VERSION_MSG = "Version"
ENGINE_VERSION_MSG = "TestStand Engine Version"
COMPANY_MSG = "National Instruments"
COPYRIGHT_MSG = "Copyright (C) 1998-2008"
OK_BTN = "OK"
CLICK_WIN_TO_CLOSE = "Click on window to close"
YOUR_LOGO_HERE = "(Your logo here)"
YOUR_COMPANY_NAME_HERE = "(Your company name here)"
[OP_INT_ADAPTER_CONFIG_DLG]
DLG_TITLE = "Adapter Configuration"
ADAPTERS_LABEL = "Adapters:"
ADAPTER_ICON = "Adapter Icon:"
CONFIGURE_BTN = "Configure"
DONE_BTN = "Done"
[OP_INT_MAIN_PANEL]
PANEL_TITLE = "TestStand Run-Time Operator Interface"
[OP_INT_SEQ_DISP_PANEL]
PANEL_TITLE = "TestStand Run-Time Operator Interface - Sequence Display"
SEQ_FILE_RING_LABEL = "Sequence File:"
SEQ_RING_LABEL = "Sequence:"
STEP_GROUP_RING_LABEL = "Step Group:"
STEP_GROUP_0 = "Setup"
STEP_GROUP_1 = "Main"
STEP_GROUP_2 = "Cleanup"
CURRENT_USER_LABEL = "Current User:"
STEP_LIST_LABEL = "Steps:"
ENTRY_PT_1_BTN = "%s (F5)"
ENTRY_PT_2_BTN = "%s (Ctrl+F5)"
RUN_SEQ_BTN = "Run \"%s\" (F5)"
RUN_STR = "Run"
SEQ_DESCRIP_LABEL = "Sequence Description:"
CURRENT_TEST_LABEL = "Current Test:"
NUM_TESTS_LABEL = "Number of Tests:"
STEP_LIST_BP_CHAR = "B"
STEP_LIST_FORCE_PASS_CHAR = "P"
STEP_LIST_FORCE_FAIL_CHAR = "F"
STEP_LIST_FORCE_SKIP_CHAR = "S"
[OP_INT_EXE_DISP_PANEL]
PANEL_TITLE = "TestStand Run-Time Operator Interface - %s (%s) %s"
PANEL_TITLE_STATUS_RUNNING = "Running"
PANEL_TITLE_STATUS_TERMINATING = "Terminating"
PANEL_TITLE_STATUS_ABORTING = "Aborting"
PANEL_TITLE_STATUS_KILLING_THREADS = "Killing Threads"
PANEL_TITLE_STATUS_COMPLETED = "Completed"
PANEL_TITLE_STATUS_TERMINATED = "Terminated"
PANEL_TITLE_STATUS_ABORTED = "Aborted"
PANEL_TITLE_STATUS_THREADS_KILLED = "Threads Killed"
PANEL_TITLE_STATUS_PAUSED = "Paused"
PANEL_TITLE_INTER_STATUS = "(Interactive)"
INTERACTIVE_ABRV_CHAR = "i"
SEQ_FILE_LABEL = "Sequence File:"
SEQ_LABEL = "Sequence:"
STEP_GROUP_RING_LABEL = "Step Group:"
STEP_GROUP_0 = "Setup"
STEP_GROUP_1 = "Main"
STEP_GROUP_2 = "Cleanup"
THREADS_RING_LABEL = "Threads:"
CALL_STACK_RING_LABEL = "Call Stack:"
STEP_LIST_LABEL = "Steps:"
STEP_LIST_BP_CHAR = "B"
STEP_LIST_FORCE_PASS_CHAR = "P"
STEP_LIST_FORCE_FAIL_CHAR = "F"
STEP_LIST_FORCE_SKIP_CHAR = "S"
LAUNCH_REPORT_VIEWER_BTN = "Launch Report Viewer"
RESTART_BTN = "Restart"
RESUME_BTN = "Resume"
BREAK_BTN = "Break"
TERM_BTN = "Terminate"
TERM_INT_BTN = "Terminate [i]"
ABORT_BTN = "Abort"
REPORT_LABEL = "Report:"
CURRENT_TEST_LABEL = "Current Test:"
NUM_TESTS_LABEL = "Number of Tests:"
END_STEP = "End"
TEXTBOX_LINE_LIMIT_EXCEEDED = "**** Report Truncated (Textbox line limit exceeded) ****"
TEXTBOX_SIZE_LIMIT_EXCEEDED = "**** Report Truncated (Textbox size limit exceeded) ****"
[OP_INT_SEQ_DISP_MENUS]
FILE_MENU = "&File"
FILE_LOGIN = "&Login..."
FILE_LOGOUT = "Logo&ut..."
FILE_OPEN = "&Open Sequence File..."
FILE_CLOSE = "&Close Sequence File"
FILE_WORKSPACE = "Open &Workspace File..."
FILE_UNLOAD_ALL_MODULES = "Unload All &Modules"
FILE_EXIT = "E&xit"
EXECUTE_MENU = "E&xecute"
EXECUTE_RUN = "Run \"%s\""
EXECUTE_RUN_SEQUENCE = "Run &Sequence"
EXECUTE_RUN_STEPS_MENU = "Run Sele&cted Steps Using"
EXECUTE_RUN_STEPS = "Run Selected &Steps"
EXECUTE_LOOP_STEPS_MENU = "Loop on Selected Steps Usin&g"
EXECUTE_LOOP_STEPS = "&Loop on Selected Steps..."
EXECUTE_BREAK_ON_FIRST_STEP = "&Break on First Step"
EXECUTE_TRACING_ENABLED = "Tr&acing Enabled"
DEBUG_MENU = "Debu&g"
DEBUG_TOGGLE_BP = "&Toggle Breakpoint"
DEBUG_RUN_MODE = "Run Mode"
DEBUG_RUN_MODE_FORCE_PASS = "Force to &Pass"
DEBUG_RUN_MODE_FORCE_FAIL = "Force to Fai&l"
DEBUG_RUN_MODE_FORCE_SKIP = "S&kip"
DEBUG_RUN_MODE_NORMAL = "Nor&mal"
DEBUG_BREAK_ALL = "Break All"
DEBUG_TERM_ALL = "Terminate All"
DEBUG_ABORT_ALL = "Abort All (no cleanup)"
DEBUG_RESUME_ALL = "Resume All"
CONFIGURE_MENU = "&Configure"
CONFIGURE_ADAPTERS = "&Adapters..."
CONFIGURE_STATION_OPTIONS = "Station &Options..."
CONFIGURE_EXTERNAL_VIEWERS = "External &Viewers..."
CONFIGURE_SEARCH_DIRECTORIES = "Search &Directories..."
CONFIGURE_EXECUTE_IN_SEPARATE_WINS = "Execute in &Separate Windows"
TOOLS_MENU = "Tool&s"
TOOLS_CUSTOMIZE = "Customize..."
WINDOW_MENU = "&Window"
WINDOW_NEXT_PANEL = "&Next Panel"
WINDOW_PREVIOUS_PANEL = "&Previous Panel"
WINDOW_CLOSE_ALL_COMPLETE_EXES = "&Close All Completed Executions"
WINDOW_SEQ_DISP = "&0 Sequence Display"
WINDOW_TILE = "&Tile"
WINDOW_CASCADE = "&Cascade"
HELP_MENU = "&Help"
HELP_ABOUT = "A&bout TestStand Run-Time Operator Interface..."
[OP_INT_EXE_DISP_MENUS]
FILE_MENU = "&File"
FILE_CLOSE_EXE = "&Close Execution"
EXECUTE_MENU = "E&xecute"
EXECUTE_RESTART = "Re&start"
EXECUTE_RUN_STEPS = "Run Selected S&teps"
EXECUTE_RUN_SEQ_FMT_STR = "Run \"%s\""
EXECUTE_RUN_SEQ = "Run Sequence"
EXECUTE_LOOP_STEPS = "&Loop on Selected Steps..."
EXECUTE_BREAK_ON_FIRST_STEP = "&Break on First Step"
EXECUTE_TRACING_ENABLED = "Tr&acing Enabled"
DEBUG_MENU = "Debu&g"
DEBUG_TOGGLE_BP = "&Toggle Breakpoint"
DEBUG_RUN_MODE = "Run Mode"
DEBUG_RUN_MODE_FORCE_PASS = "Force to &Pass"
DEBUG_RUN_MODE_FORCE_FAIL = "Force to Fai&l"
DEBUG_RUN_MODE_FORCE_SKIP = "S&kip"
DEBUG_RUN_MODE_NORMAL = "Nor&mal"
DEBUG_RESUME = "&Resume"
DEBUG_STEP_INTO = "Step &Into"
DEBUG_STEP_OVER = "Step &Over"
DEBUG_STEP_OUT = "Step O&ut"
DEBUG_SET_NEXT_STEP = "Set &Next Step to Cursor"
DEBUG_BREAK = "&Break"
DEBUG_TERM = "Terminate E&xecution"
DEBUG_INT_TERM = "Terminate Interactive E&xecution"
DEBUG_ABORT = "&Abort (no cleanup)"
DEBUG_BREAK_ALL = "Break All"
DEBUG_TERM_ALL = "Terminate All"
DEBUG_ABORT_ALL = "Abort All (no cleanup)"
DEBUG_RESUME_ALL = "Resume All"
CONFIGURE_MENU = "&Configure"
CONFIGURE_ADAPTERS = "&Adapters..."
CONFIGURE_STATION_OPTIONS = "Station &Options..."
CONFIGURE_EXTERNAL_VIEWERS = "External &Viewers..."
CONFIGURE_SEARCH_DIRECTORIES = "Search &Directories..."
TOOLS_MENU = "Tool&s"
TOOLS_CUSTOMIZE = "Customize..."
WINDOW_MENU = "&Window"
WINDOW_NEXT_PANEL = "&Next Panel"
WINDOW_PREVIOUS_PANEL = "&Previous Panel"
WINDOW_CLOSE_ALL_COMPLETE_EXES = "&Close All Completed Executions"
WINDOW_SEQ_DISP = "&0 Sequence Display"
WINDOW_TILE = "&Tile"
WINDOW_CASCADE = "&Cascade"
HELP_MENU = "&Help"
HELP_ABOUT = "A&bout TestStand Run-Time Operator Interface..."
[OP_INT_MISCELLANEOUS]
UNABLE_TO_RELOAD_FILE1 = "The file '"
UNABLE_TO_RELOAD_FILE2 = "' has been modified outside of the operator interface but it cannot be reloaded because it is in use, possibly because it is executing."
FAILED_TO_RELOAD_SEQ_FILE1 = "The file '"
FAILED_TO_RELOAD_SEQ_FILE2 = "' could not be reloaded because it is in use, possibly because it is executing."
PROMPT_LOAD_MODIFIED_DISK_FILE1 = "The file '"
PROMPT_LOAD_MODIFIED_DISK_FILE2 = "' has been modified outside of the operator interface.\nDo you want to reload it?"
PROMPT_LOAD_MODIFIED_DISK_FILE_MODIFIED1 = "The file '"
PROMPT_LOAD_MODIFIED_DISK_FILE_MODIFIED2 = "' has been modified outside of the operator interface.\nDo you want to reload it and lose any changes?"
LOAD_MODIFIED_DISK_FILE_WILL_CANCEL_UNLOAD_CALLBACK = "(Reloading the file does not call the sequence file unload callback.)"
UNABLE_TO_CREATE_PANEL = "Unable to create execution display panel."
CANT_CLOSE_EXE = "Cannot close an execution while it is running."
CANT_CLOSE_EXE_TERM Line0001 = "Cannot close an execution while it is running.\n"
CANT_CLOSE_EXE_TERM Line0002 = "Would you like to terminate?"
CANT_CLOSE_EXE_ABORT Line0001 = "Cannot close an execution while it is running.\n"
CANT_CLOSE_EXE_ABORT Line0002 = "Would you like to abort?"
CANT_CLOSE_EXE_TERM_ABORT Line0001 = "Cannot close an execution while it is running.\n"
CANT_CLOSE_EXE_TERM_ABORT Line0002 = "Would you like to terminate or abort?"
UNABLE_TO_CLOSE_EXECUTION Line0001 = "Unable to close execution window.\n"
UNABLE_TO_CLOSE_EXECUTION Line0002 = "You do not have either the 'Terminate' or the 'Abort' privilege."
CANT_SET_NEXT_STEP = "Set Next Step to Cursor is valid only in the topmost call stack sequence."
GUI_ERR = "GUI Error:"
ENGINE_ERR = "Engine Error:"
OLE_ERR = "Ole Automation Error:"
OPEN_SEQFILE_FILTER_STR = "Sequence File (*.seq)"
SELECT_SEQFILEPATH = "Select a sequence file to open:"
GENERIC_TITLE = "TestStand Run-Time Operator Interface"
OK_BTN = "&OK"
CANCEL_BTN = "&Cancel"
ABORT_BTN = "&Abort"
TERM_BTN = "&Terminate"
PROMPT_QUIT_MSG = "Are you sure you want to quit?"
YES_BTN = "Yes"
NO_BTN = "No"
TITLE_ENGINE_OPTIONS = "Station Options"
TITLE_SEARCH_DIRECTORIES = "Edit Search Directories"
TITLE_EXE_DISPLAY = "Execution Display"
TITLE_SEQ_DISPLAY = "Sequence Display"
UNKNOWN_ARG_OPTION_ERROR = "Unrecognized command line flag '%s'"
FLAG_MISSING_PARAMS_ERROR = "Command line flag '%s' is missing one or more required parameters."
FLAG_MISSING_PARAMS_ERROR_VB = "The following command line flag is missing one or more required parameters:"
UNRECOGNIZED_CMD_LINE_FLAG = "Unrecognized command line flag."
CANT_EXECUTE_MODEL_ENTRY_POINT_NO_MODEL_FILE = "Cannot execute entry point '%s' on sequence file '%s'. No applicable model file."
CANT_EXECUTE_MODEL_ENTRY_POINT_DOES_NOT_EXIST = "Cannot execute entry point '%s' on sequence file '%s'. No such entry point in model file."
CANT_EXECUTE_MODEL_ENTRY_POINT_VB1 = "Cannot execute entry point '"
CANT_EXECUTE_MODEL_ENTRY_POINT_VB2 = "' on sequence file '"
CANT_EXECUTE_MODEL_ENTRY_POINT_VB3a = "'. No applicable model file."
CANT_EXECUTE_MODEL_ENTRY_POINT_VB3b = "'. No such entry point in model file."
MUST_EXIT_RESTART Line0001 = "You must exit and restart this program in order\n"
MUST_EXIT_RESTART Line0002 = "for the new setting to take effect."
OUT_OF_MEMORY = "Out of memory!"
SEQFILE_WITH_SAME_NAME_ALREADY_LOADED = "A Sequence file with the same name is already loaded"
CANT_EXIT = "Cannot exit while a sequence is running."
CANT_LOGOUT = "Cannot logout while a sequence is running."
WARN_EXEC_IN_CVI_ENVIRON Line0001 = "WARNING:\n\n"
WARN_EXEC_IN_CVI_ENVIRON Line0002 = "Because of multithreading issues, executing a sequence while running the operator\n"
WARN_EXEC_IN_CVI_ENVIRON Line0003 = "interface in the CVI 5.0.x environment can cause unrecoverable errors in the following\n"
WARN_EXEC_IN_CVI_ENVIRON Line0004 = "cases:\n"
WARN_EXEC_IN_CVI_ENVIRON Line0005 = " The steps in the sequence make calls into the CVI run-time engine.\n"
WARN_EXEC_IN_CVI_ENVIRON Line0006 = " The sequence contains CVI steps and the CVI adapter is configured to execute\n"
WARN_EXEC_IN_CVI_ENVIRON Line0007 = " them in the operator interface process.\n\n"
WARN_EXEC_IN_CVI_ENVIRON Line0008 = "To avoid such errors, create an executable for this operator interface and run the\n"
WARN_EXEC_IN_CVI_ENVIRON Line0009 = "sequence from the executable instead. (CVI run-time libraries are thread-safe for\n"
WARN_EXEC_IN_CVI_ENVIRON Line0010 = "executables but not for programs running in the development environment).\n\n"
WARN_EXEC_IN_CVI_ENVIRON Line0011 = "NOTE: Opening a sequence file with a load callback sequence is equivalent to\n"
WARN_EXEC_IN_CVI_ENVIRON Line0012 = "executing that sequence and can cause the same problems as described above.\n\n"
WARN_EXEC_IN_CVI_ENVIRON Line0013 = "Continue anyway?"
SOURCE_COLON = "Source: "
ERROR_CODE_COLON = "Error Code: "
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。