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

📄 wstring.msg

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 MSG
字号:
// the following is the font used in the status bar of the window
pick(   W_STATUSFONT,
        "Helv.8",
        "Helv.8" )

// WSTAT.C
pick(   W_STATUSNOTCREATED,
        "Could not create status line.",
        "Could not create status line." )
pick(   W_READYMSG,
        "Ready",
        "Ready" )

// WEDIT.C
pick(   W_CHANGEMODIFIEDMENUITEM,
        "This string has been modified.\nChange?",
        "This string has been modified.\nChange?" )

// WHINTS.C
pick(   W_STR_CLEAR,
        "Clear the string table",
        "Clear the string table" );
pick(   W_STR_UPDATE,
        "Update the file with this string table",
        "Update the file with this string table" )
pick(   W_STR_SAVE,
        "Save this string table",
        "Save this string table" )
pick(   W_STR_SAVEAS,
        "Save this string table to a different file",
        "Save this string table to a different file" )
pick(   W_STR_SAVEINTO,
        "Copy this string table into a different file",
        "Copy this string table into a different file" )
pick(   W_STR_EXIT,
        "Exit the string table editor",
        "Exit the string table editor" )
pick(   W_STR_CUT,
        "Cut the string table to the clipboard",
        "Cut the string table to the clipboard" )
pick(   W_STR_COPY,
        "Copy the string table to the clipbord",
        "Copy the string table to the clipbord" )
pick(   W_STR_PASTE,
        "Paste the string table from the clipboard",
        "Paste the string table from the clipboard" )
pick(   W_STR_DELETE,
        "Delete a string from the string table",
        "Delete a string from the string table" )
pick(   W_STR_SHOWRIBBON,
        "Show/Hide the Toolbar",
        "Show/Hide the Toolbar" )
pick(   W_STR_SYMBOLS,
        "Edit Symbols",
        "Edit Symbols" )
pick(   W_STR_LOAD_SYMBOLS,
        "Load Symbols",
        "Load Symbols" )
pick(   W_STR_MEM_FLAGS,
        "Modify the string table memory options",
        "Modify the string table memory options" )
pick(   W_STR_NEWITEM,
        "Insert a new string",
        "Insert a new string" )
pick(   W_STR_ABOUT,
        "Display the about box",
        "Display the about box" )
pick(   W_STR_HELP,
        "Display help text",
        "Display help text" )
pick(   W_STR_FILEMENU,
        "Clear or update the string table",
        "Clear or update the string table" )
pick(   W_STR_EDITMENU,
        "Edit the string table and its items",
        "Edit the string table and its items" )
pick(   W_STR_RESMENU,
        "Manipulate string table settings",
        "Manipulate string table settings" )
pick(   W_STR_STRMENU,
        "Create string table items",
        "Create string table items" )
pick(   W_STR_HELPMENU,
        "Display help or editor info",
        "Display help or editor info" )

// WRIBBON.C
pick(   W_SHOWTOOLBAR,
        "Show Tool&bar",
        "Show Tool&bar" )
pick(   W_TOOLBARHIDDEN,
        "Toolbar Hidden",
        "Toolbar Hidden" )
pick(   W_HIDETOOLBAR,
        "Hide Tool&bar",
        "Hide Tool&bar" )
pick(   W_TOOLBARSHOWN,
        "Toolbar Shown",
        "Toolbar Shown" )

// WTOOLBAR.C
pick(   W_SYSMENUMOVE,
        "Move",
        "Move" )
pick(   W_SYSMENUSIZE,
        "Size",
        "Size" )
pick(   W_SYSMENUHIDE,
        "Hide",
        "Hide" )

// WSVOBJ.C
pick(   W_SAVERESINTO,
        "Save String Table Into Resource",
        "Save String Table Into Resource" )
pick(   W_SAVERESAS,
        "Save String Table Resource",
        "Save String Table Resource" )
pick(   W_SAVERESFILTER,
        "String Files (*.STR)\t*.STR\tResource Files (*.RES)\t*.RES\tExecutable Files (*.EXE)\t*.EXE\tDLL Libraries (*.DLL)\t*.DLL\t",
        "String Files (*.STR)\t*.STR\tResource Files (*.RES)\t*.RES\tExecutable Files (*.EXE)\t*.EXE\tDLL Libraries (*.DLL)\t*.DLL\t" )
pick(   W_NORESOLVEDUPS,
        "Could not resolve duplicate string entries in the target file.",
        "Could not resolve duplicate string entries in the target file." )

// WMAIN.C
pick(   W_STRINGAPPTITLE,
        "Open Watcom String Editor",
        "Open Watcom String Editor" )
pick(   W_CHANGESTRINGMEMFLAGS,
        "Changing Memory Flags",
        "Changing Memory Flags" )
pick(   W_UPDATEMODIFIEDSTRING,
        "This string resource has been modified.\nSave?",
        "This string resource has been modified.\nSave?" )
pick(   W_STRINGCLEARWARNING,
        "Clear will delete ALL strings.\nClear?",
        "Clear will delete ALL strings.\nClear?" )
pick(   W_STRINGCLEARTITLE,
        "Clear String Table",
        "Clear String Table" )
pick(   W_STRINGCLEARMSG,
        "String table cleared",
        "String table cleared" )
pick(   W_STRINGNAMES,
        "Strings %d - %d",
        "Strings %d - %d" )
pick(   W_UPDATEMODIFIEDSYM,
        "The symbols have been modified.\nSave?",
        "The symbols have been modified.\nSave?" )

// WNEWITEM.C
pick(   W_QUERYREPLACESTRING,
        "There is already a string with this id.\nDo you wish to replace it?",
        "There is already a string with this id.\nDo you wish to replace it?" )
pick(   W_INSERTNEWSTRING,
        "Insert new string",
        "Insert new string" )

⌨️ 快捷键说明

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