diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2004-12-03 19:52:10 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2004-12-03 19:52:10 +0000 |
commit | 8d424b321737d8b28813bd709a9bdbdc0ef5df47 (patch) | |
tree | 40b8b4f7e5e8f52996078fd035f51d33fa124c0c /src | |
parent | 6ba32b24b28d10b24af92d1e8312cac4cef5ddb6 (diff) | |
download | postgresql-8d424b321737d8b28813bd709a9bdbdc0ef5df47.tar.gz postgresql-8d424b321737d8b28813bd709a9bdbdc0ef5df47.zip |
Translation fix by Julien Cristau
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/po/fr.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/po/fr.po b/src/backend/po/fr.po index 09fb4b891dc..2f854724769 100644 --- a/src/backend/po/fr.po +++ b/src/backend/po/fr.po @@ -1,7 +1,7 @@ # translation of postgres-fr.po to FR_fr # French message translation file for postgres # -# $Header: /cvsroot/pgsql/src/backend/po/fr.po,v 1.1.2.3 2004/09/20 08:07:15 petere Exp $ +# $Header: /cvsroot/pgsql/src/backend/po/fr.po,v 1.1.2.4 2004/12/03 19:52:10 petere Exp $ # # Use these quotes: «%s» # Guillaume Lelarge <gleu@wanadoo.fr>, 2003, 2004. @@ -1091,7 +1091,7 @@ msgstr "La colonne «%s» a le type composite %s" #: catalog/heap.c:734 catalog/index.c:522 commands/tablecmds.c:1292 #, c-format msgid "relation \"%s\" already exists" -msgstr "La relation «%s» n'existe pas" +msgstr "La relation «%s» existe déjà" #: catalog/heap.c:1556 commands/tablecmds.c:2812 commands/tablecmds.c:2854 #, c-format @@ -1605,7 +1605,7 @@ msgstr "Impossible d'utiliser un emplacement différent pour cette plateforme" #: commands/dbcommands.c:653 #, c-format msgid "database \"%s\" already exists" -msgstr "La base de données «%s» n'existe pas" +msgstr "La base de données «%s» existe déjà" #: commands/dbcommands.c:231 #, c-format |