1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: stbctrls.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 // include ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
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 -------------------------------------------------------------
112 Identifier = ZOOM_200 ;
113 HelpId = HID_MNU_ZOOM_200 ;
118 Identifier = ZOOM_150 ;
119 HelpId = HID_MNU_ZOOM_150 ;
124 Identifier = ZOOM_100 ;
125 HelpId = HID_MNU_ZOOM_100 ;
130 Identifier = ZOOM_75 ;
131 HelpId = HID_MNU_ZOOM_75 ;
136 Identifier = ZOOM_50 ;
137 HelpId = HID_MNU_ZOOM_50 ;
142 Identifier = ZOOM_OPTIMAL ;
143 HelpId = HID_MNU_ZOOM_OPTIMAL ;
144 Text [ en-US ] = "Optimal" ;
148 Identifier = ZOOM_PAGE_WIDTH ;
149 HelpId = HID_MNU_ZOOM_PAGE_WIDTH ;
150 Text [ en-US ] = "Page Width" ;
154 Identifier = ZOOM_WHOLE_PAGE ;
155 HelpId = HID_MNU_ZOOM_WHOLE_PAGE ;
156 Text [ en-US ] = "Entire Page" ;
160 // Funktionsauswahl auf dem SvxPosSizeStatusBarControl fuer Calc
161 Menu RID_SVXMNU_PSZ_FUNC
167 Identifier = PSZ_FUNC_AVG ;
168 HelpId = HID_MNU_FUNC_AVG ;
169 Text [ en-US ] = "Average" ;
173 Identifier = PSZ_FUNC_COUNT2 ;
174 HelpId = HID_MNU_FUNC_COUNT2 ;
175 Text [ en-US ] = "CountA" ;
179 Identifier = PSZ_FUNC_COUNT ;
180 HelpId = HID_MNU_FUNC_COUNT ;
181 Text [ en-US ] = "Count" ;
185 Identifier = PSZ_FUNC_MAX ;
186 HelpId = HID_MNU_FUNC_MAX ;
187 Text [ en-US ] = "Maximum" ;
191 Identifier = PSZ_FUNC_MIN ;
192 HelpId = HID_MNU_FUNC_MIN ;
193 Text [ en-US ] = "Minimum" ;
197 Identifier = PSZ_FUNC_SUM ;
198 HelpId = HID_MNU_FUNC_SUM ;
199 Text [ en-US ] = "Sum" ;
203 Identifier = PSZ_FUNC_NONE ;
204 HelpId = HID_MNU_FUNC_NONE ;
205 Text [ en-US ] = "None" ;
209 Menu RID_SVXMNU_XMLSECSTATBAR
215 Identifier = XMLSEC_CALL ;
216 HelpId = HID_XMLSEC_CALL ;
217 Text [ en-US ] = "Digital Signatures..." ;
222 // Images ----------------------------------------------------------------
224 #define STD_MASKCOLOR Color{Red=0xffff;Green=0x0000;Blue=0xffff;}
226 Image RID_SVXBMP_POSITION
230 File = "sc10223.bmp" ;
232 MaskColor = STD_MASKCOLOR;
234 Image RID_SVXBMP_SIZE
238 File = "sc10224.bmp" ;
240 MaskColor = STD_MASKCOLOR;
242 Image RID_SVXBMP_SIGNET
246 File = "signet_11x16.png" ;
248 MaskColor = STD_MASKCOLOR;
250 Image RID_SVXBMP_SIGNET_BROKEN
254 File = "caution_11x16.png" ;
256 MaskColor = STD_MASKCOLOR;
258 Image RID_SVXBMP_SIGNET_NOTVALIDATED
262 File = "notcertificate_16.png" ;
264 MaskColor = STD_MASKCOLOR;
266 Image RID_SVXBMP_SIGNET_H
270 File = "signet_11x16_h.png" ;
272 MaskColor = STD_MASKCOLOR;
274 Image RID_SVXBMP_SIGNET_BROKEN_H
278 File = "caution_11x16_h.png" ;
280 MaskColor = STD_MASKCOLOR;
282 Image RID_SVXBMP_SIGNET_NOTVALIDATED_H
286 File = "notcertificate_16_h.png" ;
288 MaskColor = STD_MASKCOLOR;
292 Image RID_SVXBMP_SLIDERBUTTON
296 File = "navigationball_10.png" ;
298 MaskColor = STD_MASKCOLOR;
300 Image RID_SVXBMP_SLIDERDECREASE
304 File = "slidezoomout_11.png" ;
306 MaskColor = STD_MASKCOLOR;
308 Image RID_SVXBMP_SLIDERINCREASE
312 File = "slidezoomin_11.png" ;
314 MaskColor = STD_MASKCOLOR;
316 Image RID_SVXBMP_SLIDERBUTTON_HC
320 File = "navigationball_10_h.png" ;
322 MaskColor = STD_MASKCOLOR;
324 Image RID_SVXBMP_SLIDERDECREASE_HC
328 File = "slidezoomout_11_h.png" ;
330 MaskColor = STD_MASKCOLOR;
332 Image RID_SVXBMP_SLIDERINCREASE_HC
336 File = "slidezoomin_11_h.png" ;
338 MaskColor = STD_MASKCOLOR;
341 Image RID_SVXBMP_DOC_MODIFIED_YES
345 File = "doc_modified_yes_14.png" ;
347 MaskColor = STD_MASKCOLOR;
349 Image RID_SVXBMP_DOC_MODIFIED_NO
353 File = "doc_modified_no_14.png" ;
355 MaskColor = STD_MASKCOLOR;