update dev300-m58
[ooovba.git] / svx / source / cui / cfg.src
blob978ae6308b19d4140d2ae0dd14920ab1502c2092
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: cfg.src,v $
10  * $Revision: 1.21 $
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/dialogs.hrc>
31 #include "cfg.hrc"
32 #include "helpid.hrc"
34 TabDialog RID_SVXDLG_CUSTOMIZE
36     OutputSize = TRUE ;
37     Text [ de ] = "Anpassen" ;
38     Text [ en-US ] = "Customize" ;
39     Moveable = TRUE ;
40     SvLook = TRUE ;
41     TabControl 1
42     {
43         OutputSize = TRUE ;
44         PageList =
45         {
46             PageItem
47             {
48                 Identifier = RID_SVXPAGE_MENUS ;
49                 Text [ de ] = "Menüs" ;
50                 Text [ en-US ] = "Menus" ;
51                 PageResID = 300 ;
52             };
53             PageItem
54             {
55                 Identifier = RID_SVXPAGE_KEYBOARD ;
56                 Text [ de ] = "Tastatur" ;
57                 Text [ en-US ] = "Keyboard" ;
58                 PageResID = 301 ;
59             };
60             PageItem
61             {
62                 Identifier = RID_SVXPAGE_TOOLBARS ;
63                 Text [ de ] = "Symbolleisten" ;
64                 Text [ en-US ] = "Toolbars" ;
65                 PageResID = 302 ;
66             };
67             PageItem
68             {
69                 Identifier = RID_SVXPAGE_EVENTS ;
70                 Text [ de ] = "Ereignisse" ;
71                 Text [ en-US ] = "Events" ;
72                 PageResID = 303 ;
73             };
74         };
75     };
78 #define TEXT_MENU \
79     Text [ de ] = "Menü" ; \
80     Text [ en-US ] = "Menu" ;\
82 #define TEXT_BEGIN_GROUP \
83     Text [ de ] = "Gruppe beginnen" ; \
84     Text [ en-US ] = "Begin a Group" ;\
86 #define TEXT_RENAME \
87     Text [ de ] = "Umbenennen..." ; \
88     Text [ en-US ] = "Rename..." ;\
90 #define TEXT_DELETE \
91     Text [ de ] = "Entfernen..." ; \
92     Text [ en-US ] = "Delete..." ;\
94 #define TEXT_DELETE_NODOTS \
95     Text [ de ] = "Entfernen" ; \
96     Text [ en-US ] = "Delete" ;\
98 #define TEXT_MOVE \
99     Text [ de ] = "Verschieben..." ; \
100     Text [ en-US ] = "Move..." ;\
102 #define TEXT_DEFAULT_STYLE \
103     Text [ de ] = "Standard Einstellungen herstellen" ; \
104     Text [ en-US ] = "Restore Default Settings" ;\
106 #define TEXT_DEFAULT_COMMAND \
107     Text [ de ] = "Standardbefehl ~wiederherstellen" ; \
108     Text [ en-US ] = "Restore Default Command" ;\
110 #define TEXT_TEXT_ONLY \
111     Text [ de ] = "Nur Text" ; \
112     Text [ en-US ] = "Text only" ;\
114 #define TEXT_TOOLBAR_NAME \
115     Text [ de ] = "Name der Symbolleiste" ; \
116     Text [ en-US ] = "Toolbar Name" ;\
118 #define TEXT_SAVE_IN \
119     Text [ de ] = "Speichern in" ; \
120     Text [ en-US ] = "Save In" ;\
122 TabPage RID_SVXPAGE_MENUS
124     Hide = TRUE ;
125     Size = MAP_APPFONT ( 273 , 258 ) ;
126     HelpId = HID_SVX_CONFIG_MENU ;
127     FixedLine GRP_MENUS
128     {
129         Pos = MAP_APPFONT ( 6 , 11 ) ;
130         Size = MAP_APPFONT ( 261 , 8 ) ;
131         Text [ de ] = "%PRODUCTNAME %MODULENAME Menüs" ;
132         Text [ en-US ] = "%PRODUCTNAME %MODULENAME Menus" ;
133     };
134     FixedText FT_MENUS
135     {
136         Pos = MAP_APPFONT ( 9 , 24 ) ;
137         Size = MAP_APPFONT ( 55 , 8 ) ;
138         TEXT_MENU
139     };
140     ListBox LB_MENUS
141     {
142         Border = TRUE ;
143         Pos = MAP_APPFONT ( 64 , 22 ) ;
144         Size = MAP_APPFONT ( 108 , 108 ) ;
145         DropDown = TRUE ;
146     };
147     PushButton BTN_NEW
148     {
149         Pos = MAP_APPFONT ( 192 , 22 ) ;
150         Size = MAP_APPFONT ( 75 , 14 ) ;
151         TabStop = TRUE ;
152         Text [ de ] = "Neu..." ;
153         Text [ en-US ] = "New..." ;
154     };
155     MenuButton BTN_CHANGE
156     {
157         Pos = MAP_APPFONT ( 192 , 39 ) ;
158         Size = MAP_APPFONT ( 75 , 14 ) ;
159         TabStop = TRUE ;
160         TEXT_MENU
161     };
162     FixedLine GRP_MENU_SEPARATOR
163     {
164         Pos = MAP_APPFONT ( 6 , 56 ) ;
165         Size = MAP_APPFONT ( 261 , 8 ) ;
166         Text [ de ] = "Menüinhalt" ;
167         Text [ en-US ] = "Menu Content" ;
168     };
169     FixedText GRP_MENU_ENTRIES
170     {
171         Pos = MAP_APPFONT ( 9 , 67 ) ;
172         Size = MAP_APPFONT ( 55 , 8 ) ;
173         Group = TRUE ;
174         Text [ de ] = "Einträge" ;
175         Text [ en-US ] = "Entries" ;
176     };
177     Control BOX_ENTRIES
178     {
179         Border = TRUE ;
180         Pos = MAP_APPFONT ( 64 , 67 ) ;
181         Size = MAP_APPFONT ( 108 , 115 ) ;
182         TabStop = TRUE ;
183         HelpId = HID_SVX_CONFIG_MENU_CONTENTS ;
184     };
185     PushButton BTN_ADD_COMMANDS
186     {
187         Pos = MAP_APPFONT ( 192 , 67 ) ;
188         Size = MAP_APPFONT ( 75 , 14 ) ;
189         TabStop = TRUE ;
190         Text [ de ] = "Hinzufügen..." ;
191         Text [ en-US ] = "Add..." ;
192     };
193     MenuButton BTN_CHANGE_ENTRY
194     {
195         Pos = MAP_APPFONT ( 192 , 84 ) ;
196         Size = MAP_APPFONT ( 75 , 14 ) ;
197         TabStop = TRUE ;
198         Text [ de ] = "Ändern" ;
199         Text [ en-US ] = "Modify" ;
200     };
201     ImageButton BTN_UP
202     {
203         Pos = MAP_APPFONT ( 175 , 102 ) ;
204         Size = MAP_APPFONT ( 14 , 14 ) ;
205         TabStop = TRUE ;
206         Symbol = IMAGEBUTTON_ARROW_UP ;
207         Disable = TRUE ;
208     };
209     ImageButton BTN_DOWN
210     {
211         Pos = MAP_APPFONT ( 175 , 119 ) ;
212         Size = MAP_APPFONT ( 14 , 14 ) ;
213         TabStop = TRUE ;
214         Symbol = IMAGEBUTTON_ARROW_DOWN ;
215         Disable = TRUE ;
216     };
217     FixedText TXT_SAVEIN
218     {
219         Pos = MAP_APPFONT ( 9 , 190 ) ;
220         Size = MAP_APPFONT ( 55 , 8 ) ;
221         Group = TRUE ;
222         TEXT_SAVE_IN
223     };
224     ListBox LB_SAVEIN
225     {
226         Border = TRUE ;
227         Pos = MAP_APPFONT ( 64 , 188 ) ;
228         Size = MAP_APPFONT ( 108 , 53 ) ;
229         DropDown = TRUE ;
230     };
231     FixedText FT_DESCRIPTION
232     {
233         Pos = MAP_APPFONT ( 6 , 205 ) ;
234         Size = MAP_APPFONT ( 261 , 8 ) ;
235         Text [ de ] = "Beschreibung" ;
236         Text [ en-US ] = "Description" ;
237     };
238     MultiLineEdit ED_DESCRIPTION
239     {
240         Pos = MAP_APPFONT ( 6 , 216 ) ;
241         Size = MAP_APPFONT ( 261 , 36 ) ;
242         Border = TRUE;
243         VScroll = TRUE;
244         IgnoreTab = TRUE;
245         ReadOnly = TRUE;
246     };
249 Menu MODIFY_MENU
251     ItemList =
252     {
253         MenuItem
254         {
255             Identifier = ID_MOVE ;
256             TEXT_MOVE
257         };
258         MenuItem
259         {
260             Identifier = ID_RENAME ;
261             TEXT_RENAME
262         };
263         MenuItem
264         {
265             Separator = TRUE ;
266         };
267         MenuItem
268         {
269             Identifier = ID_DELETE ;
270             TEXT_DELETE
271         };
272     };
275 Menu MODIFY_ENTRY
277     ItemList =
278     {
279         MenuItem
280         {
281             Identifier = ID_ADD_SUBMENU ;
282             Text [ de ] = "Untermenü einfügen..." ;
283             Text [ en-US ] = "Add Submenu..." ;
284         };
285         MenuItem
286         {
287             Identifier = ID_BEGIN_GROUP ;
288             TEXT_BEGIN_GROUP
289         };
290         MenuItem
291         {
292             Separator = TRUE ;
293         };
294         MenuItem
295         {
296             Identifier = ID_RENAME ;
297             TEXT_RENAME
298         };
299         MenuItem
300         {
301             Separator = TRUE ;
302         };
303         MenuItem
304         {
305             Identifier = ID_DELETE ;
306             TEXT_DELETE_NODOTS
307         };
308     };
311 Menu MODIFY_TOOLBAR
313     ItemList =
314     {
315         MenuItem
316         {
317             Identifier = ID_RENAME ;
318             TEXT_RENAME
319         };
320         MenuItem
321         {
322             Identifier = ID_DELETE ;
323             TEXT_DELETE_NODOTS
324         };
325         MenuItem
326         {
327             Separator = TRUE ;
328         };
329         MenuItem
330         {
331             Identifier = ID_DEFAULT_STYLE ;
332             TEXT_DEFAULT_STYLE
333         };
334         MenuItem
335         {
336             Separator = TRUE ;
337         };
338         MenuItem
339         {
340             Identifier = ID_ICONS_ONLY ;
341             RadioCheck = TRUE ;
342             AutoCheck = TRUE ;
343             Text [ de ] = "Nur Symbole" ;
344             Text [ en-US ] = "Icons Only" ;
345         };
346         MenuItem
347         {
348             Identifier = ID_TEXT_ONLY ;
349             RadioCheck = TRUE ;
350             AutoCheck = TRUE ;
351             TEXT_TEXT_ONLY
352         };
353         MenuItem
354         {
355             Identifier = ID_ICONS_AND_TEXT ;
356             RadioCheck = TRUE ;
357             AutoCheck = TRUE ;
358             Text [ de ] = "Symbole & Text" ;
359             Text [ en-US ] = "Icons & Text" ;
360         };
361     };
364 Menu MODIFY_TOOLBAR_CONTENT
366     ItemList =
367     {
368         MenuItem
369         {
370             Identifier = ID_RENAME ;
371             TEXT_RENAME
372         };
373         MenuItem
374         {
375             Identifier = ID_DELETE ;
376             TEXT_DELETE_NODOTS
377         };
378         MenuItem
379         {
380             Identifier = ID_DEFAULT_COMMAND ;
381             TEXT_DEFAULT_COMMAND
382         };
383         MenuItem
384         {
385             Separator = TRUE ;
386         };
387         MenuItem
388         {
389             Identifier = ID_BEGIN_GROUP ;
390             TEXT_BEGIN_GROUP
391         };
392         MenuItem
393         {
394             Separator = TRUE ;
395         };
396         /*
397         MenuItem
398         {
399             Identifier = ID_ICON_ONLY ;
400             Text [ de ] = "Nur Symbol" ;
401             Text [ en-US ] = "Icon Only" ;
402             RadioCheck = TRUE ;
403             AutoCheck = TRUE ;
404         };
405         MenuItem
406         {
407             Identifier = ID_TEXT_ONLY ;
408             Text [ de ] = "Nur Text" ;
409             Text [ en-US ] = "Text Only" ;
410             RadioCheck = TRUE ;
411             AutoCheck = TRUE ;
412         };
413         MenuItem
414         {
415             Identifier = ID_ICON_AND_TEXT ;
416             Text [ de ] = "Symbol & Text" ;
417             Text [ en-US ] = "Icon & Text" ;
418             RadioCheck = TRUE ;
419             AutoCheck = TRUE ;
420         };
421         MenuItem
422         {
423             Separator = TRUE ;
424         };
425         */
426         MenuItem
427         {
428             Identifier = ID_CHANGE_SYMBOL ;
429             Text [ de ] = "Symbol austauschen..." ;
430             Text [ en-US ] = "Change Icon..." ;
431         };
432         MenuItem
433         {
434             Identifier = ID_RESET_SYMBOL ;
435             Text [ de ] = "Symbol zurücksetzen" ;
436             Text [ en-US ] = "Reset Icon" ;
437         };
438     };
441 /* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
442 String RID_SVXSTR_NEW_MENU
444     Text [ de ] = "Neues Menü %n";
445     Text [ en-US ] = "New Menu %n";
448 /* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
449 String RID_SVXSTR_NEW_TOOLBAR
451     Text [ de ] = "Neue Symbolleiste %n";
452     Text [ en-US ] = "New Toolbar %n";
455 String RID_SVXSTR_MOVE_MENU
457     Text [ de ] = "Menü verschieben";
458     Text [ en-US ] = "Move Menu";
461 String RID_SVXSTR_ADD_SUBMENU
463     Text [ de ] = "Untermenü hinzufügen";
464     Text [ en-US ] = "Add Submenu";
467 String RID_SVXSTR_SUBMENU_NAME
469     Text [ de ] = "Name des Untermenüs";
470     Text [ en-US ] = "Submenu name";
473 String RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION
475     Text [ de ] = "Um Befehle einem menu hinzuzufügen, wählen Sie zuerst eine Kategorie und dann den Befehl. Alternativ ziehen Sie den Befehl in die Befehlsliste auf der Registerseite 'Menüs' im Dialog 'Anpassen'.";
476     Text [ en-US ] = "To add a command to a menu, select the category and then the command. You can also drag the command to the Commands list of the Menus tab page in the Customize dialog.";
479 ModalDialog MD_MENU_ORGANISER
481     OutputSize = TRUE ;
482     Size = MAP_APPFONT ( 172 , 154 ) ;
483     Text [ de ] = "Neues Menü" ;
484     Text [ en-US ] = "New Menu" ;
485     SvLook = TRUE ;
486     Moveable = TRUE ;
487     HelpId = HID_SVX_CONFIG_MENU_ORGANIZER;
488     FixedText TXT_MENU_NAME
489     {
490         Pos = MAP_APPFONT ( 6 , 8 ) ;
491         Size = MAP_APPFONT ( 93 , 8 ) ;
492         Group = TRUE ;
493         Left = TRUE ;
494         Text [ de ] = "Menüname" ;
495         Text [ en-US ] = "Menu name" ;
496     };
497     Edit EDIT_MENU_NAME
498     {
499         Border = TRUE ;
500         Pos = MAP_APPFONT ( 6 , 19 ) ;
501         Size = MAP_APPFONT ( 93 , 12 ) ;
502         TabStop = TRUE ;
503     };
504     FixedText TXT_MENU
505     {
506         Pos = MAP_APPFONT ( 6 , 37 ) ;
507         Size = MAP_APPFONT ( 93 , 8 ) ;
508         Group = TRUE ;
509         Left = TRUE ;
510         Text [ de ] = "Menüposition" ;
511         Text [ en-US ] = "Menu position" ;
512     };
513     Control BOX_MAIN_MENUS
514     {
515         HelpId = HID_SVX_CONFIG_MENU_LISTBOX ;
516         Border = TRUE ;
517         Pos = MAP_APPFONT ( 6 , 48 ) ;
518         Size = MAP_APPFONT ( 93 , 100 ) ;
519         TabStop = TRUE ;
520     };
521     ImageButton BTN_MENU_UP
522     {
523         Pos = MAP_APPFONT ( 102 , 80 ) ;
524         Size = MAP_APPFONT ( 14 , 14 ) ;
525         TabStop = TRUE ;
526         Symbol = IMAGEBUTTON_ARROW_UP ;
527     };
528     ImageButton BTN_MENU_DOWN
529     {
530         Pos = MAP_APPFONT ( 102 , 97 ) ;
531         Size = MAP_APPFONT ( 14 , 14 ) ;
532         TabStop = TRUE ;
533         Symbol = IMAGEBUTTON_ARROW_DOWN ;
534     };
535     OKButton BTN_MENU_ADD
536     {
537         DefButton = TRUE;
538         Pos = MAP_APPFONT ( 119 , 6 ) ;
539         Size = MAP_APPFONT ( 50 , 14 ) ;
540     };
541     CancelButton BTN_MENU_CLOSE
542     {
543         Pos = MAP_APPFONT ( 119 , 23 ) ;
544         Size = MAP_APPFONT ( 50 , 14 ) ;
545     };
546     HelpButton BTN_MENU_HELP
547     {
548         Pos = MAP_APPFONT ( 119 , 40 ) ;
549         Size = MAP_APPFONT ( 50 , 14 ) ;
550     };
553 // MD_NEW_TOOLBAR -------------------------------------------------
554 ModalDialog MD_NEW_TOOLBAR
556     OutputSize = TRUE ;
557     SvLook = TRUE ;
558     Size = MAP_APPFONT ( 165 , 63 ) ;
559     Text [ de ] = "Name" ;
560     Text [ en-US ] = "Name" ;
561     Moveable = TRUE ;
562     FixedText FT_NAME
563     {
564         Pos = MAP_APPFONT ( 6 , 6 ) ;
565         Size = MAP_APPFONT ( 98 , 8 ) ;
566         TEXT_TOOLBAR_NAME
567         WordBreak = TRUE ;
568     };
569     Edit EDT_STRING
570     {
571         Border = TRUE ;
572         Pos = MAP_APPFONT ( 6 , 17 ) ;
573         Size = MAP_APPFONT ( 97 , 12 ) ;
574         TabStop = TRUE ;
575     };
576     FixedText TXT_SAVEIN
577     {
578         Pos = MAP_APPFONT ( 6 , 35 ) ;
579         Size = MAP_APPFONT ( 98 , 8 ) ;
580         Group = TRUE ;
581         TEXT_SAVE_IN
582     };
583     ListBox LB_SAVEIN
584     {
585         Border = TRUE ;
586         Pos = MAP_APPFONT ( 6 , 43 ) ;
587         Size = MAP_APPFONT ( 97 , 53 ) ;
588         DropDown = TRUE ;
589     };
590     OKButton BTN_OK
591     {
592         Pos = MAP_APPFONT ( 109 , 6 ) ;
593         Size = MAP_APPFONT ( 50 , 14 ) ;
594         TabStop = TRUE ;
595         DefButton = TRUE ;
596     };
597     CancelButton BTN_CANCEL
598     {
599         Pos = MAP_APPFONT ( 109 , 23 ) ;
600         Size = MAP_APPFONT ( 50 , 14 ) ;
601         TabStop = TRUE ;
602     };
603     HelpButton BTN_HELP
604     {
605         Pos = MAP_APPFONT ( 109 , 43 ) ;
606         Size = MAP_APPFONT ( 50 , 14 ) ;
607         TabStop = TRUE ;
608     };
611 #ifndef IMAGE_STDBTN_COLOR
612 #define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
613 #endif
615 ModalDialog MD_ICONSELECTOR
617     OutputSize = TRUE ;
618     SVLook = TRUE ;
619     Size = MAP_APPFONT ( 240 , 152 ) ;
620     Text [ de ] = "Symbole Austauschen" ;
621     Text [ en-US ] = "Change Icon" ;
622     Moveable = TRUE ;
623     HelpId = HID_SVX_CONFIG_ICON_SELECTOR;
624     FixedText FT_SYMBOLS
625     {
626         Pos = MAP_APPFONT ( 6 , 3 ) ;
627         Size = MAP_APPFONT ( 172 , 8 ) ;
628         Text [ de ] = "Symbole" ;
629         Text [ en-US ] = "Icons" ;
630     };
631     ToolBox TB_SYMBOLS
632     {
633         Pos = MAP_APPFONT ( 12 , 14 ) ;
634         Size = MAP_APPFONT ( 160 , 80 ) ;
635         Scroll = TRUE ;
636         LineSpacing = TRUE ;
637         Customize = FALSE ;
638     };       
639     OKButton BTN_OK
640     {
641         Pos = MAP_APPFONT ( 60 , 130 ) ; 
642         Size = MAP_APPFONT ( 50 , 14 ) ;
643         TabStop = TRUE ;
644         DefButton = TRUE ;
645     };
646     CancelButton BTN_CANCEL
647     {
648         Pos = MAP_APPFONT ( 120 , 130 ) ;
649         Size = MAP_APPFONT ( 50 , 14 ) ;
650         TabStop = TRUE ;
651     };
652     HelpButton BTN_HELP
653     {
654         Pos = MAP_APPFONT ( 180 , 130 ) ;
655         Size = MAP_APPFONT ( 50 , 14 ) ;
656         TabStop = TRUE ;
657     };
658     PushButton BTN_IMPORT
659     {
660         Pos = MAP_APPFONT ( 184 , 7 ) ;
661         Size = MAP_APPFONT ( 50 , 14 ) ;
662         TabStop = TRUE ;
663         Text [ de ] = "Importieren..." ;
664             Text[ en-US ] = "Import...";
665     };
666     PushButton BTN_DELETE
667     {
668         Pos = MAP_APPFONT ( 184 , 24 ) ;
669         Size = MAP_APPFONT ( 50 , 14 ) ;
670         TabStop = TRUE ;
671             Text[ en-US ] = "Delete...";
672     };
673     FixedText FT_NOTE
674     {
675         Pos = MAP_APPFONT ( 12 , 95 ) ; 
676         Size = MAP_APPFONT ( 200 , 24 ) ;
677         Text [ de ] = "Hinweis:\nBitte beachten Sie das für einen erfolgreichen Import die Symbole eine Größe  von 16x16 Pixel haben müssen." ;
678         Text [ en-US ] = "Note:\nThe size of an icon should be 16x16 pixel to achieve best quality. Different sized icons will be scaled automatically." ;
679         Left = TRUE ;
680         WordBreak = TRUE;
681     };
682     FixedLine FL_SEPARATOR 
683     {
684         Pos = MAP_APPFONT ( 0, 120 );
685         Size = MAP_APPFONT ( 240, 8 );
686     };
687     Color IMAGE_BTN_COLOR
688     {
689         Red = 0xC000 ;
690         Green = 0xC000 ;
691         Blue = 0xC000 ;
692     };
694 //added for issue83555
695 ModalDialog MD_ICONCHANGE
697     OutputSize = TRUE ;
698     SVLook = TRUE ;
699     Size = MAP_APPFONT ( 200 , 150 ) ;
700     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
701     Moveable = TRUE ;
702     FixedImage FI_INFO
703     {
704         Pos = MAP_APPFONT ( 6 , 6 ) ;
705         Size = MAP_APPFONT ( 24 , 24 ) ;
706         Fixed = Image
707         {
708         
709         };
710     };
711     FixedText FTCHGE_DESCRIPTION
712     {
713         Pos = MAP_APPFONT ( 30 ,15 ) ;
714         Size = MAP_APPFONT ( 200 , 50 ) ;
715         Text [ en-US ] = "The files listed below could not be imported.\nThe file format could not be interpreted." ;
716     };
717     
718     MultiLineEdit EDT_ADDR
719     {
720         Pos = MAP_APPFONT ( 30 , 38) ;
721         Size = MAP_APPFONT ( 140 , 83 ) ;
722         Border = TRUE;
723       //  VScroll = TRUE;
724         IgnoreTab = TRUE;
725         ReadOnly = TRUE;
726     };
727     OKButton MD_BTN_OK
728     {
729         Pos = MAP_APPFONT ( 68 , 131 ) ; 
730         Size = MAP_APPFONT ( 50 , 14 ) ;
731         TabStop = TRUE ;
732         DefButton = TRUE ;
733     };
737 // Strings ---------------------------------------------------------------
738 String RID_SVXSTR_IMPORT_ICON_ERROR
740     Text [ de ] = "Die aufgelisteten Dateien konnten nicht importiert werden. Die Symbole entsprechen nicht der Größe von 16x16 Pixel." ;
741     Text [ en-US ] = "The files listed below could not be imported. The file format could not be interpreted." ;
744 String RID_SVXSTR_DELETE_ICON_CONFIRM  //added for issue73355
746     Text [ en-US ] = "Are you sure to delete the image?" ;
749 String RID_SVXSTR_REPLACE_ICON_WARNING  //added for issue73355
751     Text [ en-US ] = "The icon %ICONNAME is already contained in the image list.\nWould you like to replace the existing icon?";
754 String RID_SVXSTR_REPLACE_ICON_CONFIRM //added for issue73355
756     Text [ en-US ] = "Confirm Icon Replacement";
759 String RID_SVXSTR_YESTOALL //added for issue73355
761     Text [ en-US ] = "Yes to All";
764 String RID_SVXSTR_PRODUCTNAME_TOOLBARS
766     Text [ de ] = "%PRODUCTNAME %MODULENAME Symbolleisten" ;
767     Text [ en-US ] = "%PRODUCTNAME %MODULENAME Toolbars" ;
770 String RID_SVXSTR_TOOLBAR
772     Text [ de ] = "Symbolleiste" ;
773     Text [ en-US ] = "Toolbar" ;
776 String RID_SVXSTR_TOOLBAR_CONTENT
778     Text [ de ] = "Symbolleisteninhalt" ;
779     Text [ en-US ] = "Toolbar Content" ;
782 String RID_SVXSTR_COMMANDS
784     Text [ de ] = "Befehle" ;
785     Text [ en-US ] = "Commands" ;
788 String RID_SVXSTR_COMMAND
790     Text [ de ] = "Befehl" ;
791     Text [ en-US ] = "Command" ;
794 String RID_SVXSTR_TOOLBAR_NAME
796     TEXT_TOOLBAR_NAME
799 /* %MENUNAME will be replaced at runtime by the name of the selected menu. */
800 QueryBox QBX_CONFIRM_DELETE_MENU
802     Message [ de ] = "Sind Sie sicher, dass Sie das Menü '%MENUNAME' löschen möchten?";
803     Message [ en-US ] = "Are you sure you want to delete the '%MENUNAME' menu?";
804     BUTTONS = WB_YES_NO ;
805     DEFBUTTON = WB_DEF_NO ;
808 QueryBox QBX_CONFIRM_DELETE_TOOLBAR
810     Message [ de ] = "Die Symbolleiste beinhaltet keine Befehle mehr. Soll die Symbolleiste gelöscht werden?";
811     Message [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?";
812     BUTTONS = WB_YES_NO ;
813     DEFBUTTON = WB_DEF_NO ;
816 /* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder and will be
817    replaced at runtime by the name of the selected application or document.
819 QueryBox QBX_CONFIRM_RESET
821     Message [ de ] = "Die Menükonfiguration für %SAVE IN SELECTION% wird auf die Standardeinstellung zurückgesetzt. Möchten Sie fortfahren?";
822     Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?";
823     BUTTONS = WB_YES_NO ;
824     DEFBUTTON = WB_DEF_NO ;
827 /* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
828    and will be replaced at runtime by the name of the selected application
829    or document.
831 String RID_SVXSTR_CONFIRM_MENU_RESET
833     Text [ de ] = "Die Menükonfiguration für %SAVE IN SELECTION% wird auf die Standardeinstellung zurückgesetzt. Möchten Sie fortfahren?";
834     Text [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?";
837 String RID_SVXSTR_CONFIRM_TOOLBAR_RESET
839     Text [ de ] = "Die Symbolleistenkonfiguration für %SAVE IN SELECTION% wird auf die Standardeinstellung zurückgesetzt. Möchten Sie fortfahren?";
840     Text [ en-US ] = "The toolbar configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?";
843 QueryBox QBX_CONFIRM_RESTORE_DEFAULT
845     Message [ de ] = "Alle Anpassungen die an dieser Symbolleiste vorgenommen wurden werden gelöscht. Möchten Sie diese Symbolleiste wirklich zurücksetzen?";
846     Message [ en-US ] = "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?";
847     BUTTONS = WB_YES_NO ;
848     DEFBUTTON = WB_DEF_NO ;
851 InfoBox IBX_MNUCFG_ALREADY_INCLUDED
853     Message [ de ] = "Die Funktion ist bereits in diesem Popup enthalten." ;
854     Message [ en-US ] = "Function is already included in this popup." ;
857 String RID_SVXSTR_LABEL_NEW_NAME
859     Text [ de ] = "~Neuer Name";
860     Text [ en-US ] = "~New name";
863 String RID_SVXSTR_RENAME_MENU
865     Text [ de ] = "Menü umbenennen";
866     Text [ en-US ] = "Rename Menu";
869 String RID_SVXSTR_RENAME_TOOLBAR
871     Text [ de ] = "Symbolleiste umbenennen";
872     Text [ en-US ] = "Rename Toolbar";