merge the formfield patch from ooo-build
[ooovba.git] / svx / source / intro / ooo.src
bloba29ea006652ce10ff92455e256b94137fe56d11a
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: ooo.src,v $
10  * $Revision: 1.25 $
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 #ifndef _SVTOOLS_HRC
32 #include <svtools/svtools.hrc>
33 #endif
35 #ifndef _SVTOOLS_IMAGEMGR_HRC
36 #include <svtools/imagemgr.hrc>
37 #endif
39 #ifndef _SFX_HRC
40 #include <sfx2/sfx.hrc>
41 #endif
43 #include <svx/svxids.hrc>
44 #include "intro.hrc"
46 String RID_APPTITLE
48     Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION" ;
51 // der String wird fuer die Registrierung gebraucht: 01 Voll, 02 OEM, 03 Vobis
52 String STR_VERSION_TYPE
54     Text = "01";
57 // der String wird fuer die Registrierung gebraucht - hier steht die Version zweistellig!
58 String STR_VERSION_ID
60     Text = "50";
63 String RID_BUILDVERSION
65     Text = UPDVER ;
68 ModalDialog RID_DEFAULTABOUT
70     OutputSize = TRUE ;
71     Size = MAP_APPFONT ( 245 , 200 ) ;
72     Moveable = TRUE ;
73     SVLook = TRUE ;
74     TEXT_DEFAULTABOUT
75     OKButton ABOUT_BTN_OK
76     {
77         DefButton = TRUE ;
78         Pos = MAP_APPFONT ( 174 , 6 ) ;
79         Size = MAP_APPFONT ( 50 , 14 ) ;
80     };
81     FixedText ABOUT_FTXT_VERSION
82     {
83         Pos = MAP_APPFONT ( 54 , 6 ) ;
84         Size = MAP_APPFONT ( 118 , 16 ) ;
85         WordBreak = TRUE ;
86         Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ;
87        };
88     FixedText ABOUT_FTXT_COPYRIGHT
89     {
90         Pos = MAP_APPFONT ( 54 , 25 ) ;
91         Size = MAP_APPFONT ( 168 , 51 ) ;
92         Text[ en-US ] ="Copyright 2000-2009 Sun Microsystems Inc.\nThis product was created by " OOO_VENDOR ", based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, especially those mentioned at http://www.openoffice.org/welcome/credits.html.";
93         WordBreak = TRUE ;
94     };
95     StringArray ABOUT_STR_DEVELOPER_ARY
96     {
97         OOO_CONTRIBUTOR_LIST
98     };
99     String ABOUT_STR_ACCEL
100     {
101         Text = "SDT" ;
102     };
105 // imagelist with images of the "New" menu and the file open dialog
107 #define MASK_COL2       MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } ;
108 #define X_IMAGE_LIST \
109     IdList = {                                  \
110         IMG_IMPRESS ;                   \
111         IMG_CALC ;                              \
112         IMG_CALCTEMPLATE ;              \
113         IMG_CHART ;                             \
114         IMG_IMPRESSTEMPLATE ;   \
115         IMG_HTML ;                              \
116         IMG_MATH ;                              \
117         IMG_WRITER ;                    \
118         IMG_WRITERTEMPLATE ;    \
119         IMG_MACROLIB ;                  \
120         IMG_GLOBAL_DOC ;                \
121         IMG_DRAW ;                              \
122         IMG_DRAWTEMPLATE ;              \
123         IMG_NEWFROMTEMPLATE ;   \
124         IMG_DATABASE;                   \
125     };                                                  \
126     IdCount = {                                 \
127         15;                                             \
128     };
130 ImageList RID_SVTOOLS_IMAGELIST_BIG
132     Prefix = "lx";
133     MASK_COL2
134     X_IMAGE_LIST
137 ImageList RID_SVTOOLS_IMAGELIST_SMALL
139     Prefix = "sx";
140     MASK_COL2
141     X_IMAGE_LIST
144 ImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST
146     Prefix = "lxh";
147     MASK_COL2
148     X_IMAGE_LIST
151 ImageList RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST
153     Prefix = "sxh";
154     MASK_COL2
155     X_IMAGE_LIST
158 #define MASK_COL    MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } ;
159 #define IMGLST_IDLST \
160     IdList = {                      \
161         SID_GENERAL_OPTIONS;        \
162         SID_LANGUAGE_OPTIONS;       \
163         SID_INET_DLG;               \
164         SID_SW_EDITOPTIONS;         \
165         SID_SW_ONLINEOPTIONS;       \
166         SID_SC_EDITOPTIONS;         \
167         SID_SD_EDITOPTIONS;         \
168         SID_SD_GRAPHIC_OPTIONS;     \
169         SID_SM_EDITOPTIONS;         \
170         SID_SCH_EDITOPTIONS;        \
171         SID_SB_STARBASEOPTIONS;     \
172         SID_FILTER_DLG;             \
173     };                              \
174     IdCount = {                     \
175         12;                         \
176     };
178 ImageList RID_IMGLIST_TREEOPT
180     Prefix = "tr";
181     MASK_COL
182     IMGLST_IDLST
185 ImageList RID_IMGLIST_TREEOPT_HC
187     Prefix = "trh";
188     MASK_COL
189     IMGLST_IDLST