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