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