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