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