1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#define __RSC
#include "svx/svxerr.hxx"
#include <svx/dialogs.hrc>
#include <editeng/editerr.hxx>
// Error-Context ---------------------------------------------------------
Resource RID_SVXERRCTX
{
String ERRCTX_SVX_LINGU_THESAURUS&ERRCODE_RES_MASK
{
Text [ en-US ] = "$(ERR) executing the thesaurus." ;
};
String ERRCTX_SVX_LINGU_SPELLING&ERRCODE_RES_MASK
{
Text [ en-US ] = "$(ERR) executing the spellcheck." ;
};
String ERRCTX_SVX_LINGU_HYPHENATION&ERRCODE_RES_MASK
{
Text [ en-US ] = "$(ERR) executing the hyphenation." ;
};
String ERRCTX_SVX_LINGU_DICTIONARY&ERRCODE_RES_MASK
{
Text [ en-US ] = "$(ERR) creating a dictionary." ;
};
String ERRCTX_SVX_BACKGROUND&ERRCODE_RES_MASK
{
Text [ en-US ] = "$(ERR) setting background attribute." ;
};
String ERRCTX_SVX_IMPORT_GRAPHIC&ERRCODE_RES_MASK
{
Text [ en-US ] = "$(ERR) loading the graphics." ;
};
};
// Error-Code ------------------------------------------------------------
Resource RID_SVXERRCODE
{
String ERRCODE_SVX_LINGU_THESAURUSNOTEXISTS&ERRCODE_RES_MASK
{
Text [ en-US ] = "No thesaurus available for the current language.\nPlease check your installation and install the desired language." ;
};
String ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS&ERRCODE_RES_MASK
{
Text [ en-US ] = "$(ARG1) is not supported by the spellcheck function or is not presently active.\nPlease check your installation and, if necessary, install the required language module\n or activate it under 'Tools - Options - Language Settings - Writing Aids'.";
};
String ERRCODE_SVX_LINGU_LINGUNOTEXISTS&ERRCODE_RES_MASK
{
Text [ en-US ] = "Spellcheck is not available." ;
};
String ERRCODE_SVX_LINGU_HYPHENNOTEXISTS&ERRCODE_RES_MASK
{
Text [ en-US ] = "Hyphenation not available." ;
};
String ERRCODE_SVX_LINGU_DICT_NOTREADABLE&ERRCODE_RES_MASK
{
Text [ en-US ] = "The custom dictionary $(ARG1) cannot be read." ;
};
String ERRCODE_SVX_LINGU_DICT_NOTWRITEABLE&ERRCODE_RES_MASK
{
Text [ en-US ] = "The custom dictionary $(ARG1) cannot be created." ;
};
String ERRCODE_SVX_GRAPHIC_NOTREADABLE&ERRCODE_RES_MASK
{
Text [ en-US ] = "The graphic $(ARG1) could not be found." ;
};
String ERRCODE_SVX_GRAPHIC_WRONG_FILEFORMAT&ERRCODE_RES_MASK
{
Text [ en-US ] = "An unlinked graphic could not be loaded.";
};
String ERRCODE_SVX_LINGU_NOLANGUAGE&ERRCODE_RES_MASK
{
Text [ en-US ] = "A language has not been fixed for the selected term.";
};
String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK
{
Text [ en-US ] = "The form layer wasn't loaded as the required IO-services (stardiv.uno.io.*) could not be instantiated.";
};
String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK
{
Text [ en-US ] = "The form layer wasn't written as the required IO services (stardiv.uno.io.*) could not be instantiated.";
};
String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK
{
Text [ en-US ] = "An error occurred while reading the form controls. The form layer has not been loaded.";
};
String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK
{
Text [ en-US ] = "An error occurred while writing the form controls. The form layer has not been saved.";
};
String (ERRCODE_SVX_BULLETITEM_NOBULLET | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK
{
Text [ en-US ] = "An error occurred while reading one of the bullets. Not all of the bullets were loaded.";
};
String ERRCODE_SVX_MODIFIED_VBASIC_STORAGE & ERRCODE_RES_MASK
{
// TEXT = "Der Basic-Code wurde verndert und kann somit nicht mehr als Original gespeichert werden." ;
// TEXT [ English ] = "The Basic-Code is modified and so it can not be saved as original." ;
Text [ en-US ] = "All changes to the Basic Code are lost.The original VBA Macro Code is saved instead.";
};
String ERRCODE_SVX_VBASIC_STORAGE_EXIST & ERRCODE_RES_MASK
{
Text [ en-US ] = "The original VBA Basic Code contained in the document will not be saved.";
};
String ERRCODE_SVX_WRONGPASS & ERRCODE_RES_MASK
{
Text [ en-US ] = "The password is incorrect. The document cannot be opened.";
};
String ERRCODE_SVX_READ_FILTER_CRYPT & ERRCODE_RES_MASK
{
Text [ en-US ] = "The encryption method used in this document is not supported. Only Microsoft Office 97/2000 compatible password encryption is supported.";
};
String ERRCODE_SVX_READ_FILTER_PPOINT & ERRCODE_RES_MASK
{
Text [ en-US ] = "The loading of password-encrypted Microsoft PowerPoint presentations is not supported.";
};
String ERRCODE_SVX_EXPORT_FILTER_CRYPT & ERRCODE_RES_MASK
{
Text [ en-US ] = "Password protection is not supported when documents are saved in a Microsoft Office format.\nDo you want to save the document without password protection?";
};
};
// ********************************************************************** EOF
|