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