1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 #include <svtools/svtools.hrc>
22 #include <svtools/sfxecode.hxx>
28 Text [ en-US ] = "Error" ;
32 Text [ en-US ] = "Warning" ;
34 String ERRCTX_SFX_LOADTEMPLATE
36 Text [ en-US ] = "$(ERR) loading the template $(ARG1)" ;
38 String ERRCTX_SFX_SAVEDOC
40 Text [ en-US ] = "$(ERR) saving the document $(ARG1)";
42 String ERRCTX_SFX_SAVEASDOC
44 Text [ en-US ] = "$(ERR) saving the document $(ARG1)";
46 String ERRCTX_SFX_DOCINFO
48 Text [ en-US ] = "$(ERR) displaying doc. information for document $(ARG1)" ;
50 String ERRCTX_SFX_DOCTEMPLATE
52 Text [ en-US ] = "$(ERR) writing document $(ARG1) as template" ;
54 String ERRCTX_SFX_MOVEORCOPYCONTENTS
56 Text [ en-US ] = "$(ERR) copying or moving document contents" ;
58 String ERRCTX_SFX_DOCMANAGER
60 Text [ en-US ] = "$(ERR) starting the Document Manager" ;
62 String ERRCTX_SFX_OPENDOC
64 Text [ en-US ] = "$(ERR) loading document $(ARG1)" ;
66 String ERRCTX_SFX_NEWDOCDIRECT
68 Text [ en-US ] = "$(ERR) creating a new document" ;
70 String ERRCTX_SFX_NEWDOC
72 Text [ en-US ] = "$(ERR) creating a new document" ;
74 String ERRCTX_SFX_CREATEOBJSH
76 Text [ en-US ] = "$(ERR) expanding entry" ;
78 String ERRCTX_SFX_LOADBASIC
80 Text [ en-US ] = "$(ERR) loading BASIC of document $(ARG1)" ;
82 String ERRCTX_SFX_SEARCHADDRESS
84 Text [ en-US ] = "$(ERR) searching for an address";
89 String ERRCODE_CLASS_ABORT
91 Text [ en-US ] = "Abort" ;
93 String ERRCODE_CLASS_NOTEXISTS
95 Text [ en-US ] = "Nonexistent object" ;
97 String ERRCODE_CLASS_ALREADYEXISTS
99 Text [ en-US ] = "Object already exists" ;
101 String ERRCODE_CLASS_ACCESS
103 Text [ en-US ] = "Object not accessible" ;
105 String ERRCODE_CLASS_PATH
107 Text [ en-US ] = "Inadmissible path" ;
109 String ERRCODE_CLASS_LOCKING
111 Text [ en-US ] = "Locking problem" ;
113 String ERRCODE_CLASS_PARAMETER
115 Text [ en-US ] = "Wrong parameter" ;
117 String ERRCODE_CLASS_SPACE
119 Text [ en-US ] = "Resource exhausted" ;
121 String ERRCODE_CLASS_NOTSUPPORTED
123 Text [ en-US ] = "Action not supported" ;
125 String ERRCODE_CLASS_READ
127 Text [ en-US ] = "Read-Error" ;
129 String ERRCODE_CLASS_WRITE
131 Text [ en-US ] = "Write Error" ;
133 String ERRCODE_CLASS_UNKNOWN
135 Text [ en-US ] = "unknown" ;
137 String ERRCODE_CLASS_VERSION
139 Text [ en-US ] = "Version Incompatibility" ;
141 String ERRCODE_CLASS_GENERAL
143 Text [ en-US ] = "General Error" ;
145 String ERRCODE_CLASS_FORMAT
147 Text [ en-US ] = "Incorrect format" ;
149 String ERRCODE_CLASS_CREATE
151 Text [ en-US ] = "Error creating object" ;
153 String ERRCODE_CLASS_SBX
155 Text [ en-US ] = "Inadmissible value or data type" ;
157 String ERRCODE_CLASS_RUNTIME
159 Text [ en-US ] = "BASIC runtime error" ;
161 String ERRCODE_CLASS_COMPILER
163 Text [ en-US ] = "BASIC syntax error" ;
167 Text [ en-US ] = "General Error" ;
169 String ERRCODE_IO_GENERAL
171 Text [ en-US ] = "General input/output error." ;
173 String ERRCODE_IO_MISPLACEDCHAR
175 Text [ en-US ] = "Invalid file name." ;
177 String ERRCODE_IO_NOTEXISTS
179 Text [ en-US ] = "Nonexistent file." ;
181 String ERRCODE_IO_ALREADYEXISTS
183 Text [ en-US ] = "File already exists." ;
185 String ERRCODE_IO_NOTADIRECTORY
187 Text [ en-US ] = "The object is not a directory." ;
189 String ERRCODE_IO_NOTAFILE
191 Text [ en-US ] = "The object is not a file." ;
193 String ERRCODE_IO_INVALIDDEVICE
195 Text [ en-US ] = "The specified device is invalid." ;
197 String ERRCODE_IO_ACCESSDENIED
199 Text [ en-US ] = "The object cannot be accessed\ndue to insufficient user rights." ;
201 String ERRCODE_IO_LOCKVIOLATION
203 Text [ en-US ] = "Sharing violation while accessing the object." ;
205 String ERRCODE_IO_OUTOFSPACE
207 Text [ en-US ] = "No more space on device." ;
209 String ERRCODE_IO_ISWILDCARD
211 Text [ en-US ] = "This operation cannot be run on\nfiles containing wildcards." ;
213 String ERRCODE_IO_NOTSUPPORTED
215 Text [ en-US ] = "This operation is not supported on this operating system." ;
217 String ERRCODE_IO_TOOMANYOPENFILES
219 Text [ en-US ] = "There are too many files open." ;
221 String ERRCODE_IO_CANTREAD
223 Text [ en-US ] = "Data could not be read from the file." ;
225 String ERRCODE_IO_CANTWRITE
227 Text [ en-US ] = "The file could not be written." ;
229 String ERRCODE_IO_OUTOFMEMORY
231 Text [ en-US ] = "The operation could not be run due to insufficient memory." ;
233 String ERRCODE_IO_CANTSEEK
235 Text [ en-US ] = "The seek operation could not be run." ;
237 String ERRCODE_IO_CANTTELL
239 Text [ en-US ] = "The tell operation could not be run." ;
241 String ERRCODE_IO_WRONGVERSION
243 Text [ en-US ] = "Incorrect file version." ;
245 String ERRCODE_IO_WRONGFORMAT
247 Text [ en-US ] = "Incorrect file format." ;
249 String ERRCODE_IO_INVALIDCHAR
251 Text [ en-US ] = "The file name contains invalid characters." ;
253 String ERRCODE_IO_UNKNOWN
255 Text [ en-US ] = "An unknown I/O error has occurred." ;
257 String ERRCODE_IO_INVALIDACCESS
259 Text [ en-US ] = "An invalid attempt was made to access the file." ;
261 String ERRCODE_IO_CANTCREATE
263 Text [ en-US ] = "The file could not be created." ;
265 String ERRCODE_IO_INVALIDPARAMETER
267 Text [ en-US ] = "The operation was started under an invalid parameter." ;
269 String ERRCODE_IO_ABORT
271 Text [ en-US ] = "The operation on the file was aborted." ;
273 String ERRCODE_IO_NOTEXISTSPATH
275 Text [ en-US ] = "Path to the file does not exist." ;
277 String ERRCODE_IO_RECURSIVE
279 Text [ en-US ] = "An object cannot be copied into itself." ;
281 String ERRCODE_SFX_NOSTDTEMPLATE
283 Text [ en-US ] = "The default template could not be opened." ;
285 String ERRCODE_SFX_TEMPLATENOTFOUND
287 Text [ en-US ] = "The specified template could not be found." ;
289 String ERRCODE_SFX_NOTATEMPLATE
291 Text [ en-US ] = "The file cannot be used as template." ;
293 String ERRCODE_SFX_CANTREADDOCINFO
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." ;
297 String ERRCODE_SFX_ALREADYOPEN
299 Text [ en-US ] = "This document has already been opened for editing." ;
301 String ERRCODE_SFX_WRONGPASSWORD
303 Text [ en-US ] = "The wrong password has been entered." ;
305 String ERRCODE_SFX_DOLOADFAILED
307 Text [ en-US ] = "Error reading file." ;
309 String ERRCODE_SFX_DOCUMENTREADONLY
311 Text [ en-US ] = "The document was opened as read-only." ;
313 String ERRCODE_SFX_OLEGENERAL
315 Text [ en-US ] = "General OLE Error." ;
317 String ERRCODE_INET_NAME_RESOLVE
319 Text [ en-US ] = "The host name $(ARG1) could not be resolved." ;
321 String ERRCODE_INET_CONNECT
323 Text [ en-US ] = "Could not establish Internet connection to $(ARG1)." ;
325 String ERRCODE_INET_READ
327 Text [ en-US ] = "Error reading data from the Internet.\nServer error message: $(ARG1)." ;
329 String ERRCODE_INET_WRITE
331 Text [ en-US ] = "Error transferring data to the Internet.\nServer error message: $(ARG1)." ;
333 String ERRCODE_INET_GENERAL
335 Text [ en-US ] = "General Internet error has occurred." ;
337 String ERRCODE_INET_OFFLINE
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." ;
341 String ERRCODE_SFXMSG_STYLEREPLACE
343 ExtraData = ERRCODE_MSG_ERROR | ERRCODE_BUTTON_OK_CANCEL ;
344 Text [ en-US ] = "Should the $(ARG1) Style be replaced?" ;
346 String ERRCODE_SFX_NOFILTER
348 Text [ en-US ] = "A filter has not been found." ;
350 String ERRCODE_SFX_CANTFINDORIGINAL
352 Text [ en-US ] = "The original could not be determined." ;
354 String ERRCODE_SFX_CANTCREATECONTENT
356 Text [ en-US ] = "The contents could not be created." ;
358 String ERRCODE_SFX_CANTCREATELINK
360 Text [ en-US ] = "The link could not be created." ;
362 String ERRCODE_SFX_WRONGBMKFORMAT
364 Text [ en-US ] = "The link format is invalid." ;
366 String ERRCODE_SFX_WRONGICONFILE
368 Text [ en-US ] = "The configuration of the icon display is invalid." ;
370 String ERRCODE_SFX_CANTWRITEICONFILE
372 Text [ en-US ] = "The configuration of the icon display can not be saved." ;
374 String ERRCODE_SFX_CANTDELICONFILE
376 Text [ en-US ] = "The configuration of the icon display could not be deleted." ;
378 String ERRCODE_SFX_CANTRENAMECONTENT
380 Text [ en-US ] = "Contents cannot be renamed." ;
382 String ERRCODE_SFX_INVALIDBMKPATH
384 Text [ en-US ] = "The bookmark folder is invalid." ;
386 String ERRCODE_SFX_CANTWRITEURLCFGFILE
388 Text [ en-US ] = "The configuration of the URLs to be saved locally could not be saved." ;
390 String ERRCODE_SFX_WRONGURLCFGFORMAT
392 Text [ en-US ] = "The configuration format of the URLs to be saved locally is invalid." ;
394 String ERRCODE_SFX_NODOCUMENT
396 Text [ en-US ] = "This action cannot be applied to a document that does not exist." ;
398 String ERRCODE_SFX_INVALIDLINK
400 Text [ en-US ] = "The link refers to an invalid target." ;
402 String ERRCODE_SFX_INVALIDTRASHPATH
404 Text [ en-US ] = "The Recycle Bin path is invalid." ;
406 String ERRCODE_SFX_NOTRESTORABLE
408 Text [ en-US ] = "The entry could not be restored." ;
410 String ERRCODE_IO_NAMETOOLONG
412 Text [ en-US ] = "The file name is too long for the target file system." ;
414 String ERRCODE_SFX_CONSULTUSER
416 Text [ en-US ] = "The details for running the function are incomplete." ;
418 String ERRCODE_SFX_INVALIDSYNTAX
420 Text [ en-US ] = "The input syntax is invalid." ;
422 String ERRCODE_SFX_CANTCREATEFOLDER
424 Text [ en-US ] = "The input syntax is invalid." ;
426 String ERRCODE_SFX_CANTRENAMEFOLDER
428 Text [ en-US ] = "The input syntax is invalid." ;
430 String ERRCODE_SFX_WRONG_CDF_FORMAT
432 Text [ en-US ] = "The channel document has an invalid format." ;
434 String ERRCODE_SFX_EMPTY_SERVER
436 Text [ en-US ] = "The server must not be empty." ;
438 String ERRCODE_SFX_NO_ABOBOX
440 Text [ en-US ] = "A subscription folder is required to install a Channel." ;
442 String ERRCODE_IO_NOTSTORABLEINBINARYFORMAT
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.";
446 String ERRCODE_SFX_TARGETFILECORRUPTED
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).";
450 String ERRCODE_SFX_NOMOREDOCUMENTSALLOWED
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.";
454 String ERRCODE_SFX_CANTCREATEBACKUP
456 Text [ en-US ] = "Could not create backup copy." ;
458 String ERRCODE_SFX_MACROS_SUPPORT_DISABLED
460 Text [ en-US ] = "An attempt was made to execute a macro.\nFor security reasons, macro support is disabled.";
462 String ERRCODE_SFX_DOCUMENT_MACRO_DISABLED_MAC
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." ;
466 String ERRCODE_SFX_DOCUMENT_MACRO_DISABLED
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." ;
470 String ERRCODE_SFX_BROKENSIGNATURE
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 " ;
474 String ERRCODE_SFX_INCOMPLETE_ENCRYPTION
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 " ;
479 String ERRCODE_IO_INVALIDLENGTH
481 Text [ en-US ] = "Invalid data length." ;
483 String ERRCODE_IO_CURRENTDIR
485 Text [ en-US ] = "Function not possible: path contains current directory." ;
487 String ERRCODE_IO_NOTSAMEDEVICE
489 Text [ en-US ] = "Function not possible: device (drive) not identical." ;
491 String ERRCODE_IO_DEVICENOTREADY
493 Text [ en-US ] = "Device (drive) not ready." ;
495 String ERRCODE_IO_BADCRC
497 Text [ en-US ] = "Wrong check amount." ;
499 String ERRCODE_IO_WRITEPROTECTED
501 Text [ en-US ] = "Function not possible: write protected." ;
503 String ERRCODE_SFX_SHARED_NOPASSWORDCHANGE
505 Text [ en-US ] = "The password of a shared spreadsheet cannot be set or changed.\nDeactivate sharing mode first.";
507 String ERRCODE_SFX_FORMAT_ROWCOL
509 Text [ en-US ] = "File format error found at $(ARG1)(row,col).";
513 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */