1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: iso.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #ifndef _SVTOOLS_IMAGEMGR_HRC
32 #include <svtools/imagemgr.hrc>
36 #include <svtools/svtools.hrc>
42 Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION" ;
45 // der String wird fuer die Registrierung gebraucht: 01 Voll, 02 OEM, 03 Vobis
46 String STR_VERSION_TYPE
51 // der String wird fuer die Registrierung gebraucht - hier steht die Version zweistellig!
57 String RID_BUILDVERSION
62 ModalDialog RID_DEFAULTABOUT
65 Size = MAP_APPFONT ( 245 , 200 ) ;
72 Pos = MAP_APPFONT ( 174 , 6 ) ;
73 Size = MAP_APPFONT ( 50 , 14 ) ;
75 FixedText ABOUT_FTXT_VERSION
77 Pos = MAP_APPFONT ( 54 , 6 ) ;
78 Size = MAP_APPFONT ( 118 , 16 ) ;
80 Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ;
82 FixedText ABOUT_FTXT_COPYRIGHT
84 Pos = MAP_APPFONT ( 54 , 25 ) ;
85 Size = MAP_APPFONT ( 168 , 51 ) ;
87 Text[ en-US ] = "Copyright © 2005-2009 Sun Microsystems, Inc. All rights reserved. Sun Microsystems, Inc. has intellectual property rights relating to technology embodied in the product that is described in this document. In particular, and without limitation, these intellectual property rights may include one or more of the U.S. patents listed at http://www.sun.com/patents and one or more additional patents or pending patent applications in the U.S. and in other countries. U.S. Government Rights - Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements. Use is subject to license terms. This distribution may include materials developed by third parties. Sun, Sun Microsystems, the Sun logo, Java, Solaris and StarOffice are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd.\n\nThis product is based on the OpenOffice.org project." ;
89 StringArray ABOUT_STR_DEVELOPER_ARY
93 String ABOUT_STR_FRENCH_COPYRIGHT
95 Text = "Copyright © 2005-2009 Sun Microsystems, Inc. Tous droits réservés. Sun Microsystems, Inc. détient les droits de propriété intellectuels relatifs á la technologie incorporée dans le produit qui est décrit dans ce document. En particulier, et ce sans limitation, ces droits de propriété intellectuelle peuvent inclure un ou plus des brevets américains listés á l'adresse http://www.sun.com/patents et un ou les brevets supplémentaires ou les applications de brevet en attente aux Etats - Unis et dans les autres pays. L'utilisation est soumise aux termes du contrat de licence. Cette distribution peut comprendre des composants développés par des tierces parties. Sun, Sun Microsystems, le logo Sun, Java, Solaris et StarOffice sont des marques de fabrique ou des marques déposées de Sun Microsystems, Inc. aux Etats-Unis et dans d'autres pays. Toutes les marques SPARC sont utilisées sous licence et sont des marques de fabrique ou des marques déposées de SPARC International, Inc. aux Etats-Unis et dans d'autres pays. UNIX est une marque déposée aux Etats-Unis et dans d'autres pays et licenciée exlusivement par X/Open Company, Ltd.\n\nCe produit a été créé á partir du projet OpenOffice.org." ;
97 String ABOUT_STR_ACCEL
103 #define MASK_COL MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } ;
104 #define IMGLST_IDLST \
106 SID_GENERAL_OPTIONS; \
107 SID_LANGUAGE_OPTIONS; \
109 SID_SW_EDITOPTIONS; \
110 SID_SW_ONLINEOPTIONS; \
111 SID_SC_EDITOPTIONS; \
112 SID_SD_EDITOPTIONS; \
113 SID_SD_GRAPHIC_OPTIONS; \
114 SID_SM_EDITOPTIONS; \
115 SID_SCH_EDITOPTIONS; \
116 SID_SB_STARBASEOPTIONS; \
123 ImageList RID_IMGLIST_TREEOPT
129 ImageList RID_IMGLIST_TREEOPT_HC
136 #define MASK_COL2 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } ;
137 #define X_IMAGE_LIST \
143 IMG_IMPRESSTEMPLATE ; \
147 IMG_WRITERTEMPLATE ; \
152 IMG_NEWFROMTEMPLATE ; \
159 ImageList RID_SVTOOLS_IMAGELIST_BIG
166 ImageList RID_SVTOOLS_IMAGELIST_SMALL
173 ImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST
180 ImageList RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST
187 // ******************************************************************* EOF