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