xref: /trunk/main/sfx2/source/doc/doctempl.src (revision 22daf8cb)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include <sfx2/sfx.hrc>
25
26#include "doc.hrc"
27
28StringArray TEMPLATE_SHORT_NAMES_ARY
29{
30	ItemList =
31	{
32		< "standard" ;	> ;
33		< "officorr" ;	> ;
34		< "offimisc" ;	> ;
35		< "personal" ;	> ;
36		< "forms" ;		> ;
37		< "finance" ;	> ;
38		< "educate" ;	> ;
39		< "layout" ;	> ;
40		< "presnt" ;	> ;
41		< "misc" ;		> ;
42	};
43};
44
45StringArray TEMPLATE_LONG_NAMES_ARY
46{
47	ItemList [ en-US ] =
48	{
49		< "My Templates" ;							> ;
50		< "Business Correspondence" ;				> ;
51		< "Other Business Documents" ;				> ;
52		< "Personal Correspondence and Documents" ;	> ;
53		< "Forms and Contracts" ;					> ;
54		< "Finances" ;								> ;
55		< "Education" ;								> ;
56		< "Presentation Backgrounds" ;				> ;
57		< "Presentations" ;							> ;
58		< "Miscellaneous" ;							> ;
59	};
60};
61
62String RID_CNT_STR_WAITING
63{
64	Text [ en-US ] = "The templates are being initialized for first-time usage." ;
65};
66
67// ********************************************************************** EOF
68