update dev300-m58
[ooovba.git] / svx / source / cui / macroass.src
blob84004470fb902fc484b1cf93a05bbab6e234865f
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: macropg.src,v $
10  * $Revision: 1.39 $
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 "macroass.hrc"
32 #include "svx/dialogs.hrc"
33 #include "helpid.hrc"
34 TabPage RID_SVXPAGE_EVENTASSIGN
36     Hide = TRUE ;
37     SVLook = TRUE ;
38     DialogControl = TRUE ;
39     Size = MAP_APPFONT ( WIDTH_TP , HEIGHT_TP ) ;
40     Text [ en-US ] = "Assign Macro" ;
41     String STR_EVENT
42     {
43         Text [ en-US ] = "Event" ;
44     };
45     String STR_ASSMACRO
46     {
47         Text [ en-US ] = "Assigned macro";
48     };
49     Control LB_EVENT
50     {
51         Border = TRUE ;
52         Pos = MAP_APPFONT ( COL0 , ROW0 ) ;
53         Size = MAP_APPFONT ( WIDTH1_2 , HEIGHT0 ) ;
54         TabStop = TRUE ;
55         DialogControl = TRUE ;
56         ClipChildren = TRUE ;
57         Disable = TRUE ;
58         Group = TRUE ;
59         HelpID = HID_MACRO_LB_EVENT ;
60     };
61     FixedText FT_MACRO
62     {
63         Pos = MAP_APPFONT ( COL0 , ROW7A  ) ;
64         Size = MAP_APPFONT ( WIDTH1 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
65         Group = TRUE ;
66     };
67     Control LB_GROUP
68     {
69         Border = TRUE ;
70         Pos = MAP_APPFONT ( COL0 , ROW8  ) ;
71         Size = MAP_APPFONT ( WIDTH1 , HEIGHT8 ) ;
72         TabStop = TRUE ;
73         Group = TRUE ;
74         HelpId = HID_MACRO_GROUP ;
75     };
76     FixedText FT_LABEL4LB_MACROS
77     {
78         Pos = MAP_APPFONT ( COL2 , ROW7  ) ;
79         Size = MAP_APPFONT ( WIDTH1 , RSC_CD_FIXEDTEXT_HEIGHT + HEIGHT_EXTRA7 ) ;
80         WordBreak = TRUE;
81         Text [ en-US ] = "~Existing macros in:\n" ;
82     };
83     Control LB_MACROS
84     {
85         Border = TRUE ;
86         Pos = MAP_APPFONT ( COL2 , ROW8  ) ;
87         Size = MAP_APPFONT ( WIDTH2 , HEIGHT8 ) ;
88         TabStop = TRUE ;
89         HelpId = HID_MACRO_MACROS ;
90     };
91     PushButton PB_ASSIGN
92     {
93         Pos = MAP_APPFONT ( COL4 , ROW0  ) ;
94         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
95          // ### ACHTUNG: Neuer Text in Resource? Z~uweisen : Zuweisen
96         Disable = TRUE ;
97         TabStop = TRUE ;
98         Text [ en-US ] = "~Assign" ;
99     };
100     PushButton PB_DELETE
101     {
102         Pos = MAP_APPFONT ( COL4 , ROW2  ) ;
103         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
104         Disable = TRUE ;
105         TabStop = TRUE ;
106         Text [ en-US ] = "~Remove" ;
107     };
108     ListBox LB_SCRIPTTYPE
109     {
110         Pos = MAP_APPFONT ( COL4 , ROW4  ) ;
111         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , 60 ) ;
112         // en-US was missing
113         Text [ en-US ] = "~Scripting Language" ;
114         TabStop = TRUE ;
115         Disable = FALSE ;
116         DropDown = TRUE ;
117     };
118     String STR_MACROS
119     {
120         Text [ en-US ] = "Macros" ;
121     };