Update ooo320-m1
[ooovba.git] / svx / source / cui / sdrcelldlg.src
blobf657697bd483ff75642c92a3d5ca3f0985703fcd
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: sdrcelldlg.src,v $
10  * $Revision: 1.3 $
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 <svx/dialogs.hrc>
32 TabDialog RID_SVX_FORMAT_CELLS_DLG
34     OutputSize = TRUE ;
35     SVLook = TRUE ;
36     Size = MAP_APPFONT ( 289 , 176 ) ;
37     Text [ de ] = "Zellen formatieren" ;
38     Text [ en-US ] = "Format Cells" ;
39     Moveable = TRUE ;
40     Closeable = TRUE ;
41     TabControl 1
42     {
43         OutputSize = TRUE ;
44         Pos = MAP_APPFONT ( 3 , 3 ) ;
45         Size = MAP_APPFONT ( 260 , 135 ) ;
46         PageList =
47         {
48             PageItem
49             {
50                 Identifier = RID_SVXPAGE_CHAR_NAME ;
51                 PageResID = RID_SVXPAGE_CHAR_NAME ;
52                 Text [ de ] = "Schrift" ;
53                 Text [ en-US ] = "Font" ;
54                 Text [ x-comment ] = " ";
55             };
56             PageItem
57             {
58                 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
59                 PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
60                 Text [ de ] = "Schrifteffekt" ;
61                 Text [ en-US ] = "Font Effects" ;
62                 Text [ x-comment ] = " ";
63             };
64             PageItem
65             {
66                 Identifier = RID_SVXPAGE_BORDER;
67                 PageResID = RID_SVXPAGE_BORDER;
68                 Text [ de ] = "Umrandung" ;
69                 Text [ en-US ] = "Borders" ;
70                 Text [ x-comment ] = " ";
71             };
72             PageItem
73             {
74                 Identifier = RID_SVXPAGE_AREA;
75                 PageResID = RID_SVXPAGE_AREA;
76                 Text [ de ] = "Hintergrund";
77                 Text [ en-US ] = "Background";
78                 Text [ x-comment ] = " ";
79             };
80         };
81     };
82     OKButton 1
83     {
84         Pos = MAP_APPFONT ( 6 , 151 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86         TabStop = TRUE ;
87     };
88     CancelButton 1
89     {
90         Pos = MAP_APPFONT ( 60 , 151 ) ;
91         Size = MAP_APPFONT ( 50 , 14 ) ;
92         TabStop = TRUE ;
93     };
94     HelpButton 1
95     {
96         Pos = MAP_APPFONT ( 114 , 151 ) ;
97         Size = MAP_APPFONT ( 50 , 14 ) ;
98         TabStop = TRUE ;
99     };
100     PushButton 1
101     {
102         Pos = MAP_APPFONT ( 169 , 151 ) ;
103         Size = MAP_APPFONT ( 50 , 14 ) ;
104         /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
105         Text [ de ] = "Zurück" ;
106         Text [ en-US ] = "Return" ;
107         TabStop = TRUE ;
108         Text [ x-comment ] = " ";
109     };
110     Text [ x-comment ] = " ";