summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/updatehdl.src
blob: 2036a3f0534e62dca29880b3982d74d043c7388d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#include "updatehdl.hrc"

String RID_UPDATE_STR_CHECKING
{
    Text [ en-US ] = "Checking...";
};

String RID_UPDATE_STR_CHECKING_ERR
{
    Text [ en-US ] = "Checking for an update failed.";
};

String RID_UPDATE_STR_NO_UPD_FOUND
{
    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION is up to date.";
};

String RID_UPDATE_STR_UPD_FOUND
{
    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.";
};

String RID_UPDATE_STR_DLG_TITLE
{
    Text [ en-US ] = "Check for Updates";
};

String RID_UPDATE_STR_DOWNLOAD_PAUSE
{
    Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION paused at...";
};

String RID_UPDATE_STR_DOWNLOAD_ERR
{
    Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION stalled at";
};

String RID_UPDATE_STR_DOWNLOAD_WARN
{
    Text [ en-US ] = "The download location is: %DOWNLOAD_PATH.\n\nUnder Tools – Options... - %PRODUCTNAME – Online Update you can change the download location.";
};

String RID_UPDATE_STR_DOWNLOAD_DESCR
{
    Text [ en-US ] = "%FILE_NAME has been downloaded to %DOWNLOAD_PATH.";
};

String RID_UPDATE_STR_DOWNLOAD_UNAVAIL
{
    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.";
};

String RID_UPDATE_STR_DOWNLOADING
{
    Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION...";
};

String RID_UPDATE_STR_READY_INSTALL
{
    Text [ en-US ] = "Download of %PRODUCTNAME %NEXTVERSION completed. Ready for installation.";
};

String RID_UPDATE_STR_CANCEL_TITLE
{
    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
};

String RID_UPDATE_STR_CANCEL_DOWNLOAD
{
    Text [ en-US ] = "Do you really want to cancel the download?";
};

String RID_UPDATE_STR_BEGIN_INSTALL
{
    Text [ en-US ] = "To install the update, %PRODUCTNAME %PRODUCTVERSION needs to be closed. Do you want to install the update now?";
};

String RID_UPDATE_STR_INSTALL_NOW
{
    Text [ en-US ] = "Install ~now";
};

String RID_UPDATE_STR_INSTALL_LATER
{
    Text [ en-US ] = "Install ~later";
};

String RID_UPDATE_STR_INSTALL_ERROR
{
    Text [ en-US ] = "Could not run the installer application, please run %FILE_NAME in %DOWNLOAD_PATH manually.";
};

String RID_UPDATE_STR_OVERWRITE_WARNING
{
    Text [ en-US ] = "A file with that name already exists! Do you want to overwrite the existing file?";
};

String RID_UPDATE_STR_RELOAD_WARNING
{
    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?";
};

String RID_UPDATE_STR_RELOAD_RELOAD
{
    Text [ en-US ] = "Reload File";
};

String RID_UPDATE_STR_RELOAD_CONTINUE
{
    Text [ en-US ] = "Continue";
};

String RID_UPDATE_STR_PERCENT
{
    Text [ en-US ] = "%PERCENT%";
};

String RID_UPDATE_FT_STATUS
{
    Text [ en-US ] = "Status";
};

String RID_UPDATE_FT_DESCRIPTION
{
    Text [ en-US ] = "Description";
};

String RID_UPDATE_BTN_CLOSE
{
    Text [ en-US ] = "Close";
};

String RID_UPDATE_BTN_DOWNLOAD
{
    Text [ en-US ] = "~Download";
};

String RID_UPDATE_BTN_INSTALL
{
    Text [ en-US ] = "~Install";
};

String RID_UPDATE_BTN_PAUSE
{
    Text [ en-US ] = "~Pause";
};

String RID_UPDATE_BTN_RESUME
{
    Text [ en-US ] = "~Resume";
};

String RID_UPDATE_BTN_CANCEL
{
    Text [ en-US ] = "Cancel";
};

String RID_UPDATE_BUBBLE_T_UPDATE_AVAIL
{
    Text [ en-US ] = "%PRODUCTNAME update available";
};

String RID_UPDATE_BUBBLE_UPDATE_AVAIL
{
    Text [ en-US ] = "Click the icon to start the download.";
};

String RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN
{
    Text [ en-US ] = "%PRODUCTNAME update available";
};

String RID_UPDATE_BUBBLE_UPDATE_NO_DOWN
{
    Text [ en-US ] = "Click the icon for more information.";
};

String RID_UPDATE_BUBBLE_T_AUTO_START
{
    Text [ en-US ] = "%PRODUCTNAME update available";
};

String RID_UPDATE_BUBBLE_AUTO_START
{
    Text [ en-US ] = "Download of update begins.";
};

String RID_UPDATE_BUBBLE_T_DOWNLOADING
{
    Text [ en-US ] = "Download of update in progress";
};

String RID_UPDATE_BUBBLE_DOWNLOADING
{
    Text [ en-US ] = "";
};

String RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED
{
    Text [ en-US ] = "Download of update paused";
};

String RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED
{
    Text [ en-US ] = "Click the icon to resume.";
};

String RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING
{
    Text [ en-US ] = "Download of update stalled";
};

String RID_UPDATE_BUBBLE_ERROR_DOWNLOADING
{
    Text [ en-US ] = "Click the icon for more information.";
};

String RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL
{
    Text [ en-US ] = "Download of update completed";
};

String RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL
{
    Text [ en-US ] = "Click the icon to start the installation.";
};

String RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL
{
    Text [ en-US ] = "Updates for extensions available";
};

String RID_UPDATE_BUBBLE_EXT_UPD_AVAIL
{
    Text [ en-US ] = "Click the icon for more information.";
};