xref: /aoo41x/main/cui/source/dialogs/sdrcelldlg.src (revision cdf0e10c)
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 <cuires.hrc>
29#include <svx/dialogs.hrc>
30
31TabDialog RID_SVX_FORMAT_CELLS_DLG
32{
33	OutputSize = TRUE ;
34	SVLook = TRUE ;
35	Size = MAP_APPFONT ( 289 , 176 ) ;
36    Text [ de ] = "Zellen formatieren" ;
37	Text [ en-US ] = "Format Cells" ;
38	Moveable = TRUE ;
39	Closeable = TRUE ;
40	TabControl 1
41	{
42		OutputSize = TRUE ;
43		Pos = MAP_APPFONT ( 3 , 3 ) ;
44		Size = MAP_APPFONT ( 260 , 135 ) ;
45		PageList =
46		{
47			PageItem
48			{
49				Identifier = RID_SVXPAGE_CHAR_NAME ;
50				PageResID = RID_SVXPAGE_CHAR_NAME ;
51				Text [ de ] = "Schrift" ;
52				Text [ en-US ] = "Font" ;
53				Text [ x-comment ] = " ";
54			};
55			PageItem
56			{
57				Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
58				PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
59				Text [ de ] = "Schrifteffekt" ;
60				Text [ en-US ] = "Font Effects" ;
61				Text [ x-comment ] = " ";
62			};
63			PageItem
64			{
65				Identifier = RID_SVXPAGE_BORDER;
66				PageResID = RID_SVXPAGE_BORDER;
67				Text [ de ] = "Umrandung" ;
68				Text [ en-US ] = "Borders" ;
69				Text [ x-comment ] = " ";
70			};
71			PageItem
72			{
73				Identifier = RID_SVXPAGE_AREA;
74				PageResID = RID_SVXPAGE_AREA;
75				Text [ de ] = "Hintergrund";
76				Text [ en-US ] = "Background";
77				Text [ x-comment ] = " ";
78			};
79		};
80	};
81	OKButton 1
82	{
83		Pos = MAP_APPFONT ( 6 , 151 ) ;
84		Size = MAP_APPFONT ( 50 , 14 ) ;
85		TabStop = TRUE ;
86	};
87	CancelButton 1
88	{
89		Pos = MAP_APPFONT ( 60 , 151 ) ;
90		Size = MAP_APPFONT ( 50 , 14 ) ;
91		TabStop = TRUE ;
92	};
93	HelpButton 1
94	{
95		Pos = MAP_APPFONT ( 114 , 151 ) ;
96		Size = MAP_APPFONT ( 50 , 14 ) ;
97		TabStop = TRUE ;
98	};
99	PushButton 1
100	{
101		Pos = MAP_APPFONT ( 169 , 151 ) ;
102		Size = MAP_APPFONT ( 50 , 14 ) ;
103		/* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */
104		Text [ de ] = "Zurück" ;
105		Text [ en-US ] = "Return" ;
106		TabStop = TRUE ;
107		Text [ x-comment ] = " ";
108	};
109	Text [ x-comment ] = " ";
110};
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142