update dev300-m57
[ooovba.git] / sfx2 / source / dialog / dialog.src
blobc50b17436ca6fa4a957bb9a3dc56beb5c20a4e01
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: dialog.src,v $
10  * $Revision: 1.58 $
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 ---------------------------------------------------------------
32 #include <sfx2/sfx.hrc>
33 #include "dialog.hrc"
34 #include "helpid.hrc"
35 #include "sfxlocal.hrc"
37  // Imageliste fuer die AboutBox
38 ImageList LOGO_IMAGELIST
40     Prefix = "an";
41     MaskColor = Color
42     {
43         Red = 0xFFFF ;
44         Green = 0x0000 ;
45         Blue = 0xFFFF ;
46     };
47     IdList =
48     {
49         1 ;
50         2 ;
51         3 ;
52         4 ;
53         5 ;
54         6 ;
55     };
56     IdCount =
57     {
58         6 ;
59     };
61 String STR_RESET
63     Text [ en-US ] = "~Reset" ;
65 String STR_APPLY
67     Text [ en-US ] = "Apply";
69 String STR_INTERNET
71     Text [ en-US ] = "(Internet)" ;
73 String STR_BASEFMT
75     Text [ en-US ] = "Base format" ;
77 CheckBox CB_USE_PASSWD
79     HelpId = HID_FILEDLG_USE_PASSWD ;
80     Text [ en-US ] = "~Password" ;
82 CheckBox CB_READ_ONLY
84     HelpId = HID_FILEDLG_READ_ONLY ;
85     Text [ en-US ] = "~Read-only" ;
87 PushButton CB_FILE
89     HelpId = HID_FILEDLG_FILE ;
90     Text [ en-US ] = "~File System" ;
92 PushButton CB_URL
94     HelpId = HID_FILEDLG_URL ;
95     Text [ en-US ] = "Int~ernet" ;
97 PushButton BTN_MANAGER
99     HelpId = HID_FILEDLG_MANAGER ;
100     Text [ en-US ] = "~Manager..." ;
102 PushButton BTN_STANDARD
104     HelpId = HID_FILEDLG_STANDARD ;
105     Text [ en-US ] = "~Home" ;
107 String STR_FILEDLG_INSERT
109     Text [ en-US ] = "Insert File" ;
111 String STR_TABPAGE_MANAGESTYLES
113     Text [ en-US ] = "Organizer" ;
115 InfoBox MSG_TABPAGE_INVALIDNAME
117     BUTTONS = WB_OK ;
118     DEFBUTTON = WB_DEF_OK ;
119     Message [ en-US ] = "This name is already in use." ;
121 InfoBox MSG_TABPAGE_INVALIDSTYLE
123     BUTTONS = WB_OK ;
124     DEFBUTTON = WB_DEF_OK ;
125     Message [ en-US ] = "This Style does not exist." ;
127 InfoBox MSG_TABPAGE_INVALIDPARENT
129     BUTTONS = WB_OK ;
130     DEFBUTTON = WB_DEF_OK ;
131     Message [ en-US ] = "This Style cannot be used as a base Style,\nbecause it would result in a recursive reference." ;
133 InfoBox MSG_POOL_STYLE_NAME
135     Message [ en-US ] = "Name already exists as a default Style.\nPlease choose another name." ;
137 QueryBox MSG_OVERWRITE_STYLE
139     Buttons = WB_YES_NO ;
140     DefButton = WB_DEF_NO ;
141     Message [ en-US ] = "Style already exists. Overwrite?" ;
143 String STR_DELETE_STYLE
145     Text [ en-US ] = "Do you really want to delete Style $1?" ;
147 String STR_DELETE_STYLE_USED
149     Text [ en-US ] = "You are deleting an applied Style!\n" ;
151 Menu MN_CONTEXT_TEMPLDLG
153     ItemList =
154     {
155         MenuItem
156         {
157             Identifier = ID_NEW ;
158             Text [ en-US ] = "New..." ;
159             HelpId = HID_STYLIST_NEW ;
160         };
161         MenuItem
162         {
163             Identifier = ID_EDIT ;
164             Text [ en-US ] = "Modify..." ;
165             HelpId = HID_STYLIST_EDIT ;
166         };
167         MenuItem
168         {
169             Identifier = ID_DELETE ;
170             Text [ en-US ] = "Delete..." ;
171             HelpId = HID_STYLIST_DELETE ;
172         };
173     };
176 InfoBox MSG_LAYOUT_NOT_LOADING
178     BUTTONS = WB_OK ;
179     DEFBUTTON = WB_DEF_OK ;
180     Message [ en-US ] = "Loading document without layout." ;
182 Accelerator ACC_LAYOUT_NOT_LOADING
184     ItemList =
185     {
186         AcceleratorItem
187         {
188             Key = KeyCode
189             {
190                 Code = KEY_L ;
191                 Shift = FALSE ; Modifier1 = TRUE ; Modifier2 = TRUE ;
192             };
193             Identifier = 1 ;
194         };
195     };
197  //------------------------------------------------------------------------
198 ErrorBox MSG_ERR_CANT_EDIT_OLD_FORMAT
200     Message [ en-US ] = "Cannot edit document info for documents\n in this file format." ;
202  //------------------------------------------------------------------------
203 ErrorBox MSG_ERR_CANT_EDIT_OPEN_DOCS
205     Message [ en-US ] = "Document info of documents\n being currently edited cannot be modified from within the document manager." ;
207 ModalDialog RID_URLOPEN
209     OutputSize = TRUE ;
210     SVLook = TRUE ;
211     Size = MAP_APPFONT ( 204 , 44 ) ;
212     Moveable = TRUE ;
213     Text [ en-US ] = "Enter URL" ;
214     Moveable = TRUE ;
215     OKButton RID_URLOPEN_OK
216     {
217         Pos = MAP_APPFONT ( 148 , 6 ) ;
218         Size = MAP_APPFONT ( 50 , 14 ) ;
219         TabStop = TRUE ;
220         DefButton = TRUE ;
221     };
222     CancelButton RID_URLOPEN_CANCEL
223     {
224         Pos = MAP_APPFONT ( 148 , 24 ) ;
225         Size = MAP_APPFONT ( 50 , 14 ) ;
226         TabStop = TRUE ;
227     };
228     Edit RID_URLOPEN_URL
229     {
230         Border = TRUE ;
231         Pos = MAP_APPFONT ( 6 , 16 ) ;
232         Size = MAP_APPFONT ( 138 , 12 ) ;
233         TabStop = TRUE ;
234         Left = TRUE ;
235     };
237 Menu RID_AUTOHIDE
239     ItemList =
240     {
241         MenuItem
242         {
243             Identifier = SID_AUTOHIDE ;
244             HelpID = SID_AUTOHIDE ;
245             Text [ en-US ] = "Hide" ;
246         };
247     };
249 String RID_AUTOHIDE
251     Text [ en-US ] = "Don't Hide" ;
253 String SID_NAVIGATOR
255     Text [ en-US ] = "Navigator";
258 ErrorBox MSG_ERROR_WRONG_CONFIRM
260     BUTTONS = WB_OK ;
261     DEFBUTTON = WB_DEF_OK ;
262     Message [ en-US ] = "Faulty password confirmation";
265 String STR_PDF_EXPORT_SEND
267   Text [ en-US ] = "Send" ;
270 String STR_RECHECK_DOCUMENT
272   Text [ en-US ] = "Recheck Document" ;
275 Image IMG_INFO
277     ImageBitmap = Bitmap
278     {
279         File = "info.png" ;
280     };
283 // ******************************************************************* EOF