Update ooo320-m1
[ooovba.git] / sw / source / ui / app / app.src
blob76b853f149802750c0aa9788ffbcbf09c1c7d2ec
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: app.src,v $
10  * $Revision: 1.120 $
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  ************************************************************************/
33 #include <svtools/style.hrc>
34 #include <sfx2/sfx.hrc>
35 #include <svx/dialogs.hrc>
36 #include <svx/globlmn.hrc>
37 #include "cmdid.h"
38 #include "globals.hrc"
39 #include "app.hrc"
40 #include "statstr.hrc"
41 #include "swstyle.h"
42 #include "comcore.hrc"
43 #include "shells.hrc"
44 #include "helpid.h"
46 String RID_SW_NAME
48     Text = "StarWriter" ;
51 String STR_PRINT_MERGE_MACRO
53     Text [ en-US ] = "Print form letters" ;
56 String STR_PAGE_COUNT_MACRO
58     Text [ en-US ] = "Changing the page count" ;
61  // Image-Liste ----------------------------------------------------------------
62  // Don't use this image list for normal toolbar images. We have now our commandimagelist
63  // folder in default_images. This list is now only used for special toolboxes that are
64  // used in floating windows.
66 #define IMAGELIST_AND_COUNT                     \
67     IdList = {                                                  \
68         FN_FORMULA_CALC                                 ;\
69         FN_FORMULA_CANCEL                               ;\
70          FN_FORMULA_APPLY                               ;\
71         };                                                              \
72     IdCount = {                                                 \
73         3;                              \
74     };
76 ImageList RID_DEFAULTIMAGELIST_SC
78     Prefix = "sc";
79     MaskColor = IMAGE_MASK_COLOR ;
80     IMAGELIST_AND_COUNT
82 ImageList RID_DEFAULTIMAGELIST_LC
84     Prefix = "lc";
85     MaskColor = IMAGE_MASK_COLOR ;
86     IMAGELIST_AND_COUNT
89 ImageList RID_DEFAULTIMAGELIST_SCH
91     Prefix = "sch";
92     MaskColor = IMAGE_MASK_COLOR ;
93     IMAGELIST_AND_COUNT
95 ImageList RID_DEFAULTIMAGELIST_LCH
97     Prefix = "lch";
98     MaskColor = IMAGE_MASK_COLOR ;
99     IMAGELIST_AND_COUNT
102 // Vorlagen
103 #define STYLE_IMAGE_LISTEF \
104     MaskColor = IMAGE_MASK_COLOR ; \
105     IdList = \
106     { \
107         1; 2; 3; 4; 5; \
108     }; \
109     IdCount = 5;
111 SfxStyleFamilies DLG_STYLE_DESIGNER
113     StyleFamilyList =
114     {
115         SfxStyleFamilyItem
116         {
117             Text [ en-US ] = "Paragraph Styles" ;
118             StyleFamily = SFX_STYLE_FAMILY_PARA ;
119         FilterList [ en-US ] =
120         {
121          < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
122             < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
123             < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
124             < "Automatic" ; SFXSTYLEBIT_AUTO ; > ;
125             < "Text Styles" ; SWSTYLEBIT_TEXT ; > ;
126             < "Chapter Styles" ; SWSTYLEBIT_CHAPTER ; > ;
127             < "List Styles" ; SWSTYLEBIT_LIST ; > ;
128             < "Index Styles" ; SWSTYLEBIT_IDX ; > ;
129             < "Special Styles" ; SWSTYLEBIT_EXTRA ; > ;
130             < "HTML Styles" ; SWSTYLEBIT_HTML ; > ;
131             < "Conditional Styles" ; SWSTYLEBIT_CONDCOLL ; > ;
132         };
133     };
134         SfxStyleFamilyItem
135         {
136             Text [ en-US ] = "Character Styles" ;
137             StyleFamily = SFX_STYLE_FAMILY_CHAR ;
138             FilterList [ en-US ] =
139             {
140                 < "All" ; SFXSTYLEBIT_ALL ; > ;
141                 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
142                 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
143             };
144     };
145         SfxStyleFamilyItem
146         {
147             Text [ en-US ] = "Frame Styles" ;
148             StyleFamily = SFX_STYLE_FAMILY_FRAME ;
149             FilterList [ en-US ] =
150             {
151                 < "All" ; SFXSTYLEBIT_ALL ; > ;
152                 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
153                 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
154             };
155     };
156         SfxStyleFamilyItem
157         {
158             Text [ en-US ] = "Page Styles" ;
159             StyleFamily = SFX_STYLE_FAMILY_PAGE ;
160             FilterList [ en-US ] =
161             {
162                 < "All" ; SFXSTYLEBIT_ALL ; > ;
163                 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
164                 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
165             };
166     };
167         SfxStyleFamilyItem
168         {
169             StyleFamily = SFX_STYLE_FAMILY_PSEUDO ;
170             FilterList [ en-US ] =
171             {
172                 < "All" ; SFXSTYLEBIT_ALL ; > ;
173                 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
174                 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
175             };
176             Text [ en-US ] = "List Styles" ;
177     };
178     };
180     ImageList 1 // == BMP_COLOR_NORMAL + 1
181     {
182         Prefix = "sf";
183         STYLE_IMAGE_LISTEF
184     };
185     ImageList 2 // == BMP_COLOR_HIGHCONTRAST + 1
186     {
187         Prefix = "sfh";
188         STYLE_IMAGE_LISTEF
189     };
194  // Default Bitmap fuer Toolbox
195 BITMAP BMP_FEHLT { FILE = "x.bmp" ; };
196  // Bitmap fuer die NumerierungsVorlagen im Organizer
197 Bitmap BMP_STYLES_FAMILY_NUM { File = "styfamnu.bmp" ; };
198 Bitmap BMP_STYLES_FAMILY_NUM_HC { File = "styfamnu_h.bmp" ; };
200 String STR_ENV_TITLE
202     Text [ en-US ] = "Envelope" ;
205 String STR_LAB_TITLE
207     Text [ en-US ] = "Labels" ;
210  // ShortName!!!
211 String STR_HUMAN_SWDOC_NAME
213     Text [ en-US ] = "Text" ;
216 String STR_WRITER_DOCUMENT_FULLTYPE
218     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Text Document";
222 String STR_CANTOPEN
224     Text [ en-US ] = "Cannot open document." ;
227 String STR_CANTCREATE
229     Text [ en-US ] = "Can't create document.";
231 String STR_DLLNOTFOUND
233     Text [ en-US ] = "Filter not found." ;
237 String STR_UNBENANNT
239     Text [ en-US ] = "Untitled" ;
243 String STR_LOAD_GLOBAL_DOC
245     Text [ en-US ] = "Name and Path of Master Document" ;
248 String STR_LOAD_HTML_DOC
250     Text [ en-US ] = "Name and Path of the HTML Document" ;
253 InfoBox MSG_ERROR_SEND_MAIL
255     BUTTONS = WB_OK ;
256     DEFBUTTON = WB_DEF_OK ;
257     Message [ en-US ] = "Error sending mail." ;
259 InfoBox MSG_ERROR_PASSWD
261     BUTTONS = WB_OK ;
262     DEFBUTTON = WB_DEF_OK ;
263     Message [ en-US ] = "Invalid password" ;
267  * auskommentiert, da die Toolbox z. Zt. nicht aus der Resource
268  * geladen werden kann
269 Window WIN_TOOLBOX {
270        "Bearbeitung von Text, Rahmen, Grafik, Tabellen oder "
271        "Numerierungen.";
272 HelpText [ en-US ] = "The objectbar contains, depending on your current "
273             "working context, buttons for the editing of text, "
274             "frames, graphics, tables or numberings.";
275     OUTPUTSIZE = TRUE;
276     BORDER = TRUE;
277     Size = (28,27);
279  */
281 String STR_FMT_STD
283     Text [ en-US ] = "(none)" ;
286 String STR_DOC_STAT
288     Text [ en-US ] = "Statistics" ;
291  // ----------------------------
292  // Statusleisten-Ueberschriften
293  // ----------------------------
295 String STR_STATSTR_W4WREAD
297     Text [ en-US ] = "Importing document..." ;
300 String STR_STATSTR_W4WWRITE
302     Text [ en-US ] = "Exporting document..." ;
305 String STR_STATSTR_SWGREAD
307     Text [ en-US ] = "Loading document..." ;
310 String STR_STATSTR_SWGWRITE
312     Text [ en-US ] = "Saving document..." ;
315 String STR_STATSTR_REFORMAT
317     Text [ en-US ] = "Repagination..." ;
320 String STR_STATSTR_AUTOFORMAT
322     Text [ en-US ] = "Formatting document automatically..." ;
325 String STR_STATSTR_IMPGRF
327     Text [ en-US ] = "Importing graphics..." ;
330 String STR_STATSTR_SEARCH
332     Text [ en-US ] = "Search..." ;
335 String STR_STATSTR_FORMAT
337     Text [ en-US ] = "Formatting..." ;
340 String STR_STATSTR_PRINT
342     Text [ en-US ] = "Printing..." ;
345 String STR_STATSTR_LAYOUTINIT
347     Text [ en-US ] = "Converting..." ;
350 String STR_STATSTR_LETTER
352     Text [ en-US ] = "Letter" ;
355 String STR_STATSTR_SPELL
357     Text [ en-US ] = "Spellcheck..." ;
360 String STR_STATSTR_HYPHEN
362     Text [ en-US ] = "Hyphenation..." ;
365 String STR_STATSTR_TOX_INSERT
367     Text [ en-US ] = "Inserting Index..." ;
370 String STR_STATSTR_TOX_UPDATE
372     Text [ en-US ] = "Updating Index..." ;
375 String STR_STATSTR_SUMMARY
377     Text [ en-US ] = "Creating abstract..." ;
380 String STR_STATSTR_SWGPRTOLENOTIFY
382     Text [ en-US ] = "Adapt Objects...";
386 QueryBox MSG_COMCORE_ASKSEARCH
388     Buttons = WB_YES_NO_CANCEL ;
389     DefButton = WB_DEF_YES ;
390     Message [ en-US ] = "To proceed with this action, you must first turn off the \"undo\" function. Do you want to turn off the \"undo\" function?" ;
393 Bitmap RID_GRAPHIC_REPLACEBMP
395     File = "grafikei.bmp" ;
398 Bitmap RID_GRAPHIC_ERRORBMP
400     File = "grafikde.bmp" ;
403 Bitmap RID_GRAPHIC_REPLACEBMP_HC
405     File = "grafikei_h.bmp" ;
408 Bitmap RID_GRAPHIC_ERRORBMP_HC
410     File = "grafikde_h.bmp" ;
413 String STR_TABLE_DEFNAME
415     Text [ en-US ] = "Table" ;
418 String STR_GRAPHIC_DEFNAME
420     Text[ en-US ] = "graphics" ;
423 String STR_OBJECT_DEFNAME
425     Text [ en-US ] = "Object" ;
428 String STR_FRAME_DEFNAME
430     Text [ en-US ] = "Frame" ;
432 String STR_REGION_DEFNAME
434     Text [ en-US ] = "Section" ;
436 String STR_NUMRULE_DEFNAME
438     Text [ en-US ] = "Numbering" ;
440 String STR_EMPTYPAGE
442     Text [ en-US ] = "blank page" ;
445 QueryBox MSG_CLPBRD_CLEAR
447     BUTTONS = WB_YES_NO ;
448     DEFBUTTON = WB_DEF_NO ;
449     Message [ en-US ] = "You have a large amount of data saved in the clipboard.\nShould the clipboard contents remain available for other applications?" ;
452 QueryBox MSG_SAVE_HTML_QUERY
454     BUTTONS = WB_YES_NO_CANCEL ;
455     DEFBUTTON = WB_DEF_YES ;
456     Message [ en-US ] = "Conversion into HTML format \nmay cause information loss. \nDo you want to save the document?" ;
458 QueryBox MSG_SAVEAS_HTML_QUERY
460     BUTTONS = WB_YES_NO;
461     DEFBUTTON = WB_DEF_NO ;
462     Message [ en-US ] = "The source code can only be displayed if the document is saved in HTML format.\nWould you like to save the document as HTML?";
464 String STR_ABSTRACT_TITLE
466     Text [ en-US ] = "Abstract: " ;
469 String STR_FDLG_TEMPLATE_BUTTON
471     Text [ en-US ] = "Style" ;
474 String STR_FDLG_TEMPLATE_NAME
476     //Text [ en-US ] = "Styles: " ;                     //#outline level,removed by zhaojianwei
477     Text [ en-US ] = "separated by: " ; //<-end,add by zhaojianwei
479 //#outline level,add by zhaojianwei
480 String STR_FDLG_OUTLINE_LEVEL
482     Text [ en-US ] = "Outline: Level ";
485 String STR_FDLG_STYLE
487     Text [ en-US ] = "Style: "; 
489 //<-end
492 String STR_PAGEOFFSET
494     Text [ en-US ] = "Page number: " ;
496 String STR_PAGEBREAK
498     Text [ en-US ] = "Break before new page" ;
500 String STR_WESTERN_FONT
502     Text [ en-US ] = "Western text: ";
504 String STR_CJK_FONT
506     Text [ en-US ] = "Asian text: ";
508 String STR_REDLINE_UNKNOWN_AUTHOR
510     Text [ en-US ] = "Unknown Author";
513 WarningBox MSG_DISABLE_UNDO_QUESTION
515     BUTTONS = WB_YES_NO_CANCEL;
516     DEFBUTTON = WB_DEF_YES ;
517     Message [ en-US ] = "This action deletes the list of actions that can be undone. Previous changes made to the document are still valid, but cannot be undone. Do you want to continue formatting?";
519 /*QueryBox MSG_INS_MERGE_FIELDS
521     HelpId = HID_MAIL_MERGE_INSERT_FIELDS;
522     Buttons = WB_OK_CANCEL ;
523     DefButton = WB_DEF_YES ;
524     Message [ en-US ] = "Do you want to use names and addresses from a database?";
527 QueryBox MSG_PRINT_AS_MERGE
529     HelpId = HID_PRINT_AS_MERGE;
530     Buttons = WB_YES_NO ;
531     DefButton = WB_DEF_YES ;
532     Message [ en-US ] = "Your document contains address database fields. Do you want to print a form letter?";
534 ModalDialog DLG_MERGE_SOURCE_UNAVAILABLE
536     HelpId = HID_MERGE_SOURCE_UNAVAILABLE;
537     OutputSize = TRUE ;
538     SVLook = TRUE ;
539     Size = MAP_APPFONT ( 202 , 72 ) ;
540     Moveable = TRUE ;
542     FixedImage IMG_MERGE
543     {
544         Pos = MAP_APPFONT ( 12 , 14 ) ;
545         Size = MAP_APPFONT ( 103 , 32 ) ;
546     };
547     FixedText ST_MERGE_SOURCE_UNAVAILABLE
548     {
549         Pos = MAP_APPFONT ( 12 , 6 ) ;
550         Size = MAP_APPFONT ( 178 , 40 ) ;
551         WordBreak = TRUE;
552         Text [ en-US ] = "The data source \'%1\' was not found. Thus the connection to the data source could not be established.\n\nPlease check the connections settings.";
553     };
554     OKButton PB_MERGE_OK
555     {
556         Pos = MAP_APPFONT ( 12 , 52 ) ;
557         Size = MAP_APPFONT ( 125 , 14 ) ;
558         Text [ en-US ] = "Check Connection Settings...";
559     };
560     CancelButton PB_MERGE_CANCEL
561     {
562         Pos = MAP_APPFONT ( 140 , 52 ) ;
563         Size = MAP_APPFONT ( 50 , 14 ) ;
564     };
566 WarningBox MSG_DATA_SOURCES_UNAVAILABLE
568     HelpId = HID_DATA_SOURCES_UNAVAILABLE;
569     Buttons = WB_OK_CANCEL;
570     Message [ en-US ] = "No data source has been set up yet. You need a data source, such as a database, to supply data (for example, names and addresses) for the fields.";
573 String RID_MODULE_TOOLBOX
575     Text [ en-US ] = "Function Bar (viewing mode)" ;
577 String  STR_DONT_ASK_AGAIN
579     Text [ en-US ] = "~Do not show warning again" ;
581 // --> OD 2008-04-14 #outlinelevel#
582 String STR_OUTLINE_NUMBERING
584     Text [ en-US ] = "Outline Numbering";
586 ToolBox RID_MODULE_TOOLBOX
588     HelpID = HID_MODULE_TOOLBOX ;
589     Border = TRUE ;
590     SVLook = TRUE ;
591     Dockable = TRUE ;
592     Moveable = TRUE ;
593     Sizeable = TRUE ;
594     Closeable = TRUE ;
595     Zoomable = TRUE ;
596     HideWhenDeactivate = TRUE ;
597     LineSpacing = TRUE ;
598     Customize = TRUE ;
599     MenuStrings = TRUE ;
600     Hide = TRUE ;
601     ItemList =
602     {
603         ToolBoxItem
604         {
605             Identifier = SID_SAVEASDOC ;
606         };
607         ToolBoxItem
608         {
609             Type = TOOLBOXITEM_SEPARATOR ;
610         };
611         ToolBoxItem
612         {
613             Identifier = SID_EDITDOC ;
614         };
615         ToolBoxItem
616         {
617             Identifier = SID_MAIL_SENDDOC ;
618         };
619         ToolBoxItem
620         {
621             Type = TOOLBOXITEM_SEPARATOR ;
622         };
623         ToolBoxItem
624         {
625             Identifier = SID_DIRECTEXPORTDOCASPDF ;
626         };
627         ToolBoxItem
628         {
629             Identifier = SID_PRINTDOCDIRECT ;
630         };
631         ToolBoxItem
632         {
633             Type = TOOLBOXITEM_SEPARATOR ;
634         };
635         ToolBoxItem
636         {
637             Identifier = SID_COPY ;
638         };
639         ToolBoxItem
640         {
641             Type = TOOLBOXITEM_SEPARATOR ;
642         };
643         ToolBoxItem
644         {
645             Identifier = SID_SEARCH_DLG ;
646         };
647         ToolBoxItem
648         {
649             Identifier = SID_NAVIGATOR ;
650         };
651         ToolBoxItem
652         {
653             Type = TOOLBOXITEM_SEPARATOR ;
654         };
655         ToolBoxItem
656         {
657             Identifier = SID_ATTR_ZOOM ;
658         };
659     };
660     Scroll = TRUE ;
663 WarningBox MSG_DISABLE_READLINE_QUESTION
665     BUTTONS = WB_YES_NO;
666     DEFBUTTON = WB_DEF_YES ;
667     Message [ en-US ] = "In the current document, changes are being recorded but not shown as such. In large documents, delays can occur when the document is edited. Do you want to show the changes to avoid delays?";