1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <svx/dialogs.hrc>
24 // Strings ---------------------------------------------------------------
25 String RID_SVXSTR_INSERT_HELPTEXT
27 Text [ en-US ] = "Insert mode. Click to change to overwrite mode." ;
29 String RID_SVXSTR_OVERWRITE_HELPTEXT
31 Text [ en-US ] = "Overwrite mode. Click to change to insert mode." ;
33 String RID_SVXSTR_OVERWRITE_TEXT
35 Text [ x-comment ] = "To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'." ;
36 Text [ en-US ] = "Overwrite" ;
39 // Selection type menu
40 Menu RID_SVXMENU_SELECTION
46 Identifier = SELECTION_STANDARD ;
48 Text [ en-US ] = "Standard selection" ;
52 Identifier = SELECTION_EXTENDED ;
54 Text [ en-US ] = "Extending selection" ;
58 Identifier = SELECTION_ADDED ;
60 Text [ en-US ] = "Adding selection" ;
64 Identifier = SELECTION_BLOCK ;
66 Text [ en-US ] = "Block selection" ;
71 Image RID_SVXBMP_SELECTION
75 File = "selection_10x22.png" ;
79 String RID_SVXSTR_XMLSEC_SIG_OK
81 Text [ en-US ] = "Digital Signature: The document signature is OK.";
84 String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
86 Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated.";
89 String RID_SVXSTR_XMLSEC_SIG_NOT_OK
91 Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document.";
94 String RID_SVXSTR_XMLSEC_NO_SIG
96 Text [ en-US ] = "Digital Signature: The document is not signed.";
99 String RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
101 Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed.";
104 String RID_SVXSTR_DOC_MODIFIED_YES
106 Text [ en-US ] = "The document has been modified. Double-click to save the document.";
109 String RID_SVXSTR_DOC_MODIFIED_NO
111 Text [ en-US ] = "The document has not been modified since the last save.";
114 String RID_SVXSTR_DOC_LOAD
116 Text [ en-US ] = "Loading document...";
119 String RID_SVXSTR_FIT_SLIDE
121 Text [ en-US ] = "Fit slide to current window.";
124 String RID_SVXSTR_ZOOMTOOL_HINT
126 Text [ en-US ] = "Zoom level. Right-click to change zoom level or click to open Zoom dialog.";
129 String RID_SVXSTR_ZOOM_IN
131 Text [ en-US ] = "Zoom In";
134 String RID_SVXSTR_ZOOM_OUT
136 Text [ en-US ] = "Zoom Out";
139 String RID_SVXSTR_ZOOM_25
141 Text [ en-US ] = "25%" ;
144 String RID_SVXSTR_ZOOM_50
146 Text [ en-US ] = "50%" ;
149 String RID_SVXSTR_ZOOM_75
151 Text [ en-US ] = "75%" ;
154 String RID_SVXSTR_ZOOM_100
156 Text [ en-US ] = "100%" ;
159 String RID_SVXSTR_ZOOM_150
161 Text [ en-US ] = "150%" ;
164 String RID_SVXSTR_ZOOM_200
166 Text [ en-US ] = "200%" ;
169 String RID_SVXSTR_ZOOM_WHOLE_PAGE
171 Text [ en-US ] = "Entire Page" ;
174 String RID_SVXSTR_ZOOM_PAGE_WIDTH
176 Text [ en-US ] = "Page Width" ;
179 String RID_SVXSTR_ZOOM_OPTIMAL_VIEW
181 Text [ en-US ] = "Optimal View" ;
184 // PopupMenu -------------------------------------------------------------
191 Identifier = ZOOM_WHOLE_PAGE ;
192 HelpId = HID_MNU_ZOOM_WHOLE_PAGE ;
193 Text [ en-US ] = "Entire Page" ;
197 Identifier = ZOOM_PAGE_WIDTH ;
198 HelpId = HID_MNU_ZOOM_PAGE_WIDTH ;
199 Text [ en-US ] = "Page Width" ;
203 Identifier = ZOOM_OPTIMAL ;
204 HelpId = HID_MNU_ZOOM_OPTIMAL ;
205 Text [ en-US ] = "Optimal View" ;
209 Identifier = ZOOM_50 ;
210 HelpId = HID_MNU_ZOOM_50 ;
211 Text [ en-US ] = "50%" ;
215 Identifier = ZOOM_75 ;
216 HelpId = HID_MNU_ZOOM_75 ;
217 Text [ en-US ] = "75%" ;
221 Identifier = ZOOM_100 ;
222 HelpId = HID_MNU_ZOOM_100 ;
223 Text [ en-US ] = "100%" ;
227 Identifier = ZOOM_150 ;
228 HelpId = HID_MNU_ZOOM_150 ;
229 Text [ en-US ] = "150%" ;
233 Identifier = ZOOM_200 ;
234 HelpId = HID_MNU_ZOOM_200 ;
235 Text [ en-US ] = "200%" ;
239 // Choice of functions on the SvxPosSizeStatusBarControl for Calc
240 Menu RID_SVXMNU_PSZ_FUNC
246 Identifier = PSZ_FUNC_AVG ;
247 HelpId = HID_MNU_FUNC_AVG ;
248 Text [ en-US ] = "Average" ;
252 Identifier = PSZ_FUNC_COUNT2 ;
253 HelpId = HID_MNU_FUNC_COUNT2 ;
254 Text [ en-US ] = "CountA" ;
258 Identifier = PSZ_FUNC_COUNT ;
259 HelpId = HID_MNU_FUNC_COUNT ;
260 Text [ en-US ] = "Count" ;
264 Identifier = PSZ_FUNC_MAX ;
265 HelpId = HID_MNU_FUNC_MAX ;
266 Text [ en-US ] = "Maximum" ;
270 Identifier = PSZ_FUNC_MIN ;
271 HelpId = HID_MNU_FUNC_MIN ;
272 Text [ en-US ] = "Minimum" ;
276 Identifier = PSZ_FUNC_SUM ;
277 HelpId = HID_MNU_FUNC_SUM ;
278 Text [ en-US ] = "Sum" ;
282 Identifier = PSZ_FUNC_SELECTION_COUNT ;
283 HelpId = HID_MNU_FUNC_SELECTION_COUNT ;
284 Text [ en-US ] = "Selection count" ;
288 Identifier = PSZ_FUNC_NONE ;
289 HelpId = HID_MNU_FUNC_NONE ;
290 Text [ en-US ] = "None" ;
294 Menu RID_SVXMNU_XMLSECSTATBAR
300 Identifier = XMLSEC_CALL ;
301 HelpId = HID_XMLSEC_CALL ;
302 Text [ en-US ] = "Digital Signatures..." ;
307 // Images ----------------------------------------------------------------
309 #define STD_MASKCOLOR Color{Red=0xffff;Green=0x0000;Blue=0xffff;}
311 Image RID_SVXBMP_POSITION
315 File = "sc10223.bmp" ;
317 MaskColor = STD_MASKCOLOR;
319 Image RID_SVXBMP_SIZE
323 File = "sc10224.bmp" ;
325 MaskColor = STD_MASKCOLOR;
327 Image RID_SVXBMP_SIGNET
331 File = "signet_11x16.png" ;
333 MaskColor = STD_MASKCOLOR;
335 Image RID_SVXBMP_SIGNET_BROKEN
339 File = "caution_11x16.png" ;
341 MaskColor = STD_MASKCOLOR;
343 Image RID_SVXBMP_SIGNET_NOTVALIDATED
347 File = "notcertificate_16.png" ;
349 MaskColor = STD_MASKCOLOR;
352 Image RID_SVXBMP_SLIDERBUTTON
356 File = "slidezoombutton_10.png" ;
358 MaskColor = STD_MASKCOLOR;
360 Image RID_SVXBMP_SLIDERDECREASE
364 File = "slidezoomout_10.png" ;
366 MaskColor = STD_MASKCOLOR;
368 Image RID_SVXBMP_SLIDERINCREASE
372 File = "slidezoomin_10.png" ;
374 MaskColor = STD_MASKCOLOR;
376 Image RID_SVXBMP_DOC_MODIFIED_YES
380 File = "doc_modified_yes_14.png" ;
382 MaskColor = STD_MASKCOLOR;
384 Image RID_SVXBMP_DOC_MODIFIED_NO
388 File = "doc_modified_no_14.png" ;
390 MaskColor = STD_MASKCOLOR;
392 Image RID_SVXBMP_DOC_MODIFIED_FEEDBACK
396 File = "doc_modified_feedback.png" ;
398 MaskColor = STD_MASKCOLOR;
400 Image RID_SVXBMP_ZOOM_PAGE
404 File = "zoom_page_statusbar.png" ;
406 MaskColor = STD_MASKCOLOR;
409 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */