ko-ko.rc

来自「ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机」· RC 代码 · 共 74 行

RC
74
字号
/*
 * Help Viewer
 *
 * Copyright 1996 Ulrich Schmid
 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */

LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT

/* Menu */

MAIN_MENU MENU
{
 POPUP "颇老(&F)" {
  MENUITEM "凯扁(&O)...", MNID_FILE_OPEN
  MENUITEM SEPARATOR
  MENUITEM "牢尖(&P)", MNID_FILE_PRINT
  MENUITEM "橇赴磐 汲沥(&S)...", MNID_FILE_SETUP
   MENUITEM SEPARATOR
  MENUITEM "辆丰(&E)", MNID_FILE_EXIT
 }
 POPUP "祈笼(&E)" {
   MENUITEM "汗荤(&C)...", MNID_EDIT_COPYDLG
   MENUITEM SEPARATOR
   MENUITEM "林籍(&A)...", MNID_EDIT_ANNOTATE
 }
 POPUP "氓哎乔(&B)" {
   MENUITEM "沥狼(&D)...", MNID_BKMK_DEFINE
 }
 POPUP "档框富(&H)" {
   MENUITEM "档框富 荤侩过(&O)", MNID_HELP_HELPON
   MENUITEM "亲惑 困(&T)", MNID_HELP_HELPTOP
   MENUITEM SEPARATOR
   MENUITEM "沥焊(&I)...", MNID_HELP_ABOUT
#ifdef WINELIB
   MENUITEM "Wine俊 包窍咯(&A)", MNID_HELP_WINE
#endif
 }
}

/* Strings */

STRINGTABLE DISCARDABLE
{
STID_WINE_HELP, 	"Wine 档框富"
STID_WHERROR, 		"坷幅"
STID_WARNING,  		"版绊"
STID_INFO,  		"沥焊"
STID_NOT_IMPLEMENTED, 	"备泅登瘤 臼疽澜"
STID_HLPFILE_ERROR_s, 	"档框富 颇老 `%s'甫 佬绰 档吝 坷幅 惯积"
STID_CONTENTS, 		"格瞒(&C)"
STID_SEARCH, 		"茫扁(&S)"
STID_BACK, 		"第肺(&B)"
STID_HISTORY, 		"洒胶配府(&H)"
STID_TOPICS,		"格瞒(&T)"
STID_ALL_FILES, 	"葛电 颇老 (*.*)"
STID_HELP_FILES_HLP, 	"档框富 颇老 (*.hlp)"
STID_FILE_NOT_FOUND_s	"%s阑 茫阑 荐 绝嚼聪促'. 捞 颇老阑 胶胶肺 茫摆嚼聪鳖?"
}

⌨️ 快捷键说明

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