1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include <baside2.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
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" ;
47 Text [ en-US ] = "Load" ;
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" ;
195 Text [ en-US ] = "BASIC" ;
199 // Abkuerzung fuer 'Zeile'
200 Text [ en-US ] = "Ln" ;
202 String RID_STR_COLUMN
204 // Abkuerzung fuer 'Spalte'
205 Text [ en-US ] = "Col" ;
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" ;
277 Text [ en-US ] = "All" ;
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 ;
300 Size = MAP_APPFONT ( 80 , 12 ) ;
302 ImageButton RID_IMGBTN_REMOVEWATCH
304 HelpId = HID_BASICIDE_REMOVEWATCH ;
308 ImageBitmap = Bitmap { File = "baswatr.bmp" ; };
311 QuickHelpText [ en-US ] = "Remove Watch" ;
314 String RID_STR_REMOVEWATCH
316 Text [ en-US ] = "Watch:" ;
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 ;
362 Identifier = RID_ACTIV ;
363 HelpId = HID_BASICIDE_ACTIV ;
364 Text [ en-US ] = "Active" ;
372 Identifier = RID_BRKPROPS ;
373 HelpId = HID_BASICIDE_BRKPROPS ;
374 Text [ en-US ] = "Properties..." ;
379 Menu RID_POPUP_BRKDLG
381 Text [ en-US ] = "Manage Breakpoints" ;
386 Identifier = RID_BRKDLG ;
387 HelpId = HID_BASICIDE_BRKDLG ;
388 Text [ en-US ] = "Manage Breakpoints..." ;
393 Menu RID_POPUP_TABBAR
395 DefaultItemId = SID_BASICIDE_HIDECURPAGE ;
400 Identifier = RID_INSERT ;
401 Text [ en-US ] = "Insert" ;
408 Identifier = SID_BASICIDE_NEWMODULE ;
409 HelpId = CMD_SID_BASICIDE_NEWMODULE ;
410 Text [ en-US ] = "BASIC Module" ;
414 Identifier = SID_BASICIDE_NEWDIALOG ;
415 HelpId = CMD_SID_BASICIDE_NEWDIALOG ;
416 Text [ en-US ] = "BASIC Dialog" ;
423 Identifier = SID_BASICIDE_DELETECURRENT ;
424 HelpId = CMD_SID_BASICIDE_DELETECURRENT ;
425 Text [ en-US ] = "Delete" ;
429 Identifier = SID_BASICIDE_RENAMECURRENT ;
430 HelpId = CMD_SID_BASICIDE_RENAMECURRENT ;
431 Text [ en-US ] = "Rename" ;
435 Identifier = SID_BASICIDE_HIDECURPAGE ;
436 HelpId = CMD_SID_BASICIDE_HIDECURPAGE ;
437 Text [ en-US ] = "Hide" ;
445 Identifier = SID_BASICIDE_MODULEDLG ;
446 HelpId = CMD_SID_BASICIDE_MODULEDLG ;
447 Text [ en-US ] = "Modules..." ;
454 DefaultItemId = SID_SHOW_PROPERTYBROWSER ;
459 Identifier = SID_SHOW_PROPERTYBROWSER ;
460 HelpId = CMD_SID_SHOW_PROPERTYBROWSER ;
461 Text [ en-US ] = "Properties...";
466 ImageList RID_IMGLST_LAYOUT
480 ImageBitmap = Bitmap { File = "lock.png" ; };
484 Image RID_IMG_INSTALLATION
486 ImageBitmap = Bitmap { File = "harddisk_16.png"; };
489 Image RID_IMG_DOCUMENT
491 ImageBitmap = Bitmap { File = "im30826.png"; };
496 ImageBitmap = Bitmap { File = "im30820.png"; };
499 Image RID_IMG_MODLIBNOTLOADED
501 ImageBitmap = Bitmap { File = "im30827.png"; };
506 ImageBitmap = Bitmap { File = "im30821.png"; };
511 ImageBitmap = Bitmap { File = "im30822.png"; };
516 ImageBitmap = Bitmap { File = "dialogfolder_16.png"; };
519 Image RID_IMG_DLGLIBNOTLOADED
521 ImageBitmap = Bitmap { File = "dialogfoldernot_16.png"; };
526 ImageBitmap = Bitmap { File = "im30823.png"; };
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";
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: */