xref: /aoo42x/main/svx/source/stbctrls/stbctrls.src (revision cdf0e10c)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir // include ---------------------------------------------------------------
28*cdf0e10cSrcweir#include <svx/dialogs.hrc>
29*cdf0e10cSrcweir#include "helpid.hrc"
30*cdf0e10cSrcweir#include "stbctrls.h"
31*cdf0e10cSrcweir // pragma ----------------------------------------------------------------
32*cdf0e10cSrcweir
33*cdf0e10cSrcweir // Strings ---------------------------------------------------------------
34*cdf0e10cSrcweirString RID_SVXSTR_INSERT_TEXT
35*cdf0e10cSrcweir{
36*cdf0e10cSrcweir	 // 'Einf"ugen' bzw. 'Insert' abgek"urzt auf h"ochstens 5 Zeichen
37*cdf0e10cSrcweir	Text [ en-US ] = "INSRT" ;
38*cdf0e10cSrcweir};
39*cdf0e10cSrcweirString RID_SVXSTR_OVERWRITE_TEXT
40*cdf0e10cSrcweir{
41*cdf0e10cSrcweir	 // '"Uberschreiben' bzw. 'Overwrite' abgek"urzt auf h"ochstens 5 Zeichen
42*cdf0e10cSrcweir	Text [ en-US ] = "OVER" ;
43*cdf0e10cSrcweir};
44*cdf0e10cSrcweirString RID_SVXSTR_SELMODE_STD
45*cdf0e10cSrcweir{
46*cdf0e10cSrcweir	 // 'Standard' abgek"urzt auf h"ochstens 3 Zeichen
47*cdf0e10cSrcweir	Text [ en-US ] = "STD" ;
48*cdf0e10cSrcweir};
49*cdf0e10cSrcweirString RID_SVXSTR_SELMODE_ER
50*cdf0e10cSrcweir{
51*cdf0e10cSrcweir	 // 'Erweitert' bzw. 'Extended' abgek"urzt auf h"ochstens 3 Zeichen
52*cdf0e10cSrcweir	Text [ en-US ] = "EXT" ;
53*cdf0e10cSrcweir};
54*cdf0e10cSrcweirString RID_SVXSTR_SELMODE_ERG
55*cdf0e10cSrcweir{
56*cdf0e10cSrcweir	 // 'Erg"anzend' bzw. 'Added' abgek"urzt auf h"ochstens 3 Zeichen
57*cdf0e10cSrcweir	Text [ en-US ] = "ADD" ;
58*cdf0e10cSrcweir};
59*cdf0e10cSrcweir
60*cdf0e10cSrcweirString RID_SVXSTR_SELMODE_BLK
61*cdf0e10cSrcweir{
62*cdf0e10cSrcweir	 // 'Block' shortened to max. 3 chararcters
63*cdf0e10cSrcweir	Text [ en-US ] = "BLK" ;
64*cdf0e10cSrcweir	Text [ x-comment ] = " ";
65*cdf0e10cSrcweir};
66*cdf0e10cSrcweir
67*cdf0e10cSrcweirString RID_SVXSTR_XMLSEC_SIG_OK
68*cdf0e10cSrcweir{
69*cdf0e10cSrcweir    Text [ en-US ] = "Digital Signature: The document signature is OK.";
70*cdf0e10cSrcweir};
71*cdf0e10cSrcweir
72*cdf0e10cSrcweirString RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
73*cdf0e10cSrcweir{
74*cdf0e10cSrcweir    Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated.";
75*cdf0e10cSrcweir};
76*cdf0e10cSrcweir
77*cdf0e10cSrcweirString RID_SVXSTR_XMLSEC_SIG_NOT_OK
78*cdf0e10cSrcweir{
79*cdf0e10cSrcweir    Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document.";
80*cdf0e10cSrcweir};
81*cdf0e10cSrcweir
82*cdf0e10cSrcweirString RID_SVXSTR_XMLSEC_NO_SIG
83*cdf0e10cSrcweir{
84*cdf0e10cSrcweir    Text [ en-US ] = "Digital Signature: The document is not signed.";
85*cdf0e10cSrcweir};
86*cdf0e10cSrcweir
87*cdf0e10cSrcweirString RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
88*cdf0e10cSrcweir{
89*cdf0e10cSrcweir    Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed.";
90*cdf0e10cSrcweir};
91*cdf0e10cSrcweir
92*cdf0e10cSrcweir // PopupMenu -------------------------------------------------------------
93*cdf0e10cSrcweirMenu RID_SVXMNU_ZOOM
94*cdf0e10cSrcweir{
95*cdf0e10cSrcweir	ItemList =
96*cdf0e10cSrcweir	{
97*cdf0e10cSrcweir		MenuItem
98*cdf0e10cSrcweir		{
99*cdf0e10cSrcweir			Identifier = ZOOM_200 ;
100*cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_200 ;
101*cdf0e10cSrcweir			Text = "200%" ;
102*cdf0e10cSrcweir		};
103*cdf0e10cSrcweir		MenuItem
104*cdf0e10cSrcweir		{
105*cdf0e10cSrcweir			Identifier = ZOOM_150 ;
106*cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_150 ;
107*cdf0e10cSrcweir			Text = "150%" ;
108*cdf0e10cSrcweir		};
109*cdf0e10cSrcweir		MenuItem
110*cdf0e10cSrcweir		{
111*cdf0e10cSrcweir			Identifier = ZOOM_100 ;
112*cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_100 ;
113*cdf0e10cSrcweir			Text = "100%" ;
114*cdf0e10cSrcweir		};
115*cdf0e10cSrcweir		MenuItem
116*cdf0e10cSrcweir		{
117*cdf0e10cSrcweir			Identifier = ZOOM_75 ;
118*cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_75 ;
119*cdf0e10cSrcweir			Text = "75%" ;
120*cdf0e10cSrcweir		};
121*cdf0e10cSrcweir		MenuItem
122*cdf0e10cSrcweir		{
123*cdf0e10cSrcweir			Identifier = ZOOM_50 ;
124*cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_50 ;
125*cdf0e10cSrcweir			Text = "50%" ;
126*cdf0e10cSrcweir		};
127*cdf0e10cSrcweir		MenuItem
128*cdf0e10cSrcweir		{
129*cdf0e10cSrcweir			Identifier = ZOOM_OPTIMAL ;
130*cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_OPTIMAL ;
131*cdf0e10cSrcweir			Text [ en-US ] = "Optimal" ;
132*cdf0e10cSrcweir		};
133*cdf0e10cSrcweir		MenuItem
134*cdf0e10cSrcweir		{
135*cdf0e10cSrcweir			Identifier = ZOOM_PAGE_WIDTH ;
136*cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_PAGE_WIDTH ;
137*cdf0e10cSrcweir			Text [ en-US ] = "Page Width" ;
138*cdf0e10cSrcweir		};
139*cdf0e10cSrcweir		MenuItem
140*cdf0e10cSrcweir		{
141*cdf0e10cSrcweir			Identifier = ZOOM_WHOLE_PAGE ;
142*cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_WHOLE_PAGE ;
143*cdf0e10cSrcweir			Text [ en-US ] = "Entire Page" ;
144*cdf0e10cSrcweir		};
145*cdf0e10cSrcweir	};
146*cdf0e10cSrcweir};
147*cdf0e10cSrcweir //	Funktionsauswahl auf dem SvxPosSizeStatusBarControl fuer Calc
148*cdf0e10cSrcweirMenu RID_SVXMNU_PSZ_FUNC
149*cdf0e10cSrcweir{
150*cdf0e10cSrcweir	ItemList =
151*cdf0e10cSrcweir	{
152*cdf0e10cSrcweir		MenuItem
153*cdf0e10cSrcweir		{
154*cdf0e10cSrcweir			Identifier = PSZ_FUNC_AVG ;
155*cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_AVG ;
156*cdf0e10cSrcweir			Text [ en-US ] = "Average" ;
157*cdf0e10cSrcweir		};
158*cdf0e10cSrcweir		MenuItem
159*cdf0e10cSrcweir		{
160*cdf0e10cSrcweir			Identifier = PSZ_FUNC_COUNT2 ;
161*cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_COUNT2 ;
162*cdf0e10cSrcweir			Text [ en-US ] = "CountA" ;
163*cdf0e10cSrcweir		};
164*cdf0e10cSrcweir		MenuItem
165*cdf0e10cSrcweir		{
166*cdf0e10cSrcweir			Identifier = PSZ_FUNC_COUNT ;
167*cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_COUNT ;
168*cdf0e10cSrcweir			Text [ en-US ] = "Count" ;
169*cdf0e10cSrcweir		};
170*cdf0e10cSrcweir		MenuItem
171*cdf0e10cSrcweir		{
172*cdf0e10cSrcweir			Identifier = PSZ_FUNC_MAX ;
173*cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_MAX ;
174*cdf0e10cSrcweir			Text [ en-US ] = "Maximum" ;
175*cdf0e10cSrcweir		};
176*cdf0e10cSrcweir		MenuItem
177*cdf0e10cSrcweir		{
178*cdf0e10cSrcweir			Identifier = PSZ_FUNC_MIN ;
179*cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_MIN ;
180*cdf0e10cSrcweir			Text [ en-US ] = "Minimum" ;
181*cdf0e10cSrcweir		};
182*cdf0e10cSrcweir		MenuItem
183*cdf0e10cSrcweir		{
184*cdf0e10cSrcweir			Identifier = PSZ_FUNC_SUM ;
185*cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_SUM ;
186*cdf0e10cSrcweir			Text [ en-US ] = "Sum" ;
187*cdf0e10cSrcweir		};
188*cdf0e10cSrcweir		MenuItem
189*cdf0e10cSrcweir		{
190*cdf0e10cSrcweir			Identifier = PSZ_FUNC_NONE ;
191*cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_NONE ;
192*cdf0e10cSrcweir			Text [ en-US ] = "None" ;
193*cdf0e10cSrcweir		};
194*cdf0e10cSrcweir	};
195*cdf0e10cSrcweir};
196*cdf0e10cSrcweirMenu RID_SVXMNU_XMLSECSTATBAR
197*cdf0e10cSrcweir{
198*cdf0e10cSrcweir	ItemList =
199*cdf0e10cSrcweir	{
200*cdf0e10cSrcweir		MenuItem
201*cdf0e10cSrcweir		{
202*cdf0e10cSrcweir			Identifier = XMLSEC_CALL ;
203*cdf0e10cSrcweir			HelpId = HID_XMLSEC_CALL ;
204*cdf0e10cSrcweir			Text [ en-US ] = "Digital Signatures..." ;
205*cdf0e10cSrcweir		};
206*cdf0e10cSrcweir	};
207*cdf0e10cSrcweir};
208*cdf0e10cSrcweir
209*cdf0e10cSrcweir// Images ----------------------------------------------------------------
210*cdf0e10cSrcweir
211*cdf0e10cSrcweir#define STD_MASKCOLOR   Color{Red=0xffff;Green=0x0000;Blue=0xffff;}
212*cdf0e10cSrcweir
213*cdf0e10cSrcweirImage RID_SVXBMP_POSITION
214*cdf0e10cSrcweir{
215*cdf0e10cSrcweir	ImageBitmap = Bitmap
216*cdf0e10cSrcweir	{
217*cdf0e10cSrcweir		File = "sc10223.bmp" ;
218*cdf0e10cSrcweir	};
219*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
220*cdf0e10cSrcweir};
221*cdf0e10cSrcweirImage RID_SVXBMP_SIZE
222*cdf0e10cSrcweir{
223*cdf0e10cSrcweir	ImageBitmap = Bitmap
224*cdf0e10cSrcweir	{
225*cdf0e10cSrcweir		File = "sc10224.bmp" ;
226*cdf0e10cSrcweir	};
227*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
228*cdf0e10cSrcweir};
229*cdf0e10cSrcweirImage RID_SVXBMP_SIGNET
230*cdf0e10cSrcweir{
231*cdf0e10cSrcweir	ImageBitmap = Bitmap
232*cdf0e10cSrcweir	{
233*cdf0e10cSrcweir		File = "signet_11x16.png" ;
234*cdf0e10cSrcweir	};
235*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
236*cdf0e10cSrcweir};
237*cdf0e10cSrcweirImage RID_SVXBMP_SIGNET_BROKEN
238*cdf0e10cSrcweir{
239*cdf0e10cSrcweir	ImageBitmap = Bitmap
240*cdf0e10cSrcweir	{
241*cdf0e10cSrcweir		File = "caution_11x16.png" ;
242*cdf0e10cSrcweir	};
243*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
244*cdf0e10cSrcweir};
245*cdf0e10cSrcweirImage RID_SVXBMP_SIGNET_NOTVALIDATED
246*cdf0e10cSrcweir{
247*cdf0e10cSrcweir	ImageBitmap = Bitmap
248*cdf0e10cSrcweir	{
249*cdf0e10cSrcweir		File = "notcertificate_16.png" ;
250*cdf0e10cSrcweir	};
251*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
252*cdf0e10cSrcweir};
253*cdf0e10cSrcweirImage RID_SVXBMP_SIGNET_H
254*cdf0e10cSrcweir{
255*cdf0e10cSrcweir    ImageBitmap = Bitmap
256*cdf0e10cSrcweir    {
257*cdf0e10cSrcweir        File = "signet_11x16_h.png" ;
258*cdf0e10cSrcweir    };
259*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
260*cdf0e10cSrcweir};
261*cdf0e10cSrcweirImage RID_SVXBMP_SIGNET_BROKEN_H
262*cdf0e10cSrcweir{
263*cdf0e10cSrcweir    ImageBitmap = Bitmap
264*cdf0e10cSrcweir    {
265*cdf0e10cSrcweir        File = "caution_11x16_h.png" ;
266*cdf0e10cSrcweir    };
267*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
268*cdf0e10cSrcweir};
269*cdf0e10cSrcweirImage RID_SVXBMP_SIGNET_NOTVALIDATED_H
270*cdf0e10cSrcweir{
271*cdf0e10cSrcweir    ImageBitmap = Bitmap
272*cdf0e10cSrcweir    {
273*cdf0e10cSrcweir        File = "notcertificate_16_h.png" ;
274*cdf0e10cSrcweir    };
275*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
276*cdf0e10cSrcweir};
277*cdf0e10cSrcweir
278*cdf0e10cSrcweir
279*cdf0e10cSrcweirImage RID_SVXBMP_SLIDERBUTTON
280*cdf0e10cSrcweir{
281*cdf0e10cSrcweir    ImageBitmap = Bitmap
282*cdf0e10cSrcweir    {
283*cdf0e10cSrcweir        File = "navigationball_10.png" ;
284*cdf0e10cSrcweir    };
285*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
286*cdf0e10cSrcweir};
287*cdf0e10cSrcweirImage RID_SVXBMP_SLIDERDECREASE
288*cdf0e10cSrcweir{
289*cdf0e10cSrcweir    ImageBitmap = Bitmap
290*cdf0e10cSrcweir    {
291*cdf0e10cSrcweir        File = "slidezoomout_11.png" ;
292*cdf0e10cSrcweir    };
293*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
294*cdf0e10cSrcweir};
295*cdf0e10cSrcweirImage RID_SVXBMP_SLIDERINCREASE
296*cdf0e10cSrcweir{
297*cdf0e10cSrcweir    ImageBitmap = Bitmap
298*cdf0e10cSrcweir    {
299*cdf0e10cSrcweir        File = "slidezoomin_11.png" ;
300*cdf0e10cSrcweir    };
301*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
302*cdf0e10cSrcweir};
303*cdf0e10cSrcweirImage RID_SVXBMP_SLIDERBUTTON_HC
304*cdf0e10cSrcweir{
305*cdf0e10cSrcweir    ImageBitmap = Bitmap
306*cdf0e10cSrcweir    {
307*cdf0e10cSrcweir        File = "navigationball_10_h.png" ;
308*cdf0e10cSrcweir    };
309*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
310*cdf0e10cSrcweir};
311*cdf0e10cSrcweirImage RID_SVXBMP_SLIDERDECREASE_HC
312*cdf0e10cSrcweir{
313*cdf0e10cSrcweir    ImageBitmap = Bitmap
314*cdf0e10cSrcweir    {
315*cdf0e10cSrcweir        File = "slidezoomout_11_h.png" ;
316*cdf0e10cSrcweir    };
317*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
318*cdf0e10cSrcweir};
319*cdf0e10cSrcweirImage RID_SVXBMP_SLIDERINCREASE_HC
320*cdf0e10cSrcweir{
321*cdf0e10cSrcweir    ImageBitmap = Bitmap
322*cdf0e10cSrcweir    {
323*cdf0e10cSrcweir        File = "slidezoomin_11_h.png" ;
324*cdf0e10cSrcweir    };
325*cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR;
326*cdf0e10cSrcweir};
327*cdf0e10cSrcweir
328