mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
> Shouldn't
>
> throw new PSQLException("metadata unavailable");
>
> in getTypeInfo() be something like:
>
> throw new PSQLException("postgresql.meta.unavailable");
>
> to allow translation of the error message in the
> errors*.properties files?
You're right. Attached is an updated patch that also includes a message
in error.properties. I've attempted a French message in
errors_fr.properties but beware that I haven't written French in quite a
few years. Don't know Italian, German, or Dutch so I can't do those.
Liam Stewart
7 lines
565 B
Properties
7 lines
565 B
Properties
# This is the french version of some errors. Errors not in this file
|
||
# are handled by the parent errors.properties file.
|
||
postgresql.jvm.version:Le fichier de postgresql.jar ne contient pas les classes correctes de JDBC pour ce JVM. Try que rebuilding.\nException jet<65>ées <20>était {0}
|
||
postgresql.metadata.unavailable: Les métadonnées ne sont pas disponibles.
|
||
postgresql.unusual:Quelque chose de peu commun s'est produit pour faire <20>échouer le gestionnaire. Veuillez enregistrer cette exception: {0}
|
||
postgresql.unimplemented:Cette m<>éthode n'est pas encore appliqu<71>ée.
|