Tag: cws_src680_qiq User: fs Date: 06/06/09 04:55:00 Modified: /dba/dbaccess/source/core/resource/ strings.src
Log: #i51143# +RID_STR_COMMAND_LEADING_TO_ERROR File Changes: Directory: /dba/dbaccess/source/core/resource/ ============================================== File [changed]: strings.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/resource/strings.src?r1=1.48.118.2&r2=1.48.118.3 Delta lines: +10 -2 -------------------- --- strings.src 11 May 2006 11:26:07 -0000 1.48.118.2 +++ strings.src 9 Jun 2006 11:54:57 -0000 1.48.118.3 @@ -4,9 +4,9 @@ * * $RCSfile: strings.src,v $ * - * $Revision: 1.48.118.2 $ + * $Revision: 1.48.118.3 $ * - * last change: $Author: fs $ $Date: 2006/05/11 11:26:07 $ + * last change: $Author: fs $ $Date: 2006/06/09 11:54:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -229,3 +229,11 @@ Text [ de ] = "Die Datenbank enthält Tabellen, deren Namen mit den Namen von existierenden Abfragen kollidieren. Um alle Tabellen und Abfragen voll nutzen zu können, stellen Sie sicher, dass sie unterschiedliche Namen haben."; Text [ en-US ] = "There are tables in the database whose names conflict with the names of existing queries. To make full use of all queries and tables, make sure they have distinct names."; }; + +String RID_STR_COMMAND_LEADING_TO_ERROR +{ + Text [ de ] = "Das SQL-Kommando, welches zu diesem Fehler führte, ist:\n\n$command$"; + Text [ en-US ] = "The SQL command leading to this error is:\n\n$command$"; + + Text [ x-comment ] = "$command is a placeholder, please preserve it."; +}; \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
