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: sqlmessage.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 #ifndef _DBA_DBACCESS_HELPID_HRC_
32 #include "dbaccess_helpid.hrc"
35 #include "dbu_dlg.hrc"
37 #ifndef _DBAUI_SQLMESSAGE_HRC_
38 #include "sqlmessage.hrc"
41 //-------------------------------------------------------------------------
42 Image BMP_EXCEPTION_ERROR
44 ImageBitmap = Bitmap { File = "exerror.bmp"; };
45 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
48 Image BMP_EXCEPTION_WARNING
50 ImageBitmap = Bitmap { File = "exwarning.bmp"; };
51 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
54 Image BMP_EXCEPTION_INFO
56 ImageBitmap = Bitmap { File = "exinfo.bmp"; };
57 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
59 Image BMP_EXCEPTION_ERROR_SCH
61 ImageBitmap = Bitmap { File = "exerror_sch.bmp"; };
62 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
65 Image BMP_EXCEPTION_WARNING_SCH
67 ImageBitmap = Bitmap { File = "exwarning_sch.bmp"; };
68 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
71 Image BMP_EXCEPTION_INFO_SCH
73 ImageBitmap = Bitmap { File = "exinfo_sch.bmp"; };
74 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
77 ModalDialog DLG_SQLEXCEPTIONCHAIN
83 Size = MAP_APPFONT ( 240 , 150 ) ;
84 Text [ en-US ] = "%PRODUCTNAME Base" ;
88 Pos = MAP_APPFONT ( 6, 3 ) ;
89 Size = MAP_APPFONT ( 228, 8 ) ;
90 Text [ en-US ] = "Details";
92 FixedText FT_ERRORLIST
94 Pos = MAP_APPFONT ( 12, 12 ) ;
95 Size = MAP_APPFONT ( 85, 10 ) ;
96 Text [ en-US ] = "Error ~list:";
101 Pos = MAP_APPFONT ( 12, 25 ) ;
102 Size = MAP_APPFONT ( 85, 93 ) ;
105 HelpId = HID_SQLERROR_EXCHAIN_ERRORS;
107 FixedText FT_DESCRIPTION
109 Pos = MAP_APPFONT ( 103, 12 ) ;
110 Size = MAP_APPFONT ( 125, 10 ) ;
111 Text [ en-US ] = "~Description:";
114 MultiLineEdit ME_DESCRIPTION
117 Pos = MAP_APPFONT ( 103 , 25 ) ;
118 Size = MAP_APPFONT ( 125 , 93 ) ;
121 HelpId = HID_SQLERROR_EXCHAIN_TEXT;
125 Pos = MAP_APPFONT ( 95 , 130 ) ;
126 Size = MAP_APPFONT ( 50 , 14 ) ;
131 String STR_EXCEPTION_STATUS
133 Text [ en-US ] = "SQL Status";
135 String STR_EXCEPTION_ERRORCODE
137 Text [ en-US ] = "Error code";
141 String STR_EXPLAN_STRINGCONVERSION_ERROR
143 Text [ en-US ] = "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties.";
146 String STR_EXCEPTION_ERROR
148 Text [ en-US ] = "Error";
151 String STR_EXCEPTION_WARNING
153 Text [ en-US ] = "Warning";
156 String STR_EXCEPTION_INFO
158 Text [ en-US ] = "Information";
161 String STR_EXCEPTION_DETAILS
163 Text [ en-US ] = "Details";