summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/docvw.src
blob: 9ea90f7e038e555471e2b6c41efa2e9f51654415 (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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#include "docvw.hrc"
#include "cmdid.h"
#include "helpid.h"
#define SEPARATOR MenuItem { Separator = TRUE; };
Menu MN_READONLY_POPUP
{
    ItemList =
    {
        MenuItem
        {
            Identifier = MN_READONLY_OPENURL ;
            HelpId = CMD_SID_OPENDOC ;
            Text [ en-US ] = "~Open" ;
        };
        MenuItem
        {
            Identifier = MN_READONLY_OPENURLNEW ;
            HelpId = CMD_SID_OPENDOC ;
            Text [ en-US ] = "Open in New Window" ;
        };
        MenuItem
        {
            Identifier = MN_READONLY_EDITDOC ;
            HelpId = CMD_SID_EDITDOC ;
            Text [ en-US ] = "~Edit" ;
        };
        MenuItem
        {
            Identifier = MN_READONLY_SELECTION_MODE ;
            HelpId = CMD_FN_READONLY_SELECTION_MODE ;
            Text [ en-US ] = "Select Text";
        };
        MenuItem
        {
            Identifier = MN_READONLY_RELOAD;
            HelpId = CMD_SID_RELOAD;
            Text [ en-US ] = "Re~load";
        };
        MenuItem
        {
            Identifier = MN_READONLY_RELOAD_FRAME;
            HelpId = CMD_SID_RELOAD;
            Text [ en-US ] = "Reload Frame";
        };
        MenuItem
        {
            Identifier = MN_READONLY_SOURCEVIEW ;
            HelpId = HID_SOURCEVIEW ;
            Text [ en-US ] = "HT~ML Source" ;
        };
        SEPARATOR
        MenuItem
        {
            Identifier = MN_READONLY_BROWSE_BACKWARD ;
            HelpId = CMD_SID_BROWSE_BACKWARD ;
            Text [ en-US ] = "Backwards" ;
        };
        MenuItem
        {
            Identifier = MN_READONLY_BROWSE_FORWARD ;
            HelpId = CMD_SID_BROWSE_FORWARD ;
            Text [ en-US ] = "~Forward" ;
        };
        SEPARATOR
        MenuItem
        {
            Identifier = MN_READONLY_SAVEGRAPHIC ;
            HelpID = HID_MN_READONLY_SAVEGRAPHIC ;
            Text [ en-US ] = "Save Graphics..." ;
        };
        MenuItem
        {
            Identifier = MN_READONLY_GRAPHICTOGALLERY ;
            HelpID = HID_MN_READONLY_GRAPHICTOGALLERY ;
            SubMenu = Menu
            {
                ItemList =
                {
                    MenuItem
                    {
                        Identifier = MN_READONLY_TOGALLERYLINK ;
                        HelpID = HID_MN_READONLY_TOGALLERYLINK ;
                        Text [ en-US ] = "As Link" ;
                    };
                    MenuItem
                    {
                        Identifier = MN_READONLY_TOGALLERYCOPY ;
                        HelpID = HID_MN_READONLY_TOGALLERYCOPY ;
                        Text [ en-US ] = "Copy" ;
                    };
                    SEPARATOR
                };
            };
            Text [ en-US ] = "Add Graphics" ;
        };
        MenuItem
        {
            Identifier = MN_READONLY_SAVEBACKGROUND ;
            HelpID = HID_MN_READONLY_SAVEBACKGROUND ;
            Text [ en-US ] = "Save Background..." ;
        };
        MenuItem
        {
            Identifier = MN_READONLY_BACKGROUNDTOGALLERY ;
            HelpID = HID_MN_READONLY_BACKGROUNDTOGALLERY ;
            SubMenu = Menu
            {
                ItemList =
                {
                    MenuItem
                    {
                        Identifier = MN_READONLY_TOGALLERYLINK ;
                        HelpID = HID_MN_READONLY_TOGALLERYLINK ;
                        Text [ en-US ] = "As Link" ;
                    };
                    MenuItem
                    {
                        Identifier = MN_READONLY_TOGALLERYCOPY ;
                        HelpID = HID_MN_READONLY_TOGALLERYCOPY ;
                        Text [ en-US ] = "Copy" ;
                    };
                    SEPARATOR
                };
            };
            Text [ en-US ] = "Add Background" ;
        };
        SEPARATOR
        MenuItem
        {
            Identifier = MN_READONLY_COPYLINK ;
            HelpID = HID_MN_READONLY_COPYLINK ;
            Text [ en-US ] = "Copy ~Link" ;
        };
        MenuItem
        {
            Identifier = MN_READONLY_COPYGRAPHIC ;
            HelpID = HID_MN_READONLY_COPYGRAPHIC ;
            Text [ en-US ] = "Copy ~Graphics" ;
        };
        SEPARATOR
        MenuItem
        {
            Identifier = MN_READONLY_LOADGRAPHIC ;
            HelpID = HID_MN_READONLY_LOADGRAPHIC ;
            Text [ en-US ] = "Load Graphics" ;
        };
        MenuItem
        {
            Identifier = MN_READONLY_GRAPHICOFF ;
            HelpID = HID_MN_READONLY_GRAPHICOFF ;
            Text [ en-US ] = "Graphics Off" ;
        };
        MenuItem
        {
            Identifier = MN_READONLY_PLUGINOFF ;
            HelpID = HID_MN_READONLY_PLUGINOFF ;
            Text [ en-US ] = "Plug-ins Off" ;
        };
        SEPARATOR
        MenuItem
        {
            Identifier = SID_WIN_FULLSCREEN;
            HelpId = CMD_SID_WIN_FULLSCREEN;
            Text [ en-US ] = "Leave Full-Screen Mode" ;
        };
        SEPARATOR
        MenuItem
        {
            Identifier = MN_READONLY_COPY ;
            HelpId = CMD_SID_COPY;
            Text [ en-US ] = "~Copy" ;
        };
    };
};
String STR_CHAIN_OK
{
    Text [ en-US ] = "Click the left mouse button to link the frames." ;
};
String STR_CHAIN_NOT_EMPTY
{
    Text [ en-US ] = "Target frame not empty." ;
};
String STR_CHAIN_IS_IN_CHAIN
{
    Text [ en-US ] = "Target frame is already linked." ;
};
String STR_CHAIN_WRONG_AREA
{
    Text [ en-US ] = "The target frame for the link is in an invalid area." ;
};
String STR_CHAIN_NOT_FOUND
{
    Text [ en-US ] = "Target frame not found at current position." ;
};
String STR_CHAIN_SOURCE_CHAINED
{
    Text [ en-US ] = "The source frame is already the source of a link." ;
};
String STR_CHAIN_SELF
{
    Text [ en-US ] = "A closed link is not possible." ;
};
String STR_REDLINE_INSERT
{
    Text [ en-US ] = "Inserted" ;
};
String STR_REDLINE_DELETE
{
    Text [ en-US ] = "Deleted" ;
};
String STR_REDLINE_FORMAT
{
    Text [ en-US ] = "Formatted" ;
};
String STR_REDLINE_TABLE
{
    Text [ en-US ] = "Table changed" ;
};
String STR_REDLINE_FMTCOLL
{
    Text [ en-US ] = "Applied Paragraph Styles";
};
String STR_ENDNOTE
{
    Text [ en-US ] = "Endnote: " ;
};
String STR_FTNNOTE
{
    Text [ en-US ] = "Footnote: " ;
};

InfoBox MSG_READONLY_CONTENT
{
    Message [ en-US ] = "Readonly content cannot be changed.\nNo modifications will be accepted";
};

String STR_TABLE_COL_ADJUST
{
    Text [ en-US ] = "Adjust table column" ;
};
String STR_TABLE_ROW_ADJUST
{
    Text [ en-US ] = "Adjust table row" ;
};
String STR_TABLE_SELECT_ALL
{
    Text [ en-US ] = "Select whole table" ;
};
String STR_TABLE_SELECT_ROW
{
    Text [ en-US ] = "Select table row" ;
};
String STR_TABLE_SELECT_COL
{
    Text [ en-US ] = "Select table column" ;
};

String STR_SMARTTAG_CLICK
{
    Text [ en-US ] = "%s-click to open Smart Tag menu" ;
};

String STR_HEADER_TITLE
{
    Text [ en-US ] = "Header (%1)" ;
};

String STR_FOOTER_TITLE
{
    Text [ en-US ] = "Footer (%1)" ;
};

String STR_DELETE_HEADER
{
    Text [ en-US ] = "Delete Header..." ;
};

String STR_FORMAT_HEADER
{
    Text [ en-US ] = "Format Header..." ;
};

String STR_DELETE_FOOTER
{
    Text [ en-US ] = "Delete Footer..." ;
};

String STR_FORMAT_FOOTER
{
    Text [ en-US ] = "Format Footer..." ;
};