Update ooo320-m1
[ooovba.git] / sw / source / ui / app / error.src
blob28a8d84adf38985d7a1c8dea09c62f7a25ccc142
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: error.src,v $
10  * $Revision: 1.53 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #define __RSC
33  //#include <tools/errcode.hxx>
34 #include "globals.hrc"
35 #include "app.hrc"
36 #include "swerror.h"
37 #include "comcore.hrc" // MS:   Warum gibst auf der Core-Seite
38  //             jetzt Resourcen
40 /*--------------------------------------------------------------------
41     Beschreibung:       Strings
42  --------------------------------------------------------------------*/
44 String STR_COMCORE_READERROR
46     Text [ en-US ] = "Read-Error" ;
48 String STR_COMCORE_CANT_SHOW
50     Text [ en-US ] = "Graphic cannot be displayed." ;
52 /*--------------------------------------------------------------------
53     Beschreibung:       Boxes
54  --------------------------------------------------------------------*/
55 InfoBox ERR_CLPBRD_WRITE
57     Message [ en-US ] = "Error while copying to the clipboard." ;
59 InfoBox ERR_CLPBRD_READ
61     Message [ en-US ] = "Error reading from the clipboard." ;
65 #define ERR_CODE( class, err )  (class | (err - ERROR_SW_BASE))
66 #define WARN_CODE( class, err ) (class | ( err - WARN_SW_BASE))
68 Resource RID_SW_ERRHDL
70      // Import-Errors
71     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SWG_FILE_FORMAT_ERROR )
72     {
73         Text [ en-US ] = "File format error found." ;
74     };
75     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SWG_READ_ERROR )
76     {
77         Text [ en-US ] = "Error reading file." ;
78     };
79     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SW6_INPUT_FILE )
80     {
81         Text [ en-US ] = "Input file error." ;
82     };
83     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SW6_NOWRITER_FILE )
84     {
85         Text [ en-US ] = "This is not a %PRODUCTNAME Writer file." ;
86     };
87     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SW6_UNEXPECTED_EOF )
88     {
89         Text [ en-US ] = "Unexpected end of file." ;
90     };
91     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SW6_PASSWD )
92     {
93         Text [ en-US ] = "Password-protected files cannot be opened." ;
94     };
95     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_NO_WW6_FILE_ERR )
96     {
97         Text [ en-US ] = "This is not a WinWord6 file." ;
98     };
99     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_FASTSAVE_ERR )
100     {
101         /* ### ACHTUNG: Neuer Text in Resource? Diese Datei wurde mit der WinWord-Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in WinWord die Option 'Schnellspeichern zulassen' aus und speichern sie die Datei erneut mit WinWord : Diese Datei wurde mit der WinWord-Option ''Schnellspeichern'' gespeichert. Bitte schalten Sie in WinWord die Option ''Schnellspeichern zulassen'' aus und speichern sie die Datei erneut mit WinWord */
102         /* ### ACHTUNG: Neuer Text in Resource? Diese Datei wurde mit der WinWord-Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in WinWord die Option 'Schnellspeichern zulassen' aus und speichern sie die Datei erneut mit WinWord : Diese Datei wurde mit der WinWord-Option ''Schnellspeichern'' gespeichert. Bitte schalten Sie in WinWord die Option ''Schnellspeichern zulassen'' aus und speichern sie die Datei erneut mit WinWord */
103         /* ### ACHTUNG: Neuer Text in Resource? Diese Datei wurde mit der WinWord-Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in WinWord die Option 'Schnellspeichern zulassen' aus und speichern sie die Datei erneut mit WinWord : Diese Datei wurde mit der WinWord-Option ''Schnellspeichern'' gespeichert. Bitte schalten Sie in WinWord die Option ''Schnellspeichern zulassen'' aus und speichern sie die Datei erneut mit WinWord */
104         /* ### ACHTUNG: Neuer Text in Resource? Diese Datei wurde mit der WinWord-Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in WinWord die Option 'Schnellspeichern zulassen' aus und speichern sie die Datei erneut mit WinWord : Diese Datei wurde mit der WinWord-Option ''Schnellspeichern'' gespeichert. Bitte schalten Sie in WinWord die Option ''Schnellspeichern zulassen'' aus und speichern sie die Datei erneut mit WinWord */
105         Text [ en-US ] = "This file was saved with WinWord in 'Fast Save' mode. Please unmark the WinWord option 'Allow Fast Saves' and save the file again." ;
106     };
107     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_ROWCOL )
108     {
109         Text [ en-US ] = "File format error found at $(ARG1)(row,col)." ;
110     };
111     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SWG_NEW_VERSION )
112     {
113         Text [ en-US ] = "File has been written in a newer version." ;
114     };
115     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW8_NO_WW8_FILE_ERR )
116     {
117         Text [ en-US ] = "This is not a WinWord97 file.";
118     };
119     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_FILE_ROWCOL )
120     {
121         Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).";
122     };
123      // Export-Errors
124     String ERR_CODE ( ERRCODE_CLASS_WRITE , ERR_SWG_WRITE_ERROR )
125     {
126         Text [ en-US ] = "Error writing file." ;
127     };
128     String ERR_CODE ( ERRCODE_CLASS_WRITE , ERR_SWG_OLD_GLOSSARY )
129     {
130         Text [ en-US ] = "Wrong AutoText document version." ;
131     };
132     String ERR_CODE ( ERRCODE_CLASS_WRITE , ERR_WRITE_ERROR_FILE )
133     {
134         Text [ en-US ] = "Error in writing sub-document $(ARG1).";
135     };
136      // Import-/Export-Errors
137     String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SWG_INTERNAL_ERROR )
138     {
139         Text [ en-US ] = "Internal error in %PRODUCTNAME Writer file format." ;
140     };
141     String ERR_CODE ( ERRCODE_CLASS_WRITE , ERR_SWG_INTERNAL_ERROR )
142     {
143         Text [ en-US ] = "Internal error in %PRODUCTNAME Writer file format." ;
144     };
145     String ERR_CODE ( ERRCODE_CLASS_LOCKING , ERR_TXTBLOCK_NEWFILE_ERROR )
146     {
147         Text [ en-US ] = "$(ARG1) has changed." ;
148     };
149     String ERR_CODE ( ERRCODE_CLASS_PATH , ERR_AUTOPATH_ERROR )
150     {
151         Text [ en-US ] = "$(ARG1) does not exist." ;
152     };
153     String ERR_CODE ( ERRCODE_CLASS_NONE , ERR_TBLSPLIT_ERROR )
154     {
155         /* ### ACHTUNG: Neuer Text in Resource? Zellen können nicht mehr geteilt werden : Zellen k÷nnen nicht mehr geteilt werden */
156         Text [ en-US ] = "Cells cannot be further split." ;
157     };
158     String ERR_CODE ( ERRCODE_CLASS_NONE , ERR_TBLINSCOL_ERROR )
159     {
160         /* ### ACHTUNG: Neuer Text in Resource? weitere Spalten können nicht eingefügt werden : weitere Spalten k÷nnen nicht eingef³gt werden */
161         Text [ en-US ] = "Additional columns cannot be inserted." ;
162     };
163     String ERR_CODE ( ERRCODE_CLASS_NONE , ERR_TBLDDECHG_ERROR )
164     {
165         Text [ en-US ] = "The structure of a linked table cannot be modified." ;
166     };
167      // -------------------- Warnings -----------------------------------
168     String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_NO_DRAWINGS )
169     {
170         Text [ en-US ] = "No drawings could be read." ;
171     };
172     String WARN_CODE ( ERRCODE_CLASS_READ , WARN_WW6_FASTSAVE_ERR )
173     {
174         Text [ en-US ] = "This file was saved with WinWord in 'Fast Save' mode. Please unmark the WinWord option 'Allow Fast Saves' and save the file again." ;
175     };
176     String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_FEATURES_LOST )
177     {
178         Text [ en-US ] = "Not all attributes could be read." ;
179     };
180     String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_FEATURES_LOST )
181     {
182         Text [ en-US ] = "Not all attributes could be recorded." ;
183     };
184     String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_OLE )
185     {
186         /* ### ACHTUNG: Neuer Text in Resource? Einige OLE-Objekte konnten nur als Grafiken übernommen werden : Einige OLE-Objekte konnten nur als Grafiken ³bernommen werden */
187         Text [ en-US ] = "Some OLE objects could only be loaded as graphics." ;
188     };
189     String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_OLE )
190     {
191         /* ### ACHTUNG: Neuer Text in Resource? Einige OLE-Objekte konnten nur als Grafiken übernommen werden : Einige OLE-Objekte konnten nur als Grafiken ³bernommen werden */
192         Text [ en-US ] = "Some OLE objects could only be saved as graphics." ;
193     };
194     String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_POOR_LOAD )
195     {
196         /* ### ACHTUNG: Neuer Text in Resource? Dokument konnte nicht vollständig geladen werden : Dokument konnte nicht vollstõndig geladen werden */
197         Text [ en-US ] = "Document could not be completely loaded." ;
198     };
199     String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_POOR_LOAD )
200     {
201         /* ### ACHTUNG: Neuer Text in Resource? Dokument konnte nicht vollständig gespeichert werden : Dokument konnte nicht vollstõndig gespeichert werden */
202         Text [ en-US ] = "Document could not be completely saved." ;
203     };
204     String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_HTML_NO_MACROS)
205     {
206         Text [ en-US ] = "This HTML document contains %PRODUCTNAME Basic macros.\nThey were not saved with the current export settings.";
207     };
208     String ERR_CODE ( ERRCODE_CLASS_WRITE , WARN_WRITE_ERROR_FILE )
209     {
210         Text [ en-US ] = "Error in writing sub-document $(ARG1).";
211     };
212     String ERR_CODE ( ERRCODE_CLASS_WRITE , WARN_FORMAT_FILE_ROWCOL )
213     {
214         Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).";
215     };