xref: /trunk/main/sw/source/ui/config/redlopt.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/* StarView ressource file */
28
29#ifndef _SFX_HRC
30#include <sfx2/sfx.hrc>
31#endif
32#ifndef _SVX_DIALOGS_HRC
33#include <svx/dialogs.hrc>
34#endif
35#include "globals.hrc"
36#include "config.hrc"
37#include "redlopt.hrc"
38#include "helpid.h"
39/**************************************************************************/
40/*                                                                        */
41/**************************************************************************/
42TabPage TP_REDLINE_OPT
43{
44	HelpID = HID_REDLINE_OPT ;
45	SVLook = TRUE ;
46	Hide = TRUE ;
47	Size = MAP_APPFONT ( 260 , 185 ) ;
48    FixedLine FL_TE
49	{
50		Pos = MAP_APPFONT ( 6 , 3 ) ;
51        Size = MAP_APPFONT ( 248 , 8 ) ;
52		Text [ en-US ] = "Text display" ;
53	};
54    FixedText FT_CHG_INSERT
55    {
56        Pos = MAP_APPFONT ( 12 , 14 ) ;
57        Size = MAP_APPFONT ( 70 , 8 ) ;
58    	Text [ en-US ] = "Insertions";
59	};
60    FixedText FT_INS_ATTR
61	{
62        Pos = MAP_APPFONT ( 18 , 25 ) ;
63        Size = MAP_APPFONT ( 70 , 8 ) ;
64    	Text [ en-US ] = "Attributes";
65	};
66    ListBox LB_INS_ATTR
67	{
68        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_ATTR";
69        Pos = MAP_APPFONT ( 90 , 25 ) ;
70		Size = MAP_APPFONT ( 80 , 80 ) ;
71		TabStop = TRUE ;
72		DropDown = TRUE ;
73		StringList [ en-US ] =
74		{
75			< "[None]" ; > ;
76			< "Bold" ; > ;
77			< "Italic" ; > ;
78			< "Underlined" ; > ;
79			< "Underlined: double" ; > ;
80            < "Strikethrough" ; > ;
81            < "Uppercase" ; > ;
82			< "Lowercase" ; > ;
83			< "Small caps" ; > ;
84			< "Title font" ; > ;
85			< "Background color" ; > ;
86		};
87	};
88    FixedText FT_INS_COL
89	{
90        Pos = MAP_APPFONT ( 18 , 42 ) ;
91        Size = MAP_APPFONT ( 70 , 8 ) ;
92		Text [ en-US ] = "Color" ;
93	};
94    ListBox LB_INS_COL
95	{
96        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_COL";
97        Pos = MAP_APPFONT ( 90 , 40 ) ;
98		Size = MAP_APPFONT ( 80 , 80 ) ;
99		TabStop = TRUE ;
100		DropDown = TRUE ;
101	};
102    Window WIN_INS
103	{
104		Border = TRUE ;
105        Pos = MAP_APPFONT ( 178 , 25 ) ;
106		Size = MAP_APPFONT ( 70 , 27 ) ;
107    	Text [ en-US ] = "Insert";
108	};
109    FixedText FT_CHG_DELETE
110    {
111        Pos = MAP_APPFONT ( 12 , 58 ) ;
112        Size = MAP_APPFONT ( 70 , 8 ) ;
113    	Text [ en-US ] = "Deletions";
114	};
115    FixedText FT_DEL_ATTR
116	{
117        Pos = MAP_APPFONT ( 18 , 69 ) ;
118        Size = MAP_APPFONT ( 70 , 8 ) ;
119    	Text [ en-US ] = "Attributes";
120	};
121    ListBox LB_DEL_ATTR
122	{
123        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_ATTR";
124        Pos = MAP_APPFONT ( 90 , 67 ) ;
125		Size = MAP_APPFONT ( 80 , 80 ) ;
126		TabStop = TRUE ;
127		DropDown = TRUE ;
128    };
129    FixedText FT_DEL_COL
130	{
131        Pos = MAP_APPFONT ( 18 , 84 ) ;
132        Size = MAP_APPFONT ( 70 , 8 ) ;
133    	Text [ en-US ] = "Color";
134	};
135    ListBox LB_DEL_COL
136	{
137        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_COL";
138        Pos = MAP_APPFONT ( 90 , 82 ) ;
139		Size = MAP_APPFONT ( 80 , 80 ) ;
140		TabStop = TRUE ;
141		DropDown = TRUE ;
142	};
143    Window WIN_DEL
144	{
145		Border = TRUE ;
146        Pos = MAP_APPFONT ( 178 , 67 ) ;
147		Size = MAP_APPFONT ( 70 , 27 ) ;
148    	Text [ en-US ] = "Delete";
149	};
150    FixedText FT_CHG_CHANGE
151    {
152        Pos = MAP_APPFONT ( 12 , 100 ) ;
153        Size = MAP_APPFONT ( 70 , 8 ) ;
154    	Text [ en-US ] = "Changed attributes";
155	};
156    FixedText FT_CHG_ATTR
157	{
158        Pos = MAP_APPFONT ( 18 , 113 ) ;
159        Size = MAP_APPFONT ( 70 , 8 ) ;
160    	Text [ en-US ] = "Attributes";
161	};
162    ListBox LB_CHG_ATTR
163	{
164        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_ATTR";
165        Pos = MAP_APPFONT ( 90 , 111 ) ;
166		Size = MAP_APPFONT ( 80 , 80 ) ;
167		TabStop = TRUE ;
168		DropDown = TRUE ;
169    };
170    FixedText FT_CHG_COL
171	{
172        Pos = MAP_APPFONT ( 18 , 128 ) ;
173        Size = MAP_APPFONT ( 70 , 8 ) ;
174    	Text [ en-US ] = "Color";
175	};
176    ListBox LB_CHG_COL
177	{
178        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_COL";
179        Pos = MAP_APPFONT ( 90 , 126 ) ;
180		Size = MAP_APPFONT ( 80 , 80 ) ;
181		TabStop = TRUE ;
182		DropDown = TRUE ;
183	};
184    Window WIN_CHG
185	{
186		Border = TRUE ;
187        Pos = MAP_APPFONT ( 178 , 111 ) ;
188		Size = MAP_APPFONT ( 70 , 27 ) ;
189    	Text [ en-US ] = "Attributes";
190	};
191    FixedLine FL_LC
192	{
193        Pos = MAP_APPFONT ( 6 , 144 ) ;
194        Size = MAP_APPFONT ( 248 , 8 ) ;
195		Text [ en-US ] = "Lines changed" ;
196	};
197    FixedText FT_MARKPOS
198	{
199        Pos = MAP_APPFONT ( 12 , 157 ) ;
200        Size = MAP_APPFONT ( 70 , 8 ) ;
201		Text [ en-US ] = "Mar~k" ;
202	};
203	ListBox LB_MARKPOS
204	{
205	    HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_MARKPOS";
206        Pos = MAP_APPFONT ( 90 , 155 ) ;
207		Size = MAP_APPFONT ( 80 , 80 ) ;
208		TabStop = TRUE ;
209		DropDown = TRUE ;
210		StringList [ en-US ] =
211		{
212			< "[None]" ; > ;
213			< "Left margin" ; > ;
214			< "Right margin" ; > ;
215			< "Outer margin" ; > ;
216			< "Inner margin" ; > ;
217		};
218	};
219	FixedText FT_LC_COL
220	{
221        Pos = MAP_APPFONT ( 12 , 172 ) ;
222        Size = MAP_APPFONT ( 70 , 8 ) ;
223		Text [ en-US ] = "~Color" ;
224	};
225	ListBox LB_LC_COL
226	{
227	    HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_LC_COL";
228        Pos = MAP_APPFONT ( 90 , 170 ) ;
229		Size = MAP_APPFONT ( 80 , 80 ) ;
230		TabStop = TRUE ;
231		DropDown = TRUE ;
232	};
233	Window WIN_MARK
234	{
235        Pos = MAP_APPFONT ( 178 , 155 ) ;
236        Size = MAP_APPFONT ( 70 , 27 ) ;
237	};
238    String STR_AUTHOR
239	{
240		Text [ en-US ] = "By author" ;
241	};
242	String STR_NOTHING
243	{
244		Text [ en-US ] = "[None]" ;
245	};
246};
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288