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