bump product version to 5.0.4.1
[LibreOffice.git] / svx / source / items / svxerr.src
blob6c164c28789b7e03b316636b4cc7b334919bed43
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 "svx/svxerr.hxx"
22 #include <svx/dialogs.hrc>
23 #include <editeng/editerr.hxx>
25  // Error-Context ---------------------------------------------------------
26 Resource RID_SVXERRCTX
28     String ERRCTX_SVX_LINGU_THESAURUS&ERRCODE_RES_MASK
29     {
30         Text [ en-US ] = "$(ERR) executing the thesaurus." ;
31     };
32     String ERRCTX_SVX_LINGU_SPELLING&ERRCODE_RES_MASK
33     {
34         Text [ en-US ] = "$(ERR) executing the spellcheck." ;
35     };
36     String ERRCTX_SVX_LINGU_HYPHENATION&ERRCODE_RES_MASK
37     {
38         Text [ en-US ] = "$(ERR) executing the hyphenation." ;
39     };
40     String ERRCTX_SVX_LINGU_DICTIONARY&ERRCODE_RES_MASK
41     {
42         Text [ en-US ] = "$(ERR) creating a dictionary." ;
43     };
44     String ERRCTX_SVX_BACKGROUND&ERRCODE_RES_MASK
45     {
46         Text [ en-US ] = "$(ERR) setting background attribute." ;
47     };
48     String ERRCTX_SVX_IMPORT_GRAPHIC&ERRCODE_RES_MASK
49     {
50         Text [ en-US ] = "$(ERR) loading the graphics." ;
51     };
53  // Error-Code ------------------------------------------------------------
54 Resource RID_SVXERRCODE
56     String ERRCODE_SVX_LINGU_THESAURUSNOTEXISTS&ERRCODE_RES_MASK
57     {
58         Text [ en-US ] = "No thesaurus available for the current language.\nPlease check your installation and install the desired language." ;
59     };
60     String ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS&ERRCODE_RES_MASK
61     {
62         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'.";
63     };
64     String ERRCODE_SVX_LINGU_LINGUNOTEXISTS&ERRCODE_RES_MASK
65     {
66         Text [ en-US ] = "Spellcheck is not available." ;
67     };
68     String ERRCODE_SVX_LINGU_HYPHENNOTEXISTS&ERRCODE_RES_MASK
69     {
70         Text [ en-US ] = "Hyphenation not available." ;
71     };
72     String ERRCODE_SVX_LINGU_DICT_NOTREADABLE&ERRCODE_RES_MASK
73     {
74         Text [ en-US ] = "The custom dictionary $(ARG1) cannot be read." ;
75     };
76     String ERRCODE_SVX_LINGU_DICT_NOTWRITEABLE&ERRCODE_RES_MASK
77     {
78         Text [ en-US ] = "The custom dictionary $(ARG1) cannot be created." ;
79     };
80     String ERRCODE_SVX_GRAPHIC_NOTREADABLE&ERRCODE_RES_MASK
81     {
82         Text [ en-US ] = "The graphic $(ARG1) could not be found." ;
83     };
84     String ERRCODE_SVX_GRAPHIC_WRONG_FILEFORMAT&ERRCODE_RES_MASK
85     {
86         Text [ en-US ] = "An unlinked graphic could not be loaded.";
87     };
88     String ERRCODE_SVX_LINGU_NOLANGUAGE&ERRCODE_RES_MASK
89     {
90         Text [ en-US ] = "A language has not been fixed for the selected term.";
91     };
92     String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK
93     {
94         Text [ en-US ] = "The form layer wasn't loaded as the required IO-services (com.sun.star.io.*) could not be instantiated.";
95     };
96     String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK
97     {
98         Text [ en-US ] = "The form layer wasn't written as the required IO services (com.sun.star.io.*) could not be instantiated.";
99     };
100     String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK
101     {
102         Text [ en-US ] = "An error occurred while reading the form controls. The form layer has not been loaded.";
103     };
104     String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK
105     {
106         Text [ en-US ] = "An error occurred while writing the form controls. The form layer has not been saved.";
107     };
108     String (ERRCODE_SVX_BULLETITEM_NOBULLET | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK
109     {
110         Text [ en-US ] = "An error occurred while reading one of the bullets. Not all of the bullets were loaded.";
111     };
113     String ERRCODE_SVX_MODIFIED_VBASIC_STORAGE & ERRCODE_RES_MASK
114     {
115         Text [ en-US ] = "All changes to the Basic Code are lost. The original VBA Macro Code is saved instead.";
116     };
118     String ERRCODE_SVX_VBASIC_STORAGE_EXIST & ERRCODE_RES_MASK
119     {
120         Text [ en-US ] = "The original VBA Basic Code contained in the document will not be saved.";
121     };
123     String ERRCODE_SVX_WRONGPASS & ERRCODE_RES_MASK
124     {
125         Text [ en-US ] = "The password is incorrect. The document cannot be opened.";
126     };
128     String ERRCODE_SVX_READ_FILTER_CRYPT & ERRCODE_RES_MASK
129     {
130         Text [ en-US ] = "The encryption method used in this document is not supported. Only Microsoft Office 97/2000 compatible password encryption is supported.";
131     };
133     String ERRCODE_SVX_READ_FILTER_PPOINT & ERRCODE_RES_MASK
134     {
135         Text [ en-US ] = "The loading of password-encrypted Microsoft PowerPoint presentations is not supported.";
136     };
138     String ERRCODE_SVX_EXPORT_FILTER_CRYPT & ERRCODE_RES_MASK
139     {
140         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?";
141     };
144 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */