Update ooo320-m1
[ooovba.git] / sfx2 / source / doc / doctempl.src
blobe8b6737e06155123e14971c0cfb86a08205f5017
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: doctempl.src,v $
10  * $Revision: 1.35 $
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  ************************************************************************/
31 #include <sfx2/sfx.hrc>
33 #include "doc.hrc"
35 StringArray TEMPLATE_SHORT_NAMES_ARY
37     ItemList =
38     {
39         < "standard" ; > ;
40         < "officorr" ; > ;
41         < "offimisc" ; > ;
42         < "personal" ; > ;
43         < "forms" ; > ;
44         < "finance" ; > ;
45         < "educate" ; > ;
46         < "layout" ; > ;
47         < "presnt" ; > ;
48         < "misc" ; > ;
49                 < "labels" ; > ;
50     };
53 StringArray TEMPLATE_LONG_NAMES_ARY
55     ItemList [ en-US ] =
56     {
57         < "My Templates" ; > ;
58         < "Business Correspondence" ; > ;
59         < "Other Business Documents" ; > ;
60         < "Personal Correspondence and Documents" ; > ;
61         < "Forms and Contracts" ; > ;
62         < "Finances" ; > ;
63         < "Education" ; > ;
64         < "Presentation Backgrounds" ; > ;
65         < "Presentations" ; > ;
66         < "Miscellaneous" ; > ;
67         < "Labels" ; > ;
68     };
70     };
72 String RID_CNT_STR_WAITING
74     Text [ en-US ] = "The templates are being initialized for first-time usage." ;