summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basidesh.src
blob: c0ca7b4138771a745d7c2389a012486015f8613b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
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
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#include <baside2.hrc>
#include <helpid.hrc>
#ifndef _GLOBLMN_HRC
#include <svx/globlmn.hrc>
#endif
#include "dlgresid.hrc"
#include <sfx2/sfxcommands.h>
#include <svx/svxcommands.h>

#define MASKCOLOR   MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };

String RID_STR_IDENAME
{
    Text = "BasicIDE" ;
};
String RID_STR_FILTER_ALLFILES
{
    Text [ en-US ] = "<All>" ;
};
String RID_STR_NOMODULE
{
    Text [ en-US ] = "< No Module >" ;
};
String RID_STR_WRONGPASSWORD
{
    Text [ en-US ] = "Incorrect Password" ;
};
String RID_STR_OPEN
{
    Text [ en-US ] = "Load" ;
};
String RID_STR_SAVE
{
    Text [ en-US ] = "Save" ;
};
String RID_STR_SOURCETOBIG
{
    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." ;
};
String RID_STR_ERROROPENSTORAGE
{
    Text [ en-US ] = "Error opening file" ;
};
String RID_STR_ERROROPENLIB
{
    Text [ en-US ] = "Error loading library" ;
};
String RID_STR_NOLIBINSTORAGE
{
    Text [ en-US ] = "The file does not contain any BASIC libraries" ;
};
String RID_STR_BADSBXNAME
{
    Text [ en-US ] = "Invalid Name" ;
};
String RID_STR_LIBNAMETOLONG
{
    Text [ en-US ] = "A library name can have up to 30 characters.";
};
String RID_STR_ERRORCHOOSEMACRO
{
    Text [ en-US ] = "Macros from other documents are not accessible.";
};
String RID_STR_LIBISREADONLY
{
    Text [ en-US ] = "This library is read-only.";
};
String RID_STR_REPLACELIB
{
    Text [ en-US ] = "'XX' cannot be replaced.";
};
String RID_STR_IMPORTNOTPOSSIBLE
{
    Text [ en-US ] = "'XX' cannot be added.";
};
String RID_STR_NOIMPORT
{
    Text [ en-US ] = "'XX' was not added.";
};
String RID_STR_ENTERPASSWORD
{
    Text [ en-US ] = "Enter password for 'XX'";
};
String RID_STR_SBXNAMEALLREADYUSED
{
    Text [ en-US ] = "Name already exists" ;
};
String RID_STR_SIGNED
{
    Text [ en-US ] = "(Signed)" ;
};
String RID_STR_SBXNAMEALLREADYUSED2
{
    Text [ en-US ] = "Object with same name already exists" ;
};
String RID_STR_FILEEXISTS
{
    Text [ en-US ] = "The 'XX' file already exists" ;
};
String RID_STR_CANNOTRUNMACRO
{
    Text [ en-US ] = "For security reasons, you cannot run this macro.\n\nFor more information, check the security settings." ;
};
String RID_STR_COMPILEERROR
{
    Text [ en-US ] = "Compile Error: " ;
};
String RID_STR_RUNTIMEERROR
{
    Text [ en-US ] = "Runtime Error: #" ;
};
String RID_STR_SEARCHNOTFOUND
{
    Text [ en-US ] = "Search key not found" ;
};
String RID_STR_SEARCHFROMSTART
{
    Text [ en-US ] = "Search to last module complete. Continue at first module?" ;
};
String RID_STR_SEARCHREPLACES
{
    Text [ en-US ] = "Search key replaced XX times" ;
};
String RID_STR_COULDNTREAD
{
    Text [ en-US ] = "The file could not be read" ;
};
String RID_STR_COULDNTWRITE
{
    Text [ en-US ] = "The file could not be saved" ;
};
String RID_STR_CANNOTCHANGENAMESTDLIB
{
    Text [ en-US ] = "The name of the default library cannot be changed." ;
};
String RID_STR_CANNOTCHANGENAMEREFLIB
{
    Text [ en-US ] = "The name of a referenced library cannot be changed." ;
};
String RID_STR_CANNOTUNLOADSTDLIB
{
    Text [ en-US ] = "The default library cannot be deactivated" ;
};
String RID_STR_GENERATESOURCE
{
    Text [ en-US ] = "Generating source" ;
};
String RID_STR_FILENAME
{
    Text [ en-US ] = "File name:" ;
};
String RID_STR_APPENDLIBS
{
    Text [ en-US ] = "Import Libraries" ;
};
String RID_STR_QUERYDELMACRO
{
    Text [ en-US ] = "Do you want to delete the macro XX?" ;
};
String RID_STR_QUERYDELDIALOG
{
    Text [ en-US ] = "Do you want to delete the XX dialog?" ;
};
String RID_STR_QUERYDELLIB
{
    Text [ en-US ] = "Do you want to delete the XX library?" ;
};
String RID_STR_QUERYDELLIBREF
{
    Text [ en-US ] = "Do you want to delete the reference to the XX library?" ;
};
String RID_STR_QUERYDELMODULE
{
    Text [ en-US ] = "Do you want to delete the XX module?" ;
};
String RID_STR_OBJNOTFOUND
{
    Text [ en-US ] = "Object or method not found" ;
};
String RID_STR_BASIC
{
    Text [ en-US ] = "BASIC" ;
};
String RID_STR_LINE
{
     // Abkuerzung fuer 'Zeile'
    Text [ en-US ] = "Ln" ;
};
String RID_STR_COLUMN
{
     // Abkuerzung fuer 'Spalte'
    Text [ en-US ] = "Col" ;
};
String RID_STR_DOC
{
    Text [ en-US ] = "Document" ;
};
String RID_BASICIDE_OBJECTBAR
{
    Text [ en-US ] = "Macro Bar" ;
};
String RID_STR_CANNOTCLOSE
{
    Text [ en-US ] = "The window cannot be closed while BASIC is running." ;
};
String RID_STR_REPLACESTDLIB
{
    Text [ en-US ] = "The default library cannot be replaced." ;
};
String RID_STR_REFNOTPOSSIBLE
{
    Text [ en-US ] = "Reference to 'XX' not possible." ;
};
String RID_STR_WATCHNAME
{
    Text [ en-US ] = "Watch" ;
};
String RID_STR_WATCHVARIABLE
{
    Text [ en-US ] = "Variable" ;
};
String RID_STR_WATCHVALUE
{
    Text [ en-US ] = "Value" ;
};
String RID_STR_WATCHTYPE
{
    Text [ en-US ] = "Type" ;
};
String RID_STR_STACKNAME
{
    Text [ en-US ] = "Call Stack" ;
};
String RID_STR_INITIDE
{
    Text [ en-US ] = "BASIC Initialization" ;
};
String RID_STR_STDMODULENAME
{
    Text [ en-US ] = "Module" ;
};
String RID_STR_STDDIALOGNAME
{
    Text [ en-US ] = "Dialog" ;
};
String RID_STR_STDLIBNAME
{
    Text [ en-US ] = "Library" ;
};
String RID_STR_NEWLIB
{
    Text [ en-US ] = "New Library" ;
};
String RID_STR_NEWMOD
{
    Text [ en-US ] = "New Module" ;
};
String RID_STR_NEWDLG
{
    Text [ en-US ] = "New Dialog" ;
};
String RID_STR_ALL
{
    Text [ en-US ] = "All" ;
};
String RID_STR_PAGE
{
    Text [ en-US ] = "Page" ;
};
String RID_STR_MACRONAMEREQ
{
    Text [ en-US ] = "A name must be entered." ;
};
String RID_STR_WILLSTOPPRG
{
    Text [ en-US ] = "You will have to restart the program after this edit.\nContinue?" ;
};
String RID_STR_SEARCHALLMODULES
{
    Text [ en-US ] = "Do you want to replace the text in all active modules?" ;
};
Edit RID_EDT_WATCHEDIT
{
    HelpId = HID_BASICIDE_WATCHWINDOW_EDIT ;
    Border = TRUE ;
    SvLook = TRUE ;
    Size = MAP_APPFONT ( 80 , 12 ) ;
};
ImageButton RID_IMGBTN_REMOVEWATCH
{
    HelpId = HID_BASICIDE_REMOVEWATCH ;
    SmallStyle = TRUE ;
    ButtonImage = Image
    {
        ImageBitmap = Bitmap { File = "baswatr.bmp" ; };
        MASKCOLOR
    };
    QuickHelpText [ en-US ] = "Remove Watch" ;
};

String RID_STR_REMOVEWATCH
{
    Text [ en-US ] = "Watch:" ;
};

String RID_STR_STACK
{
    Text [ en-US ] = "Calls: " ;
};

String RID_STR_USERMACROS
{
    Text [ en-US ] = "My Macros" ;
};

String RID_STR_USERDIALOGS
{
    Text [ en-US ] = "My Dialogs" ;
};

String RID_STR_USERMACROSDIALOGS
{
    Text [ en-US ] = "My Macros & Dialogs" ;
};

String RID_STR_SHAREMACROS
{
    Text [ en-US ] = "%PRODUCTNAME Macros" ;
};

String RID_STR_SHAREDIALOGS
{
    Text [ en-US ] = "%PRODUCTNAME Dialogs" ;
};

String RID_STR_SHAREMACROSDIALOGS
{
    Text [ en-US ] = "%PRODUCTNAME Macros & Dialogs" ;
};

Menu RID_POPUP_BRKPROPS
{
    Text [ en-US ] = "Properties" ;
    DefaultItemId = RID_BRKPROPS ;
    ItemList =
    {
        MenuItem
        {
            Identifier = RID_ACTIV ;
            HelpId = HID_BASICIDE_ACTIV ;
            Text [ en-US ] = "Active" ;
        };
        MenuItem
        {
            Separator = TRUE ;
        };
        MenuItem
        {
            Identifier = RID_BRKPROPS ;
            HelpId = HID_BASICIDE_BRKPROPS ;
            Text [ en-US ] = "Properties..." ;
        };
    };
};

Menu RID_POPUP_BRKDLG
{
    Text [ en-US ] = "Manage Breakpoints" ;
    ItemList =
    {
        MenuItem
        {
            Identifier = RID_BRKDLG ;
            HelpId = HID_BASICIDE_BRKDLG ;
            Text [ en-US ] = "Manage Breakpoints..." ;
        };
    };
};

Menu RID_POPUP_TABBAR
{
    DefaultItemId = SID_BASICIDE_HIDECURPAGE ;
    ItemList =
    {
        MenuItem
        {
            Identifier = RID_INSERT ;
            Text [ en-US ] = "Insert" ;
            Submenu = Menu
            {
                ItemList =
                {
                    MenuItem
                    {
                        Identifier = SID_BASICIDE_NEWMODULE ;
                        HelpId = CMD_SID_BASICIDE_NEWMODULE ;
                        Text [ en-US ] = "BASIC Module" ;
                    };
                    MenuItem
                    {
                        Identifier = SID_BASICIDE_NEWDIALOG ;
                        HelpId = CMD_SID_BASICIDE_NEWDIALOG ;
                        Text [ en-US ] = "BASIC Dialog" ;
                    };
                };
            };
        };
        MenuItem
        {
            Identifier = SID_BASICIDE_DELETECURRENT ;
            HelpId = CMD_SID_BASICIDE_DELETECURRENT ;
            Text [ en-US ] = "Delete" ;
        };
        MenuItem
        {
            Identifier = SID_BASICIDE_RENAMECURRENT ;
            HelpId = CMD_SID_BASICIDE_RENAMECURRENT ;
            Text [ en-US ] = "Rename" ;
        };
        MenuItem
        {
            Identifier = SID_BASICIDE_HIDECURPAGE ;
            HelpId = CMD_SID_BASICIDE_HIDECURPAGE ;
            Text [ en-US ] = "Hide" ;
        };
        MenuItem
        {
            Separator = TRUE ;
        };
        MenuItem
        {
            Identifier = SID_BASICIDE_MODULEDLG ;
            HelpId = CMD_SID_BASICIDE_MODULEDLG ;
            Text [ en-US ] = "Modules..." ;
        };
    };
};

Menu RID_POPUP_DLGED
{
    DefaultItemId = SID_SHOW_PROPERTYBROWSER ;
    ItemList =
    {
        MenuItem
        {
            Identifier = SID_SHOW_PROPERTYBROWSER ;
            HelpId = CMD_SID_SHOW_PROPERTYBROWSER ;
            Text [ en-US ] = "Properties...";
        };
    };
};

ImageList RID_IMGLST_LAYOUT
{
    Prefix = "im";
    MASKCOLOR
    IdList =
    {
        IMGID_BRKENABLED ;
        IMGID_BRKDISABLED ;
        IMGID_STEPMARKER ;
        IMGID_ERRORMARKER ;
    };
};
Image RID_IMG_LOCKED
{
    ImageBitmap = Bitmap { File = "locked.bmp" ; };
    MASKCOLOR
};

Image RID_IMG_INSTALLATION
{
    ImageBitmap = Bitmap { File = "harddisk_16.png"; };
    MASKCOLOR
};
Image RID_IMG_DOCUMENT
{
    ImageBitmap = Bitmap { File = "im30826.png"; };
    MASKCOLOR
};
Image RID_IMG_MODLIB
{
    ImageBitmap = Bitmap { File = "im30820.png"; };
    MASKCOLOR
};
Image RID_IMG_MODLIBNOTLOADED
{
    ImageBitmap = Bitmap { File = "im30827.png"; };
    MASKCOLOR
};
Image RID_IMG_MODULE
{
    ImageBitmap = Bitmap { File = "im30821.png"; };
    MASKCOLOR
};
Image RID_IMG_MACRO
{
    ImageBitmap = Bitmap { File = "im30822.png"; };
    MASKCOLOR
};
Image RID_IMG_DLGLIB
{
    ImageBitmap = Bitmap { File = "dialogfolder_16.png"; };
    MASKCOLOR
};
Image RID_IMG_DLGLIBNOTLOADED
{
    ImageBitmap = Bitmap { File = "dialogfoldernot_16.png"; };
    MASKCOLOR
};
Image RID_IMG_DIALOG
{
    ImageBitmap = Bitmap { File = "im30823.png"; };
    MASKCOLOR
};
String RID_STR_QUERYREPLACEMACRO
{
    Text [ en-US ] = "Do you want to overwrite the XX macro?" ;
};

String RID_STR_TRANSLATION_NOTLOCALIZED
{
    Text [ en-US ] = "<Not localized>" ;
};

String RID_STR_TRANSLATION_DEFAULT
{
    Text [ en-US ] = "[Default Language]" ;
};

String RID_STR_DOCUMENT_OBJECTS
{
    Text [ en-US ] = "Document Objects" ;
};

String RID_STR_USERFORMS
{
    Text [ en-US ] = "Forms" ;
};

String RID_STR_NORMAL_MODULES
{
    Text [ en-US ] = "Modules" ;
};

String RID_STR_CLASS_MODULES
{
    Text [ en-US ] = "Class Modules" ;
};

String RID_STR_DLGIMP_CLASH_RENAME
{
    Text [ en-US ] = "Rename" ;
};

String RID_STR_DLGIMP_CLASH_REPLACE
{
    Text [ en-US ] = "Replace" ;
};

String RID_STR_DLGIMP_CLASH_TITLE
{
    Text [ en-US ] = "Dialog Import - Name already used" ;
};

String RID_STR_DLGIMP_CLASH_TEXT
{
    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 " ;
};

String RID_STR_DLGIMP_MISMATCH_ADD
{
    Text [ en-US ] = "Add" ;
};

String RID_STR_DLGIMP_MISMATCH_OMIT
{
    Text [ en-US ] = "Omit" ;
};

String RID_STR_DLGIMP_MISMATCH_TITLE
{
    Text [ en-US ] = "Dialog Import - Language Mismatch" ;
};

String RID_STR_DLGIMP_MISMATCH_TEXT
{
    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 " ;
};

String RID_STR_GETLINE
{
    Text [ en-US ] = "Goto Line";
};

#define MN_EDIT       20
#define MN_VIEW 21
#define MN_EXTRA 22
#define MN_WIN 30
#define MN_HELP 31
#define MN_TEMPLATES 11

#define MN_PLEDIT       20
#define MN_PLVIEW       21
#define MN_PLEXTRA      22
#define MN_PLWIN        30
#define MN_PLHELP       31
#define MN_PLTEMPLATES  11

/*

The application menu bar resource has become obsolete. You can now find the menu bar definition at:
<project>/basicide/menubar/menubar.xml.

*/