Re: Patch to reduce the number of messages to translate

Поиск
Список
Период
Сортировка
От Xavier Poinsard
Тема Re: Patch to reduce the number of messages to translate
Дата
Msg-id 41C8297D.1090409@free.fr
обсуждение исходный текст
Ответ на Re: Patch to reduce the number of messages to translate  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Patch to reduce the number of messages to translate
Re: Patch to reduce the number of messages to translate
Список pgsql-jdbc
Here is the modified patch with hopefully no adjective problems.

The changes are now the following :

- "Conversion of box failed: {0}." => "Conversion to type {1} failed: {0}."
  with box,circle,line,lseg,point

- "The JVM claims not to support the ASCII encoding." => "The JVM claims
not to support the {0} encoding."
  with ASCII,UTF-8

- "Bad byte: {0}" => "Bad value for type {1}: {0}"
  with byte,short,int,long,BigDecimal,float,double,date

- "Cannot cast an instance of {0} to Types.BIT" => "Cannot cast an
instance of {0} to type {1}"
  with Types.BIT,Types.OTHER


Peter Eisentraut wrote:
> You could rephrase the messages like this:
>
>     invalid input value for type "{0}": {1}
>
> Then there should be no problem.
>


Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Xavier Poinsard"
Дата:
Сообщение: Re: Patch to reduce the number of messages to translate
Следующее
От: Nicolai Tufar
Дата:
Сообщение: Re: Patch to reduce the number of messages to translate