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