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