xref: /trunk/main/svx/source/stbctrls/stbctrls.src (revision 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22// include ---------------------------------------------------------------
23#include <svx/dialogs.hrc>
24#include "helpid.hrc"
25#include "stbctrls.h"
26// pragma ----------------------------------------------------------------
27
28// Strings ---------------------------------------------------------------
29String RID_SVXSTR_INSERT_TEXT
30{
31    // 'Insert' shortened to max. 5 characters
32    Text [ en-US ] = "INSRT" ;
33};
34String RID_SVXSTR_OVERWRITE_TEXT
35{
36    // 'Overwrite' shortened to max. 5 characters
37    Text [ en-US ] = "OVER" ;
38};
39String RID_SVXSTR_SELMODE_STD
40{
41    // 'Standard' shortened to max. 3 characters
42    Text [ en-US ] = "STD" ;
43};
44String RID_SVXSTR_SELMODE_ER
45{
46    // 'Extended' shortened to max. 3 characters
47    Text [ en-US ] = "EXT" ;
48};
49String RID_SVXSTR_SELMODE_ERG
50{
51    // 'Added' shortened to max. 3 characters
52    Text [ en-US ] = "ADD" ;
53};
54
55String RID_SVXSTR_SELMODE_BLK
56{
57    // 'Block' shortened to max. 3 characters
58    Text [ en-US ] = "BLK" ;
59};
60
61String RID_SVXSTR_XMLSEC_SIG_OK
62{
63    Text [ en-US ] = "Digital Signature: The document signature is OK." ;
64};
65
66String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
67{
68    Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated." ;
69};
70
71String RID_SVXSTR_XMLSEC_SIG_NOT_OK
72{
73    Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend that you do not trust this document." ;
74};
75
76String RID_SVXSTR_XMLSEC_NO_SIG
77{
78    Text [ en-US ] = "Digital Signature: The document is not signed." ;
79};
80
81String RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
82{
83    Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed." ;
84};
85
86// PopupMenu -------------------------------------------------------------
87Menu RID_SVXMNU_ZOOM
88{
89    ItemList =
90    {
91        MenuItem
92        {
93            Identifier = ZOOM_200 ;
94            HelpId = HID_MNU_ZOOM_200 ;
95            Text [ en-US ] = "200%" ;
96        };
97        MenuItem
98        {
99            Identifier = ZOOM_150 ;
100            HelpId = HID_MNU_ZOOM_150 ;
101            Text [ en-US ] = "150%" ;
102        };
103        MenuItem
104        {
105            Identifier = ZOOM_100 ;
106            HelpId = HID_MNU_ZOOM_100 ;
107            Text [ en-US ] = "100%" ;
108        };
109        MenuItem
110        {
111            Identifier = ZOOM_75 ;
112            HelpId = HID_MNU_ZOOM_75 ;
113            Text [ en-US ] = "75%" ;
114        };
115        MenuItem
116        {
117            Identifier = ZOOM_50 ;
118            HelpId = HID_MNU_ZOOM_50 ;
119            Text [ en-US ] = "50%" ;
120        };
121        MenuItem
122        {
123            Identifier = ZOOM_OPTIMAL ;
124            HelpId = HID_MNU_ZOOM_OPTIMAL ;
125            Text [ en-US ] = "Optimal" ;
126        };
127        MenuItem
128        {
129            Identifier = ZOOM_PAGE_WIDTH ;
130            HelpId = HID_MNU_ZOOM_PAGE_WIDTH ;
131            Text [ en-US ] = "Page Width" ;
132        };
133        MenuItem
134        {
135            Identifier = ZOOM_WHOLE_PAGE ;
136            HelpId = HID_MNU_ZOOM_WHOLE_PAGE ;
137            Text [ en-US ] = "Entire Page" ;
138        };
139    };
140};
141// Function selection for SvxPosSizeStatusBarControl in Calc
142Menu RID_SVXMNU_PSZ_FUNC
143{
144    ItemList =
145    {
146        MenuItem
147        {
148            Identifier = PSZ_FUNC_AVG ;
149            HelpId = HID_MNU_FUNC_AVG ;
150            Text [ en-US ] = "Average" ;
151        };
152        MenuItem
153        {
154            Identifier = PSZ_FUNC_COUNT2 ;
155            HelpId = HID_MNU_FUNC_COUNT2 ;
156            Text [ en-US ] = "CountA" ;
157        };
158        MenuItem
159        {
160            Identifier = PSZ_FUNC_COUNT ;
161            HelpId = HID_MNU_FUNC_COUNT ;
162            Text [ en-US ] = "Count" ;
163        };
164        MenuItem
165        {
166            Identifier = PSZ_FUNC_MAX ;
167            HelpId = HID_MNU_FUNC_MAX ;
168            Text [ en-US ] = "Maximum" ;
169        };
170        MenuItem
171        {
172            Identifier = PSZ_FUNC_MIN ;
173            HelpId = HID_MNU_FUNC_MIN ;
174            Text [ en-US ] = "Minimum" ;
175        };
176        MenuItem
177        {
178            Identifier = PSZ_FUNC_SUM ;
179            HelpId = HID_MNU_FUNC_SUM ;
180            Text [ en-US ] = "Sum" ;
181        };
182        MenuItem
183        {
184            Identifier = PSZ_FUNC_NONE ;
185            HelpId = HID_MNU_FUNC_NONE ;
186            Text [ en-US ] = "None" ;
187        };
188    };
189};
190Menu RID_SVXMNU_XMLSECSTATBAR
191{
192    ItemList =
193    {
194        MenuItem
195        {
196            Identifier = XMLSEC_CALL ;
197            HelpId = HID_XMLSEC_CALL ;
198            Text [ en-US ] = "Digital Signatures..." ;
199        };
200    };
201};
202
203// Images ----------------------------------------------------------------
204
205Image RID_SVXBMP_POSITION
206{
207    ImageBitmap = Bitmap
208    {
209        File = "sc10223.png" ;
210    };
211};
212Image RID_SVXBMP_SIZE
213{
214    ImageBitmap = Bitmap
215    {
216        File = "sc10224.png" ;
217    };
218};
219Image RID_SVXBMP_SIGNET
220{
221    ImageBitmap = Bitmap
222    {
223        File = "signet_11x16.png" ;
224    };
225};
226Image RID_SVXBMP_SIGNET_BROKEN
227{
228    ImageBitmap = Bitmap
229    {
230        File = "caution_11x16.png" ;
231    };
232};
233Image RID_SVXBMP_SIGNET_NOTVALIDATED
234{
235    ImageBitmap = Bitmap
236    {
237        File = "notcertificate_11x16.png" ;
238    };
239};
240Image RID_SVXBMP_POSITION_H
241{
242    ImageBitmap = Bitmap
243    {
244        File = "sch10223.png" ;
245    };
246};
247Image RID_SVXBMP_SIZE_H
248{
249    ImageBitmap = Bitmap
250    {
251        File = "sch10224.png" ;
252    };
253};
254Image RID_SVXBMP_SIGNET_H
255{
256    ImageBitmap = Bitmap
257    {
258        File = "signet_11x16_h.png" ;
259    };
260};
261Image RID_SVXBMP_SIGNET_BROKEN_H
262{
263    ImageBitmap = Bitmap
264    {
265        File = "caution_11x16_h.png" ;
266    };
267};
268Image RID_SVXBMP_SIGNET_NOTVALIDATED_H
269{
270    ImageBitmap = Bitmap
271    {
272        File = "notcertificate_11x16_h.png" ;
273    };
274};
275
276
277Image RID_SVXBMP_SLIDERBUTTON
278{
279    ImageBitmap = Bitmap
280    {
281        File = "slidecontrol.png" ;
282    };
283};
284Image RID_SVXBMP_SLIDERDECREASE
285{
286    ImageBitmap = Bitmap
287    {
288        File = "slidezoomout_11.png" ;
289    };
290};
291Image RID_SVXBMP_SLIDERINCREASE
292{
293    ImageBitmap = Bitmap
294    {
295        File = "slidezoomin_11.png" ;
296    };
297};
298Image RID_SVXBMP_SLIDERBUTTON_HC
299{
300    ImageBitmap = Bitmap
301    {
302        File = "slidecontrol_h.png" ;
303    };
304};
305Image RID_SVXBMP_SLIDERDECREASE_HC
306{
307    ImageBitmap = Bitmap
308    {
309        File = "slidezoomout_11_h.png" ;
310    };
311};
312Image RID_SVXBMP_SLIDERINCREASE_HC
313{
314    ImageBitmap = Bitmap
315    {
316        File = "slidezoomin_11_h.png" ;
317    };
318};
319
320// ********************************************************************** EOF
321