1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: error.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
33 //#include <tools/errcode.hxx>
34 #include "globals.hrc"
37 #include "comcore.hrc" // MS: Warum gibst auf der Core-Seite
40 /*--------------------------------------------------------------------
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 /*--------------------------------------------------------------------
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
71 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SWG_FILE_FORMAT_ERROR )
73 Text [ en-US ] = "File format error found." ;
75 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SWG_READ_ERROR )
77 Text [ en-US ] = "Error reading file." ;
79 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SW6_INPUT_FILE )
81 Text [ en-US ] = "Input file error." ;
83 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SW6_NOWRITER_FILE )
85 Text [ en-US ] = "This is not a %PRODUCTNAME Writer file." ;
87 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SW6_UNEXPECTED_EOF )
89 Text [ en-US ] = "Unexpected end of file." ;
91 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SW6_PASSWD )
93 Text [ en-US ] = "Password-protected files cannot be opened." ;
95 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_NO_WW6_FILE_ERR )
97 Text [ en-US ] = "This is not a WinWord6 file." ;
99 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_FASTSAVE_ERR )
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." ;
107 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_ROWCOL )
109 Text [ en-US ] = "File format error found at $(ARG1)(row,col)." ;
111 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SWG_NEW_VERSION )
113 Text [ en-US ] = "File has been written in a newer version." ;
115 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW8_NO_WW8_FILE_ERR )
117 Text [ en-US ] = "This is not a WinWord97 file.";
119 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_FILE_ROWCOL )
121 Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).";
124 String ERR_CODE ( ERRCODE_CLASS_WRITE , ERR_SWG_WRITE_ERROR )
126 Text [ en-US ] = "Error writing file." ;
128 String ERR_CODE ( ERRCODE_CLASS_WRITE , ERR_SWG_OLD_GLOSSARY )
130 Text [ en-US ] = "Wrong AutoText document version." ;
132 String ERR_CODE ( ERRCODE_CLASS_WRITE , ERR_WRITE_ERROR_FILE )
134 Text [ en-US ] = "Error in writing sub-document $(ARG1).";
136 // Import-/Export-Errors
137 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SWG_INTERNAL_ERROR )
139 Text [ en-US ] = "Internal error in %PRODUCTNAME Writer file format." ;
141 String ERR_CODE ( ERRCODE_CLASS_WRITE , ERR_SWG_INTERNAL_ERROR )
143 Text [ en-US ] = "Internal error in %PRODUCTNAME Writer file format." ;
145 String ERR_CODE ( ERRCODE_CLASS_LOCKING , ERR_TXTBLOCK_NEWFILE_ERROR )
147 Text [ en-US ] = "$(ARG1) has changed." ;
149 String ERR_CODE ( ERRCODE_CLASS_PATH , ERR_AUTOPATH_ERROR )
151 Text [ en-US ] = "$(ARG1) does not exist." ;
153 String ERR_CODE ( ERRCODE_CLASS_NONE , ERR_TBLSPLIT_ERROR )
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." ;
158 String ERR_CODE ( ERRCODE_CLASS_NONE , ERR_TBLINSCOL_ERROR )
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." ;
163 String ERR_CODE ( ERRCODE_CLASS_NONE , ERR_TBLDDECHG_ERROR )
165 Text [ en-US ] = "The structure of a linked table cannot be modified." ;
167 // -------------------- Warnings -----------------------------------
168 String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_NO_DRAWINGS )
170 Text [ en-US ] = "No drawings could be read." ;
172 String WARN_CODE ( ERRCODE_CLASS_READ , WARN_WW6_FASTSAVE_ERR )
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." ;
176 String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_FEATURES_LOST )
178 Text [ en-US ] = "Not all attributes could be read." ;
180 String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_FEATURES_LOST )
182 Text [ en-US ] = "Not all attributes could be recorded." ;
184 String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_OLE )
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." ;
189 String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_OLE )
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." ;
194 String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_POOR_LOAD )
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." ;
199 String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_POOR_LOAD )
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." ;
204 String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_HTML_NO_MACROS)
206 Text [ en-US ] = "This HTML document contains %PRODUCTNAME Basic macros.\nThey were not saved with the current export settings.";
208 String ERR_CODE ( ERRCODE_CLASS_WRITE , WARN_WRITE_ERROR_FILE )
210 Text [ en-US ] = "Error in writing sub-document $(ARG1).";
212 String ERR_CODE ( ERRCODE_CLASS_WRITE , WARN_FORMAT_FILE_ROWCOL )
214 Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).";