Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / source / ui / dlg / sqlmessage.src
blob94b2e394d527886dfde4032201ebf1544210a64c
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #ifndef _DBA_DBACCESS_HELPID_HRC_
29 #include "dbaccess_helpid.hrc"
30 #endif
31 #ifndef _DBU_DLG_HRC_
32 #include "dbu_dlg.hrc"
33 #endif
34 #ifndef _DBAUI_SQLMESSAGE_HRC_
35 #include "sqlmessage.hrc"
36 #endif
38 //-------------------------------------------------------------------------
39 Image BMP_EXCEPTION_ERROR
41     ImageBitmap = Bitmap { File = "exerror.png"; };
42     MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
45 Image BMP_EXCEPTION_WARNING
47     ImageBitmap = Bitmap { File = "exwarning.png"; };
48     MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
51 Image BMP_EXCEPTION_INFO
53     ImageBitmap = Bitmap { File = "exinfo.png"; };
54     MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
57 ModalDialog DLG_SQLEXCEPTIONCHAIN
59     HelpID = "dbaccess:ModalDialog:DLG_SQLEXCEPTIONCHAIN";
60     Moveable = TRUE ;
61     Closeable = TRUE ;
62     OutputSize = TRUE ;
63     SVLook = TRUE ;
64     Size = MAP_APPFONT ( 240 , 150 ) ;
65     Text [ en-US ] = "%PRODUCTNAME Base" ;
67     FixedLine FL_DETAILS
68     {
69         Pos = MAP_APPFONT ( 6, 3 ) ;
70         Size = MAP_APPFONT ( 228, 8 ) ;
71         Text [ en-US ] = "Details";
72     };
73     FixedText FT_ERRORLIST
74     {
75         Pos = MAP_APPFONT ( 12, 12 ) ;
76         Size = MAP_APPFONT ( 85, 10 ) ;
77         Text [ en-US ] = "Error ~list:";
78         Group = TRUE;
79     };
80     Control CTL_ERRORLIST
81     {
82         Pos = MAP_APPFONT ( 12, 25 ) ;
83         Size = MAP_APPFONT ( 85, 93 ) ;
84         Border = TRUE;
85         TabStop = TRUE;
86         HelpId = HID_SQLERROR_EXCHAIN_ERRORS;
87     };
88     FixedText FT_DESCRIPTION
89     {
90         Pos = MAP_APPFONT ( 103, 12 ) ;
91         Size = MAP_APPFONT ( 125, 10 ) ;
92         Text [ en-US ] = "~Description:";
93         Group = TRUE;
94     };
95     MultiLineEdit ME_DESCRIPTION
96     {
97         Border = TRUE ;
98         Pos = MAP_APPFONT ( 103 , 25 ) ;
99         Size = MAP_APPFONT ( 125 , 93 ) ;
100         TabStop = TRUE ;
101         VScroll = TRUE ;
102         HelpId = HID_SQLERROR_EXCHAIN_TEXT;
103     };
104     OKButton PB_OK
105     {
106         Pos = MAP_APPFONT ( 95 , 130 ) ;
107         Size = MAP_APPFONT ( 50 , 14 ) ;
108         TabStop = TRUE ;
109         DefButton = TRUE ;
110     };
112     String STR_EXCEPTION_STATUS
113     {
114         Text [ en-US ] = "SQL Status";
115     };
116     String STR_EXCEPTION_ERRORCODE
117     {
118         Text [ en-US ] = "Error code";
119     };
122 String STR_EXPLAN_STRINGCONVERSION_ERROR
124     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.";
127 String STR_EXCEPTION_ERROR
129     Text [ en-US ] = "Error";
132 String STR_EXCEPTION_WARNING
134     Text [ en-US ] = "Warning";
137 String STR_EXCEPTION_INFO
139     Text [ en-US ] = "Information";
142 String STR_EXCEPTION_DETAILS
144     Text [ en-US ] = "Details";