Update ooo320-m1
[ooovba.git] / svx / source / cui / commonlingui.src
blobf3d3c05c1a7437a07bc95594c22bd46e770e9edf
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: commonlingui.src,v $
10  * $Revision: 1.16 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
32 #include "helpid.hrc"
33 #include "hangulhanjadlg.hrc"
35 Window RID_SVX_WND_COMMON_LINGU
37     DialogControl = TRUE;       // we want to tab out of this
38     Hide = TRUE;
40     FixedText FT_WORD
41     {
42         Pos = MAP_APPFONT( 6,  9 );
43         Size = MAP_APPFONT( 42, 10 );
44         Text [ en-US ] = "Origi~nal";
45     };
46     Control FT_AKTWORD
47     {
48         HelpId=HID_SPELLDLG_SETWORD;
49         Pos = MAP_APPFONT( 51, 9 );
50         Size = MAP_APPFONT( 164, 10 );
51         Border =FALSE;
52         TabStop = TRUE;
53     };
55     FixedText FT_NEWWORD
56     {
57         Pos = MAP_APPFONT(  6, 25 );
58         Size = MAP_APPFONT( 42, 10 );
59         Text [ en-US ] = "~Word" ;
60     };
62     Edit ED_NEWWORD
63     {
64         Pos = MAP_APPFONT( 51, 24 );
65         Size = MAP_APPFONT( 137, 12 );
66         Border = TRUE;
67     };
69     FixedText FT_SUGGESTION
70     {
71         Pos = MAP_APPFONT( 6, 48 );
72         Size = MAP_APPFONT( 42, 10 );
73         Text [ en-US ] = "~Suggestions" ;
74     };
76     PushButton BTN_IGNORE
77     {
78         Pos = MAP_APPFONT( 224, 6 );
79         Size = MAP_APPFONT( 55, 14 );
80         Text [ en-US ] = "~Ignore" ;
81     };
83     PushButton BTN_IGNOREALL
84     {
85         Pos = MAP_APPFONT( 224, 22 );
86         Size = MAP_APPFONT( 55, 14 );
87         Text [ en-US ] = "Always I~gnore" ;
88     };
90     PushButton BTN_CHANGE
91     {
92         Pos = MAP_APPFONT( 224, 40 );
93         Size = MAP_APPFONT( 55, 14 );
94         Text [ en-US ] = "~Replace" ;
95         DefButton = TRUE ;
96     };
98     PushButton BTN_CHANGEALL
99     {
100         Pos = MAP_APPFONT( 224, 56 );
101         Size = MAP_APPFONT( 55, 14 );
102         Text [ en-US ] = "Always R~eplace" ;
103     };
105     PushButton BTN_OPTIONS
106     {
107         Pos = MAP_APPFONT( 224, 129 );
108         Size = MAP_APPFONT( 55, 14 );
109         Hide = TRUE ;
110         Text [ en-US ] = "Options..." ;
111     };
113     FixedText FT_STATUS
114     {
115         Pos = MAP_APPFONT(  6, 155 );
116         Size = MAP_APPFONT( 130, 10 );
117     };
119     GroupBox GB_AUDIT
120     {
121         Pos = MAP_APPFONT( 1, 1 );
122         Size = MAP_APPFONT( 283, 148 );
123         Hide=TRUE;
124     };
126     HelpButton BTN_SPL_HELP
127     {
128         Pos = MAP_APPFONT( 160, 153 );
129         Size = MAP_APPFONT( 55, 14 );
130     };
132     CancelButton BTN_SPL_CANCEL
133     {
134         Pos = MAP_APPFONT ( 224 , 153 ) ;
135         Size = MAP_APPFONT ( 55 , 14 ) ;
136         TabStop = TRUE ;
137         Text [ en-US ] = "~Close" ;
138     };