diff options
| author | Peter Eisentraut | 2009-04-09 19:38:53 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2009-04-09 19:38:53 +0000 |
| commit | 80a836cab4781c15a9c44c9fff8c771d031a4429 (patch) | |
| tree | 79be2a8859e6f22a2e09f679677dbeae2e5271d8 /src/pl/tcl | |
| parent | b6e42bdd92cc35ae3dfdbcc48fc6417280a14c42 (diff) | |
Translation updates for 8.4 beta
Diffstat (limited to 'src/pl/tcl')
| -rw-r--r-- | src/pl/tcl/nls.mk | 4 | ||||
| -rw-r--r-- | src/pl/tcl/po/de.po | 54 | ||||
| -rw-r--r-- | src/pl/tcl/po/es.po | 53 | ||||
| -rw-r--r-- | src/pl/tcl/po/fr.po | 56 |
4 files changed, 165 insertions, 2 deletions
diff --git a/src/pl/tcl/nls.mk b/src/pl/tcl/nls.mk index f47278901ec..e9e1f62e329 100644 --- a/src/pl/tcl/nls.mk +++ b/src/pl/tcl/nls.mk @@ -1,5 +1,5 @@ -# $PostgreSQL: pgsql/src/pl/tcl/nls.mk,v 1.2 2009/01/15 12:59:11 petere Exp $ +# $PostgreSQL: pgsql/src/pl/tcl/nls.mk,v 1.3 2009/04/09 19:38:53 petere Exp $ CATALOG_NAME := pltcl -AVAIL_LANGUAGES := +AVAIL_LANGUAGES := de es fr GETTEXT_FILES := pltcl.c GETTEXT_TRIGGERS:= errmsg errdetail errdetail_log errhint errcontext diff --git a/src/pl/tcl/po/de.po b/src/pl/tcl/po/de.po new file mode 100644 index 00000000000..391546d1588 --- /dev/null +++ b/src/pl/tcl/po/de.po @@ -0,0 +1,54 @@ +# German message translation file for PL/Tcl +# Peter Eisentraut <peter_e@gmx.net>, 2009. +# +# pgtranslation Id: pltcl.po,v 1.1 2009/01/14 22:07:09 petere Exp $ +# +# Use these quotes: »%s« +# +msgid "" +msgstr "" +"Project-Id-Version: PostgreSQL 8.4\n" +"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" +"POT-Creation-Date: 2009-01-14 21:58+0200\n" +"PO-Revision-Date: 2009-01-14 22:05+0200\n" +"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n" +"Language-Team: German <peter_e@gmx.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pltcl.c:1027 +#, c-format +msgid "%s" +msgstr "%s" + +#: pltcl.c:1028 +#, c-format +msgid "" +"%s\n" +"in PL/Tcl function \"%s\"" +msgstr "" +"%s\n" +"in PL/Tcl-Funktion »%s«" + +#: pltcl.c:1127 +msgid "out of memory" +msgstr "Speicher aufgebraucht" + +#: pltcl.c:1192 +msgid "trigger functions can only be called as triggers" +msgstr "Triggerfunktionen können nur als Trigger aufgerufen werden" + +#: pltcl.c:1201 +#, c-format +msgid "PL/Tcl functions cannot return type %s" +msgstr "PL/Tcl-Funktionen können keinen Rückgabetyp %s haben" + +#: pltcl.c:1213 +msgid "PL/Tcl functions cannot return composite types" +msgstr "PL/Tcl-Funktion können keine zusammengesetzten Typen zurückgeben" + +#: pltcl.c:1253 +#, c-format +msgid "PL/Tcl functions cannot accept type %s" +msgstr "PL/Tcl-Funktionen können Typ %s nicht annehmen" diff --git a/src/pl/tcl/po/es.po b/src/pl/tcl/po/es.po new file mode 100644 index 00000000000..c66dd05b24f --- /dev/null +++ b/src/pl/tcl/po/es.po @@ -0,0 +1,53 @@ +# Spanish translation file for ecpg +# Copyright (C) 2009 PostgreSQL Global Development Group +# This file is distributed under the same license as the PostgreSQL package. +# Emanuel Calvo Franco <postgres.arg@gmail.com>, 2009. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PostgreSQL 8.4\n" +"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" +"POT-Creation-Date: 2009-04-01 11:24+0000\n" +"PO-Revision-Date: 2009-04-01 12:00-0300\n" +"Last-Translator: Emanuel Calvo Franco <postgres.arg@gmail.com>\n" +"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pltcl.c:1027 +#, c-format +msgid "%s" +msgstr "%s" + +#: pltcl.c:1028 +#, c-format +msgid "" +"%s\n" +"in PL/Tcl function \"%s\"" +msgstr "" +"%s\n" +"en función PL/Tcl \"%s\"" + +#: pltcl.c:1127 +msgid "out of memory" +msgstr "memoria agotada" + +#: pltcl.c:1192 +msgid "trigger functions can only be called as triggers" +msgstr "las funciones disparadoras sólo pueden ser llamadas como disparadores" + +#: pltcl.c:1201 +#, c-format +msgid "PL/Tcl functions cannot return type %s" +msgstr "Las funciones PL/Tcl no pueden retornar tipo %s" + +#: pltcl.c:1213 +msgid "PL/Tcl functions cannot return composite types" +msgstr "Las funciones PL/Tcl no pueden retornar tipos compuestos" + +#: pltcl.c:1253 +#, c-format +msgid "PL/Tcl functions cannot accept type %s" +msgstr "Las funciones PL/Tcl no aceptan tipos %s" diff --git a/src/pl/tcl/po/fr.po b/src/pl/tcl/po/fr.po new file mode 100644 index 00000000000..0a52a4701fd --- /dev/null +++ b/src/pl/tcl/po/fr.po @@ -0,0 +1,56 @@ +# translation of pltcl.po to fr_fr +# french message translation file for pltcl +# +# $PostgreSQL: pgsql/src/pl/tcl/po/fr.po,v 1.1 2009/04/09 19:38:53 petere Exp $ +# +# Use these quotes: « %s » +# Guillaume Lelarge <guillaume@lelarge.info>, 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: PostgreSQL 8.4\n" +"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" +"POT-Creation-Date: 2009-04-05 05:22+0000\n" +"PO-Revision-Date: 2009-04-05 13:46+0100\n" +"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n" +"Language-Team: French <guillaume@lelarge.info>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pltcl.c:1027 +#, c-format +msgid "%s" +msgstr "%s" + +#: pltcl.c:1028 +#, c-format +msgid "" +"%s\n" +"in PL/Tcl function \"%s\"" +msgstr "" +"%s\n" +"dans la fonction PL/Tcl « %s »" + +#: pltcl.c:1127 +msgid "out of memory" +msgstr "mémoire épuisée" + +#: pltcl.c:1192 +msgid "trigger functions can only be called as triggers" +msgstr "les fonctions trigger peuvent seulement être appelées par des triggers" + +#: pltcl.c:1201 +#, c-format +msgid "PL/Tcl functions cannot return type %s" +msgstr "les fonctions PL/Tcl ne peuvent pas renvoyer le type %s" + +#: pltcl.c:1213 +msgid "PL/Tcl functions cannot return composite types" +msgstr "les fonctions PL/Tcl ne peuvent pas renvoyer des types composites" + +#: pltcl.c:1253 +#, c-format +msgid "PL/Tcl functions cannot accept type %s" +msgstr "les fonctions PL/Tcl ne peuvent pas accepter le type %s" + |
