Update ooo320-m1
[ooovba.git] / svx / source / cui / scriptdlg.src
blob112d5861c33fcf13fb7efb3af81fc7edb7e5aa20
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: scriptdlg.src,v $
10  * $Revision: 1.13 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #include <svx/dialogs.hrc>
32 #include "scriptdlg.hrc"
33 #include "helpid.hrc"
35 #define MASKCOLOR  MaskColor = \
36     Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
38 ModalDialog RID_DLG_SCRIPTORGANIZER
40     OutputSize = TRUE ;
41     Size = MAP_APPFONT ( 210 , 165 ) ;
42     Moveable = TRUE ;
43     Text [ en-US ] = "%MACROLANG Macros";
44     Closeable = TRUE ;
45     HelpId = HID_SCRIPTORG_DIALOG;
46     FixedText SF_TXT_SCRIPTS
47     {
48         Pos = MAP_APPFONT ( 6 , 3 ) ;
49         Size = MAP_APPFONT ( 100 , 10 ) ;
50         Text [ en-US ] = "~Macros" ;
51     };
53     Control SF_CTRL_SCRIPTSBOX
54     {
55         HelpId = HID_SCRIPTSBOX ;
56         Border = TRUE ;
57         Pos = MAP_APPFONT ( 6 , 16 ) ;
58         Size = MAP_APPFONT ( 130 , 144 ) ;
59         TabStop = TRUE ;
60         Image IMG_HARDDISK
61         {
62             ImageBitmap = Bitmap { File = "harddisk_16.bmp" ; };
63             MASKCOLOR
64         };
65         Image IMG_HARDDISK_HC
66         {
67             ImageBitmap = Bitmap { File = "harddisk_16_h.bmp" ; };
68             MASKCOLOR
69         };
70         Image IMG_LIB
71         {
72             ImageBitmap = Bitmap { File = "im30820.png"; };
73             MASKCOLOR
74         };
75         Image IMG_LIB_HC
76         {
77             ImageBitmap = Bitmap { File = "imh30820.png"; };
78             MASKCOLOR
79         };
80         Image IMG_MACRO
81         {
82             ImageBitmap = Bitmap { File = "im30821.png"; };
83             MASKCOLOR
84         };
85         Image IMG_MACRO_HC
86         {
87             ImageBitmap = Bitmap { File = "imh30821.png"; };
88             MASKCOLOR
89         };
90         Image IMG_DOCUMENT
91         {
92             ImageBitmap = Bitmap { File = "im30826.png"; };
93             MASKCOLOR
94         };
95         Image IMG_DOCUMENT_HC
96         {
97             ImageBitmap = Bitmap { File = "imh30826.png"; };
98             MASKCOLOR
99         };
100         String STR_MYMACROS
101         {
102             Text [ en-US ] = "My Macros";
103         };
104         String STR_PRODMACROS
105         {
106             Text [ en-US ] = "%PRODUCTNAME Macros";
107         };
108     };
110     PushButton SF_PB_RUN
111     {
112         Pos = MAP_APPFONT ( 144 , 6 ) ;
113         Size = MAP_APPFONT ( 60 , 14 ) ;
114         DefButton = TRUE;
115         Text [ en-US ] = "R~un" ;
116     };
117     CancelButton SF_PB_CLOSE
118     {
119         Pos = MAP_APPFONT ( 144 , 23 ) ;
120         Size = MAP_APPFONT ( 60 , 14 ) ;
121         TabStop = TRUE ;
122         Text [ en-US ] = "Close" ;
123     };
125     PushButton SF_PB_CREATE
126     {
127         Size = MAP_APPFONT ( 60 , 14 ) ;
128         Pos = MAP_APPFONT ( 144 , 60 ) ;
129         Text [ en-US ] = "~Create..." ;
130         TabStop = TRUE ;
131     };
132     PushButton SF_PB_EDIT
133     {
134         Size = MAP_APPFONT ( 60 , 14 ) ;
135         Pos = MAP_APPFONT ( 144 , 77 ) ;
136         Text [ en-US ] = "~Edit" ;
137         TabStop = TRUE ;
138     };
139     PushButton SF_PB_RENAME
140     {
141         Pos = MAP_APPFONT ( 144 , 94 ) ;
142         Size = MAP_APPFONT ( 60 , 14 ) ;
143         Text [ en-US ] = "Rename..." ;
144     };
145     PushButton SF_PB_DEL
146     {
147         Pos = MAP_APPFONT ( 144 , 114 ) ;
148         Size = MAP_APPFONT ( 60 , 14 ) ;
149         Text [ en-US ] = "~Delete..." ;
150         TabStop = TRUE ;
151     };
152     HelpButton SF_PB_HELP
153     {
154         Pos = MAP_APPFONT ( 144 , 131 ) ;
155         Size = MAP_APPFONT ( 60 , 14 ) ;
156         TabStop = TRUE ;
157     };
160 ModalDialog RID_DLG_NEWLIB
162     Text [ en-US ] = "Create Library" ;
163     Size = MAP_APPFONT ( 160 , 50 ) ;
164     Moveable = TRUE ;
165     Closeable = TRUE ;
166     OKButton PB_OK
167     {
168         Pos = MAP_APPFONT ( 104 , 6 ) ;
169         Size = MAP_APPFONT ( 50 , 14 ) ;
170         TabStop = TRUE ;
171         DefButton = TRUE ;
172     };
173     CancelButton PB_CANCEL
174     {
175         Pos = MAP_APPFONT ( 104 , 23 ) ;
176         Size = MAP_APPFONT ( 50 , 14 ) ;
177         TabStop = TRUE ;
178     };
179     FixedText FT_NEWLIB
180     {
181         Pos = MAP_APPFONT ( 6 , 6 ) ;
182         Size = MAP_APPFONT ( 100 , 50 ) ;
183         WordBreak = TRUE ;
184         Text [ en-US ] = "Enter the name for the new library." ;
185     };
186     Edit ED_LIBNAME
187     {
188         Border = TRUE ;
189         Pos = MAP_APPFONT ( 6 , 59 ) ;
190         Size = MAP_APPFONT ( 92 , 12 ) ;
191         TabStop = TRUE ;
192     };
193     String STR_NEWLIB
194     {
195         Text [ en-US ] = "Create Library" ;
196     };
197     String STR_NEWMACRO
198     {
199         Text [ en-US ] = "Create Macro" ;
200     };
201     String STR_FT_NEWMACRO
202     {
203         Text [ en-US ] = "Enter the name for the new macro." ;
204     };
205     String STR_RENAME
206     {
207         Text [ en-US ] = "Rename" ;
208     };
209     String STR_FT_RENAME
210     {
211         Text [ en-US ] = "Enter the new name for the selected object." ;
212     };
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:";