1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: scriptdlg.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include <svx/dialogs.hrc>
32 #include "scriptdlg.hrc"
35 #define MASKCOLOR MaskColor = \
36 Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
38 ModalDialog RID_DLG_SCRIPTORGANIZER
41 Size = MAP_APPFONT ( 210 , 165 ) ;
43 Text [ en-US ] = "%MACROLANG Macros";
45 HelpId = HID_SCRIPTORG_DIALOG;
46 FixedText SF_TXT_SCRIPTS
48 Pos = MAP_APPFONT ( 6 , 3 ) ;
49 Size = MAP_APPFONT ( 100 , 10 ) ;
50 Text [ en-US ] = "~Macros" ;
53 Control SF_CTRL_SCRIPTSBOX
55 HelpId = HID_SCRIPTSBOX ;
57 Pos = MAP_APPFONT ( 6 , 16 ) ;
58 Size = MAP_APPFONT ( 130 , 144 ) ;
62 ImageBitmap = Bitmap { File = "harddisk_16.bmp" ; };
67 ImageBitmap = Bitmap { File = "harddisk_16_h.bmp" ; };
72 ImageBitmap = Bitmap { File = "im30820.png"; };
77 ImageBitmap = Bitmap { File = "imh30820.png"; };
82 ImageBitmap = Bitmap { File = "im30821.png"; };
87 ImageBitmap = Bitmap { File = "imh30821.png"; };
92 ImageBitmap = Bitmap { File = "im30826.png"; };
97 ImageBitmap = Bitmap { File = "imh30826.png"; };
102 Text [ en-US ] = "My Macros";
104 String STR_PRODMACROS
106 Text [ en-US ] = "%PRODUCTNAME Macros";
112 Pos = MAP_APPFONT ( 144 , 6 ) ;
113 Size = MAP_APPFONT ( 60 , 14 ) ;
115 Text [ en-US ] = "R~un" ;
117 CancelButton SF_PB_CLOSE
119 Pos = MAP_APPFONT ( 144 , 23 ) ;
120 Size = MAP_APPFONT ( 60 , 14 ) ;
122 Text [ en-US ] = "Close" ;
125 PushButton SF_PB_CREATE
127 Size = MAP_APPFONT ( 60 , 14 ) ;
128 Pos = MAP_APPFONT ( 144 , 60 ) ;
129 Text [ en-US ] = "~Create..." ;
132 PushButton SF_PB_EDIT
134 Size = MAP_APPFONT ( 60 , 14 ) ;
135 Pos = MAP_APPFONT ( 144 , 77 ) ;
136 Text [ en-US ] = "~Edit" ;
139 PushButton SF_PB_RENAME
141 Pos = MAP_APPFONT ( 144 , 94 ) ;
142 Size = MAP_APPFONT ( 60 , 14 ) ;
143 Text [ en-US ] = "Rename..." ;
147 Pos = MAP_APPFONT ( 144 , 114 ) ;
148 Size = MAP_APPFONT ( 60 , 14 ) ;
149 Text [ en-US ] = "~Delete..." ;
152 HelpButton SF_PB_HELP
154 Pos = MAP_APPFONT ( 144 , 131 ) ;
155 Size = MAP_APPFONT ( 60 , 14 ) ;
160 ModalDialog RID_DLG_NEWLIB
162 Text [ en-US ] = "Create Library" ;
163 Size = MAP_APPFONT ( 160 , 50 ) ;
168 Pos = MAP_APPFONT ( 104 , 6 ) ;
169 Size = MAP_APPFONT ( 50 , 14 ) ;
173 CancelButton PB_CANCEL
175 Pos = MAP_APPFONT ( 104 , 23 ) ;
176 Size = MAP_APPFONT ( 50 , 14 ) ;
181 Pos = MAP_APPFONT ( 6 , 6 ) ;
182 Size = MAP_APPFONT ( 100 , 50 ) ;
184 Text [ en-US ] = "Enter the name for the new library." ;
189 Pos = MAP_APPFONT ( 6 , 59 ) ;
190 Size = MAP_APPFONT ( 92 , 12 ) ;
195 Text [ en-US ] = "Create Library" ;
199 Text [ en-US ] = "Create Macro" ;
201 String STR_FT_NEWMACRO
203 Text [ en-US ] = "Enter the name for the new macro." ;
207 Text [ en-US ] = "Rename" ;
211 Text [ en-US ] = "Enter the new name for the selected object." ;
214 String RID_SVXSTR_DELQUERY
216 Text [ en-US ] = "Do you want to delete the following object?";
218 String RID_SVXSTR_DELQUERY_TITLE
220 Text [ en-US ] = "Confirm Deletion";
222 String RID_SVXSTR_DELFAILED
224 Text [ en-US ] = "The selected object could not be deleted.";
226 String RID_SVXSTR_DELFAILEDPERM
228 Text [ en-US ] = " You do not have permission to delete this object.";
230 String RID_SVXSTR_DELFAILED_TITLE
232 Text [ en-US ] = "Error Deleting Object";
234 String RID_SVXSTR_CREATEFAILED
236 Text [ en-US ] = "The object could not be created.";
238 String RID_SVXSTR_CREATEFAILEDDUP
240 Text [ en-US ] = " Object with the same name already exists.";
242 String RID_SVXSTR_CREATEFAILEDPERM
244 Text [ en-US ] = " You do not have permission to create this object.";
246 String RID_SVXSTR_CREATEFAILED_TITLE
248 Text [ en-US ] = "Error Creating Object";
250 String RID_SVXSTR_RENAMEFAILED
252 Text [ en-US ] = "The object could not be renamed.";
254 String RID_SVXSTR_RENAMEFAILEDPERM
256 Text [ en-US ] = " You do not have permission to rename this object.";
258 String RID_SVXSTR_RENAMEFAILED_TITLE
260 Text [ en-US ] = "Error Renaming Object";
263 String RID_SVXSTR_ERROR_TITLE
265 Text [ en-US ] = "%PRODUCTNAME Error";
268 String RID_SVXSTR_ERROR_LANG_NOT_SUPPORTED
270 Text [ en-US ] = "The scripting language %LANGUAGENAME is not supported.";
272 String RID_SVXSTR_ERROR_RUNNING
274 Text [ en-US ] = "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME.";
277 String RID_SVXSTR_EXCEPTION_RUNNING
279 Text [ en-US ] = "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME.";
282 String RID_SVXSTR_ERROR_AT_LINE
284 Text [ en-US ] = "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER.";
287 String RID_SVXSTR_EXCEPTION_AT_LINE
289 Text [ en-US ] = "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER.";
292 String RID_SVXSTR_FRAMEWORK_ERROR_RUNNING
294 Text [ en-US ] = "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME.";
297 String RID_SVXSTR_FRAMEWORK_ERROR_AT_LINE
299 Text [ en-US ] = "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER.";
302 String RID_SVXSTR_ERROR_TYPE_LABEL
304 Text [ en-US ] = "Type:";
307 String RID_SVXSTR_ERROR_MESSAGE_LABEL
309 Text [ en-US ] = "Message:";