merge the formfield patch from ooo-build
[ooovba.git] / desktop / source / app / desktop.src
blob4b382be9b5c603929a20a3469eafad7fa36633a9
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: desktop.src,v $
10  * $Revision: 1.74 $
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 "desktop.hrc"
34 String STR_RECOVER_QUERY
36     Text [ en-US ] = "Should the file \"$1\" be restored?" ;
39 String STR_RECOVER_TITLE
41     Text [ en-US ] = "File Recovery" ;
44 WarningBox STR_RECOVER_PREPARED
46     Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved and can\nprobably be recovered at program restart." ;
49 String STR_BOOTSTRAP_ERR_CANNOT_START
51     Text [ en-US ] = "The application cannot be started. ";
54 String STR_BOOTSTRAP_ERR_DIR_MISSING
56     Text [ en-US ] = "The configuration directory \"$1\" could not be found.";
59 String STR_BOOTSTRAP_ERR_PATH_INVALID
61     Text [ en-US ] = "The installation path is invalid.";
64 String STR_BOOTSTRAP_ERR_NO_PATH
66     Text [ en-US ] = "The installation path is not available.";
69 String STR_BOOTSTRAP_ERR_INTERNAL
71     Text [ en-US ] = "An internal error occurred.";
74 String STR_BOOTSTRAP_ERR_FILE_CORRUPT
76     Text [ en-US ] = "The configuration file \"$1\" is corrupt.";
79 String STR_BOOTSTRAP_ERR_FILE_MISSING
81     Text [ en-US ] = "The configuration file \"$1\" was not found.";
84 String STR_BOOTSTRAP_ERR_NO_SUPPORT
86     Text [ en-US ] = "The configuration file \"$1\" does not support the current version.";
89 String STR_BOOTSTRAP_ERR_LANGUAGE_MISSING 
91     Text [ en-US ] = "The user interface language cannot be determined.";
94 String STR_BOOTSTRAP_ERR_NO_SERVICE
96     Text [ en-US ] = "The component manager is not available.";
99 String STR_BOOTSTRAP_ERR_NO_CFG_SERVICE
101     Text [ en-US ] = "The configuration service is not available.";
104 String STR_ASK_START_SETUP_MANUALLY
106     Text [ en-US ] = "Start the setup application to repair the installation from the CD or the folder containing the installation packages.";
109 String STR_CONFIG_ERR_SETTINGS_INCOMPLETE
111     Text [ en-US ] = "The startup settings for accessing the central configuration are incomplete. ";
114 String STR_CONFIG_ERR_CANNOT_CONNECT
116     Text [ en-US ] = "A connection to the central configuration could not be established. ";
119 String STR_CONFIG_ERR_RIGHTS_MISSING
121     Text [ en-US ] = "You cannot access the central configuration because of missing access rights. ";
124 String STR_CONFIG_ERR_ACCESS_GENERAL
126     Text [ en-US ] = "A general error occurred while accessing your central configuration. ";
129 String STR_CONFIG_ERR_NO_WRITE_ACCESS
131     Text [ en-US ] = "The changes to your personal settings cannot be stored centrally because of missing access rights. ";
134 String STR_BOOTSTRAP_ERR_CFG_DATAACCESS
136     Text [ en-US ] = "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your system administrator." ;
139 String STR_INTERNAL_ERRMSG
141     Text [ en-US ] = "The following internal error has occurred: " ;
144 QueryBox QBX_USERDATALOCKED
146     Buttons = WB_YES_NO ;
147     DefButton = WB_DEF_NO ;
148     Message [ en-US ] = "Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\nSimultaneous access can lead to inconsistencies in your personal settings. Before continuing, you should make sure user '$u' closes %PRODUCTNAME on host '$h'.\n\nDo you really want to continue?";
151 String STR_TITLE_USERDATALOCKED
153     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
156 InfoBox INFOBOX_CMDLINEHELP
158     Buttons = WB_OK ;
159     DefButton = WB_DEF_OK ;
160     Message = "";
163 ModalDialog DLG_CMDLINEHELP
165     Text = "Help Message...";
166     Size = MAP_APPFONT(250, 365);
167     Border = True;
168     SVLook = True;
169     Moveable = True;
171     FixedText TXT_DLG_CMDLINEHELP_HEADER
172     {
173         Size = MAP_APPFONT(240, 50);
174         Pos = MAP_APPFONT(5, 5);
175         Text = "HEADER";
176     };
177     FixedText TXT_DLG_CMDLINEHELP_LEFT
178     {
179         Size = MAP_APPFONT(50, 150);
180         Pos = MAP_APPFONT(5, 50);
181         Text = "LEFT";
182     };
183     FixedText TXT_DLG_CMDLINEHELP_RIGHT
184     {
185         Size = MAP_APPFONT(190, 150);
186         Pos = MAP_APPFONT(60, 50);
187         Text = "RIGHT";
188     };
189     FixedText TXT_DLG_CMDLINEHELP_BOTTOM
190     {
191         Size = MAP_APPFONT(240, 145);
192         Pos = MAP_APPFONT(5, 200);
193         Text = "BOTTOM";
194     };
195     OKButton BTN_DLG_CMDLINEHELP_OK
196     {
197         Size = MAP_APPFONT ( 50 , 14 ) ;
198         Pos = MAP_APPFONT(95, 345);
199         TabStop = TRUE ;
200         DefButton = TRUE ;
201     };
204 ErrorBox EBX_ERR_PRINTDISABLED
206     Buttons = WB_OK ;
207     DefButton = WB_DEF_OK ;
208     Message [ en-US ] = "Printing is disabled. No documents can be printed.";
211 InfoBox INFOBOX_EXPIRED
213     Buttons = WB_OK ;
214     DefButton = WB_DEF_OK ;
215     Message [ en-US ] = "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvisit www.sun.com/%PRODUCTNAME.";
218 String STR_TITLE_EXPIRED
220     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
223 String STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE
225     Text [ en-US ] = "The path manager is not available.\n";
228 String STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE
230     Text [ en-US ] = "%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n\n";
233 String STR_BOOSTRAP_ERR_NOACCESSRIGHTS
235     Text [ en-US ] = "%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n\n";