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