update dev300-m58
[ooovba.git] / sw / source / ui / shells / shells.src
blob9140062f2164465b644da71e886b610e86f429ea
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: shells.src,v $
10  * $Revision: 1.54 $
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  ************************************************************************/
30 #include <svx/svxids.hrc>
31 #include <svx/globlmn.hrc>
32 #include "toolbox.hrc"
33 #include "helpid.h"
34 InfoBox MSG_NO_RULER
36     BUTTONS = WB_OK ;
37     DEFBUTTON = WB_DEF_OK ;
38     Message [ en-US ] = "There are no bitmaps in the Gallery theme 'Rulers'." ;
40 String STR_GRFILTER_OPENERROR
42         Text [ en-US ] = "Graphics file cannot be opened" ;
43     Text [ x-comment ] = " ";
45 String STR_GRFILTER_IOERROR
47         Text [ en-US ] = "Graphics file cannot be read" ;
48     Text [ x-comment ] = " ";
50 String STR_GRFILTER_FORMATERROR
52         Text [ en-US ] = "Unknown graphic format" ;
53     Text [ x-comment ] = " ";
55 String STR_GRFILTER_VERSIONERROR
57         Text [ en-US ] = "This graphic file version is not supported" ;
58     Text [ x-comment ] = " ";
60 String STR_GRFILTER_FILTERERROR
62         Text [ en-US ] = "Graphics filter not found" ;
63     Text [ x-comment ] = " ";
65 String STR_GRFILTER_TOOBIG
67     Text [ en-US ] = "Not enough memory to insert the picture." ;
68     Text [ x-comment ] = " ";
70 String STR_INSERT_GRAPHIC
72     Text [ en-US ] = "Insert picture" ;
74 String STR_NO_ADDRESSBOOK
76         Text [ en-US ] = "An Address Book does not exist" ;
77     Text [ x-comment ] = " ";
79 String STR_NOTIZ_INSERT
81         Text [ en-US ] = "Insert Note" ;
82     Text [ x-comment ] = " ";
84 String STR_REDLINE_COMMENT
86         Text [ en-US ] = "Comment: " ;
87     Text [ x-comment ] = " ";
89 String STR_REDLINE_INSERTED
91         Text [ en-US ] = "Insertion" ;
92     Text [ x-comment ] = " ";
94 String STR_REDLINE_DELETED
96         Text [ en-US ] = "Deletion" ;
97     Text [ x-comment ] = " ";
99 String STR_REDLINE_AUTOFMT
101         Text [ en-US ] = "AutoFormat";
102     Text [ x-comment ] = " ";
104 String STR_REDLINE_FORMATED
106         Text [ en-US ] = "Formats" ;
107     Text [ x-comment ] = " ";
109 String STR_REDLINE_TABLECHG
111         Text [ en-US ] = "Table Changes" ;
112     Text [ x-comment ] = " ";
114 String STR_REDLINE_FMTCOLLSET
116         Text [ en-US ] = "Applied Paragraph Styles";
117     Text [ x-comment ] = " ";
119 String STR_REDLINE_TITLE
121         Text [ en-US ] = "AutoFormat";
122     Text [ x-comment ] = " ";
124 String STR_REDLINE_MSG
126         Text [ en-US ] = "AutoFormat completed.\nYou can accept or reject all changes,\nor accept or reject particular changes.";
127     Text [ x-comment ] = " ";
129 String STR_REDLINE_ACCEPT_ALL
131         Text [ en-US ] = "Accept All";
132     Text [ x-comment ] = " ";
134 String STR_REDLINE_REJECT_ALL
136         Text [ en-US ] = "Reject All";
137     Text [ x-comment ] = " ";
139 String STR_REDLINE_EDIT
141         Text [ en-US ] = "Edit Changes";
142     Text [ x-comment ] = " ";
144 QueryBox DLG_IMPORT_DBNAME
146     BUTTONS = WB_YES_NO ;
147     DEFBUTTON = WB_DEF_NO ;
148     Message [ en-US ] = "Use database name as default database for the document?" ;
149     Message [ x-comment ] = " ";
151 String STR_PAGE
153         Text [ en-US ] = "Page " ;
154     Text [ x-comment ] = " ";
156 String RID_TEXT_TOOLBOX
158     /* ### ACHTUNG: Neuer Text in Resource? Textobjektleiste : Textleiste */
159         Text [ en-US ] = "Text Object Bar" ;
160     Text [ x-comment ] = " ";
162 ToolBox RID_TEXT_TOOLBOX
164     HelpID = HID_TEXT_TOOLBOX ;
165     Border = TRUE ;
166     SVLook = TRUE ;
167     Dockable = TRUE ;
168     Moveable = TRUE ;
169     Sizeable = TRUE ;
170     Closeable = TRUE ;
171     Zoomable = TRUE ;
172     HideWhenDeactivate = TRUE ;
173     LineSpacing = TRUE ;
174     Customize = TRUE ;
175     MenuStrings = TRUE ;
176     Hide = TRUE ;
177     ItemList =
178     {
179         MN_TEMPLATE
180         MN_FONT
181         MN_TEXT1(TRUE)
182         MN_TEXT1_BLOCK
183         MN_TEXT_LTR_RTL
184         MN_TEXT_LINESPACE
185         MN_TEXT2
186         MN_TEXT_BACKGROUND
187         MN_TEXT_DIALOGS(TRUE)
188     };
189     Scroll = TRUE ;
191 String RID_TABLE_TOOLBOX
193         Text [ en-US ] = "Table Object Bar" ;
194     Text [ x-comment ] = " ";
196 ToolBox RID_TABLE_TOOLBOX
198     HelpID = HID_TABLE_TOOLBOX ;
199     Border = TRUE ;
200     SVLook = TRUE ;
201     Dockable = TRUE ;
202     Moveable = TRUE ;
203     Sizeable = TRUE ;
204     Closeable = TRUE ;
205     Zoomable = TRUE ;
206     LineSpacing = TRUE ;
207     HideWhenDeactivate = TRUE ;
208     Customize = TRUE ;
209     MenuStrings = TRUE ;
210     Hide = TRUE ;
211     Scroll = TRUE ;
212     ItemList =
213     {
214         MN_TEMPLATE
215         MN_FONT
216         ToolBoxItem
217         {
218             Identifier = FN_TABLE_AUTOSUM ;
219             HelpID = FN_TABLE_AUTOSUM ;
220         };
221         ToolBoxItem
222         {
223             Type = TOOLBOXITEM_SEPARATOR ;
224         };
225         ToolBoxItem
226         {
227             Identifier = FN_TABLE_MODE_FIX ;
228             HelpID = FN_TABLE_MODE_FIX ;
229         };
230         ToolBoxItem
231         {
232             Identifier = FN_TABLE_MODE_FIX_PROP ;
233             HelpID = FN_TABLE_MODE_FIX_PROP ;
234         };
235         ToolBoxItem
236         {
237             Identifier = FN_TABLE_MODE_VARIABLE ;
238             HelpID = FN_TABLE_MODE_VARIABLE ;
239         };
240         ToolBoxItem
241         {
242             Type = TOOLBOXITEM_SEPARATOR ;
243         };
244         ToolBoxItem
245         {
246             Identifier = FN_TABLE_MERGE_CELLS ;
247             HelpID = FN_TABLE_MERGE_CELLS ;
248         };
249         ToolBoxItem
250         {
251             Identifier = FN_TABLE_SPLIT_CELLS ;
252             HelpID = FN_TABLE_SPLIT_CELLS ;
253         };
254         ToolBoxItem
255         {
256             DropDown = TRUE ;
257             Identifier = FN_OPTIMIZE_TABLE ;
258             HelpID = FN_OPTIMIZE_TABLE ;
259         };
260         ToolBoxItem
261         {
262             Type = TOOLBOXITEM_SEPARATOR ;
263         };
264         ToolBoxItem
265         {
266             Identifier = FN_TABLE_INSERT_ROW ;
267             HelpID = FN_TABLE_INSERT_ROW ;
268         };
269         ToolBoxItem
270         {
271             Identifier = FN_TABLE_INSERT_COL ;
272             HelpID = FN_TABLE_INSERT_COL ;
273         };
274         ToolBoxItem
275         {
276             Identifier = FN_TABLE_DELETE_ROW ;
277             HelpID = FN_TABLE_DELETE_ROW ;
278         };
279         ToolBoxItem
280         {
281             Identifier = FN_TABLE_DELETE_COL ;
282             HelpID = FN_TABLE_DELETE_COL ;
283         };
284         ToolBoxItem
285         {
286             Type = TOOLBOXITEM_SEPARATOR ;
287         };
288         ToolBoxItem
289         {
290             Identifier = FN_TABLE_SELECT_ALL;
291             HelpID = FN_TABLE_SELECT_ALL;
292             Hide = TRUE;
293         };
294         ToolBoxItem
295         {
296             Identifier = FN_TABLE_SELECT_COL;
297             HelpID = FN_TABLE_SELECT_COL;
298             Hide = TRUE;
299         };
300         ToolBoxItem
301         {
302             Identifier = FN_TABLE_SELECT_ROW;
303             HelpID = FN_TABLE_SELECT_ROW;
304             Hide = TRUE;
305         };
306         ToolBoxItem
307         {
308             Type = TOOLBOXITEM_SEPARATOR ;
309         };
310         ToolBoxItem
311         {
312             Identifier = FN_TABLE_VERT_NONE;
313             HelpID = FN_TABLE_VERT_NONE;
314             RadioCheck = TRUE;
315             Hide = TRUE;
316         };
317         ToolBoxItem
318         {
319             Identifier = FN_TABLE_VERT_CENTER;
320             HelpID = FN_TABLE_VERT_CENTER;
321             RadioCheck = TRUE;
322             Hide = TRUE;
323         };
324         ToolBoxItem
325         {
326             Identifier = FN_TABLE_VERT_BOTTOM;
327             HelpID = FN_TABLE_VERT_BOTTOM;
328             RadioCheck = TRUE;
329             Hide = TRUE;
330         };
331         ToolBoxItem
332         {
333             Type = TOOLBOXITEM_SEPARATOR ;
334         };
335         ToolBoxItem
336         {
337             ITEM_TOOLBAR_ATTR_BORDER
338         };
339         ToolBoxItem
340         {
341             ITEM_TOOLBAR_FRAME_LINESTYLE
342         };
343         ToolBoxItem
344         {
345             ITEM_TOOLBAR_FRAME_LINECOLOR
346             Hide = TRUE;
347         };
348         ToolBoxItem
349         {
350             ITEM_TOOLBAR_BACKGROUND_COLOR
351         };
352     };
354 String RID_FRAME_TOOLBOX
356         Text [ en-US ] = "Frame Object Bar" ;
357     Text [ x-comment ] = " ";
359 ToolBox RID_FRAME_TOOLBOX
361     HelpID = HID_FRAME_TOOLBOX ;
362     Border = TRUE ;
363     SVLook = TRUE ;
364     Dockable = TRUE ;
365     Moveable = TRUE ;
366     Sizeable = TRUE ;
367     Closeable = TRUE ;
368     Zoomable = TRUE ;
369     LineSpacing = TRUE ;
370     MenuStrings = TRUE ;
371     HideWhenDeactivate = TRUE ;
372     Customize = TRUE ;
373     Hide = TRUE ;
374     ItemList =
375     {
376         MN_TEMPLATE
377         MN_FRAME_WRAP
378         MN_FRAME1
379         MN_FRAME2
380         MN_FRAME3
381         MN_LINESTYLE
382         MN_BACKGROUND_COLOR
383         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
384         MN_ATTRIBUTES_FRAME
385         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
386         MN_LAYER
387         ToolBoxItem
388         {
389             Identifier = FN_TOOL_ANKER ;
390             HelpID = FN_TOOL_ANKER ;
391             DropDown = TRUE ;
392         };
393         ToolBoxItem
394         {
395             Type = TOOLBOXITEM_SEPARATOR ;
396         };
397         ToolBoxItem
398         {
399             Identifier = FN_FRAME_CHAIN ;
400             HelpID = FN_FRAME_CHAIN ;
401         };
402         ToolBoxItem
403         {
404             Identifier = FN_FRAME_UNCHAIN ;
405             HelpID = FN_FRAME_UNCHAIN ;
406         };
407     };
408     Scroll = TRUE ;
410 String RID_GRAFIK_TOOLBOX
412         Text [ en-US ] = "Graphics Object Bar" ;
413     Text [ x-comment ] = " ";
415 ToolBox RID_GRAFIK_TOOLBOX
417     HelpID = HID_GRAFIK_TOOLBOX ;
418     Border = TRUE ;
419     SVLook = TRUE ;
420     Dockable = TRUE ;
421     Moveable = TRUE ;
422     Sizeable = TRUE ;
423     Closeable = TRUE ;
424     Zoomable = TRUE ;
425     LineSpacing = TRUE ;
426     HideWhenDeactivate = TRUE ;
427     MenuStrings = TRUE ;
428     Customize = TRUE ;
429     Hide = TRUE ;
430     ItemList =
431     {
432         ToolBoxItem
433         {
434             Identifier = SID_GRFFILTER;
435             HelpID = SID_GRFFILTER;
436             DropDown = TRUE ;
437         };
438         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
439         ToolBoxItem
440         {
441             Identifier = SID_ATTR_GRAF_MODE;
442             HelpID = SID_ATTR_GRAF_MODE;
443         };
444         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
446         ToolBoxItem
447         {
448             Identifier = SID_ATTR_GRAF_RED;
449             HelpID = SID_ATTR_GRAF_RED;
450         };
451         ToolBoxItem
452         {
453             Identifier = SID_ATTR_GRAF_GREEN;
454             HelpID = SID_ATTR_GRAF_GREEN;
455         };
456         ToolBoxItem
457         {
458             Identifier = SID_ATTR_GRAF_BLUE;
459             HelpID = SID_ATTR_GRAF_BLUE;
460         };
461         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
463         ToolBoxItem
464         {
465             Identifier = SID_ATTR_GRAF_LUMINANCE;
466             HelpID = SID_ATTR_GRAF_LUMINANCE;
467         };
468         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
470         ToolBoxItem
471         {
472             Identifier = SID_ATTR_GRAF_CONTRAST;
473             HelpID = SID_ATTR_GRAF_CONTRAST;
474         };
475         ToolBoxItem
476         {
477             Identifier = SID_ATTR_GRAF_GAMMA;
478             HelpID = SID_ATTR_GRAF_GAMMA;
479         };
480         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
481         ToolBoxItem
482         {
483             Identifier = SID_ATTR_GRAF_TRANSPARENCE;
484             HelpID = SID_ATTR_GRAF_TRANSPARENCE;
485         };
486         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
487         ToolBoxItem
488         {
489             Identifier = FN_FLIP_VERT_GRAFIC ;
490             HelpID = FN_FLIP_VERT_GRAFIC ;
491         };
492         ToolBoxItem
493         {
494             Identifier = FN_FLIP_HORZ_GRAFIC ;
495             HelpID = FN_FLIP_HORZ_GRAFIC ;
496         };
497         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
498         MN_ATTRIBUTES_GRAFIK
499     };
500     Scroll = TRUE ;
502 String RID_OLE_TOOLBOX
504         Text [ en-US ] = "Object" ;
505     Text [ x-comment ] = " ";
507 ToolBox RID_OLE_TOOLBOX
509     HelpID = HID_OLE_TOOLBOX ;
510     Border = TRUE ;
511     SVLook = TRUE ;
512     Dockable = TRUE ;
513     Moveable = TRUE ;
514     Sizeable = TRUE ;
515     Closeable = TRUE ;
516     Zoomable = TRUE ;
517     LineSpacing = TRUE ;
518     HideWhenDeactivate = TRUE ;
519     Customize = TRUE ;
520     MenuStrings = TRUE ;
521     Hide = TRUE ;
522     Scroll = TRUE ;
523     ItemList =
524     {
525         MN_TEMPLATE
526         MN_FRAME_WRAP
527         MN_CONTOUR
528         MN_FRAME1
529         MN_FRAME2
530         MN_FRAME3
531         MN_LINESTYLE
532         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
533         MN_ATTRIBUTES_OLE
534         ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
535         MN_LAYER
536         ToolBoxItem
537         {
538             Identifier = FN_TOOL_ANKER ;
539             HelpID = FN_TOOL_ANKER ;
540             DropDown = TRUE ;
541         };
542     };
544 String RID_DRAW_TOOLBOX
546         Text [ en-US ] = "Draw Object Bar" ;
547     Text [ x-comment ] = " ";
549 ToolBox RID_DRAW_TOOLBOX
551     HelpID = HID_DRAW_TOOLBOX ;
552     Border = TRUE ;
553     SVLook = TRUE ;
554     Dockable = TRUE ;
555     Moveable = TRUE ;
556     Sizeable = TRUE ;
557     Closeable = TRUE ;
558     Zoomable = TRUE ;
559     LineSpacing = TRUE ;
560     HideWhenDeactivate = TRUE ;
561     Customize = TRUE ;
562     MenuStrings = TRUE ;
563     Hide = TRUE ;
564     ItemList =
565     {
566         ToolBoxItem
567         {
568             Identifier = SID_BEZIER_EDIT ;
569             HelpID = SID_BEZIER_EDIT ;
570         };
571         ToolBoxItem
572         {
573             Type = TOOLBOXITEM_SEPARATOR ;
574         };
575         ToolBoxItem
576         {
577             Identifier = SID_ATTRIBUTES_LINE ;
578             HelpID = SID_ATTRIBUTES_LINE ;
579         };
580         ToolBoxItem
581         {
582             ITEM_TOOLBAR_ATTR_LINEEND_STYLE
583         };
584         ToolBoxItem
585         {
586             ITEM_TOOLBAR_ATTR_LINE_STYLE
587         };
588         ToolBoxItem
589         {
590             ITEM_TOOLBAR_ATTR_LINE_WIDTH
591         };
592         ToolBoxItem
593         {
594             ITEM_TOOLBAR_ATTR_LINE_COLOR
595         };
596         ToolBoxItem
597         {
598             Type = TOOLBOXITEM_SEPARATOR ;
599         };
600         ToolBoxItem
601         {
602             Identifier = SID_ATTRIBUTES_AREA ;
603             HelpID = SID_ATTRIBUTES_AREA ;
604         };
605         ToolBoxItem
606         {
607             ITEM_TOOLBAR_ATTR_FILL_STYLE
608         };
609         ToolBoxItem
610         {
611             Type = TOOLBOXITEM_SEPARATOR ;
612         };
613         ToolBoxItem
614         {
615             ITEM_TOOLBAR_OBJECT_ROTATE
616         };
617         ToolBoxItem
618         {
619             Identifier = FN_TOOL_ANKER ;
620             HelpID = FN_TOOL_ANKER ;
621             DropDown = TRUE ;
622         };
623         ToolBoxItem
624         {
625             Type = TOOLBOXITEM_SEPARATOR ;
626         };
627         ToolBoxItem
628         {
629             Identifier = FN_FRAME_NOWRAP ;
630             HelpID = FN_FRAME_NOWRAP ;
631             RadioCheck = TRUE ;
632             Hide = TRUE;
633         };
634         ToolBoxItem
635         {
636             Identifier = FN_FRAME_WRAP ;
637             HelpID = FN_FRAME_WRAP ;
638             RadioCheck = TRUE ;
639             Hide = TRUE;
640         };
641         ToolBoxItem
642         {
643             Identifier = FN_FRAME_WRAP_IDEAL ;
644             HelpID = FN_FRAME_WRAP_IDEAL ;
645             RadioCheck = TRUE ;
646             Hide = TRUE;
647         };
648         ToolBoxItem
649         {
650             Identifier = FN_FRAME_WRAP_LEFT ;
651             HelpID = FN_FRAME_WRAP_LEFT ;
652             RadioCheck = TRUE ;
653             Hide = TRUE;
654         };
655         ToolBoxItem
656         {
657             Identifier = FN_FRAME_WRAP_RIGHT ;
658             HelpID = FN_FRAME_WRAP_RIGHT ;
659             RadioCheck = TRUE ;
660             Hide = TRUE;
661         };
662         ToolBoxItem
663         {
664             Identifier = FN_FRAME_WRAPTHRU ;
665             HelpID = FN_FRAME_WRAPTHRU ;
666             RadioCheck = TRUE ;
667             Hide = TRUE;
668         };
669         ToolBoxItem
670         {
671             Type = TOOLBOXITEM_SEPARATOR ;
672         };
673         ToolBoxItem
674         {
675             Identifier = FN_FRAME_WRAP_CONTOUR ;
676             HelpID = FN_FRAME_WRAP_CONTOUR ;
677             Hide = TRUE ;
678         };
679         ToolBoxItem
680         {
681             Type = TOOLBOXITEM_SEPARATOR ;
682         };
683         ToolBoxItem
684         {
685             Identifier = SID_OBJECT_HEAVEN ;
686             HelpID = SID_OBJECT_HEAVEN ;
687         };
688         ToolBoxItem
689         {
690             Identifier = SID_OBJECT_HELL ;
691             HelpID = SID_OBJECT_HELL ;
692         };
693         MN_LAYER
694         MN_GRID( HIDE=TRUE )
695         ToolBoxItem
696         {
697             Type = TOOLBOXITEM_SEPARATOR ;
698         };
699         ToolBoxItem
700         {
701             Identifier = SID_OBJECT_ALIGN ;
702             HelpID = SID_OBJECT_ALIGN ;
703             DropDown = TRUE ;
704         };
705     };
706     Scroll = TRUE ;
708 String RID_BEZIER_TOOLBOX
710         Text [ en-US ] = "Bézier Object Bar" ;
711     Text [ x-comment ] = " ";
713 ToolBox RID_BEZIER_TOOLBOX
715     HelpID = HID_BEZIER_TOOLBOX ;
716     Border = TRUE ;
717     SVLook = TRUE ;
718     Dockable = TRUE ;
719     Moveable = TRUE ;
720     Sizeable = TRUE ;
721     Closeable = TRUE ;
722     Zoomable = TRUE ;
723     LineSpacing = TRUE ;
724     HideWhenDeactivate = TRUE ;
725     Customize = TRUE ;
726     MenuStrings = TRUE ;
727     Hide = TRUE ;
728     ItemList =
729     {
730         ToolBoxItem
731         {
732             Identifier = SID_BEZIER_EDIT ;
733             HelpID = SID_BEZIER_EDIT ;
734         };
735         ToolBoxItem
736         {
737             Type = TOOLBOXITEM_SEPARATOR ;
738         };
739         ToolBoxItem
740         {
741             Identifier = SID_BEZIER_MOVE ;
742             HelpID = SID_BEZIER_MOVE ;
743             RadioCheck = TRUE ;
744         };
745         ToolBoxItem
746         {
747             Identifier = SID_BEZIER_INSERT ;
748             HelpID = SID_BEZIER_INSERT ;
749             RadioCheck = TRUE ;
750         };
751         ToolBoxItem
752         {
753             Type = TOOLBOXITEM_SEPARATOR ;
754         };
755         ToolBoxItem
756         {
757             Identifier = SID_BEZIER_DELETE ;
758             HelpID = SID_BEZIER_DELETE ;
759         };
760         ToolBoxItem
761         {
762             Identifier = SID_BEZIER_CUTLINE ;
763             HelpID = SID_BEZIER_CUTLINE ;
764         };
765         ToolBoxItem
766         {
767             Identifier = SID_BEZIER_CONVERT ;
768             HelpID = SID_BEZIER_CONVERT ;
769         };
770         ToolBoxItem
771         {
772             Type = TOOLBOXITEM_SEPARATOR ;
773         };
774         ToolBoxItem
775         {
776             Identifier = SID_BEZIER_EDGE ;
777             HelpID = SID_BEZIER_EDGE ;
778             RadioCheck = TRUE ;
779         };
780         ToolBoxItem
781         {
782             Identifier = SID_BEZIER_SMOOTH ;
783             HelpID = SID_BEZIER_SMOOTH ;
784             RadioCheck = TRUE ;
785         };
786         ToolBoxItem
787         {
788             Identifier = SID_BEZIER_SYMMTR ;
789             HelpID = SID_BEZIER_SYMMTR ;
790             RadioCheck = TRUE ;
791         };
792         ToolBoxItem
793         {
794             Type = TOOLBOXITEM_SEPARATOR ;
795         };
796         ToolBoxItem
797         {
798             Identifier = SID_BEZIER_CLOSE ;
799             HelpID = SID_BEZIER_CLOSE ;
800         };
801         ToolBoxItem
802         {
803             Type = TOOLBOXITEM_SEPARATOR ;
804         };
805         ToolBoxItem
806         {
807             Identifier = SID_BEZIER_ELIMINATE_POINTS ;
808             HelpID = SID_BEZIER_ELIMINATE_POINTS ;
809         };
810     };
811     Scroll = TRUE ;
813 String RID_DRAW_TEXT_TOOLBOX
815     Text [ en-US ] = "Text Object Bar/Graphics" ;
816     Text [ x-comment ] = " ";
818 ToolBox RID_DRAW_TEXT_TOOLBOX
820     HelpID = HID_DRAW_TEXT_TOOLBOX ;
821     Border = TRUE ;
822     Customize = TRUE ;
823     SVLook = TRUE ;
824     Dockable = TRUE ;
825     Moveable = TRUE ;
826     Sizeable = TRUE ;
827     Closeable = TRUE ;
828     Zoomable = TRUE ;
829     LineSpacing = TRUE ;
830     HideWhenDeactivate = TRUE ;
831     MenuStrings = TRUE ;
832     Hide = TRUE ;
833     ItemList =
834     {
835         MN_FONT
836         MN_TEXT1(FALSE)
837         MN_TEXT1_BLOCK
838         MN_TEXT_LINESPACE
839         ToolBoxItem
840         {
841             Type = TOOLBOXITEM_SEPARATOR ;
842         };
843         ToolBoxItem
844         {
845             ITEM_TOOLBAR_ATTR_CHAR_COLOR
846             Hide = TRUE;
847         };
848         MN_TEXT_LTR_RTL
849         ToolBoxItem
850         {
851             Type = TOOLBOXITEM_SEPARATOR ;
852         };
853         ToolBoxItem
854         {
855             Identifier = SID_TEXTDIRECTION_LEFT_TO_RIGHT ;
856             HelpID = SID_TEXTDIRECTION_LEFT_TO_RIGHT ;
857         };
858         ToolBoxItem
859         {
860             Identifier = SID_TEXTDIRECTION_TOP_TO_BOTTOM ;
861             HelpID = SID_TEXTDIRECTION_TOP_TO_BOTTOM ;
862         };
864         MN_TEXT_DIALOGS(FALSE)
865     };
866     ItemList[ ar ] =
867     {
868         MN_FONT
869         MN_TEXT1_RTL(FALSE)
870         MN_TEXT1_BLOCK
871         MN_TEXT_LINESPACE
872         ToolBoxItem
873         {
874             Type = TOOLBOXITEM_SEPARATOR ;
875         };
876         ToolBoxItem
877         {
878             ITEM_TOOLBAR_ATTR_CHAR_COLOR
879             Hide = TRUE;
880         };
881         MN_TEXT_RTL_LTR
882         ToolBoxItem
883         {
884             Type = TOOLBOXITEM_SEPARATOR ;
885         };
886         ToolBoxItem
887         {
888             Identifier = SID_TEXTDIRECTION_LEFT_TO_RIGHT ;
889             HelpID = SID_TEXTDIRECTION_LEFT_TO_RIGHT ;
890         };
891         ToolBoxItem
892         {
893             Identifier = SID_TEXTDIRECTION_TOP_TO_BOTTOM ;
894             HelpID = SID_TEXTDIRECTION_TOP_TO_BOTTOM ;
895         };
897         MN_TEXT_DIALOGS(FALSE)
898     };
899     ItemList[ he ] =
900     {
901         MN_FONT
902         MN_TEXT1_RTL(FALSE)
903         MN_TEXT1_BLOCK
904         MN_TEXT_LINESPACE
905         ToolBoxItem
906         {
907             Type = TOOLBOXITEM_SEPARATOR ;
908         };
909         ToolBoxItem
910         {
911             ITEM_TOOLBAR_ATTR_CHAR_COLOR
912             Hide = TRUE;
913         };
914         MN_TEXT_RTL_LTR
915         ToolBoxItem
916         {
917             Type = TOOLBOXITEM_SEPARATOR ;
918         };
919         ToolBoxItem
920         {
921             Identifier = SID_TEXTDIRECTION_LEFT_TO_RIGHT ;
922             HelpID = SID_TEXTDIRECTION_LEFT_TO_RIGHT ;
923         };
924         ToolBoxItem
925         {
926             Identifier = SID_TEXTDIRECTION_TOP_TO_BOTTOM ;
927             HelpID = SID_TEXTDIRECTION_TOP_TO_BOTTOM ;
928         };
930         MN_TEXT_DIALOGS(FALSE)
931     };
932     Scroll = TRUE ;
934 String RID_NUM_TOOLBOX
936         Text [ en-US ] = "Numbering Object Bar" ;
937     Text [ x-comment ] = " ";
939 ToolBox RID_NUM_TOOLBOX
941     HelpID = HID_NUM_TOOLBOX ;
942     Border = TRUE ;
943     SVLook = TRUE ;
944     Dockable = TRUE ;
945     Moveable = TRUE ;
946     Sizeable = TRUE ;
947     Closeable = TRUE ;
948     Zoomable = TRUE ;
949     LineSpacing = TRUE ;
950     HideWhenDeactivate = TRUE ;
951     Customize = TRUE ;
952     MenuStrings = TRUE ;
953     Hide = TRUE ;
954     ItemList =
955     {
956         MN_TEMPLATE
957         MN_FONT
958         ToolBoxItem
959         {
960             Identifier = FN_NUM_BULLET_OFF ;
961             HelpID = FN_NUM_BULLET_OFF ;
962         };
963         ToolBoxItem
964         {
965             Type = TOOLBOXITEM_SEPARATOR ;
966         };
967         ToolBoxItem
968         {
969             Identifier = FN_NUM_BULLET_UP ;
970             HelpID = FN_NUM_BULLET_UP ;
971         };
972         ToolBoxItem
973         {
974             Identifier = FN_NUM_BULLET_DOWN ;
975             HelpID = FN_NUM_BULLET_DOWN ;
976         };
977         ToolBoxItem
978         {
979             Identifier = FN_NUM_BULLET_OUTLINE_UP ;
980             HelpID = FN_NUM_BULLET_OUTLINE_UP ;
981         };
982         ToolBoxItem
983         {
984             Identifier = FN_NUM_BULLET_OUTLINE_DOWN ;
985         };
986         ToolBoxItem
987         {
988             Type = TOOLBOXITEM_SEPARATOR ;
989         };
990         ToolBoxItem
991         {
992             Identifier = FN_NUM_BULLET_NONUM ;
993             HelpID = FN_NUM_BULLET_NONUM ;
994         };
995         ToolBoxItem
996         {
997             Type = TOOLBOXITEM_SEPARATOR ;
998         };
999         ToolBoxItem
1000         {
1001             Identifier = FN_NUM_BULLET_MOVEUP ;
1002             HelpID = FN_NUM_BULLET_MOVEUP ;
1003         };
1004         ToolBoxItem
1005         {
1006             Identifier = FN_NUM_BULLET_MOVEDOWN ;
1007             HelpID = FN_NUM_BULLET_MOVEDOWN ;
1008         };
1009         ToolBoxItem
1010         {
1011             Identifier = FN_NUM_BULLET_OUTLINE_MOVEUP ;
1012             HelpID = FN_NUM_BULLET_OUTLINE_MOVEUP ;
1013         };
1014         ToolBoxItem
1015         {
1016             Identifier = FN_NUM_BULLET_OUTLINE_MOVEDOWN ;
1017             HelpID = FN_NUM_BULLET_OUTLINE_MOVEDOWN ;
1018         };
1019         ToolBoxItem
1020         {
1021             Type = TOOLBOXITEM_SEPARATOR ;
1022         };
1023         ToolBoxItem
1024         {
1025             Identifier = FN_NUMBER_NEWSTART ;
1026             HelpID = FN_NUMBER_NEWSTART ;
1027         };
1028         ToolBoxItem
1029         {
1030             Identifier = FN_NUMBER_BULLETS ;
1031             HelpID = FN_NUMBER_BULLETS ;
1032         };
1033     };
1034     Scroll = TRUE ;
1036 String STR_SHELLNAME_TEXT
1038         Text [ en-US ] = "Text" ;
1039     Text [ x-comment ] = " ";
1041 String STR_SHELLNAME_TABLE
1043         Text [ en-US ] = "Table" ;
1044     Text [ x-comment ] = " ";
1046 String STR_SHELLNAME_FRAME
1048         Text [ en-US ] = "Frame" ;
1049     Text [ x-comment ] = " ";
1051 String STR_SHELLNAME_GRAPHIC
1053         Text [ en-US ] = "Graphics" ;
1054     Text [ x-comment ] = " ";
1056 String STR_SHELLNAME_OBJECT
1058         Text [ en-US ] = "Object" ;
1059     Text [ x-comment ] = " ";
1061 String STR_SHELLNAME_LIST
1063         Text [ en-US ] = "List" ;
1064     Text [ x-comment ] = " ";
1066 String STR_SHELLNAME_DRAW
1068         Text [ en-US ] = "Drawing" ;
1069     Text [ x-comment ] = " ";
1071 String STR_SHELLNAME_DRAWFORM
1073         Text [ en-US ] = "Forms" ;
1074     Text [ x-comment ] = " ";
1076 String STR_SHELLNAME_BEZIER
1078         Text [ en-US ] = "Bézier" ;
1079     Text [ x-comment ] = " ";
1081 String STR_SHELLNAME_DRAW_TEXT
1083         Text [ en-US ] = "Draw text" ;
1084     Text [ x-comment ] = " ";
1086  //Strings fuer Gallery/Hintergrund
1087 String STR_SWBG_PARAGRAPH
1089         Text [ en-US ] = "Paragraph" ;
1090     Text [ x-comment ] = " ";
1092 String STR_SWBG_GRAPHIC
1094         Text [ en-US ] = "Graphics" ;
1095     Text [ x-comment ] = " ";
1097 String STR_SWBG_OLE
1099         Text [ en-US ] = "OLE object" ;
1100     Text [ x-comment ] = " ";
1102 String STR_SWBG_FRAME
1104         Text [ en-US ] = "Frame" ;
1105     Text [ x-comment ] = " ";
1107 String STR_SWBG_TABLE
1109         Text [ en-US ] = "Table" ;
1110     Text [ x-comment ] = " ";
1112 String STR_SWBG_TABLE_ROW
1114         Text [ en-US ] = "Table row" ;
1115     Text [ x-comment ] = " ";
1117 String STR_SWBG_TABLE_CELL
1119         Text [ en-US ] = "Table cell" ;
1120     Text [ x-comment ] = " ";
1122 String STR_SWBG_PAGE
1124         Text [ en-US ] = "Page" ;
1125     Text [ x-comment ] = " ";
1127 String STR_SWBG_HEADER
1129         Text [ en-US ] = "Header" ;
1130     Text [ x-comment ] = " ";
1132 String STR_SWBG_FOOTER
1134         Text [ en-US ] = "Footer" ;
1135     Text [ x-comment ] = " ";
1137  //Ende: Strings fuer Gallery/Hintergrund
1139 // #i68101# no longer needed:
1140 // String STR_NAME_SHAPE_LABEL {// String STR_NAME_SHAPE_DIALOG { Text [ de ] = "Objekt benennen" ; Text [ en-US ] = "Name Object"; };