Update ooo320-m1
[ooovba.git] / sc / source / ui / src / scerrors.src
blobb481742ae7887219d7b8f9e08955c3f97bbaddfe
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: scerrors.src,v $
10  * $Revision: 1.51 $
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
31 #include "scerrors.hxx"
32 #include "sc.hrc"
34 Resource RID_ERRHDLSC
36      //------------------------------------------------------------
37      // ERRORS -----------------------------------------------------
38      //------------------------------------------------------------
39     String SCERR_IMPORT_CONNECT & ERRCODE_RES_MASK
40     {
41         Text [ en-US ] = "Impossible to connect to the file." ;
42     };
43     String SCERR_IMPORT_OPEN & ERRCODE_RES_MASK
44     {
45         Text [ en-US ] = "File could not be opened." ;
46     };
47     String SCERR_IMPORT_UNKNOWN & ERRCODE_RES_MASK
48     {
49         Text [ en-US ] = "An unknown error has occurred." ;
50     };
51     String SCERR_IMPORT_OUTOFMEM & ERRCODE_RES_MASK
52     {
53         Text [ en-US ] = "Not enough memory while importing." ;
54     };
55     String SCERR_IMPORT_UNKNOWN_WK & ERRCODE_RES_MASK
56     {
57         Text [ en-US ] = "Unknown Lotus1-2-3 file format." ;
58     };
59     String SCERR_IMPORT_FORMAT & ERRCODE_RES_MASK
60     {
61         Text [ en-US ] = "Error in file structure while importing." ;
62     };
63     String SCERR_IMPORT_NI & ERRCODE_RES_MASK
64     {
65         Text [ en-US ] = "There is no filter available for this file type." ;
66     };
67     String SCERR_IMPORT_UNKNOWN_BIFF & ERRCODE_RES_MASK
68     {
69         Text [ en-US ] = "Unknown or unsupported Excel file format." ;
70     };
71     String SCERR_IMPORT_NI_BIFF & ERRCODE_RES_MASK
72     {
73         Text [ en-US ] = "Excel file format not yet implemented." ;
74     };
75     String SCERR_IMPORT_FILEPASSWD & ERRCODE_RES_MASK
76     {
77         Text [ en-US ] = "This file is password-protected." ;
78     };
79     String SCERR_IMPORT_INTERNAL & ERRCODE_RES_MASK
80     {
81         Text [ en-US ] = "Internal import error." ;
82     };
83     String SCERR_IMPORT_8K_LIMIT & ERRCODE_RES_MASK
84     {
85         Text [ en-US ] = "The file contains data after row 8192 and therefore can not be read." ;
86     };
87     String SCERR_IMPORT_FILE_ROWCOL & ERRCODE_RES_MASK
88     {
89         Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).";
90     };
91     String SCERR_IMPORT_FORMAT_ROWCOL & ERRCODE_RES_MASK
92     {
93         Text [ en-US ] = "File format error found at $(ARG1)(row,col)." ;
94     };
96      // Export ----------------------------------------------------
97     String SCERR_EXPORT_CONNECT & ERRCODE_RES_MASK
98     {
99         Text [ en-US ] = "Connection to the file could not be established." ;
100     };
101     String SCERR_EXPORT_DATA & ERRCODE_RES_MASK
102     {
103         Text [ en-US ] = "Data could not be written." ;
104     };
105     String SCERR_EXPORT_SQLEXCEPTION & ERRCODE_RES_MASK
106     {
107         Text [ en-US ] = "$(ARG1)" ;
108     };
109     String SCERR_EXPORT_ENCODING & ERRCODE_RES_MASK
110     {
111         Text [ en-US ] = "Cell $(ARG1) contains characters that are not representable in the selected target character set \"$(ARG2)\"." ;
112     };
113     String SCERR_EXPORT_FIELDWIDTH & ERRCODE_RES_MASK
114     {
115         Text [ en-US ] = "Cell $(ARG1) contains a string that is longer in the selected target character set \"$(ARG2)\" than the given field width." ;
116     };
117      //------------------------------------------------------------
118      // WARNINGS ---------------------------------------------------
119      //------------------------------------------------------------
120     String SCWARN_EXPORT_ASCII & ERRCODE_RES_MASK
121     {
122         Text [ en-US ] = "Only the active sheet was saved." ;
123     };
124     String SCWARN_IMPORT_RANGE_OVERFLOW & ERRCODE_RES_MASK
125     {
126         Text [ en-US ] = "The maximum number of rows has been exceeded. Excess rows were not imported!" ;
127     };
128     String SCWARN_IMPORT_ROW_OVERFLOW & ERRCODE_RES_MASK
129     {
130         Text [ en-US ] = "The data could not be loaded completely because the maximum number of rows per sheet was exceeded." ;
131     };
132     String SCWARN_IMPORT_COLUMN_OVERFLOW & ERRCODE_RES_MASK
133     {
134         Text [ en-US ] = "The data could not be loaded completely because the maximum number of columns per sheet was exceeded." ;
135     };
136     String SCWARN_IMPORT_SHEET_OVERFLOW & ERRCODE_RES_MASK
137     {
138         Text [ en-US ] = "Some sheets could not be loaded because the maximum number of sheets was exceeded." ;
139     };
140     String SCWARN_IMPORT_OPEN_FM3 & ERRCODE_RES_MASK
141     {
142         Text [ en-US ] = "Corresponding FM3-File could not be opened." ;
143     };
144     String SCWARN_IMPORT_WRONG_FM3 & ERRCODE_RES_MASK
145     {
146         Text [ en-US ] = "Error in file structure of corresponding FM3-File." ;
147     };
148     String SCWARN_CORE_HARD_RECALC & ERRCODE_RES_MASK
149     {
150         Text [ en-US ] = "Document too complex for automatic calculation. Press F9 to recalculate." ;
151     };
152     String SCWARN_EXPORT_MAXROW & ERRCODE_RES_MASK
153     {
154         Text [ en-US ] = "The document contains more rows than supported in the selected format.\nAdditional rows were not saved." ;
155     };
156     String SCWARN_IMPORT_INFOLOST & ERRCODE_RES_MASK
157     {
158         Text [ en-US ] = "The document contains information not recognized by this program version.\nResaving the document will delete this information!" ;
159     };
160     String SCWARN_EXPORT_DATALOST & ERRCODE_RES_MASK
161     {
162         Text [ en-US ] = "Not all cell contents could be saved in the specified format." ;
163     };
164     String SCWARN_EXPORT_NONCONVERTIBLE_CHARS & ERRCODE_RES_MASK
165     {
166         Text [ en-US ] = "The following characters could not be converted to the selected character set\nand were written as &#1234; surrogates:\n\n$(ARG1)";
167     };
168     String SCWARN_IMPORT_FILE_ROWCOL & ERRCODE_RES_MASK
169     {
170         Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).";
171     };