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