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 ************************************************************************/
27
28#include "framework.hrc"
29
30Window DLG_BACKING
31{
32    OutputSize = TRUE ;
33    SVLook = TRUE ;
34    Border = FALSE;
35
36    String STR_BACKING_WELCOME
37    {
38        Text [ en-US ] = "Welcome to";
39    };
40    String STR_BACKING_WELCOMEPRODUCT
41    {
42        Text [ en-US ] = "%PRODUCTNAME";
43    };
44    String STR_BACKING_CREATE
45    {
46        Text [ en-US ] = "Create a new document";
47    };
48    String STR_BACKING_TEMPLATE
49    {
50        Text [ en-US ] = "~Templates...";
51    };
52    String STR_BACKING_FILE
53    {
54        Text [ en-US ] = "~Open...";
55    };
56    String STR_BACKING_EXTHELP
57    {
58        Text [ en-US ] = "Add new features to %PRODUCTNAME";
59    };
60    String STR_BACKING_REGHELP
61    {
62        Text [ en-US ] = "Register your %PRODUCTNAME";
63    };
64    String STR_BACKING_INFOHELP
65    {
66        Text [ en-US ] = "Get more information about %PRODUCTNAME";
67    };
68    String STR_BACKING_TPLREP
69    {
70        Text [ en-US ] = "Get more templates for %PRODUCTNAME";
71    };
72};
73
74Resource RES_BACKING_IMAGES
75{
76    Bitmap BMP_BACKING_BACKGROUND_LEFT
77    {
78        File = "backing.png";
79    };
80    Bitmap BMP_BACKING_BACKGROUND_MIDDLE
81    {
82        File = "backing_space.png";
83    };
84    Bitmap BMP_BACKING_BACKGROUND_RIGHT
85    {
86        File = "backing_right.png";
87    };
88    Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT
89    {
90        File = "backing_rtl_left.png";
91    };
92    Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT
93    {
94        File = "backing_rtl_right.png";
95    };
96    Bitmap BMP_BACKING_EXT
97    {
98        File = "extension.png";
99    };
100    Bitmap BMP_BACKING_REG
101    {
102        File = "register_32.png";
103    };
104    Bitmap BMP_BACKING_INFO
105    {
106        File = "info_26.png";
107    };
108    Bitmap BMP_BACKING_TPLREP
109    {
110        File = "addtemplate_32.png";
111    };
112    Bitmap BMP_BACKING_WRITER
113    {
114        File = "odt_32.png";
115    };
116    Bitmap BMP_BACKING_CALC
117    {
118        File = "ods_32.png";
119    };
120    Bitmap BMP_BACKING_IMPRESS
121    {
122        File = "odp_32.png";
123    };
124    Bitmap BMP_BACKING_DRAW
125    {
126        File = "odg_32.png";
127    };
128    Bitmap BMP_BACKING_DATABASE
129    {
130        File = "odb_32.png";
131    };
132    Bitmap BMP_BACKING_FORMULA
133    {
134        File = "odf_32.png";
135    };
136    Bitmap BMP_BACKING_OPENFILE
137    {
138        File = "folder_32.png";
139    };
140    Bitmap BMP_BACKING_OPENTEMPLATE
141    {
142        File = "templates_32.png";
143    };
144};
145
146Resource RES_BACKING_IMAGES_HC
147{
148    Bitmap BMP_BACKING_BACKGROUND_LEFT
149    {
150        File = "backing_hc.png";
151    };
152    Bitmap BMP_BACKING_BACKGROUND_MIDDLE
153    {
154        File = "backing_space_hc.png";
155    };
156    Bitmap BMP_BACKING_BACKGROUND_RIGHT
157    {
158        File = "backing_right_hc.png";
159    };
160    Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT
161    {
162        File = "backing_rtl_left_hc.png";
163    };
164    Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT
165    {
166        File = "backing_rtl_right_hc.png";
167    };
168    Bitmap BMP_BACKING_EXT
169    {
170        File = "extension_hc.png";
171    };
172    Bitmap BMP_BACKING_REG
173    {
174        File = "register_hc.png";
175    };
176    Bitmap BMP_BACKING_INFO
177    {
178        File = "info_hc.png";
179    };
180    Bitmap BMP_BACKING_TPLREP
181    {
182        File = "template_hc.png";
183    };
184    Bitmap BMP_BACKING_WRITER
185    {
186        File = "odt_32_hc.png";
187    };
188    Bitmap BMP_BACKING_CALC
189    {
190        File = "ods_32_hc.png";
191    };
192    Bitmap BMP_BACKING_IMPRESS
193    {
194        File = "odp_32_hc.png";
195    };
196    Bitmap BMP_BACKING_DRAW
197    {
198        File = "odg_32_hc.png";
199    };
200    Bitmap BMP_BACKING_DATABASE
201    {
202        File = "odb_32_hc.png";
203    };
204    Bitmap BMP_BACKING_FORMULA
205    {
206        File = "odf_32_hc.png";
207    };
208    Bitmap BMP_BACKING_OPENFILE
209    {
210        File = "folder_32_hc.png";
211    };
212    Bitmap BMP_BACKING_OPENTEMPLATE
213    {
214        File = "templates_32_hc.png";
215    };
216};
217
218Window WIN_TABWINDOW
219{
220    OutputSize = TRUE ;
221    SVLook = TRUE ;
222    TabControl TC_TABCONTROL
223    {
224        OutputSize = TRUE ;
225    };
226};
227
228