xref: /trunk/main/sw/source/ui/docvw/docvw.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "docvw.hrc"
29#include "cmdid.h"
30#include "helpid.h"
31#define SEPARATOR MenuItem { Separator = TRUE; };
32Menu MN_READONLY_POPUP
33{
34    ItemList =
35    {
36        MenuItem
37        {
38            Identifier = MN_READONLY_OPENURL ;
39            HelpId = CMD_SID_OPENDOC ;
40            Text [ en-US ] = "~Open" ;
41        };
42        MenuItem
43        {
44            Identifier = MN_READONLY_OPENURLNEW ;
45            HelpId = CMD_SID_OPENDOC ;
46            Text [ en-US ] = "Open in New Window" ;
47        };
48        MenuItem
49        {
50            Identifier = MN_READONLY_EDITDOC ;
51            HelpId = CMD_SID_EDITDOC ;
52            Text [ en-US ] = "~Edit" ;
53        };
54        MenuItem
55        {
56            Identifier = MN_READONLY_SELECTION_MODE ;
57            HelpId = CMD_FN_READONLY_SELECTION_MODE ;
58            Text [ en-US ] = "Select Text";
59        };
60        MenuItem
61        {
62            Identifier = MN_READONLY_RELOAD;
63            HelpId = CMD_SID_RELOAD;
64            Text [ en-US ] = "Re~load";
65        };
66        MenuItem
67        {
68            Identifier = MN_READONLY_RELOAD_FRAME;
69            HelpId = CMD_SID_RELOAD;
70            Text [ en-US ] = "Reload Frame";
71        };
72        MenuItem
73        {
74            Identifier = MN_READONLY_SOURCEVIEW ;
75            HelpId = HID_SOURCEVIEW ;
76            Text [ en-US ] = "HT~ML Source" ;
77        };
78        SEPARATOR
79        MenuItem
80        {
81            Identifier = MN_READONLY_BROWSE_BACKWARD ;
82            HelpId = CMD_SID_BROWSE_BACKWARD ;
83            Text [ en-US ] = "Backwards" ;
84        };
85        MenuItem
86        {
87            Identifier = MN_READONLY_BROWSE_FORWARD ;
88            HelpId = CMD_SID_BROWSE_FORWARD ;
89            Text [ en-US ] = "~Forward" ;
90        };
91        SEPARATOR
92        MenuItem
93        {
94            Identifier = MN_READONLY_SAVEGRAPHIC ;
95            HelpID = HID_MN_READONLY_SAVEGRAPHIC ;
96            Text [ en-US ] = "Save Graphics..." ;
97        };
98        MenuItem
99        {
100            Identifier = MN_READONLY_GRAPHICTOGALLERY ;
101            HelpID = HID_MN_READONLY_GRAPHICTOGALLERY ;
102            SubMenu = Menu
103            {
104                ItemList =
105                {
106                    MenuItem
107                    {
108                        Identifier = MN_READONLY_TOGALLERYLINK ;
109                        HelpID = HID_MN_READONLY_TOGALLERYLINK ;
110                        Text [ en-US ] = "As Link" ;
111                    };
112                    MenuItem
113                    {
114                        Identifier = MN_READONLY_TOGALLERYCOPY ;
115                        HelpID = HID_MN_READONLY_TOGALLERYCOPY ;
116                        Text [ en-US ] = "Copy" ;
117                    };
118                    SEPARATOR
119                };
120            };
121            Text [ en-US ] = "Add Graphics" ;
122        };
123        MenuItem
124        {
125            Identifier = MN_READONLY_SAVEBACKGROUND ;
126            HelpID = HID_MN_READONLY_SAVEBACKGROUND ;
127            Text [ en-US ] = "Save Background..." ;
128        };
129        MenuItem
130        {
131            Identifier = MN_READONLY_BACKGROUNDTOGALLERY ;
132            HelpID = HID_MN_READONLY_BACKGROUNDTOGALLERY ;
133            SubMenu = Menu
134            {
135                ItemList =
136                {
137                    MenuItem
138                    {
139                        Identifier = MN_READONLY_TOGALLERYLINK ;
140                        HelpID = HID_MN_READONLY_TOGALLERYLINK ;
141                        Text [ en-US ] = "As Link" ;
142                    };
143                    MenuItem
144                    {
145                        Identifier = MN_READONLY_TOGALLERYCOPY ;
146                        HelpID = HID_MN_READONLY_TOGALLERYCOPY ;
147                        Text [ en-US ] = "Copy" ;
148                    };
149                    SEPARATOR
150                };
151            };
152            Text [ en-US ] = "Add Background" ;
153        };
154        SEPARATOR
155        MenuItem
156        {
157            Identifier = MN_READONLY_COPYLINK ;
158            HelpID = HID_MN_READONLY_COPYLINK ;
159            Text [ en-US ] = "Copy ~Link" ;
160        };
161        MenuItem
162        {
163            Identifier = MN_READONLY_COPYGRAPHIC ;
164            HelpID = HID_MN_READONLY_COPYGRAPHIC ;
165            /* ### ACHTUNG: Neuer Text in Resource? Grafik ~kopieren : ~Grafik kopieren */
166            /* ### ACHTUNG: Neuer Text in Resource? Grafik ~kopieren : ~Grafik kopieren */
167            /* ### ACHTUNG: Neuer Text in Resource? Grafik ~kopieren : ~Grafik kopieren */
168            Text [ en-US ] = "Copy ~Graphics" ;
169        };
170        SEPARATOR
171        MenuItem
172        {
173            Identifier = MN_READONLY_LOADGRAPHIC ;
174            HelpID = HID_MN_READONLY_LOADGRAPHIC ;
175            Text [ en-US ] = "Load Graphics" ;
176        };
177        MenuItem
178        {
179            Identifier = MN_READONLY_GRAPHICOFF ;
180            HelpID = HID_MN_READONLY_GRAPHICOFF ;
181            Text [ en-US ] = "Graphics Off" ;
182        };
183        MenuItem
184        {
185            Identifier = MN_READONLY_PLUGINOFF ;
186            HelpID = HID_MN_READONLY_PLUGINOFF ;
187            Text [ en-US ] = "Plug-ins Off" ;
188        };
189        SEPARATOR
190        MenuItem
191        {
192            Identifier = SID_WIN_FULLSCREEN;
193            HelpId = CMD_SID_WIN_FULLSCREEN;
194            Text [ en-US ] = "Leave Full-Screen Mode" ;
195        };
196        SEPARATOR
197        MenuItem
198        {
199            Identifier = MN_READONLY_COPY ;
200            HelpId = CMD_SID_COPY;
201            Text [ en-US ] = "~Copy" ;
202        };
203    };
204};
205String STR_EXPORT_GRAFIK_TITLE
206{
207    Text [ en-US ] = "Graphics Export" ;
208};
209String STR_CHAIN_OK
210{
211    Text [ en-US ] = "Click the left mouse button to link the frames." ;
212};
213String STR_CHAIN_NOT_EMPTY
214{
215    Text [ en-US ] = "Target frame not empty." ;
216};
217String STR_CHAIN_IS_IN_CHAIN
218{
219    Text [ en-US ] = "Target frame is already linked." ;
220};
221String STR_CHAIN_WRONG_AREA
222{
223    Text [ en-US ] = "The target frame for the link is in an invalid area." ;
224};
225String STR_CHAIN_NOT_FOUND
226{
227    Text [ en-US ] = "Target frame not found at current position." ;
228};
229String STR_CHAIN_SOURCE_CHAINED
230{
231    Text [ en-US ] = "The source frame is already the source of a link." ;
232};
233String STR_CHAIN_SELF
234{
235    Text [ en-US ] = "A closed link is not possible." ;
236};
237String STR_REDLINE_INSERT
238{
239    Text [ en-US ] = "Inserted" ;
240};
241String STR_REDLINE_DELETE
242{
243    Text [ en-US ] = "Deleted" ;
244};
245String STR_REDLINE_FORMAT
246{
247    Text [ en-US ] = "Formatted" ;
248};
249String STR_REDLINE_TABLE
250{
251    Text [ en-US ] = "Table changed" ;
252};
253String STR_REDLINE_FMTCOLL
254{
255    Text [ en-US ] = "Applied Paragraph Styles";
256};
257String STR_ENDNOTE
258{
259    Text [ en-US ] = "Endnote: " ;
260};
261String STR_FTNNOTE
262{
263    Text [ en-US ] = "Footnote: " ;
264};
265
266InfoBox MSG_READONLY_CONTENT
267{
268    Message [ en-US ] = "Readonly content cannot be changed.\nNo modifications will be accepted";
269};
270
271String STR_TABLE_COL_ADJUST
272{
273    Text [ en-US ] = "Adjust table column" ;
274};
275String STR_TABLE_ROW_ADJUST
276{
277    Text [ en-US ] = "Adjust table row" ;
278};
279String STR_TABLE_SELECT_ALL
280{
281    Text [ en-US ] = "Select whole table" ;
282};
283String STR_TABLE_SELECT_ROW
284{
285    Text [ en-US ] = "Select table row" ;
286};
287String STR_TABLE_SELECT_COL
288{
289    Text [ en-US ] = "Select table column" ;
290};
291
292String STR_SMARTTAG_CLICK
293{
294    Text [ en-US ] = "%s-click to open Smart Tag menu" ;
295};
296
297