merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / app / toolbox.src
blob121e9727b487a56f6af9d94fa83892f7ed546ae3
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: toolbox.src,v $
10  * $Revision: 1.24 $
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 "app.hrc"
32 #include "cfgids.hxx"
33 #include "helpids.h"
34 #include <svx/svxids.hrc>
35  // Werkzeugleiste (Impress)
36  // Objektleiste (Impress)
37  // Optionsleiste (Impress)
38 #include "toolbox2_tmpl.src"
39  // Werkzeugleiste (Draw (Graphic))
40  // Objektleiste (Draw (Graphic))
41  // Optionsleiste (Draw (Graphic))
42 #undef SD_TOOLBOX
43 #define SD_TOOLBOX RID_GRAPHIC_TOOLBOX
44 #include "toolbox2_tmpl.src"
46 ToolBox RID_SLIDE_TOOLBOX
48     HelpId = HID_SD_SLIDE_TOOLBOX ;
49     LineSpacing = TRUE ;
50     Dockable = TRUE ;
51     Moveable = TRUE ;
52     Sizeable = TRUE ;
53     Closeable = TRUE ;
54     Zoomable = TRUE ;
55     Scroll = TRUE ;
56     HideWhenDeactivate = TRUE ;
57     Border = TRUE ;
58     SVLook = TRUE ;
59     Customize = TRUE ;
60     MenuStrings = TRUE ;
61     Size = MAP_APPFONT ( 0 , 0 ) ;
62     Align = BOXALIGN_LEFT ;
63     ItemList =
64     {
65         ToolBoxItem
66         {
67             Checkable = TRUE ;
68             Identifier = SID_OBJECT_SELECT ;
69             HelpID = SID_OBJECT_SELECT ;
70         };
71         ToolBoxItem
72         {
73             Type = TOOLBOXITEM_SEPARATOR ;
74         };
75         ToolBoxItem
76         {
77             Identifier = SID_ZOOM_TOOLBOX ;
78             HelpID = SID_ZOOM_TOOLBOX ;
79             DropDown = TRUE ;
80         };
81         ToolBoxItem
82         {
83             Type = TOOLBOXITEM_SEPARATOR ;
84         };
85         ToolBoxItem
86         {
87             Identifier = SID_PRESENTATION ;
88             HelpID = SID_PRESENTATION ;
89         };
90         TBI_ZOOM_IN
91         TBI_ZOOM_OUT
92     };
94 ToolBox RID_OUTLINE_TOOLBOX
96     HelpId = HID_SD_OUTLINE_TOOLBOX ;
97     LineSpacing = TRUE ;
98     Dockable = TRUE ;
99     Moveable = TRUE ;
100     Sizeable = TRUE ;
101     Closeable = TRUE ;
102     Zoomable = TRUE ;
103     Scroll = TRUE ;
104     HideWhenDeactivate = TRUE ;
105     Border = TRUE ;
106     SVLook = TRUE ;
107     Customize = TRUE ;
108     MenuStrings = TRUE ;
109     Size = MAP_APPFONT ( 0 , 0 ) ;
110     Align = BOXALIGN_LEFT ;
111     ItemList =
112     {
113         ToolBoxItem
114         {
115             Identifier = SID_ZOOM_TOOLBOX ;
116             HelpID = SID_ZOOM_TOOLBOX ;
117             DropDown = TRUE ;
118         };
119         ToolBoxItem
120         {
121             Type = TOOLBOXITEM_SEPARATOR ;
122         };
123         ToolBoxItem
124         {
125             Identifier = SID_OUTLINE_COLLAPSE_ALL ;
126             HelpID = SID_OUTLINE_COLLAPSE_ALL ;
127         };
128         ToolBoxItem
129         {
130             Identifier = SID_OUTLINE_EXPAND_ALL ;
131             HelpID = SID_OUTLINE_EXPAND_ALL ;
132         };
133         ToolBoxItem
134         {
135             Identifier = SID_OUTLINE_COLLAPSE ;
136             HelpID = SID_OUTLINE_COLLAPSE ;
137         };
138         ToolBoxItem
139         {
140             Identifier = SID_OUTLINE_EXPAND ;
141             HelpID = SID_OUTLINE_EXPAND ;
142         };
143         ToolBoxItem
144         {
145             Type = TOOLBOXITEM_SEPARATOR ;
146         };
147         ToolBoxItem
148         {
149             Identifier = SID_OUTLINE_FORMAT ;
150             HelpID = SID_OUTLINE_FORMAT ;
151         };
152         ToolBoxItem
153         {
154             Identifier = SID_COLORVIEW ;
155             HelpID = SID_COLORVIEW ;
156         };
157         ToolBoxItem
158         {
159             Type = TOOLBOXITEM_SEPARATOR ;
160         };
161         ToolBoxItem
162         {
163             Identifier = SID_PRESENTATION ;
164             HelpID = SID_PRESENTATION ;
165         };
166         TBI_ZOOM_IN
167         TBI_ZOOM_OUT
168     };
170 ToolBox RID_DRAW_COMMONTASK_TOOLBOX
172     HelpId = HID_SD_DRAW_COMMONTASK_TOOLBOX ;
173     ItemList =
174     {
175         ToolBoxItem
176         {
177             Identifier = SID_INSERTPAGE ;
178             HelpID = SID_INSERTPAGE ;
179         };
180         ToolBoxItem
181         {
182             Identifier = SID_MODIFYPAGE ;
183             HelpID = SID_MODIFYPAGE ;
184         };
185         ToolBoxItem
186         {
187             Identifier = SID_PRESENTATION_LAYOUT ;
188             HelpID = SID_PRESENTATION_LAYOUT ;
189         };
190         ToolBoxItem
191         {
192             Identifier = SID_DUPLICATE_PAGE ;
193             HelpID = SID_DUPLICATE_PAGE ;
194         };
195         ToolBoxItem
196         {
197             Identifier = SID_EXPAND_PAGE ;
198             HelpID = SID_EXPAND_PAGE ;
199         };
200     };
202 ToolBox RID_BEZIER_TOOLBOX
204     HelpId = HID_SD_BEZIER_TOOLBOX ;
205     LineSpacing = TRUE ;
206     Dockable = TRUE ;
207     Moveable = TRUE ;
208     Sizeable = TRUE ;
209     Closeable = TRUE ;
210     Zoomable = TRUE ;
211     Scroll = TRUE ;
212     HideWhenDeactivate = TRUE ;
213     Border = TRUE ;
214     SVLook = TRUE ;
215     Customize = TRUE ;
216     MenuStrings = TRUE ;
217     Size = MAP_APPFONT ( 0 , 0 ) ;
218     Align = BOXALIGN_TOP ;
219     ItemList =
220     {
221         ToolBoxItem
222         {
223             ITEM_FORMAT_BEZIER_EDIT
224             AutoCheck = TRUE ;
225             Checkable = TRUE ;
226             RadioCheck = TRUE ;
227         };
228         ToolBoxItem
229         {
230             Type = TOOLBOXITEM_SEPARATOR ;
231         };
232         ToolBoxItem
233         {
234             Identifier = SID_BEZIER_MOVE ;
235             HelpID = SID_BEZIER_MOVE ;
236         };
237         ToolBoxItem
238         {
239             Identifier = SID_BEZIER_INSERT ;
240             HelpID = SID_BEZIER_INSERT ;
241         };
242         ToolBoxItem
243         {
244             Type = TOOLBOXITEM_SEPARATOR ;
245         };
246         ToolBoxItem
247         {
248             Identifier = SID_BEZIER_DELETE ;
249             HelpID = SID_BEZIER_DELETE ;
250         };
251         ToolBoxItem
252         {
253             Identifier = SID_BEZIER_CUTLINE ;
254             HelpID = SID_BEZIER_CUTLINE ;
255         };
256         ToolBoxItem
257         {
258             Identifier = SID_BEZIER_CONVERT ;
259             HelpID = SID_BEZIER_CONVERT ;
260         };
261         ToolBoxItem
262         {
263             Type = TOOLBOXITEM_SEPARATOR ;
264         };
265         ToolBoxItem
266         {
267             Identifier = SID_BEZIER_EDGE ;
268             HelpID = SID_BEZIER_EDGE ;
269         };
270         ToolBoxItem
271         {
272             Identifier = SID_BEZIER_SMOOTH ;
273             HelpID = SID_BEZIER_SMOOTH ;
274         };
275         ToolBoxItem
276         {
277             Identifier = SID_BEZIER_SYMMTR ;
278             HelpID = SID_BEZIER_SYMMTR ;
279         };
280         ToolBoxItem
281         {
282             Type = TOOLBOXITEM_SEPARATOR ;
283         };
284         ToolBoxItem
285         {
286             Identifier = SID_BEZIER_CLOSE ;
287             HelpID = SID_BEZIER_CLOSE ;
288         };
289         ToolBoxItem
290         {
291             Type = TOOLBOXITEM_SEPARATOR ;
292         };
293         ToolBoxItem
294         {
295             Identifier = SID_BEZIER_ELIMINATE_POINTS ;
296             HelpID = SID_BEZIER_ELIMINATE_POINTS ;
297         };
298     };
300 ToolBox RID_GLUEPOINTS_TOOLBOX
302     HelpId = HID_SD_GLUEPOINTS_TOOLBOX ;
303     LineSpacing = TRUE ;
304     Dockable = TRUE ;
305     Moveable = TRUE ;
306     Sizeable = TRUE ;
307     Closeable = TRUE ;
308     Zoomable = TRUE ;
309     Scroll = TRUE ;
310     HideWhenDeactivate = TRUE ;
311     Border = TRUE ;
312     SVLook = TRUE ;
313     Customize = TRUE ;
314     MenuStrings = TRUE ;
315     Size = MAP_APPFONT ( 0 , 0 ) ;
316     Align = BOXALIGN_TOP ;
317     ItemList =
318     {
319         ToolBoxItem
320         {
321             Identifier = SID_GLUE_INSERT_POINT ;
322             HelpID = SID_GLUE_INSERT_POINT ;
323         };
324         ToolBoxItem
325         {
326             Type = TOOLBOXITEM_SEPARATOR ;
327         };
328         ToolBoxItem
329         {
330             Identifier = SID_GLUE_ESCDIR_LEFT ;
331             HelpID = SID_GLUE_ESCDIR_LEFT ;
332         };
333         ToolBoxItem
334         {
335             Identifier = SID_GLUE_ESCDIR_TOP ;
336             HelpID = SID_GLUE_ESCDIR_TOP ;
337         };
338         ToolBoxItem
339         {
340             Identifier = SID_GLUE_ESCDIR_RIGHT ;
341             HelpID = SID_GLUE_ESCDIR_RIGHT ;
342         };
343         ToolBoxItem
344         {
345             Identifier = SID_GLUE_ESCDIR_BOTTOM ;
346             HelpID = SID_GLUE_ESCDIR_BOTTOM ;
347         };
348         ToolBoxItem
349         {
350             Type = TOOLBOXITEM_SEPARATOR ;
351         };
352         ToolBoxItem
353         {
354             Identifier = SID_GLUE_PERCENT ;
355             HelpID = SID_GLUE_PERCENT ;
356         };
357         ToolBoxItem
358         {
359             Type = TOOLBOXITEM_SEPARATOR ;
360         };
361         ToolBoxItem
362         {
363             Identifier = SID_GLUE_HORZALIGN_LEFT ;
364             HelpID = SID_GLUE_HORZALIGN_LEFT ;
365         };
366         ToolBoxItem
367         {
368             Identifier = SID_GLUE_HORZALIGN_CENTER ;
369             HelpID = SID_GLUE_HORZALIGN_CENTER ;
370         };
371         ToolBoxItem
372         {
373             Identifier = SID_GLUE_HORZALIGN_RIGHT ;
374             HelpID = SID_GLUE_HORZALIGN_RIGHT ;
375         };
376         ToolBoxItem
377         {
378             Type = TOOLBOXITEM_SEPARATOR ;
379         };
380         ToolBoxItem
381         {
382             Identifier = SID_GLUE_VERTALIGN_TOP ;
383             HelpID = SID_GLUE_VERTALIGN_TOP ;
384         };
385         ToolBoxItem
386         {
387             Identifier = SID_GLUE_VERTALIGN_CENTER ;
388             HelpID = SID_GLUE_VERTALIGN_CENTER ;
389         };
390         ToolBoxItem
391         {
392             Identifier = SID_GLUE_VERTALIGN_BOTTOM ;
393             HelpID = SID_GLUE_VERTALIGN_BOTTOM ;
394         };
395     };
397 ToolBox RID_SLIDE_OBJ_TOOLBOX
399     HelpId = HID_SD_SLIDE_OBJ_TOOLBOX ;
400     LineSpacing = TRUE ;
401     Dockable = TRUE ;
402     Moveable = TRUE ;
403     Sizeable = TRUE ;
404     Closeable = TRUE ;
405     Zoomable = TRUE ;
406     Scroll = TRUE ;
407     HideWhenDeactivate = TRUE ;
408     Border = TRUE ;
409     SVLook = TRUE ;
410     Customize = TRUE ;
411     MenuStrings = TRUE ;
412     Size = MAP_APPFONT ( 0 , 0 ) ;
413     Align = BOXALIGN_TOP ;
414     ItemList =
415     {
416         ToolBoxItem
417         {
418             Identifier = SID_REHEARSE_TIMINGS ;
419             HelpID = SID_REHEARSE_TIMINGS ;
420         };
421         ToolBoxItem
422         {
423             Type = TOOLBOXITEM_SEPARATOR ;
424         };
425         ToolBoxItem
426         {
427             Identifier = SID_HIDE_SLIDE ;
428             HelpID = SID_HIDE_SLIDE ;
429         };
430         ToolBoxItem
431         {
432             Type = TOOLBOXITEM_SEPARATOR ;
433         };
434         ToolBoxItem
435         {
436             Identifier = SID_PAGES_PER_ROW ;
437             HelpID = SID_PAGES_PER_ROW ;
438         };
439     };
441 ToolBox RID_DRAW_GRAF_TOOLBOX
443     HelpId = HID_SD_DRAW_GRAF_TOOLBOX ;
444     LineSpacing = TRUE ;
445     Dockable = TRUE ;
446     Moveable = TRUE ;
447     Sizeable = TRUE ;
448     Closeable = TRUE ;
449     Zoomable = TRUE ;
450     Scroll = TRUE ;
451     HideWhenDeactivate = TRUE ;
452     Border = TRUE ;
453     SVLook = TRUE ;
454     Customize = TRUE ;
455     MenuStrings = TRUE ;
456     Size = MAP_APPFONT ( 0 , 0 ) ;
457     Align = BOXALIGN_TOP ;
458     ItemList =
459     {
460         ToolBoxItem
461         {
462             Identifier = SID_GRFFILTER;
463             HelpID = SID_GRFFILTER;
464             DropDown = TRUE ;
465             Checkable = FALSE ;
466             RadioCheck = FALSE ;
467         };
468         ToolBoxItem
469         {
470             Type = TOOLBOXITEM_SEPARATOR ;
471         };
473         ToolBoxItem
474         {
475             Identifier = SID_ATTR_GRAF_MODE;
476             HelpID = SID_ATTR_GRAF_MODE;
477         };
478         ToolBoxItem
479         {
480             Type = TOOLBOXITEM_SEPARATOR ;
481         };
483         ToolBoxItem
484         {
485             Identifier = SID_ATTR_GRAF_RED;
486             HelpID = SID_ATTR_GRAF_RED;
487         };
488         ToolBoxItem
489         {
490             Type = TOOLBOXITEM_SEPARATOR ;
491         };
493         ToolBoxItem
494         {
495             Identifier = SID_ATTR_GRAF_GREEN;
496             HelpID = SID_ATTR_GRAF_GREEN;
497         };
498         ToolBoxItem
499         {
500             Type = TOOLBOXITEM_SEPARATOR ;
501         };
503         ToolBoxItem
504         {
505             Identifier = SID_ATTR_GRAF_BLUE;
506             HelpID = SID_ATTR_GRAF_BLUE;
507         };
508         ToolBoxItem
509         {
510             Type = TOOLBOXITEM_SEPARATOR ;
511         };
513         ToolBoxItem
514         {
515             Identifier = SID_ATTR_GRAF_LUMINANCE;
516             HelpID = SID_ATTR_GRAF_BLUE;
517         };
518         ToolBoxItem
519         {
520             Type = TOOLBOXITEM_SEPARATOR ;
521         };
523         ToolBoxItem
524         {
525             Identifier = SID_ATTR_GRAF_CONTRAST;
526             HelpID = SID_ATTR_GRAF_BLUE;
527         };
528         ToolBoxItem
529         {
530             Type = TOOLBOXITEM_SEPARATOR ;
531         };
533         ToolBoxItem
534         {
535             Identifier = SID_ATTR_GRAF_GAMMA;
536             HelpID = SID_ATTR_GRAF_BLUE;
537         };
538         ToolBoxItem
539         {
540             Type = TOOLBOXITEM_SEPARATOR ;
541         };
542         ToolBoxItem
543         {
544             Identifier = SID_ATTR_GRAF_TRANSPARENCE;
545             HelpID = SID_ATTR_GRAF_BLUE;
546         };
547         ToolBoxItem
548         {
549             Type = TOOLBOXITEM_SEPARATOR ;
550         };
552         // #i25616#
553         ToolBoxItem
554         {
555             Identifier = SID_ATTRIBUTES_LINE;
556             HelpID = SID_ATTRIBUTES_LINE;
557         };
558         ToolBoxItem
559         {
560             Identifier = SID_ATTRIBUTES_AREA;
561             HelpID = SID_ATTRIBUTES_AREA;
562         };
563         ToolBoxItem
564         {
565             Identifier = SID_ATTR_FILL_SHADOW;
566             HelpID = SID_ATTR_FILL_SHADOW;
567         };
568         ToolBoxItem
569         {
570             Type = TOOLBOXITEM_SEPARATOR ;
571         };
573         ToolBoxItem
574         {
575             Identifier = SID_ATTR_GRAF_CROP;
576             HelpID = SID_ATTR_GRAF_CROP;
577         };
578     };
581 String RID_DRAW_VIEWER_TOOLBOX
583     Text [ en-US ] = "Function Bar (viewing mode)" ;
586 ToolBox RID_DRAW_VIEWER_TOOLBOX
588     Border = TRUE ;
589     SVLook = TRUE ;
590     Dockable = TRUE ;
591     Moveable = TRUE ;
592     Sizeable = TRUE ;
593     Closeable = TRUE ;
594     Zoomable = TRUE ;
595     HideWhenDeactivate = TRUE ;
596     LineSpacing = TRUE ;
597     Customize = TRUE ;
598     MenuStrings = TRUE ;
599     Hide = TRUE ;
600     ItemList =
601     {
602         ToolBoxItem
603         {
604             Identifier = SID_SAVEASDOC ;
605         };
606         ToolBoxItem
607         {
608             Type = TOOLBOXITEM_SEPARATOR ;
609         };
610         ToolBoxItem
611         {
612             Identifier = SID_EDITDOC ;
613         };
614         ToolBoxItem
615         {
616             Identifier = SID_MAIL_SENDDOC ;
617         };
618         ToolBoxItem
619         {
620             Type = TOOLBOXITEM_SEPARATOR ;
621         };
622         ToolBoxItem
623         {
624             Identifier = SID_DIRECTEXPORTDOCASPDF ;
625         };
626         ToolBoxItem
627         {
628             Identifier = SID_PRINTDOCDIRECT ;
629         };
630         ToolBoxItem
631         {
632             Type = TOOLBOXITEM_SEPARATOR ;
633         };
634         ToolBoxItem
635         {
636             Identifier = SID_COPY ;
637         };
638         ToolBoxItem
639         {
640             Type = TOOLBOXITEM_SEPARATOR ;
641         };
642         ToolBoxItem
643         {
644             Identifier = SID_SEARCH_DLG ;
645         };
646         ToolBoxItem
647         {
648             Identifier = SID_NAVIGATOR ;
649         };
650         ToolBoxItem
651         {
652             Type = TOOLBOXITEM_SEPARATOR ;
653         };
654         ToolBoxItem
655         {
656             Identifier = SID_ATTR_ZOOM ;
657         };
658         ToolBoxItem
659         {
660             Type = TOOLBOXITEM_SEPARATOR ;
661         };
662         ToolBoxItem
663         {
664             Identifier = SID_PRESENTATION;
665         };
666     };
667     Scroll = TRUE ;
670 String RID_GRAPHIC_VIEWER_TOOLBOX
672     Text [ en-US ] = "Function Bar (viewing mode)" ;
675 ToolBox RID_GRAPHIC_VIEWER_TOOLBOX
677     Border = TRUE ;
678     SVLook = TRUE ;
679     Dockable = TRUE ;
680     Moveable = TRUE ;
681     Sizeable = TRUE ;
682     Closeable = TRUE ;
683     Zoomable = TRUE ;
684     HideWhenDeactivate = TRUE ;
685     LineSpacing = TRUE ;
686     Customize = TRUE ;
687     MenuStrings = TRUE ;
688     Hide = TRUE ;
689     ItemList =
690     {
691         ToolBoxItem
692         {
693             Identifier = SID_SAVEASDOC ;
694         };
695         ToolBoxItem
696         {
697             Type = TOOLBOXITEM_SEPARATOR ;
698         };
699         ToolBoxItem
700         {
701             Identifier = SID_EDITDOC ;
702         };
703         ToolBoxItem
704         {
705             Identifier = SID_MAIL_SENDDOC ;
706         };
707         ToolBoxItem
708         {
709             Type = TOOLBOXITEM_SEPARATOR ;
710         };
711         ToolBoxItem
712         {
713             Identifier = SID_DIRECTEXPORTDOCASPDF ;
714         };
715         ToolBoxItem
716         {
717             Identifier = SID_PRINTDOCDIRECT ;
718         };
719         ToolBoxItem
720         {
721             Type = TOOLBOXITEM_SEPARATOR ;
722         };
723         ToolBoxItem
724         {
725             Identifier = SID_COPY ;
726         };
727         ToolBoxItem
728         {
729             Type = TOOLBOXITEM_SEPARATOR ;
730         };
731         ToolBoxItem
732         {
733             Identifier = SID_SEARCH_DLG ;
734         };
735         ToolBoxItem
736         {
737             Identifier = SID_NAVIGATOR ;
738         };
739         ToolBoxItem
740         {
741             Type = TOOLBOXITEM_SEPARATOR ;
742         };
743         ToolBoxItem
744         {
745             Identifier = SID_ATTR_ZOOM ;
746         };
747         ToolBoxItem
748         {
749             Type = TOOLBOXITEM_SEPARATOR ;
750         };
751     };
752     Scroll = TRUE ;
755 ToolBox RID_DRAW_MEDIA_TOOLBOX
757     HelpId = HID_SD_DRAW_MEDIA_TOOLBOX ;
758     LineSpacing = TRUE ;
759     Dockable = TRUE ;
760     Moveable = TRUE ;
761     Sizeable = TRUE ;
762     Closeable = TRUE ;
763     Zoomable = TRUE ;
764     Scroll = TRUE ;
765     HideWhenDeactivate = TRUE ;
766     Border = TRUE ;
767     SVLook = TRUE ;
768     Customize = TRUE ;
769     MenuStrings = TRUE ;
770     Size = MAP_APPFONT ( 0 , 0 ) ;
771     Align = BOXALIGN_TOP ;
772     ItemList =
773     {
774         ToolBoxItem
775         {
776             Identifier = SID_AVMEDIA_TOOLBOX;
777             HelpID = SID_AVMEDIA_TOOLBOX;
778         };
779     };
781 String RID_DRAW_MEDIA_TOOLBOX
783     Text [ en-US ] = "Media Playback" ;
785 String RID_DRAW_TABLE_TOOLBOX
787     TEXT [ de ] = "Tabelle" ;
788     Text [ en-US ] = "Table" ;