summaryrefslogtreecommitdiff
path: root/svx/source/stbctrls/stbctrls.src
blob: 7c58b4bbc9a23902fddc649fa35dbb3ba01438ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include <svx/dialogs.hrc>
#include "helpid.hrc"
#include "stbctrls.h"

 // Strings ---------------------------------------------------------------
String RID_SVXSTR_INSERT_HELPTEXT
{
    Text [ en-US ] = "Insert mode. Click to change to overwrite mode." ;
};
String RID_SVXSTR_OVERWRITE_HELPTEXT
{
    Text [ en-US ] = "Overwrite mode. Click to change to insert mode." ;
};
String RID_SVXSTR_OVERWRITE_TEXT
{
    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'." ;
    Text [ en-US ] = "Overwrite" ;
};

String RID_SVXSTR_XMLSEC_SIG_OK
{
    Text [ en-US ] = "Digital Signature: The document signature is OK.";
};

String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
{
    Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated.";
};

String RID_SVXSTR_XMLSEC_SIG_NOT_OK
{
    Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document.";
};

String RID_SVXSTR_XMLSEC_NO_SIG
{
    Text [ en-US ] = "Digital Signature: The document is not signed.";
};

String RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
{
    Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed.";
};

String RID_SVXSTR_DOC_MODIFIED_YES
{
    Text [ en-US ] = "The document has been modified. Click to save the document.";
};

String RID_SVXSTR_DOC_MODIFIED_NO
{
    Text [ en-US ] = "The document has not been modified since the last save.";
};

String RID_SVXSTR_DOC_LOAD
{
    Text [ en-US ] = "Loading document...";
};

String RID_SVXSTR_FIT_SLIDE
{
    Text [ en-US ] = "Fit slide to current window.";
};

String RID_SVXSTR_WARN_MISSING_SMARTART
{
    Text [ en-US ] = "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue.";
};

String RID_SVXSTR_ZOOMTOOL_HINT
{
    Text [ en-US ] = "Zoom level. Right-click to change zoom level or click to open Zoom dialog.";
};

String RID_SVXSTR_ZOOM_IN
{
    Text [ en-US ] = "Zoom In";
};

String RID_SVXSTR_ZOOM_OUT
{
    Text [ en-US ] = "Zoom Out";
};

String RID_SVXSTR_ZOOM_25
{
    Text [ en-US ] = "25%" ;
};

String RID_SVXSTR_ZOOM_50
{
    Text [ en-US ] = "50%" ;
};

String RID_SVXSTR_ZOOM_75
{
    Text [ en-US ] = "75%" ;
};

String RID_SVXSTR_ZOOM_100
{
    Text [ en-US ] = "100%" ;
};

String RID_SVXSTR_ZOOM_150
{
    Text [ en-US ] = "150%" ;
};

String RID_SVXSTR_ZOOM_200
{
    Text [ en-US ] = "200%" ;
};

String RID_SVXSTR_ZOOM_WHOLE_PAGE
{
    Text [ en-US ] = "Entire Page" ;
};

String RID_SVXSTR_ZOOM_PAGE_WIDTH
{
    Text [ en-US ] = "Page Width" ;
};

String RID_SVXSTR_ZOOM_OPTIMAL_VIEW
{
    Text [ en-US ] = "Optimal View" ;
};

String RID_SIDEBAR_EMPTY_PANEL_TEXT
{
    Text [ en-US ] = "Properties for the task that you are performing are not available for the current selection" ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */