~ubuntu-branches/ubuntu/oneiric/libpgjava/oneiric

« back to all changes in this revision

Viewing changes to src/interfaces/jdbc/org/postgresql/errors_ru.properties

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2005-04-21 14:25:11 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050421142511-wibh5vc31fkrorx7
Tags: 7.4.7-3
Built with sources...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# errors_ru.properties
 
2
# Translation into Russian, (C) 2003 Serguei A. Mokhov, mokhov@cs.concordia.ca
 
3
#
 
4
# ChangeLog:
 
5
#
 
6
# - October 12, 2003 - ... Initial translation
 
7
#
 
8
postgresql.arr.range:Индекс массива вне диапазона.
 
9
postgresql.drv.version:Внутренняя ошибка. Пожалуйста перекомпилируйте драйвер.
 
10
postgresql.con.auth:Тип аутентификации {0} не поддерживается. Проверьте что вы сконфигурировали файл pg_hba.conf чтобы включить IP адреса клиентов или подсеть. Также удостовертесь что он использует схему аутентификации поддерживаемую драйвером.
 
11
postgresql.con.authfail:Ошибка при получении запроса на аутентификацию.
 
12
postgresql.con.backend:Запуск бэкенда не удался: {0}
 
13
postgresql.con.call:Callable Statements are not supported at this time.
 
14
postgresql.con.invalidchar:Invalid character data was found.  This is most likely caused by stored data containing characters that are invalid for the character set the database was created in.  The most common example of this is storing 8bit data in a SQL_ASCII database.
 
15
postgresql.con.closed:Connection is closed.  Operation is not permitted.
 
16
postgresql.con.creobj:Не удалось создать объект для {0} {1}
 
17
postgresql.con.failed:The connection attempt failed because {0}
 
18
postgresql.con.failed.bad.encoding:The connection attempt failed trying to get the server encoding
 
19
postgresql.con.failed.bad.autocommit:The connection attempt failed trying to get the autocommit status
 
20
postgresql.con.fathom:Unable to fathom update count {0}
 
21
postgresql.con.garbled:Garbled data received.
 
22
postgresql.con.ioerror:An IO erro occured while sending to the backend - {0}
 
23
postgresql.con.kerb4:Kerberos 4 authentication is not supported by this driver.
 
24
postgresql.con.kerb5:Kerberos 5 authentication is not supported by this driver.
 
25
postgresql.con.misc:A connection error has occurred: {0}
 
26
postgresql.con.multres:Cannot handle multiple result groups.
 
27
postgresql.con.pass:The password property is missing. It is mandatory.
 
28
postgresql.con.refused:Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
 
29
postgresql.con.scm:SCM credentials authentication is not supported by this driver.
 
30
postgresql.con.setup:Protocol error. Session setup failed.
 
31
postgresql.con.sslfail:An error occured while getting setting up the SSL connection.
 
32
postgresql.con.sslnotsupported:The server does not support SSL
 
33
postgresql.con.strobj:The object could not be stored. Check that any tables required have already been created in the database.
 
34
postgresql.con.strobjex:Failed to store object - {0}
 
35
postgresql.con.toolong:The SQL Statement is too long - {0}
 
36
postgresql.con.isolevel:Transaction isolation level {0} is not supported.
 
37
postgresql.con.tuple:Tuple received before MetaData.
 
38
postgresql.con.type:Unknown Response Type {0}
 
39
postgresql.con.user:The user property is missing. It is mandatory.
 
40
postgresql.error.detail:Подробности: {0}
 
41
postgresql.error.hint:Подсказка: {0}
 
42
postgresql.error.position:Позиция: {0}
 
43
postgresql.error.where:Где: {0}
 
44
postgresql.error.location:Местонахождение: {0}
 
45
postgresql.fp.error:FastPath call returned {0}
 
46
postgresql.fp.expint:Fastpath call {0} - No result was returned and we expected an integer.
 
47
postgresql.fp.protocol:FastPath protocol error: {0}
 
48
postgresql.fp.send:Failed to send fastpath call {0} {1}
 
49
postgresql.fp.unknown:The fastpath function {0} is unknown.
 
50
postgresql.geo.box:Conversion of box failed - {0}
 
51
postgresql.geo.circle:Conversion of circle failed - {0}
 
52
postgresql.geo.line:Conversion of line failed - {0}
 
53
postgresql.geo.lseg:Conversion of lseg failed - {0}
 
54
postgresql.geo.path:Cannot tell if path is open or closed.
 
55
postgresql.geo.point:Conversion of point failed - {0}
 
56
postgresql.jvm.version:The postgresql.jar file does not contain the correct JDBC classes for this JVM. Try rebuilding. If that fails, try forcing the version supplying it to the command line using the argument -Djava.version=1.1 or -Djava.version=1.2\nException thrown was {0}
 
57
postgresql.lo.init:failed to initialise LargeObject API
 
58
postgresql.metadata.unavailable:Metadata unavailable.
 
59
postgresql.money:conversion of money failed - {0}
 
60
postgresql.noupdate:This ResultSet is not updateable.
 
61
postgresql.notsensitive:This ResultSet is not sensitive to realtime updates after the query has run.
 
62
postgresql.psqlnotimp:The backend currently does not support this feature.
 
63
postgresql.prep.is:InputStream as parameter not supported
 
64
postgresql.prep.param:No value specified for parameter {0}
 
65
postgresql.prep.range:Parameter index out of range.
 
66
postgresql.prep.type:Unknown Types value.
 
67
postgresql.res.badbigdec:Bad BigDecimal {0}
 
68
postgresql.res.badbyte:Плохой Byte {0}
 
69
postgresql.res.baddate:Bad Date Format at {0} in {1}
 
70
postgresql.res.baddouble:Плохой Double {0}
 
71
postgresql.res.badfloat:Плохой Float {0}
 
72
postgresql.res.badint:Плохой Integer {0}
 
73
postgresql.res.badlong:Плохой Long {0}
 
74
postgresql.res.badshort:Плохой Short {0}
 
75
postgresql.res.badtime:Bad Time {0}
 
76
postgresql.res.badtimestamp:Bad Timestamp Format at {0} in {1}
 
77
postgresql.res.closed:Result set is closed.  Operation is not permitted.
 
78
postgresql.res.colname:The column name {0} not found.
 
79
postgresql.res.colrange:Индекс колонки вне диапазона.
 
80
postgresql.res.nextrequired:Result set not positioned properly, perhaps you need to call next().
 
81
postgresql.serial.interface:Нельзя сериализовать интерфейс.
 
82
postgresql.serial.namelength:Class & Package name length cannot be longer than 64 characters. {0} is {1} characters.
 
83
postgresql.serial.noclass:Класс не найден для {0}
 
84
postgresql.serial.table:The table for {0} is not in the database. Contact the DBA, as the database is in an inconsistent state.
 
85
postgresql.serial.underscore:Class names may not have _ in them. You supplied {0}.
 
86
postgresql.stat.batch.error:Batch entry {0} {1} was aborted. Call getNextException() to see the cause.
 
87
postgresql.stat.noresult:No results were returned by the query.
 
88
postgresql.stat.result:A result was returned when none was expected.
 
89
postgresql.stream.eof:The backend has broken the connection. Possibly the action you have attempted has caused it to close.
 
90
postgresql.stream.flush:An I/O error has occured while flushing the output - {0}
 
91
postgresql.stream.ioerror:An I/O error occured while reading from backend - {0}
 
92
postgresql.stream.toomuch:Too much data was received.
 
93
postgresql.unusual:Something unusual has occured to cause the driver to fail. Please report this exception: {0}
 
94
postgresql.unimplemented:This method is not yet implemented.
 
95
postgresql.unexpected:An unexpected result was returned by a query.
 
96
postgresql.updateable.notupdateable: Result Set not updateable. The query that generated this result set must select only one table, and must select all primary keys from that table. See the JDBC 2.1 API Specification, section 5.6 for more details.
 
97
postgresql.updateable.oninsertrow:Can not call deleteRow() when on insert row
 
98
postgresql.updateable.emptydelete:Can't deleteRow() on empty result set
 
99
postgresql.updateable.beforestartdelete:Before start of result set. Can not call deleteRow().
 
100
postgresql.updateable.afterlastdelete:After end of result set. Can not call deleteRow().
 
101
postgresql.updateable.notoninsertrow:Not on insert row.
 
102
postgresql.updateable.ioerror:ошибка Input Stream - {0}
 
103
postgresql.call.noreturntype:A CallableStatement Function was declared but no call to 'registerOutParameter (1, <some_type>)' was made.
 
104
postgresql.call.noinout:PostgreSQL only supports function return value [@ 1] (no OUT or INOUT arguments)
 
105
postgresql.call.procasfunc:This Statement [{0}] defines a procedure call (needs ?= call <stmt> to be considered a function.
 
106
postgresql.call.malformed:Malformed stmt [{0}] usage : {1}
 
107
postgresql.call.funcover:Cannot execute Query a call to setXXX (1, ..) was made where argument 1 is the return value of a function.
 
108
postgresql.call.wrongget:Parameter of type {0} was registered but call to get{1} (sqltype={2}) was made.
 
109
postgresql.call.noreturnval:A CallableStatement Function was executed with nothing returned.
 
110
postgresql.call.wrongrtntype:A CallableStatement Function was executed and the return was of type ({0}) however type={1} was registered.
 
111
postgresql.input.fetch.gt0:Fetch size must be a value greater than or equal to 0.
 
112
postgresql.input.query.gt0:Query Timeout must be a value greater than or equal to 0.
 
113
postgresql.input.rows.gt0:Maximum number of rows must be a value greater than or equal to 0.
 
114
postgresql.format.baddate:The date given: {0} does not match the format required: {1}.
 
115
postgresql.format.badtime:The time given: {0} does not match the format required: {1}.
 
116
postgresql.format.badtimestamp:The timestamp given {0} does not match the format required: {1}.
 
117
postgresql.input.field.gt0:The maximum field size must be a value greater than or equal to 0.