bump product version to 4.1.6.2
[LibreOffice.git] / basctl / source / basicide / basidesh.src
blob6876130f944f14691fe3867b3ba177b63c15428d
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <baside2.hrc>
21 #include <helpid.hrc>
22 #include <svx/globlmn.hrc>
23 #include "dlgresid.hrc"
24 #include <sfx2/sfxcommands.h>
25 #include <svx/svxcommands.h>
27 #define MASKCOLOR   MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
29 String RID_STR_IDENAME
31     Text = "BasicIDE" ;
33 String RID_STR_FILTER_ALLFILES
35     Text [ en-US ] = "<All>" ;
37 String RID_STR_NOMODULE
39     Text [ en-US ] = "< No Module >" ;
41 String RID_STR_WRONGPASSWORD
43     Text [ en-US ] = "Incorrect Password" ;
45 String RID_STR_OPEN
47     Text [ en-US ] = "Load" ;
49 String RID_STR_SAVE
51     Text [ en-US ] = "Save" ;
53 String RID_STR_SOURCETOBIG
55     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." ;
57 String RID_STR_ERROROPENSTORAGE
59     Text [ en-US ] = "Error opening file" ;
61 String RID_STR_ERROROPENLIB
63     Text [ en-US ] = "Error loading library" ;
65 String RID_STR_NOLIBINSTORAGE
67     Text [ en-US ] = "The file does not contain any BASIC libraries" ;
69 String RID_STR_BADSBXNAME
71     Text [ en-US ] = "Invalid Name" ;
73 String RID_STR_LIBNAMETOLONG
75     Text [ en-US ] = "A library name can have up to 30 characters.";
77 String RID_STR_ERRORCHOOSEMACRO
79     Text [ en-US ] = "Macros from other documents are not accessible.";
81 String RID_STR_LIBISREADONLY
83     Text [ en-US ] = "This library is read-only.";
85 String RID_STR_REPLACELIB
87     Text [ en-US ] = "'XX' cannot be replaced.";
89 String RID_STR_IMPORTNOTPOSSIBLE
91     Text [ en-US ] = "'XX' cannot be added.";
93 String RID_STR_NOIMPORT
95     Text [ en-US ] = "'XX' was not added.";
97 String RID_STR_ENTERPASSWORD
99     Text [ en-US ] = "Enter password for 'XX'";
101 String RID_STR_SBXNAMEALLREADYUSED
103     Text [ en-US ] = "Name already exists" ;
105 String RID_STR_SIGNED
107     Text [ en-US ] = "(Signed)" ;
109 String RID_STR_SBXNAMEALLREADYUSED2
111     Text [ en-US ] = "Object with same name already exists" ;
113 String RID_STR_FILEEXISTS
115     Text [ en-US ] = "The 'XX' file already exists" ;
117 String RID_STR_CANNOTRUNMACRO
119     Text [ en-US ] = "For security reasons, you cannot run this macro.\n\nFor more information, check the security settings." ;
121 String RID_STR_RUNTIMEERROR
123     Text [ en-US ] = "Runtime Error: #" ;
125 String RID_STR_SEARCHNOTFOUND
127     Text [ en-US ] = "Search key not found" ;
129 String RID_STR_SEARCHFROMSTART
131     Text [ en-US ] = "Search to last module complete. Continue at first module?" ;
133 String RID_STR_SEARCHREPLACES
135     Text [ en-US ] = "Search key replaced XX times" ;
137 String RID_STR_COULDNTREAD
139     Text [ en-US ] = "The file could not be read" ;
141 String RID_STR_COULDNTWRITE
143     Text [ en-US ] = "The file could not be saved" ;
145 String RID_STR_CANNOTCHANGENAMESTDLIB
147     Text [ en-US ] = "The name of the default library cannot be changed." ;
149 String RID_STR_CANNOTCHANGENAMEREFLIB
151     Text [ en-US ] = "The name of a referenced library cannot be changed." ;
153 String RID_STR_CANNOTUNLOADSTDLIB
155     Text [ en-US ] = "The default library cannot be deactivated" ;
157 String RID_STR_GENERATESOURCE
159     Text [ en-US ] = "Generating source" ;
161 String RID_STR_FILENAME
163     Text [ en-US ] = "File name:" ;
165 String RID_STR_APPENDLIBS
167     Text [ en-US ] = "Import Libraries" ;
169 String RID_STR_QUERYDELMACRO
171     Text [ en-US ] = "Do you want to delete the macro XX?" ;
173 String RID_STR_QUERYDELDIALOG
175     Text [ en-US ] = "Do you want to delete the XX dialog?" ;
177 String RID_STR_QUERYDELLIB
179     Text [ en-US ] = "Do you want to delete the XX library?" ;
181 String RID_STR_QUERYDELLIBREF
183     Text [ en-US ] = "Do you want to delete the reference to the XX library?" ;
185 String RID_STR_QUERYDELMODULE
187     Text [ en-US ] = "Do you want to delete the XX module?" ;
189 String RID_STR_OBJNOTFOUND
191     Text [ en-US ] = "Object or method not found" ;
193 String RID_STR_BASIC
195     Text [ en-US ] = "BASIC" ;
197 String RID_STR_LINE
199      // Abkuerzung fuer 'Zeile'
200     Text [ en-US ] = "Ln" ;
202 String RID_STR_COLUMN
204      // Abkuerzung fuer 'Spalte'
205     Text [ en-US ] = "Col" ;
207 String RID_STR_DOC
209     Text [ en-US ] = "Document" ;
211 String RID_BASICIDE_OBJECTBAR
213     Text [ en-US ] = "Macro Bar" ;
215 String RID_STR_CANNOTCLOSE
217     Text [ en-US ] = "The window cannot be closed while BASIC is running." ;
219 String RID_STR_REPLACESTDLIB
221     Text [ en-US ] = "The default library cannot be replaced." ;
223 String RID_STR_REFNOTPOSSIBLE
225     Text [ en-US ] = "Reference to 'XX' not possible." ;
227 String RID_STR_WATCHNAME
229     Text [ en-US ] = "Watch" ;
231 String RID_STR_WATCHVARIABLE
233     Text [ en-US ] = "Variable" ;
235 String RID_STR_WATCHVALUE
237     Text [ en-US ] = "Value" ;
239 String RID_STR_WATCHTYPE
241     Text [ en-US ] = "Type" ;
243 String RID_STR_STACKNAME
245     Text [ en-US ] = "Call Stack" ;
247 String RID_STR_INITIDE
249     Text [ en-US ] = "BASIC Initialization" ;
251 String RID_STR_STDMODULENAME
253     Text [ en-US ] = "Module" ;
255 String RID_STR_STDDIALOGNAME
257     Text [ en-US ] = "Dialog" ;
259 String RID_STR_STDLIBNAME
261     Text [ en-US ] = "Library" ;
263 String RID_STR_NEWLIB
265     Text [ en-US ] = "New Library" ;
267 String RID_STR_NEWMOD
269     Text [ en-US ] = "New Module" ;
271 String RID_STR_NEWDLG
273     Text [ en-US ] = "New Dialog" ;
275 String RID_STR_ALL
277     Text [ en-US ] = "All" ;
279 String RID_STR_PAGE
281     Text [ en-US ] = "Page" ;
283 String RID_STR_MACRONAMEREQ
285     Text [ en-US ] = "A name must be entered." ;
287 String RID_STR_WILLSTOPPRG
289     Text [ en-US ] = "You will have to restart the program after this edit.\nContinue?" ;
291 String RID_STR_SEARCHALLMODULES
293     Text [ en-US ] = "Do you want to replace the text in all active modules?" ;
295 Edit RID_EDT_WATCHEDIT
297     HelpId = HID_BASICIDE_WATCHWINDOW_EDIT ;
298     Border = TRUE ;
299     SvLook = TRUE ;
300     Size = MAP_APPFONT ( 80 , 12 ) ;
302 ImageButton RID_IMGBTN_REMOVEWATCH
304     HelpId = HID_BASICIDE_REMOVEWATCH ;
305     SmallStyle = TRUE ;
306     ButtonImage = Image
307     {
308         ImageBitmap = Bitmap { File = "baswatr.bmp" ; };
309         MASKCOLOR
310     };
311     QuickHelpText [ en-US ] = "Remove Watch" ;
314 String RID_STR_REMOVEWATCH
316     Text [ en-US ] = "Watch:" ;
319 String RID_STR_STACK
321     Text [ en-US ] = "Calls: " ;
324 String RID_STR_USERMACROS
326     Text [ en-US ] = "My Macros" ;
329 String RID_STR_USERDIALOGS
331     Text [ en-US ] = "My Dialogs" ;
334 String RID_STR_USERMACROSDIALOGS
336     Text [ en-US ] = "My Macros & Dialogs" ;
339 String RID_STR_SHAREMACROS
341     Text [ en-US ] = "%PRODUCTNAME Macros" ;
344 String RID_STR_SHAREDIALOGS
346     Text [ en-US ] = "%PRODUCTNAME Dialogs" ;
349 String RID_STR_SHAREMACROSDIALOGS
351     Text [ en-US ] = "%PRODUCTNAME Macros & Dialogs" ;
354 Menu RID_POPUP_BRKPROPS
356     Text [ en-US ] = "Properties" ;
357     DefaultItemId = RID_BRKPROPS ;
358     ItemList =
359     {
360         MenuItem
361         {
362             Identifier = RID_ACTIV ;
363             HelpId = HID_BASICIDE_ACTIV ;
364             Text [ en-US ] = "Active" ;
365         };
366         MenuItem
367         {
368             Separator = TRUE ;
369         };
370         MenuItem
371         {
372             Identifier = RID_BRKPROPS ;
373             HelpId = HID_BASICIDE_BRKPROPS ;
374             Text [ en-US ] = "Properties..." ;
375         };
376     };
379 Menu RID_POPUP_BRKDLG
381     Text [ en-US ] = "Manage Breakpoints" ;
382     ItemList =
383     {
384         MenuItem
385         {
386             Identifier = RID_BRKDLG ;
387             HelpId = HID_BASICIDE_BRKDLG ;
388             Text [ en-US ] = "Manage Breakpoints..." ;
389         };
390     };
393 Menu RID_POPUP_TABBAR
395     DefaultItemId = SID_BASICIDE_HIDECURPAGE ;
396     ItemList =
397     {
398         MenuItem
399         {
400             Identifier = RID_INSERT ;
401             Text [ en-US ] = "Insert" ;
402             Submenu = Menu
403             {
404                 ItemList =
405                 {
406                     MenuItem
407                     {
408                         Identifier = SID_BASICIDE_NEWMODULE ;
409                         HelpId = CMD_SID_BASICIDE_NEWMODULE ;
410                         Text [ en-US ] = "BASIC Module" ;
411                     };
412                     MenuItem
413                     {
414                         Identifier = SID_BASICIDE_NEWDIALOG ;
415                         HelpId = CMD_SID_BASICIDE_NEWDIALOG ;
416                         Text [ en-US ] = "BASIC Dialog" ;
417                     };
418                 };
419             };
420         };
421         MenuItem
422         {
423             Identifier = SID_BASICIDE_DELETECURRENT ;
424             HelpId = CMD_SID_BASICIDE_DELETECURRENT ;
425             Text [ en-US ] = "Delete" ;
426         };
427         MenuItem
428         {
429             Identifier = SID_BASICIDE_RENAMECURRENT ;
430             HelpId = CMD_SID_BASICIDE_RENAMECURRENT ;
431             Text [ en-US ] = "Rename" ;
432         };
433         MenuItem
434         {
435             Identifier = SID_BASICIDE_HIDECURPAGE ;
436             HelpId = CMD_SID_BASICIDE_HIDECURPAGE ;
437             Text [ en-US ] = "Hide" ;
438         };
439         MenuItem
440         {
441             Separator = TRUE ;
442         };
443         MenuItem
444         {
445             Identifier = SID_BASICIDE_MODULEDLG ;
446             HelpId = CMD_SID_BASICIDE_MODULEDLG ;
447             Text [ en-US ] = "Modules..." ;
448         };
449     };
452 Menu RID_POPUP_DLGED
454     DefaultItemId = SID_SHOW_PROPERTYBROWSER ;
455     ItemList =
456     {
457         MenuItem
458         {
459             Identifier = SID_SHOW_PROPERTYBROWSER ;
460             HelpId = CMD_SID_SHOW_PROPERTYBROWSER ;
461             Text [ en-US ] = "Properties...";
462         };
463     };
466 ImageList RID_IMGLST_LAYOUT
468     Prefix = "im";
469     MASKCOLOR
470     IdList =
471     {
472         IMGID_BRKENABLED ;
473         IMGID_BRKDISABLED ;
474         IMGID_STEPMARKER ;
475         IMGID_ERRORMARKER ;
476     };
478 Image RID_IMG_LOCKED
480     ImageBitmap = Bitmap { File = "lock.png" ; };
481     MASKCOLOR
484 Image RID_IMG_INSTALLATION
486     ImageBitmap = Bitmap { File = "harddisk_16.png"; };
487     MASKCOLOR
489 Image RID_IMG_DOCUMENT
491     ImageBitmap = Bitmap { File = "im30826.png"; };
492     MASKCOLOR
494 Image RID_IMG_MODLIB
496     ImageBitmap = Bitmap { File = "im30820.png"; };
497     MASKCOLOR
499 Image RID_IMG_MODLIBNOTLOADED
501     ImageBitmap = Bitmap { File = "im30827.png"; };
502     MASKCOLOR
504 Image RID_IMG_MODULE
506     ImageBitmap = Bitmap { File = "im30821.png"; };
507     MASKCOLOR
509 Image RID_IMG_MACRO
511     ImageBitmap = Bitmap { File = "im30822.png"; };
512     MASKCOLOR
514 Image RID_IMG_DLGLIB
516     ImageBitmap = Bitmap { File = "dialogfolder_16.png"; };
517     MASKCOLOR
519 Image RID_IMG_DLGLIBNOTLOADED
521     ImageBitmap = Bitmap { File = "dialogfoldernot_16.png"; };
522     MASKCOLOR
524 Image RID_IMG_DIALOG
526     ImageBitmap = Bitmap { File = "im30823.png"; };
527     MASKCOLOR
529 String RID_STR_QUERYREPLACEMACRO
531     Text [ en-US ] = "Do you want to overwrite the XX macro?" ;
534 String RID_STR_TRANSLATION_NOTLOCALIZED
536     Text [ en-US ] = "<Not localized>" ;
539 String RID_STR_TRANSLATION_DEFAULT
541     Text [ en-US ] = "[Default Language]" ;
544 String RID_STR_DOCUMENT_OBJECTS
546     Text [ en-US ] = "Document Objects" ;
549 String RID_STR_USERFORMS
551     Text [ en-US ] = "Forms" ;
554 String RID_STR_NORMAL_MODULES
556     Text [ en-US ] = "Modules" ;
559 String RID_STR_CLASS_MODULES
561     Text [ en-US ] = "Class Modules" ;
564 String RID_STR_DLGIMP_CLASH_RENAME
566     Text [ en-US ] = "Rename" ;
569 String RID_STR_DLGIMP_CLASH_REPLACE
571     Text [ en-US ] = "Replace" ;
574 String RID_STR_DLGIMP_CLASH_TITLE
576     Text [ en-US ] = "Dialog Import - Name already used" ;
579 String RID_STR_DLGIMP_CLASH_TEXT
581     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 " ;
584 String RID_STR_DLGIMP_MISMATCH_ADD
586     Text [ en-US ] = "Add" ;
589 String RID_STR_DLGIMP_MISMATCH_OMIT
591     Text [ en-US ] = "Omit" ;
594 String RID_STR_DLGIMP_MISMATCH_TITLE
596     Text [ en-US ] = "Dialog Import - Language Mismatch" ;
599 String RID_STR_DLGIMP_MISMATCH_TEXT
601     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 " ;
604 String RID_STR_GETLINE
606     Text [ en-US ] = "Goto Line";
609 #define MN_EDIT       20
610 #define MN_VIEW 21
611 #define MN_EXTRA 22
612 #define MN_WIN 30
613 #define MN_HELP 31
614 #define MN_TEMPLATES 11
618 The application menu bar resource has become obsolete. You can now find the menu bar definition at:
619 <project>/basicide/menubar/menubar.xml.
623 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */