mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Sync up jdbc error files.
This commit is contained in:
@ -61,7 +61,6 @@ postgresql.serial.namelength:Class & Package name length cannot be longer than 3
|
||||
postgresql.serial.noclass:No class found for {0}.
|
||||
postgresql.serial.table:The table for {0} is not in the database. Contact the DBA, as the database is in an inconsistent state.
|
||||
postgresql.serial.underscore:Class names may not have _ in them. You supplied {0}.
|
||||
postgresql.stat.batch.empty:The batch is empty. There is nothing to execute.
|
||||
postgresql.stat.batch.error:Batch entry {0} {1} was aborted.
|
||||
postgresql.stat.maxfieldsize:An attempt to setMaxFieldSize() failed - compile time default in force.
|
||||
postgresql.stat.noresult:No results were returned by the query.
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Message translation file for PostgreSQL JDBC driver
|
||||
# Peter Eisentraut <peter_e@gmx.net>, 2001.
|
||||
#
|
||||
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/errors_de.properties,v 1.1 2001/07/09 20:25:44 petere Exp $
|
||||
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/errors_de.properties,v 1.2 2001/09/06 03:03:37 momjian Exp $
|
||||
|
||||
postgresql.con.auth:Der Authentifizierungstyp <20>{0}<7D> wird nicht unterst<73>tzt.
|
||||
postgresql.con.authfail:Ein Fehler trat auf w<>hrend die Authentifizierungsanfrage empfangen wurde.
|
||||
@ -65,7 +65,6 @@ postgresql.serial.namelength:Klassen- und Paketname k
|
||||
postgresql.serial.noclass:Keine Klasse f<>r Typ <20>{0}<7D> gefunden
|
||||
postgresql.serial.table:Keine Tabelle f<>r Typ <20>{0}<7D> in der Datenbank gefunden. Die Datenbank ist in einem unbest<73>ndigen Zustand.
|
||||
postgresql.serial.underscore:Zu serialisierende Klassennamen d<>rfen keine Unterstriche (_) enth<74>lten. Der angegebene Name war <20>{0}<7D>.
|
||||
postgresql.stat.batch.empty:Der Anweisungs-Batch ist leer.
|
||||
postgresql.stat.batch.error:Batch-Anweisung Nummer {0} ({1}) wurde abgebrochen.
|
||||
postgresql.stat.maxfieldsize:setMaxFieldSize() is nicht m<>glich; die Grenze ist fest eingebaut.
|
||||
postgresql.stat.noresult:Die Abfrage ergab kein Ergebnis.
|
||||
|
@ -64,7 +64,6 @@ postgresql.serial.namelength:La lunghezza dei nomi per Class & Package non pu
|
||||
postgresql.serial.noclass:Nessuna classe trovata per {0}.
|
||||
postgresql.serial.table:La tabella per {0} non <20> nel database. Contattare l'amministratore del DB, visto che il database <20> in uno stato incosistente.
|
||||
postgresql.serial.underscore:Il nome di una classe non pu<70> contenere il carattere ``_''. E` stato fornito {0}.
|
||||
postgresql.stat.batch.empty:La sequenza di operazioni <20> vuota. Non c'<27> niente da eseguire.
|
||||
postgresql.stat.batch.error:L'operazione {0} {1} della sequenza <20> stata annullata.
|
||||
postgresql.stat.maxfieldsize:Fallito un tentativo a setMaxFieldSize() - verr<72> utilizzato il valore predefinito a tempo di compilazione.
|
||||
postgresql.stat.noresult:Nessun risultato <20> stato restituito dalla query.
|
||||
|
Reference in New Issue
Block a user