Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / svx / source / stbctrls / stbctrls.src
blob7c58b4bbc9a23902fddc649fa35dbb3ba01438ac
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include <svx/dialogs.hrc>
21 #include "helpid.hrc"
22 #include "stbctrls.h"
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 String RID_SVXSTR_XMLSEC_SIG_OK
41     Text [ en-US ] = "Digital Signature: The document signature is OK.";
44 String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
46     Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated.";
49 String RID_SVXSTR_XMLSEC_SIG_NOT_OK
51     Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document.";
54 String RID_SVXSTR_XMLSEC_NO_SIG
56     Text [ en-US ] = "Digital Signature: The document is not signed.";
59 String RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
61     Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed.";
64 String RID_SVXSTR_DOC_MODIFIED_YES
66     Text [ en-US ] = "The document has been modified. Click to save the document.";
69 String RID_SVXSTR_DOC_MODIFIED_NO
71     Text [ en-US ] = "The document has not been modified since the last save.";
74 String RID_SVXSTR_DOC_LOAD
76     Text [ en-US ] = "Loading document...";
79 String RID_SVXSTR_FIT_SLIDE
81     Text [ en-US ] = "Fit slide to current window.";
84 String RID_SVXSTR_WARN_MISSING_SMARTART
86     Text [ en-US ] = "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue.";
89 String RID_SVXSTR_ZOOMTOOL_HINT
91     Text [ en-US ] = "Zoom level. Right-click to change zoom level or click to open Zoom dialog.";
94 String RID_SVXSTR_ZOOM_IN
96     Text [ en-US ] = "Zoom In";
99 String RID_SVXSTR_ZOOM_OUT
101     Text [ en-US ] = "Zoom Out";
104 String RID_SVXSTR_ZOOM_25
106     Text [ en-US ] = "25%" ;
109 String RID_SVXSTR_ZOOM_50
111     Text [ en-US ] = "50%" ;
114 String RID_SVXSTR_ZOOM_75
116     Text [ en-US ] = "75%" ;
119 String RID_SVXSTR_ZOOM_100
121     Text [ en-US ] = "100%" ;
124 String RID_SVXSTR_ZOOM_150
126     Text [ en-US ] = "150%" ;
129 String RID_SVXSTR_ZOOM_200
131     Text [ en-US ] = "200%" ;
134 String RID_SVXSTR_ZOOM_WHOLE_PAGE
136     Text [ en-US ] = "Entire Page" ;
139 String RID_SVXSTR_ZOOM_PAGE_WIDTH
141     Text [ en-US ] = "Page Width" ;
144 String RID_SVXSTR_ZOOM_OPTIMAL_VIEW
146     Text [ en-US ] = "Optimal View" ;
149 String RID_SIDEBAR_EMPTY_PANEL_TEXT
151     Text [ en-US ] = "Properties for the task that you are performing are not available for the current selection" ;
153 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */