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#include <baside2.hrc> 29#include <helpid.hrc> 30#ifndef _GLOBLMN_HRC 31#include <svx/globlmn.hrc> 32#endif 33#include "dlgresid.hrc" 34#include <sfx2/sfxcommands.h> 35#include <svx/svxcommands.h> 36 37#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; 38 39String RID_STR_IDENAME 40{ 41 Text = "BasicIDE" ; 42}; 43String RID_STR_FILTER_ALLFILES 44{ 45 Text [ en-US ] = "<All>" ; 46}; 47String RID_STR_NOMODULE 48{ 49 Text [ en-US ] = "< No Module >" ; 50}; 51String RID_STR_WRONGPASSWORD 52{ 53 /* ### ACHTUNG: Neuer Text in Resource? Fehlerhaftes Pa�wort. : Fehlerhaftes Pa�wort. */ 54 Text [ en-US ] = "Incorrect Password" ; 55}; 56String RID_STR_OPEN 57{ 58 Text [ en-US ] = "Load" ; 59}; 60String RID_STR_SAVE 61{ 62 Text [ en-US ] = "Save" ; 63}; 64String RID_STR_SOURCETOBIG 65{ 66 /* ### ACHTUNG: Neuer Text in Resource? Der Quelltext ist zu gro� und kann weder gespeichert noch compiliert werden.\nL�schen Sie einige Kommentare oder �bertragen Sie einige Methoden in ein anderes Modul. : Der Quelltext ist zu gro� und kann weder gespeichert noch compiliert werden.\nL�schen Sie einige Kommentare oder �bertragen Sie einige Methoden in ein anderes Modul. */ 67 Text [ en-US ] = "The source text is too large and can be neither compiled nor saved.\nDelete some of the comments or transfer some methods into another module." ; 68}; 69String RID_STR_ERROROPENSTORAGE 70{ 71 /* ### ACHTUNG: Neuer Text in Resource? Fehler beim �ffnen der Datei : Fehler beim �ffnen der Datei */ 72 Text [ en-US ] = "Error opening file" ; 73}; 74String RID_STR_ERROROPENLIB 75{ 76 Text [ en-US ] = "Error loading library" ; 77}; 78String RID_STR_NOLIBINSTORAGE 79{ 80 /* ### ACHTUNG: Neuer Text in Resource? Die Datei enth�lt keine BASIC-Bibliotheken : Die Datei enth�lt keine BASIC-Bibliotheken */ 81 Text [ en-US ] = "The file does not contain any BASIC libraries" ; 82}; 83String RID_STR_BADSBXNAME 84{ 85 /* ### ACHTUNG: Neuer Text in Resource? Ung�ltiger Bezeichner : Ung�ltiger Bezeichner */ 86 Text [ en-US ] = "Invalid Name" ; 87}; 88String RID_STR_LIBNAMETOLONG 89{ 90 Text [ en-US ] = "A library name can have up to 30 characters."; 91}; 92String RID_STR_ERRORCHOOSEMACRO 93{ 94 Text [ en-US ] = "Macros from other documents are not accessible."; 95}; 96String RID_STR_LIBISREADONLY 97{ 98 Text [ en-US ] = "This library is read-only."; 99}; 100String RID_STR_REPLACELIB 101{ 102 Text [ en-US ] = "'XX' cannot be replaced."; 103}; 104String RID_STR_IMPORTNOTPOSSIBLE 105{ 106 Text [ en-US ] = "'XX' cannot be added."; 107}; 108String RID_STR_NOIMPORT 109{ 110 Text [ en-US ] = "'XX' was not added."; 111}; 112String RID_STR_ENTERPASSWORD 113{ 114 Text [ en-US ] = "Enter password for 'XX'"; 115}; 116String RID_STR_SBXNAMEALLREADYUSED 117{ 118 Text [ en-US ] = "Name already exists" ; 119}; 120String RID_STR_SIGNED 121{ 122 Text [ en-US ] = "(Signed)" ; 123}; 124String RID_STR_SBXNAMEALLREADYUSED2 125{ 126 Text [ en-US ] = "Object with same name already exists" ; 127}; 128String RID_STR_FILEEXISTS 129{ 130 /* ### ACHTUNG: Neuer Text in Resource? Die Datei 'XX' existiert schon : Die Datei ''XX'' existiert schon */ 131 Text [ en-US ] = "The 'XX' file already exists" ; 132}; 133String RID_STR_CANNOTRUNMACRO 134{ 135 Text [ en-US ] = "For security reasons, you cannot run this macro.\n\nFor more information, check the security settings." ; 136}; 137String RID_STR_COMPILEERROR 138{ 139 /* ### ACHTUNG: Neuer Text in Resource? �bersetzungs-Fehler: : �bersetzungs-Fehler: */ 140 Text [ en-US ] = "Compile Error: " ; 141}; 142String RID_STR_RUNTIMEERROR 143{ 144 Text [ en-US ] = "Runtime Error: #" ; 145}; 146String RID_STR_SEARCHNOTFOUND 147{ 148 Text [ en-US ] = "Search key not found" ; 149}; 150String RID_STR_SEARCHFROMSTART 151{ 152 /* ### ACHTUNG: Neuer Text in Resource? Es wurde bis zum letzten Modul gesucht. M�chten Sie die Suche beim ersten Modul fortsetzen? : Es wurde bis zum letzten Modul gesucht. M�chten Sie die Suche beim ersten Modul fortsetzen? */ 153 Text [ en-US ] = "Search to last module complete. Continue at first module?" ; 154}; 155String RID_STR_SEARCHREPLACES 156{ 157 Text [ en-US ] = "Search key replaced XX times" ; 158}; 159String RID_STR_COULDNTREAD 160{ 161 Text [ en-US ] = "The file could not be read" ; 162}; 163String RID_STR_COULDNTWRITE 164{ 165 Text [ en-US ] = "The file could not be saved" ; 166}; 167String RID_STR_CANNOTCHANGENAMESTDLIB 168{ 169 /* ### ACHTUNG: Neuer Text in Resource? Der Name der Standard-Bibliothek kann nicht ge�ndert werden : Der Name der Standard-Bibliothek kann nicht ge�ndert werden */ 170 Text [ en-US ] = "The name of the default library cannot be changed." ; 171}; 172String RID_STR_CANNOTCHANGENAMEREFLIB 173{ 174 /* ### ACHTUNG: Neuer Text in Resource? Der Name einer referenzierten Bibliothek kann nicht ge�ndert werden : Der Name einer referenzierten Bibliothek kann nicht ge�ndert werden */ 175 Text [ en-US ] = "The name of a referenced library cannot be changed." ; 176}; 177String RID_STR_CANNOTUNLOADSTDLIB 178{ 179 Text [ en-US ] = "The default library cannot be deactivated" ; 180}; 181String RID_STR_GENERATESOURCE 182{ 183 Text [ en-US ] = "Generating source" ; 184}; 185String RID_STR_FILENAME 186{ 187 Text [ en-US ] = "File name:" ; 188}; 189String RID_STR_APPENDLIBS 190{ 191 /* ### ACHTUNG: Neuer Text in Resource? Bibliotheken hinzuf�gen : Bibliotheken hinzuf�gen */ 192 Text [ en-US ] = "Import Libraries" ; 193}; 194String RID_STR_QUERYDELMACRO 195{ 196 /* ### ACHTUNG: Neuer Text in Resource? M�chten Sie das Makro XX l�schen ? : M�chten Sie das Makro XX l�schen ? */ 197 Text [ en-US ] = "Do you want to delete the macro XX?" ; 198}; 199String RID_STR_QUERYDELDIALOG 200{ 201 /* ### ACHTUNG: Neuer Text in Resource? M�chten Sie den Dialog XX l�schen ? : M�chten Sie den Dialog XX l�schen ? */ 202 Text [ en-US ] = "Do you want to delete the XX dialog?" ; 203}; 204String RID_STR_QUERYDELLIB 205{ 206 /* ### ACHTUNG: Neuer Text in Resource? M�chten Sie die Bibliothek XX l�schen ? : M�chten Sie die Bibliothek XX l�schen ? */ 207 Text [ en-US ] = "Do you want to delete the XX library?" ; 208}; 209String RID_STR_QUERYDELLIBREF 210{ 211 /* ### ACHTUNG: Neuer Text in Resource? M�chten Sie die Referenz auf die Bibliothek XX l�schen ? : M�chten Sie die Referenz auf die Bibliothek XX l�schen ? */ 212 Text [ en-US ] = "Do you want to delete the reference to the XX library?" ; 213}; 214String RID_STR_QUERYDELMODULE 215{ 216 /* ### ACHTUNG: Neuer Text in Resource? M�chten Sie das Modul XX l�schen ? : M�chten Sie das Modul XX l�schen ? */ 217 Text [ en-US ] = "Do you want to delete the XX module?" ; 218}; 219String RID_STR_OBJNOTFOUND 220{ 221 Text [ en-US ] = "Object or method not found" ; 222}; 223String RID_STR_BASIC 224{ 225 Text [ en-US ] = "BASIC" ; 226}; 227String RID_STR_LINE 228{ 229 // Abkuerzung fuer 'Zeile' 230 Text [ en-US ] = "Ln" ; 231}; 232String RID_STR_COLUMN 233{ 234 // Abkuerzung fuer 'Spalte' 235 Text [ en-US ] = "Col" ; 236}; 237String RID_STR_DOC 238{ 239 Text [ en-US ] = "Document" ; 240}; 241String RID_BASICIDE_OBJECTBAR 242{ 243 Text [ en-US ] = "Macro Bar" ; 244}; 245String RID_STR_CANNOTCLOSE 246{ 247 /* ### ACHTUNG: Neuer Text in Resource? Das Fenster kann nicht geschlossen werden,\nw�hrend das BASIC-Programm l�uft. : Das Fenster kann nicht geschlossen werden,\nw�hrend das BASIC-Programm l�uft. */ 248 Text [ en-US ] = "The window cannot be closed while BASIC is running." ; 249}; 250String RID_STR_REPLACESTDLIB 251{ 252 Text [ en-US ] = "The default library cannot be replaced." ; 253}; 254String RID_STR_REFNOTPOSSIBLE 255{ 256 /* ### ACHTUNG: Neuer Text in Resource? Referenz auf 'XX' nicht m�glich. : Referenz auf ''XX'' nicht m�glich. */ 257 /* ### ACHTUNG: Neuer Text in Resource? Referenz auf 'XX' nicht m�glich. : Referenz auf 'XX' nicht m�glich. */ 258 Text [ en-US ] = "Reference to 'XX' not possible." ; 259}; 260String RID_STR_WATCHNAME 261{ 262 Text [ en-US ] = "Watch" ; 263}; 264String RID_STR_WATCHVARIABLE 265{ 266 Text [ en-US ] = "Variable" ; 267}; 268String RID_STR_WATCHVALUE 269{ 270 Text [ en-US ] = "Value" ; 271}; 272String RID_STR_WATCHTYPE 273{ 274 Text [ en-US ] = "Type" ; 275}; 276String RID_STR_STACKNAME 277{ 278 Text [ en-US ] = "Call Stack" ; 279}; 280String RID_STR_INITIDE 281{ 282 Text [ en-US ] = "BASIC Initialization" ; 283}; 284String RID_STR_STDMODULENAME 285{ 286 Text [ en-US ] = "Module" ; 287}; 288String RID_STR_STDDIALOGNAME 289{ 290 Text [ en-US ] = "Dialog" ; 291}; 292String RID_STR_STDLIBNAME 293{ 294 Text [ en-US ] = "Library" ; 295}; 296String RID_STR_NEWLIB 297{ 298 Text [ en-US ] = "New Library" ; 299}; 300String RID_STR_NEWMOD 301{ 302 Text [ en-US ] = "New Module" ; 303}; 304String RID_STR_NEWDLG 305{ 306 Text [ en-US ] = "New Dialog" ; 307}; 308String RID_STR_ALL 309{ 310 Text [ en-US ] = "All" ; 311}; 312String RID_STR_PAGE 313{ 314 Text [ en-US ] = "Page" ; 315}; 316String RID_STR_MACRONAMEREQ 317{ 318 /* ### ACHTUNG: Neuer Text in Resource? Es mu� ein Name angegeben werden. : Es mu� ein Name angegeben werden. */ 319 Text [ en-US ] = "A name must be entered." ; 320}; 321String RID_STR_WILLSTOPPRG 322{ 323 /* ### ACHTUNG: Neuer Text in Resource? Sie m�ssen nach dieser �nderung Ihr Programm neu starten.\nForfahren? : Sie m�ssen nach dieser �nderung Ihr Programm neu starten.\nForfahren? */ 324 Text [ en-US ] = "You will have to restart the program after this edit.\nContinue?" ; 325}; 326String RID_STR_SEARCHALLMODULES 327{ 328 Text [ en-US ] = "Do you want to replace the text in all active modules?" ; 329}; 330Edit RID_EDT_WATCHEDIT 331{ 332 HelpId = HID_BASICIDE_WATCHWINDOW_EDIT ; 333 Border = TRUE ; 334 SvLook = TRUE ; 335 Size = MAP_APPFONT ( 80 , 12 ) ; 336}; 337ImageButton RID_IMGBTN_REMOVEWATCH 338{ 339 HelpId = HID_BASICIDE_REMOVEWATCH ; 340 SmallStyle = TRUE ; 341 ButtonImage = Image 342 { 343 ImageBitmap = Bitmap { File = "baswatr.bmp" ; }; 344 MASKCOLOR 345 }; 346 QuickHelpText [ en-US ] = "Remove Watch" ; 347}; 348Image RID_IMG_REMOVEWATCH_HC 349{ 350 ImageBitmap = Bitmap { File = "baswatr_h.bmp" ; }; 351 MASKCOLOR 352}; 353ImageButton RID_IMGBTN_GOTOCALL 354{ 355 HelpId = HID_BASICIDE_GOTOALL ; 356 SmallStyle = TRUE ; 357 ButtonImage = Image { ImageBitmap = Bitmap { File = "basgocl.bmp" ; }; } ; 358}; 359String RID_STR_REMOVEWATCH 360{ 361 Text [ en-US ] = "Watch:" ; 362}; 363String RID_STR_STACK 364{ 365 Text [ en-US ] = "Calls: " ; 366}; 367String RID_STR_USERMACROS 368{ 369 Text [ en-US ] = "My Macros" ; 370}; 371String RID_STR_USERDIALOGS 372{ 373 Text [ en-US ] = "My Dialogs" ; 374}; 375String RID_STR_USERMACROSDIALOGS 376{ 377 Text [ en-US ] = "My Macros & Dialogs" ; 378}; 379String RID_STR_SHAREMACROS 380{ 381 Text [ en-US ] = "%PRODUCTNAME Macros" ; 382}; 383String RID_STR_SHAREDIALOGS 384{ 385 Text [ en-US ] = "%PRODUCTNAME Dialogs" ; 386}; 387String RID_STR_SHAREMACROSDIALOGS 388{ 389 Text [ en-US ] = "%PRODUCTNAME Macros & Dialogs" ; 390}; 391Menu RID_POPUP_BRKPROPS 392{ 393 Text [ en-US ] = "Properties" ; 394 DefaultItemId = RID_BRKPROPS ; 395 ItemList = 396 { 397 MenuItem 398 { 399 Identifier = RID_ACTIV ; 400 HelpId = HID_BASICIDE_ACTIV ; 401 Text [ en-US ] = "Active" ; 402 }; 403 MenuItem 404 { 405 Separator = TRUE ; 406 }; 407 MenuItem 408 { 409 Identifier = RID_BRKPROPS ; 410 HelpId = HID_BASICIDE_BRKPROPS ; 411 Text [ en-US ] = "Properties..." ; 412 /* ### ACHTUNG: Neuer Text in Resource? Einstellungen f�r den Haltepunkt : Einstellungen f�r den Haltepunkt */ 413 }; 414 }; 415}; 416Menu RID_POPUP_BRKDLG 417{ 418 Text [ en-US ] = "Manage Breakpoints" ; 419 ItemList = 420 { 421 MenuItem 422 { 423 Identifier = RID_BRKDLG ; 424 HelpId = HID_BASICIDE_BRKDLG ; 425 Text [ en-US ] = "Manage Breakpoints..." ; 426 /* ### ACHTUNG: Neuer Text in Resource? Dialog f�r die Haltepunkte : Dialog f�r die Haltepunkte */ 427 }; 428 }; 429}; 430Menu RID_POPUP_TABBAR 431{ 432 DefaultItemId = SID_BASICIDE_HIDECURPAGE ; 433 ItemList = 434 { 435 MenuItem 436 { 437 Identifier = RID_INSERT ; 438 /* ### ACHTUNG: Neuer Text in Resource? Einf�gen : Einf�gen */ 439 Text [ en-US ] = "Insert" ; 440 Submenu = Menu 441 { 442 ItemList = 443 { 444 MenuItem 445 { 446 Identifier = SID_BASICIDE_NEWMODULE ; 447 HelpId = CMD_SID_BASICIDE_NEWMODULE ; 448 Text [ en-US ] = "BASIC Module" ; 449 }; 450 MenuItem 451 { 452 Identifier = SID_BASICIDE_NEWDIALOG ; 453 HelpId = CMD_SID_BASICIDE_NEWDIALOG ; 454 Text [ en-US ] = "BASIC Dialog" ; 455 }; 456 }; 457 }; 458 /* ### ACHTUNG: Neuer Text in Resource? Modul oder Dialog einf�gen : Modul oder Dialog einf�gen */ 459 }; 460 MenuItem 461 { 462 Identifier = SID_BASICIDE_DELETECURRENT ; 463 HelpId = CMD_SID_BASICIDE_DELETECURRENT ; 464 /* ### ACHTUNG: Neuer Text in Resource? L�schen : L�schen */ 465 Text [ en-US ] = "Delete" ; 466 /* ### ACHTUNG: Neuer Text in Resource? Modul oder Dialog l�schen : Modul oder Dialog l�schen */ 467 }; 468 MenuItem 469 { 470 Identifier = SID_BASICIDE_RENAMECURRENT ; 471 HelpId = CMD_SID_BASICIDE_RENAMECURRENT ; 472 Text [ en-US ] = "Rename" ; 473 }; 474 MenuItem 475 { 476 Identifier = SID_BASICIDE_HIDECURPAGE ; 477 HelpId = CMD_SID_BASICIDE_HIDECURPAGE ; 478 Text [ en-US ] = "Hide" ; 479 }; 480 MenuItem 481 { 482 Separator = TRUE ; 483 }; 484 MenuItem 485 { 486 Identifier = SID_BASICIDE_MODULEDLG ; 487 HelpId = CMD_SID_BASICIDE_MODULEDLG ; 488 Text [ en-US ] = "Modules..." ; 489 }; 490 }; 491}; 492Menu RID_POPUP_DLGED 493{ 494 DefaultItemId = SID_SHOW_PROPERTYBROWSER ; 495 ItemList = 496 { 497 MenuItem 498 { 499 Identifier = SID_SHOW_PROPERTYBROWSER ; 500 HelpId = CMD_SID_SHOW_PROPERTYBROWSER ; 501 Text [ en-US ] = "Properties..."; 502 }; 503 }; 504}; 505ImageList RID_IMGLST_LAYOUT 506{ 507 Prefix = "im"; 508 MASKCOLOR 509 IdList = 510 { 511 IMGID_BRKENABLED ; 512 IMGID_BRKDISABLED ; 513 IMGID_STEPMARKER ; 514 IMGID_ERRORMARKER ; 515 }; 516}; 517ImageList RID_IMGLST_LAYOUT_HC 518{ 519 Prefix = "imh"; 520 MASKCOLOR 521 IdList = 522 { 523 IMGID_BRKENABLED ; 524 IMGID_BRKDISABLED ; 525 IMGID_STEPMARKER ; 526 IMGID_ERRORMARKER ; 527 }; 528}; 529Image RID_IMG_LOCKED 530{ 531 ImageBitmap = Bitmap { File = "locked.bmp" ; }; 532 MASKCOLOR 533}; 534Image RID_IMG_LOCKED_HC 535{ 536 ImageBitmap = Bitmap { File = "locked_h.bmp" ; }; 537 MASKCOLOR 538}; 539Image RID_IMG_INSTALLATION 540{ 541 ImageBitmap = Bitmap { File = "harddisk_16.png"; }; 542 MASKCOLOR 543}; 544Image RID_IMG_INSTALLATION_HC 545{ 546 ImageBitmap = Bitmap { File = "harddisk_16_h.png"; }; 547 MASKCOLOR 548}; 549Image RID_IMG_DOCUMENT 550{ 551 ImageBitmap = Bitmap { File = "im30826.png"; }; 552 MASKCOLOR 553}; 554Image RID_IMG_DOCUMENT_HC 555{ 556 ImageBitmap = Bitmap { File = "imh30826.png"; }; 557 MASKCOLOR 558}; 559Image RID_IMG_MODLIB 560{ 561 ImageBitmap = Bitmap { File = "im30820.png"; }; 562 MASKCOLOR 563}; 564Image RID_IMG_MODLIB_HC 565{ 566 ImageBitmap = Bitmap { File = "imh30820.png"; }; 567 MASKCOLOR 568}; 569Image RID_IMG_MODLIBNOTLOADED 570{ 571 ImageBitmap = Bitmap { File = "im30827.png"; }; 572 MASKCOLOR 573}; 574Image RID_IMG_MODLIBNOTLOADED_HC 575{ 576 ImageBitmap = Bitmap { File = "imh30827.png"; }; 577 MASKCOLOR 578}; 579Image RID_IMG_MODULE 580{ 581 ImageBitmap = Bitmap { File = "im30821.png"; }; 582 MASKCOLOR 583}; 584Image RID_IMG_MODULE_HC 585{ 586 ImageBitmap = Bitmap { File = "imh30821.png"; }; 587 MASKCOLOR 588}; 589Image RID_IMG_MACRO 590{ 591 ImageBitmap = Bitmap { File = "im30822.png"; }; 592 MASKCOLOR 593}; 594Image RID_IMG_MACRO_HC 595{ 596 ImageBitmap = Bitmap { File = "imh30822.png"; }; 597 MASKCOLOR 598}; 599Image RID_IMG_DLGLIB 600{ 601 ImageBitmap = Bitmap { File = "dialogfolder_16.png"; }; 602 MASKCOLOR 603}; 604Image RID_IMG_DLGLIB_HC 605{ 606 ImageBitmap = Bitmap { File = "dialogfolder_16_h.png"; }; 607 MASKCOLOR 608}; 609Image RID_IMG_DLGLIBNOTLOADED 610{ 611 ImageBitmap = Bitmap { File = "dialogfoldernot_16.png"; }; 612 MASKCOLOR 613}; 614Image RID_IMG_DLGLIBNOTLOADED_HC 615{ 616 ImageBitmap = Bitmap { File = "dialogfoldernot_16_h.png"; }; 617 MASKCOLOR 618}; 619Image RID_IMG_DIALOG 620{ 621 ImageBitmap = Bitmap { File = "im30823.png"; }; 622 MASKCOLOR 623}; 624Image RID_IMG_DIALOG_HC 625{ 626 ImageBitmap = Bitmap { File = "imh30823.png"; }; 627 MASKCOLOR 628}; 629String RID_STR_QUERYREPLACEMACRO 630{ 631 Text [ en-US ] = "Do you want to overwrite the XX macro?" ; 632}; 633String RID_STR_TRANSLATION_NOTLOCALIZED 634{ 635 Text [ en-US ] = "<Not localized>" ; 636}; 637String RID_STR_TRANSLATION_DEFAULT 638{ 639 Text [ en-US ] = "[Default Language]" ; 640}; 641String RID_STR_DOCUMENT_OBJECTS 642{ 643 Text [ en-US ] = "Document Objects" ; 644}; 645String RID_STR_USERFORMS 646{ 647 Text [ en-US ] = "Forms" ; 648}; 649String RID_STR_NORMAL_MODULES 650{ 651 Text [ en-US ] = "Modules" ; 652}; 653String RID_STR_CLASS_MODULES 654{ 655 Text [ en-US ] = "Class Modules" ; 656}; 657 658 659String RID_STR_DLGIMP_CLASH_RENAME 660{ 661 Text [ en-US ] = "Rename" ; 662}; 663 664String RID_STR_DLGIMP_CLASH_REPLACE 665{ 666 Text [ en-US ] = "Replace" ; 667}; 668 669String RID_STR_DLGIMP_CLASH_TITLE 670{ 671 Text [ en-US ] = "Dialog Import - Name already used" ; 672}; 673 674String RID_STR_DLGIMP_CLASH_TEXT 675{ 676 Text [ en-US ] = "The library already contains a dialog with the name:\n\n$(ARG1)\n\nRename dialog to keep current dialog or replace existing dialog.\n " ; 677}; 678 679String RID_STR_DLGIMP_MISMATCH_ADD 680{ 681 Text [ en-US ] = "Add" ; 682}; 683 684String RID_STR_DLGIMP_MISMATCH_OMIT 685{ 686 Text [ en-US ] = "Omit" ; 687}; 688 689String RID_STR_DLGIMP_MISMATCH_TITLE 690{ 691 Text [ en-US ] = "Dialog Import - Language Mismatch" ; 692}; 693 694String RID_STR_DLGIMP_MISMATCH_TEXT 695{ 696 Text [ en-US ] = "The dialog to be imported supports other languages than the target library.\n\nAdd these languages to the library to keep additional language resources provided by the dialog or omit them to stay with the current library languages.\n\nNote: For languages not supported by the dialog the resources of the dialog's default language will be used.\n " ; 697}; 698 699 700#define MN_EDIT 20 701#define MN_VIEW 21 702#define MN_EXTRA 22 703#define MN_WIN 30 704#define MN_HELP 31 705#define MN_TEMPLATES 11 706 707#define MN_PLEDIT 20 708#define MN_PLVIEW 21 709#define MN_PLEXTRA 22 710#define MN_PLWIN 30 711#define MN_PLHELP 31 712#define MN_PLTEMPLATES 11 713 714 715/* 716 717The application menu bar resource has become obsolete. You can now find the menu bar definition at: 718<project>/basicide/menubar/menubar.xml. 719 720*/ 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750