xref: /AOO41X/main/sw/source/ui/app/app.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir#include <svl/style.hrc>
31*cdf0e10cSrcweir#include <sfx2/sfx.hrc>
32*cdf0e10cSrcweir#include <svx/dialogs.hrc>
33*cdf0e10cSrcweir#include <svx/globlmn.hrc>
34*cdf0e10cSrcweir#include "cmdid.h"
35*cdf0e10cSrcweir#include "globals.hrc"
36*cdf0e10cSrcweir#include "app.hrc"
37*cdf0e10cSrcweir#include "statstr.hrc"
38*cdf0e10cSrcweir#include "swstyle.h"
39*cdf0e10cSrcweir#include "comcore.hrc"
40*cdf0e10cSrcweir#include "shells.hrc"
41*cdf0e10cSrcweir#include "helpid.h"
42*cdf0e10cSrcweir
43*cdf0e10cSrcweirString RID_SW_NAME
44*cdf0e10cSrcweir{
45*cdf0e10cSrcweir	Text = "StarWriter" ;
46*cdf0e10cSrcweir};
47*cdf0e10cSrcweir
48*cdf0e10cSrcweirString STR_PRINT_MERGE_MACRO
49*cdf0e10cSrcweir{
50*cdf0e10cSrcweir	Text [ en-US ] = "Print form letters" ;
51*cdf0e10cSrcweir};
52*cdf0e10cSrcweir
53*cdf0e10cSrcweirString STR_PAGE_COUNT_MACRO
54*cdf0e10cSrcweir{
55*cdf0e10cSrcweir	Text [ en-US ] = "Changing the page count" ;
56*cdf0e10cSrcweir};
57*cdf0e10cSrcweir
58*cdf0e10cSrcweir // Image-Liste ----------------------------------------------------------------
59*cdf0e10cSrcweir // Don't use this image list for normal toolbar images. We have now our commandimagelist
60*cdf0e10cSrcweir // folder in default_images. This list is now only used for special toolboxes that are
61*cdf0e10cSrcweir // used in floating windows.
62*cdf0e10cSrcweir
63*cdf0e10cSrcweir#define IMAGELIST_AND_COUNT 			\
64*cdf0e10cSrcweir	IdList = { 							\
65*cdf0e10cSrcweir		FN_FORMULA_CALC 				;\
66*cdf0e10cSrcweir		FN_FORMULA_CANCEL 				;\
67*cdf0e10cSrcweir 		FN_FORMULA_APPLY  				;\
68*cdf0e10cSrcweir		};								\
69*cdf0e10cSrcweir	IdCount = { 						\
70*cdf0e10cSrcweir        3;                              \
71*cdf0e10cSrcweir	};
72*cdf0e10cSrcweir
73*cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_SC
74*cdf0e10cSrcweir{
75*cdf0e10cSrcweir    Prefix = "sc";
76*cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
77*cdf0e10cSrcweir	IMAGELIST_AND_COUNT
78*cdf0e10cSrcweir};
79*cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_LC
80*cdf0e10cSrcweir{
81*cdf0e10cSrcweir    Prefix = "lc";
82*cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
83*cdf0e10cSrcweir	IMAGELIST_AND_COUNT
84*cdf0e10cSrcweir};
85*cdf0e10cSrcweir
86*cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_SCH
87*cdf0e10cSrcweir{
88*cdf0e10cSrcweir    Prefix = "sch";
89*cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
90*cdf0e10cSrcweir    IMAGELIST_AND_COUNT
91*cdf0e10cSrcweir};
92*cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_LCH
93*cdf0e10cSrcweir{
94*cdf0e10cSrcweir    Prefix = "lch";
95*cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
96*cdf0e10cSrcweir    IMAGELIST_AND_COUNT
97*cdf0e10cSrcweir};
98*cdf0e10cSrcweir
99*cdf0e10cSrcweir// Vorlagen
100*cdf0e10cSrcweir#define STYLE_IMAGE_LISTEF \
101*cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ; \
102*cdf0e10cSrcweir	IdList = \
103*cdf0e10cSrcweir	{ \
104*cdf0e10cSrcweir		1; 2; 3; 4; 5; \
105*cdf0e10cSrcweir	}; \
106*cdf0e10cSrcweir	IdCount = 5;
107*cdf0e10cSrcweir
108*cdf0e10cSrcweirSfxStyleFamilies DLG_STYLE_DESIGNER
109*cdf0e10cSrcweir{
110*cdf0e10cSrcweir	StyleFamilyList =
111*cdf0e10cSrcweir	{
112*cdf0e10cSrcweir		SfxStyleFamilyItem
113*cdf0e10cSrcweir		{
114*cdf0e10cSrcweir			Text [ en-US ] = "Paragraph Styles" ;
115*cdf0e10cSrcweir            StyleFamily = SFX_STYLE_FAMILY_PARA ;
116*cdf0e10cSrcweir    	FilterList [ en-US ] =
117*cdf0e10cSrcweir		{
118*cdf0e10cSrcweir		 < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
119*cdf0e10cSrcweir			< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
120*cdf0e10cSrcweir			< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
121*cdf0e10cSrcweir			< "Automatic" ; SFXSTYLEBIT_AUTO ; > ;
122*cdf0e10cSrcweir			< "Text Styles" ; SWSTYLEBIT_TEXT ; > ;
123*cdf0e10cSrcweir			< "Chapter Styles" ; SWSTYLEBIT_CHAPTER ; > ;
124*cdf0e10cSrcweir			< "List Styles" ; SWSTYLEBIT_LIST ; > ;
125*cdf0e10cSrcweir			< "Index Styles" ; SWSTYLEBIT_IDX ; > ;
126*cdf0e10cSrcweir			< "Special Styles" ; SWSTYLEBIT_EXTRA ; > ;
127*cdf0e10cSrcweir			< "HTML Styles" ; SWSTYLEBIT_HTML ; > ;
128*cdf0e10cSrcweir			< "Conditional Styles" ; SWSTYLEBIT_CONDCOLL ; > ;
129*cdf0e10cSrcweir		};
130*cdf0e10cSrcweir	};
131*cdf0e10cSrcweir		SfxStyleFamilyItem
132*cdf0e10cSrcweir		{
133*cdf0e10cSrcweir			Text [ en-US ] = "Character Styles" ;
134*cdf0e10cSrcweir			StyleFamily = SFX_STYLE_FAMILY_CHAR ;
135*cdf0e10cSrcweir			FilterList [ en-US ] =
136*cdf0e10cSrcweir			{
137*cdf0e10cSrcweir				< "All" ; SFXSTYLEBIT_ALL ; > ;
138*cdf0e10cSrcweir				< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
139*cdf0e10cSrcweir				< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
140*cdf0e10cSrcweir			};
141*cdf0e10cSrcweir	};
142*cdf0e10cSrcweir		SfxStyleFamilyItem
143*cdf0e10cSrcweir		{
144*cdf0e10cSrcweir			Text [ en-US ] = "Frame Styles" ;
145*cdf0e10cSrcweir			StyleFamily = SFX_STYLE_FAMILY_FRAME ;
146*cdf0e10cSrcweir			FilterList [ en-US ] =
147*cdf0e10cSrcweir			{
148*cdf0e10cSrcweir				< "All" ; SFXSTYLEBIT_ALL ; > ;
149*cdf0e10cSrcweir				< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
150*cdf0e10cSrcweir				< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
151*cdf0e10cSrcweir			};
152*cdf0e10cSrcweir	};
153*cdf0e10cSrcweir		SfxStyleFamilyItem
154*cdf0e10cSrcweir		{
155*cdf0e10cSrcweir			Text [ en-US ] = "Page Styles" ;
156*cdf0e10cSrcweir			StyleFamily = SFX_STYLE_FAMILY_PAGE ;
157*cdf0e10cSrcweir			FilterList [ en-US ] =
158*cdf0e10cSrcweir			{
159*cdf0e10cSrcweir				< "All" ; SFXSTYLEBIT_ALL ; > ;
160*cdf0e10cSrcweir				< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
161*cdf0e10cSrcweir				< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
162*cdf0e10cSrcweir			};
163*cdf0e10cSrcweir	};
164*cdf0e10cSrcweir		SfxStyleFamilyItem
165*cdf0e10cSrcweir		{
166*cdf0e10cSrcweir			StyleFamily = SFX_STYLE_FAMILY_PSEUDO ;
167*cdf0e10cSrcweir			FilterList [ en-US ] =
168*cdf0e10cSrcweir			{
169*cdf0e10cSrcweir				< "All" ; SFXSTYLEBIT_ALL ; > ;
170*cdf0e10cSrcweir				< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
171*cdf0e10cSrcweir				< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
172*cdf0e10cSrcweir			};
173*cdf0e10cSrcweir			Text [ en-US ] = "List Styles" ;
174*cdf0e10cSrcweir	};
175*cdf0e10cSrcweir	};
176*cdf0e10cSrcweir
177*cdf0e10cSrcweir	ImageList 1	// == BMP_COLOR_NORMAL + 1
178*cdf0e10cSrcweir	{
179*cdf0e10cSrcweir        Prefix = "sf";
180*cdf0e10cSrcweir		STYLE_IMAGE_LISTEF
181*cdf0e10cSrcweir	};
182*cdf0e10cSrcweir	ImageList 2	// == BMP_COLOR_HIGHCONTRAST + 1
183*cdf0e10cSrcweir	{
184*cdf0e10cSrcweir        Prefix = "sfh";
185*cdf0e10cSrcweir		STYLE_IMAGE_LISTEF
186*cdf0e10cSrcweir	};
187*cdf0e10cSrcweir};
188*cdf0e10cSrcweir
189*cdf0e10cSrcweir
190*cdf0e10cSrcweir
191*cdf0e10cSrcweir // Default Bitmap fuer Toolbox
192*cdf0e10cSrcweirBITMAP BMP_FEHLT { FILE = "x.bmp" ; };
193*cdf0e10cSrcweir // Bitmap fuer die NumerierungsVorlagen im Organizer
194*cdf0e10cSrcweirBitmap BMP_STYLES_FAMILY_NUM { File = "styfamnu.bmp" ; };
195*cdf0e10cSrcweirBitmap BMP_STYLES_FAMILY_NUM_HC { File = "styfamnu_h.bmp" ; };
196*cdf0e10cSrcweir
197*cdf0e10cSrcweirString STR_ENV_TITLE
198*cdf0e10cSrcweir{
199*cdf0e10cSrcweir	Text [ en-US ] = "Envelope" ;
200*cdf0e10cSrcweir};
201*cdf0e10cSrcweir
202*cdf0e10cSrcweirString STR_LAB_TITLE
203*cdf0e10cSrcweir{
204*cdf0e10cSrcweir	Text [ en-US ] = "Labels" ;
205*cdf0e10cSrcweir};
206*cdf0e10cSrcweir
207*cdf0e10cSrcweir // ShortName!!!
208*cdf0e10cSrcweirString STR_HUMAN_SWDOC_NAME
209*cdf0e10cSrcweir{
210*cdf0e10cSrcweir	Text [ en-US ] = "Text" ;
211*cdf0e10cSrcweir};
212*cdf0e10cSrcweir
213*cdf0e10cSrcweirString STR_WRITER_DOCUMENT_FULLTYPE
214*cdf0e10cSrcweir{
215*cdf0e10cSrcweir    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Text Document";
216*cdf0e10cSrcweir};
217*cdf0e10cSrcweir
218*cdf0e10cSrcweir
219*cdf0e10cSrcweirString STR_CANTOPEN
220*cdf0e10cSrcweir{
221*cdf0e10cSrcweir	Text [ en-US ] = "Cannot open document." ;
222*cdf0e10cSrcweir};
223*cdf0e10cSrcweir
224*cdf0e10cSrcweirString STR_CANTCREATE
225*cdf0e10cSrcweir{
226*cdf0e10cSrcweir	Text [ en-US ] = "Can't create document.";
227*cdf0e10cSrcweir};
228*cdf0e10cSrcweirString STR_DLLNOTFOUND
229*cdf0e10cSrcweir{
230*cdf0e10cSrcweir	Text [ en-US ] = "Filter not found." ;
231*cdf0e10cSrcweir};
232*cdf0e10cSrcweir
233*cdf0e10cSrcweir
234*cdf0e10cSrcweirString STR_UNBENANNT
235*cdf0e10cSrcweir{
236*cdf0e10cSrcweir	Text [ en-US ] = "Untitled" ;
237*cdf0e10cSrcweir};
238*cdf0e10cSrcweir
239*cdf0e10cSrcweir
240*cdf0e10cSrcweirString STR_LOAD_GLOBAL_DOC
241*cdf0e10cSrcweir{
242*cdf0e10cSrcweir	Text [ en-US ] = "Name and Path of Master Document" ;
243*cdf0e10cSrcweir};
244*cdf0e10cSrcweir
245*cdf0e10cSrcweirString STR_LOAD_HTML_DOC
246*cdf0e10cSrcweir{
247*cdf0e10cSrcweir	Text [ en-US ] = "Name and Path of the HTML Document" ;
248*cdf0e10cSrcweir};
249*cdf0e10cSrcweir
250*cdf0e10cSrcweirInfoBox MSG_ERROR_SEND_MAIL
251*cdf0e10cSrcweir{
252*cdf0e10cSrcweir	BUTTONS = WB_OK ;
253*cdf0e10cSrcweir	DEFBUTTON = WB_DEF_OK ;
254*cdf0e10cSrcweir	Message [ en-US ] = "Error sending mail." ;
255*cdf0e10cSrcweir};
256*cdf0e10cSrcweirInfoBox MSG_ERROR_PASSWD
257*cdf0e10cSrcweir{
258*cdf0e10cSrcweir	BUTTONS = WB_OK ;
259*cdf0e10cSrcweir	DEFBUTTON = WB_DEF_OK ;
260*cdf0e10cSrcweir	Message [ en-US ] = "Invalid password" ;
261*cdf0e10cSrcweir};
262*cdf0e10cSrcweir
263*cdf0e10cSrcweir/*
264*cdf0e10cSrcweir * auskommentiert, da die Toolbox z. Zt. nicht aus der Resource
265*cdf0e10cSrcweir * geladen werden kann
266*cdf0e10cSrcweirWindow WIN_TOOLBOX {
267*cdf0e10cSrcweir	   "Bearbeitung von Text, Rahmen, Grafik, Tabellen oder "
268*cdf0e10cSrcweir	   "Numerierungen.";
269*cdf0e10cSrcweirHelpText [ en-US ] = "The objectbar contains, depending on your current "
270*cdf0e10cSrcweir			"working context, buttons for the editing of text, "
271*cdf0e10cSrcweir			"frames, graphics, tables or numberings.";
272*cdf0e10cSrcweir	OUTPUTSIZE = TRUE;
273*cdf0e10cSrcweir	BORDER = TRUE;
274*cdf0e10cSrcweir	Size = (28,27);
275*cdf0e10cSrcweir};
276*cdf0e10cSrcweir */
277*cdf0e10cSrcweir
278*cdf0e10cSrcweirString STR_FMT_STD
279*cdf0e10cSrcweir{
280*cdf0e10cSrcweir	Text [ en-US ] = "(none)" ;
281*cdf0e10cSrcweir};
282*cdf0e10cSrcweir
283*cdf0e10cSrcweirString STR_DOC_STAT
284*cdf0e10cSrcweir{
285*cdf0e10cSrcweir	Text [ en-US ] = "Statistics" ;
286*cdf0e10cSrcweir};
287*cdf0e10cSrcweir
288*cdf0e10cSrcweir // ----------------------------
289*cdf0e10cSrcweir // Statusleisten-Ueberschriften
290*cdf0e10cSrcweir // ----------------------------
291*cdf0e10cSrcweir
292*cdf0e10cSrcweirString STR_STATSTR_W4WREAD
293*cdf0e10cSrcweir{
294*cdf0e10cSrcweir	Text [ en-US ] = "Importing document..." ;
295*cdf0e10cSrcweir};
296*cdf0e10cSrcweir
297*cdf0e10cSrcweirString STR_STATSTR_W4WWRITE
298*cdf0e10cSrcweir{
299*cdf0e10cSrcweir	Text [ en-US ] = "Exporting document..." ;
300*cdf0e10cSrcweir};
301*cdf0e10cSrcweir
302*cdf0e10cSrcweirString STR_STATSTR_SWGREAD
303*cdf0e10cSrcweir{
304*cdf0e10cSrcweir	Text [ en-US ] = "Loading document..." ;
305*cdf0e10cSrcweir};
306*cdf0e10cSrcweir
307*cdf0e10cSrcweirString STR_STATSTR_SWGWRITE
308*cdf0e10cSrcweir{
309*cdf0e10cSrcweir	Text [ en-US ] = "Saving document..." ;
310*cdf0e10cSrcweir};
311*cdf0e10cSrcweir
312*cdf0e10cSrcweirString STR_STATSTR_REFORMAT
313*cdf0e10cSrcweir{
314*cdf0e10cSrcweir	Text [ en-US ] = "Repagination..." ;
315*cdf0e10cSrcweir};
316*cdf0e10cSrcweir
317*cdf0e10cSrcweirString STR_STATSTR_AUTOFORMAT
318*cdf0e10cSrcweir{
319*cdf0e10cSrcweir	Text [ en-US ] = "Formatting document automatically..." ;
320*cdf0e10cSrcweir};
321*cdf0e10cSrcweir
322*cdf0e10cSrcweirString STR_STATSTR_IMPGRF
323*cdf0e10cSrcweir{
324*cdf0e10cSrcweir	Text [ en-US ] = "Importing graphics..." ;
325*cdf0e10cSrcweir};
326*cdf0e10cSrcweir
327*cdf0e10cSrcweirString STR_STATSTR_SEARCH
328*cdf0e10cSrcweir{
329*cdf0e10cSrcweir	Text [ en-US ] = "Search..." ;
330*cdf0e10cSrcweir};
331*cdf0e10cSrcweir
332*cdf0e10cSrcweirString STR_STATSTR_FORMAT
333*cdf0e10cSrcweir{
334*cdf0e10cSrcweir	Text [ en-US ] = "Formatting..." ;
335*cdf0e10cSrcweir};
336*cdf0e10cSrcweir
337*cdf0e10cSrcweirString STR_STATSTR_PRINT
338*cdf0e10cSrcweir{
339*cdf0e10cSrcweir	Text [ en-US ] = "Printing..." ;
340*cdf0e10cSrcweir};
341*cdf0e10cSrcweir
342*cdf0e10cSrcweirString STR_STATSTR_LAYOUTINIT
343*cdf0e10cSrcweir{
344*cdf0e10cSrcweir	Text [ en-US ] = "Converting..." ;
345*cdf0e10cSrcweir};
346*cdf0e10cSrcweir
347*cdf0e10cSrcweirString STR_STATSTR_LETTER
348*cdf0e10cSrcweir{
349*cdf0e10cSrcweir	Text [ en-US ] = "Letter" ;
350*cdf0e10cSrcweir};
351*cdf0e10cSrcweir
352*cdf0e10cSrcweirString STR_STATSTR_SPELL
353*cdf0e10cSrcweir{
354*cdf0e10cSrcweir	Text [ en-US ] = "Spellcheck..." ;
355*cdf0e10cSrcweir};
356*cdf0e10cSrcweir
357*cdf0e10cSrcweirString STR_STATSTR_HYPHEN
358*cdf0e10cSrcweir{
359*cdf0e10cSrcweir	Text [ en-US ] = "Hyphenation..." ;
360*cdf0e10cSrcweir};
361*cdf0e10cSrcweir
362*cdf0e10cSrcweirString STR_STATSTR_TOX_INSERT
363*cdf0e10cSrcweir{
364*cdf0e10cSrcweir	Text [ en-US ] = "Inserting Index..." ;
365*cdf0e10cSrcweir};
366*cdf0e10cSrcweir
367*cdf0e10cSrcweirString STR_STATSTR_TOX_UPDATE
368*cdf0e10cSrcweir{
369*cdf0e10cSrcweir	Text [ en-US ] = "Updating Index..." ;
370*cdf0e10cSrcweir};
371*cdf0e10cSrcweir
372*cdf0e10cSrcweirString STR_STATSTR_SUMMARY
373*cdf0e10cSrcweir{
374*cdf0e10cSrcweir	Text [ en-US ] = "Creating abstract..." ;
375*cdf0e10cSrcweir};
376*cdf0e10cSrcweir
377*cdf0e10cSrcweirString STR_STATSTR_SWGPRTOLENOTIFY
378*cdf0e10cSrcweir{
379*cdf0e10cSrcweir	Text [ en-US ] = "Adapt Objects...";
380*cdf0e10cSrcweir};
381*cdf0e10cSrcweir
382*cdf0e10cSrcweir
383*cdf0e10cSrcweirQueryBox MSG_COMCORE_ASKSEARCH
384*cdf0e10cSrcweir{
385*cdf0e10cSrcweir	Buttons = WB_YES_NO_CANCEL ;
386*cdf0e10cSrcweir	DefButton = WB_DEF_YES ;
387*cdf0e10cSrcweir	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?" ;
388*cdf0e10cSrcweir};
389*cdf0e10cSrcweir
390*cdf0e10cSrcweirBitmap RID_GRAPHIC_REPLACEBMP
391*cdf0e10cSrcweir{
392*cdf0e10cSrcweir	File = "grafikei.bmp" ;
393*cdf0e10cSrcweir};
394*cdf0e10cSrcweir
395*cdf0e10cSrcweirBitmap RID_GRAPHIC_ERRORBMP
396*cdf0e10cSrcweir{
397*cdf0e10cSrcweir	File = "grafikde.bmp" ;
398*cdf0e10cSrcweir};
399*cdf0e10cSrcweir
400*cdf0e10cSrcweirBitmap RID_GRAPHIC_REPLACEBMP_HC
401*cdf0e10cSrcweir{
402*cdf0e10cSrcweir	File = "grafikei_h.bmp" ;
403*cdf0e10cSrcweir};
404*cdf0e10cSrcweir
405*cdf0e10cSrcweirBitmap RID_GRAPHIC_ERRORBMP_HC
406*cdf0e10cSrcweir{
407*cdf0e10cSrcweir	File = "grafikde_h.bmp" ;
408*cdf0e10cSrcweir};
409*cdf0e10cSrcweir
410*cdf0e10cSrcweirString STR_TABLE_DEFNAME
411*cdf0e10cSrcweir{
412*cdf0e10cSrcweir	Text [ en-US ] = "Table" ;
413*cdf0e10cSrcweir};
414*cdf0e10cSrcweir
415*cdf0e10cSrcweirString STR_GRAPHIC_DEFNAME
416*cdf0e10cSrcweir{
417*cdf0e10cSrcweir	Text[ en-US ] = "graphics" ;
418*cdf0e10cSrcweir};
419*cdf0e10cSrcweir
420*cdf0e10cSrcweirString STR_OBJECT_DEFNAME
421*cdf0e10cSrcweir{
422*cdf0e10cSrcweir	Text [ en-US ] = "Object" ;
423*cdf0e10cSrcweir};
424*cdf0e10cSrcweir
425*cdf0e10cSrcweirString STR_FRAME_DEFNAME
426*cdf0e10cSrcweir{
427*cdf0e10cSrcweir	Text [ en-US ] = "Frame" ;
428*cdf0e10cSrcweir};
429*cdf0e10cSrcweirString STR_REGION_DEFNAME
430*cdf0e10cSrcweir{
431*cdf0e10cSrcweir	Text [ en-US ] = "Section" ;
432*cdf0e10cSrcweir};
433*cdf0e10cSrcweirString STR_NUMRULE_DEFNAME
434*cdf0e10cSrcweir{
435*cdf0e10cSrcweir	Text [ en-US ] = "Numbering" ;
436*cdf0e10cSrcweir};
437*cdf0e10cSrcweirString STR_EMPTYPAGE
438*cdf0e10cSrcweir{
439*cdf0e10cSrcweir	Text [ en-US ] = "blank page" ;
440*cdf0e10cSrcweir};
441*cdf0e10cSrcweir
442*cdf0e10cSrcweirQueryBox MSG_CLPBRD_CLEAR
443*cdf0e10cSrcweir{
444*cdf0e10cSrcweir	BUTTONS = WB_YES_NO ;
445*cdf0e10cSrcweir	DEFBUTTON = WB_DEF_NO ;
446*cdf0e10cSrcweir	Message [ en-US ] = "You have a large amount of data saved in the clipboard.\nShould the clipboard contents remain available for other applications?" ;
447*cdf0e10cSrcweir};
448*cdf0e10cSrcweir
449*cdf0e10cSrcweirQueryBox MSG_SAVE_HTML_QUERY
450*cdf0e10cSrcweir{
451*cdf0e10cSrcweir	BUTTONS = WB_YES_NO_CANCEL ;
452*cdf0e10cSrcweir	DEFBUTTON = WB_DEF_YES ;
453*cdf0e10cSrcweir	Message [ en-US ] = "Conversion into HTML format \nmay cause information loss. \nDo you want to save the document?" ;
454*cdf0e10cSrcweir};
455*cdf0e10cSrcweirQueryBox MSG_SAVEAS_HTML_QUERY
456*cdf0e10cSrcweir{
457*cdf0e10cSrcweir    BUTTONS = WB_YES_NO;
458*cdf0e10cSrcweir    DEFBUTTON = WB_DEF_NO ;
459*cdf0e10cSrcweir	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?";
460*cdf0e10cSrcweir};
461*cdf0e10cSrcweirString STR_ABSTRACT_TITLE
462*cdf0e10cSrcweir{
463*cdf0e10cSrcweir	Text [ en-US ] = "Abstract: " ;
464*cdf0e10cSrcweir};
465*cdf0e10cSrcweir
466*cdf0e10cSrcweirString STR_FDLG_TEMPLATE_BUTTON
467*cdf0e10cSrcweir{
468*cdf0e10cSrcweir	Text [ en-US ] = "Style" ;
469*cdf0e10cSrcweir};
470*cdf0e10cSrcweir
471*cdf0e10cSrcweirString STR_FDLG_TEMPLATE_NAME
472*cdf0e10cSrcweir{
473*cdf0e10cSrcweir    //Text [ en-US ] = "Styles: " ;			//#outline level,removed by zhaojianwei
474*cdf0e10cSrcweir    Text [ en-US ] = "separated by: " ;	//<-end,add by zhaojianwei
475*cdf0e10cSrcweir};
476*cdf0e10cSrcweir//#outline level,add by zhaojianwei
477*cdf0e10cSrcweirString STR_FDLG_OUTLINE_LEVEL
478*cdf0e10cSrcweir{
479*cdf0e10cSrcweir    Text [ en-US ] = "Outline: Level ";
480*cdf0e10cSrcweir};
481*cdf0e10cSrcweir
482*cdf0e10cSrcweirString STR_FDLG_STYLE
483*cdf0e10cSrcweir{
484*cdf0e10cSrcweir    Text [ en-US ] = "Style: ";
485*cdf0e10cSrcweir};
486*cdf0e10cSrcweir//<-end
487*cdf0e10cSrcweir
488*cdf0e10cSrcweir
489*cdf0e10cSrcweirString STR_PAGEOFFSET
490*cdf0e10cSrcweir{
491*cdf0e10cSrcweir	Text [ en-US ] = "Page number: " ;
492*cdf0e10cSrcweir};
493*cdf0e10cSrcweirString STR_PAGEBREAK
494*cdf0e10cSrcweir{
495*cdf0e10cSrcweir	Text [ en-US ] = "Break before new page" ;
496*cdf0e10cSrcweir};
497*cdf0e10cSrcweirString STR_WESTERN_FONT
498*cdf0e10cSrcweir{
499*cdf0e10cSrcweir	Text [ en-US ] = "Western text: ";
500*cdf0e10cSrcweir};
501*cdf0e10cSrcweirString STR_CJK_FONT
502*cdf0e10cSrcweir{
503*cdf0e10cSrcweir	Text [ en-US ] = "Asian text: ";
504*cdf0e10cSrcweir};
505*cdf0e10cSrcweirString STR_REDLINE_UNKNOWN_AUTHOR
506*cdf0e10cSrcweir{
507*cdf0e10cSrcweir	Text [ en-US ] = "Unknown Author";
508*cdf0e10cSrcweir};
509*cdf0e10cSrcweir
510*cdf0e10cSrcweirWarningBox MSG_DISABLE_UNDO_QUESTION
511*cdf0e10cSrcweir{
512*cdf0e10cSrcweir	BUTTONS = WB_YES_NO_CANCEL;
513*cdf0e10cSrcweir	DEFBUTTON = WB_DEF_YES ;
514*cdf0e10cSrcweir	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?";
515*cdf0e10cSrcweir};
516*cdf0e10cSrcweir/*QueryBox MSG_INS_MERGE_FIELDS
517*cdf0e10cSrcweir{
518*cdf0e10cSrcweir    HelpId = HID_MAIL_MERGE_INSERT_FIELDS;
519*cdf0e10cSrcweir    Buttons = WB_OK_CANCEL ;
520*cdf0e10cSrcweir    DefButton = WB_DEF_YES ;
521*cdf0e10cSrcweir    Message [ en-US ] = "Do you want to use names and addresses from a database?";
522*cdf0e10cSrcweir};
523*cdf0e10cSrcweir*/
524*cdf0e10cSrcweirQueryBox MSG_PRINT_AS_MERGE
525*cdf0e10cSrcweir{
526*cdf0e10cSrcweir    HelpId = HID_PRINT_AS_MERGE;
527*cdf0e10cSrcweir    Buttons = WB_YES_NO ;
528*cdf0e10cSrcweir    DefButton = WB_DEF_YES ;
529*cdf0e10cSrcweir    Message [ en-US ] = "Your document contains address database fields. Do you want to print a form letter?";
530*cdf0e10cSrcweir};
531*cdf0e10cSrcweirModalDialog DLG_MERGE_SOURCE_UNAVAILABLE
532*cdf0e10cSrcweir{
533*cdf0e10cSrcweir    HelpId = HID_MERGE_SOURCE_UNAVAILABLE;
534*cdf0e10cSrcweir    OutputSize = TRUE ;
535*cdf0e10cSrcweir    SVLook = TRUE ;
536*cdf0e10cSrcweir    Size = MAP_APPFONT ( 202 , 72 ) ;
537*cdf0e10cSrcweir    Moveable = TRUE ;
538*cdf0e10cSrcweir
539*cdf0e10cSrcweir    FixedImage IMG_MERGE
540*cdf0e10cSrcweir    {
541*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 14 ) ;
542*cdf0e10cSrcweir        Size = MAP_APPFONT ( 103 , 32 ) ;
543*cdf0e10cSrcweir    };
544*cdf0e10cSrcweir    FixedText ST_MERGE_SOURCE_UNAVAILABLE
545*cdf0e10cSrcweir    {
546*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 6 ) ;
547*cdf0e10cSrcweir        Size = MAP_APPFONT ( 178 , 40 ) ;
548*cdf0e10cSrcweir        WordBreak = TRUE;
549*cdf0e10cSrcweir        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.";
550*cdf0e10cSrcweir    };
551*cdf0e10cSrcweir    OKButton PB_MERGE_OK
552*cdf0e10cSrcweir    {
553*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 52 ) ;
554*cdf0e10cSrcweir        Size = MAP_APPFONT ( 125 , 14 ) ;
555*cdf0e10cSrcweir        Text [ en-US ] = "Check Connection Settings...";
556*cdf0e10cSrcweir    };
557*cdf0e10cSrcweir    CancelButton PB_MERGE_CANCEL
558*cdf0e10cSrcweir    {
559*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 140 , 52 ) ;
560*cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
561*cdf0e10cSrcweir    };
562*cdf0e10cSrcweir};
563*cdf0e10cSrcweirWarningBox MSG_DATA_SOURCES_UNAVAILABLE
564*cdf0e10cSrcweir{
565*cdf0e10cSrcweir    HelpId = HID_DATA_SOURCES_UNAVAILABLE;
566*cdf0e10cSrcweir    Buttons = WB_OK_CANCEL;
567*cdf0e10cSrcweir    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.";
568*cdf0e10cSrcweir};
569*cdf0e10cSrcweir
570*cdf0e10cSrcweirString RID_MODULE_TOOLBOX
571*cdf0e10cSrcweir{
572*cdf0e10cSrcweir	Text [ en-US ] = "Function Bar (viewing mode)" ;
573*cdf0e10cSrcweir};
574*cdf0e10cSrcweirString  STR_DONT_ASK_AGAIN
575*cdf0e10cSrcweir{
576*cdf0e10cSrcweir    Text [ en-US ] = "~Do not show warning again" ;
577*cdf0e10cSrcweir};
578*cdf0e10cSrcweir// --> OD 2008-04-14 #outlinelevel#
579*cdf0e10cSrcweirString STR_OUTLINE_NUMBERING
580*cdf0e10cSrcweir{
581*cdf0e10cSrcweir    Text [ en-US ] = "Outline Numbering";
582*cdf0e10cSrcweir};
583*cdf0e10cSrcweirToolBox RID_MODULE_TOOLBOX
584*cdf0e10cSrcweir{
585*cdf0e10cSrcweir	HelpID = HID_MODULE_TOOLBOX ;
586*cdf0e10cSrcweir	Border = TRUE ;
587*cdf0e10cSrcweir	SVLook = TRUE ;
588*cdf0e10cSrcweir	Dockable = TRUE ;
589*cdf0e10cSrcweir	Moveable = TRUE ;
590*cdf0e10cSrcweir	Sizeable = TRUE ;
591*cdf0e10cSrcweir	Closeable = TRUE ;
592*cdf0e10cSrcweir	Zoomable = TRUE ;
593*cdf0e10cSrcweir	HideWhenDeactivate = TRUE ;
594*cdf0e10cSrcweir	LineSpacing = TRUE ;
595*cdf0e10cSrcweir	Customize = TRUE ;
596*cdf0e10cSrcweir	MenuStrings = TRUE ;
597*cdf0e10cSrcweir	Hide = TRUE ;
598*cdf0e10cSrcweir	ItemList =
599*cdf0e10cSrcweir	{
600*cdf0e10cSrcweir		ToolBoxItem
601*cdf0e10cSrcweir		{
602*cdf0e10cSrcweir			Identifier = SID_SAVEASDOC ;
603*cdf0e10cSrcweir		};
604*cdf0e10cSrcweir		ToolBoxItem
605*cdf0e10cSrcweir		{
606*cdf0e10cSrcweir			Type = TOOLBOXITEM_SEPARATOR ;
607*cdf0e10cSrcweir		};
608*cdf0e10cSrcweir		ToolBoxItem
609*cdf0e10cSrcweir		{
610*cdf0e10cSrcweir			Identifier = SID_EDITDOC ;
611*cdf0e10cSrcweir		};
612*cdf0e10cSrcweir		ToolBoxItem
613*cdf0e10cSrcweir		{
614*cdf0e10cSrcweir			Identifier = SID_MAIL_SENDDOC ;
615*cdf0e10cSrcweir		};
616*cdf0e10cSrcweir		ToolBoxItem
617*cdf0e10cSrcweir		{
618*cdf0e10cSrcweir			Type = TOOLBOXITEM_SEPARATOR ;
619*cdf0e10cSrcweir		};
620*cdf0e10cSrcweir		ToolBoxItem
621*cdf0e10cSrcweir		{
622*cdf0e10cSrcweir			Identifier = SID_DIRECTEXPORTDOCASPDF ;
623*cdf0e10cSrcweir		};
624*cdf0e10cSrcweir		ToolBoxItem
625*cdf0e10cSrcweir		{
626*cdf0e10cSrcweir			Identifier = SID_PRINTDOCDIRECT ;
627*cdf0e10cSrcweir		};
628*cdf0e10cSrcweir		ToolBoxItem
629*cdf0e10cSrcweir		{
630*cdf0e10cSrcweir			Type = TOOLBOXITEM_SEPARATOR ;
631*cdf0e10cSrcweir		};
632*cdf0e10cSrcweir		ToolBoxItem
633*cdf0e10cSrcweir		{
634*cdf0e10cSrcweir			Identifier = SID_COPY ;
635*cdf0e10cSrcweir		};
636*cdf0e10cSrcweir		ToolBoxItem
637*cdf0e10cSrcweir		{
638*cdf0e10cSrcweir			Type = TOOLBOXITEM_SEPARATOR ;
639*cdf0e10cSrcweir		};
640*cdf0e10cSrcweir		ToolBoxItem
641*cdf0e10cSrcweir		{
642*cdf0e10cSrcweir			Identifier = SID_SEARCH_DLG ;
643*cdf0e10cSrcweir		};
644*cdf0e10cSrcweir		ToolBoxItem
645*cdf0e10cSrcweir		{
646*cdf0e10cSrcweir			Identifier = SID_NAVIGATOR ;
647*cdf0e10cSrcweir		};
648*cdf0e10cSrcweir		ToolBoxItem
649*cdf0e10cSrcweir		{
650*cdf0e10cSrcweir			Type = TOOLBOXITEM_SEPARATOR ;
651*cdf0e10cSrcweir		};
652*cdf0e10cSrcweir		ToolBoxItem
653*cdf0e10cSrcweir		{
654*cdf0e10cSrcweir			Identifier = SID_ATTR_ZOOM ;
655*cdf0e10cSrcweir		};
656*cdf0e10cSrcweir	};
657*cdf0e10cSrcweir	Scroll = TRUE ;
658*cdf0e10cSrcweir};
659*cdf0e10cSrcweir
660*cdf0e10cSrcweirWarningBox MSG_DISABLE_READLINE_QUESTION
661*cdf0e10cSrcweir{
662*cdf0e10cSrcweir	BUTTONS = WB_YES_NO;
663*cdf0e10cSrcweir	DEFBUTTON = WB_DEF_YES ;
664*cdf0e10cSrcweir	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?";
665*cdf0e10cSrcweir};
666