xref: /aoo41x/main/desktop/source/app/desktop.src (revision b8ac9833)
1158fda6aSAndrew Rist/**************************************************************
2*b8ac9833SMatthias Seidel *
3158fda6aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4158fda6aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5158fda6aSAndrew Rist * distributed with this work for additional information
6158fda6aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7158fda6aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8158fda6aSAndrew Rist * "License"); you may not use this file except in compliance
9158fda6aSAndrew Rist * with the License.  You may obtain a copy of the License at
10*b8ac9833SMatthias Seidel *
11158fda6aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*b8ac9833SMatthias Seidel *
13158fda6aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14158fda6aSAndrew Rist * software distributed under the License is distributed on an
15158fda6aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16158fda6aSAndrew Rist * KIND, either express or implied.  See the License for the
17158fda6aSAndrew Rist * specific language governing permissions and limitations
18158fda6aSAndrew Rist * under the License.
19*b8ac9833SMatthias Seidel *
20158fda6aSAndrew Rist *************************************************************/
21158fda6aSAndrew Rist
22158fda6aSAndrew 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{
44*b8ac9833SMatthias Seidel	Text [ en-US ] = "The application cannot be started. " ;
45cdf0e10cSrcweir};
46cdf0e10cSrcweir
47cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_DIR_MISSING
48cdf0e10cSrcweir{
49*b8ac9833SMatthias Seidel	Text [ en-US ] = "The configuration directory \"$1\" could not be found." ;
50cdf0e10cSrcweir};
51cdf0e10cSrcweir
52cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_PATH_INVALID
53cdf0e10cSrcweir{
54*b8ac9833SMatthias Seidel	Text [ en-US ] = "The installation path is invalid." ;
55cdf0e10cSrcweir};
56cdf0e10cSrcweir
57cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_PATH
58cdf0e10cSrcweir{
59*b8ac9833SMatthias Seidel	Text [ en-US ] = "The installation path is not available." ;
60cdf0e10cSrcweir};
61cdf0e10cSrcweir
62cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_INTERNAL
63cdf0e10cSrcweir{
64*b8ac9833SMatthias Seidel	Text [ en-US ] = "An internal error occurred." ;
65cdf0e10cSrcweir};
66cdf0e10cSrcweir
67cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_FILE_CORRUPT
68cdf0e10cSrcweir{
69*b8ac9833SMatthias Seidel	Text [ en-US ] = "The configuration file \"$1\" is corrupt." ;
70cdf0e10cSrcweir};
71cdf0e10cSrcweir
72cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_FILE_MISSING
73cdf0e10cSrcweir{
74*b8ac9833SMatthias Seidel	Text [ en-US ] = "The configuration file \"$1\" was not found." ;
75cdf0e10cSrcweir};
76cdf0e10cSrcweir
77cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_SUPPORT
78cdf0e10cSrcweir{
79*b8ac9833SMatthias Seidel	Text [ en-US ] = "The configuration file \"$1\" does not support the current version." ;
80cdf0e10cSrcweir};
81cdf0e10cSrcweir
82*b8ac9833SMatthias SeidelString STR_BOOTSTRAP_ERR_LANGUAGE_MISSING
83cdf0e10cSrcweir{
84*b8ac9833SMatthias Seidel	Text [ en-US ] = "The user interface language cannot be determined." ;
85cdf0e10cSrcweir};
86cdf0e10cSrcweir
87cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_SERVICE
88cdf0e10cSrcweir{
89*b8ac9833SMatthias Seidel	Text [ en-US ] = "The component manager is not available." ;
90cdf0e10cSrcweir};
91cdf0e10cSrcweir
92cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_CFG_SERVICE
93cdf0e10cSrcweir{
94*b8ac9833SMatthias Seidel	Text [ en-US ] = "The configuration service is not available." ;
95cdf0e10cSrcweir};
96cdf0e10cSrcweir
97aa67d19cSAriel Constenla-HaileString STR_BOOTSTRAP_ERR_MULTISESSION
98aa67d19cSAriel Constenla-Haile{
99*b8ac9833SMatthias Seidel	Text [ en-US ] = "You have another instance running in a different terminal session. Close that instance and then try again." ;
100aa67d19cSAriel Constenla-Haile};
101aa67d19cSAriel Constenla-Haile
102cdf0e10cSrcweirString STR_ASK_START_SETUP_MANUALLY
103cdf0e10cSrcweir{
104*b8ac9833SMatthias Seidel	Text [ en-US ] = "Start the setup application to repair the installation from the CD or the folder containing the installation packages." ;
105cdf0e10cSrcweir};
106cdf0e10cSrcweir
107cdf0e10cSrcweirString STR_CONFIG_ERR_SETTINGS_INCOMPLETE
108cdf0e10cSrcweir{
109*b8ac9833SMatthias Seidel	Text [ en-US ] = "The startup settings for accessing the central configuration are incomplete. " ;
110cdf0e10cSrcweir};
111cdf0e10cSrcweir
112cdf0e10cSrcweirString STR_CONFIG_ERR_CANNOT_CONNECT
113cdf0e10cSrcweir{
114*b8ac9833SMatthias Seidel	Text [ en-US ] = "A connection to the central configuration could not be established. " ;
115cdf0e10cSrcweir};
116cdf0e10cSrcweir
117cdf0e10cSrcweirString STR_CONFIG_ERR_RIGHTS_MISSING
118cdf0e10cSrcweir{
119*b8ac9833SMatthias Seidel	Text [ en-US ] = "You cannot access the central configuration because of missing access rights. " ;
120cdf0e10cSrcweir};
121cdf0e10cSrcweir
122cdf0e10cSrcweirString STR_CONFIG_ERR_ACCESS_GENERAL
123cdf0e10cSrcweir{
124*b8ac9833SMatthias Seidel	Text [ en-US ] = "A general error occurred while accessing your central configuration. " ;
125cdf0e10cSrcweir};
126cdf0e10cSrcweir
127cdf0e10cSrcweirString STR_CONFIG_ERR_NO_WRITE_ACCESS
128cdf0e10cSrcweir{
129*b8ac9833SMatthias Seidel	Text [ en-US ] = "The changes to your personal settings cannot be stored centrally because of missing access rights. " ;
130cdf0e10cSrcweir};
131cdf0e10cSrcweir
132cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_CFG_DATAACCESS
133cdf0e10cSrcweir{
134cdf0e10cSrcweir	Text [ en-US ] = "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your system administrator." ;
135cdf0e10cSrcweir};
136cdf0e10cSrcweir
137cdf0e10cSrcweirString STR_INTERNAL_ERRMSG
138cdf0e10cSrcweir{
139*b8ac9833SMatthias Seidel	Text [ en-US ] = "The following internal error has occurred : " ;
140cdf0e10cSrcweir};
141cdf0e10cSrcweir
142cdf0e10cSrcweirQueryBox QBX_USERDATALOCKED
143cdf0e10cSrcweir{
144cdf0e10cSrcweir	Buttons = WB_YES_NO ;
145cdf0e10cSrcweir	DefButton = WB_DEF_NO ;
146*b8ac9833SMatthias Seidel	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?" ;
147cdf0e10cSrcweir};
148cdf0e10cSrcweir
149cdf0e10cSrcweirString STR_TITLE_USERDATALOCKED
150cdf0e10cSrcweir{
151*b8ac9833SMatthias Seidel	Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
152cdf0e10cSrcweir};
153cdf0e10cSrcweir
154cdf0e10cSrcweirInfoBox INFOBOX_CMDLINEHELP
155cdf0e10cSrcweir{
156cdf0e10cSrcweir	Buttons = WB_OK ;
157cdf0e10cSrcweir	DefButton = WB_DEF_OK ;
158*b8ac9833SMatthias Seidel	Message = "" ;
159cdf0e10cSrcweir};
160cdf0e10cSrcweir
161cdf0e10cSrcweirModalDialog DLG_CMDLINEHELP
162cdf0e10cSrcweir{
163*b8ac9833SMatthias Seidel	HelpID = "desktop:ModalDialog:DLG_CMDLINEHELP" ;
164*b8ac9833SMatthias Seidel	Text = "%PRODUCTNAME Commandline Help" ;
165*b8ac9833SMatthias Seidel	Size = MAP_APPFONT ( 275, 380 ) ;
166*b8ac9833SMatthias Seidel	Border = True ;
167*b8ac9833SMatthias Seidel	SVLook = True ;
168*b8ac9833SMatthias Seidel	Moveable = True ;
169cdf0e10cSrcweir
170cdf0e10cSrcweir	FixedText TXT_DLG_CMDLINEHELP_HEADER
171cdf0e10cSrcweir	{
172*b8ac9833SMatthias Seidel		Size = MAP_APPFONT ( 265, 50 ) ;
173*b8ac9833SMatthias Seidel		Pos = MAP_APPFONT ( 5, 5 ) ;
174*b8ac9833SMatthias Seidel		Text = "HEADER" ;
175cdf0e10cSrcweir	};
176cdf0e10cSrcweir	FixedText TXT_DLG_CMDLINEHELP_LEFT
177cdf0e10cSrcweir	{
178*b8ac9833SMatthias Seidel		Size = MAP_APPFONT ( 50, 160 ) ;
179*b8ac9833SMatthias Seidel		Pos = MAP_APPFONT ( 5, 50 ) ;
180*b8ac9833SMatthias Seidel		Text = "LEFT" ;
181cdf0e10cSrcweir	};
182cdf0e10cSrcweir	FixedText TXT_DLG_CMDLINEHELP_RIGHT
183cdf0e10cSrcweir	{
184*b8ac9833SMatthias Seidel		Size = MAP_APPFONT ( 215, 160 ) ;
185*b8ac9833SMatthias Seidel		Pos = MAP_APPFONT ( 60, 50 ) ;
186*b8ac9833SMatthias Seidel		Text = "RIGHT" ;
187cdf0e10cSrcweir	};
188cdf0e10cSrcweir	FixedText TXT_DLG_CMDLINEHELP_BOTTOM
189cdf0e10cSrcweir	{
190*b8ac9833SMatthias Seidel		Size = MAP_APPFONT ( 265, 145 ) ;
191*b8ac9833SMatthias Seidel		Pos = MAP_APPFONT ( 5, 215 ) ;
192*b8ac9833SMatthias Seidel		Text = "BOTTOM" ;
193cdf0e10cSrcweir	};
194cdf0e10cSrcweir	OKButton BTN_DLG_CMDLINEHELP_OK
195cdf0e10cSrcweir	{
196*b8ac9833SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
197*b8ac9833SMatthias Seidel		Pos = MAP_APPFONT ( 112, 360 ) ;
198cdf0e10cSrcweir		TabStop = TRUE ;
199cdf0e10cSrcweir		DefButton = TRUE ;
200cdf0e10cSrcweir	};
201cdf0e10cSrcweir};
202cdf0e10cSrcweir
203cdf0e10cSrcweirErrorBox EBX_ERR_PRINTDISABLED
204cdf0e10cSrcweir{
205cdf0e10cSrcweir	Buttons = WB_OK ;
206cdf0e10cSrcweir	DefButton = WB_DEF_OK ;
207*b8ac9833SMatthias Seidel	Message [ en-US ] = "Printing is disabled. No documents can be printed." ;
208cdf0e10cSrcweir};
209cdf0e10cSrcweir
210cdf0e10cSrcweirInfoBox INFOBOX_EXPIRED
211cdf0e10cSrcweir{
212cdf0e10cSrcweir	Buttons = WB_OK ;
213cdf0e10cSrcweir	DefButton = WB_DEF_OK ;
214*b8ac9833SMatthias Seidel	Message [ en-US ] = "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvisit https://www.openoffice.org" ;
215cdf0e10cSrcweir};
216cdf0e10cSrcweir
217cdf0e10cSrcweirString STR_TITLE_EXPIRED
218cdf0e10cSrcweir{
219*b8ac9833SMatthias Seidel	Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
220cdf0e10cSrcweir};
221cdf0e10cSrcweir
222cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE
223cdf0e10cSrcweir{
224*b8ac9833SMatthias Seidel	Text [ en-US ] = "The path manager is not available.\n" ;
225cdf0e10cSrcweir};
226cdf0e10cSrcweir
227cdf0e10cSrcweirString STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE
228cdf0e10cSrcweir{
229*b8ac9833SMatthias Seidel	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" ;
230cdf0e10cSrcweir};
231cdf0e10cSrcweir
232cdf0e10cSrcweirString STR_BOOSTRAP_ERR_NOACCESSRIGHTS
233cdf0e10cSrcweir{
234*b8ac9833SMatthias Seidel	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" ;
235cdf0e10cSrcweir};
236cdf0e10cSrcweir
237*b8ac9833SMatthias Seidel// ********************************************************************** EOF
238