xref: /aoo42x/main/svtools/source/dialogs/so3res.src (revision cdf0e10c)
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 "svtools/sores.hxx"
29#define __RSC
30#include <svtools/soerr.hxx>
31#define S_MAX	0x7fff
32
33Resource RID_SO_ERROR_HANDLER
34{
35	String ERRCODE_SO_GENERALERROR&S_MAX
36	{
37		Text [ en-US ] = "General OLE error." ;
38	};
39	String ERRCODE_SO_CANT_BINDTOSOURCE&S_MAX
40	{
41		 // ### ACHTUNG: Neuer Text in Resource? Die Verbindung zum Objekt kann nicht hergestellt werden : Die Verbindung zum Objekt kann nicht hergestellt werden.
42		Text [ en-US ] = "The connection to the object cannot be established." ;
43	};
44	String ERRCODE_SO_NOCACHE_UPDATED&S_MAX
45	{
46		Text [ en-US ] = "No cache files were updated." ;
47	};
48	String ERRCODE_SO_SOMECACHES_NOTUPDATED&S_MAX
49	{
50		Text [ en-US ] = "Some cache files were not updated." ;
51	};
52	String ERRCODE_SO_MK_UNAVAILABLE&S_MAX
53	{
54		Text [ en-US ] = "Status of object cannot be determined in a timely manner." ;
55	};
56	String ERRCODE_SO_E_CLASSDIFF&S_MAX
57	{
58		Text [ en-US ] = "Source of the OLE link has been converted." ;
59	};
60	String ERRCODE_SO_MK_NO_OBJECT&S_MAX
61	{
62		Text [ en-US ] = "The object could not be found." ;
63	};
64	String ERRCODE_SO_MK_EXCEEDED_DEADLINE&S_MAX
65	{
66		Text [ en-US ] = "The process could not be completed within the specified time period." ;
67	};
68	String ERRCODE_SO_MK_CONNECT_MANUALLY&S_MAX
69	{
70		Text [ en-US ] = "OLE could not connect to a network device (server)." ;
71	};
72	String ERRCODE_SO_MK_INTERMEDIATE_INTERFACE_NOT_SUPPORTED&S_MAX
73	{
74		Text [ en-US ] = "The object found does not support the interface required for the desired operation." ;
75	};
76	String ERRCODE_SO_NO_INTERFACE&S_MAX
77	{
78		Text [ en-US ] = "Interface not supported." ;
79	};
80	String ERRCODE_SO_OUT_OF_MEMORY&S_MAX
81	{
82		Text [ en-US ] = "Insufficient memory." ;
83	};
84	String ERRCODE_SO_MK_SYNTAX&S_MAX
85	{
86		Text [ en-US ] = "The connection name could not be processed." ;
87	};
88	String ERRCODE_SO_MK_REDUCED_TO_SELF&S_MAX
89	{
90		Text [ en-US ] = "The connection name could not be reduced further." ;
91	};
92	String ERRCODE_SO_MK_NO_INVERSE&S_MAX
93	{
94		Text [ en-US ] = "The connection name has no inverse." ;
95	};
96	String ERRCODE_SO_MK_NO_PREFIX&S_MAX
97	{
98		Text [ en-US ] = "No common prefix exists." ;
99	};
100	String ERRCODE_SO_MK_HIM&S_MAX
101	{
102		Text [ en-US ] = "The connection name is contained in the other one." ;
103	};
104	String ERRCODE_SO_MK_US&S_MAX
105	{
106		Text [ en-US ] = "The connection names (the receiver and the other moniker) are identical." ;
107	};
108	String ERRCODE_SO_MK_ME&S_MAX
109	{
110		Text [ en-US ] = "The connection name is contained in the other one." ;
111	};
112	String ERRCODE_SO_MK_NOT_BINDABLE&S_MAX
113	{
114		 // ### ACHTUNG: Neuer Text in Resource? Der Verbindungsname kann nicht verbunden werden Es handelt sich um einen relativen Namen : Der Verbindungsname kann nicht verbunden werden. Es handelt sich um einen relativen Namen
115		Text [ en-US ] = "The connection name cannot be connected. This is a relative name." ;
116	};
117	String ERRCODE_SO_NOT_IMPLEMENTED&S_MAX
118	{
119		Text [ en-US ] = "Operation not implemented." ;
120	};
121	String ERRCODE_SO_MK_NO_STORAGE&S_MAX
122	{
123		Text [ en-US ] = "No storage." ;
124	};
125	String ERRCODE_SO_FALSE&S_MAX
126	{
127		Text [ en-US ] = "False." ;
128	};
129	String ERRCODE_SO_MK_NEED_GENERIC&S_MAX
130	{
131		Text [ en-US ] = "Monikers must be composed generically." ;
132	};
133	String ERRCODE_SO_PENDING&S_MAX
134	{
135		Text [ en-US ] = "Data not available at this time." ;
136	};
137	String ERRCODE_SO_NOT_INPLACEACTIVE & S_MAX
138	{
139		/* ### ACHTUNG: Neuer Text in Resource? Objekt wurde nicht InPlace aktiviert : Objetkt wurde nicht InPlace aktiviert */
140		Text [ en-US ] = "Object could not be activated InPlace." ;
141	};
142	String ERRCODE_SO_LINDEX & S_MAX
143	{
144		/* ### ACHTUNG: Neuer Text in Resource? Ung�ltiger Index : Ung�ltiger Index */
145		Text [ en-US ] = "Invalid index." ;
146	};
147	String ERRCODE_SO_CANNOT_DOVERB_NOW & S_MAX
148	{
149		/* ### ACHTUNG: Neuer Text in Resource? Das Objekt kann die Aktion im momentanen Zustand nicht ausf�hren : Das Objekt kann die Aktion im momentanen Zustand nicht ausf�hren */
150		Text [ en-US ] = "The action cannot be executed in the object's current state." ;
151	};
152	String ERRCODE_SO_OLEOBJ_INVALIDHWND & S_MAX
153	{
154		/* ### ACHTUNG: Neuer Text in Resource? Bei der Aktivierung wurde ein ung�ltiges Fenster ist �bergeben : Bei der Aktivierung wurde ein ung�ltiges Fenster ist �bergeben */
155		Text [ en-US ] = "An invalid window was passed when activated." ;
156	};
157	String ERRCODE_SO_NOVERBS & S_MAX
158	{
159		/* ### ACHTUNG: Neuer Text in Resource? Das Objekt unterst�tzt keine Aktionen : Das Objekt unterst�tzt keine Aktionen */
160		Text [ en-US ] = "The object does not support any actions." ;
161	};
162	String ERRCODE_SO_INVALIDVERB & S_MAX
163	{
164		/* ### ACHTUNG: Neuer Text in Resource? Die Aktion ist nicht definiert. Es wird die Default Aktion ausgel�st : Die Aktion ist nicht definiert. Es wird die Default Aktion ausgel�st */
165		Text [ en-US ] = "The action is not defined. The default action will be executed." ;
166	};
167	String ERRCODE_SO_MK_CONNECT & S_MAX
168	{
169		/* ### ACHTUNG: Neuer Text in Resource? Eine Verkn�pfung auf das Netzwerk konnte nicht wieder hergestellt werden : Eine Verkn�pfung auf das Netzwerk, die nicht wieder hergestellt werden konnte */
170		Text [ en-US ] = "A link to the network could not be re-established." ;
171	};
172	String ERRCODE_SO_NOTIMPL & S_MAX
173	{
174		/* ### ACHTUNG: Neuer Text in Resource? Das Objekt unterst�tzt diese Aktion nicht : Das Objekt unterst�tzt diese Aktion nicht */
175		Text [ en-US ] = "Object does not support this action." ;
176	};
177	String ERRCODE_SO_MK_CANTOPENFILE & S_MAX
178	{
179		Text [ en-US ] = "The specified file could not be opened." ;
180	};
181	/*
182	String	& S_MAX
183	{
184		Text		  = "";
185	};
186*/
187};
188Resource RID_SO_ERRCTX
189{
190	String ERRCTX_SO_DOVERB
191	{
192		Text [ en-US ] = "$(ERR) activating object" ;
193	};
194};
195String STR_INS_OBJECT
196{
197	Text [ en-US ] = "Inserts a new %1-Object into your document." ;
198};
199String STR_INS_OBJECT_ICON
200{
201	Text [ en-US ] = "Inserts a new %1-Object into your document as a symbol." ;
202};
203String STR_INS_FILE
204{
205	Text [ en-US ] = "Inserts the contents of the file into your document to enable later editing in the original application." ;
206};
207String STR_INS_PLUGIN
208{
209	Text [ en-US ] = "Inserts a plug-in object into your document with a reference to the plug-in data. When the object is activated, the plug-in is automatically executed." ;
210};
211String STR_INS_APPLET
212{
213	Text [ en-US ] = "Inserts an applet object into your document. When the object is activated, the applet is automatically executed." ;
214};
215String STR_INS_FILE_ICON
216{
217    Text [ en-US ] = "Inserts the contents of the file as an icon into your document." ;
218};
219String STR_INS_FILE_LINK
220{
221	Text [ en-US ] = "Inserts the contents of the file into your document and creates a link to the source file. Changes made to the source file will be reflected in your document." ;
222};
223String STR_INS_FILE_ICON_LINK
224{
225	Text [ en-US ] = "Inserts an icon into your document representing the file. Changes made to the source file will be reflected in your document." ;
226};
227String STR_PASTE
228{
229	Text [ en-US ] = "Pastes the contents of the clipboard as %1 in your document." ;
230};
231String STR_CONVERT_TO
232{
233	Text [ en-US ] = "Converts the selected %1object to the object type %2." ;
234};
235String STR_ACTIVATE_AS
236{
237	Text [ en-US ] = "All objects of type %1 are activated as %2, but not converted" ;
238};
239String STR_VERB_OPEN
240{
241	Text [ en-US ] = "~Open" ;
242};
243String STR_VERB_PROPS
244{
245	Text [ en-US ] = "~Properties" ;
246};
247String STR_PLUGIN_CANT_SHOW
248{
249	Text [ en-US ] = "Plug-in % cannot be displayed." ;
250};
251String STR_ERROR_DDE
252{
253	Text [ en-US ] = "DDE link to % for % area % are not available." ;
254};
255String STR_ERROR_OBJNOCREATE
256{
257	Text [ en-US ] = "Object % could not be inserted." ;
258};
259String STR_ERROR_OBJNOCREATE_FROM_FILE
260{
261	Text [ en-US ] = "Object from file % could not be inserted." ;
262};
263String STR_ERROR_OBJNOCREATE_PLUGIN
264{
265	Text [ en-US ] = "Plug-in from document % could not be inserted." ;
266};
267String STR_QUERYUPDATELINKS
268{
269	Text [ en-US ] = "Update all links?" ;
270};
271String STR_FURTHER_OBJECT
272{
273	Text [ en-US ] = "Further objects" ;
274};
275String STR_EDIT_APPLET
276{
277	Text [ en-US ] = "Edit Applet" ;
278};
279
280Bitmap BMP_PLUGIN
281{
282    File = "plugin.png" ;
283};
284Bitmap BMP_OLEOBJ
285{
286    File = "oleobj.png" ;
287};
288Menu MB_PLUGIN
289{
290	ItemList =
291	{
292		MenuItem MI_PLUGIN ;
293	};
294	ExtraData = { 1 ; 0 ; 0 ; };  //Um InPlace Menu zu bentzen
295};
296MenuItem MI_PLUGIN
297{
298	Identifier = MI_PLUGIN ;
299	SubMenu = Menu
300	{
301		ItemList =
302		{
303			MenuItem
304			{
305				Identifier = MI_PLUGIN_DEACTIVATE ;
306				Text [ en-US ] = "Deactivate" ;
307			};
308		};
309	};
310};
311String STR_UNKNOWN_SOURCE
312{
313	Text [ en-US ] = "Unknown source" ;
314};
315
316
317