Update ooo320-m1
[ooovba.git] / svx / source / stbctrls / stbctrls.src
blob35dcd4f56ed3a747e0918cc514571d5ab2588362
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: stbctrls.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  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
32 #include "helpid.hrc"
33 #include "stbctrls.h"
34  // pragma ----------------------------------------------------------------
36  // Strings ---------------------------------------------------------------
37 String RID_SVXSTR_INSERT_TEXT
39      // 'Einf"ugen' bzw. 'Insert' abgek"urzt auf h"ochstens 5 Zeichen
40     Text [ en-US ] = "INSRT" ;
42 String RID_SVXSTR_OVERWRITE_TEXT
44      // '"Uberschreiben' bzw. 'Overwrite' abgek"urzt auf h"ochstens 5 Zeichen
45     Text [ en-US ] = "OVER" ;
47 String RID_SVXSTR_SELMODE_STD
49      // 'Standard' abgek"urzt auf h"ochstens 3 Zeichen
50     Text [ en-US ] = "STD" ;
52 String RID_SVXSTR_SELMODE_ER
54      // 'Erweitert' bzw. 'Extended' abgek"urzt auf h"ochstens 3 Zeichen
55     Text [ en-US ] = "EXT" ;
57 String RID_SVXSTR_SELMODE_ERG
59      // 'Erg"anzend' bzw. 'Added' abgek"urzt auf h"ochstens 3 Zeichen
60     Text [ en-US ] = "ADD" ;
63 String RID_SVXSTR_SELMODE_BLK
65      // 'Block' shortened to max. 3 chararcters
66     Text [ en-US ] = "BLK" ;
67     Text [ x-comment ] = " ";
70 String RID_SVXSTR_XMLSEC_SIG_OK
72     Text [ en-US ] = "Digital Signature: The document signature is OK.";
75 String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
77     Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated.";
80 String RID_SVXSTR_XMLSEC_SIG_NOT_OK
82     Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document.";
85 String RID_SVXSTR_XMLSEC_NO_SIG
87     Text [ en-US ] = "Digital Signature: The document is not signed.";
90 String RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
92     Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed.";
95 String RID_SVXSTR_DOC_MODIFIED_YES
97     Text [ en-US ] = "The document has been modified. Double-click to save the document.";
100 String RID_SVXSTR_DOC_MODIFIED_NO
102     Text [ en-US ] = "The document has not been modified since the last save.";
105  // PopupMenu -------------------------------------------------------------
106 Menu RID_SVXMNU_ZOOM
108     ItemList =
109     {
110         MenuItem
111         {
112             Identifier = ZOOM_200 ;
113             HelpId = HID_MNU_ZOOM_200 ;
114             Text = "200%" ;
115         };
116         MenuItem
117         {
118             Identifier = ZOOM_150 ;
119             HelpId = HID_MNU_ZOOM_150 ;
120             Text = "150%" ;
121         };
122         MenuItem
123         {
124             Identifier = ZOOM_100 ;
125             HelpId = HID_MNU_ZOOM_100 ;
126             Text = "100%" ;
127         };
128         MenuItem
129         {
130             Identifier = ZOOM_75 ;
131             HelpId = HID_MNU_ZOOM_75 ;
132             Text = "75%" ;
133         };
134         MenuItem
135         {
136             Identifier = ZOOM_50 ;
137             HelpId = HID_MNU_ZOOM_50 ;
138             Text = "50%" ;
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_PAGE_WIDTH ;
149             HelpId = HID_MNU_ZOOM_PAGE_WIDTH ;
150             Text [ en-US ] = "Page Width" ;
151         };
152         MenuItem
153         {
154             Identifier = ZOOM_WHOLE_PAGE ;
155             HelpId = HID_MNU_ZOOM_WHOLE_PAGE ;
156             Text [ en-US ] = "Entire Page" ;
157         };
158     };
160  //     Funktionsauswahl auf dem SvxPosSizeStatusBarControl fuer Calc
161 Menu RID_SVXMNU_PSZ_FUNC
163     ItemList =
164     {
165         MenuItem
166         {
167             Identifier = PSZ_FUNC_AVG ;
168             HelpId = HID_MNU_FUNC_AVG ;
169             Text [ en-US ] = "Average" ;
170         };
171         MenuItem
172         {
173             Identifier = PSZ_FUNC_COUNT2 ;
174             HelpId = HID_MNU_FUNC_COUNT2 ;
175             Text [ en-US ] = "CountA" ;
176         };
177         MenuItem
178         {
179             Identifier = PSZ_FUNC_COUNT ;
180             HelpId = HID_MNU_FUNC_COUNT ;
181             Text [ en-US ] = "Count" ;
182         };
183         MenuItem
184         {
185             Identifier = PSZ_FUNC_MAX ;
186             HelpId = HID_MNU_FUNC_MAX ;
187             Text [ en-US ] = "Maximum" ;
188         };
189         MenuItem
190         {
191             Identifier = PSZ_FUNC_MIN ;
192             HelpId = HID_MNU_FUNC_MIN ;
193             Text [ en-US ] = "Minimum" ;
194         };
195         MenuItem
196         {
197             Identifier = PSZ_FUNC_SUM ;
198             HelpId = HID_MNU_FUNC_SUM ;
199             Text [ en-US ] = "Sum" ;
200         };
201         MenuItem
202         {
203             Identifier = PSZ_FUNC_NONE ;
204             HelpId = HID_MNU_FUNC_NONE ;
205             Text [ en-US ] = "None" ;
206         };
207     };
209 Menu RID_SVXMNU_XMLSECSTATBAR
211     ItemList =
212     {
213         MenuItem
214         {
215             Identifier = XMLSEC_CALL ;
216             HelpId = HID_XMLSEC_CALL ;
217             Text [ en-US ] = "Digital Signatures..." ;
218         };
219     };
222 // Images ----------------------------------------------------------------
224 #define STD_MASKCOLOR   Color{Red=0xffff;Green=0x0000;Blue=0xffff;}
226 Image RID_SVXBMP_POSITION
228     ImageBitmap = Bitmap
229     {
230         File = "sc10223.bmp" ;
231     };
232     MaskColor = STD_MASKCOLOR;
234 Image RID_SVXBMP_SIZE
236     ImageBitmap = Bitmap
237     {
238         File = "sc10224.bmp" ;
239     };
240     MaskColor = STD_MASKCOLOR;
242 Image RID_SVXBMP_SIGNET
244     ImageBitmap = Bitmap
245     {
246         File = "signet_11x16.png" ;
247     };
248     MaskColor = STD_MASKCOLOR;
250 Image RID_SVXBMP_SIGNET_BROKEN
252     ImageBitmap = Bitmap
253     {
254         File = "caution_11x16.png" ;
255     };
256     MaskColor = STD_MASKCOLOR;
258 Image RID_SVXBMP_SIGNET_NOTVALIDATED
260     ImageBitmap = Bitmap
261     {
262         File = "notcertificate_16.png" ;
263     };
264     MaskColor = STD_MASKCOLOR;
266 Image RID_SVXBMP_SIGNET_H
268     ImageBitmap = Bitmap
269     {
270         File = "signet_11x16_h.png" ;
271     };
272     MaskColor = STD_MASKCOLOR;
274 Image RID_SVXBMP_SIGNET_BROKEN_H
276     ImageBitmap = Bitmap
277     {
278         File = "caution_11x16_h.png" ;
279     };
280     MaskColor = STD_MASKCOLOR;
282 Image RID_SVXBMP_SIGNET_NOTVALIDATED_H
284     ImageBitmap = Bitmap
285     {
286         File = "notcertificate_16_h.png" ;
287     };
288     MaskColor = STD_MASKCOLOR;
292 Image RID_SVXBMP_SLIDERBUTTON
294     ImageBitmap = Bitmap
295     {
296         File = "navigationball_10.png" ;
297     };
298     MaskColor = STD_MASKCOLOR;
300 Image RID_SVXBMP_SLIDERDECREASE
302     ImageBitmap = Bitmap
303     {
304         File = "slidezoomout_11.png" ;
305     };
306     MaskColor = STD_MASKCOLOR;
308 Image RID_SVXBMP_SLIDERINCREASE
310     ImageBitmap = Bitmap
311     {
312         File = "slidezoomin_11.png" ;
313     };
314     MaskColor = STD_MASKCOLOR;
316 Image RID_SVXBMP_SLIDERBUTTON_HC
318     ImageBitmap = Bitmap
319     {
320         File = "navigationball_10_h.png" ;
321     };
322     MaskColor = STD_MASKCOLOR;
324 Image RID_SVXBMP_SLIDERDECREASE_HC
326     ImageBitmap = Bitmap
327     {
328         File = "slidezoomout_11_h.png" ;
329     };
330     MaskColor = STD_MASKCOLOR;
332 Image RID_SVXBMP_SLIDERINCREASE_HC
334     ImageBitmap = Bitmap
335     {
336         File = "slidezoomin_11_h.png" ;
337     };
338     MaskColor = STD_MASKCOLOR;
341 Image RID_SVXBMP_DOC_MODIFIED_YES
343     ImageBitmap = Bitmap
344     {
345         File = "doc_modified_yes_14.png" ;
346     };
347     MaskColor = STD_MASKCOLOR;
349 Image RID_SVXBMP_DOC_MODIFIED_NO
351     ImageBitmap = Bitmap
352     {
353         File = "doc_modified_no_14.png" ;
354     };
355     MaskColor = STD_MASKCOLOR;