1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/#define WEBDIALOG  1000
27/*
28#define WEBERROR 1100
29// --------------------------------------------------------------------
30
31String WEBDIALOG
32{
33    Text [ en-US ] = "~Help";
34};
35
36
37String WEBDIALOG + 1
38{
39	Text [ en-US ] = "AutoPilot Web Page";
40};
41
42
43
44
45String WEBDIALOG + 2
46{
47    Text [ en-US ] = "~Cancel";
48};
49
50String WEBDIALOG + 3
51{
52    Text [ en-US ] = "C~reate";
53};
54
55
56String WEBDIALOG + 4
57{
58	Text [ en-US ] = "Which template should be used?";
59};
60
61String WEBDIALOG + 5
62{
63	Text [ en-US ] = "Which layout should be used?";
64};
65
66
67String WEBDIALOG + 6
68{
69    Text [ en-US ] = "Background Image";
70};
71
72
73
74String WEBDIALOG + 7
75{
76    Text [ en-US ] = "~Tiled";
77};
78
79
80String WEBDIALOG + 8
81{
82    Text [ en-US ] = "~Scaled";
83};
84
85
86String WEBDIALOG + 9
87{
88    Text [ en-US ] = "Edit document";
89};
90
91String WEBDIALOG + 10
92{
93	Text [ en-US ] = "Create template";
94};
95
96
97String WEBERROR + 1
98{
99	Text [ en-US ] = "A template for the page setup could not be found.";
100};
101
102String WEBERROR + 2
103{
104	Text [ en-US ] = "A Style for the Page Style could not be found.";
105};
106
107String WEBERROR + 3
108{
109	Text [ en-US ] = "An error occurred as the templates were being interpreted.";
110};
111
112String WEBERROR + 4
113{
114	Text [ en-US ] = "An error occurred as the template was being refreshed.";
115};
116
117String WEBERROR + 5
118{
119	Text [ en-US ] = "An error occurred while applying the Styles.";
120};
121
122String WEBERROR + 6
123{
124	Text [ en-US ] = "An error occurred while evaluating the documents.";
125};
126
127String WEBERROR + 7
128{
129	Text [ en-US ] = "An error occurred while running the AutoPilot.";
130};
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167*/
168