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

📄 en-us.rc

📁 winNT技术操作系统,国外开放的原代码和LIUX一样
💻 RC
字号:
/* $Id: en-US.rc 24952 2006-11-28 21:44:53Z janderwald $ */

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US

/* String Tables */

/* Default settings */
STRINGTABLE DISCARDABLE 
BEGIN
    IDS_APPTITLE            "ReactOS - Welcome"
    IDS_DEFAULTTOPICTITLE   "ReactOS"
    IDS_DEFAULTTOPICDESC    "Welcome to React Operating System.\n\nClick a topic on the left."
//    IDS_CHECKTEXT           "Show this dialog again"
//    IDS_CLOSETEXT           "Exit"
END

/* Topic buttons */
STRINGTABLE DISCARDABLE
BEGIN
    IDS_TOPICBUTTON0        "Install ReactOS"
    IDS_TOPICBUTTON1        "Browse this CD"
    IDS_TOPICBUTTON2        "Exit"
//    IDS_TOPICBUTTON3        "Empty Topic 3"
//    IDS_TOPICBUTTON4        "Empty Topic 4"
//    IDS_TOPICBUTTON5        "Empty Topic 5"
//    IDS_TOPICBUTTON6        "Empty Topic 6"
//    IDS_TOPICBUTTON7        "Empty Topic 7"
//    IDS_TOPICBUTTON8        "Empty Topic 8"
//    IDS_TOPICBUTTON9        "Empty Topic 9"
END

/* Topic titles */
STRINGTABLE DISCARDABLE
BEGIN
    IDS_TOPICTITLE0         "Install ReactOS"
    IDS_TOPICTITLE1         "Browse this CD"
    IDS_TOPICTITLE2         "Exit"
//    IDS_TOPICTITLE3         "Empty Topic Title 3"
//    IDS_TOPICTITLE4         "Empty Topic Title 4"
//    IDS_TOPICTITLE5         "Empty Topic Title 5"
//    IDS_TOPICTITLE6         "Empty Topic Title 6"
//    IDS_TOPICTITLE7         "Empty Topic Title 7"
//    IDS_TOPICTITLE8         "Empty Topic Title 8"
//    IDS_TOPICTITLE9         "Empty Topic Title 9"
END

/* Topic descriptions */
STRINGTABLE DISCARDABLE
BEGIN
    IDS_TOPICDESC0          "Create a new ReactOS installation on your computer or upgrade an existing installation."
    IDS_TOPICDESC1          "Browse the CD."
    IDS_TOPICDESC2          "Click to exit this application."
//    IDS_TOPICDESC3          "Topic description 3.\n\nDescribe topic 3 here."
//    IDS_TOPICDESC4          "Topic description 4.\n\nDescribe topic 4 here."
//    IDS_TOPICDESC5          "Topic description 5.\n\nDescribe topic 5 here."
//    IDS_TOPICDESC6          "Topic description 6.\n\nDescribe topic 6 here."
//    IDS_TOPICDESC7          "Topic description 7.\n\nDescribe topic 7 here."
//    IDS_TOPICDESC8          "Topic description 8.\n\nDescribe topic 8 here."
//    IDS_TOPICDESC9          "Topic description 9.\n\nDescribe topic 9 here."
END

/* EOF */

⌨️ 快捷键说明

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