Update ooo320-m1
[ooovba.git] / svtools / source / misc / errtxt.src
blob6c076d5f0dcc3c8a75fa822012ec6a1221814d0e
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: errtxt.src,v $
10  * $Revision: 1.63 $
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 #define __RSC
32 #include <svtools/svtools.hrc>
33 #include "sfxecode.hxx"
34  // pragma ----------------------------------------------------------------
35 Resource RID_ERRCTX
37     String ERRCTX_ERROR
38     {
39         Text [ en-US ] = "Error" ;
40     };
41     String ERRCTX_WARNING
42     {
43         Text [ en-US ] = "Warning" ;
44     };
45     String ERRCTX_SFX_LOADTEMPLATE
46     {
47         Text [ en-US ] = "$(ERR) loading the template $(ARG1)" ;
48     };
49     String ERRCTX_SFX_SAVEDOC
50     {
51         Text [ en-US ] = "$(ERR) saving the document $(ARG1)";
52     };
53     String ERRCTX_SFX_SAVEASDOC
54     {
55         Text [ en-US ] = "$(ERR) saving the document $(ARG1)";
56     };
57     String ERRCTX_SFX_DOCINFO
58     {
59         Text [ en-US ] = "$(ERR) displaying doc. information for document $(ARG1)" ;
60     };
61     String ERRCTX_SFX_DOCTEMPLATE
62     {
63         Text [ en-US ] = "$(ERR) writing document $(ARG1) as template" ;
64     };
65     String ERRCTX_SFX_MOVEORCOPYCONTENTS
66     {
67         Text [ en-US ] = "$(ERR) copying or moving document contents" ;
68     };
69     String ERRCTX_SFX_DOCMANAGER
70     {
71         Text [ en-US ] = "$(ERR) starting the Document Manager" ;
72     };
73     String ERRCTX_SFX_OPENDOC
74     {
75         Text [ en-US ] = "$(ERR) loading document $(ARG1)" ;
76     };
77     String ERRCTX_SFX_NEWDOCDIRECT
78     {
79         Text [ en-US ] = "$(ERR) creating a new document" ;
80     };
81     String ERRCTX_SFX_NEWDOC
82     {
83         Text [ en-US ] = "$(ERR) creating a new document" ;
84     };
85     String ERRCTX_SFX_CREATEOBJSH
86     {
87         Text [ en-US ] = "$(ERR) expanding entry" ;
88     };
89     String ERRCTX_SFX_LOADBASIC
90     {
91         Text [ en-US ] = "$(ERR) loading BASIC of document $(ARG1)" ;
92     };
93     String ERRCTX_SFX_SEARCHADDRESS
94     {
95         Text [ en-US ] = "$(ERR) searching for an address";
96     };
98 Resource RID_ERRHDL
100     String ERRCODE_CLASS_ABORT
101     {
102         Text [ en-US ] = "Abort" ;
103     };
104     String ERRCODE_CLASS_NOTEXISTS
105     {
106         Text [ en-US ] = "Nonexistent object" ;
107     };
108     String ERRCODE_CLASS_ALREADYEXISTS
109     {
110         Text [ en-US ] = "Object already exists" ;
111     };
112     String ERRCODE_CLASS_ACCESS
113     {
114         Text [ en-US ] = "Object not accessible" ;
115     };
116     String ERRCODE_CLASS_PATH
117     {
118         Text [ en-US ] = "Inadmissible path" ;
119     };
120     String ERRCODE_CLASS_LOCKING
121     {
122         Text [ en-US ] = "Locking problem" ;
123     };
124     String ERRCODE_CLASS_PARAMETER
125     {
126         Text [ en-US ] = "Wrong parameter" ;
127     };
128     String ERRCODE_CLASS_SPACE
129     {
130         Text [ en-US ] = "Resource exhausted" ;
131     };
132     String ERRCODE_CLASS_NOTSUPPORTED
133     {
134         Text [ en-US ] = "Action not supported" ;
135     };
136     String ERRCODE_CLASS_READ
137     {
138         Text [ en-US ] = "Read-Error" ;
139     };
140     String ERRCODE_CLASS_WRITE
141     {
142         Text [ en-US ] = "Write Error" ;
143     };
144     String ERRCODE_CLASS_UNKNOWN
145     {
146         Text [ en-US ] = "unknown" ;
147     };
148     String ERRCODE_CLASS_VERSION
149     {
150         Text [ en-US ] = "Version Incompatibility" ;
151     };
152     String ERRCODE_CLASS_GENERAL
153     {
154         Text [ en-US ] = "General Error" ;
155     };
156     String ERRCODE_CLASS_FORMAT
157     {
158         Text [ en-US ] = "Incorrect format" ;
159     };
160     String ERRCODE_CLASS_CREATE
161     {
162         Text [ en-US ] = "Error creating object" ;
163     };
164     String ERRCODE_CLASS_SBX
165     {
166         Text [ en-US ] = "Inadmissible value or data type" ;
167     };
168     String ERRCODE_CLASS_RUNTIME
169     {
170         Text [ en-US ] = "BASIC runtime error" ;
171     };
172     String ERRCODE_CLASS_COMPILER
173     {
174         Text [ en-US ] = "BASIC syntax error" ;
175     };
176     String 1
177     {
178         Text [ en-US ] = "General Error" ;
179     };
180     String ERRCODE_IO_GENERAL
181     {
182         Text [ en-US ] = "General input/output error." ;
183     };
184     String ERRCODE_IO_MISPLACEDCHAR
185     {
186         Text [ en-US ] = "Invalid file name." ;
187     };
188     String ERRCODE_IO_NOTEXISTS
189     {
190         Text [ en-US ] = "Nonexistent file." ;
191     };
192     String ERRCODE_IO_ALREADYEXISTS
193     {
194         Text [ en-US ] = "File already exists." ;
195     };
196     String ERRCODE_IO_NOTADIRECTORY
197     {
198         Text [ en-US ] = "The object is not a directory." ;
199     };
200     String ERRCODE_IO_NOTAFILE
201     {
202         Text [ en-US ] = "The object is not a file." ;
203     };
204     String ERRCODE_IO_INVALIDDEVICE
205     {
206         Text [ en-US ] = "The specified device is invalid." ;
207     };
208     String ERRCODE_IO_ACCESSDENIED
209     {
210         Text [ en-US ] = "The object cannot be accessed\ndue to insufficient user rights." ;
211     };
212     String ERRCODE_IO_LOCKVIOLATION
213     {
214         Text [ en-US ] = "Sharing violation while accessing the object." ;
215     };
216     String ERRCODE_IO_OUTOFSPACE
217     {
218         Text [ en-US ] = "No more space on device." ;
219     };
220     String ERRCODE_IO_ISWILDCARD
221     {
222         Text [ en-US ] = "This operation cannot be run on\nfiles containing wildcards." ;
223     };
224     String ERRCODE_IO_NOTSUPPORTED
225     {
226         Text [ en-US ] = "This operation is not supported on this operating system." ;
227     };
228     String ERRCODE_IO_TOOMANYOPENFILES
229     {
230         Text [ en-US ] = "There are too many files open." ;
231     };
232     String ERRCODE_IO_CANTREAD
233     {
234         Text [ en-US ] = "Data could not be read from the file." ;
235     };
236     String ERRCODE_IO_CANTWRITE
237     {
238         Text [ en-US ] = "The file could not be written." ;
239     };
240     String ERRCODE_IO_OUTOFMEMORY
241     {
242         Text [ en-US ] = "The operation could not be run due to insufficient memory." ;
243     };
244     String ERRCODE_IO_CANTSEEK
245     {
246         Text [ en-US ] = "The seek operation could not be run." ;
247     };
248     String ERRCODE_IO_CANTTELL
249     {
250         Text [ en-US ] = "The tell operation could not be run." ;
251     };
252     String ERRCODE_IO_WRONGVERSION
253     {
254         Text [ en-US ] = "Incorrect file version." ;
255     };
256     String ERRCODE_IO_WRONGFORMAT
257     {
258         Text [ en-US ] = "Incorrect file format." ;
259     };
260     String ERRCODE_IO_INVALIDCHAR
261     {
262         Text [ en-US ] = "The file name contains invalid characters." ;
263     };
264     String ERRCODE_IO_UNKNOWN
265     {
266         Text [ en-US ] = "An unknown I/O error has occurred." ;
267     };
268     String ERRCODE_IO_INVALIDACCESS
269     {
270         Text [ en-US ] = "An invalid attempt was made to access the file." ;
271     };
272     String ERRCODE_IO_CANTCREATE
273     {
274         Text [ en-US ] = "The file could not be created." ;
275     };
276     String ERRCODE_IO_INVALIDPARAMETER
277     {
278         Text [ en-US ] = "The operation was started under an invalid parameter." ;
279     };
280     String ERRCODE_IO_ABORT
281     {
282         Text [ en-US ] = "The operation on the file was aborted." ;
283     };
284     String ERRCODE_IO_NOTEXISTSPATH
285     {
286         Text [ en-US ] = "Path to the file does not exist." ;
287     };
288     String ERRCODE_IO_RECURSIVE
289     {
290         Text [ en-US ] = "An object cannot be copied into itself." ;
291     };
292     String ERRCODE_SFX_NOSTDTEMPLATE
293     {
294         Text [ en-US ] = "The default template could not be opened." ;
295     };
296     String ERRCODE_SFX_TEMPLATENOTFOUND
297     {
298         Text [ en-US ] = "The specified template could not be found." ;
299     };
300     String ERRCODE_SFX_NOTATEMPLATE
301     {
302         Text [ en-US ] = "The file cannot be used as template." ;
303     };
304     String ERRCODE_SFX_CANTREADDOCINFO
305     {
306         Text [ en-US ] = "Document information could not be read from the file because\nthe document information format is unknown or because document information does not\nexist." ;
307     };
308     String ERRCODE_SFX_ALREADYOPEN
309     {
310         Text [ en-US ] = "This document has already been opened for editing." ;
311     };
312     String ERRCODE_SFX_WRONGPASSWORD
313     {
314         Text [ en-US ] = "The wrong password has been entered." ;
315     };
316     String ERRCODE_SFX_DOLOADFAILED
317     {
318         Text [ en-US ] = "Error reading file." ;
319     };
320     String ERRCODE_SFX_DOCUMENTREADONLY
321     {
322         Text [ en-US ] = "The document was opened as read-only." ;
323     };
324     String ERRCODE_SFX_OLEGENERAL
325     {
326         Text [ en-US ] = "General OLE Error." ;
327     };
328     String ERRCODE_INET_NAME_RESOLVE
329     {
330         Text [ en-US ] = "The host name $(ARG1) could not be resolved." ;
331     };
332     String ERRCODE_INET_CONNECT
333     {
334         Text [ en-US ] = "Could not establish Internet connection to $(ARG1)." ;
335     };
336     String ERRCODE_INET_READ
337     {
338         Text [ en-US ] = "Error reading data from the Internet.\nServer error message: $(ARG1)." ;
339     };
340     String ERRCODE_INET_WRITE
341     {
342         Text [ en-US ] = "Error transferring data to the Internet.\nServer error message: $(ARG1)." ;
343     };
344     String ERRCODE_INET_GENERAL
345     {
346         Text [ en-US ] = "General Internet error has occurred." ;
347     };
348     String ERRCODE_INET_OFFLINE
349     {
350         Text [ en-US ] = "The requested Internet data is not available in the cache and cannot be transmitted as the Online mode has not be activated." ;
351     };
352     String ERRCODE_SFXMSG_STYLEREPLACE
353     {
354         ExtraData = ERRCODE_MSG_ERROR | ERRCODE_BUTTON_OK_CANCEL ;
355         Text [ en-US ] = "Should the $(ARG1) Style be replaced?" ;
356     };
357     String ERRCODE_SFX_NOFILTER
358     {
359         Text [ en-US ] = "A filter has not been found." ;
360     };
361     String ERRCODE_SFX_CANTFINDORIGINAL
362     {
363         Text [ en-US ] = "The original could not be determined." ;
364     };
365     String ERRCODE_SFX_CANTCREATECONTENT
366     {
367         Text [ en-US ] = "The contents could not be created." ;
368     };
369     String ERRCODE_SFX_CANTCREATELINK
370     {
371         Text [ en-US ] = "The link could not be created." ;
372     };
373     String ERRCODE_SFX_WRONGBMKFORMAT
374     {
375         Text [ en-US ] = "The link format is invalid." ;
376     };
377     String ERRCODE_SFX_WRONGICONFILE
378     {
379         Text [ en-US ] = "The configuration of the icon display is invalid." ;
380     };
381     String ERRCODE_SFX_CANTWRITEICONFILE
382     {
383         Text [ en-US ] = "The configuration of the icon display can not be saved." ;
384     };
385     String ERRCODE_SFX_CANTDELICONFILE
386     {
387         Text [ en-US ] = "The configuration of the icon display could not be deleted." ;
388     };
389     String ERRCODE_SFX_CANTRENAMECONTENT
390     {
391         Text [ en-US ] = "Contents cannot be renamed." ;
392     };
393     String ERRCODE_SFX_INVALIDBMKPATH
394     {
395         Text [ en-US ] = "The bookmark folder is invalid." ;
396     };
397     String ERRCODE_SFX_CANTWRITEURLCFGFILE
398     {
399         Text [ en-US ] = "The configuration of the URLs to be saved locally could not be saved." ;
400     };
401     String ERRCODE_SFX_WRONGURLCFGFORMAT
402     {
403         Text [ en-US ] = "The configuration format of the URLs to be saved locally is invalid." ;
404     };
405     String ERRCODE_SFX_NODOCUMENT
406     {
407         Text [ en-US ] = "This action cannot be applied to a document that does not exist." ;
408     };
409     String ERRCODE_SFX_INVALIDLINK
410     {
411         Text [ en-US ] = "The link refers to an invalid target." ;
412     };
413     String ERRCODE_SFX_INVALIDTRASHPATH
414     {
415         Text [ en-US ] = "The Recycle Bin path is invalid." ;
416     };
417     String ERRCODE_SFX_NOTRESTORABLE
418     {
419         Text [ en-US ] = "The entry could not be restored." ;
420     };
421     String ERRCODE_IO_NAMETOOLONG
422     {
423         Text [ en-US ] = "The file name is too long for the target file system." ;
424     };
425     String ERRCODE_SFX_CONSULTUSER
426     {
427         Text [ en-US ] = "The details for running the function are incomplete." ;
428     };
429     String ERRCODE_SFX_INVALIDSYNTAX
430     {
431         Text [ en-US ] = "The input syntax is invalid." ;
432     };
433     String ERRCODE_SFX_CANTCREATEFOLDER
434     {
435         Text [ en-US ] = "The input syntax is invalid." ;
436     };
437     String ERRCODE_SFX_CANTRENAMEFOLDER
438     {
439         Text [ en-US ] = "The input syntax is invalid." ;
440     };
441     String ERRCODE_SFX_WRONG_CDF_FORMAT
442     {
443         Text [ en-US ] = "The channel document has an invalid format." ;
444     };
445     String ERRCODE_SFX_EMPTY_SERVER
446     {
447         Text [ en-US ] = "The server must not be empty." ;
448     };
449     String ERRCODE_SFX_NO_ABOBOX
450     {
451         Text [ en-US ] = "A subscription folder is required to install a Channel." ;
452     };
453     String ERRCODE_IO_NOTSTORABLEINBINARYFORMAT
454     {
455         Text [ en-US ] = "This document contains attributes that cannot be saved in the selected format.\nPlease save the document in a %PRODUCTNAME %PRODUCTVERSION file format.";
456     };
457     String ERRCODE_SFX_TARGETFILECORRUPTED
458     {
459         Text [ en-US ] = "The file $(FILENAME) cannot be saved. Please check your system settings. You can find an automatically generated backup copy of this file in folder $(PATH) named $(BACKUPNAME).";
460     };
461     String ERRCODE_SFX_NOMOREDOCUMENTSALLOWED
462     {
463         Text [ en-US ] = "The maximum number of documents that can be opened at the same time has been reached. You need to close one or more documents before you can open a new document.";
464     };
465     String ERRCODE_SFX_CANTCREATEBACKUP
466     {
467         Text [ en-US ] = "Could not create backup copy." ;
468     };
469     String ERRCODE_SFX_MACROS_SUPPORT_DISABLED
470     {
471         Text [ en-US ] = "An attempt was made to execute a macro.\nFor security reasons, macro support is disabled.";
472     };
473     String ERRCODE_SFX_DOCUMENT_MACRO_DISABLED
474     {
475         Text [ en-US ] = "This document contains macros.\n\nMacros may contain viruses. Execution of macros is disabled due to the current macro security setting in Tools - Options - %PRODUCTNAME - Security.\n\nTherefore, some functionality may not be available." ;
476     };
477     String ERRCODE_SFX_BROKENSIGNATURE
478     {
479         Text [ en-US ] = "The digitally signed document content and/or macros do not match the current document signature.\n\nThis could be the result of document manipulation or of structural document damage due to data transmission.\n\nWe recommend that you do not trust the content of the current document.\nExecution of macros is disabled for this document.\n " ;
480     };
481     String ERRCODE_SFX_INCOMPLETE_ENCRYPTION
482     {
483         Text [ en-US ] = "The encrypted document contains unexpected non-encrypted streams.\n\nThis could be the result of document manipulation.\n\nWe recommend that you do not trust the content of the current document.\nExecution of macros is disabled for this document.\n " ;
484     };
486     String ERRCODE_IO_INVALIDLENGTH
487     {
488         Text [ en-US ] = "Invalid data length." ;
489     };
490     String ERRCODE_IO_CURRENTDIR
491     {
492         Text [ en-US ] = "Function not possible: path contains current directory." ;
493     };
494     String ERRCODE_IO_NOTSAMEDEVICE
495     {
496         Text [ en-US ] = "Function not possible: device (drive) not identical." ;
497     };
498     String ERRCODE_IO_DEVICENOTREADY
499     {
500         Text [ en-US ] = "Device (drive) not ready." ;
501     };
502     String ERRCODE_IO_BADCRC
503     {
504         Text [ en-US ] = "Wrong check amount." ;
505     };
506     String ERRCODE_IO_WRITEPROTECTED
507     {
508         Text [ en-US ] = "Function not possible: write protected." ;
509     };
510     String ERRCODE_SFX_SHARED_NOPASSWORDCHANGE
511     {
512         Text [ en-US ] = "The password of a shared spreadsheet cannot be set or changed.\nDeactivate sharing mode first.";
513     };
516 // eof ------------------------------------------------------------------------