Update ooo320-m1
[ooovba.git] / basctl / source / dlged / managelang.src
bloba131b58f103c14a2cb5336ccd1170304e5d16fd9
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: managelang.src,v $
10  * $Revision: 1.6 $
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  ************************************************************************/
31 #include "dlgresid.hrc"
32 #include "managelang.hrc"
33 #include "helpid.hrc"
35 ModalDialog RID_DLG_MANAGE_LANGUAGE
37     HelpId = HID_BASICIDE_MANAGE_LANGUAGE ;
38     OutputSize = TRUE ;
39     Size = MAP_APPFONT ( MANAGE_DLG_WIDTH , MANAGE_DLG_HEIGHT ) ;
40     Moveable = TRUE ;
41     Closeable = TRUE ;
42     Text [ en-US ] = "Manage User Interface Languages [$1]" ;
43     FixedText FT_LANGUAGE
44     {
45         Pos = MAP_APPFONT ( MANAGE_COL1 , MANAGE_ROW1 ) ;
46         Size = MAP_APPFONT ( MANAGE_LB_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
47         Text [ en-US ] = "Present Languages" ;
48     };
49     ListBox LB_LANGUAGE
50     {
51         Pos = MAP_APPFONT ( MANAGE_COL1 , MANAGE_ROW2 ) ;
52         Size = MAP_APPFONT ( MANAGE_LB_WIDTH , MANAGE_LB_HEIGHT ) ;
53         Border = TRUE;
54         AutoHScroll = TRUE ;
55     };
56     PushButton PB_ADD_LANG
57     {
58         Pos = MAP_APPFONT ( MANAGE_COL3 , MANAGE_ROW2 ) ;
59         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
60         TabStop = TRUE ;
61         Text [ en-US ] = "Add..." ;
62     };
63     PushButton PB_DEL_LANG
64     {
65         Pos = MAP_APPFONT ( MANAGE_COL3 , MANAGE_ROW3 ) ;
66         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
67         TabStop = TRUE ;
68         Text [ en-US ] = "Delete" ;
69     };
70     PushButton PB_MAKE_DEFAULT
71     {
72         Pos = MAP_APPFONT ( MANAGE_COL3 , MANAGE_ROW4 ) ;
73         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
74         TabStop = TRUE ;
75         Text [ en-US ] = "Default" ;
76     };
77     FixedText FT_INFO
78     {
79         Pos = MAP_APPFONT ( MANAGE_COL1 , MANAGE_ROW5 ) ;
80         Size = MAP_APPFONT ( MANAGE_DLG_WIDTH - 2*RSC_SP_FLGR_INNERBORDER_LEFT, INFO_LINES_COUNT*RSC_CD_FIXEDTEXT_HEIGHT ) ;
81         WordBreak = TRUE ;
82         Text [ en-US ] = "The default language is used if no localization for a user interface locale is present. Furthermore all strings from the default language are copied to resources of newly added languages." ;
83     };
84     FixedLine FL_BUTTONS
85     {
86         Pos = MAP_APPFONT ( 0 , MANAGE_ROW6 ) ;
87         Size = MAP_APPFONT ( MANAGE_DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
88     };
89     HelpButton PB_HELP
90     {
91         Pos = MAP_APPFONT ( MANAGE_COL2 , MANAGE_ROW7 ) ;
92         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
93         TabStop = TRUE ;
94     };
95     OKButton PB_CLOSE
96     {
97         Pos = MAP_APPFONT ( MANAGE_COL3 , MANAGE_ROW7 ) ;
98         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
99         TabStop = TRUE ;
100         DefButton = TRUE ;
101         Text [ en-US ] = "~Close" ;
102     };
103     String STR_DEF_LANG
104     {
105         Text [ en-US ] = "[Default Language]" ;
106     };
107     String STR_DELETE
108     {
109         Text [ en-US ] = "~Delete" ;
110     };
111     String STR_CREATE_LANG
112     {
113         Text [ en-US ] = "<Press 'Add' to create language resources>" ;
114     };
117 QueryBox RID_QRYBOX_LANGUAGE
119     Title [ en-US ] = "Delete Language Resources" ;
120     Message [ en-US ] = "You are about to delete the resources for the selected language(s). All user interface strings for this language(s) will be deleted.\n\nDo you want to delete the resources of the selected language(s)?";
121     BUTTONS = WB_OK_CANCEL ;
122     DEFBUTTON = WB_DEF_CANCEL ;
125 ModalDialog RID_DLG_SETDEF_LANGUAGE
127     HelpId = HID_BASICIDE_SETDEFAULT_LANGUAGE ;
128     OutputSize = TRUE ;
129     Size = MAP_APPFONT ( SETDEF_DLG_WIDTH , SETDEF_DLG_HEIGHT ) ;
130     Moveable = TRUE ;
131     Closeable = TRUE ;
132     Text [ en-US ] = "Set Default User Interface Language" ;
133     FixedText FT_DEF_LANGUAGE
134     {
135         Pos = MAP_APPFONT ( SETDEF_COL1 , SETDEF_ROW1 ) ;
136         Size = MAP_APPFONT ( SETDEF_LB_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
137         Text [ en-US ] = "Default language" ;
138     };
139     ListBox LB_DEF_LANGUAGE
140     {
141         Pos = MAP_APPFONT ( SETDEF_COL1 , SETDEF_ROW2 ) ;
142         Size = MAP_APPFONT ( SETDEF_LB_WIDTH , SETDEF_LB_HEIGHT ) ;
143         Border = TRUE;
144         AutoHScroll = TRUE ;
145     };
146     Control LB_ADD_LANGUAGE
147     {
148         HelpId = HID_BASICIDE_ADDNEW_CONTROL ;
149         Pos = MAP_APPFONT ( SETDEF_COL1 , SETDEF_ROW2 ) ;
150         Size = MAP_APPFONT ( SETDEF_LB_WIDTH , SETDEF_LB_HEIGHT ) ;
151     };
152     FixedText FT_DEF_INFO
153     {
154         Pos = MAP_APPFONT ( SETDEF_COL1 , SETDEF_ROW3 ) ;
155         Size = MAP_APPFONT ( SETDEF_LB_WIDTH, INFO_LINES_COUNT*RSC_CD_FIXEDTEXT_HEIGHT ) ;
156         WordBreak = TRUE ;
157         Text [ en-US ] = "Select a language to define the default user interface language. All currently present strings will be assigned to the resources created for the selected language." ;
158     };
159     FixedLine FL_DEF_BUTTONS
160     {
161         Pos = MAP_APPFONT ( 0 , SETDEF_ROW4 ) ;
162         Size = MAP_APPFONT ( SETDEF_DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
163     };
164     OKButton PB_DEF_OK
165     {
166         Pos = MAP_APPFONT ( SETDEF_COL2 , SETDEF_ROW5 ) ;
167         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
168         TabStop = TRUE ;
169         DefButton = TRUE ;
170     };
171     CancelButton PB_DEF_CANCEL
172     {
173         Pos = MAP_APPFONT ( SETDEF_COL3 , SETDEF_ROW5 ) ;
174         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
175         TabStop = TRUE ;
176     };
177     HelpButton PB_DEF_HELP
178     {
179         Pos = MAP_APPFONT ( SETDEF_COL4 , SETDEF_ROW5 ) ;
180         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
181         TabStop = TRUE ;
182     };
183     String STR_ADDLANG_TITLE
184     {
185         Text [ en-US ] = "Add User Interface Languages" ;
186     };
187     String STR_ADDLANG_LABEL
188     {
189         Text [ en-US ] = "Available Languages" ;
190     };
191     String STR_ADDLANG_INFO
192     {
193         Text [ en-US ] = "Select languages to be added. Resources for these languages will be created in the library. Strings of the current default user interface language will be copied to these new resources by default." ;
194     };
197 // -----------------------------------------------------------------------