lok: Don't attempt to select the exact text after a failed search.
[LibreOffice.git] / basctl / source / basicide / basidesh.src
blob3b2d2439eff1e9ab09ca670450257e79ad762bde
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 "dlgresid.hrc"
23 #include <sfx2/sfxcommands.h>
24 #include <svx/svxcommands.h>
26 #define MASKCOLOR   MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
28 String RID_STR_FILTER_ALLFILES
30     Text [ en-US ] = "<All>" ;
32 String RID_STR_NOMODULE
34     Text [ en-US ] = "< No Module >" ;
36 String RID_STR_WRONGPASSWORD
38     Text [ en-US ] = "Incorrect Password" ;
40 String RID_STR_OPEN
42     Text [ en-US ] = "Load" ;
44 String RID_STR_SAVE
46     Text [ en-US ] = "Save" ;
48 String RID_STR_SOURCETOBIG
50     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." ;
52 String RID_STR_ERROROPENSTORAGE
54     Text [ en-US ] = "Error opening file" ;
56 String RID_STR_ERROROPENLIB
58     Text [ en-US ] = "Error loading library" ;
60 String RID_STR_NOLIBINSTORAGE
62     Text [ en-US ] = "The file does not contain any BASIC libraries" ;
64 String RID_STR_BADSBXNAME
66     Text [ en-US ] = "Invalid Name" ;
68 String RID_STR_LIBNAMETOLONG
70     Text [ en-US ] = "A library name can have up to 30 characters.";
72 String RID_STR_ERRORCHOOSEMACRO
74     Text [ en-US ] = "Macros from other documents are not accessible.";
76 String RID_STR_LIBISREADONLY
78     Text [ en-US ] = "This library is read-only.";
80 String RID_STR_REPLACELIB
82     Text [ en-US ] = "'XX' cannot be replaced.";
84 String RID_STR_IMPORTNOTPOSSIBLE
86     Text [ en-US ] = "'XX' cannot be added.";
88 String RID_STR_NOIMPORT
90     Text [ en-US ] = "'XX' was not added.";
92 String RID_STR_ENTERPASSWORD
94     Text [ en-US ] = "Enter password for 'XX'";
96 String RID_STR_SBXNAMEALLREADYUSED
98     Text [ en-US ] = "Name already exists" ;
100 String RID_STR_SIGNED
102     Text [ en-US ] = "(Signed)" ;
104 String RID_STR_SBXNAMEALLREADYUSED2
106     Text [ en-US ] = "Object with same name already exists" ;
108 String RID_STR_FILEEXISTS
110     Text [ en-US ] = "The 'XX' file already exists" ;
112 String RID_STR_CANNOTRUNMACRO
114     Text [ en-US ] = "For security reasons, you cannot run this macro.\n\nFor more information, check the security settings." ;
116 String RID_STR_RUNTIMEERROR
118     Text [ en-US ] = "Runtime Error: #" ;
120 String RID_STR_SEARCHNOTFOUND
122     Text [ en-US ] = "Search key not found" ;
124 String RID_STR_SEARCHFROMSTART
126     Text [ en-US ] = "Search to last module complete. Continue at first module?" ;
128 String RID_STR_SEARCHREPLACES
130     Text [ en-US ] = "Search key replaced XX times" ;
132 String RID_STR_COULDNTREAD
134     Text [ en-US ] = "The file could not be read" ;
136 String RID_STR_COULDNTWRITE
138     Text [ en-US ] = "The file could not be saved" ;
140 String RID_STR_CANNOTCHANGENAMESTDLIB
142     Text [ en-US ] = "The name of the default library cannot be changed." ;
144 String RID_STR_CANNOTCHANGENAMEREFLIB
146     Text [ en-US ] = "The name of a referenced library cannot be changed." ;
148 String RID_STR_CANNOTUNLOADSTDLIB
150     Text [ en-US ] = "The default library cannot be deactivated" ;
152 String RID_STR_GENERATESOURCE
154     Text [ en-US ] = "Generating source" ;
156 String RID_STR_FILENAME
158     Text [ en-US ] = "File name:" ;
160 String RID_STR_APPENDLIBS
162     Text [ en-US ] = "Import Libraries" ;
164 String RID_STR_QUERYDELMACRO
166     Text [ en-US ] = "Do you want to delete the macro XX?" ;
168 String RID_STR_QUERYDELDIALOG
170     Text [ en-US ] = "Do you want to delete the XX dialog?" ;
172 String RID_STR_QUERYDELLIB
174     Text [ en-US ] = "Do you want to delete the XX library?" ;
176 String RID_STR_QUERYDELLIBREF
178     Text [ en-US ] = "Do you want to delete the reference to the XX library?" ;
180 String RID_STR_QUERYDELMODULE
182     Text [ en-US ] = "Do you want to delete the XX module?" ;
184 String RID_STR_OBJNOTFOUND
186     Text [ en-US ] = "Object or method not found" ;
188 String RID_STR_BASIC
190     Text [ en-US ] = "BASIC" ;
192 String RID_STR_LINE
194      // Abkuerzung fuer 'Zeile'
195     Text [ en-US ] = "Ln" ;
197 String RID_STR_COLUMN
199      // Abkuerzung fuer 'Spalte'
200     Text [ en-US ] = "Col" ;
202 String RID_STR_DOC
204     Text [ en-US ] = "Document" ;
206 String RID_BASICIDE_OBJECTBAR
208     Text [ en-US ] = "Macro Bar" ;
210 String RID_STR_CANNOTCLOSE
212     Text [ en-US ] = "The window cannot be closed while BASIC is running." ;
214 String RID_STR_CANNOTSAVEVBA
216     Text [ en-US ] = "You are editing a VBA macro. Changes can be saved only in OpenDocument Format." ;
218 String RID_STR_REPLACESTDLIB
220     Text [ en-US ] = "The default library cannot be replaced." ;
222 String RID_STR_REFNOTPOSSIBLE
224     Text [ en-US ] = "Reference to 'XX' not possible." ;
226 String RID_STR_WATCHNAME
228     Text [ en-US ] = "Watch" ;
230 String RID_STR_WATCHVARIABLE
232     Text [ en-US ] = "Variable" ;
234 String RID_STR_WATCHVALUE
236     Text [ en-US ] = "Value" ;
238 String RID_STR_WATCHTYPE
240     Text [ en-US ] = "Type" ;
242 String RID_STR_STACKNAME
244     Text [ en-US ] = "Call Stack" ;
246 String RID_STR_INITIDE
248     Text [ en-US ] = "BASIC Initialization" ;
250 String RID_STR_STDMODULENAME
252     Text [ en-US ] = "Module" ;
254 String RID_STR_STDDIALOGNAME
256     Text [ en-US ] = "Dialog" ;
258 String RID_STR_STDLIBNAME
260     Text [ en-US ] = "Library" ;
262 String RID_STR_NEWLIB
264     Text [ en-US ] = "New Library" ;
266 String RID_STR_NEWMOD
268     Text [ en-US ] = "New Module" ;
270 String RID_STR_NEWDLG
272     Text [ en-US ] = "New Dialog" ;
274 String RID_STR_ALL
276     Text [ en-US ] = "All" ;
278 String RID_STR_PAGE
280     Text [ en-US ] = "Page" ;
282 String RID_STR_MACRONAMEREQ
284     Text [ en-US ] = "A name must be entered." ;
286 String RID_STR_WILLSTOPPRG
288     Text [ en-US ] = "You will have to restart the program after this edit.\nContinue?" ;
290 String RID_STR_SEARCHALLMODULES
292     Text [ en-US ] = "Do you want to replace the text in all active modules?" ;
294 Edit RID_EDT_WATCHEDIT
296     HelpId = HID_BASICIDE_WATCHWINDOW_EDIT ;
297     Border = TRUE ;
298     SvLook = TRUE ;
299     Size = MAP_APPFONT ( 80 , 12 ) ;
301 ImageButton RID_IMGBTN_REMOVEWATCH
303     HelpId = HID_BASICIDE_REMOVEWATCH ;
304     SmallStyle = TRUE ;
305     ButtonImage = Image
306     {
307         ImageBitmap = Bitmap { File = "baswatr.bmp" ; };
308         MASKCOLOR
309     };
310     QuickHelpText [ en-US ] = "Remove Watch" ;
313 String RID_STR_REMOVEWATCH
315     Text [ en-US ] = "Watch:" ;
318 String RID_STR_STACK
320     Text [ en-US ] = "Calls: " ;
323 String RID_STR_USERMACROS
325     Text [ en-US ] = "My Macros" ;
328 String RID_STR_USERDIALOGS
330     Text [ en-US ] = "My Dialogs" ;
333 String RID_STR_USERMACROSDIALOGS
335     Text [ en-US ] = "My Macros & Dialogs" ;
338 String RID_STR_SHAREMACROS
340     Text [ en-US ] = "%PRODUCTNAME Macros" ;
343 String RID_STR_SHAREDIALOGS
345     Text [ en-US ] = "%PRODUCTNAME Dialogs" ;
348 String RID_STR_SHAREMACROSDIALOGS
350     Text [ en-US ] = "%PRODUCTNAME Macros & Dialogs" ;
353 Menu RID_POPUP_BRKPROPS
355     Text [ en-US ] = "Properties" ;
356     DefaultItemId = RID_BRKPROPS ;
357     ItemList =
358     {
359         MenuItem
360         {
361             Identifier = RID_ACTIV ;
362             HelpId = HID_BASICIDE_ACTIV ;
363             Text [ en-US ] = "Active" ;
364         };
365         MenuItem
366         {
367             Separator = TRUE ;
368         };
369         MenuItem
370         {
371             Identifier = RID_BRKPROPS ;
372             HelpId = HID_BASICIDE_BRKPROPS ;
373             Text [ en-US ] = "Properties..." ;
374         };
375     };
378 Menu RID_POPUP_BRKDLG
380     Text [ en-US ] = "Manage Breakpoints" ;
381     ItemList =
382     {
383         MenuItem
384         {
385             Identifier = RID_BRKDLG ;
386             HelpId = HID_BASICIDE_BRKDLG ;
387             Text [ en-US ] = "Manage Breakpoints..." ;
388         };
389     };
392 Menu RID_POPUP_TABBAR
394     DefaultItemId = SID_BASICIDE_HIDECURPAGE ;
395     ItemList =
396     {
397         MenuItem
398         {
399             Identifier = RID_INSERT ;
400             Text [ en-US ] = "Insert" ;
401             Submenu = Menu
402             {
403                 ItemList =
404                 {
405                     MenuItem
406                     {
407                         Identifier = SID_BASICIDE_NEWMODULE ;
408                         HelpId = CMD_SID_BASICIDE_NEWMODULE ;
409                         Text [ en-US ] = "BASIC Module" ;
410                     };
411                     MenuItem
412                     {
413                         Identifier = SID_BASICIDE_NEWDIALOG ;
414                         HelpId = CMD_SID_BASICIDE_NEWDIALOG ;
415                         Text [ en-US ] = "BASIC Dialog" ;
416                     };
417                 };
418             };
419         };
420         MenuItem
421         {
422             Identifier = SID_BASICIDE_DELETECURRENT ;
423             HelpId = CMD_SID_BASICIDE_DELETECURRENT ;
424             Text [ en-US ] = "Delete" ;
425         };
426         MenuItem
427         {
428             Identifier = SID_BASICIDE_RENAMECURRENT ;
429             HelpId = CMD_SID_BASICIDE_RENAMECURRENT ;
430             Text [ en-US ] = "Rename" ;
431         };
432         MenuItem
433         {
434             Identifier = SID_BASICIDE_HIDECURPAGE ;
435             HelpId = CMD_SID_BASICIDE_HIDECURPAGE ;
436             Text [ en-US ] = "Hide" ;
437         };
438         MenuItem
439         {
440             Separator = TRUE ;
441         };
442         MenuItem
443         {
444             Identifier = SID_BASICIDE_MODULEDLG ;
445             HelpId = CMD_SID_BASICIDE_MODULEDLG ;
446             Text [ en-US ] = "Modules..." ;
447         };
448     };
451 Menu RID_POPUP_DLGED
453     DefaultItemId = SID_SHOW_PROPERTYBROWSER ;
454     ItemList =
455     {
456         MenuItem
457         {
458             Identifier = SID_SHOW_PROPERTYBROWSER ;
459             HelpId = CMD_SID_SHOW_PROPERTYBROWSER ;
460             Text [ en-US ] = "Properties...";
461         };
462     };
465 ImageList RID_IMGLST_LAYOUT
467     Prefix = "im";
468     MASKCOLOR
469     IdList =
470     {
471         IMGID_BRKENABLED ;
472         IMGID_BRKDISABLED ;
473         IMGID_STEPMARKER ;
474         IMGID_ERRORMARKER ;
475     };
477 Image RID_IMG_LOCKED
479     ImageBitmap = Bitmap { File = "lock.png" ; };
480     MASKCOLOR
483 Image RID_IMG_INSTALLATION
485     ImageBitmap = Bitmap { File = "harddisk_16.png"; };
486     MASKCOLOR
488 Image RID_IMG_DOCUMENT
490     ImageBitmap = Bitmap { File = "im30826.png"; };
491     MASKCOLOR
493 Image RID_IMG_MODLIB
495     ImageBitmap = Bitmap { File = "im30820.png"; };
496     MASKCOLOR
498 Image RID_IMG_MODLIBNOTLOADED
500     ImageBitmap = Bitmap { File = "im30827.png"; };
501     MASKCOLOR
503 Image RID_IMG_MODULE
505     ImageBitmap = Bitmap { File = "im30821.png"; };
506     MASKCOLOR
508 Image RID_IMG_MACRO
510     ImageBitmap = Bitmap { File = "im30822.png"; };
511     MASKCOLOR
513 Image RID_IMG_DLGLIB
515     ImageBitmap = Bitmap { File = "dialogfolder_16.png"; };
516     MASKCOLOR
518 Image RID_IMG_DLGLIBNOTLOADED
520     ImageBitmap = Bitmap { File = "dialogfoldernot_16.png"; };
521     MASKCOLOR
523 Image RID_IMG_DIALOG
525     ImageBitmap = Bitmap { File = "im30823.png"; };
526     MASKCOLOR
528 String RID_STR_QUERYREPLACEMACRO
530     Text [ en-US ] = "Do you want to overwrite the XX macro?" ;
533 String RID_STR_TRANSLATION_NOTLOCALIZED
535     Text [ en-US ] = "<Not localized>" ;
538 String RID_STR_TRANSLATION_DEFAULT
540     Text [ en-US ] = "[Default Language]" ;
543 String RID_STR_DOCUMENT_OBJECTS
545     Text [ en-US ] = "Document Objects" ;
548 String RID_STR_USERFORMS
550     Text [ en-US ] = "Forms" ;
553 String RID_STR_NORMAL_MODULES
555     Text [ en-US ] = "Modules" ;
558 String RID_STR_CLASS_MODULES
560     Text [ en-US ] = "Class Modules" ;
563 String RID_STR_DLGIMP_CLASH_RENAME
565     Text [ en-US ] = "Rename" ;
568 String RID_STR_DLGIMP_CLASH_REPLACE
570     Text [ en-US ] = "Replace" ;
573 String RID_STR_DLGIMP_CLASH_TITLE
575     Text [ en-US ] = "Dialog Import - Name already used" ;
578 String RID_STR_DLGIMP_CLASH_TEXT
580     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 " ;
583 String RID_STR_DLGIMP_MISMATCH_ADD
585     Text [ en-US ] = "Add" ;
588 String RID_STR_DLGIMP_MISMATCH_OMIT
590     Text [ en-US ] = "Omit" ;
593 String RID_STR_DLGIMP_MISMATCH_TITLE
595     Text [ en-US ] = "Dialog Import - Language Mismatch" ;
598 String RID_STR_DLGIMP_MISMATCH_TEXT
600     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 " ;
603 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */