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