xref: /aoo41x/main/sc/source/ui/miscdlgs/acredlin.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 "acredlin.hrc"
29ModelessDialog RID_SCDLG_CHANGES
30{
31	OutputSize = TRUE ;
32	HelpId = CMD_FID_CHG_ACCEPT ;
33	Hide = TRUE ;
34	SVLook = TRUE ;
35	Size = MAP_APPFONT ( 282 , 142 ) ;
36	Moveable = TRUE ;
37	Sizeable = TRUE ;
38	Closeable = TRUE ;
39	 // Dieser Dialog hat einen Cancel-Button !
40	Control CTR_REDLINING
41	{
42		HelpId = HID_SC_REDLIN_CTR ;
43		Pos = MAP_APPFONT ( 2 , 2 ) ;
44		Size = MAP_APPFONT ( 270 , 105 ) ;
45	};
46	CancelButton BTN_CANCEL
47	{
48		Pos = MAP_APPFONT ( 271 , 105 ) ;
49		Size = MAP_APPFONT ( 1 , 1 ) ;
50		TabStop = FALSE ;
51	};
52	FixedText FT_ASSIGN
53	{
54		Hide = TRUE ;
55		Border = TRUE ;
56		Pos = MAP_APPFONT ( 12 , 105 ) ;
57		Size = MAP_APPFONT ( 128 , 12 ) ;
58		TabStop = TRUE ;
59		Text [ en-US ] = "Range" ;
60	};
61	Edit ED_ASSIGN
62	{
63	    HelpID = "sc:Edit:RID_SCDLG_CHANGES:ED_ASSIGN";
64		Hide = TRUE ;
65		Border = TRUE ;
66		Pos = MAP_APPFONT ( 12 , 119 ) ;
67		Size = MAP_APPFONT ( 128 , 12 ) ;
68		TabStop = TRUE ;
69	};
70	ImageButton RB_ASSIGN
71	{
72	    HelpID = "sc:ImageButton:RID_SCDLG_CHANGES:RB_ASSIGN";
73		Hide = TRUE ;
74		Pos = MAP_APPFONT ( 142 , 118 ) ;
75		Size = MAP_APPFONT ( 13 , 15 ) ;
76		TabStop = FALSE ;
77		QuickHelpText [ en-US ] = "Minimize/Maximize" ;
78	};
79	String STR_INSERT_COLS
80	{
81		Text [ en-US ] = "Column inserted" ;
82	};
83	String STR_INSERT_ROWS
84	{
85		Text [ en-US ] = "Row inserted " ;
86	};
87	String STR_INSERT_TABS
88	{
89		Text [ en-US ] = "Sheet inserted " ;
90	};
91	String STR_DELETE_COLS
92	{
93		Text [ en-US ] = "Column deleted" ;
94	};
95	String STR_DELETE_ROWS
96	{
97		Text [ en-US ] = "Row deleted" ;
98	};
99	String STR_DELETE_TABS
100	{
101		Text [ en-US ] = "Sheet deleted" ;
102	};
103	String STR_MOVE
104	{
105		Text [ en-US ] = "Range moved" ;
106	};
107	String STR_CONTENT
108	{
109		Text [ en-US ] = "Changed contents" ;
110	};
111	String STR_CONTENT_WITH_CHILD
112	{
113		Text [ en-US ] = "Changed contents" ;
114	};
115	String STR_CHILD_CONTENT
116	{
117		Text [ en-US ] = "Changed to " ;
118	};
119	String STR_CHILD_ORGCONTENT
120	{
121		Text [ en-US ] = "Original" ;
122	};
123	String STR_REJECT
124	{
125		Text [ en-US ] = "Changes rejected" ;
126	};
127	String STR_ACCEPTED
128	{
129		Text [ en-US ] = "Accepted" ;
130	};
131	String STR_REJECTED
132	{
133		Text [ en-US ] = "Rejected" ;
134	};
135	String STR_NO_ENTRY
136	{
137		Text [ en-US ] = "No Entry" ;
138	};
139	String STR_EMPTY
140	{
141		Text [ en-US ] = "<empty>" ;
142	};
143	Bitmap BMP_STR_CLOSE
144	{
145		File = "dir-clos.bmp" ;
146	};
147	Bitmap BMP_STR_OPEN
148	{
149		File = "dir-open.bmp" ;
150	};
151	Bitmap BMP_STR_END
152	{
153		File = "basobj2.bmp" ;
154	};
155	Bitmap BMP_STR_ERROR
156	{
157		File = "basbrk.bmp" ;
158	};
159	Text [ en-US ] = "Accept or Reject Changes" ;
160};
161Menu RID_POPUP_CHANGES
162{
163	ItemList =
164	{
165		MenuItem
166		{
167			Identifier = SC_CHANGES_COMMENT ;
168			HelpId = HID_SC_CHANGES_COMMENT ;
169			Text [ en-US ] = "Edit Comment..." ;
170
171		};
172		MenuItem
173		{
174			Identifier = SC_SUB_SORT ;
175			SubMenu = Menu
176			{
177				ItemList =
178				{
179					MenuItem
180					{
181						Identifier = SC_SORT_ACTION ;
182						HelpID = HID_SC_SORT_ACTION ;
183						RadioCheck = TRUE ;
184						Text [ en-US ] = "Action" ;
185					};
186					MenuItem
187					{
188						Identifier = SC_SORT_POSITION ;
189						HelpID = HID_SORT_POSITION ;
190						RadioCheck = TRUE ;
191						Text [ en-US ] = "Position" ;
192					};
193					MenuItem
194					{
195						Identifier = SC_SORT_AUTHOR ;
196						HelpID = HID_SC_SORT_AUTHOR ;
197						RadioCheck = TRUE ;
198						Text [ en-US ] = "Author" ;
199					};
200					MenuItem
201					{
202						Identifier = SC_SORT_DATE ;
203						HelpID = HID_SC_SORT_DATE ;
204						RadioCheck = TRUE ;
205						Text [ en-US ] = "Date" ;
206					};
207					MenuItem
208					{
209						Identifier = SC_SORT_COMMENT ;
210						HelpID = HID_SC_SORT_COMMENT ;
211						RadioCheck = TRUE ;
212						Text [ en-US ] = "Description" ;
213					};
214				};
215			};
216			Text [ en-US ] = "Sorting" ;
217		};
218	};
219};
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261