merge the formfield patch from ooo-build
[ooovba.git] / framework / source / services / fwk_services.src
blobb3916da9e34c2888302648573088a5454c6c6d53
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: fwk_services.src,v $
10  * $Revision: 1.8 $
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 "framework.hrc"
33 Window DLG_BACKING
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Border = FALSE;
39     String STR_BACKING_WELCOME
40     {
41         Text [ en-US ] = "Welcome to";
42     };
43     String STR_BACKING_WELCOMEPRODUCT
44     {
45         Text [ en-US ] = "%PRODUCTNAME";
46     };
47     String STR_BACKING_CREATE
48     {
49         Text [ en-US ] = "Create a new document";
50     };
51     String STR_BACKING_TEMPLATE
52     {
53         Text [ en-US ] = "~Templates...";
54     };
55     String STR_BACKING_FILE
56     {
57         Text [ en-US ] = "~Open a document...";
58     };
59     Bitmap BMP_BACKING_WRITER
60     {
61         File = "odt_32.png";
62     };
63     Bitmap BMP_BACKING_CALC
64     {
65         File = "ods_32.png";
66     };
67     Bitmap BMP_BACKING_IMPRESS
68     {
69         File = "odp_32.png";
70     };
71     Bitmap BMP_BACKING_DRAW
72     {
73         File = "odg_32.png";
74     };
75     Bitmap BMP_BACKING_DATABASE
76     {
77         File = "odb_32.png";
78     };
79     Bitmap BMP_BACKING_FORMULA
80     {
81         File = "odf_32.png";
82     };
83     Bitmap BMP_BACKING_OPENFILE
84     {
85         File = "open_32.png";
86     };
87     Bitmap BMP_BACKING_OPENTEMPLATE
88     {
89         File = "template_32.png";
90     };
91     Bitmap BMP_BACKING_EXT
92     {
93         File = "extension_plus_26.png";
94     };
95     String STR_BACKING_EXTHELP
96     {
97         Text [ en-US ] = "Add new features to %PRODUCTNAME";
98     };
99     Bitmap BMP_BACKING_REG
100     {
101         File = "register_32.png";
102     };
103     String STR_BACKING_REGHELP
104     {
105         Text [ en-US ] = "Register your %PRODUCTNAME";
106     };
107     Bitmap BMP_BACKING_INFO
108     {
109         File = "info_26.png";
110     };
111     String STR_BACKING_INFOHELP
112     {
113         Text [ en-US ] = "Get more information about %PRODUCTNAME";
114     };
115     Bitmap BMP_BACKING_TPLREP
116     {
117         File = "addtemplate_32.png";
118     };
119     String STR_BACKING_TPLREP
120     {
121         Text [ en-US ] = "Get more templates for %PRODUCTNAME";
122     };
125 Resource RES_BACKING_IMAGES
127     Bitmap BMP_BACKING_BACKGROUND_LEFT
128     {
129         File = "backing.png";
130     };
131     Bitmap BMP_BACKING_BACKGROUND_MIDDLE
132     {
133         File = "backing_space.png";
134     };
135     Bitmap BMP_BACKING_BACKGROUND_RIGHT
136     {
137         File = "backing_right.png";
138     };
139     Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT
140     {
141         File = "backing_rtl_left.png";
142     };
143     Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT
144     {
145         File = "backing_rtl_right.png";
146     };
149 Resource RES_BACKING_IMAGES_HC
151     Bitmap BMP_BACKING_BACKGROUND_LEFT
152     {
153         File = "backing_hc.png";
154     };
155     Bitmap BMP_BACKING_BACKGROUND_MIDDLE
156     {
157         File = "backing_space_hc.png";
158     };
159     Bitmap BMP_BACKING_BACKGROUND_RIGHT
160     {
161         File = "backing_right_hc.png";
162     };
163     Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT
164     {
165         File = "backing_rtl_left_hc.png";
166     };
167     Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT
168     {
169         File = "backing_rtl_right_hc.png";
170     };
173 Window WIN_TABWINDOW
175     OutputSize = TRUE ;
176     SVLook = TRUE ;
177     TabControl TC_TABCONTROL
178     {
179         OutputSize = TRUE ;
180     };