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