Files
loongoffice/dbaccess/source/core/resource/strings.src
Jens-Heiner Rechtien 3ea7f4b2bc INTEGRATION: CWS insight01 (1.41.2); FILE MERGED
2004/07/06 09:38:53 oj 1.41.2.4: RESYNC: (1.41-1.43); FILE MERGED
2004/05/26 06:05:25 oj 1.41.2.3: new strings
2004/05/13 06:38:24 oj 1.41.2.2: #i26347# add new string when ds wasn't stored before registerObject call
2004/03/16 11:07:20 oj 1.41.2.1: #111075# set non existing name when create new object
2004-08-02 14:16:55 +00:00

249 lines
9.8 KiB
Plaintext

/*************************************************************************
*
* $RCSfile: strings.src,v $
*
* $Revision: 1.44 $
*
* last change: $Author: hr $ $Date: 2004-08-02 15:16:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#include "core_resource.hrc"
String RID_STR_TRIED_OPEN_TABLE
{
Text [ de ] = "Es wurde versucht, die Tabelle $name$ zu �ffnen.";
Text [ en-US ] = "Tried to open the table $name$.";
};
String RID_STR_CONNECTION_INVALID
{
Text [ de ] = "Es konnte keine Verbindung erstellt werden.";
Text [ en-US ] = "No connection could be established.";
};
String RID_STR_TABLE_IS_FILTERED
{
Text [ de ] = "Die Tabelle $name$ existiert bereits. Sie ist nicht sichtbar, da sie ausgefiltert wurde.";
Text [ en-US ] = "The table $name$ already exists. It is not visible because it has been filtered out.";
};
String RID_STR_NEED_CONFIG_WRITE_ACCESS
{
Text [ de ] = "Sie haben keinen Schreibzugriff auf die Konfigurationsdaten des Objektes.";
Text [ en-US ] = "You have no write access to the configuration data the object is based on.";
};
String RID_STR_COULDNOTCONNECT_UNSPECIFIED
{
Text [ de ] = "Die Verbindung zur externen Datenquelle konnte nicht hergestellt werden. Ein unbekannter Fehler trat auf. Wahrscheinlich ist der Treiber fehlerhaft.";
Text [ en-US ] = "The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective.";
};
String RID_STR_COULDNOTCONNECT_NODRIVER
{
Text [ de ] = "Die Verbindung zur externen Datenquelle konnte nicht hergestellt werden. Es wurde kein SDBC-Treiber f�r die angegebene URL gefunden.";
Text [ en-US ] = "The connection to the external data source could not be established. No SDBC driver was found for the given URL.";
};
String RID_STR_COULDNOTLOAD_MANAGER
{
Text [ de ] = "Die Verbindung zur externen Datenquelle konnte nicht hergestellt werden. Der SDBC-Treiber-Manager konnte nicht geladen werden.";
Text [ en-US ] = "The connection to the external data source could not be established. The SDBC driver manager could not be loaded.";
};
String RID_STR_FORM
{
Text[ de ] = "Formular";
Text [ en-US ] = "Form";
};
String RID_STR_REPORT
{
Text [ de ]= "Bericht";
Text [ en-US ] = "Report";
};
String RID_STR_DATASOURCE_NOT_STORED
{
Text [ de ]= "Die Datenquelle wurde nicht gespeichert. Bitte verwenden Sie die Schnittstelle XStorable, um die Datenquelle zu speichern.";
Text [ en-US ] = "The data source was not saved. Please use the interface XStorable to save the data source.";
};
String RID_STR_ONLY_QUERY
{
Text [ de ] = "Der gesetzte Befehl ist kein SELECT-Befehl.\nEs sind nur Abfragen erlaubt.";
Text [ en-US ] = "The given command is not a SELECT statement.\n Only queries are allowed.";
};
String RID_STR_NO_VALUE_CHANGED
{
Text [ de ] = "Es wurden keine Werte ver�ndert.";
Text [ en-US ] = "No values were modified.";
};
String RID_STR_NO_XROWUPDATE
{
Text [ de ] = "Es konnten keine Werte eingef�gt werden. Die XRowUpdate-Schnittstelle wird nicht vom ResultSet unterst�tzt.";
Text [ en-US ] = "Values could not be inserted. The XRowUpdate interface is not supported by ResultSet.";
};
String RID_STR_NO_XRESULTSETUPDATE
{
Text [ de ] = "Es konnten keine Werte eingef�gt werden. Die XResultSetUpdate-Schnittstelle wird nicht vom ResultSet unterst�tzt.";
Text [ en-US ] = "Values could not be inserted. The XResultSetUpdate interface is not supported by ResultSet.";
};
String RID_STR_NO_UPDATE_MISSING_CONDITION
{
Text [ de ] = "Die Werte konnten nicht ver�ndert, auf Grund einer fehlenden Bedingung.";
Text [ en-US ] = "Values could not be modified, due to a missing condition statement.";
};
String RID_STR_NO_COLUMN_ADD
{
Text [ de ] = "Das Hinzuf�gen von Spalten wird nicht unterst�tzt.";
Text [ en-US ] = "The adding of columns is not supported.";
};
String RID_STR_NO_COLUMN_DROP
{
Text [ de ] = "Das L�schen von Spalten wird nicht unterst�tzt.";
Text [ en-US ] = "The dropping of columns is not supported.";
};
String RID_STR_NO_CONDITION_FOR_PK
{
Text [ de ] = "Es konnte keine WHERE-Bedingung f�r den Prim�rschl�ssel erstellt werden.";
Text [ en-US ] = "The WHERE condition could not be created for the primary key.";
};
String RID_STR_COLUMN_UNKNOWN_PROP
{
Text [ de ] = "Die Spalte unterst�tzt die Eigenschaft '%value' nicht.";
Text [ en-US ] = "The column does not support the property '%value'.";
};
String RID_STR_COLUMN_NOT_SEARCHABLE
{
Text [ de ] = "In dieser Spalte kann nicht gesucht werden.";
Text [ en-US ] = "The column is not searchable!";
};
String RID_STR_NOT_SEQUENCE_INT8
{
Text [ de ] = "Der Wert der Spalten ist nicht vom Type Sequence<sal_Int8>.";
Text [ en-US ] = "The value of the columns is not of the type Sequence<sal_Int8>.";
};
String RID_STR_COLUMN_NOT_VALID
{
Text [ de ] = "Die Spalte ist nicht g�ltig.";
Text [ en-US ] = "The column is not valid.";
};
String RID_STR_COLUMN_MUST_VISIBLE
{
Text [ de ] = "Die Spalte '%name' mu� als Spalte sichtbar sein.";
Text [ en-US ] = "The column '%name' must be visible as a column.";
};
String RID_STR_NO_XQUERIESSUPPLIER
{
Text [ de ] = "Die Schnittstelle XQueriesSupplier ist nicht verf�gbar.";
Text [ en-US ] = "The interface XQueriesSupplier is not available.";
};
String RID_STR_NOT_SUPPORTED_BY_DRIVER
{
Text [ de ] = "Der Treiber unterst�tzt diese Funktion nicht.";
Text [ en-US ] = "The driver does not support this function.";
};
String RID_STR_NO_ABS_ZERO
{
Text [ de ] = "Ein 'absolute(0)' Aufruf ist nicht erlaubt.";
Text [ en-US ] = "An 'absolute(0)' call is not allowed.";
};
String RID_STR_NO_RELATIVE
{
Text [ de ] = "Eine relative Positionierung ist in diesem Status nicht erlaubt.";
Text [ en-US ] = "Relative positioning is not allowed in this state.";
};
String RID_STR_NO_REFESH_AFTERLAST
{
Text [ de ] = "Eine Zeile kann nicht aktualisiert werden, wenn das ResultSet hinter der letzten Zeile steht.";
Text [ en-US ] = "A row cannot be refreshed when the ResultSet is positioned after the last row.";
};
String RID_STR_NO_MOVETOINSERTROW_CALLED
{
Text [ de ] = "Das Einf�gen einer neuen Zeile ist nicht erlaubt, wenn das ResultSet sich nicht vorher auf die Einf�gezeile bewegt.";
Text [ en-US ] = "A new row cannot be inserted when the ResultSet is not first moved to the insert row.";
};
String RID_STR_NO_UPDATEROW
{
Text [ de ] = "Eine Zeile kann in diesem Status nicht ver�ndert werden.";
Text [ en-US ] = "A row cannot be modified in this state";
};
String RID_STR_NO_DELETEROW
{
Text [ de ] = "Eine Zeile kann in diesem Status nicht gel�scht werden.";
Text [ en-US ] = "A row cannot be deleted in this state.";
};
String RID_STR_NO_TABLE_RENAME
{
Text [ de ] = "Der Treiber unterst�tzt das Umbenennen einer Tabelle nicht.";
Text [ en-US ] = "The driver does not support table renaming.";
};
String RID_STR_NO_ALTER_COLUMN_DEF
{
Text [ de ] = "Der Treiber unterst�tzt das Ver�ndern einer Spaltendefinition nicht.";
Text [ en-US ] = "The driver does not support the modification of column descriptions.";
};
String RID_STR_COLUMN_ALTER_BY_NAME
{
Text [ de ] = "Der Treiber unterst�tzt das Ver�ndern einer Spaltendefinition, anhand des Namens, nicht.";
Text [ en-US ] = "The driver does not support the modification of column descriptions by changing the name.";
};
String RID_STR_COLUMN_ALTER_BY_INDEX
{
Text [ de ] = "Der Treiber unterst�tzt das Ver�ndern einer Spaltendefinition, anhand des Indexes, nicht.";
Text [ en-US ] = "The driver does not support the modification of column descriptions by changing the index.";
};