bump product version to 4.1.6.2
[LibreOffice.git] / svx / source / stbctrls / stbctrls.src
blob8d5beebcc6bcde8cd74608d93d836d58abbc4d73
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." ;
29 String RID_SVXSTR_OVERWRITE_HELPTEXT
31     Text [ en-US ] = "Overwrite mode, text will be overwritten when typing." ;
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             //HelpId = ;
48             RadioCheck = TRUE ;
49             Text [ en-US ] = "Standard selection" ;
50         };
51         MenuItem
52         {
53             Identifier = SELECTION_EXTENDED ;
54             //HelpId = ;
55             RadioCheck = TRUE ;
56             Text [ en-US ] = "Extending selection" ;
57         };
58         MenuItem
59         {
60             Identifier = SELECTION_ADDED ;
61             //HelpId = ;
62             RadioCheck = TRUE ;
63             Text [ en-US ] = "Adding selection" ;
64         };
65         MenuItem
66         {
67             Identifier = SELECTION_BLOCK ;
68             //HelpId = ;
69             RadioCheck = TRUE ;
70             Text [ en-US ] = "Block selection" ;
71         };
72     };
75 Image RID_SVXBMP_SELECTION
77     ImageBitmap = Bitmap
78     {
79         File = "selection_10x22.png" ;
80     };
83 String RID_SVXSTR_XMLSEC_SIG_OK
85     Text [ en-US ] = "Digital Signature: The document signature is OK.";
88 String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
90     Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated.";
93 String RID_SVXSTR_XMLSEC_SIG_NOT_OK
95     Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document.";
98 String RID_SVXSTR_XMLSEC_NO_SIG
100     Text [ en-US ] = "Digital Signature: The document is not signed.";
103 String RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
105     Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed.";
108 String RID_SVXSTR_DOC_MODIFIED_YES
110     Text [ en-US ] = "The document has been modified. Double-click to save the document.";
113 String RID_SVXSTR_DOC_MODIFIED_NO
115     Text [ en-US ] = "The document has not been modified since the last save.";
118 String RID_SVXSTR_DOC_LOAD
120     Text [ en-US ] = "Loading document...";
123  // PopupMenu -------------------------------------------------------------
124 Menu RID_SVXMNU_ZOOM
126     ItemList =
127     {
128         MenuItem
129         {
130             Identifier = ZOOM_WHOLE_PAGE ;
131             HelpId = HID_MNU_ZOOM_WHOLE_PAGE ;
132             Text [ en-US ] = "Entire Page" ;
133         };
134         MenuItem
135         {
136             Identifier = ZOOM_PAGE_WIDTH ;
137             HelpId = HID_MNU_ZOOM_PAGE_WIDTH ;
138             Text [ en-US ] = "Page Width" ;
139         };
140         MenuItem
141         {
142             Identifier = ZOOM_OPTIMAL ;
143             HelpId = HID_MNU_ZOOM_OPTIMAL ;
144             Text [ en-US ] = "Optimal" ;
145         };
146         MenuItem
147         {
148             Identifier = ZOOM_50 ;
149             HelpId = HID_MNU_ZOOM_50 ;
150             Text = "50%" ;
151         };
152         MenuItem
153         {
154             Identifier = ZOOM_75 ;
155             HelpId = HID_MNU_ZOOM_75 ;
156             text = "75%" ;
157         };
158         MenuItem
159         {
160             Identifier = ZOOM_100 ;
161             HelpId = HID_MNU_ZOOM_100 ;
162             Text = "100%" ;
163         };
164         MenuItem
165         {
166             Identifier = ZOOM_150 ;
167             HelpId = HID_MNU_ZOOM_150 ;
168             Text = "150%" ;
169         };
170         MenuItem
171         {
172             Identifier = ZOOM_200 ;
173             HelpId = HID_MNU_ZOOM_200 ;
174             Text = "200%" ;
175         };
176     };
178  // Choice of functions on the SvxPosSizeStatusBarControl for Calc
179 Menu RID_SVXMNU_PSZ_FUNC
181     ItemList =
182     {
183         MenuItem
184         {
185             Identifier = PSZ_FUNC_AVG ;
186             HelpId = HID_MNU_FUNC_AVG ;
187             Text [ en-US ] = "Average" ;
188         };
189         MenuItem
190         {
191             Identifier = PSZ_FUNC_COUNT2 ;
192             HelpId = HID_MNU_FUNC_COUNT2 ;
193             Text [ en-US ] = "CountA" ;
194         };
195         MenuItem
196         {
197             Identifier = PSZ_FUNC_COUNT ;
198             HelpId = HID_MNU_FUNC_COUNT ;
199             Text [ en-US ] = "Count" ;
200         };
201         MenuItem
202         {
203             Identifier = PSZ_FUNC_MAX ;
204             HelpId = HID_MNU_FUNC_MAX ;
205             Text [ en-US ] = "Maximum" ;
206         };
207         MenuItem
208         {
209             Identifier = PSZ_FUNC_MIN ;
210             HelpId = HID_MNU_FUNC_MIN ;
211             Text [ en-US ] = "Minimum" ;
212         };
213         MenuItem
214         {
215             Identifier = PSZ_FUNC_SUM ;
216             HelpId = HID_MNU_FUNC_SUM ;
217             Text [ en-US ] = "Sum" ;
218         };
219         MenuItem
220         {
221             Identifier = PSZ_FUNC_SELECTION_COUNT ;
222             HelpId = HID_MNU_FUNC_SELECTION_COUNT ;
223             Text [ en-US ] = "Selection count" ;
224         };
225         MenuItem
226         {
227             Identifier = PSZ_FUNC_NONE ;
228             HelpId = HID_MNU_FUNC_NONE ;
229             Text [ en-US ] = "None" ;
230         };
231     };
233 Menu RID_SVXMNU_XMLSECSTATBAR
235     ItemList =
236     {
237         MenuItem
238         {
239             Identifier = XMLSEC_CALL ;
240             HelpId = HID_XMLSEC_CALL ;
241             Text [ en-US ] = "Digital Signatures..." ;
242         };
243     };
246 // Images ----------------------------------------------------------------
248 #define STD_MASKCOLOR   Color{Red=0xffff;Green=0x0000;Blue=0xffff;}
250 Image RID_SVXBMP_POSITION
252     ImageBitmap = Bitmap
253     {
254         File = "sc10223.bmp" ;
255     };
256     MaskColor = STD_MASKCOLOR;
258 Image RID_SVXBMP_SIZE
260     ImageBitmap = Bitmap
261     {
262         File = "sc10224.bmp" ;
263     };
264     MaskColor = STD_MASKCOLOR;
266 Image RID_SVXBMP_SIGNET
268     ImageBitmap = Bitmap
269     {
270         File = "signet_11x16.png" ;
271     };
272     MaskColor = STD_MASKCOLOR;
274 Image RID_SVXBMP_SIGNET_BROKEN
276     ImageBitmap = Bitmap
277     {
278         File = "caution_11x16.png" ;
279     };
280     MaskColor = STD_MASKCOLOR;
282 Image RID_SVXBMP_SIGNET_NOTVALIDATED
284     ImageBitmap = Bitmap
285     {
286         File = "notcertificate_16.png" ;
287     };
288     MaskColor = STD_MASKCOLOR;
292 Image RID_SVXBMP_SLIDERBUTTON
294     ImageBitmap = Bitmap
295     {
296         File = "slidezoombutton_10.png" ;
297     };
298     MaskColor = STD_MASKCOLOR;
300 Image RID_SVXBMP_SLIDERDECREASE
302     ImageBitmap = Bitmap
303     {
304         File = "slidezoomout_10.png" ;
305     };
306     MaskColor = STD_MASKCOLOR;
308 Image RID_SVXBMP_SLIDERINCREASE
310     ImageBitmap = Bitmap
311     {
312         File = "slidezoomin_10.png" ;
313     };
314     MaskColor = STD_MASKCOLOR;
316 Image RID_SVXBMP_DOC_MODIFIED_YES
318     ImageBitmap = Bitmap
319     {
320         File = "doc_modified_yes_14.png" ;
321     };
322     MaskColor = STD_MASKCOLOR;
324 Image RID_SVXBMP_DOC_MODIFIED_NO
326     ImageBitmap = Bitmap
327     {
328         File = "doc_modified_no_14.png" ;
329     };
330     MaskColor = STD_MASKCOLOR;
332 Image RID_SVXBMP_DOC_MODIFIED_FEEDBACK
334     ImageBitmap = Bitmap
335     {
336         File = "doc_modified_feedback.png" ;
337     };
338     MaskColor = STD_MASKCOLOR;
341 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */