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 "updatehdl.hrc"
29
30String RID_UPDATE_STR_CHECKING
31{
32	Text [ en-US ] = "Checking...";
33};
34
35String RID_UPDATE_STR_CHECKING_ERR
36{
37	Text [ en-US ] = "Checking for an update failed.";
38};
39
40String RID_UPDATE_STR_NO_UPD_FOUND
41{
42	Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION is up to date.";
43};
44
45String RID_UPDATE_STR_UPD_FOUND
46{
47	Text [ en-US ] = "%PRODUCTNAME %NEXTVERSION is available.\n\nThe installed version is %PRODUCTNAME %PRODUCTVERSION.\n\nNote: Before downloading  an update, please ensure that you have sufficient access rights to install it.\nA password, usually the administrator's or root password, may be required.";
48};
49
50String RID_UPDATE_STR_DLG_TITLE
51{
52	Text [ en-US ] = "Check for Updates";
53};
54
55String RID_UPDATE_STR_DOWNLOAD_PAUSE
56{
57	Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION paused at...";
58};
59
60String RID_UPDATE_STR_DOWNLOAD_ERR
61{
62	Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION stalled at";
63};
64
65String RID_UPDATE_STR_DOWNLOAD_WARN
66{
67	Text [ en-US ] = "The download location is: %DOWNLOAD_PATH.\n\nUnder Tools – Options... - %PRODUCTNAME – Online Update you can change the download location.";
68};
69
70String RID_UPDATE_STR_DOWNLOAD_DESCR
71{
72	Text [ en-US ] = "%FILE_NAME has been downloaded to %DOWNLOAD_PATH.";
73};
74
75String RID_UPDATE_STR_DOWNLOAD_UNAVAIL
76{
77	Text [ en-US ] = "The automatic download of the update is currently not available.\n\nClick 'Download...' to download %PRODUCTNAME %NEXTVERSION manually from the web site.";
78};
79
80String RID_UPDATE_STR_DOWNLOADING
81{
82	Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION...";
83};
84
85String RID_UPDATE_STR_READY_INSTALL
86{
87	Text [ en-US ] = "Download of %PRODUCTNAME %NEXTVERSION completed. Ready for installation.";
88};
89
90String RID_UPDATE_STR_CANCEL_TITLE
91{
92	Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
93};
94
95String RID_UPDATE_STR_CANCEL_DOWNLOAD
96{
97	Text [ en-US ] = "Do you really want to cancel the download?";
98};
99
100String RID_UPDATE_STR_BEGIN_INSTALL
101{
102	Text [ en-US ] = "To install the update, %PRODUCTNAME %PRODUCTVERSION needs to be closed. Do you want to install the update now?";
103};
104
105String RID_UPDATE_STR_INSTALL_NOW
106{
107	Text [ en-US ] = "Install ~now";
108};
109
110String RID_UPDATE_STR_INSTALL_LATER
111{
112	Text [ en-US ] = "Install ~later";
113};
114
115String RID_UPDATE_STR_INSTALL_ERROR
116{
117	Text [ en-US ] = "Could not run the installer application, please run %FILE_NAME in %DOWNLOAD_PATH manually.";
118};
119
120String RID_UPDATE_STR_OVERWRITE_WARNING
121{
122	Text [ en-US ] = "A file with that name already exists! Do you want to overwrite the existing file?";
123};
124
125String RID_UPDATE_STR_RELOAD_WARNING
126{
127	Text [ en-US ] = "A file with the name '%FILENAME' already exists in '%DOWNLOAD_PATH'! Do you want to continue with the download or delete and reload the file?";
128};
129
130String RID_UPDATE_STR_RELOAD_RELOAD
131{
132	Text [ en-US ] = "Reload File";
133};
134
135String RID_UPDATE_STR_RELOAD_CONTINUE
136{
137	Text [ en-US ] = "Continue";
138};
139
140String RID_UPDATE_STR_PERCENT
141{
142	Text [ en-US ] = "%PERCENT%";
143};
144
145String RID_UPDATE_FT_STATUS
146{
147	Text [ en-US ] = "Status";
148};
149
150String RID_UPDATE_FT_DESCRIPTION
151{
152	Text [ en-US ] = "Description";
153};
154
155String RID_UPDATE_BTN_CLOSE
156{
157	Text [ en-US ] = "Close";
158};
159
160String RID_UPDATE_BTN_DOWNLOAD
161{
162	Text [ en-US ] = "~Download";
163};
164
165String RID_UPDATE_BTN_INSTALL
166{
167	Text [ en-US ] = "~Install";
168};
169
170String RID_UPDATE_BTN_PAUSE
171{
172	Text [ en-US ] = "~Pause";
173};
174
175String RID_UPDATE_BTN_RESUME
176{
177	Text [ en-US ] = "~Resume";
178};
179
180String RID_UPDATE_BTN_CANCEL
181{
182	Text [ en-US ] = "Cancel";
183};
184
185String RID_UPDATE_BUBBLE_T_UPDATE_AVAIL
186{
187	Text [ en-US ] = "%PRODUCTNAME update available";
188};
189
190String RID_UPDATE_BUBBLE_UPDATE_AVAIL
191{
192	Text [ en-US ] = "Click here to start the download.";
193};
194
195String RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN
196{
197	Text [ en-US ] = "%PRODUCTNAME update available";
198};
199
200String RID_UPDATE_BUBBLE_UPDATE_NO_DOWN
201{
202	Text [ en-US ] = "Click here for more information.";
203};
204
205String RID_UPDATE_BUBBLE_T_AUTO_START
206{
207	Text [ en-US ] = "%PRODUCTNAME update available";
208};
209
210String RID_UPDATE_BUBBLE_AUTO_START
211{
212	Text [ en-US ] = "Download of update begins.";
213};
214
215String RID_UPDATE_BUBBLE_T_DOWNLOADING
216{
217	Text [ en-US ] = "Download of update in progress";
218};
219
220String RID_UPDATE_BUBBLE_DOWNLOADING
221{
222	Text [ en-US ] = "";
223};
224
225String RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED
226{
227	Text [ en-US ] = "Download of update paused";
228};
229
230String RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED
231{
232	Text [ en-US ] = "Click here to resume.";
233};
234
235String RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING
236{
237	Text [ en-US ] = "Download of update stalled";
238};
239
240String RID_UPDATE_BUBBLE_ERROR_DOWNLOADING
241{
242	Text [ en-US ] = "Click here for more information.";
243};
244
245String RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL
246{
247	Text [ en-US ] = "Download of update completed";
248};
249
250String RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL
251{
252	Text [ en-US ] = "Click here to start the installation.";
253};
254
255String RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL
256{
257	Text [ en-US ] = "Updates for extensions available";
258};
259
260String RID_UPDATE_BUBBLE_EXT_UPD_AVAIL
261{
262	Text [ en-US ] = "Click here for more information.";
263};
264
265