📄 ctcommon.rc
字号:
///////////////////////////////////////////////////////////////////////////////// String Table//STRINGTABLE DISCARDABLE BEGIN IDS_ECOS_HELP "index.html" IDS_REPOSITORY_REGKEY "Software\\Red Hat\\eCos\\Common\\Repository" IDS_REPOSITORY_REGVALUE "Folder" IDC_RADIO_DESCRIPTIVE_NAMES "Display descriptive names in the configuration view." IDC_RADIO_DECIMAL "View integer values in the configuration view in decimal." IDC_RADIO_HEXADECIMAL "View integer values in the configuration view in hexadecimal." IDC_RADIO_MACRO_NAMES "Display macro names in the configuration view." IDC_CDL_HARDWARE "Selects from the set of available hardware templates." IDC_CDL_HARDWARE_DESC "Gives a brief description of the currently selected hardware template." IDC_CDL_TEMPLATE_VER "Selects the version of the currently selected template." IDC_CDL_TEMPLATE_PACKAGES "Lists the packages contained in the currently selected template." IDC_CDL_TEMPLATE_PACKAGES_STATIC "Provides a description of the currently selected package."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_SECTION_RELOCATION_INITIAL_ABSOLUTE_ADDRESS "The initial absolute address of the section (as a hexadecimal number) in bytes." IDC_SECTION_RELOCATION_INITIAL_RELATIVE_NAME "Specify a section which this section is to follow in the memory map." IDC_SECTION_RELOCATION_RELOCATES "Specifies that the section is relocatable." IDC_SECTION_GENERAL_FINAL_ABSOLUTE "Specifies that the address of the section is absolute." IDC_SECTION_GENERAL_NAME_LINKER_DEFINED "Chooses a link-defined section. The name is selected in the adjacent drop-down list." IDC_SECTION_GENERAL_NAME_USER_DEFINED "Chooses a user-defined section. The name is entered in the adjacent edit box." IDC_SECTION_GENERAL_NAME_LINKER "Chooses from a set of linker-defined names appropriate for the currently selected target architecture." IDC_EDIT_NOTE "Text to be associated with the region. The text is saved with the memory layout in the build tree." IDC_CT_EDIT "Enter the text of a configuration item of type string. The text may span multiple lines." IDS_OUTPUT_VIEW_HELP "redirect/output-pane.html" IDS_PROPERTIES_VIEW_HELP "redirect/properties-table.html"ENDSTRINGTABLE DISCARDABLE BEGIN IDS_RULES_VIEW_HELP "redirect/rules-help.html" IDS_BUILD_OPTIONS_PROCESSING "redirect/tool-options.html" IDS_BUILD_OPTIONS_BUILD "redirect/build-tab.html" IDS_VIEW_SETTINGS_VIEW "redirect/view-settings.html" IDS_CONFIGTOOL_HELP "redirect/the-ecos-configuration-tool.html" IDS_CONTROL_VIEW_HELP "redirect/the-four-panes.html" IDS_MLT_VIEW_HELP "redirect/memory-layout.html" IDS_MLT_REGION_HELP "redirect/memory-regions.html" IDS_MLT_SECTION_HELP "redirect/memory-sections.html" IDS_DESC_VIEW_HELP "redirect/short-description-window.html" IDS_NEW_REGION_SHEET_TITLE "New Region" IDS_NEW_SECTION_SHEET_TITLE "New Section" IDS_REGION_PROPERTIES_SHEET_TITLE "Region Properties" IDS_ERR_MEMMAP_BASE "No error"ENDSTRINGTABLE DISCARDABLE BEGIN AFX_IDS_SCSIZE "Changes the window size" AFX_IDS_SCMOVE "Changes the window position" AFX_IDS_SCMINIMIZE "Reduces the window to an icon" AFX_IDS_SCMAXIMIZE "Enlarges the window to full size" AFX_IDS_SCNEXTWINDOW "Switches to the next document window" AFX_IDS_SCPREVWINDOW "Switches to the previous document window" AFX_IDS_SCCLOSE "Closes the active window and prompts to save the documents"ENDSTRINGTABLE DISCARDABLE BEGIN AFX_IDS_SCRESTORE "Restores the window to normal size" AFX_IDS_SCTASKLIST "Activates Task List"ENDSTRINGTABLE DISCARDABLE BEGIN AFX_IDS_PREVIEW_CLOSE "Closes print preview mode\nCancel Preview"ENDSTRINGTABLE DISCARDABLE BEGIN IDS_VALIDATE_SECTION_NAME_CLASH "Please enter a section name which is not linker-defined." IDS_OPEN "Open" IDS_SAVE_AS "Save As" IDS_OPEN_DESC "Enter the location of the build tree. You can type in a path or use the Browse button to navigate to a folder." IDS_SAVE_AS_DESC "Enter the location for the build tree. You can type in a path or use the Browse button to navigate to a folder: if the folder name you provide does not exist, it will be created." IDS_DEFAULT_FOLDER_DIALOG_DESC "You may specify a folder which does not yet exist. If you do so, the folder will be created." IDS_COMPTOOLS_DLG_DESC "Enter the location of the %s build tools folder, which should contain %sgcc. You can type in a path or use the Browse button to navigate to a folder." IDS_USERTOOLS_DLG_DESC "Enter the location of the user tools folder, which should contain cat and ls. You can type in a path or use the Browse button to navigate to a folder." IDS_KEY_TOOLS_DIR "Build Tools" IDS_KEY_USER_DIR "User Tools" IDS_PATH "PATH" IDS_SHELL_NAME "bash.exe" IDS_PKGCONF_PACKAGE_HEADER_FILENAME "system.h"ENDSTRINGTABLE DISCARDABLE BEGIN ID_RESOLVE_CONFLICTS_CONTINUE "Continues the current transaction, applying the selected solutions."ENDSTRINGTABLE DISCARDABLE BEGIN ID_RESOLVE_CONFLICTS_CANCEL "Cancels the current transaction without applying any solutions."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_DETAILS "Shows or hides a portion of the dialog that provides details of the contents of the currently selected template." IDS_APPPATH_REGVALUE "Path" IDC_CONFLICTS_NONE "Resets all fix checkboxes to the unchecked state."ENDSTRINGTABLE DISCARDABLE BEGIN IDS_ERR_MEMMAP_REGION_NONAME "You must specify a region name." IDS_ERR_MEMMAP_REGION_MAPSIZE "The region does not lie within the memory map." IDS_ERR_MEMMAP_REGION_INTERSECT "The region intersects with another region." IDS_ERR_MEMMAP_REGION_NAMEINUSE "The specified region name is not unique." IDS_ERR_MEMMAP_REGION_NOTFOUND "The specified region does not exist." IDS_ERR_MEMMAP_REGION_SIZE "The specified region size is too small to contain the existing memory sections." IDS_ERR_MEMMAP_ALLOC "Memory allocation error." IDS_ERR_MEMMAP_SECTION_NONAME "You must specify a section name." IDS_ERR_MEMMAP_SECTION_NAMEINUSE "The specified section name is not unique." IDS_ERR_MEMMAP_SECTION_LMA_NOTINREGION "The specified initial section location (LMA) does not lie within a single memory region." IDS_ERR_MEMMAP_SECTION_VMA_NOTINREGION "The specified final section location (VMA) does not lie within a single memory region." IDS_ERR_MEMMAP_SECTION_LMA_ANCHORNOTFOUND "The specified initial section anchor does not exist." IDS_ERR_MEMMAP_SECTION_LMA_ANCHORNOTAVAIL "The specified initial section anchor is not available." IDS_ERR_MEMMAP_SECTION_VMA_ANCHORNOTFOUND "The specified final section anchor does not exist." IDS_ERR_MEMMAP_SECTION_VMA_ANCHORNOTAVAIL "The specified final section anchor is not available." IDS_ERR_MEMMAP_SECTION_NOTFOUND "The specified section does not exist."ENDSTRINGTABLE DISCARDABLE BEGIN IDS_ERR_MEMMAP_SECTION_VMA_READONLY "The specified final section location (VMA) does not lie within a read/write region. This is essential when the section is to be relocated." IDS_ERR_MEMMAP_SECTION_LMA_READWRITE "The specified initial section location (LMA) does not lie within a read-only region." IDS_ERR_MEMMAP_SECTION_ILLEGAL_RELOCATION "The section following the specified section does not relocate." IDS_SECTION_PROPERTIES_SHEET_TITLE "Section Properties" IDS_ERR_MEMMAP_SECTION_CREATE "The new memory section could not be created." IDS_ERR_MEMMAP_SECTION_MODIFY "The memory section could not be modified." IDS_ERR_MEMMAP_REGION_CREATE "The new region could not be created." IDS_ERR_MEMMAP_REGION_MODIFY "The memory region could not be modified." IDS_VALIDATE_REGION_SIZE "Please enter a region size greater than zero." IDS_VALIDATE_SECTION_NAME "Please enter a section name.\n\nNames may not contain spaces or punctuation." IDS_VALIDATE_SECTION_SIZE "Please enter a section size greater than zero." IDS_VALIDATE_REGION_NAME "Please enter a region name.\n\nNames may not contain spaces or punctuation." IDS_VALIDATE_SECTION_ALIGNMENT "Please enter a section alignment greater than zero." IDS_VALIDATE_REGION_START_ADDRESS "Please enter a region start address." IDS_VALIDATE_SECTION_START_ADDRESS "Please enter a section start address."ENDSTRINGTABLE DISCARDABLE BEGIN IDS_VIEW_MACRO_NAMES "Display macro names (as opposed to descriptive names) in the configuration view." IDS_VIEW_HEX "View integer values in the configuration view in hexadecimal (as opposed to decimal) format." IDC_CDL_TEMPLATE "Selects from the set of available package templates." IDC_CDL_TEMPLATE_DESC "Gives a brief description of the currently selected package template." IDS_TOOLCHAINFOLDER_BROWSE "Browse for the toolchain folder." IDS_TOOLCHAINFOLDER_FOLDER "Selects the toolchain folder (the folder containing the build tools for the current architecture)."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_SEARCHCOMBO "Selects the category in which the search is to take place." IDC_PACKAGE_VER "Displays the version of the selected packages." IDC_COMBO1 "Selects the category of build flags for which options are to be displayed." IDC_ADDREMOVE_LIST1 "Displays the list of packages available, but not currently loaded." IDC_ADDREMOVE_LIST2 "Displays the list of packages currently loaded." IDC_ADDREMOVE_ADD "Add one or more packages to the list to be loaded." IDC_ADDREMOVE_REMOVE "Removes one or more packages to the list to be loaded." IDC_PACKAGE_DESC "Displays a description of the selected package (blank if more than one package is selected)." IDC_LIST "Displays the list of header files generated by the configuration. If the configuration is saved, you can double-click on an item to view that header." IDC_VIEW_PROPERTIES_LIST "Displays the properties of the currently selected configuration item. You can double-click on a URL property to navigate to that documentation page or on a File property to view that header file." IDC_FOLDER_DIALOG_BROWSE "Browse for the folder." IDC_REGION_GENERAL_NAME "Specifies the name of the region (must not contain spaces or punctuation characters)." IDC_REGION_GENERAL_START_ADDRESS "Specifies the start address (in hex) of the region."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_LIST1 "Displays the set of conflicts for which fixes are offered." IDC_BUILD_OPTIONS_LIST "Lists the flags defined for the package selected in the adjacent Packages window."ENDSTRINGTABLE DISCARDABLE BEGIN IDS_FAILING_RULES_EDIT1 "Displays an explanation of the currently selected conflict."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_LIST2 "Displays fixes for the currently selected conflict. Use the checkboxes to enable or disable each fix." IDC_RESET "Resets all fix checkboxes to the checked state." IDC_FOLDER "Selects the folder." IDC_IMMEDIATE "Check for configuration option conflicts after any configuration option value is changed." IDC_DEFERRED "Check for configuration option conflicts before saving the configuration." IDC_NEVER "Do not check for configuration option conflicts." IDC_SUGGEST_FIXES "When configuration conflicts are found, provide possible solutions."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_REGION_GENERAL_SIZE "Specifies the size (in hex) of the region." IDC_REGION_GENERAL_READ_ONLY "Check if the region is to be read-only." IDC_SECTION_GENERAL_NAME_USER "Specifes the name of a user-defined section. The name must not contain spaces or punctuation characters." IDC_SECTION_GENERAL_KNOWN_SIZE "Specifies that the size of the section is known." IDC_SECTION_GENERAL_SIZE "Specifies the size of the section (as a hexadecimal number) in bytes." IDC_SECTION_GENERAL_ALIGNMENT "Specifies the section alignment." IDC_SECTION_GENERAL_FINAL_RELATIVE "Specifies that the section is relative to (follows) another in the memory map." IDC_SECTION_GENERAL_FINAL_ABSOLUTE_ADDRESS "The absolute address of the section (as a hexadecimal number) in bytes." IDC_SECTION_GENERAL_FINAL_RELATIVE_NAME "Specify a section which this section is to follow in the memory map." IDC_SECTION_RELOCATION_INITIAL_ABSOLUTE "Specifies that the address of the section is absolute." IDC_SECTION_RELOCATION_INITIAL_RELATIVE "Specifies that the section is relative to (follows) another in the memory map. The initial location of the preceding section must be located in a read-only memory region."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_NEW_FOLDER_EDIT "Specify a folder to be created." IDC_TREE1 "Displays a view of the packages currently included in the configuration."END#endif // English (U.S.) resources/////////////////////////////////////////////////////////////////////////////#ifndef APSTUDIO_INVOKED///////////////////////////////////////////////////////////////////////////////// Generated from the TEXTINCLUDE 3 resource.//#define _AFX_NO_SPLITTER_RESOURCES#define _AFX_NO_OLE_RESOURCES#define _AFX_NO_TRACKER_RESOURCES#define _AFX_NO_PROPERTY_RESOURCES#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)#ifdef _WIN32LANGUAGE 9, 1#pragma code_page(1252)#endif //_WIN32#include "afxres.rc" // Standard components#endif/////////////////////////////////////////////////////////////////////////////#endif // not APSTUDIO_INVOKED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -