1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
29 #include "svx/svxerr.hxx"
30 #include <svx/dialogs.hrc>
31 #include <editeng/editerr.hxx>
33 // Error-Context ---------------------------------------------------------
34 Resource RID_SVXERRCTX
36 String ERRCTX_SVX_LINGU_THESAURUS&ERRCODE_RES_MASK
38 Text [ en-US ] = "$(ERR) executing the thesaurus." ;
40 String ERRCTX_SVX_LINGU_SPELLING&ERRCODE_RES_MASK
42 Text [ en-US ] = "$(ERR) executing the spellcheck." ;
44 String ERRCTX_SVX_LINGU_HYPHENATION&ERRCODE_RES_MASK
46 Text [ en-US ] = "$(ERR) executing the hyphenation." ;
48 String ERRCTX_SVX_LINGU_DICTIONARY&ERRCODE_RES_MASK
50 Text [ en-US ] = "$(ERR) creating a dictionary." ;
52 String ERRCTX_SVX_BACKGROUND&ERRCODE_RES_MASK
54 Text [ en-US ] = "$(ERR) setting background attribute." ;
56 String ERRCTX_SVX_IMPORT_GRAPHIC&ERRCODE_RES_MASK
58 Text [ en-US ] = "$(ERR) loading the graphics." ;
61 // Error-Code ------------------------------------------------------------
62 Resource RID_SVXERRCODE
64 String ERRCODE_SVX_LINGU_THESAURUSNOTEXISTS&ERRCODE_RES_MASK
66 Text [ en-US ] = "No thesaurus available for the current language.\nPlease check your installation and install the desired language." ;
68 String ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS&ERRCODE_RES_MASK
70 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'.";
72 String ERRCODE_SVX_LINGU_LINGUNOTEXISTS&ERRCODE_RES_MASK
74 Text [ en-US ] = "Spellcheck is not available." ;
76 String ERRCODE_SVX_LINGU_HYPHENNOTEXISTS&ERRCODE_RES_MASK
78 Text [ en-US ] = "Hyphenation not available." ;
80 String ERRCODE_SVX_LINGU_DICT_NOTREADABLE&ERRCODE_RES_MASK
82 Text [ en-US ] = "The custom dictionary $(ARG1) cannot be read." ;
84 String ERRCODE_SVX_LINGU_DICT_NOTWRITEABLE&ERRCODE_RES_MASK
86 Text [ en-US ] = "The custom dictionary $(ARG1) cannot be created." ;
88 String ERRCODE_SVX_GRAPHIC_NOTREADABLE&ERRCODE_RES_MASK
90 Text [ en-US ] = "The graphic $(ARG1) could not be found." ;
92 String ERRCODE_SVX_GRAPHIC_WRONG_FILEFORMAT&ERRCODE_RES_MASK
94 Text [ en-US ] = "An unlinked graphic could not be loaded.";
96 String ERRCODE_SVX_LINGU_NOLANGUAGE&ERRCODE_RES_MASK
98 Text [ en-US ] = "A language has not been fixed for the selected term.";
100 String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK
102 Text [ en-US ] = "The form layer wasn't loaded as the required IO-services (stardiv.uno.io.*) could not be instantiated.";
104 String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK
106 Text [ en-US ] = "The form layer wasn't written as the required IO services (stardiv.uno.io.*) could not be instantiated.";
108 String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK
110 Text [ en-US ] = "An error occurred while reading the form controls. The form layer has not been loaded.";
112 String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK
114 Text [ en-US ] = "An error occurred while writing the form controls. The form layer has not been saved.";
116 String (ERRCODE_SVX_BULLETITEM_NOBULLET | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK
118 Text [ en-US ] = "An error occurred while reading one of the bullets. Not all of the bullets were loaded.";
121 String ERRCODE_SVX_MODIFIED_VBASIC_STORAGE & ERRCODE_RES_MASK
123 // TEXT = "Der Basic-Code wurde verändert und kann somit nicht mehr als Original gespeichert werden." ;
124 // TEXT [ English ] = "The Basic-Code is modified and so it can not be saved as original." ;
125 Text [ en-US ] = "All changes to the Basic Code are lost.The original VBA Macro Code is saved instead.";
128 String ERRCODE_SVX_VBASIC_STORAGE_EXIST & ERRCODE_RES_MASK
130 Text [ en-US ] = "The original VBA Basic Code contained in the document will not be saved.";
133 String ERRCODE_SVX_WRONGPASS & ERRCODE_RES_MASK
135 Text [ en-US ] = "The password is incorrect. The document cannot be opened.";
138 String ERRCODE_SVX_READ_FILTER_CRYPT & ERRCODE_RES_MASK
140 Text [ en-US ] = "The encryption method used in this document is not supported. Only Microsoft Office 97/2000 compatible password encryption is supported.";
143 String ERRCODE_SVX_READ_FILTER_PPOINT & ERRCODE_RES_MASK
145 Text [ en-US ] = "The loading of password-encrypted Microsoft PowerPoint presentations is not supported.";
148 String ERRCODE_SVX_EXPORT_FILTER_CRYPT & ERRCODE_RES_MASK
150 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?";
153 // ********************************************************************** EOF