1*2db02c74SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*2db02c74SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*2db02c74SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*2db02c74SAndrew Rist * distributed with this work for additional information 6*2db02c74SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*2db02c74SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*2db02c74SAndrew Rist * "License"); you may not use this file except in compliance 9*2db02c74SAndrew Rist * with the License. You may obtain a copy of the License at 10*2db02c74SAndrew Rist * 11*2db02c74SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*2db02c74SAndrew Rist * 13*2db02c74SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*2db02c74SAndrew Rist * software distributed under the License is distributed on an 15*2db02c74SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*2db02c74SAndrew Rist * KIND, either express or implied. See the License for the 17*2db02c74SAndrew Rist * specific language governing permissions and limitations 18*2db02c74SAndrew Rist * under the License. 19*2db02c74SAndrew Rist * 20*2db02c74SAndrew Rist *************************************************************/ 21*2db02c74SAndrew Rist 22*2db02c74SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#define STEP_ZERO 1000 25cdf0e10cSrcweir#define STEP_CONVERTER 1100 26cdf0e10cSrcweir#define STEP_AUTOPILOT 1200 27cdf0e10cSrcweir#define STATUSLINE 1300 28cdf0e10cSrcweir#define MESSAGES 1400 29cdf0e10cSrcweir#define CURRENCIES 1500 30cdf0e10cSrcweir#define STEP_LASTPAGE 1600 31cdf0e10cSrcweir// -------------------------------------------------------------------- 32cdf0e10cSrcweirString STEP_ZERO 33cdf0e10cSrcweir{ 34cdf0e10cSrcweirText [ en-US ] = "~Cancel"; 35cdf0e10cSrcweir}; 36cdf0e10cSrcweir 37cdf0e10cSrcweirString STEP_ZERO + 1 38cdf0e10cSrcweir{ 39cdf0e10cSrcweirText [ en-US ] = "~Help"; 40cdf0e10cSrcweir}; 41cdf0e10cSrcweir 42cdf0e10cSrcweirString STEP_ZERO + 2 43cdf0e10cSrcweir{ 44cdf0e10cSrcweirText [ en-US ] = "<<~Back"; 45cdf0e10cSrcweir}; 46cdf0e10cSrcweir 47cdf0e10cSrcweirString STEP_ZERO + 3 48cdf0e10cSrcweir{ 49cdf0e10cSrcweirText [ en-US ] = "~Convert"; 50cdf0e10cSrcweir}; 51cdf0e10cSrcweir 52cdf0e10cSrcweirString STEP_ZERO + 4 53cdf0e10cSrcweir{ 54cdf0e10cSrcweirText [ en-US ] = "Note: Currency amounts from external links and currency conversion factors in formulas cannot be converted."; 55cdf0e10cSrcweir}; 56cdf0e10cSrcweir 57cdf0e10cSrcweirString STEP_ZERO + 5 58cdf0e10cSrcweir{ 59cdf0e10cSrcweirText [ en-US ] = "First, unprotect all sheets."; 60cdf0e10cSrcweir}; 61cdf0e10cSrcweir 62cdf0e10cSrcweirString STEP_ZERO + 6 63cdf0e10cSrcweir{ 64cdf0e10cSrcweirText [ en-US ] = "Currencies:"; 65cdf0e10cSrcweir}; 66cdf0e10cSrcweir 67cdf0e10cSrcweir 68cdf0e10cSrcweirString STEP_ZERO + 7 69cdf0e10cSrcweir{ 70cdf0e10cSrcweirText [ en-US ] = "C~ontinue>>"; 71cdf0e10cSrcweir}; 72cdf0e10cSrcweir 73cdf0e10cSrcweir 74cdf0e10cSrcweirString STEP_ZERO + 8 75cdf0e10cSrcweir{ 76cdf0e10cSrcweirText [ en-US ] = "C~lose"; 77cdf0e10cSrcweir}; 78cdf0e10cSrcweir 79cdf0e10cSrcweirString STEP_CONVERTER 80cdf0e10cSrcweir{ 81cdf0e10cSrcweirText [ en-US ] = "~Entire document"; 82cdf0e10cSrcweir}; 83cdf0e10cSrcweir 84cdf0e10cSrcweirString STEP_CONVERTER + 1 85cdf0e10cSrcweir{ 86cdf0e10cSrcweirText [ en-US ] = "Selection"; 87cdf0e10cSrcweir}; 88cdf0e10cSrcweir 89cdf0e10cSrcweirString STEP_CONVERTER + 2 90cdf0e10cSrcweir{ 91cdf0e10cSrcweirText [ en-US ] = "Cell S~tyles"; 92cdf0e10cSrcweir}; 93cdf0e10cSrcweir 94cdf0e10cSrcweirString STEP_CONVERTER + 3 95cdf0e10cSrcweir{ 96cdf0e10cSrcweirText [ en-US ] = "Currency cells in the current ~sheet"; 97cdf0e10cSrcweir}; 98cdf0e10cSrcweir 99cdf0e10cSrcweirString STEP_CONVERTER + 4 100cdf0e10cSrcweir{ 101cdf0e10cSrcweirText [ en-US ] = "Currency cells in the entire ~document"; 102cdf0e10cSrcweir}; 103cdf0e10cSrcweir 104cdf0e10cSrcweirString STEP_CONVERTER + 5 105cdf0e10cSrcweir{ 106cdf0e10cSrcweirText [ en-US ] = "~Selected range"; 107cdf0e10cSrcweir}; 108cdf0e10cSrcweir 109cdf0e10cSrcweirString STEP_CONVERTER + 6 110cdf0e10cSrcweir{ 111cdf0e10cSrcweirText [ en-US ] = "Select Cell Styles"; 112cdf0e10cSrcweir}; 113cdf0e10cSrcweir 114cdf0e10cSrcweirString STEP_CONVERTER + 7 115cdf0e10cSrcweir{ 116cdf0e10cSrcweirText [ en-US ] = "Select currency cells"; 117cdf0e10cSrcweir}; 118cdf0e10cSrcweir 119cdf0e10cSrcweirString STEP_CONVERTER + 8 120cdf0e10cSrcweir{ 121cdf0e10cSrcweirText [ en-US ] = "Currency ranges:"; 122cdf0e10cSrcweir}; 123cdf0e10cSrcweir 124cdf0e10cSrcweirString STEP_CONVERTER + 9 125cdf0e10cSrcweir{ 126cdf0e10cSrcweirText [ en-US ] = "Templates:"; 127cdf0e10cSrcweir}; 128cdf0e10cSrcweir 129cdf0e10cSrcweir 130cdf0e10cSrcweirString STEP_AUTOPILOT 131cdf0e10cSrcweir{ 132cdf0e10cSrcweirText [ en-US ] = "Extent"; 133cdf0e10cSrcweir}; 134cdf0e10cSrcweir 135cdf0e10cSrcweirString STEP_AUTOPILOT + 1 136cdf0e10cSrcweir{ 137cdf0e10cSrcweirText [ en-US ] = "~Single %PRODUCTNAME Calc document"; 138cdf0e10cSrcweir}; 139cdf0e10cSrcweir 140cdf0e10cSrcweirString STEP_AUTOPILOT + 2 141cdf0e10cSrcweir{ 142cdf0e10cSrcweirText [ en-US ] = "Complete ~directory"; 143cdf0e10cSrcweir}; 144cdf0e10cSrcweir 145cdf0e10cSrcweirString STEP_AUTOPILOT + 3 146cdf0e10cSrcweir{ 147cdf0e10cSrcweirText [ en-US ] = "Source Document:"; 148cdf0e10cSrcweir}; 149cdf0e10cSrcweir 150cdf0e10cSrcweirString STEP_AUTOPILOT + 4 151cdf0e10cSrcweir{ 152cdf0e10cSrcweirText [ en-US ] = "Source directory:"; 153cdf0e10cSrcweir}; 154cdf0e10cSrcweir 155cdf0e10cSrcweirString STEP_AUTOPILOT + 5 156cdf0e10cSrcweir{ 157cdf0e10cSrcweirText [ en-US ] = "~Including subfolders"; 158cdf0e10cSrcweir}; 159cdf0e10cSrcweir 160cdf0e10cSrcweirString STEP_AUTOPILOT + 6 161cdf0e10cSrcweir{ 162cdf0e10cSrcweirText [ en-US ] = "Target directory:"; 163cdf0e10cSrcweir}; 164cdf0e10cSrcweir 165cdf0e10cSrcweir 166cdf0e10cSrcweirString STEP_AUTOPILOT + 7 167cdf0e10cSrcweir{ 168cdf0e10cSrcweirText [ en-US ] = "Temporarily unprotect sheet without query"; 169cdf0e10cSrcweir}; 170cdf0e10cSrcweir 171cdf0e10cSrcweir 172cdf0e10cSrcweirString STEP_AUTOPILOT + 10 173cdf0e10cSrcweir{ 174cdf0e10cSrcweirText [ en-US ] = "Also convert fields and tables in text documents"; 175cdf0e10cSrcweir}; 176cdf0e10cSrcweir 177cdf0e10cSrcweir 178cdf0e10cSrcweirString STATUSLINE 179cdf0e10cSrcweir{ 180cdf0e10cSrcweirText [ en-US ] = "Conversion status: "; 181cdf0e10cSrcweir}; 182cdf0e10cSrcweir 183cdf0e10cSrcweirString STATUSLINE + 1 184cdf0e10cSrcweir{ 185cdf0e10cSrcweirText [ en-US ] = "Conversion status of the cell templates:"; 186cdf0e10cSrcweir}; 187cdf0e10cSrcweir 188cdf0e10cSrcweirString STATUSLINE + 2 189cdf0e10cSrcweir{ 190cdf0e10cSrcweirText [ en-US ] = "Registration of the relevant ranges: Sheet %1Number%1 of %2TotPageCount%2"; 191cdf0e10cSrcweir}; 192cdf0e10cSrcweir 193cdf0e10cSrcweir 194cdf0e10cSrcweirString STATUSLINE + 3 195cdf0e10cSrcweir{ 196cdf0e10cSrcweirText [ en-US ] = "Entry of the ranges to be converted..."; 197cdf0e10cSrcweir}; 198cdf0e10cSrcweir 199cdf0e10cSrcweir 200cdf0e10cSrcweir 201cdf0e10cSrcweirString STATUSLINE + 4 202cdf0e10cSrcweir{ 203cdf0e10cSrcweirText [ en-US ] = "Sheet protection for each sheet will be restored..."; 204cdf0e10cSrcweir}; 205cdf0e10cSrcweir 206cdf0e10cSrcweir 207cdf0e10cSrcweirString STATUSLINE + 5 208cdf0e10cSrcweir{ 209cdf0e10cSrcweirText [ en-US ] = "Conversion of the currency units in the cell templates..."; 210cdf0e10cSrcweir}; 211cdf0e10cSrcweir 212cdf0e10cSrcweir 213cdf0e10cSrcweir 214cdf0e10cSrcweirString MESSAGES 215cdf0e10cSrcweir{ 216cdf0e10cSrcweirText [ en-US ] = "~Finish"; 217cdf0e10cSrcweir}; 218cdf0e10cSrcweir 219cdf0e10cSrcweirString MESSAGES + 1 220cdf0e10cSrcweir{ 221cdf0e10cSrcweirText [ en-US ] = "Select directory"; 222cdf0e10cSrcweir}; 223cdf0e10cSrcweir 224cdf0e10cSrcweirString MESSAGES + 2 225cdf0e10cSrcweir{ 226cdf0e10cSrcweirText [ en-US ] = "Select file"; 227cdf0e10cSrcweir}; 228cdf0e10cSrcweir 229cdf0e10cSrcweirString MESSAGES + 3 230cdf0e10cSrcweir{ 231cdf0e10cSrcweirText [ en-US ] = "Select target directory"; 232cdf0e10cSrcweir}; 233cdf0e10cSrcweir 234cdf0e10cSrcweirString MESSAGES + 4 235cdf0e10cSrcweir{ 236cdf0e10cSrcweirText [ en-US ] = "non-existant"; 237cdf0e10cSrcweir}; 238cdf0e10cSrcweir 239cdf0e10cSrcweir 240cdf0e10cSrcweirString MESSAGES + 5 241cdf0e10cSrcweir{ 242cdf0e10cSrcweirText [ en-US ] = "Euro Converter"; 243cdf0e10cSrcweir}; 244cdf0e10cSrcweir 245cdf0e10cSrcweir 246cdf0e10cSrcweir 247cdf0e10cSrcweirString MESSAGES + 6 248cdf0e10cSrcweir{ 249cdf0e10cSrcweirText [ en-US ] = "Should protected spreadsheets be temporarily unprotected?"; 250cdf0e10cSrcweir}; 251cdf0e10cSrcweir 252cdf0e10cSrcweir 253cdf0e10cSrcweirString MESSAGES + 7 254cdf0e10cSrcweir{ 255cdf0e10cSrcweirText [ en-US ] = "Enter the password to unprotect the table %1TableName%1"; 256cdf0e10cSrcweir}; 257cdf0e10cSrcweir 258cdf0e10cSrcweir 259cdf0e10cSrcweirString MESSAGES + 8 260cdf0e10cSrcweir{ 261cdf0e10cSrcweirText [ en-US ] = "Wrong Password!"; 262cdf0e10cSrcweir}; 263cdf0e10cSrcweir 264cdf0e10cSrcweir 265cdf0e10cSrcweirString MESSAGES + 9 266cdf0e10cSrcweir{ 267cdf0e10cSrcweirText [ en-US ] = "Protected Sheet"; 268cdf0e10cSrcweir}; 269cdf0e10cSrcweir 270cdf0e10cSrcweir 271cdf0e10cSrcweirString MESSAGES + 10 272cdf0e10cSrcweir{ 273cdf0e10cSrcweirText [ en-US ] = "Warning!"; 274cdf0e10cSrcweir}; 275cdf0e10cSrcweir 276cdf0e10cSrcweir 277cdf0e10cSrcweirString MESSAGES + 11 278cdf0e10cSrcweir{ 279cdf0e10cSrcweirText [ en-US ] = "Protection for the sheets will not be removed."; 280cdf0e10cSrcweir}; 281cdf0e10cSrcweir 282cdf0e10cSrcweir 283cdf0e10cSrcweirString MESSAGES + 12 284cdf0e10cSrcweir{ 285cdf0e10cSrcweirText [ en-US ] = "Sheet cannot be unprotected"; 286cdf0e10cSrcweir}; 287cdf0e10cSrcweir 288cdf0e10cSrcweir 289cdf0e10cSrcweirString MESSAGES + 13 290cdf0e10cSrcweir{ 291cdf0e10cSrcweirText [ en-US ] = "The Wizard cannot edit this document as cell formats cannot be modified in documents containing protected spreadsheets."; 292cdf0e10cSrcweir}; 293cdf0e10cSrcweir 294cdf0e10cSrcweir 295cdf0e10cSrcweir 296cdf0e10cSrcweirString MESSAGES + 14 297cdf0e10cSrcweir{ 298cdf0e10cSrcweirText [ en-US ] = "Please note that the Euro Converter will, otherwise, not be able to edit this document!"; 299cdf0e10cSrcweir}; 300cdf0e10cSrcweir 301cdf0e10cSrcweir 302cdf0e10cSrcweir 303cdf0e10cSrcweirString MESSAGES + 15 304cdf0e10cSrcweir{ 305cdf0e10cSrcweirText [ en-US ] = "Please choose a currency to be converted first!"; 306cdf0e10cSrcweir}; 307cdf0e10cSrcweir 308cdf0e10cSrcweirString MESSAGES + 16 309cdf0e10cSrcweir{ 310cdf0e10cSrcweirText [ en-US ] = "Password:"; 311cdf0e10cSrcweir}; 312cdf0e10cSrcweir 313cdf0e10cSrcweirString MESSAGES + 17 314cdf0e10cSrcweir{ 315cdf0e10cSrcweirText [ en-US ] = "OK"; 316cdf0e10cSrcweir}; 317cdf0e10cSrcweir 318cdf0e10cSrcweirString MESSAGES + 18 319cdf0e10cSrcweir{ 320cdf0e10cSrcweirText [ en-US ] = "Cancel"; 321cdf0e10cSrcweir}; 322cdf0e10cSrcweir 323cdf0e10cSrcweir 324cdf0e10cSrcweir String MESSAGES + 19 325cdf0e10cSrcweir{ 326cdf0e10cSrcweirText [ en-US ] = "Please select a %PRODUCTNAME Calc document for editing!"; 327cdf0e10cSrcweir}; 328cdf0e10cSrcweir 329cdf0e10cSrcweir 330cdf0e10cSrcweirString MESSAGES + 20 331cdf0e10cSrcweir{ 332cdf0e10cSrcweirText [ en-US ] = "'<1>' is not a directory!"; 333cdf0e10cSrcweir}; 334cdf0e10cSrcweir 335cdf0e10cSrcweir 336cdf0e10cSrcweirString MESSAGES + 21 337cdf0e10cSrcweir{ 338cdf0e10cSrcweirText [ en-US ] = "Document is read-only!"; 339cdf0e10cSrcweir}; 340cdf0e10cSrcweir 341cdf0e10cSrcweir 342cdf0e10cSrcweirString MESSAGES + 22 343cdf0e10cSrcweir{ 344cdf0e10cSrcweir Text [ en-US ] = "The '<1>' file already exists.<CR>Do you want to overwrite it?"; 345cdf0e10cSrcweir}; 346cdf0e10cSrcweir 347cdf0e10cSrcweir 348cdf0e10cSrcweirString MESSAGES + 23 349cdf0e10cSrcweir{ 350cdf0e10cSrcweir Text [ en-US ] = "Do you really want to terminate conversion at this point?"; 351cdf0e10cSrcweir}; 352cdf0e10cSrcweir 353cdf0e10cSrcweirString MESSAGES + 24 354cdf0e10cSrcweir{ 355cdf0e10cSrcweir Text [ en-US ] = "Cancel Wizard"; 356cdf0e10cSrcweir}; 357cdf0e10cSrcweir 358cdf0e10cSrcweir String CURRENCIES 359cdf0e10cSrcweir{ 360cdf0e10cSrcweirText [ en-US ] = "Portuguese Escudo"; 361cdf0e10cSrcweir}; 362cdf0e10cSrcweir 363cdf0e10cSrcweirString CURRENCIES + 1 364cdf0e10cSrcweir{ 365cdf0e10cSrcweirText [ en-US ] = "Dutch Guilder"; 366cdf0e10cSrcweir}; 367cdf0e10cSrcweir 368cdf0e10cSrcweirString CURRENCIES + 2 369cdf0e10cSrcweir{ 370cdf0e10cSrcweirText [ en-US ] = "French Franc"; 371cdf0e10cSrcweir}; 372cdf0e10cSrcweir 373cdf0e10cSrcweirString CURRENCIES + 3 374cdf0e10cSrcweir{ 375cdf0e10cSrcweirText [ en-US ] = "Spanish Peseta"; 376cdf0e10cSrcweir}; 377cdf0e10cSrcweir 378cdf0e10cSrcweirString CURRENCIES + 4 379cdf0e10cSrcweir{ 380cdf0e10cSrcweirText [ en-US ] = "Italian Lira"; 381cdf0e10cSrcweir}; 382cdf0e10cSrcweir 383cdf0e10cSrcweirString CURRENCIES + 5 384cdf0e10cSrcweir{ 385cdf0e10cSrcweirText [ en-US ] = "German Mark"; 386cdf0e10cSrcweir}; 387cdf0e10cSrcweir 388cdf0e10cSrcweirString CURRENCIES + 6 389cdf0e10cSrcweir{ 390cdf0e10cSrcweirText [ en-US ] = "Belgian Franc"; 391cdf0e10cSrcweir}; 392cdf0e10cSrcweir 393cdf0e10cSrcweirString CURRENCIES + 7 394cdf0e10cSrcweir{ 395cdf0e10cSrcweirText [ en-US ] = "Irish Punt"; 396cdf0e10cSrcweir}; 397cdf0e10cSrcweir 398cdf0e10cSrcweirString CURRENCIES + 8 399cdf0e10cSrcweir{ 400cdf0e10cSrcweirText [ en-US ] = "Luxembourg Franc"; 401cdf0e10cSrcweir}; 402cdf0e10cSrcweir 403cdf0e10cSrcweirString CURRENCIES + 9 404cdf0e10cSrcweir{ 405cdf0e10cSrcweirText [ en-US ] = "Austrian Schilling"; 406cdf0e10cSrcweir}; 407cdf0e10cSrcweir 408cdf0e10cSrcweirString CURRENCIES + 10 409cdf0e10cSrcweir{ 410cdf0e10cSrcweirText [ en-US ] = "Finnish Mark"; 411cdf0e10cSrcweir}; 412cdf0e10cSrcweir 413cdf0e10cSrcweirString CURRENCIES + 11 414cdf0e10cSrcweir{ 415cdf0e10cSrcweirText [ en-US ] = "Greek Drachma"; 416cdf0e10cSrcweir}; 417cdf0e10cSrcweir 418cdf0e10cSrcweirString CURRENCIES + 12 419cdf0e10cSrcweir{ 420cdf0e10cSrcweirText [ en-US ] = "Slovenian Tolar"; 421cdf0e10cSrcweir}; 422cdf0e10cSrcweir 423cdf0e10cSrcweirString CURRENCIES + 13 424cdf0e10cSrcweir{ 425cdf0e10cSrcweirText [ en-US ] = "Cypriot Pound"; 426cdf0e10cSrcweir}; 427cdf0e10cSrcweir 428cdf0e10cSrcweirString CURRENCIES + 14 429cdf0e10cSrcweir{ 430cdf0e10cSrcweirText [ en-US ] = "Maltese Lira"; 431cdf0e10cSrcweir}; 432cdf0e10cSrcweir 433cdf0e10cSrcweirString CURRENCIES + 15 434cdf0e10cSrcweir{ 435cdf0e10cSrcweirText [ en-US ] = "Slovak Koruna"; 436cdf0e10cSrcweir}; 437cdf0e10cSrcweir 438cdf0e10cSrcweirString CURRENCIES + 16 439cdf0e10cSrcweir{ 440cdf0e10cSrcweirText [ en-US ] = "The currency set for the document is not a European currency!"; 441cdf0e10cSrcweir}; 442cdf0e10cSrcweir 443cdf0e10cSrcweirString CURRENCIES + 17 444cdf0e10cSrcweir{ 445cdf0e10cSrcweirText [ en-US ] = "The language set for your operating system is not a language of the European Monetary Union."; 446cdf0e10cSrcweir}; 447cdf0e10cSrcweir 448cdf0e10cSrcweirString STEP_LASTPAGE 449cdf0e10cSrcweir{ 450cdf0e10cSrcweirText [ en-US ] = "Progress"; 451cdf0e10cSrcweir}; 452cdf0e10cSrcweir 453cdf0e10cSrcweir 454cdf0e10cSrcweirString STEP_LASTPAGE + 1 455cdf0e10cSrcweir{ 456cdf0e10cSrcweirText [ en-US ] = "Retrieving the relevant documents..."; 457cdf0e10cSrcweir}; 458cdf0e10cSrcweir 459cdf0e10cSrcweirString STEP_LASTPAGE + 2 460cdf0e10cSrcweir{ 461cdf0e10cSrcweirText [ en-US ] = "Converting the documents..."; 462cdf0e10cSrcweir}; 463cdf0e10cSrcweir 464cdf0e10cSrcweirString STEP_LASTPAGE + 3 465cdf0e10cSrcweir{ 466cdf0e10cSrcweirText [ en-US ] = "Settings:"; 467cdf0e10cSrcweir}; 468cdf0e10cSrcweir 469cdf0e10cSrcweirString STEP_LASTPAGE + 4 470cdf0e10cSrcweir{ 471cdf0e10cSrcweirText [ en-US ] = "Sheet is always unprotected"; 472cdf0e10cSrcweir}; 473