Tag: cws_src680_qiq User: fs Date: 06/05/10 04:07:46 Modified: /dba/dbaccess/source/ui/querydesign/ query.src
Log: #i51143# error messages when a query cannot be opened in graphical design File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: query.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/query.src?r1=1.95&r2=1.95.98.1 Delta lines: +15 -3 -------------------- --- query.src 24 Oct 2005 08:32:48 -0000 1.95 +++ query.src 10 May 2006 11:07:43 -0000 1.95.98.1 @@ -4,9 +4,9 @@ * * $RCSfile: query.src,v $ * - * $Revision: 1.95 $ + * $Revision: 1.95.98.1 $ * - * last change: $Author: rt $ $Date: 2005/10/24 08:32:48 $ + * last change: $Author: fs $ $Date: 2006/05/10 11:07:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -499,5 +499,17 @@ { Text [ de ] = " - %PRODUCTNAME Base: Ansichtsentwurf"; Text [ en-US ] = " - %PRODUCTNAME Base: View Design"; +}; + +String STR_ERROR_PARSING_STATEMENT +{ + Text [ de ] = "Der der Abfrage zu Grunde liegende SQL-Befehl konnte nicht analysiert werden."; + Text [ en-US ] = "The SQL command which constitutes the query could not be parsed."; +}; + +String STR_INFO_OPENING_IN_SQL_VIEW +{ + Text [ de ] = "Die Abfrage wird in der SQL-Ansicht geƶffnet."; + Text [ en-US ] = "The query will be opened in SQL view."; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
