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