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