xref: /AOO41X/main/svx/source/stbctrls/stbctrls.src (revision 9dcd2d78ee6377e8ad1e2e01efd517f26f4562c3)
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};
61
62String RID_SVXSTR_XMLSEC_SIG_OK
63{
64    Text [ en-US ] = "Digital Signature: The document signature is OK.";
65};
66
67String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
68{
69    Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated.";
70};
71
72String RID_SVXSTR_XMLSEC_SIG_NOT_OK
73{
74    Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document.";
75};
76
77String RID_SVXSTR_XMLSEC_NO_SIG
78{
79    Text [ en-US ] = "Digital Signature: The document is not signed.";
80};
81
82String RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
83{
84    Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed.";
85};
86
87 // PopupMenu -------------------------------------------------------------
88Menu RID_SVXMNU_ZOOM
89{
90    ItemList =
91    {
92        MenuItem
93        {
94            Identifier = ZOOM_200 ;
95            HelpId = HID_MNU_ZOOM_200 ;
96            Text = "200%" ;
97        };
98        MenuItem
99        {
100            Identifier = ZOOM_150 ;
101            HelpId = HID_MNU_ZOOM_150 ;
102            Text = "150%" ;
103        };
104        MenuItem
105        {
106            Identifier = ZOOM_100 ;
107            HelpId = HID_MNU_ZOOM_100 ;
108            Text = "100%" ;
109        };
110        MenuItem
111        {
112            Identifier = ZOOM_75 ;
113            HelpId = HID_MNU_ZOOM_75 ;
114            Text = "75%" ;
115        };
116        MenuItem
117        {
118            Identifier = ZOOM_50 ;
119            HelpId = HID_MNU_ZOOM_50 ;
120            Text = "50%" ;
121        };
122        MenuItem
123        {
124            Identifier = ZOOM_OPTIMAL ;
125            HelpId = HID_MNU_ZOOM_OPTIMAL ;
126            Text [ en-US ] = "Optimal" ;
127        };
128        MenuItem
129        {
130            Identifier = ZOOM_PAGE_WIDTH ;
131            HelpId = HID_MNU_ZOOM_PAGE_WIDTH ;
132            Text [ en-US ] = "Page Width" ;
133        };
134        MenuItem
135        {
136            Identifier = ZOOM_WHOLE_PAGE ;
137            HelpId = HID_MNU_ZOOM_WHOLE_PAGE ;
138            Text [ en-US ] = "Entire Page" ;
139        };
140    };
141};
142 // Funktionsauswahl auf dem SvxPosSizeStatusBarControl fuer Calc
143Menu RID_SVXMNU_PSZ_FUNC
144{
145    ItemList =
146    {
147        MenuItem
148        {
149            Identifier = PSZ_FUNC_AVG ;
150            HelpId = HID_MNU_FUNC_AVG ;
151            Text [ en-US ] = "Average" ;
152        };
153        MenuItem
154        {
155            Identifier = PSZ_FUNC_COUNT2 ;
156            HelpId = HID_MNU_FUNC_COUNT2 ;
157            Text [ en-US ] = "CountA" ;
158        };
159        MenuItem
160        {
161            Identifier = PSZ_FUNC_COUNT ;
162            HelpId = HID_MNU_FUNC_COUNT ;
163            Text [ en-US ] = "Count" ;
164        };
165        MenuItem
166        {
167            Identifier = PSZ_FUNC_MAX ;
168            HelpId = HID_MNU_FUNC_MAX ;
169            Text [ en-US ] = "Maximum" ;
170        };
171        MenuItem
172        {
173            Identifier = PSZ_FUNC_MIN ;
174            HelpId = HID_MNU_FUNC_MIN ;
175            Text [ en-US ] = "Minimum" ;
176        };
177        MenuItem
178        {
179            Identifier = PSZ_FUNC_SUM ;
180            HelpId = HID_MNU_FUNC_SUM ;
181            Text [ en-US ] = "Sum" ;
182        };
183        MenuItem
184        {
185            Identifier = PSZ_FUNC_NONE ;
186            HelpId = HID_MNU_FUNC_NONE ;
187            Text [ en-US ] = "None" ;
188        };
189    };
190};
191Menu RID_SVXMNU_XMLSECSTATBAR
192{
193    ItemList =
194    {
195        MenuItem
196        {
197            Identifier = XMLSEC_CALL ;
198            HelpId = HID_XMLSEC_CALL ;
199            Text [ en-US ] = "Digital Signatures..." ;
200        };
201    };
202};
203
204// Images ----------------------------------------------------------------
205
206#define STD_MASKCOLOR   Color{Red=0xffff;Green=0x0000;Blue=0xffff;}
207
208Image RID_SVXBMP_POSITION
209{
210    ImageBitmap = Bitmap
211    {
212        File = "sc10223.bmp" ;
213    };
214    MaskColor = STD_MASKCOLOR;
215};
216Image RID_SVXBMP_SIZE
217{
218    ImageBitmap = Bitmap
219    {
220        File = "sc10224.bmp" ;
221    };
222    MaskColor = STD_MASKCOLOR;
223};
224Image RID_SVXBMP_SIGNET
225{
226    ImageBitmap = Bitmap
227    {
228        File = "signet_11x16.png" ;
229    };
230    MaskColor = STD_MASKCOLOR;
231};
232Image RID_SVXBMP_SIGNET_BROKEN
233{
234    ImageBitmap = Bitmap
235    {
236        File = "caution_11x16.png" ;
237    };
238    MaskColor = STD_MASKCOLOR;
239};
240Image RID_SVXBMP_SIGNET_NOTVALIDATED
241{
242    ImageBitmap = Bitmap
243    {
244        File = "notcertificate_16.png" ;
245    };
246    MaskColor = STD_MASKCOLOR;
247};
248Image RID_SVXBMP_SIGNET_H
249{
250    ImageBitmap = Bitmap
251    {
252        File = "signet_11x16_h.png" ;
253    };
254    MaskColor = STD_MASKCOLOR;
255};
256Image RID_SVXBMP_SIGNET_BROKEN_H
257{
258    ImageBitmap = Bitmap
259    {
260        File = "caution_11x16_h.png" ;
261    };
262    MaskColor = STD_MASKCOLOR;
263};
264Image RID_SVXBMP_SIGNET_NOTVALIDATED_H
265{
266    ImageBitmap = Bitmap
267    {
268        File = "notcertificate_16_h.png" ;
269    };
270    MaskColor = STD_MASKCOLOR;
271};
272
273
274Image RID_SVXBMP_SLIDERBUTTON
275{
276    ImageBitmap = Bitmap
277    {
278        File = "navigationball_10.png" ;
279    };
280    MaskColor = STD_MASKCOLOR;
281};
282Image RID_SVXBMP_SLIDERDECREASE
283{
284    ImageBitmap = Bitmap
285    {
286        File = "slidezoomout_11.png" ;
287    };
288    MaskColor = STD_MASKCOLOR;
289};
290Image RID_SVXBMP_SLIDERINCREASE
291{
292    ImageBitmap = Bitmap
293    {
294        File = "slidezoomin_11.png" ;
295    };
296    MaskColor = STD_MASKCOLOR;
297};
298Image RID_SVXBMP_SLIDERBUTTON_HC
299{
300    ImageBitmap = Bitmap
301    {
302        File = "navigationball_10_h.png" ;
303    };
304    MaskColor = STD_MASKCOLOR;
305};
306Image RID_SVXBMP_SLIDERDECREASE_HC
307{
308    ImageBitmap = Bitmap
309    {
310        File = "slidezoomout_11_h.png" ;
311    };
312    MaskColor = STD_MASKCOLOR;
313};
314Image RID_SVXBMP_SLIDERINCREASE_HC
315{
316    ImageBitmap = Bitmap
317    {
318        File = "slidezoomin_11_h.png" ;
319    };
320    MaskColor = STD_MASKCOLOR;
321};
322
323