Tag: cws_src680_qiq User: fs Date: 06/05/19 03:55:38 Modified: /dba/dbaccess/source/ui/dlg/ sqlmessage.hrc, sqlmessage.src
Log: #i51143# made some strings global File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: sqlmessage.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/sqlmessage.hrc?r1=1.5&r2=1.5.18.1 Delta lines: +5 -9 ------------------- --- sqlmessage.hrc 31 Mar 2006 12:14:46 -0000 1.5 +++ sqlmessage.hrc 19 May 2006 10:55:35 -0000 1.5.18.1 @@ -4,9 +4,9 @@ * * $RCSfile: sqlmessage.hrc,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.18.1 $ * - * last change: $Author: vg $ $Date: 2006/03/31 12:14:46 $ + * last change: $Author: fs $ $Date: 2006/05/19 10:55:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,11 +52,7 @@ #define ME_DESCRIPTION 1 -#define STR_EXCEPTION_ERROR 1 -#define STR_EXCEPTION_WARNING 2 -#define STR_EXCEPTION_INFO 3 -#define STR_EXCEPTION_DETAILS 4 -#define STR_EXCEPTION_STATUS 5 -#define STR_EXCEPTION_ERRORCODE 6 +#define STR_EXCEPTION_STATUS 1 +#define STR_EXCEPTION_ERRORCODE 2 #endif // _DBAUI_SQLMESSAGE_HRC_ File [changed]: sqlmessage.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/sqlmessage.src?r1=1.45&r2=1.45.118.1 Delta lines: +27 -23 --------------------- --- sqlmessage.src 23 Sep 2005 14:16:40 -0000 1.45 +++ sqlmessage.src 19 May 2006 10:55:35 -0000 1.45.118.1 @@ -4,9 +4,9 @@ * * $RCSfile: sqlmessage.src,v $ * - * $Revision: 1.45 $ + * $Revision: 1.45.118.1 $ * - * last change: $Author: hr $ $Date: 2005/09/23 14:16:40 $ + * last change: $Author: fs $ $Date: 2006/05/19 10:55:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -137,26 +137,6 @@ 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]
