xref: /aoo42x/main/svx/source/stbctrls/stbctrls.src (revision 132eec79)
109a1d057SAndrew Rist/**************************************************************
29db2a47fSMatthias Seidel *
309a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
409a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
509a1d057SAndrew Rist * distributed with this work for additional information
609a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
709a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
809a1d057SAndrew Rist * "License"); you may not use this file except in compliance
909a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
109db2a47fSMatthias Seidel *
1109a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
129db2a47fSMatthias Seidel *
1309a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
1409a1d057SAndrew Rist * software distributed under the License is distributed on an
1509a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1609a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
1709a1d057SAndrew Rist * specific language governing permissions and limitations
1809a1d057SAndrew Rist * under the License.
199db2a47fSMatthias Seidel *
2009a1d057SAndrew Rist *************************************************************/
2109a1d057SAndrew Rist
229db2a47fSMatthias Seidel// include ---------------------------------------------------------------
23cdf0e10cSrcweir#include <svx/dialogs.hrc>
24cdf0e10cSrcweir#include "helpid.hrc"
25cdf0e10cSrcweir#include "stbctrls.h"
269db2a47fSMatthias Seidel// pragma ----------------------------------------------------------------
27cdf0e10cSrcweir
289db2a47fSMatthias Seidel// Strings ---------------------------------------------------------------
29cdf0e10cSrcweirString RID_SVXSTR_INSERT_TEXT
30cdf0e10cSrcweir{
319db2a47fSMatthias Seidel	// 'Insert' shortened to max. 5 characters
32cdf0e10cSrcweir	Text [ en-US ] = "INSRT" ;
33cdf0e10cSrcweir};
34cdf0e10cSrcweirString RID_SVXSTR_OVERWRITE_TEXT
35cdf0e10cSrcweir{
369db2a47fSMatthias Seidel	// 'Overwrite' shortened to max. 5 characters
37cdf0e10cSrcweir	Text [ en-US ] = "OVER" ;
38cdf0e10cSrcweir};
39cdf0e10cSrcweirString RID_SVXSTR_SELMODE_STD
40cdf0e10cSrcweir{
419db2a47fSMatthias Seidel	// 'Standard' shortened to max. 3 characters
42cdf0e10cSrcweir	Text [ en-US ] = "STD" ;
43cdf0e10cSrcweir};
44cdf0e10cSrcweirString RID_SVXSTR_SELMODE_ER
45cdf0e10cSrcweir{
469db2a47fSMatthias Seidel	// 'Extended' shortened to max. 3 characters
47cdf0e10cSrcweir	Text [ en-US ] = "EXT" ;
48cdf0e10cSrcweir};
49cdf0e10cSrcweirString RID_SVXSTR_SELMODE_ERG
50cdf0e10cSrcweir{
519db2a47fSMatthias Seidel	// 'Added' shortened to max. 3 characters
52cdf0e10cSrcweir	Text [ en-US ] = "ADD" ;
53cdf0e10cSrcweir};
54cdf0e10cSrcweir
55cdf0e10cSrcweirString RID_SVXSTR_SELMODE_BLK
56cdf0e10cSrcweir{
579db2a47fSMatthias Seidel	// 'Block' shortened to max. 3 characters
58cdf0e10cSrcweir	Text [ en-US ] = "BLK" ;
59cdf0e10cSrcweir};
60cdf0e10cSrcweir
61cdf0e10cSrcweirString RID_SVXSTR_XMLSEC_SIG_OK
62cdf0e10cSrcweir{
639db2a47fSMatthias Seidel	Text [ en-US ] = "Digital Signature: The document signature is OK." ;
64cdf0e10cSrcweir};
65cdf0e10cSrcweir
66cdf0e10cSrcweirString RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
67cdf0e10cSrcweir{
689db2a47fSMatthias Seidel	Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated." ;
69cdf0e10cSrcweir};
70cdf0e10cSrcweir
71cdf0e10cSrcweirString RID_SVXSTR_XMLSEC_SIG_NOT_OK
72cdf0e10cSrcweir{
73eee503ecSMatthias Seidel	Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend that you do not trust this document." ;
74cdf0e10cSrcweir};
75cdf0e10cSrcweir
76cdf0e10cSrcweirString RID_SVXSTR_XMLSEC_NO_SIG
77cdf0e10cSrcweir{
789db2a47fSMatthias Seidel	Text [ en-US ] = "Digital Signature: The document is not signed." ;
79cdf0e10cSrcweir};
80cdf0e10cSrcweir
81cdf0e10cSrcweirString RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
82cdf0e10cSrcweir{
839db2a47fSMatthias Seidel	Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed." ;
84cdf0e10cSrcweir};
85cdf0e10cSrcweir
869db2a47fSMatthias Seidel// PopupMenu -------------------------------------------------------------
87cdf0e10cSrcweirMenu RID_SVXMNU_ZOOM
88cdf0e10cSrcweir{
89cdf0e10cSrcweir	ItemList =
90cdf0e10cSrcweir	{
91cdf0e10cSrcweir		MenuItem
92cdf0e10cSrcweir		{
93cdf0e10cSrcweir			Identifier = ZOOM_200 ;
94cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_200 ;
95*132eec79Smseidel			Text [ en-US ] = "200%" ;
96cdf0e10cSrcweir		};
97cdf0e10cSrcweir		MenuItem
98cdf0e10cSrcweir		{
99cdf0e10cSrcweir			Identifier = ZOOM_150 ;
100cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_150 ;
101*132eec79Smseidel			Text [ en-US ] = "150%" ;
102cdf0e10cSrcweir		};
103cdf0e10cSrcweir		MenuItem
104cdf0e10cSrcweir		{
105cdf0e10cSrcweir			Identifier = ZOOM_100 ;
106cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_100 ;
107*132eec79Smseidel			Text [ en-US ] = "100%" ;
108cdf0e10cSrcweir		};
109cdf0e10cSrcweir		MenuItem
110cdf0e10cSrcweir		{
111cdf0e10cSrcweir			Identifier = ZOOM_75 ;
112cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_75 ;
113*132eec79Smseidel			Text [ en-US ] = "75%" ;
114cdf0e10cSrcweir		};
115cdf0e10cSrcweir		MenuItem
116cdf0e10cSrcweir		{
117cdf0e10cSrcweir			Identifier = ZOOM_50 ;
118cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_50 ;
119*132eec79Smseidel			Text [ en-US ] = "50%" ;
120cdf0e10cSrcweir		};
121cdf0e10cSrcweir		MenuItem
122cdf0e10cSrcweir		{
123cdf0e10cSrcweir			Identifier = ZOOM_OPTIMAL ;
124cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_OPTIMAL ;
125cdf0e10cSrcweir			Text [ en-US ] = "Optimal" ;
126cdf0e10cSrcweir		};
127cdf0e10cSrcweir		MenuItem
128cdf0e10cSrcweir		{
129cdf0e10cSrcweir			Identifier = ZOOM_PAGE_WIDTH ;
130cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_PAGE_WIDTH ;
131cdf0e10cSrcweir			Text [ en-US ] = "Page Width" ;
132cdf0e10cSrcweir		};
133cdf0e10cSrcweir		MenuItem
134cdf0e10cSrcweir		{
135cdf0e10cSrcweir			Identifier = ZOOM_WHOLE_PAGE ;
136cdf0e10cSrcweir			HelpId = HID_MNU_ZOOM_WHOLE_PAGE ;
137cdf0e10cSrcweir			Text [ en-US ] = "Entire Page" ;
138cdf0e10cSrcweir		};
139cdf0e10cSrcweir	};
140cdf0e10cSrcweir};
1419db2a47fSMatthias Seidel// Function selection for SvxPosSizeStatusBarControl in Calc
142cdf0e10cSrcweirMenu RID_SVXMNU_PSZ_FUNC
143cdf0e10cSrcweir{
144cdf0e10cSrcweir	ItemList =
145cdf0e10cSrcweir	{
146cdf0e10cSrcweir		MenuItem
147cdf0e10cSrcweir		{
148cdf0e10cSrcweir			Identifier = PSZ_FUNC_AVG ;
149cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_AVG ;
150cdf0e10cSrcweir			Text [ en-US ] = "Average" ;
151cdf0e10cSrcweir		};
152cdf0e10cSrcweir		MenuItem
153cdf0e10cSrcweir		{
154cdf0e10cSrcweir			Identifier = PSZ_FUNC_COUNT2 ;
155cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_COUNT2 ;
156cdf0e10cSrcweir			Text [ en-US ] = "CountA" ;
157cdf0e10cSrcweir		};
158cdf0e10cSrcweir		MenuItem
159cdf0e10cSrcweir		{
160cdf0e10cSrcweir			Identifier = PSZ_FUNC_COUNT ;
161cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_COUNT ;
162cdf0e10cSrcweir			Text [ en-US ] = "Count" ;
163cdf0e10cSrcweir		};
164cdf0e10cSrcweir		MenuItem
165cdf0e10cSrcweir		{
166cdf0e10cSrcweir			Identifier = PSZ_FUNC_MAX ;
167cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_MAX ;
168cdf0e10cSrcweir			Text [ en-US ] = "Maximum" ;
169cdf0e10cSrcweir		};
170cdf0e10cSrcweir		MenuItem
171cdf0e10cSrcweir		{
172cdf0e10cSrcweir			Identifier = PSZ_FUNC_MIN ;
173cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_MIN ;
174cdf0e10cSrcweir			Text [ en-US ] = "Minimum" ;
175cdf0e10cSrcweir		};
176cdf0e10cSrcweir		MenuItem
177cdf0e10cSrcweir		{
178cdf0e10cSrcweir			Identifier = PSZ_FUNC_SUM ;
179cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_SUM ;
180cdf0e10cSrcweir			Text [ en-US ] = "Sum" ;
181cdf0e10cSrcweir		};
182cdf0e10cSrcweir		MenuItem
183cdf0e10cSrcweir		{
184cdf0e10cSrcweir			Identifier = PSZ_FUNC_NONE ;
185cdf0e10cSrcweir			HelpId = HID_MNU_FUNC_NONE ;
186cdf0e10cSrcweir			Text [ en-US ] = "None" ;
187cdf0e10cSrcweir		};
188cdf0e10cSrcweir	};
189cdf0e10cSrcweir};
190cdf0e10cSrcweirMenu RID_SVXMNU_XMLSECSTATBAR
191cdf0e10cSrcweir{
192cdf0e10cSrcweir	ItemList =
193cdf0e10cSrcweir	{
194cdf0e10cSrcweir		MenuItem
195cdf0e10cSrcweir		{
196cdf0e10cSrcweir			Identifier = XMLSEC_CALL ;
197cdf0e10cSrcweir			HelpId = HID_XMLSEC_CALL ;
198cdf0e10cSrcweir			Text [ en-US ] = "Digital Signatures..." ;
199cdf0e10cSrcweir		};
200cdf0e10cSrcweir	};
201cdf0e10cSrcweir};
202cdf0e10cSrcweir
203cdf0e10cSrcweir// Images ----------------------------------------------------------------
204cdf0e10cSrcweir
205cdf0e10cSrcweirImage RID_SVXBMP_POSITION
206cdf0e10cSrcweir{
207cdf0e10cSrcweir	ImageBitmap = Bitmap
208cdf0e10cSrcweir	{
2099db2a47fSMatthias Seidel		File = "sc10223.png" ;
210cdf0e10cSrcweir	};
211cdf0e10cSrcweir};
212cdf0e10cSrcweirImage RID_SVXBMP_SIZE
213cdf0e10cSrcweir{
214cdf0e10cSrcweir	ImageBitmap = Bitmap
215cdf0e10cSrcweir	{
2169db2a47fSMatthias Seidel		File = "sc10224.png" ;
217cdf0e10cSrcweir	};
218cdf0e10cSrcweir};
219cdf0e10cSrcweirImage RID_SVXBMP_SIGNET
220cdf0e10cSrcweir{
221cdf0e10cSrcweir	ImageBitmap = Bitmap
222cdf0e10cSrcweir	{
223cdf0e10cSrcweir		File = "signet_11x16.png" ;
224cdf0e10cSrcweir	};
225cdf0e10cSrcweir};
226cdf0e10cSrcweirImage RID_SVXBMP_SIGNET_BROKEN
227cdf0e10cSrcweir{
228cdf0e10cSrcweir	ImageBitmap = Bitmap
229cdf0e10cSrcweir	{
230cdf0e10cSrcweir		File = "caution_11x16.png" ;
231cdf0e10cSrcweir	};
232cdf0e10cSrcweir};
233cdf0e10cSrcweirImage RID_SVXBMP_SIGNET_NOTVALIDATED
234cdf0e10cSrcweir{
235cdf0e10cSrcweir	ImageBitmap = Bitmap
236cdf0e10cSrcweir	{
237c3d049fdSMatthias Seidel		File = "notcertificate_11x16.png" ;
238cdf0e10cSrcweir	};
239cdf0e10cSrcweir};
240c9ad82e9SmseidelImage RID_SVXBMP_POSITION_H
241c9ad82e9Smseidel{
242c9ad82e9Smseidel	ImageBitmap = Bitmap
243c9ad82e9Smseidel	{
244c9ad82e9Smseidel		File = "sch10223.png" ;
245c9ad82e9Smseidel	};
246c9ad82e9Smseidel};
247c9ad82e9SmseidelImage RID_SVXBMP_SIZE_H
248c9ad82e9Smseidel{
249c9ad82e9Smseidel	ImageBitmap = Bitmap
250c9ad82e9Smseidel	{
251c9ad82e9Smseidel		File = "sch10224.png" ;
252c9ad82e9Smseidel	};
253c9ad82e9Smseidel};
254cdf0e10cSrcweirImage RID_SVXBMP_SIGNET_H
255cdf0e10cSrcweir{
2569db2a47fSMatthias Seidel	ImageBitmap = Bitmap
2579db2a47fSMatthias Seidel	{
2589db2a47fSMatthias Seidel		File = "signet_11x16_h.png" ;
2599db2a47fSMatthias Seidel	};
260cdf0e10cSrcweir};
261cdf0e10cSrcweirImage RID_SVXBMP_SIGNET_BROKEN_H
262cdf0e10cSrcweir{
2639db2a47fSMatthias Seidel	ImageBitmap = Bitmap
2649db2a47fSMatthias Seidel	{
2659db2a47fSMatthias Seidel		File = "caution_11x16_h.png" ;
2669db2a47fSMatthias Seidel	};
267cdf0e10cSrcweir};
268cdf0e10cSrcweirImage RID_SVXBMP_SIGNET_NOTVALIDATED_H
269cdf0e10cSrcweir{
270*132eec79Smseidel	ImageBitmap = Bitmap
271*132eec79Smseidel	{
272*132eec79Smseidel		File = "notcertificate_11x16_h.png" ;
273*132eec79Smseidel	};
274cdf0e10cSrcweir};
275cdf0e10cSrcweir
276cdf0e10cSrcweir
277cdf0e10cSrcweirImage RID_SVXBMP_SLIDERBUTTON
278cdf0e10cSrcweir{
2799db2a47fSMatthias Seidel	ImageBitmap = Bitmap
2809db2a47fSMatthias Seidel	{
2818f2efe9dSMatthias Seidel		File = "slidecontrol.png" ;
2829db2a47fSMatthias Seidel	};
283cdf0e10cSrcweir};
284cdf0e10cSrcweirImage RID_SVXBMP_SLIDERDECREASE
285cdf0e10cSrcweir{
286*132eec79Smseidel	ImageBitmap = Bitmap
287*132eec79Smseidel	{
288*132eec79Smseidel		File = "slidezoomout_11.png" ;
289*132eec79Smseidel	};
290cdf0e10cSrcweir};
291cdf0e10cSrcweirImage RID_SVXBMP_SLIDERINCREASE
292cdf0e10cSrcweir{
293*132eec79Smseidel	ImageBitmap = Bitmap
294*132eec79Smseidel	{
295*132eec79Smseidel		File = "slidezoomin_11.png" ;
296*132eec79Smseidel	};
297cdf0e10cSrcweir};
298cdf0e10cSrcweirImage RID_SVXBMP_SLIDERBUTTON_HC
299cdf0e10cSrcweir{
300*132eec79Smseidel	ImageBitmap = Bitmap
301*132eec79Smseidel	{
302*132eec79Smseidel		File = "slidecontrol_h.png" ;
303*132eec79Smseidel	};
304cdf0e10cSrcweir};
305cdf0e10cSrcweirImage RID_SVXBMP_SLIDERDECREASE_HC
306cdf0e10cSrcweir{
3079db2a47fSMatthias Seidel	ImageBitmap = Bitmap
3089db2a47fSMatthias Seidel	{
3099db2a47fSMatthias Seidel		File = "slidezoomout_11_h.png" ;
3109db2a47fSMatthias Seidel	};
311cdf0e10cSrcweir};
312cdf0e10cSrcweirImage RID_SVXBMP_SLIDERINCREASE_HC
313cdf0e10cSrcweir{
3149db2a47fSMatthias Seidel	ImageBitmap = Bitmap
3159db2a47fSMatthias Seidel	{
3169db2a47fSMatthias Seidel		File = "slidezoomin_11_h.png" ;
3179db2a47fSMatthias Seidel	};
318cdf0e10cSrcweir};
319cdf0e10cSrcweir
3209db2a47fSMatthias Seidel// ********************************************************************** EOF
321