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