Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX constant for languages that...
[wine] / dlls / oledlg / oledlg_Ja.rc
1 /*
2  * Copyright 2004 Hajime Segawa
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
18
19 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
20
21 UIINSERTOBJECT DIALOG DISCARDABLE  0, 0, 294, 151
22 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
23 CAPTION "\83I\83u\83W\83F\83N\83g\82Ì\91}\93ü"
24 FONT 9, "MS UI Gothic"
25 BEGIN
26     LISTBOX         IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
27                     LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
28                     WS_TABSTOP
29     LTEXT           "\83I\83u\83W\83F\83N\83g\82Ì\8eí\97Þ:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
30     DEFPUSHBUTTON   "OK",IDOK,221,7,66,14
31     PUSHBUTTON      "\83L\83\83\83\93\83Z\83\8b",IDCANCEL,221,24,66,14
32     GROUPBOX        "\8c\8b\89Ê",IDC_RESULT,7,103,208,41
33     CONTROL         "\90V\8bK\8dì\90¬",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON | 
34                     WS_GROUP,7,20,62,10
35     CONTROL         "\83R\83\93\83g\83\8d\81[\83\8b\82ð\8dì\90¬",IDC_CREATECONTROL,"Button",
36                     BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
37     CONTROL         "\83t\83@\83C\83\8b\82©\82ç\8dì\90¬",IDC_CREATEFROMFILE,"Button",
38                     BS_AUTORADIOBUTTON,7,37,67,10
39     LTEXT           "",IDC_RESULTDESC,49,112,159,23
40     PUSHBUTTON      "\83R\83\93\83g\83\8d\81[\83\8b\82ð\92Ç\89Á(&A)...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
41     CONTROL         "\83A\83C\83R\83\93\82Æ\82µ\82Ä\95\\8e¦",IDC_ASICON,"Button",BS_AUTOCHECKBOX | 
42                     WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
43     PUSHBUTTON      "\8eQ\8fÆ...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
44     LTEXT           "\83t\83@\83C\83\8b:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
45     EDITTEXT        IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
46 END
47
48 STRINGTABLE DISCARDABLE
49 {
50   IDS_RESULTOBJDESC     "\83h\83L\83\85\83\81\83\93\83g\82É\90V\82µ\82¢ %s \83I\83u\83W\83F\83N\83g\82ð\91}\93ü\82µ\82Ü\82·"
51   IDS_RESULTFILEOBJDESC "\83t\83@\83C\83\8b\82Ì\93à\97e\82ð\83I\83u\83W\83F\83N\83g\82Æ\82µ\82Ä\83h\83L\83\85\83\81\83\93\83g\82É\91}\93ü\82µ\82Ü\82·\81B\83I\83u\83W\83F\83N\83g\82Í\8dì\90¬\82µ\82½\83v\83\8d\83O\83\89\83\80\82©\82ç\97L\8cø\82É\82Å\82«\82Ü\82·\81B"
52   IDS_BROWSE            "\8eQ\8fÆ"
53   IDS_NOTOLEMOD         "\83t\83@\83C\83\8b\82Í\97L\8cø\82ÈOLE\83\82\83W\83\85\81[\83\8b\82Å\82Í\82È\82¢\82æ\82¤\82Å\82·\81BOLE\83R\83\93\83g\83\8d\81[\83\8b\82ð\93o\98^\82Å\82«\82Ü\82¹\82ñ\81B"
54   IDS_NOTOLEMODCAPTION  "\83R\83\93\83g\83\8d\81[\83\8b\82ð\92Ç\89Á"
55 }