xref: /aoo42x/main/svtools/source/contnr/templwin.src (revision cdf0e10c)
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 // includes ------------------------------------------------------------------
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir#include "templwin.hrc"
31*cdf0e10cSrcweir#include <svtools/controldims.hrc>
32*cdf0e10cSrcweir#include <svtools/helpid.hrc>
33*cdf0e10cSrcweir#include <svtools/svtools.hrc>
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir// Magenta and Grey as mask colors
36*cdf0e10cSrcweir#define MASK_COL_MAGENTA	Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
37*cdf0e10cSrcweir
38*cdf0e10cSrcweirControl CTRL_FILEVIEW
39*cdf0e10cSrcweir{
40*cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
41*cdf0e10cSrcweir	Size = MAP_APPFONT ( 200 , 180 ) ;
42*cdf0e10cSrcweir};
43*cdf0e10cSrcweir
44*cdf0e10cSrcweirString STR_SVT_NEWDOC
45*cdf0e10cSrcweir{
46*cdf0e10cSrcweir	Text [ en-US ] = "New Document";
47*cdf0e10cSrcweir};
48*cdf0e10cSrcweir
49*cdf0e10cSrcweirImage IMG_SVT_NEWDOC
50*cdf0e10cSrcweir{
51*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "new_doc.bmp" ; };
52*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
53*cdf0e10cSrcweir};
54*cdf0e10cSrcweir
55*cdf0e10cSrcweirImage IMG_SVT_NEWDOC_HC
56*cdf0e10cSrcweir{
57*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "new_doc_h.bmp" ; };
58*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
59*cdf0e10cSrcweir};
60*cdf0e10cSrcweir
61*cdf0e10cSrcweirString STR_SVT_MYDOCS
62*cdf0e10cSrcweir{
63*cdf0e10cSrcweir	Text [ en-US ] = "My Documents";
64*cdf0e10cSrcweir};
65*cdf0e10cSrcweir
66*cdf0e10cSrcweirImage IMG_SVT_MYDOCS
67*cdf0e10cSrcweir{
68*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "my_docs.bmp" ; };
69*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
70*cdf0e10cSrcweir};
71*cdf0e10cSrcweir
72*cdf0e10cSrcweirImage IMG_SVT_MYDOCS_HC
73*cdf0e10cSrcweir{
74*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "my_docs_h.bmp" ; };
75*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
76*cdf0e10cSrcweir};
77*cdf0e10cSrcweir
78*cdf0e10cSrcweirString STR_SVT_TEMPLATES
79*cdf0e10cSrcweir{
80*cdf0e10cSrcweir	Text [ en-US ] = "Templates";
81*cdf0e10cSrcweir};
82*cdf0e10cSrcweir
83*cdf0e10cSrcweirImage IMG_SVT_TEMPLATES
84*cdf0e10cSrcweir{
85*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "template.bmp" ; };
86*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
87*cdf0e10cSrcweir};
88*cdf0e10cSrcweir
89*cdf0e10cSrcweirImage IMG_SVT_TEMPLATES_HC
90*cdf0e10cSrcweir{
91*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "template_h.bmp" ; };
92*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
93*cdf0e10cSrcweir};
94*cdf0e10cSrcweir
95*cdf0e10cSrcweirString STR_SVT_SAMPLES
96*cdf0e10cSrcweir{
97*cdf0e10cSrcweir	Text [ en-US ] = "Samples";
98*cdf0e10cSrcweir};
99*cdf0e10cSrcweir
100*cdf0e10cSrcweirImage IMG_SVT_SAMPLES
101*cdf0e10cSrcweir{
102*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "samples.bmp" ; };
103*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
104*cdf0e10cSrcweir};
105*cdf0e10cSrcweir
106*cdf0e10cSrcweirImage IMG_SVT_SAMPLES_HC
107*cdf0e10cSrcweir{
108*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "samples_h.bmp" ; };
109*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
110*cdf0e10cSrcweir};
111*cdf0e10cSrcweir
112*cdf0e10cSrcweirToolBox TB_SVT_FILEVIEW
113*cdf0e10cSrcweir{
114*cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
115*cdf0e10cSrcweir	Size = MAP_APPFONT ( 100 , 12 ) ;
116*cdf0e10cSrcweir	ItemList =
117*cdf0e10cSrcweir	{
118*cdf0e10cSrcweir		ToolBoxItem
119*cdf0e10cSrcweir		{
120*cdf0e10cSrcweir			Identifier = TI_DOCTEMPLATE_BACK;
121*cdf0e10cSrcweir			HelpId = HID_TEMPLATEDLG_TB_BACK;
122*cdf0e10cSrcweir			Text [ en-US ] = "Back" ;
123*cdf0e10cSrcweir		};
124*cdf0e10cSrcweir		ToolBoxItem
125*cdf0e10cSrcweir		{
126*cdf0e10cSrcweir			Identifier = TI_DOCTEMPLATE_PREV;
127*cdf0e10cSrcweir			HelpId = HID_TEMPLATEDLG_TB_PREV;
128*cdf0e10cSrcweir			Text [ en-US ] = "Up One Level" ;
129*cdf0e10cSrcweir		};
130*cdf0e10cSrcweir		ToolBoxItem
131*cdf0e10cSrcweir		{
132*cdf0e10cSrcweir			Type = TOOLBOXITEM_SEPARATOR ;
133*cdf0e10cSrcweir		};
134*cdf0e10cSrcweir		ToolBoxItem
135*cdf0e10cSrcweir		{
136*cdf0e10cSrcweir			Identifier = TI_DOCTEMPLATE_PRINT;
137*cdf0e10cSrcweir			HelpId = HID_TEMPLATEDLG_TB_PRINT;
138*cdf0e10cSrcweir			Text [ en-US ] = "Print" ;
139*cdf0e10cSrcweir		};
140*cdf0e10cSrcweir	};
141*cdf0e10cSrcweir};
142*cdf0e10cSrcweir
143*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPLATE_BACK_SMALL
144*cdf0e10cSrcweir{
145*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "back_small.bmp" ; };
146*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
147*cdf0e10cSrcweir};
148*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPLATE_BACK_LARGE
149*cdf0e10cSrcweir{
150*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "back_large.bmp" ; };
151*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
152*cdf0e10cSrcweir};
153*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPLATE_PREV_SMALL
154*cdf0e10cSrcweir{
155*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "up_small.bmp" ; };
156*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
157*cdf0e10cSrcweir};
158*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPLATE_PREV_LARGE
159*cdf0e10cSrcweir{
160*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "up_large.bmp" ; };
161*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
162*cdf0e10cSrcweir};
163*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPLATE_PRINT_SMALL
164*cdf0e10cSrcweir{
165*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sc05509.bmp" ; };
166*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
167*cdf0e10cSrcweir};
168*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPLATE_PRINT_LARGE
169*cdf0e10cSrcweir{
170*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "lc05509.bmp" ; };
171*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
172*cdf0e10cSrcweir};
173*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPL_HC_BACK_SMALL
174*cdf0e10cSrcweir{
175*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "back_small_h.bmp" ; };
176*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
177*cdf0e10cSrcweir};
178*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPL_HC_BACK_LARGE
179*cdf0e10cSrcweir{
180*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "back_large_h.bmp" ; };
181*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
182*cdf0e10cSrcweir};
183*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPL_HC_PREV_SMALL
184*cdf0e10cSrcweir{
185*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "up_small_h.bmp" ; };
186*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
187*cdf0e10cSrcweir};
188*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPL_HC_PREV_LARGE
189*cdf0e10cSrcweir{
190*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "up_large_h.bmp" ; };
191*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
192*cdf0e10cSrcweir};
193*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPL_HC_PRINT_SMALL
194*cdf0e10cSrcweir{
195*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sch05509.bmp" ; };
196*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
197*cdf0e10cSrcweir};
198*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPL_HC_PRINT_LARGE
199*cdf0e10cSrcweir{
200*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "lch05509.bmp" ; };
201*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
202*cdf0e10cSrcweir};
203*cdf0e10cSrcweir
204*cdf0e10cSrcweirToolBox TB_SVT_FRAMEWIN
205*cdf0e10cSrcweir{
206*cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
207*cdf0e10cSrcweir	Size = MAP_APPFONT ( 100 , 12 ) ;
208*cdf0e10cSrcweir	ItemList =
209*cdf0e10cSrcweir	{
210*cdf0e10cSrcweir		ToolBoxItem
211*cdf0e10cSrcweir		{
212*cdf0e10cSrcweir			RadioCheck = TRUE;
213*cdf0e10cSrcweir			AutoCheck = TRUE;
214*cdf0e10cSrcweir			Identifier = TI_DOCTEMPLATE_DOCINFO;
215*cdf0e10cSrcweir			HelpId = HID_TEMPLATEDLG_TB_DOCINFO;
216*cdf0e10cSrcweir			Text [ en-US ] = "Document Properties" ;
217*cdf0e10cSrcweir		};
218*cdf0e10cSrcweir		ToolBoxItem
219*cdf0e10cSrcweir		{
220*cdf0e10cSrcweir			RadioCheck = TRUE;
221*cdf0e10cSrcweir			AutoCheck = TRUE;
222*cdf0e10cSrcweir			Identifier = TI_DOCTEMPLATE_PREVIEW;
223*cdf0e10cSrcweir			HelpId = HID_TEMPLATEDLG_TB_PREVIEW;
224*cdf0e10cSrcweir			Text [ en-US ] = "Preview" ;
225*cdf0e10cSrcweir		};
226*cdf0e10cSrcweir	};
227*cdf0e10cSrcweir};
228*cdf0e10cSrcweir
229*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPLATE_DOCINFO_SMALL
230*cdf0e10cSrcweir{
231*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "info_small.bmp" ; };
232*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
233*cdf0e10cSrcweir};
234*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPLATE_DOCINFO_LARGE
235*cdf0e10cSrcweir{
236*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "info_large.bmp" ; };
237*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
238*cdf0e10cSrcweir};
239*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPLATE_PREVIEW_SMALL
240*cdf0e10cSrcweir{
241*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "preview_small.bmp" ; };
242*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
243*cdf0e10cSrcweir};
244*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPLATE_PREVIEW_LARGE
245*cdf0e10cSrcweir{
246*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "preview_large.bmp" ; };
247*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
248*cdf0e10cSrcweir};
249*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPL_HC_DOCINFO_SMALL
250*cdf0e10cSrcweir{
251*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "info_small_h.bmp" ; };
252*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
253*cdf0e10cSrcweir};
254*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPL_HC_DOCINFO_LARGE
255*cdf0e10cSrcweir{
256*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "info_large_h.bmp" ; };
257*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
258*cdf0e10cSrcweir};
259*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPL_HC_PREVIEW_SMALL
260*cdf0e10cSrcweir{
261*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "preview_small_h.bmp" ; };
262*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
263*cdf0e10cSrcweir};
264*cdf0e10cSrcweirImage IMG_SVT_DOCTEMPL_HC_PREVIEW_LARGE
265*cdf0e10cSrcweir{
266*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "preview_large_h.bmp" ; };
267*cdf0e10cSrcweir	MaskColor = MASK_COL_MAGENTA
268*cdf0e10cSrcweir};
269*cdf0e10cSrcweir
270*cdf0e10cSrcweirModalDialog DLG_DOCTEMPLATE
271*cdf0e10cSrcweir{
272*cdf0e10cSrcweir	HelpId = HID_TEMPLATEDLG_DIALOG ;
273*cdf0e10cSrcweir	OutputSize = TRUE ;
274*cdf0e10cSrcweir	SVLook = TRUE ;
275*cdf0e10cSrcweir    Size = MAP_APPFONT( 320, 250 );
276*cdf0e10cSrcweir	Text [ en-US ] = "Templates and Documents" ;
277*cdf0e10cSrcweir	Moveable = TRUE ;
278*cdf0e10cSrcweir    FixedText FT_DOCTEMPLATE_LINK
279*cdf0e10cSrcweir    {
280*cdf0e10cSrcweir        Left = TRUE ;
281*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 208 ) ;
282*cdf0e10cSrcweir        Size = MAP_APPFONT ( 311 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
283*cdf0e10cSrcweir        Text [ en-US ] = "~Get more templates online...";
284*cdf0e10cSrcweir    };
285*cdf0e10cSrcweir	FixedLine FL_DOCTEMPLATE
286*cdf0e10cSrcweir	{
287*cdf0e10cSrcweir        Pos = MAP_APPFONT( 0, 219 );
288*cdf0e10cSrcweir        Size = MAP_APPFONT( 320, 8 );
289*cdf0e10cSrcweir	};
290*cdf0e10cSrcweir	PushButton BTN_DOCTEMPLATE_MANAGE
291*cdf0e10cSrcweir	{
292*cdf0e10cSrcweir	    HelpID = "svtools:PushButton:DLG_DOCTEMPLATE:BTN_DOCTEMPLATE_MANAGE";
293*cdf0e10cSrcweir        Pos = MAP_APPFONT( 6, 230 );
294*cdf0e10cSrcweir		Size = MAP_APPFONT( 50, 14 );
295*cdf0e10cSrcweir		Text [ en-US ] = "Organi~ze...";
296*cdf0e10cSrcweir	};
297*cdf0e10cSrcweir	PushButton BTN_DOCTEMPLATE_EDIT
298*cdf0e10cSrcweir	{
299*cdf0e10cSrcweir	    HelpID = "svtools:PushButton:DLG_DOCTEMPLATE:BTN_DOCTEMPLATE_EDIT";
300*cdf0e10cSrcweir        Pos = MAP_APPFONT( 59, 230 );
301*cdf0e10cSrcweir		Size = MAP_APPFONT( 50, 14 );
302*cdf0e10cSrcweir		Text [ en-US ] = "~Edit";
303*cdf0e10cSrcweir	};
304*cdf0e10cSrcweir	OKButton BTN_DOCTEMPLATE_OPEN
305*cdf0e10cSrcweir	{
306*cdf0e10cSrcweir        Pos = MAP_APPFONT( 155, 230 );
307*cdf0e10cSrcweir		Size = MAP_APPFONT( 50, 14 );
308*cdf0e10cSrcweir		DefButton = TRUE;
309*cdf0e10cSrcweir		Text [ en-US ] = "~Open";
310*cdf0e10cSrcweir	};
311*cdf0e10cSrcweir	CancelButton BTN_DOCTEMPLATE_CANCEL
312*cdf0e10cSrcweir	{
313*cdf0e10cSrcweir        Pos = MAP_APPFONT( 208, 230 );
314*cdf0e10cSrcweir		Size = MAP_APPFONT( 50, 14 );
315*cdf0e10cSrcweir	};
316*cdf0e10cSrcweir	HelpButton BTN_DOCTEMPLATE_HELP
317*cdf0e10cSrcweir	{
318*cdf0e10cSrcweir        Pos = MAP_APPFONT( 264, 230 );
319*cdf0e10cSrcweir		Size = MAP_APPFONT( 50, 14 );
320*cdf0e10cSrcweir	};
321*cdf0e10cSrcweir};
322*cdf0e10cSrcweir
323*cdf0e10cSrcweirStringArray STRARY_SVT_DOCINFO
324*cdf0e10cSrcweir{
325*cdf0e10cSrcweir	ItemList [ en-US ] =
326*cdf0e10cSrcweir	{
327*cdf0e10cSrcweir		< "Title" ; DI_TITLE ; > ;
328*cdf0e10cSrcweir		< "By" ; DI_FROM ; > ;
329*cdf0e10cSrcweir		< "Date" ; DI_DATE ; > ;
330*cdf0e10cSrcweir		< "Keywords" ; DI_KEYWORDS ; > ;
331*cdf0e10cSrcweir		< "Description" ; DI_DESCRIPTION ; > ;
332*cdf0e10cSrcweir		< "Type" ; DI_MIMETYPE ; > ;
333*cdf0e10cSrcweir		< "Modified on" ; DI_MODIFIEDDATE ; > ;
334*cdf0e10cSrcweir		< "Modified by" ; DI_MODIFIEDBY ; > ;
335*cdf0e10cSrcweir		< "Printed on" ; DI_PRINTDATE ; > ;
336*cdf0e10cSrcweir		< "Printed by" ; DI_PRINTBY ; > ;
337*cdf0e10cSrcweir		< "Subject" ; DI_THEME ; > ;
338*cdf0e10cSrcweir		< "Size" ; DI_SIZE ; > ;
339*cdf0e10cSrcweir	};
340*cdf0e10cSrcweir	};
341*cdf0e10cSrcweir
342*cdf0e10cSrcweirString STR_SVT_NEWDOC_HELP
343*cdf0e10cSrcweir{
344*cdf0e10cSrcweir	Text [ en-US ] = "Click here to create new documents.";
345*cdf0e10cSrcweir};
346*cdf0e10cSrcweirString STR_SVT_MYDOCS_HELP
347*cdf0e10cSrcweir{
348*cdf0e10cSrcweir	Text [ en-US ] = "Contains your letters, reports and other documents";
349*cdf0e10cSrcweir};
350*cdf0e10cSrcweirString STR_SVT_TEMPLATES_HELP
351*cdf0e10cSrcweir{
352*cdf0e10cSrcweir	Text [ en-US ] = "Contains templates for creating new documents";
353*cdf0e10cSrcweir};
354*cdf0e10cSrcweirString STR_SVT_SAMPLES_HELP
355*cdf0e10cSrcweir{
356*cdf0e10cSrcweir	Text [ en-US ] = "Contains a selection of sample letters, reports and other documents";
357*cdf0e10cSrcweir};
358*cdf0e10cSrcweir
359*cdf0e10cSrcweir
360*cdf0e10cSrcweir
361*cdf0e10cSrcweir
362*cdf0e10cSrcweir
363*cdf0e10cSrcweir
364*cdf0e10cSrcweir
365*cdf0e10cSrcweir
366*cdf0e10cSrcweir
367*cdf0e10cSrcweir
368*cdf0e10cSrcweir
369*cdf0e10cSrcweir
370*cdf0e10cSrcweir
371*cdf0e10cSrcweir
372*cdf0e10cSrcweir
373*cdf0e10cSrcweir
374*cdf0e10cSrcweir
375*cdf0e10cSrcweir
376*cdf0e10cSrcweir
377*cdf0e10cSrcweir
378*cdf0e10cSrcweir
379