~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/winhlp32/Ja.rc

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 /*
  2  * Help Viewer
  3  *
  4  * Copyright 1996 Ulrich Schmid
  5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
  6  *
  7  * This library is free software; you can redistribute it and/or
  8  * modify it under the terms of the GNU Lesser General Public
  9  * License as published by the Free Software Foundation; either
 10  * version 2.1 of the License, or (at your option) any later version.
 11  *
 12  * This library is distributed in the hope that it will be useful,
 13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 15  * Lesser General Public License for more details.
 16  *
 17  * You should have received a copy of the GNU Lesser General Public
 18  * License along with this library; if not, write to the Free Software
 19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 20  */
 21 
 22 #include "winhelp_res.h"
 23 
 24 /* UTF-8 */
 25 #pragma code_page(65001)
 26 
 27 /* Menu */
 28 
 29 MAIN_MENU MENU LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
 30 {
 31  POPUP "ファイル(&F)" {
 32   MENUITEM "開く(&O)", MNID_FILE_OPEN
 33   MENUITEM SEPARATOR
 34   MENUITEM "印刷(&P)", MNID_FILE_PRINT
 35   MENUITEM "プリンタの設定(&S)...", MNID_FILE_SETUP
 36    MENUITEM SEPARATOR
 37   MENUITEM "終了(&X)", MNID_FILE_EXIT
 38  }
 39  POPUP "編集(&E)" {
 40    MENUITEM "コピー(&C)...", MNID_EDIT_COPYDLG
 41    MENUITEM SEPARATOR
 42    MENUITEM "コメント(&A)...", MNID_EDIT_ANNOTATE
 43  }
 44  POPUP "しおり(&B)" {
 45    MENUITEM "定義(&D)...", MNID_BKMK_DEFINE
 46  }
 47  POPUP "オプション(&O)" {
 48    POPUP        "Help always visible"
 49    BEGIN
 50      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
 51      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
 52      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
 53   END
 54   MENUITEM "履歴",            MNID_OPTS_HISTORY
 55   POPUP    "フォント"
 56   BEGIN
 57     MENUITEM "小",             MNID_OPTS_FONTS_SMALL
 58     MENUITEM "標準",          MNID_OPTS_FONTS_NORMAL
 59     MENUITEM "大",             MNID_OPTS_FONTS_LARGE
 60   END
 61   MENUITEM "システム カラーを使う",   MNID_OPTS_SYSTEM_COLORS
 62  }
 63  POPUP "ヘルプ(&H)" {
 64    MENUITEM "ヘルプについてのヘルプ(&O)", MNID_HELP_HELPON
 65    MENUITEM "常に手前に表示(&T)", MNID_HELP_HELPTOP
 66    MENUITEM SEPARATOR
 67    MENUITEM "情報(&I)...", MNID_HELP_ABOUT
 68 #ifdef WINELIB
 69    MENUITEM "WINE について(&A)", MNID_HELP_WINE
 70 #endif
 71  }
 72 }
 73 
 74 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
 75 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 76 FONT 9, "MS Shell Dlg"
 77 CAPTION "索引"
 78 {
 79     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
 80 }
 81 
 82 IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
 83 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 84 FONT 9, "MS Shell Dlg"
 85 CAPTION "検索"
 86 {
 87     LTEXT  "未実装", -1, 10, 10, 180, 150
 88 }
 89 
 90 /* Strings */
 91 STRINGTABLE DISCARDABLE LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
 92 {
 93 STID_WINE_HELP,         "WINE ヘルプ"
 94 STID_WHERROR,           "エラー"
 95 STID_WARNING,           "警告"
 96 STID_INFO,              "情報"
 97 STID_NOT_IMPLEMENTED,   "非実装"
 98 STID_HLPFILE_ERROR_s,   "ヘルプファイル `%s' を読み込んでいるときにエラー"
 99 STID_INDEX,             "索引(&I)"
100 STID_CONTENTS,          "概要"
101 STID_BACK,              "戻る(&B)"
102 STID_ALL_FILES,         "すべてのファイル (*.*)"
103 STID_HELP_FILES_HLP,    "ヘルプ ファイル (*.hlp)"
104 STID_FILE_NOT_FOUND_s   "'%s' が見つかりません。自分でこのファイルを探しますか?"
105 STID_NO_RICHEDIT        "リッチエディット実装が見つかりません... 終了します"
106 STID_PSH_INDEX,         "ヘルプ トピック: "
107 }
108 
109 CONTEXT_MENU MENU LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
110 BEGIN
111         POPUP ""
112         BEGIN
113                 MENUITEM "コメント...",       MNID_CTXT_ANNOTATE
114                 MENUITEM "コピー",                MNID_CTXT_COPY
115                 MENUITEM "印刷...",            MNID_CTXT_PRINT
116                 POPUP    "フォント"
117                 BEGIN
118                         MENUITEM "小",       MNID_CTXT_FONTS_SMALL
119                         MENUITEM "標準",      MNID_CTXT_FONTS_NORMAL
120                         MENUITEM "大",       MNID_CTXT_FONTS_LARGE
121                 END
122                 POPUP   "Help always visible"
123                 BEGIN
124                         MENUITEM "Default",     MNID_CTXT_HELP_DEFAULT
125                         MENUITEM "Visible",     MNID_CTXT_HELP_VISIBLE
126                         MENUITEM "Non visible", MNID_CTXT_HELP_NONVISIBLE
127                 END
128                 MENUITEM "システム カラーを使う",   MNID_CTXT_SYSTEM_COLORS
129         END
130 END

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.