User: obo     
Date: 2006/07/10 08:27:48

Modified:
   dba/dbaccess/source/ui/dlg/sqlmessage.src

Log:
 INTEGRATION: CWS qiq (1.45.118); FILE MERGED
 2006/06/09 12:13:14 fs 1.45.118.2: #i51143# small layout changes
 2006/05/19 10:55:35 fs 1.45.118.1: #i51143# made some strings global

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: sqlmessage.src
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/sqlmessage.src?r1=1.45&r2=1.46
Delta lines:  +31 -27
---------------------
--- sqlmessage.src      23 Sep 2005 14:16:40 -0000      1.45
+++ sqlmessage.src      10 Jul 2006 15:27:45 -0000      1.46
@@ -85,21 +85,21 @@
        Closeable = TRUE ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( 280 , 150 ) ;
+       Size = MAP_APPFONT ( 240 , 150 ) ;
        Text [ de ] = "%PRODUCTNAME Base" ;
        Text [ en-US ] = "%PRODUCTNAME Base" ;
 
        FixedLine FL_DETAILS
        {
                Pos = MAP_APPFONT ( 6, 3 ) ;
-               Size = MAP_APPFONT ( 268, 8 ) ;
+               Size = MAP_APPFONT ( 228, 8 ) ;
                Text [ de ] = "Details";
                Text [ en-US ] = "Details";
        };
        FixedText FT_ERRORLIST
        {
                Pos = MAP_APPFONT ( 12, 12 ) ;
-               Size = MAP_APPFONT ( 125, 10 ) ;
+               Size = MAP_APPFONT ( 85, 10 ) ;
                Text [ de ] = "~Fehlerliste:";
                Text [ en-US ] = "Error ~list:";
                Group = TRUE;
@@ -107,14 +107,14 @@
        Control CTL_ERRORLIST
        {
                Pos = MAP_APPFONT ( 12, 25 ) ;
-               Size = MAP_APPFONT ( 125, 93 ) ;
+               Size = MAP_APPFONT ( 85, 93 ) ;
                Border = TRUE;
                TabStop = TRUE;
                HelpId = HID_SQLERROR_EXCHAIN_ERRORS;
        };
        FixedText FT_DESCRIPTION
        {
-               Pos = MAP_APPFONT ( 143, 12 ) ;
+               Pos = MAP_APPFONT ( 103, 12 ) ;
                Size = MAP_APPFONT ( 125, 10 ) ;
                Text [ de ] = "~Beschreibung:";
                Text [ en-US ] = "~Description:";
@@ -123,7 +123,7 @@
        MultiLineEdit ME_DESCRIPTION
        {
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 143 , 25 ) ;
+               Pos = MAP_APPFONT ( 103 , 25 ) ;
                Size = MAP_APPFONT ( 125 , 93 ) ;
                TabStop = TRUE ;
                VScroll = TRUE ;
@@ -131,32 +131,12 @@
        };
        OKButton PB_OK
        {
-               Pos = MAP_APPFONT ( 115 , 130 ) ;
+               Pos = MAP_APPFONT ( 95 , 130 ) ;
                Size = MAP_APPFONT ( 50 , 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
 
-       String STR_EXCEPTION_ERROR
-       {
-               Text [ de ] = "Fehler";
-               Text [ en-US ] = "Error";
-       };
-       String STR_EXCEPTION_WARNING
-       {
-               Text [ de ] = "Warnung";
-               Text [ en-US ] = "Warning";
-       };
-       String STR_EXCEPTION_INFO
-       {
-               Text [ de ] = "Information";
-               Text [ en-US ] = "Information";
-       };
-       String STR_EXCEPTION_DETAILS
-       {
-               Text [ de ] = "Details";
-               Text [ en-US ] = "Details";
-       };
        String STR_EXCEPTION_STATUS
        {
                Text [ de ] = "SQL-Status";
@@ -173,4 +153,28 @@
 {
     Text [ de ] = "Ein häufiger Grund für diesen Fehler ist eine ungeignete 
Zeichensatz-Einstellung für die Sprache Ihrer Datenbank. Überprüfen Sie 
diese Einstellung unter Bearbeiten - Datenbank - Eigenschaften.";
     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.";
+};
+
+String STR_EXCEPTION_ERROR
+{
+       Text [ de ] = "Fehler";
+       Text [ en-US ] = "Error";
+};
+
+String STR_EXCEPTION_WARNING
+{
+       Text [ de ] = "Warnung";
+       Text [ en-US ] = "Warning";
+};
+
+String STR_EXCEPTION_INFO
+{
+       Text [ de ] = "Information";
+       Text [ en-US ] = "Information";
+};
+
+String STR_EXCEPTION_DETAILS
+{
+       Text [ de ] = "Details";
+       Text [ en-US ] = "Details";
 };




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to