riched20: Process messages which arrive before WM_NCCREATE.
[wine] / dlls / hhctrl.ocx / Ja.rc
1 /*
2  * HTML Help resources
3  * Japanese Language Support
4  *
5  * Copyright 2005 James Hawkins
6  * Copyright 2010 Akihiro Sagawa
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
22
23 #include "resource.h"
24
25 /* UTF-8 */
26 #pragma code_page(65001)
27
28 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
29
30 STRINGTABLE
31 BEGIN
32     IDS_CONTENTS     "目次(&C)"
33     IDS_INDEX        "索引(&N)"
34     IDS_SEARCH       "検索(&S)"
35     IDS_FAVORITES    "お気に入り(&I)"
36 END
37
38 STRINGTABLE
39 BEGIN
40     IDTB_EXPAND      "表示"
41     IDTB_CONTRACT    "非表示"
42     IDTB_STOP        "中止"
43     IDTB_REFRESH     "更新"
44     IDTB_BACK        "戻る"
45     IDTB_HOME        "ホーム"
46     IDTB_SYNC        "同期"
47     IDTB_PRINT       "印刷"
48     IDTB_OPTIONS     "オプション"
49     IDTB_FORWARD     "進む"
50     IDTB_NOTES       "IDTB_NOTES"
51     IDTB_BROWSE_FWD  "IDTB_BROWSE_FWD"
52     IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
53     IDTB_CONTENTS    "IDTB_CONTENTS"
54     IDTB_INDEX       "IDTB_INDEX"
55     IDTB_SEARCH      "IDTB_SEARCH"
56     IDTB_HISTORY     "IDTB_HISTORY"
57     IDTB_FAVORITES   "IDTB_FAVORITES"
58     IDTB_JUMP1       "ジャンプ1"
59     IDTB_JUMP2       "ジャンプ2"
60     IDTB_CUSTOMIZE   "カスタマイズ"
61     IDTB_ZOOM        "フォント"
62     IDTB_TOC_NEXT    "IDTB_TOC_NEXT"
63     IDTB_TOC_PREV    "IDTB_TOC_PREV"
64 END