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: scerrors.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 ************************************************************************/
31 #include "scerrors.hxx"
36 //------------------------------------------------------------
37 // ERRORS -----------------------------------------------------
38 //------------------------------------------------------------
39 String SCERR_IMPORT_CONNECT & ERRCODE_RES_MASK
41 Text [ en-US ] = "Impossible to connect to the file." ;
43 String SCERR_IMPORT_OPEN & ERRCODE_RES_MASK
45 Text [ en-US ] = "File could not be opened." ;
47 String SCERR_IMPORT_UNKNOWN & ERRCODE_RES_MASK
49 Text [ en-US ] = "An unknown error has occurred." ;
51 String SCERR_IMPORT_OUTOFMEM & ERRCODE_RES_MASK
53 Text [ en-US ] = "Not enough memory while importing." ;
55 String SCERR_IMPORT_UNKNOWN_WK & ERRCODE_RES_MASK
57 Text [ en-US ] = "Unknown Lotus1-2-3 file format." ;
59 String SCERR_IMPORT_FORMAT & ERRCODE_RES_MASK
61 Text [ en-US ] = "Error in file structure while importing." ;
63 String SCERR_IMPORT_NI & ERRCODE_RES_MASK
65 Text [ en-US ] = "There is no filter available for this file type." ;
67 String SCERR_IMPORT_UNKNOWN_BIFF & ERRCODE_RES_MASK
69 Text [ en-US ] = "Unknown or unsupported Excel file format." ;
71 String SCERR_IMPORT_NI_BIFF & ERRCODE_RES_MASK
73 Text [ en-US ] = "Excel file format not yet implemented." ;
75 String SCERR_IMPORT_FILEPASSWD & ERRCODE_RES_MASK
77 Text [ en-US ] = "This file is password-protected." ;
79 String SCERR_IMPORT_INTERNAL & ERRCODE_RES_MASK
81 Text [ en-US ] = "Internal import error." ;
83 String SCERR_IMPORT_8K_LIMIT & ERRCODE_RES_MASK
85 Text [ en-US ] = "The file contains data after row 8192 and therefore can not be read." ;
87 String SCERR_IMPORT_FILE_ROWCOL & ERRCODE_RES_MASK
89 Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).";
91 String SCERR_IMPORT_FORMAT_ROWCOL & ERRCODE_RES_MASK
93 Text [ en-US ] = "File format error found at $(ARG1)(row,col)." ;
96 // Export ----------------------------------------------------
97 String SCERR_EXPORT_CONNECT & ERRCODE_RES_MASK
99 Text [ en-US ] = "Connection to the file could not be established." ;
101 String SCERR_EXPORT_DATA & ERRCODE_RES_MASK
103 Text [ en-US ] = "Data could not be written." ;
105 String SCERR_EXPORT_SQLEXCEPTION & ERRCODE_RES_MASK
107 Text [ en-US ] = "$(ARG1)" ;
109 String SCERR_EXPORT_ENCODING & ERRCODE_RES_MASK
111 Text [ en-US ] = "Cell $(ARG1) contains characters that are not representable in the selected target character set \"$(ARG2)\"." ;
113 String SCERR_EXPORT_FIELDWIDTH & ERRCODE_RES_MASK
115 Text [ en-US ] = "Cell $(ARG1) contains a string that is longer in the selected target character set \"$(ARG2)\" than the given field width." ;
117 //------------------------------------------------------------
118 // WARNINGS ---------------------------------------------------
119 //------------------------------------------------------------
120 String SCWARN_EXPORT_ASCII & ERRCODE_RES_MASK
122 Text [ en-US ] = "Only the active sheet was saved." ;
124 String SCWARN_IMPORT_RANGE_OVERFLOW & ERRCODE_RES_MASK
126 Text [ en-US ] = "The maximum number of rows has been exceeded. Excess rows were not imported!" ;
128 String SCWARN_IMPORT_ROW_OVERFLOW & ERRCODE_RES_MASK
130 Text [ en-US ] = "The data could not be loaded completely because the maximum number of rows per sheet was exceeded." ;
132 String SCWARN_IMPORT_COLUMN_OVERFLOW & ERRCODE_RES_MASK
134 Text [ en-US ] = "The data could not be loaded completely because the maximum number of columns per sheet was exceeded." ;
136 String SCWARN_IMPORT_SHEET_OVERFLOW & ERRCODE_RES_MASK
138 Text [ en-US ] = "Some sheets could not be loaded because the maximum number of sheets was exceeded." ;
140 String SCWARN_IMPORT_OPEN_FM3 & ERRCODE_RES_MASK
142 Text [ en-US ] = "Corresponding FM3-File could not be opened." ;
144 String SCWARN_IMPORT_WRONG_FM3 & ERRCODE_RES_MASK
146 Text [ en-US ] = "Error in file structure of corresponding FM3-File." ;
148 String SCWARN_CORE_HARD_RECALC & ERRCODE_RES_MASK
150 Text [ en-US ] = "Document too complex for automatic calculation. Press F9 to recalculate." ;
152 String SCWARN_EXPORT_MAXROW & ERRCODE_RES_MASK
154 Text [ en-US ] = "The document contains more rows than supported in the selected format.\nAdditional rows were not saved." ;
156 String SCWARN_IMPORT_INFOLOST & ERRCODE_RES_MASK
158 Text [ en-US ] = "The document contains information not recognized by this program version.\nResaving the document will delete this information!" ;
160 String SCWARN_EXPORT_DATALOST & ERRCODE_RES_MASK
162 Text [ en-US ] = "Not all cell contents could be saved in the specified format." ;
164 String SCWARN_EXPORT_NONCONVERTIBLE_CHARS & ERRCODE_RES_MASK
166 Text [ en-US ] = "The following characters could not be converted to the selected character set\nand were written as Ӓ surrogates:\n\n$(ARG1)";
168 String SCWARN_IMPORT_FILE_ROWCOL & ERRCODE_RES_MASK
170 Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).";