merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / web / web.src
blobd7d60ddde5d2eb1b826055f77e832b8f08d9885a
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: web.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 #ifndef _SVX_SVXIDS_HRC
32 #include <svx/svxids.hrc>
33 #endif
34 #include "globals.hrc"
35 #include "cmdid.h"
36 #include "web.hrc"
37 #include "swmn.hrc"
38 #define ACC_SW_WEB
39 #include "toolbox.hrc"
40 #include "helpid.h"
41 #include "cfgid.h"
43 String STR_HUMAN_SWWEBDOC_NAME
45     Text [ en-US ] = "HTML" ;
47 String STR_WRITER_WEBDOC_FULLTYPE_40
49     Text [ en-US ] = "%PRODUCTNAME 4.0 HTML" ;
51 String STR_WRITER_WEBDOC_FULLTYPE_50
53     Text [ en-US ] = "%PRODUCTNAME 5.0 HTML" ;
55 String STR_WRITER_WEBDOC_FULLTYPE
57     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION HTML Document";
59 String STR_SHELLNAME_WEBTEXT
61     Text [ en-US ] = "Text/Web" ;
63 String STR_SHELLNAME_WEBFRAME
65     Text [ en-US ] = "Frame/Web" ;
67 String RID_WEBTOOLS_TOOLBOX
69     Text [ en-US ] = "Main Toolbar/Web" ;
71 ToolBox RID_WEBTOOLS_TOOLBOX
73     HelpID = HID_WEBTOOLS_TOOLBOX ;
74     Border = TRUE ;
75     SVLook = TRUE ;
76     Dockable = TRUE ;
77     Moveable = TRUE ;
78     Sizeable = TRUE ;
79     Closeable = TRUE ;
80     Zoomable = TRUE ;
81     LineSpacing = TRUE ;
82     HideWhenDeactivate = TRUE ;
83     Customize = TRUE ;
84     MenuStrings = TRUE ;
85     Scroll = TRUE ;
86     Hide = TRUE ;
87     Align = BOXALIGN_LEFT ;
88     ItemList =
89     {
90         ToolBoxItem
91         {
92             Identifier = FN_INSERT_CTRL ;
93             HelpID = HID_INSERT_CTRL ;
94             DropDown = TRUE ;
95         };
96         ToolBoxItem
97         {
98             Identifier = FN_INSERT_FIELD_CTRL ;
99             HelpID = HID_INSERT_FIELD_CTRL ;
100             DropDown = TRUE ;
101         };
102         ToolBoxItem
103         {
104             Type = TOOLBOXITEM_SEPARATOR ;
105         };
106         ToolBoxItem
107         {
108             Identifier = SID_DRAW_TEXT_MARQUEE ;
109             HelpID = SID_DRAW_TEXT_MARQUEE ;
110         };
111         ToolBoxItem
112         {
113             Identifier = SID_FM_CONFIG ;
114             HelpID = SID_FM_CONFIG;
115             DropDown = TRUE ;
116         };
117         ToolBoxItem
118         {
119             Type = TOOLBOXITEM_SEPARATOR ;
120         };
121         ToolBoxItem
122         {
123             Identifier = FN_GLOSSARY_DLG ;
124             HelpID = FN_GLOSSARY_DLG ;
125             DropDown = TRUE ;
126         };
127         ToolBoxItem
128         {
129             Identifier = FN_SPELL_GRAMMAR_DIALOG;
130             HelpID = FN_SPELL_GRAMMAR_DIALOG;
131         };
132         ToolBoxItem
133         {
134             ITEM_TOOLBAR_AUTOSPELL_CHECK
135         };
136         ToolBoxItem
137         {
138             Identifier = FN_HYPHENATE_OPT_DLG;
139             HelpID = FN_HYPHENATE_OPT_DLG;
140             Hide = TRUE;
141         };
142         ToolBoxItem
143         {
144             Identifier = FN_THESAURUS_DLG;
145             HelpID = FN_THESAURUS_DLG;
146             Hide = TRUE;
147         };
148         ToolBoxItem
149         {
150             Type = TOOLBOXITEM_SEPARATOR ;
151         };
152         ToolBoxItem
153         {
154             Identifier = SID_SEARCH_DLG ;
155             HelpID = SID_SEARCH_DLG ;
156         };
157         ToolBoxItem
158         {
159             Type = TOOLBOXITEM_SEPARATOR ;
160         };
161         ToolBoxItem
162         {
163             Identifier = SID_ATTR_ZOOM;
164             HelpID = SID_ATTR_ZOOM ;
165             Hide = TRUE;
166         };
167         ToolBoxItem
168         {
169             Identifier = FN_VIEW_META_CHARS ;
170             HelpID = FN_VIEW_META_CHARS ;
171         };
172         ToolBoxItem
173         {
174             Identifier = FN_VIEW_GRAPHIC ;
175             HelpID = FN_VIEW_GRAPHIC ;
176         };
177         ToolBoxItem
178         {
179             Identifier = FN_PRINT_LAYOUT ;
180             HelpID = FN_PRINT_LAYOUT ;
181         };
182         ToolBoxItem
183         {
184             Identifier = SID_SOURCEVIEW ;
185             HelpID = HID_SOURCEVIEW ;
186         };
187     };
189 /*************************************************************************
190     Textleiste
191 *************************************************************************/
192 String RID_WEBTEXT_TOOLBOX
194     Text [ en-US ] = "Text Object Bar/Web" ;
196 ToolBox RID_WEBTEXT_TOOLBOX
198     HelpID = HID_WEBTEXT_TOOLBOX ;
199     Border = TRUE ;
200     SVLook = TRUE ;
201     Dockable = TRUE ;
202     Moveable = TRUE ;
203     Sizeable = TRUE ;
204     Closeable = TRUE ;
205     Zoomable = TRUE ;
206     Hide = TRUE ;
207     HideWhenDeactivate = TRUE ;
208     LineSpacing = TRUE ;
209     Customize = TRUE ;
210     MenuStrings = TRUE ;
211     ItemList =
212     {
213         MN_TEMPLATE
214         MN_FONT
215         MN_TEXT1(TRUE)
216         MN_TEXT_LTR_RTL
217         MN_TEXT_LINESPACE
218         MN_TEXT2
219         MN_TEXT_BACKGROUND
220         MN_TEXT_DIALOGS(TRUE)
221     };
222     Scroll = TRUE ;
224 String RID_WEBFRAME_TOOLBOX
226     Text [ en-US ] = "Frame Object Bar/Web" ;
228 ToolBox RID_WEBFRAME_TOOLBOX
230     HelpID = HID_WEBFRAME_TOOLBOX ;
231     Border = TRUE ;
232     SVLook = TRUE ;
233     Dockable = TRUE ;
234     Moveable = TRUE ;
235     Sizeable = TRUE ;
236     Closeable = TRUE ;
237     Zoomable = TRUE ;
238     Hide = TRUE ;
239     LineSpacing = TRUE ;
240     MenuStrings = TRUE ;
241     HideWhenDeactivate = TRUE ;
242     Customize = TRUE ;
243     ItemList =
244     {
245         MN_FRAME_WRAP_WEB
246         MN_FRAME1
247         MN_FRAME3
248         MN_LINESTYLE
249         ToolBoxItem
250         {
251             Type = TOOLBOXITEM_SEPARATOR ;
252         };
253         MN_BACKGROUND_COLOR
254         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
255         MN_ATTRIBUTES_FRAME
256         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
257         MN_LAYER
258         ToolBoxItem
259         {
260             Identifier = FN_TOOL_ANKER ;
261             HelpID = FN_TOOL_ANKER ;
262         };
263     };
264     Scroll = TRUE ;
266 String RID_WEBGRAPHIC_TOOLBOX
268     Text [ en-US ] = "Graphics Object Bar/Web" ;
270 ToolBox RID_WEBGRAPHIC_TOOLBOX
272     HelpID = HID_WEBGRAPHIC_TOOLBOX ;
273     Border = TRUE ;
274     SVLook = TRUE ;
275     Dockable = TRUE ;
276     Moveable = TRUE ;
277     Sizeable = TRUE ;
278     Closeable = TRUE ;
279     Zoomable = TRUE ;
280     LineSpacing = TRUE ;
281     HideWhenDeactivate = TRUE ;
282     MenuStrings = TRUE ;
283     Customize = TRUE ;
284     Hide = TRUE ;
285     ItemList =
286     {
287         MN_FRAME_WRAP_WEB
288         MN_FRAME1
289         MN_FRAME3
290         MN_LINESTYLE
291         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
292         MN_ATTRIBUTES_GRAFIK
293         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
294         MN_LAYER
295         ToolBoxItem
296         {
297             Identifier = FN_TOOL_ANKER ;
298             HelpID = FN_TOOL_ANKER ;
299             DropDown = TRUE ;
300         };
301     };
302     Scroll = TRUE ;
304 String RID_WEBOLE_TOOLBOX
306     Text [ en-US ] = "Object/Web" ;
308 ToolBox RID_WEBOLE_TOOLBOX
310     HelpID = HID_OLE_TOOLBOX ;
311     Border = TRUE ;
312     SVLook = TRUE ;
313     Dockable = TRUE ;
314     Moveable = TRUE ;
315     Sizeable = TRUE ;
316     Closeable = TRUE ;
317     Zoomable = TRUE ;
318     LineSpacing = TRUE ;
319     HideWhenDeactivate = TRUE ;
320     Customize = TRUE ;
321     MenuStrings = TRUE ;
322     Hide = TRUE ;
323     Scroll = TRUE ;
324     ItemList =
325     {
326         MN_FRAME_WRAP_WEB
327         MN_FRAME1
328         MN_FRAME3
329         MN_LINESTYLE
330         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
331         MN_ATTRIBUTES_OLE
332         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
333         MN_LAYER
334         ToolBoxItem
335         {
336             Identifier = FN_TOOL_ANKER ;
337             HelpID = FN_TOOL_ANKER ;
338             DropDown = TRUE ;
339         };
340     };
342 /*************************************************************************
344 *************************************************************************/
345 Menu MN_WEB_TEXT_POPUPMENU
346     BASE_TEXT_POPUPMENU_BEGIN
347     BASE_TEXT_POPUPMENU_END