Tag: cws_src680_qiq User: fs Date: 06/05/30 01:25:17 Modified: /dba/dbaccess/source/sdbtools/resource/ sdbt_strings.src
Log: +STR_BASENAME* 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.1.2.1&r2=1.1.2.2 Delta lines: +15 -3 -------------------- --- sdbt_strings.src 24 May 2006 06:56:19 -0000 1.1.2.1 +++ sdbt_strings.src 30 May 2006 08:25:15 -0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: sdbt_strings.src,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: fs $ $Date: 2006/05/24 06:56:19 $ + * last change: $Author: fs $ $Date: 2006/05/30 08:25:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,4 +47,16 @@ { Text [ de ] = "Es ist nicht möglich, einer Tabelle und einer Abfrage den selben Namen zu geben. Bitte wählen Sie einen Namen, der noch nicht für eine Abfrage oder Tabelle benutzt wird."; Text [ en-US ] = "You cannot give a table and a query the same name. Please use a name which is not yet used by a query or table."; +}; + +String STR_BASENAME_TABLE +{ + Text [ de ] = "Tabelle"; + Text [ en-US ] = "Table"; +}; + +String STR_BASENAME_QUERY +{ + Text [ de ] = "Abfrage"; + Text [ en-US ] = "Query"; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
