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