update credits
[LibreOffice.git] / cui / source / tabpages / grfpage.src
blob0b26fbff0b214e40b9324523ff53dff7462713c6
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <cuires.hrc>
21 #include "helpid.hrc"
22 #include "grfpage.hrc"
23 #include <svx/dialogs.hrc>
25 /************************************************************/
26 /*                                                                                                                  */
27 /*                                                                                                                  */
28 /*                                   Crop-Page                                                          */
29 /*                                                                                                                  */
30 /*                                                                                                                  */
31 /************************************************************/
32 TabPage RID_SVXPAGE_GRFCROP
34     Hide = TRUE ;
35     HelpID = HID_SVXPAGE_GRFCROP;
36     SVLook = TRUE ;
37     Pos = MAP_APPFONT ( 0 , 0 ) ;
38     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
39     FixedLine FL_CROP
40     {
41         Pos = MAP_APPFONT ( 6 , 3 ) ;
42         Size = MAP_APPFONT ( 164 , 8 ) ;
43         Text [ en-US ] = "Crop" ;
44     };
45     FixedText FT_LEFT
46     {
47         Pos = MAP_APPFONT ( 12 , 44 ) ;
48         Size = MAP_APPFONT ( 28 , 8 ) ;
49         Text [ en-US ] = "~Left" ;
50     };
51     MetricField MF_LEFT
52     {
53         HelpID = "cui:MetricField:RID_SVXPAGE_GRFCROP:MF_LEFT";
54         Border = TRUE ;
55         Pos = MAP_APPFONT ( 42 , 42 ) ;
56         Size = MAP_APPFONT ( 40 , 12 ) ;
57         Text = "12,99" ;
58         TabStop = TRUE ;
59         Left = TRUE ;
60         Repeat = TRUE ;
61         Spin = TRUE ;
62         Minimum = -9999 ;
63         Maximum = 9999 ;
64         DecimalDigits = 2 ;
65         Unit = FUNIT_CM ;
66         First = 0 ;
67         Last = 9999 ;
68         SpinSize = 10 ;
69     };
70     FixedText FT_RIGHT
71     {
72         Pos = MAP_APPFONT ( 12 , 60 ) ;
73         Size = MAP_APPFONT ( 28 , 8 ) ;
74         Left = TRUE ;
75         Text [ en-US ] = "~Right" ;
76     };
77     MetricField MF_RIGHT
78     {
79         HelpID = "cui:MetricField:RID_SVXPAGE_GRFCROP:MF_RIGHT";
80         Border = TRUE ;
81         Pos = MAP_APPFONT ( 42 , 58 ) ;
82         Size = MAP_APPFONT ( 40 , 12 ) ;
83         TabStop = TRUE ;
84         Left = TRUE ;
85         Repeat = TRUE ;
86         Spin = TRUE ;
87         Minimum = -9999 ;
88         Maximum = 9999 ;
89         DecimalDigits = 2 ;
90         Unit = FUNIT_CM ;
91         First = 0 ;
92         Last = 9999 ;
93         SpinSize = 10 ;
94     };
95     FixedText FT_TOP
96     {
97         Pos = MAP_APPFONT ( 94 , 44 ) ;
98         Size = MAP_APPFONT ( 28 , 8 ) ;
99         Text [ en-US ] = "~Top" ;
100     };
101     MetricField MF_TOP
102     {
103         HelpID = "cui:MetricField:RID_SVXPAGE_GRFCROP:MF_TOP";
104         Border = TRUE ;
105         Pos = MAP_APPFONT ( 124 , 42 ) ;
106         Size = MAP_APPFONT ( 40 , 12 ) ;
107         Text = "12,99" ;
108         TabStop = TRUE ;
109         Left = TRUE ;
110         Repeat = TRUE ;
111         Spin = TRUE ;
112         Minimum = -9999 ;
113         Maximum = 9999 ;
114         DecimalDigits = 2 ;
115         Unit = FUNIT_CM ;
116         First = 0 ;
117         Last = 9999 ;
118         SpinSize = 10 ;
119     };
120     FixedText FT_BOTTOM
121     {
122         Pos = MAP_APPFONT ( 94 , 60 ) ;
123         Size = MAP_APPFONT ( 28 , 8 ) ;
124         Left = TRUE ;
125         Text [ en-US ] = "~Bottom" ;
126     };
127     MetricField MF_BOTTOM
128     {
129         HelpID = "cui:MetricField:RID_SVXPAGE_GRFCROP:MF_BOTTOM";
130         Border = TRUE ;
131         Pos = MAP_APPFONT ( 124 , 58 ) ;
132         Size = MAP_APPFONT ( 40 , 12 ) ;
133         TabStop = TRUE ;
134         Left = TRUE ;
135         Repeat = TRUE ;
136         Spin = TRUE ;
137         Minimum = -9999 ;
138         Maximum = 9999 ;
139         DecimalDigits = 2 ;
140         Unit = FUNIT_CM ;
141         First = 0 ;
142         Last = 9999 ;
143         SpinSize = 10 ;
144     };
145     RadioButton RB_SIZECONST
146     {
147         HelpID = "cui:RadioButton:RID_SVXPAGE_GRFCROP:RB_SIZECONST";
148         Pos = MAP_APPFONT ( 12 , 28 ) ;
149         Size = MAP_APPFONT ( 152 , 10 ) ;
150         Text [ en-US ] = "Keep image si~ze" ;
151     };
152     RadioButton RB_ZOOMCONST
153     {
154         HelpID = "cui:RadioButton:RID_SVXPAGE_GRFCROP:RB_ZOOMCONST";
155         Pos = MAP_APPFONT ( 12 , 14 ) ;
156         Size = MAP_APPFONT ( 152 , 10 ) ;
157         Check = TRUE ;
158         Text [ en-US ] = "Keep ~scale" ;
159     };
160     Window WN_BSP
161     {
162         Pos = MAP_APPFONT ( 176 , 6 ) ;
163         Size = MAP_APPFONT ( 78 , 78 ) ;
164         Border = TRUE ;
165     };
166     FixedLine FL_ZOOM
167     {
168         Pos = MAP_APPFONT ( 6, 76 ) ;
169         Size = MAP_APPFONT ( 164 , 8 ) ;
170         Text [ en-US ] = "Scale" ;
171     };
172     FixedText FT_WIDTHZOOM
173     {
174         Left = TRUE ;
175         Pos = MAP_APPFONT ( 12 , 89 ) ;
176         Size = MAP_APPFONT ( 28 , 8 ) ;
177         Text [ en-US ] = "~Width" ;
178     };
179     MetricField MF_WIDTHZOOM
180     {
181         HelpID = "cui:MetricField:RID_SVXPAGE_GRFCROP:MF_WIDTHZOOM";
182         Border = TRUE ;
183         Pos = MAP_APPFONT ( 42 , 87 ) ;
184         Size = MAP_APPFONT ( 40 , 12 ) ;
185         Text = "12,99" ;
186         TabStop = TRUE ;
187         Left = TRUE ;
188         Repeat = TRUE ;
189         Spin = TRUE ;
190         Minimum = 1 ;
191         Maximum = 9999 ;
192         First = 5 ;
193         Last = 1000 ;
194         Maximum = 9999 ;
195         Value = 100 ;
196         Unit = FUNIT_CUSTOM ;
197         CustomUnitText = "%" ;
198         SpinSize = 10 ;
199     };
200     FixedText FT_HEIGHTZOOM
201     {
202         Pos = MAP_APPFONT ( 12 , 105 ) ;
203         Size = MAP_APPFONT ( 28 , 8 ) ;
204         Text [ en-US ] = "H~eight" ;
205         Left = TRUE ;
206     };
207     MetricField MF_HEIGHTZOOM
208     {
209         HelpID = "cui:MetricField:RID_SVXPAGE_GRFCROP:MF_HEIGHTZOOM";
210         Border = TRUE ;
211         Pos = MAP_APPFONT ( 42 , 103 ) ;
212         Size = MAP_APPFONT ( 40 , 12 ) ;
213         TabStop = TRUE ;
214         Left = TRUE ;
215         Repeat = TRUE ;
216         Spin = TRUE ;
217         Minimum = 1 ;
218         Maximum = 9999 ;
219         First = 5 ;
220         Last = 1000 ;
221         Maximum = 9999 ;
222         Value = 100 ;
223         Unit = FUNIT_CUSTOM ;
224         CustomUnitText = "%" ;
225         SpinSize = 10 ;
226     };
227     FixedLine FL_SIZE
228     {
229         Pos = MAP_APPFONT ( 6 , 121 ) ;
230         Size = MAP_APPFONT ( 164 , 8 ) ;
231         Text [ en-US ] = "Image size" ;
232     };
233     FixedText FT_WIDTH
234     {
235         Pos = MAP_APPFONT ( 12 , 134 ) ;
236         Size = MAP_APPFONT ( 28 , 8 ) ;
237         Left = TRUE ;
238         Text [ en-US ] = "~Width" ;
239     };
240     MetricField MF_WIDTH
241     {
242         HelpID = "cui:MetricField:RID_SVXPAGE_GRFCROP:MF_WIDTH";
243         Border = TRUE ;
244         Pos = MAP_APPFONT ( 42 , 132 ) ;
245         Size = MAP_APPFONT ( 40 , 12 ) ;
246         Text = "12,99" ;
247         TabStop = TRUE ;
248         Left = TRUE ;
249         Repeat = TRUE ;
250         Spin = TRUE ;
251         Minimum = 5 ;
252         Maximum = 20000 ;
253         DecimalDigits = 2 ;
254         Unit = FUNIT_CM ;
255         First = 5 ;
256         Last = 20000 ;
257         SpinSize = 10 ;
258     };
259     FixedText FT_HEIGHT
260     {
261         Pos = MAP_APPFONT ( 12 , 150 ) ;
262         Size = MAP_APPFONT ( 28 , 8 ) ;
263         Left = TRUE ;
264         Text [ en-US ] = "H~eight" ;
265     };
266     MetricField MF_HEIGHT
267     {
268         HelpID = "cui:MetricField:RID_SVXPAGE_GRFCROP:MF_HEIGHT";
269         Border = TRUE ;
270         Pos = MAP_APPFONT ( 42 , 148 ) ;
271         Size = MAP_APPFONT ( 40 , 12 ) ;
272         TabStop = TRUE ;
273         Left = TRUE ;
274         Repeat = TRUE ;
275         Spin = TRUE ;
276         Minimum = 5 ;
277         Maximum = 20000 ;
278         DecimalDigits = 2 ;
279         Unit = FUNIT_CM ;
280         First = 5 ;
281         Last = 20000 ;
282         SpinSize = 10 ;
283     };
284     FixedText FT_ORIG_SIZE
285     {
286         Pos = MAP_APPFONT ( 176 , 132 ) ;
287         Size = MAP_APPFONT ( 74 , 8 ) ;
288     };
289     PushButton PB_ORGSIZE
290     {
291         HelpID = "cui:PushButton:RID_SVXPAGE_GRFCROP:PB_ORGSIZE";
292         Pos = MAP_APPFONT ( 176 , 143 ) ;
293         Size = MAP_APPFONT ( 50 , 14 ) ;
294         TabStop = TRUE ;
295         Text [ en-US ] = "~Original Size" ;
296     };
299 String STR_PPI
301     Text [ x-comment ] = "PPI is pixel per inch, %1 is a number" ;
302     Text [ en-US ] = "(%1 PPI)" ;
305 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */