User: obo Date: 2006/07/10 08:37:42 Modified: dba/dbaccess/source/ui/misc/dbumiscres.src
Log: INTEGRATION: CWS qiq (1.71.42); FILE MERGED 2006/05/24 06:48:06 fs 1.71.42.5: moved two strings to another place (adbt lib) 2006/05/18 09:18:00 fs 1.71.42.4: #i51143# dbumiscres.src 2006/05/17 11:48:04 fs 1.71.42.3: #i51143# STR_NAMED_OBJECT_ALREADY_EXISTS (moved from elsewhere, and renamed) 2006/05/15 14:20:31 fs 1.71.42.2: #i51143 moved STR_WARNINGS_DURING_CONNECT moved from dbu_resource to dbu_misc 2006/05/11 10:39:47 fs 1.71.42.1: #i51143# removed STR_GENERAL_SDB_ERROR File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: dbumiscres.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/dbumiscres.src?r1=1.71&r2=1.72 Delta lines: +15 -10 --------------------- --- dbumiscres.src 28 Feb 2006 10:37:01 -0000 1.71 +++ dbumiscres.src 10 Jul 2006 15:37:39 -0000 1.72 @@ -248,17 +248,10 @@ }; }; -//------------------------------------------------------------------------- -String STR_GENERAL_SDB_ERROR +String STR_ERROR_DURING_CREATION { -Text [ de ] = "Fehler bei der Verbindung mit der Datenquelle"; -Text [ en-US ] = "Error while connecting to the data source"; -}; - -String STR_OBJECT_ALREADY_EXSISTS -{ -Text [ de ] = "Fehler beim Erzeugen"; -Text [ en-US ] = "Error during creation"; + Text [ de ] = "Fehler beim Erzeugen"; + Text [ en-US ] = "Error during creation"; }; String STR_UNEXPECTED_ERROR @@ -308,4 +301,16 @@ { Text [ de ] ="Die Datei \"$file$\" existiert nicht."; Text[ en-US ] = "The file \"$file$\" does not exist."; +}; + +String STR_WARNINGS_DURING_CONNECT +{ + Text [ de ] = "Beim Verbindungsaufbau sind Warnungen aufgetreten. Drücken Sie \"Mehr\", um sie anzuzeigen."; + Text [ en-US ] = "Warnings were encountered while connecting to the data source. Press \"More\" to view them."; +}; + +String STR_NAMED_OBJECT_ALREADY_EXISTS +{ + Text [ de ] = "Der Name '$#$' existiert bereits.\nBitte geben Sie einen neuen Namen an." ; + Text [ en-US ] = "The name '$#$' already exists.\nPlease enter another name." ; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
