xref: /aoo42x/main/desktop/source/app/desktop.src (revision cdf0e10c)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#include "desktop.hrc"
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir
31*cdf0e10cSrcweirString STR_RECOVER_QUERY
32*cdf0e10cSrcweir{
33*cdf0e10cSrcweir	Text [ en-US ] = "Should the file \"$1\" be restored?" ;
34*cdf0e10cSrcweir};
35*cdf0e10cSrcweir
36*cdf0e10cSrcweirString STR_RECOVER_TITLE
37*cdf0e10cSrcweir{
38*cdf0e10cSrcweir	Text [ en-US ] = "File Recovery" ;
39*cdf0e10cSrcweir};
40*cdf0e10cSrcweir
41*cdf0e10cSrcweirWarningBox STR_RECOVER_PREPARED
42*cdf0e10cSrcweir{
43*cdf0e10cSrcweir	Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved and can\nprobably be recovered at program restart." ;
44*cdf0e10cSrcweir};
45*cdf0e10cSrcweir
46*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_CANNOT_START
47*cdf0e10cSrcweir{
48*cdf0e10cSrcweir	Text [ en-US ] = "The application cannot be started. ";
49*cdf0e10cSrcweir};
50*cdf0e10cSrcweir
51*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_DIR_MISSING
52*cdf0e10cSrcweir{
53*cdf0e10cSrcweir	Text [ en-US ] = "The configuration directory \"$1\" could not be found.";
54*cdf0e10cSrcweir};
55*cdf0e10cSrcweir
56*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_PATH_INVALID
57*cdf0e10cSrcweir{
58*cdf0e10cSrcweir	Text [ en-US ] = "The installation path is invalid.";
59*cdf0e10cSrcweir};
60*cdf0e10cSrcweir
61*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_PATH
62*cdf0e10cSrcweir{
63*cdf0e10cSrcweir	Text [ en-US ] = "The installation path is not available.";
64*cdf0e10cSrcweir};
65*cdf0e10cSrcweir
66*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_INTERNAL
67*cdf0e10cSrcweir{
68*cdf0e10cSrcweir	Text [ en-US ] = "An internal error occurred.";
69*cdf0e10cSrcweir};
70*cdf0e10cSrcweir
71*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_FILE_CORRUPT
72*cdf0e10cSrcweir{
73*cdf0e10cSrcweir	Text [ en-US ] = "The configuration file \"$1\" is corrupt.";
74*cdf0e10cSrcweir};
75*cdf0e10cSrcweir
76*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_FILE_MISSING
77*cdf0e10cSrcweir{
78*cdf0e10cSrcweir	Text [ en-US ] = "The configuration file \"$1\" was not found.";
79*cdf0e10cSrcweir};
80*cdf0e10cSrcweir
81*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_SUPPORT
82*cdf0e10cSrcweir{
83*cdf0e10cSrcweir	Text [ en-US ] = "The configuration file \"$1\" does not support the current version.";
84*cdf0e10cSrcweir};
85*cdf0e10cSrcweir
86*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_LANGUAGE_MISSING
87*cdf0e10cSrcweir{
88*cdf0e10cSrcweir	Text [ en-US ] = "The user interface language cannot be determined.";
89*cdf0e10cSrcweir};
90*cdf0e10cSrcweir
91*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_SERVICE
92*cdf0e10cSrcweir{
93*cdf0e10cSrcweir	Text [ en-US ] = "The component manager is not available.";
94*cdf0e10cSrcweir};
95*cdf0e10cSrcweir
96*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_CFG_SERVICE
97*cdf0e10cSrcweir{
98*cdf0e10cSrcweir	Text [ en-US ] = "The configuration service is not available.";
99*cdf0e10cSrcweir};
100*cdf0e10cSrcweir
101*cdf0e10cSrcweirString STR_ASK_START_SETUP_MANUALLY
102*cdf0e10cSrcweir{
103*cdf0e10cSrcweir	Text [ en-US ] = "Start the setup application to repair the installation from the CD or the folder containing the installation packages.";
104*cdf0e10cSrcweir};
105*cdf0e10cSrcweir
106*cdf0e10cSrcweirString STR_CONFIG_ERR_SETTINGS_INCOMPLETE
107*cdf0e10cSrcweir{
108*cdf0e10cSrcweir	Text [ en-US ] = "The startup settings for accessing the central configuration are incomplete. ";
109*cdf0e10cSrcweir};
110*cdf0e10cSrcweir
111*cdf0e10cSrcweirString STR_CONFIG_ERR_CANNOT_CONNECT
112*cdf0e10cSrcweir{
113*cdf0e10cSrcweir	Text [ en-US ] = "A connection to the central configuration could not be established. ";
114*cdf0e10cSrcweir};
115*cdf0e10cSrcweir
116*cdf0e10cSrcweirString STR_CONFIG_ERR_RIGHTS_MISSING
117*cdf0e10cSrcweir{
118*cdf0e10cSrcweir	Text [ en-US ] = "You cannot access the central configuration because of missing access rights. ";
119*cdf0e10cSrcweir};
120*cdf0e10cSrcweir
121*cdf0e10cSrcweirString STR_CONFIG_ERR_ACCESS_GENERAL
122*cdf0e10cSrcweir{
123*cdf0e10cSrcweir	Text [ en-US ] = "A general error occurred while accessing your central configuration. ";
124*cdf0e10cSrcweir};
125*cdf0e10cSrcweir
126*cdf0e10cSrcweirString STR_CONFIG_ERR_NO_WRITE_ACCESS
127*cdf0e10cSrcweir{
128*cdf0e10cSrcweir	Text [ en-US ] = "The changes to your personal settings cannot be stored centrally because of missing access rights. ";
129*cdf0e10cSrcweir};
130*cdf0e10cSrcweir
131*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_CFG_DATAACCESS
132*cdf0e10cSrcweir{
133*cdf0e10cSrcweir	Text [ en-US ] = "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your system administrator." ;
134*cdf0e10cSrcweir};
135*cdf0e10cSrcweir
136*cdf0e10cSrcweirString STR_INTERNAL_ERRMSG
137*cdf0e10cSrcweir{
138*cdf0e10cSrcweir	Text [ en-US ] = "The following internal error has occurred: " ;
139*cdf0e10cSrcweir};
140*cdf0e10cSrcweir
141*cdf0e10cSrcweirQueryBox QBX_USERDATALOCKED
142*cdf0e10cSrcweir{
143*cdf0e10cSrcweir	Buttons = WB_YES_NO ;
144*cdf0e10cSrcweir	DefButton = WB_DEF_NO ;
145*cdf0e10cSrcweir	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?";
146*cdf0e10cSrcweir};
147*cdf0e10cSrcweir
148*cdf0e10cSrcweirString STR_TITLE_USERDATALOCKED
149*cdf0e10cSrcweir{
150*cdf0e10cSrcweir    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
151*cdf0e10cSrcweir};
152*cdf0e10cSrcweir
153*cdf0e10cSrcweirInfoBox INFOBOX_CMDLINEHELP
154*cdf0e10cSrcweir{
155*cdf0e10cSrcweir	Buttons = WB_OK ;
156*cdf0e10cSrcweir	DefButton = WB_DEF_OK ;
157*cdf0e10cSrcweir	Message = "";
158*cdf0e10cSrcweir};
159*cdf0e10cSrcweir
160*cdf0e10cSrcweirModalDialog DLG_CMDLINEHELP
161*cdf0e10cSrcweir{
162*cdf0e10cSrcweir    HelpID = "desktop:ModalDialog:DLG_CMDLINEHELP";
163*cdf0e10cSrcweir	Text = "Help Message...";
164*cdf0e10cSrcweir	Size = MAP_APPFONT(250, 365);
165*cdf0e10cSrcweir	Border = True;
166*cdf0e10cSrcweir	SVLook = True;
167*cdf0e10cSrcweir	Moveable = True;
168*cdf0e10cSrcweir
169*cdf0e10cSrcweir	FixedText TXT_DLG_CMDLINEHELP_HEADER
170*cdf0e10cSrcweir	{
171*cdf0e10cSrcweir		Size = MAP_APPFONT(240, 50);
172*cdf0e10cSrcweir		Pos = MAP_APPFONT(5, 5);
173*cdf0e10cSrcweir		Text = "HEADER";
174*cdf0e10cSrcweir	};
175*cdf0e10cSrcweir	FixedText TXT_DLG_CMDLINEHELP_LEFT
176*cdf0e10cSrcweir	{
177*cdf0e10cSrcweir		Size = MAP_APPFONT(50, 150);
178*cdf0e10cSrcweir		Pos = MAP_APPFONT(5, 50);
179*cdf0e10cSrcweir		Text = "LEFT";
180*cdf0e10cSrcweir	};
181*cdf0e10cSrcweir	FixedText TXT_DLG_CMDLINEHELP_RIGHT
182*cdf0e10cSrcweir	{
183*cdf0e10cSrcweir		Size = MAP_APPFONT(190, 150);
184*cdf0e10cSrcweir		Pos = MAP_APPFONT(60, 50);
185*cdf0e10cSrcweir		Text = "RIGHT";
186*cdf0e10cSrcweir	};
187*cdf0e10cSrcweir	FixedText TXT_DLG_CMDLINEHELP_BOTTOM
188*cdf0e10cSrcweir	{
189*cdf0e10cSrcweir		Size = MAP_APPFONT(240, 145);
190*cdf0e10cSrcweir		Pos = MAP_APPFONT(5, 200);
191*cdf0e10cSrcweir		Text = "BOTTOM";
192*cdf0e10cSrcweir	};
193*cdf0e10cSrcweir	OKButton BTN_DLG_CMDLINEHELP_OK
194*cdf0e10cSrcweir	{
195*cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
196*cdf0e10cSrcweir		Pos = MAP_APPFONT(95, 345);
197*cdf0e10cSrcweir		TabStop = TRUE ;
198*cdf0e10cSrcweir		DefButton = TRUE ;
199*cdf0e10cSrcweir	};
200*cdf0e10cSrcweir};
201*cdf0e10cSrcweir
202*cdf0e10cSrcweirErrorBox EBX_ERR_PRINTDISABLED
203*cdf0e10cSrcweir{
204*cdf0e10cSrcweir	Buttons = WB_OK ;
205*cdf0e10cSrcweir	DefButton = WB_DEF_OK ;
206*cdf0e10cSrcweir	Message [ en-US ] = "Printing is disabled. No documents can be printed.";
207*cdf0e10cSrcweir};
208*cdf0e10cSrcweir
209*cdf0e10cSrcweirInfoBox INFOBOX_EXPIRED
210*cdf0e10cSrcweir{
211*cdf0e10cSrcweir	Buttons = WB_OK ;
212*cdf0e10cSrcweir	DefButton = WB_DEF_OK ;
213*cdf0e10cSrcweir	Message [ en-US ] = "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvisit http://www.oracle.com/us/products/applications/open-office.";
214*cdf0e10cSrcweir};
215*cdf0e10cSrcweir
216*cdf0e10cSrcweirString STR_TITLE_EXPIRED
217*cdf0e10cSrcweir{
218*cdf0e10cSrcweir	Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
219*cdf0e10cSrcweir};
220*cdf0e10cSrcweir
221*cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE
222*cdf0e10cSrcweir{
223*cdf0e10cSrcweir	Text [ en-US ] = "The path manager is not available.\n";
224*cdf0e10cSrcweir};
225*cdf0e10cSrcweir
226*cdf0e10cSrcweirString STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE
227*cdf0e10cSrcweir{
228*cdf0e10cSrcweir    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";
229*cdf0e10cSrcweir};
230*cdf0e10cSrcweir
231*cdf0e10cSrcweirString STR_BOOSTRAP_ERR_NOACCESSRIGHTS
232*cdf0e10cSrcweir{
233*cdf0e10cSrcweir    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";
234*cdf0e10cSrcweir};
235*cdf0e10cSrcweir
236