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