Tag: cws_src680_dba23a User: fs Date: 2007/03/08 01:10:04 Modified: dba/dbaccess/source/core/resource/strings.src
Log: #i73084# 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.50&r2=1.50.84.1 Delta lines: +42 -5 -------------------- --- strings.src 15 Aug 2006 10:47:23 -0000 1.50 +++ strings.src 8 Mar 2007 09:10:01 -0000 1.50.84.1 @@ -4,9 +4,9 @@ * * $RCSfile: strings.src,v $ * - * $Revision: 1.50 $ + * $Revision: 1.50.84.1 $ * - * last change: $Author: hr $ $Date: 2006/08/15 10:47:23 $ + * last change: $Author: fs $ $Date: 2007/03/08 09:10:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -222,7 +222,7 @@ String RID_STR_FILE_DOES_NOT_EXIST { Text [ de ] ="Die Datei \"$file$\" existiert nicht."; - Text[ en-US ] = "The file \"$file$\" does not exist."; + Text [ en-US ] = "The file \"$file$\" does not exist."; }; String RID_STR_TABLE_DOES_NOT_EXIST @@ -248,5 +248,42 @@ String RID_STR_STATEMENT_WITHOUT_RESULT_SET { Text [ de ] = "Das SQL-Kommando beschreibt keine Ergebnismenge."; - Text [ de ] = "The SQL command does not describe a result set."; + Text [ en-US ] = "The SQL command does not describe a result set."; }; + +String RID_STR_NO_SLASH_IN_OBJECT_NAME +{ + Text [ de ] = "Der Name darf keinen Schrägstrich ('/') enthalten."; + Text [ en-uS ] = "The name must not contain any slashes ('/')."; +}; + +String RID_STR_NAME_MUST_NOT_BE_EMPTY +{ + Text [ de ] = "Der Name darf nicht leer sein."; + Text [ en-US ] = "The name must not be empty."; +}; + +String RID_STR_NO_NULL_OBJECTS_IN_CONTAINER +{ + Text [ de ] = "Der Container kann keine NULL-Objekte enthalten."; + Text [ en-US ] = "The container cannot contain NULL objects."; +}; + +String RID_STR_NAME_ALREADY_USED +{ + Text [ de ] = "Ein Objekt mit dem gegebenen Namen existiert bereits."; + Text [ en-US ] = "There already is an object with the given name."; +}; + +String RID_STR_OBJECT_CONTAINER_MISMATCH +{ + Text [ de ] = "Das Objekt kann nicht Element dieses Containers sein."; + Text [ en-US ] = "This object cannot be part of this container."; +}; + +String RID_STR_OBJECT_ALREADY_CONTAINED +{ + Text [ de ] = "Das Objekt ist bereits unter einem anderen Namen im Container enthalten."; + Text [ en-US ] = "The object already is, with a different name, part of the container."; +}; + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
