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