1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: dialog.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 // include ---------------------------------------------------------------
32 #include <sfx2/sfx.hrc>
35 #include "sfxlocal.hrc"
37 // Imageliste fuer die AboutBox
38 ImageList LOGO_IMAGELIST
63 Text [ en-US ] = "~Reset" ;
67 Text [ en-US ] = "Apply";
71 Text [ en-US ] = "(Internet)" ;
75 Text [ en-US ] = "Base format" ;
77 CheckBox CB_USE_PASSWD
79 HelpId = HID_FILEDLG_USE_PASSWD ;
80 Text [ en-US ] = "~Password" ;
84 HelpId = HID_FILEDLG_READ_ONLY ;
85 Text [ en-US ] = "~Read-only" ;
89 HelpId = HID_FILEDLG_FILE ;
90 Text [ en-US ] = "~File System" ;
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
118 DEFBUTTON = WB_DEF_OK ;
119 Message [ en-US ] = "This name is already in use." ;
121 InfoBox MSG_TABPAGE_INVALIDSTYLE
124 DEFBUTTON = WB_DEF_OK ;
125 Message [ en-US ] = "This Style does not exist." ;
127 InfoBox MSG_TABPAGE_INVALIDPARENT
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
157 Identifier = ID_NEW ;
158 Text [ en-US ] = "New..." ;
159 HelpId = HID_STYLIST_NEW ;
163 Identifier = ID_EDIT ;
164 Text [ en-US ] = "Modify..." ;
165 HelpId = HID_STYLIST_EDIT ;
169 Identifier = ID_DELETE ;
170 Text [ en-US ] = "Delete..." ;
171 HelpId = HID_STYLIST_DELETE ;
176 InfoBox MSG_LAYOUT_NOT_LOADING
179 DEFBUTTON = WB_DEF_OK ;
180 Message [ en-US ] = "Loading document without layout." ;
182 Accelerator ACC_LAYOUT_NOT_LOADING
191 Shift = FALSE ; Modifier1 = TRUE ; Modifier2 = TRUE ;
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
211 Size = MAP_APPFONT ( 204 , 44 ) ;
213 Text [ en-US ] = "Enter URL" ;
215 OKButton RID_URLOPEN_OK
217 Pos = MAP_APPFONT ( 148 , 6 ) ;
218 Size = MAP_APPFONT ( 50 , 14 ) ;
222 CancelButton RID_URLOPEN_CANCEL
224 Pos = MAP_APPFONT ( 148 , 24 ) ;
225 Size = MAP_APPFONT ( 50 , 14 ) ;
231 Pos = MAP_APPFONT ( 6 , 16 ) ;
232 Size = MAP_APPFONT ( 138 , 12 ) ;
243 Identifier = SID_AUTOHIDE ;
244 HelpID = SID_AUTOHIDE ;
245 Text [ en-US ] = "Hide" ;
251 Text [ en-US ] = "Don't Hide" ;
255 Text [ en-US ] = "Navigator";
258 ErrorBox MSG_ERROR_WRONG_CONFIRM
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" ;
283 // ******************************************************************* EOF