bump product version to 5.0.4.1
[LibreOffice.git] / svx / source / stbctrls / stbctrls.src
blob0337f7788075847f86e0c17afe3179f0d9a427d8
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 <svx/dialogs.hrc>
21 #include "helpid.hrc"
22 #include "stbctrls.h"
24  // Strings ---------------------------------------------------------------
25 String RID_SVXSTR_INSERT_HELPTEXT
27     Text [ en-US ] = "Insert mode. Click to change to overwrite mode." ;
29 String RID_SVXSTR_OVERWRITE_HELPTEXT
31     Text [ en-US ] = "Overwrite mode. Click to change to insert mode." ;
33 String RID_SVXSTR_OVERWRITE_TEXT
35     Text [ x-comment ] = "To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'." ;
36     Text [ en-US ] = "Overwrite" ;
39 // Selection type menu
40 Menu RID_SVXMENU_SELECTION
42     ItemList =
43     {
44         MenuItem
45         {
46             Identifier = SELECTION_STANDARD ;
47             RadioCheck = TRUE ;
48             Text [ en-US ] = "Standard selection" ;
49         };
50         MenuItem
51         {
52             Identifier = SELECTION_EXTENDED ;
53             RadioCheck = TRUE ;
54             Text [ en-US ] = "Extending selection" ;
55         };
56         MenuItem
57         {
58             Identifier = SELECTION_ADDED ;
59             RadioCheck = TRUE ;
60             Text [ en-US ] = "Adding selection" ;
61         };
62         MenuItem
63         {
64             Identifier = SELECTION_BLOCK ;
65             RadioCheck = TRUE ;
66             Text [ en-US ] = "Block selection" ;
67         };
68     };
71 Image RID_SVXBMP_SELECTION
73     ImageBitmap = Bitmap
74     {
75         File = "selection_10x22.png" ;
76     };
79 String RID_SVXSTR_XMLSEC_SIG_OK
81     Text [ en-US ] = "Digital Signature: The document signature is OK.";
84 String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
86     Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated.";
89 String RID_SVXSTR_XMLSEC_SIG_NOT_OK
91     Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document.";
94 String RID_SVXSTR_XMLSEC_NO_SIG
96     Text [ en-US ] = "Digital Signature: The document is not signed.";
99 String RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
101     Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed.";
104 String RID_SVXSTR_DOC_MODIFIED_YES
106     Text [ en-US ] = "The document has been modified. Double-click to save the document.";
109 String RID_SVXSTR_DOC_MODIFIED_NO
111     Text [ en-US ] = "The document has not been modified since the last save.";
114 String RID_SVXSTR_DOC_LOAD
116     Text [ en-US ] = "Loading document...";
119 String RID_SVXSTR_FIT_SLIDE
121     Text [ en-US ] = "Fit slide to current window.";
124 String RID_SVXSTR_ZOOMTOOL_HINT
126     Text [ en-US ] = "Zoom level. Right-click to change zoom level or click to open Zoom dialog.";
129 String RID_SVXSTR_ZOOM_IN
131     Text [ en-US ] = "Zoom In";
134 String RID_SVXSTR_ZOOM_OUT
136     Text [ en-US ] = "Zoom Out";
139 String RID_SVXSTR_ZOOM_25
141     Text [ en-US ] = "25%" ;
144 String RID_SVXSTR_ZOOM_50
146     Text [ en-US ] = "50%" ;
149 String RID_SVXSTR_ZOOM_75
151     Text [ en-US ] = "75%" ;
154 String RID_SVXSTR_ZOOM_100
156     Text [ en-US ] = "100%" ;
159 String RID_SVXSTR_ZOOM_150
161     Text [ en-US ] = "150%" ;
164 String RID_SVXSTR_ZOOM_200
166     Text [ en-US ] = "200%" ;
169 String RID_SVXSTR_ZOOM_WHOLE_PAGE
171     Text [ en-US ] = "Entire Page" ;
174 String RID_SVXSTR_ZOOM_PAGE_WIDTH
176     Text [ en-US ] = "Page Width" ;
179 String RID_SVXSTR_ZOOM_OPTIMAL_VIEW
181     Text [ en-US ] = "Optimal View" ;
184  // PopupMenu -------------------------------------------------------------
185 Menu RID_SVXMNU_ZOOM
187     ItemList =
188     {
189         MenuItem
190         {
191             Identifier = ZOOM_WHOLE_PAGE ;
192             HelpId = HID_MNU_ZOOM_WHOLE_PAGE ;
193             Text [ en-US ] = "Entire Page" ;
194         };
195         MenuItem
196         {
197             Identifier = ZOOM_PAGE_WIDTH ;
198             HelpId = HID_MNU_ZOOM_PAGE_WIDTH ;
199             Text [ en-US ] = "Page Width" ;
200         };
201         MenuItem
202         {
203             Identifier = ZOOM_OPTIMAL ;
204             HelpId = HID_MNU_ZOOM_OPTIMAL ;
205             Text [ en-US ] = "Optimal View" ;
206         };
207         MenuItem
208         {
209             Identifier = ZOOM_50 ;
210             HelpId = HID_MNU_ZOOM_50 ;
211             Text [ en-US ] = "50%" ;
212         };
213         MenuItem
214         {
215             Identifier = ZOOM_75 ;
216             HelpId = HID_MNU_ZOOM_75 ;
217             Text [ en-US ] = "75%" ;
218         };
219         MenuItem
220         {
221             Identifier = ZOOM_100 ;
222             HelpId = HID_MNU_ZOOM_100 ;
223             Text [ en-US ] = "100%" ;
224         };
225         MenuItem
226         {
227             Identifier = ZOOM_150 ;
228             HelpId = HID_MNU_ZOOM_150 ;
229             Text [ en-US ] = "150%" ;
230         };
231         MenuItem
232         {
233             Identifier = ZOOM_200 ;
234             HelpId = HID_MNU_ZOOM_200 ;
235             Text [ en-US ] = "200%" ;
236         };
237     };
239  // Choice of functions on the SvxPosSizeStatusBarControl for Calc
240 Menu RID_SVXMNU_PSZ_FUNC
242     ItemList =
243     {
244         MenuItem
245         {
246             Identifier = PSZ_FUNC_AVG ;
247             HelpId = HID_MNU_FUNC_AVG ;
248             Text [ en-US ] = "Average" ;
249         };
250         MenuItem
251         {
252             Identifier = PSZ_FUNC_COUNT2 ;
253             HelpId = HID_MNU_FUNC_COUNT2 ;
254             Text [ en-US ] = "CountA" ;
255         };
256         MenuItem
257         {
258             Identifier = PSZ_FUNC_COUNT ;
259             HelpId = HID_MNU_FUNC_COUNT ;
260             Text [ en-US ] = "Count" ;
261         };
262         MenuItem
263         {
264             Identifier = PSZ_FUNC_MAX ;
265             HelpId = HID_MNU_FUNC_MAX ;
266             Text [ en-US ] = "Maximum" ;
267         };
268         MenuItem
269         {
270             Identifier = PSZ_FUNC_MIN ;
271             HelpId = HID_MNU_FUNC_MIN ;
272             Text [ en-US ] = "Minimum" ;
273         };
274         MenuItem
275         {
276             Identifier = PSZ_FUNC_SUM ;
277             HelpId = HID_MNU_FUNC_SUM ;
278             Text [ en-US ] = "Sum" ;
279         };
280         MenuItem
281         {
282             Identifier = PSZ_FUNC_SELECTION_COUNT ;
283             HelpId = HID_MNU_FUNC_SELECTION_COUNT ;
284             Text [ en-US ] = "Selection count" ;
285         };
286         MenuItem
287         {
288             Identifier = PSZ_FUNC_NONE ;
289             HelpId = HID_MNU_FUNC_NONE ;
290             Text [ en-US ] = "None" ;
291         };
292     };
294 Menu RID_SVXMNU_XMLSECSTATBAR
296     ItemList =
297     {
298         MenuItem
299         {
300             Identifier = XMLSEC_CALL ;
301             HelpId = HID_XMLSEC_CALL ;
302             Text [ en-US ] = "Digital Signatures..." ;
303         };
304     };
307 // Images ----------------------------------------------------------------
309 #define STD_MASKCOLOR   Color{Red=0xffff;Green=0x0000;Blue=0xffff;}
311 Image RID_SVXBMP_POSITION
313     ImageBitmap = Bitmap
314     {
315         File = "sc10223.bmp" ;
316     };
317     MaskColor = STD_MASKCOLOR;
319 Image RID_SVXBMP_SIZE
321     ImageBitmap = Bitmap
322     {
323         File = "sc10224.bmp" ;
324     };
325     MaskColor = STD_MASKCOLOR;
327 Image RID_SVXBMP_SIGNET
329     ImageBitmap = Bitmap
330     {
331         File = "signet_11x16.png" ;
332     };
333     MaskColor = STD_MASKCOLOR;
335 Image RID_SVXBMP_SIGNET_BROKEN
337     ImageBitmap = Bitmap
338     {
339         File = "caution_11x16.png" ;
340     };
341     MaskColor = STD_MASKCOLOR;
343 Image RID_SVXBMP_SIGNET_NOTVALIDATED
345     ImageBitmap = Bitmap
346     {
347         File = "notcertificate_16.png" ;
348     };
349     MaskColor = STD_MASKCOLOR;
352 Image RID_SVXBMP_SLIDERBUTTON
354     ImageBitmap = Bitmap
355     {
356         File = "slidezoombutton_10.png" ;
357     };
358     MaskColor = STD_MASKCOLOR;
360 Image RID_SVXBMP_SLIDERDECREASE
362     ImageBitmap = Bitmap
363     {
364         File = "slidezoomout_10.png" ;
365     };
366     MaskColor = STD_MASKCOLOR;
368 Image RID_SVXBMP_SLIDERINCREASE
370     ImageBitmap = Bitmap
371     {
372         File = "slidezoomin_10.png" ;
373     };
374     MaskColor = STD_MASKCOLOR;
376 Image RID_SVXBMP_DOC_MODIFIED_YES
378     ImageBitmap = Bitmap
379     {
380         File = "doc_modified_yes_14.png" ;
381     };
382     MaskColor = STD_MASKCOLOR;
384 Image RID_SVXBMP_DOC_MODIFIED_NO
386     ImageBitmap = Bitmap
387     {
388         File = "doc_modified_no_14.png" ;
389     };
390     MaskColor = STD_MASKCOLOR;
392 Image RID_SVXBMP_DOC_MODIFIED_FEEDBACK
394     ImageBitmap = Bitmap
395     {
396         File = "doc_modified_feedback.png" ;
397     };
398     MaskColor = STD_MASKCOLOR;
400 Image RID_SVXBMP_ZOOM_PAGE
402     ImageBitmap = Bitmap
403     {
404         File = "zoom_page_statusbar.png" ;
405     };
406     MaskColor = STD_MASKCOLOR;
409 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */