Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / dlg / sqlmessage.src
blob0186f5fe66dd799fb3ecf538c34c4d99bc80722a
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: sqlmessage.src,v $
10  * $Revision: 1.48 $
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  ************************************************************************/
31 #ifndef _DBA_DBACCESS_HELPID_HRC_
32 #include "dbaccess_helpid.hrc"
33 #endif
34 #ifndef _DBU_DLG_HRC_
35 #include "dbu_dlg.hrc"
36 #endif
37 #ifndef _DBAUI_SQLMESSAGE_HRC_
38 #include "sqlmessage.hrc"
39 #endif
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
79     Moveable = TRUE ;
80     Closeable = TRUE ;
81     OutputSize = TRUE ;
82     SVLook = TRUE ;
83     Size = MAP_APPFONT ( 240 , 150 ) ;
84     Text [ en-US ] = "%PRODUCTNAME Base" ;
86     FixedLine FL_DETAILS
87     {
88         Pos = MAP_APPFONT ( 6, 3 ) ;
89         Size = MAP_APPFONT ( 228, 8 ) ;
90         Text [ en-US ] = "Details";
91     };
92     FixedText FT_ERRORLIST
93     {
94         Pos = MAP_APPFONT ( 12, 12 ) ;
95         Size = MAP_APPFONT ( 85, 10 ) ;
96         Text [ en-US ] = "Error ~list:";
97         Group = TRUE;
98     };
99     Control CTL_ERRORLIST
100     {
101         Pos = MAP_APPFONT ( 12, 25 ) ;
102         Size = MAP_APPFONT ( 85, 93 ) ;
103         Border = TRUE;
104         TabStop = TRUE;
105         HelpId = HID_SQLERROR_EXCHAIN_ERRORS;
106     };
107     FixedText FT_DESCRIPTION
108     {
109         Pos = MAP_APPFONT ( 103, 12 ) ;
110         Size = MAP_APPFONT ( 125, 10 ) ;
111         Text [ en-US ] = "~Description:";
112         Group = TRUE;
113     };
114     MultiLineEdit ME_DESCRIPTION
115     {
116         Border = TRUE ;
117         Pos = MAP_APPFONT ( 103 , 25 ) ;
118         Size = MAP_APPFONT ( 125 , 93 ) ;
119         TabStop = TRUE ;
120         VScroll = TRUE ;
121         HelpId = HID_SQLERROR_EXCHAIN_TEXT;
122     };
123     OKButton PB_OK
124     {
125         Pos = MAP_APPFONT ( 95 , 130 ) ;
126         Size = MAP_APPFONT ( 50 , 14 ) ;
127         TabStop = TRUE ;
128         DefButton = TRUE ;
129     };
131     String STR_EXCEPTION_STATUS
132     {
133         Text [ en-US ] = "SQL Status";
134     };
135     String STR_EXCEPTION_ERRORCODE
136     {
137         Text [ en-US ] = "Error code";
138     };
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";