Tag: cws_src680_dba23a User: fs Date: 2007/03/08 01:19:02 Modified: dba/dbaccess/source/sdbtools/resource/sdbt_strings.src
Log: #i73084# File Changes: Directory: /dba/dbaccess/source/sdbtools/resource/ ================================================== File [changed]: sdbt_strings.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/sdbtools/resource/sdbt_strings.src?r1=1.5&r2=1.5.80.1 Delta lines: +9 -3 ------------------- --- sdbt_strings.src 21 Aug 2006 15:19:30 -0000 1.5 +++ sdbt_strings.src 8 Mar 2007 09:18:59 -0000 1.5.80.1 @@ -4,9 +4,9 @@ * * $RCSfile: sdbt_strings.src,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.80.1 $ * - * last change: $Author: ihi $ $Date: 2006/08/21 15:19:30 $ + * last change: $Author: fs $ $Date: 2007/03/08 09:18:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,4 +71,10 @@ { Text [ de ] = "$name$ ist kein SQL-konformer Bezeichner."; Text [ en-US ] = "$name$ is no SQL conform identifier."; +}; + +String STR_NO_SLASHES_IN_QUERY_NAMES +{ + Text [ de ] = "Der Name darf keinen Schrägstrich ('/') enthalten."; + Text [ en-uS ] = "The name must not contain any slashes ('/')."; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
