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 ************************************************************************/#define sHelpButton 1000 27#define sCancelButton 1001 28#define sBackButton 1002 29#define sNextButton 1003 30#define sBeginButton 1004 31#define sCloseButton 1005 32#define sWelcometextLabel1 1006 33#define sWelcometextLabel2 1007 34#define sWelcometextLabel3 1008 35#define sMSTemplateCheckbox_1_ 1009 36#define sMSTemplateCheckbox_2_ 1010 37#define sMSTemplateCheckbox_3_ 1011 38#define sMSDocumentCheckbox_1_ 1012 39#define sMSDocumentCheckbox_2_ 1013 40#define sMSDocumentCheckbox_3_ 1014 41#define sSearchInSubDir 1022 42#define sMSContainerName 1030 43#define sSummaryHeader 1031 44#define sSummaryFrame 1032 45#define sTextImportLabel 1033 46#define sTextExportLabel 1034 47#define sGroupnameDefault 1036 48#define sProgressDesc1 1039 49#define sProgressOneDoc 1040 50#define sProgressMoreDocs 1041 51#define sProgressMoreTemplates 1042 52#define sNoDirCreation 1050 53#define sMsgDirNotThere 1051 54#define sQueryfornewCreation 1052 55#define sFileExists 1053 56#define sMorePathsError3 1054 57#define sConvertError1 1055 58#define sConvertError2 1056 59#define sRTErrorDesc 1057 60#define sRTErrorHeader 1058 61#define sPathErrorTemplates_1_ 1059 62#define sPathErrorTemplates_2_ 1060 63#define sPathErrorTemplates_3_ 1061 64#define sPathErrorDocument_1_ 1062 65#define sPathErrorDocument_2_ 1063 66#define sPathErrorDocument_3_ 1064 67#define sPathErrorStarDoc_1_ 1065 68#define sPathErrorStarDoc_2_ 1066 69#define sPathErrorStarDoc_3_ 1067 70#define sOverwriteallFiles 1070 71#define sreeditMacro 1071 72#define scouldNotsaveDocument 1072 73#define scouldNotopenDocument 1073 74#define sPathDialogMessage 1080 75#define sDialogTitle 1081 76#define sProgressPage1 1090 77#define sProgressPage2 1091 78#define sProgressPage3 1092 79#define sProgressFound 1093 80#define sProgressPage5 1094 81#define sReady 1100 82#define sXMLTemplateCheckbox_1_ 2009 83#define sXMLTemplateCheckbox_2_ 2010 84#define sXMLTemplateCheckbox_3_ 2011 85#define sXMLTemplateCheckbox_4_ 2012 86#define sXMLDocumentCheckbox_1_ 2013 87#define sXMLDocumentCheckbox_2_ 2014 88#define sXMLDocumentCheckbox_3_ 2015 89#define sXMLDocumentCheckbox_4_ 2016 90#define sXMLHelperApplications_1 2017 91#define sXMLHelperApplications_2 2018 92 93#define sSourceDocuments 2030 94#define sTargetDocuments 2031 95#define sCreateLogfile 2032 96#define sLogfileHelpText 2033 97#define sLogfileSummary 2034 98#define sshowLogfile 2035 99 100#define sSumInclusiveSubDir 3000 101#define sSumSaveDokumente 3001 102 103#define sSumSOTextDocuments 3100 104#define sSumSOTableDocuments 3101 105#define sSumSODrawDocuments 3102 106#define sSumSOMathDocuments 3103 107 108#define sSumSOTextTemplates 3110 109#define sSumSOTableTemplates 3111 110#define sSumSODrawTemplates 3112 111#define sSumSOGlobalDocuments 3113 112 113#define sSumMSTextDocuments 3200 114#define sSumMSTableDocuments 3201 115#define sSumMSDrawDocuments 3202 116 117#define sSumMSTextTemplates 3210 118#define sSumMSTableTemplates 3211 119#define sSumMSDrawTemplates 3212 120 121 122// -------------------------------------------------------------------- 123String sHelpButton 124{ 125 Text [ en-US ] = "~Help"; 126}; 127 128String sCancelButton 129{ 130 Text [ en-US ] = "~Cancel"; 131}; 132 133String sBackButton 134{ 135 Text [ en-US ] = "<< ~Back"; 136}; 137 138String sNextButton 139{ 140 Text [ en-US ] = "Ne~xt >>"; 141}; 142 143String sBeginButton 144{ 145 Text [ en-US ] = "~Convert"; 146}; 147 148String sCloseButton 149{ 150 Text [ en-US ] = "~Close"; 151}; 152 153String sWelcometextLabel1 154{ 155 Text [ en-US ] = "This wizard converts documents in %PRODUCTNAME format and Microsoft Office documents to the new OpenDocument format."; 156}; 157 158String sWelcometextLabel2 159{ 160 Text [ en-US ] = "Please note that when converting Microsoft documents any attached VBA macros lose their functionality."; 161}; 162 163String sWelcometextLabel3 164{ 165 Text [ en-US ] = "Select the document type for conversion:"; 166}; 167 168 169 170String sMSTemplateCheckbox_1_ 171{ 172 Text [ en-US ] = "Word templates"; 173}; 174 175String sMSTemplateCheckbox_2_ 176{ 177 Text [ en-US ] = "Excel templates"; 178}; 179 180String sMSTemplateCheckbox_3_ 181{ 182 Text [ en-US ] = "PowerPoint templates"; 183}; 184 185String sMSDocumentCheckbox_1_ 186{ 187 Text [ en-US ] = "Word documents"; 188}; 189 190String sMSDocumentCheckbox_2_ 191{ 192 Text [ en-US ] = "Excel documents"; 193}; 194 195String sMSDocumentCheckbox_3_ 196{ 197 Text [ en-US ] = "PowerPoint documents"; 198}; 199 200 201String sSearchInSubDir 202{ 203 Text [ en-US ] = "Including subdirectories"; 204}; 205 206 207 208String sMSContainerName 209{ 210 Text [ en-US ] = "Microsoft Office"; 211}; 212 213 214 215String sSummaryHeader 216{ 217 Text [ en-US ] = "Summary:"; 218}; 219 220String sTextImportLabel 221{ 222 Text [ en-US ] = "Import from:"; 223}; 224 225 226String sTextExportLabel 227{ 228 Text [ en-US ] = "Save to:"; 229}; 230 231 232String sGroupnameDefault 233{ 234 Text [ en-US ] = "Imported_Templates"; 235}; 236 237 238String sProgressDesc1 239{ 240 Text [ en-US ] = "Progress: "; 241}; 242 243String sProgressOneDoc 244{ 245 Text [ en-US ] = "Document"; 246}; 247 248String sProgressMoreDocs 249{ 250 Text [ en-US ] = "Documents"; 251}; 252 253 254String sProgressMoreTemplates 255{ 256 Text [ en-US ] = "Templates"; 257}; 258 259 260String sNoDirCreation 261{ 262 Text [ en-US ] = "The '%1' directory cannot be created: "; 263}; 264 265 266String sMsgDirNotThere 267{ 268 Text [ en-US ] = "The '%1' directory does not exist."; 269}; 270 271 272String sQueryfornewCreation 273{ 274 Text [ en-US ] = "Do you want to create it now?"; 275}; 276 277 278String sFileExists 279{ 280 Text [ en-US ] = "The '<1>' file already exists.<CR>Do you want to overwrite it?"; 281}; 282 283String sMorePathsError3 284{ 285 Text [ en-US ] = "Directories do not exist"; 286}; 287 288 289String sOverwriteallFiles 290{ 291 Text [ en-US ] = "Do you want to overwrite documents without being asked?"; 292}; 293 294 295String sreeditMacro 296{ 297 Text [ en-US ] = "Document macro has to be revised."; 298}; 299 300String scouldNotsaveDocument 301{ 302 Text [ en-US ] = "Document '<1>' could not be saved."; 303}; 304 305 306String scouldNotopenDocument 307{ 308 Text [ en-US ] = "Document '<1>' could not be opened."; 309}; 310 311 312 313String sConvertError1 314{ 315 Text [ en-US ] = "Do you really want to terminate conversion at this point?"; 316}; 317 318String sConvertError2 319{ 320 Text [ en-US ] = "Cancel Wizard"; 321}; 322 323String sRTErrorDesc 324{ 325 Text [ en-US ] = "An unexpected error has occurred in the wizard."; 326}; 327 328String sRTErrorHeader 329{ 330 Text [ en-US ] = "Error"; 331}; 332 333 334String sPathDialogMessage 335{ 336 Text [ en-US ] = "Select a directory"; 337}; 338 339String sDialogTitle 340{ 341 Text [ en-US ] = "Document Converter"; 342}; 343 344String sProgressPage1 345{ 346 Text [ en-US ] = "Progress"; 347}; 348 349String sProgressPage2 350{ 351 Text [ en-US ] = "Retrieving the relevant documents:"; 352}; 353 354String sProgressPage3 355{ 356 Text [ en-US ] = "Converting the documents"; 357}; 358 359 360String sProgressFound 361{ 362 Text [ en-US ] = "Found:"; 363}; 364 365 366String sProgressPage5 367{ 368 Text [ en-US ] = "%1 found"; 369}; 370 371String sReady 372{ 373 Text [ en-US ] = "Finished"; 374}; 375 376 377String sXMLTemplateCheckbox_1_ 378{ 379 Text [ en-US ] = "Text templates"; 380}; 381 382String sXMLTemplateCheckbox_2_ 383{ 384 Text [ en-US ] = "Spreadsheet templates"; 385}; 386 387String sXMLTemplateCheckbox_3_ 388{ 389 Text [ en-US ] = "Drawing/presentation templates"; 390}; 391 392String sXMLTemplateCheckbox_4_ 393{ 394 Text [ en-US ] = "Master documents"; 395}; 396 397 398String sXMLDocumentCheckbox_1_ 399{ 400 Text [ en-US ] = "Text documents"; 401}; 402 403String sXMLDocumentCheckbox_2_ 404{ 405 Text [ en-US ] = "Spreadsheets"; 406}; 407 408String sXMLDocumentCheckbox_3_ 409{ 410 Text [ en-US ] = "Drawing/presentation documents"; 411}; 412 413 414String sXMLDocumentCheckbox_4_ 415{ 416 Text [ en-US ] = "Master documents/formulas"; 417}; 418 419String sXMLHelperApplications_1 420{ 421 Text [ en-US ] = "Master documents"; 422}; 423 424String sXMLHelperApplications_2 425{ 426 Text [ en-US ] = "Formulas"; 427}; 428 429 430String sSourceDocuments 431{ 432 Text [ en-US ] = "Source documents"; 433}; 434 435 436String sTargetDocuments 437{ 438 Text [ en-US ] = "Target documents"; 439}; 440 441String sCreateLogfile 442{ 443 Text [ en-US ] = "Create log file"; 444}; 445 446 447String sLogfileSummary 448{ 449 Text [ en-US ] = "<COUNT> documents converted"; 450}; 451 452 453 454String sLogfileHelpText 455{ 456 Text [ en-US ] = "A log file will be created in your work directory"; 457}; 458 459 460String sshowLogfile 461{ 462 Text [ en-US ] = "Show log file"; 463}; 464 465 466String sSumInclusiveSubDir 467{ 468 Text [ en-US ] = "All subdirectories will be taken into account"; 469}; 470 471String sSumSaveDokumente 472{ 473 Text [ en-US ] = "These will be exported to the following directory:"; 474}; 475 476 477String sSumSOTextDocuments 478{ 479 Text [ en-US ] = "All %PRODUCTNAME text documents contained in the following directory will be imported:"; 480}; 481 482 483String sSumSOTableDocuments 484{ 485 Text [ en-US ] = "All %PRODUCTNAME spreadsheets contained in the following directory will be imported:"; 486}; 487 488 489String sSumSODrawDocuments 490{ 491 Text [ en-US ] = "All %PRODUCTNAME drawing and presentation documents contained in the following directory will be imported:"; 492}; 493 494 495String sSumSOMathDocuments 496{ 497 Text [ en-US ] = "All %PRODUCTNAME formula documents contained in the following directory will be imported:"; 498}; 499 500 501String sSumSOTextTemplates 502{ 503 Text [ en-US ] = "All %PRODUCTNAME text templates contained in the following directory will be imported:"; 504}; 505 506 507String sSumSOTableTemplates 508{ 509 Text [ en-US ] = "All %PRODUCTNAME table templates contained in the following directory will be imported:"; 510}; 511 512 513String sSumSODrawTemplates 514{ 515 Text [ en-US ] = "All %PRODUCTNAME drawing and presentation templates contained in the following directory will be imported:"; 516}; 517 518String sSumSOGlobalDocuments 519{ 520 Text [ en-US ] = "All %PRODUCTNAME master documents contained in the following directory will be imported:"; 521}; 522 523 524String sSumMSTextDocuments 525{ 526 Text [ en-US ] = "All Word documents contained in the following directory will be imported:"; 527}; 528 529 530String sSumMSTableDocuments 531{ 532 Text [ en-US ] = "All Excel documents contained in the following directory will be imported:"; 533}; 534 535 536String sSumMSDrawDocuments 537{ 538 Text [ en-US ] = "All PowerPoint documents contained in the following directory will be imported:"; 539}; 540 541 542String sSumMSTextTemplates 543{ 544 Text [ en-US ] = "All Word templates contained in the following directory will be imported:"; 545}; 546 547 548String sSumMSTableTemplates 549{ 550 Text [ en-US ] = "All Excel templates contained in the following directory will be imported:"; 551}; 552 553 554String sSumMSDrawTemplates 555{ 556 Text [ en-US ] = "All PowerPoint templates contained in the following directory will be imported:"; 557}; 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675