summaryrefslogtreecommitdiff
path: root/src/pl/plpython/po
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2016-03-28 08:44:53 +0200
committerPeter Eisentraut <peter_e@gmx.net>2016-03-28 08:44:53 +0200
commitd6e740129a1be7ef751d976c21b48904e151e3be (patch)
treef2e42725075cc404ebbee386ffafc002c1c504b5 /src/pl/plpython/po
parent4a1d57d4dafe543fa5be2f6546df97c5ce5d8f63 (diff)
Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 0ffb9ae13cb7e2a9480ed8ee34071074bd80a7aa
Diffstat (limited to 'src/pl/plpython/po')
-rw-r--r--src/pl/plpython/po/fr.po208
-rw-r--r--src/pl/plpython/po/pl.po58
-rw-r--r--src/pl/plpython/po/pt_BR.po32
3 files changed, 161 insertions, 137 deletions
diff --git a/src/pl/plpython/po/fr.po b/src/pl/plpython/po/fr.po
index 6c7e535ead6..4958c7852a5 100644
--- a/src/pl/plpython/po/fr.po
+++ b/src/pl/plpython/po/fr.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2015-02-08 09:07+0000\n"
-"PO-Revision-Date: 2015-02-08 11:08+0100\n"
+"POT-Creation-Date: 2016-02-17 02:37+0000\n"
+"PO-Revision-Date: 2016-02-21 15:46+0100\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: French <guillaume@lelarge.info>\n"
"Language: fr\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Poedit 1.7.3\n"
+"X-Generator: Poedit 1.8.6\n"
#: plpy_cursorobject.c:98
#, c-format
@@ -29,12 +29,12 @@ msgstr "plpy.cursor attendait une requête ou un plan"
msgid "plpy.cursor takes a sequence as its second argument"
msgstr "plpy.cursor prends une séquence dans son second argument"
-#: plpy_cursorobject.c:187 plpy_spi.c:223
+#: plpy_cursorobject.c:187 plpy_spi.c:217
#, c-format
msgid "could not execute plan"
msgstr "n'a pas pu exécuter le plan"
-#: plpy_cursorobject.c:190 plpy_spi.c:226
+#: plpy_cursorobject.c:190 plpy_spi.c:220
#, c-format
msgid "Expected sequence of %d argument, got %d: %s"
msgid_plural "Expected sequence of %d arguments, got %d: %s"
@@ -61,7 +61,7 @@ msgstr "récupérer à partir d'un curseur fermé"
msgid "closing a cursor in an aborted subtransaction"
msgstr "fermeture d'un curseur dans une sous-transaction annulée"
-#: plpy_elog.c:103 plpy_elog.c:104 plpy_plpymodule.c:420
+#: plpy_elog.c:103 plpy_elog.c:104 plpy_plpymodule.c:419
#, c-format
msgid "%s"
msgstr "%s"
@@ -100,134 +100,144 @@ msgstr "erreur lors de la récupération du prochain élément de l'itérateur"
msgid "PL/Python function with return type \"void\" did not return None"
msgstr "la fonction PL/python avec un code de retour « void » ne renvoyait pas None"
-#: plpy_exec.c:289 plpy_exec.c:315
+#: plpy_exec.c:291 plpy_exec.c:317
#, c-format
msgid "unexpected return value from trigger procedure"
msgstr "valeur de retour inattendue de la procédure trigger"
-#: plpy_exec.c:290
+#: plpy_exec.c:292
#, c-format
msgid "Expected None or a string."
msgstr "Attendait None ou une chaîne de caractères."
-#: plpy_exec.c:305
+#: plpy_exec.c:307
#, c-format
msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
msgstr ""
"la fonction trigger PL/python a renvoyé « MODIFY » dans un trigger DELETE\n"
"-- ignoré"
-#: plpy_exec.c:316
+#: plpy_exec.c:318
#, c-format
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
msgstr "Attendait None, « OK », « SKIP » ou « MODIFY »."
-#: plpy_exec.c:397
+#: plpy_exec.c:399
#, c-format
msgid "PyList_SetItem() failed, while setting up arguments"
msgstr "échec de PyList_SetItem() lors de l'initialisation des arguments"
-#: plpy_exec.c:401
+#: plpy_exec.c:403
#, c-format
msgid "PyDict_SetItemString() failed, while setting up arguments"
msgstr "échec de PyDict_SetItemString() lors de l'initialisation des arguments"
-#: plpy_exec.c:413
+#: plpy_exec.c:415
#, c-format
msgid "function returning record called in context that cannot accept type record"
msgstr ""
"fonction renvoyant le type record appelée dans un contexte qui ne peut pas\n"
"accepter le type record"
-#: plpy_exec.c:451
+#: plpy_exec.c:453
#, c-format
msgid "while creating return value"
msgstr "lors de la création de la valeur de retour"
-#: plpy_exec.c:475
+#: plpy_exec.c:477
#, c-format
msgid "could not create new dictionary while building trigger arguments"
msgstr ""
"n'a pas pu créer un nouveau dictionnaire lors de la construction des\n"
"arguments du trigger"
-#: plpy_exec.c:663
+#: plpy_exec.c:666
#, c-format
msgid "TD[\"new\"] deleted, cannot modify row"
msgstr "TD[\"new\"] supprimé, ne peut pas modifier la ligne"
-#: plpy_exec.c:667
+#: plpy_exec.c:671
#, c-format
msgid "TD[\"new\"] is not a dictionary"
msgstr "TD[\"new\"] n'est pas un dictionnaire"
-#: plpy_exec.c:691
+#: plpy_exec.c:696
#, c-format
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
msgstr "la clé TD[\"new\"] à la position ordinale %d n'est pas une chaîne"
-#: plpy_exec.c:697
+#: plpy_exec.c:703
#, c-format
msgid "key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering row"
msgstr ""
"la clé « %s » trouvée dans TD[\"new\"] n'existe pas comme colonne\n"
"de la ligne impactée par le trigger"
-#: plpy_exec.c:777
+#: plpy_exec.c:783
#, c-format
msgid "while modifying trigger row"
msgstr "lors de la modification de la ligne du trigger"
-#: plpy_exec.c:838
+#: plpy_exec.c:844
#, c-format
msgid "forcibly aborting a subtransaction that has not been exited"
msgstr "annulation forcée d'une sous-transaction qui n'a jamais été quittée"
-#: plpy_main.c:93
+#: plpy_main.c:124
#, c-format
msgid "Python major version mismatch in session"
msgstr "Différence de version majeure de Python dans la session"
-#: plpy_main.c:94
+#: plpy_main.c:125
#, c-format
msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
msgstr ""
"Cette session a auparavant utilisé la version majeure %d de Python et elle\n"
"essaie maintenant d'utiliser la version majeure %d."
-#: plpy_main.c:96
+#: plpy_main.c:127
#, c-format
msgid "Start a new session to use a different Python major version."
msgstr ""
"Lancez une nouvelle session pour utiliser une version majeure différente de\n"
"Python."
-#: plpy_main.c:111
+#: plpy_main.c:150
+#, c-format
+msgid "multiple Python libraries are present in session"
+msgstr "plusieurs bibliothèques Python sont présentes dans la session"
+
+#: plpy_main.c:151
+#, c-format
+msgid "Only one Python major version can be used in one session."
+msgstr "Seule une version majeure de Python peut être utilisée dans une session."
+
+#: plpy_main.c:167
#, c-format
msgid "untrapped error in initialization"
msgstr "erreur non récupérée dans l'initialisation"
-#: plpy_main.c:134
+#: plpy_main.c:190
#, c-format
msgid "could not import \"__main__\" module"
msgstr "n'a pas pu importer le module « __main__ »"
-#: plpy_main.c:139
+#: plpy_main.c:195
#, c-format
msgid "could not create globals"
msgstr "n'a pas pu créer les globales"
-#: plpy_main.c:143
+#: plpy_main.c:199
#, c-format
msgid "could not initialize globals"
msgstr "n'a pas pu initialiser les variables globales"
-#: plpy_main.c:347
+#: plpy_main.c:409
#, c-format
msgid "PL/Python function \"%s\""
msgstr "fonction PL/python « %s »"
-#: plpy_main.c:354
+#: plpy_main.c:416
#, c-format
msgid "PL/Python anonymous code block"
msgstr "bloc de code PL/Python anonyme"
@@ -252,41 +262,41 @@ msgstr "n'a pas pu ajouter le module « spiexceptions »"
msgid "could not create the base SPI exceptions"
msgstr "n'a pas pu créer les exceptions SPI de base"
-#: plpy_plpymodule.c:253 plpy_plpymodule.c:257
+#: plpy_plpymodule.c:252 plpy_plpymodule.c:256
#, c-format
msgid "could not generate SPI exceptions"
msgstr "n'a pas pu générer les exceptions SPI"
-#: plpy_plpymodule.c:388
+#: plpy_plpymodule.c:387
#, c-format
msgid "could not unpack arguments in plpy.elog"
msgstr "n'a pas pu déballer les arguments dans plpy.elog"
-#: plpy_plpymodule.c:396
+#: plpy_plpymodule.c:395
msgid "could not parse error message in plpy.elog"
msgstr "n'a pas pu analyser le message d'erreur dans plpy.elog"
-#: plpy_procedure.c:200
+#: plpy_procedure.c:223
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "les fonctions trigger peuvent seulement être appelées par des triggers"
-#: plpy_procedure.c:205 plpy_typeio.c:409
+#: plpy_procedure.c:228
#, c-format
msgid "PL/Python functions cannot return type %s"
msgstr "les fonctions PL/python ne peuvent pas renvoyer le type %s"
-#: plpy_procedure.c:287
+#: plpy_procedure.c:310
#, c-format
msgid "PL/Python functions cannot accept type %s"
msgstr "les fonctions PL/python ne peuvent pas accepter le type %s"
-#: plpy_procedure.c:383
+#: plpy_procedure.c:408
#, c-format
msgid "could not compile PL/Python function \"%s\""
msgstr "n'a pas pu compiler la fonction PL/python « %s »"
-#: plpy_procedure.c:386
+#: plpy_procedure.c:411
#, c-format
msgid "could not compile anonymous PL/Python code block"
msgstr "n'a pas pu compiler le bloc de code anonyme PL/python"
@@ -306,27 +316,22 @@ msgstr "le second argument de plpy.prepare doit être une séquence"
msgid "plpy.prepare: type name at ordinal position %d is not a string"
msgstr "plpy.prepare : le nom du type sur la position ordinale %d n'est pas une chaîne"
-#: plpy_spi.c:138
-#, c-format
-msgid "plpy.prepare does not support composite types"
-msgstr "plpy.prepare ne supporte pas les types composites"
-
-#: plpy_spi.c:188
+#: plpy_spi.c:182
#, c-format
msgid "plpy.execute expected a query or a plan"
msgstr "plpy.prepare attendait une requête ou un plan"
-#: plpy_spi.c:207
+#: plpy_spi.c:201
#, c-format
msgid "plpy.execute takes a sequence as its second argument"
msgstr "plpy.execute prends une séquence dans son second argument"
-#: plpy_spi.c:331
+#: plpy_spi.c:325
#, c-format
msgid "SPI_execute_plan failed: %s"
msgstr "échec de SPI_execute_plan : %s"
-#: plpy_spi.c:373
+#: plpy_spi.c:367
#, c-format
msgid "SPI_execute failed: %s"
msgstr "échec de SPI_execute : %s"
@@ -351,91 +356,86 @@ msgstr "cette sous-transaction n'a jamais été utilisée"
msgid "there is no subtransaction to exit from"
msgstr "il n'y a pas de transaction à quitter"
-#: plpy_typeio.c:294
+#: plpy_typeio.c:302
#, c-format
msgid "could not create new dictionary"
msgstr "n'a pas pu créer le nouveau dictionnaire"
-#: plpy_typeio.c:411
-#, c-format
-msgid "PL/Python does not support conversion to arrays of row types."
-msgstr "PL/Python ne supporte pas les conversions vers des tableaux de types row."
-
-#: plpy_typeio.c:540
+#: plpy_typeio.c:564
#, c-format
msgid "could not import a module for Decimal constructor"
msgstr "n'a pas pu importer un module pour le constructeur Decimal"
-#: plpy_typeio.c:544
+#: plpy_typeio.c:568
#, c-format
msgid "no Decimal attribute in module"
msgstr "pas d'attribut Decimal dans le module"
-#: plpy_typeio.c:550
+#: plpy_typeio.c:574
#, c-format
msgid "conversion from numeric to Decimal failed"
msgstr "échec de la conversion numeric vers Decimal"
-#: plpy_typeio.c:619
+#: plpy_typeio.c:649
#, c-format
msgid "cannot convert multidimensional array to Python list"
msgstr "ne peut pas convertir un tableau multidimensionnel en liste Python"
-#: plpy_typeio.c:620
+#: plpy_typeio.c:650
#, c-format
msgid "PL/Python only supports one-dimensional arrays."
msgstr "PL/Python supporte seulement les tableaux uni-dimensionnels."
-#: plpy_typeio.c:626
+#: plpy_typeio.c:656
#, c-format
msgid "could not create new Python list"
msgstr "n'a pas pu créer la nouvelle liste Python"
-#: plpy_typeio.c:685
+#: plpy_typeio.c:715
#, c-format
msgid "could not create bytes representation of Python object"
msgstr "n'a pas pu créer une représentation octets de l'objet Python"
-#: plpy_typeio.c:777
+#: plpy_typeio.c:820
#, c-format
msgid "could not create string representation of Python object"
msgstr "n'a pas pu créer une représentation chaîne de caractères de l'objet Python"
-#: plpy_typeio.c:788
+#: plpy_typeio.c:831
#, c-format
msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
msgstr "n'a pas pu convertir l'objet Python en csting : la représentation de la chaîne Python contient des octets nuls"
-#: plpy_typeio.c:823
+#: plpy_typeio.c:877
#, c-format
msgid "return value of function with array return type is not a Python sequence"
msgstr "la valeur de retour de la fonction de type tableau n'est pas une séquence Python"
-#: plpy_typeio.c:930
+#: plpy_typeio.c:992
#, c-format
msgid "key \"%s\" not found in mapping"
msgstr "la clé « %s » introuvable dans la correspondance"
-#: plpy_typeio.c:931
+#: plpy_typeio.c:993
#, c-format
msgid "To return null in a column, add the value None to the mapping with the key named after the column."
msgstr ""
"Pour renvoyer NULL dans une colonne, ajoutez la valeur None à la\n"
"correspondance de la clé nommée d'après la colonne."
-#: plpy_typeio.c:979
+#: plpy_typeio.c:1044
#, c-format
msgid "length of returned sequence did not match number of columns in row"
msgstr ""
"la longueur de la séquence renvoyée ne correspondait pas au nombre de\n"
"colonnes dans la ligne"
-#: plpy_typeio.c:1087
+#: plpy_typeio.c:1155
#, c-format
msgid "attribute \"%s\" does not exist in Python object"
msgstr "l'attribut « %s » n'existe pas dans l'objet Python"
-#: plpy_typeio.c:1088
+#: plpy_typeio.c:1156
#, c-format
msgid "To return null in a column, let the returned object have an attribute named after column with value None."
msgstr ""
@@ -452,52 +452,58 @@ msgstr "n'a pas pu convertir l'objet Unicode Python en octets"
msgid "could not extract bytes from encoded string"
msgstr "n'a pas pu extraire les octets de la chaîne encodée"
-#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
-#~ msgstr "erreur inconnue dans PLy_spi_execute_fetch_result"
+#~ msgid "PL/Python function \"%s\" could not execute plan"
+#~ msgstr "la fonction PL/python « %s » n'a pas pu exécuter un plan"
-#~ msgid "PyCObject_AsVoidPtr() failed"
-#~ msgstr "échec de PyCObject_AsVoidPtr()"
+#~ msgid "could not create string representation of Python object in PL/Python function \"%s\" while creating return value"
+#~ msgstr ""
+#~ "n'a pas pu créer la représentation en chaîne de caractère de l'objet\n"
+#~ "Python dans la fonction PL/python « %s » lors de la création de la valeur\n"
+#~ "de retour"
-#~ msgid "PyCObject_FromVoidPtr() failed"
-#~ msgstr "échec de PyCObject_FromVoidPtr()"
+#~ msgid "could not compute string representation of Python object in PL/Python function \"%s\" while modifying trigger row"
+#~ msgstr ""
+#~ "n'a pas pu traiter la représentation de la chaîne d'un objet Python dans\n"
+#~ "la fonction PL/Python « %s » lors de la modification de la ligne du trigger"
-#~ msgid "transaction aborted"
-#~ msgstr "transaction annulée"
+#~ msgid "PL/Python function \"%s\" failed"
+#~ msgstr "échec de la fonction PL/python « %s »"
-#~ msgid "invalid arguments for plpy.prepare"
-#~ msgstr "arguments invalides pour plpy.prepare"
+#~ msgid "out of memory"
+#~ msgstr "mémoire épuisée"
-#~ msgid "unrecognized error in PLy_spi_prepare"
-#~ msgstr "erreur inconnue dans PLy_spi_prepare"
+#~ msgid "PL/Python: %s"
+#~ msgstr "PL/python : %s"
-#~ msgid "unrecognized error in PLy_spi_execute_plan"
-#~ msgstr "erreur inconnue dans PLy_spi_execute_plan"
+#~ msgid "could not create procedure cache"
+#~ msgstr "n'a pas pu créer le cache de procédure"
#~ msgid "unrecognized error in PLy_spi_execute_query"
#~ msgstr "erreur inconnue dans PLy_spi_execute_query"
-#~ msgid "could not create procedure cache"
-#~ msgstr "n'a pas pu créer le cache de procédure"
+#~ msgid "unrecognized error in PLy_spi_execute_plan"
+#~ msgstr "erreur inconnue dans PLy_spi_execute_plan"
-#~ msgid "PL/Python: %s"
-#~ msgstr "PL/python : %s"
+#~ msgid "unrecognized error in PLy_spi_prepare"
+#~ msgstr "erreur inconnue dans PLy_spi_prepare"
-#~ msgid "out of memory"
-#~ msgstr "mémoire épuisée"
+#~ msgid "invalid arguments for plpy.prepare"
+#~ msgstr "arguments invalides pour plpy.prepare"
-#~ msgid "PL/Python function \"%s\" failed"
-#~ msgstr "échec de la fonction PL/python « %s »"
+#~ msgid "transaction aborted"
+#~ msgstr "transaction annulée"
-#~ msgid "could not compute string representation of Python object in PL/Python function \"%s\" while modifying trigger row"
-#~ msgstr ""
-#~ "n'a pas pu traiter la représentation de la chaîne d'un objet Python dans\n"
-#~ "la fonction PL/Python « %s » lors de la modification de la ligne du trigger"
+#~ msgid "PyCObject_FromVoidPtr() failed"
+#~ msgstr "échec de PyCObject_FromVoidPtr()"
-#~ msgid "could not create string representation of Python object in PL/Python function \"%s\" while creating return value"
-#~ msgstr ""
-#~ "n'a pas pu créer la représentation en chaîne de caractère de l'objet\n"
-#~ "Python dans la fonction PL/python « %s » lors de la création de la valeur\n"
-#~ "de retour"
+#~ msgid "PyCObject_AsVoidPtr() failed"
+#~ msgstr "échec de PyCObject_AsVoidPtr()"
-#~ msgid "PL/Python function \"%s\" could not execute plan"
-#~ msgstr "la fonction PL/python « %s » n'a pas pu exécuter un plan"
+#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
+#~ msgstr "erreur inconnue dans PLy_spi_execute_fetch_result"
+
+#~ msgid "PL/Python does not support conversion to arrays of row types."
+#~ msgstr "PL/Python ne supporte pas les conversions vers des tableaux de types row."
+
+#~ msgid "plpy.prepare does not support composite types"
+#~ msgstr "plpy.prepare ne supporte pas les types composites"
diff --git a/src/pl/plpython/po/pl.po b/src/pl/plpython/po/pl.po
index db8d7dab93d..7e37cf27801 100644
--- a/src/pl/plpython/po/pl.po
+++ b/src/pl/plpython/po/pl.po
@@ -2,13 +2,13 @@
# Copyright (C) 2011 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Begina Felicysym <begina.felicysym@wp.eu>, 2011, 2012.
-# grzegorz <begina.felicysym@wp.eu>, 2014, 2015.
+# grzegorz <begina.felicysym@wp.eu>, 2014, 2015, 2016.
msgid ""
msgstr ""
"Project-Id-Version: plpython (PostgreSQL 9.1)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2015-08-15 18:37+0000\n"
-"PO-Revision-Date: 2015-08-16 16:59+0200\n"
+"POT-Creation-Date: 2016-02-13 23:07+0000\n"
+"PO-Revision-Date: 2016-02-14 01:09+0200\n"
"Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
"Language-Team: begina.felicysym@wp.eu\n"
"Language: pl\n"
@@ -74,11 +74,8 @@ msgstr "nieobsługiwany tryb zwracania przez funkcję grupy"
#: plpy_exec.c:92
#, c-format
-#| msgid "PL/Python set-returning functions only support returning only value per call."
msgid "PL/Python set-returning functions only support returning one value per call."
-msgstr ""
-"funkcje zwracające grupę PL/Python obsługuje tylko zwracanie jednej wartości "
-"w wywołaniu."
+msgstr "funkcje zwracające grupę PL/Python obsługuje tylko zwracanie jednej wartości w wywołaniu."
#: plpy_exec.c:104
#, c-format
@@ -175,47 +172,58 @@ msgstr "podczas modyfikowania wiersza wyzwalacza"
msgid "forcibly aborting a subtransaction that has not been exited"
msgstr "wymuszone przerywanie podtransakcji, która nie została zakończona"
-#: plpy_main.c:93
+#: plpy_main.c:124
#, c-format
msgid "Python major version mismatch in session"
msgstr "niezgodna wersja główna Python w sesji"
-#: plpy_main.c:94
+#: plpy_main.c:125
#, c-format
msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
msgstr "Ta sesja używała poprzednio Python w głównej wersji %d, teraz próbuje użyć Python w głównej wersji %d."
-#: plpy_main.c:96
+#: plpy_main.c:127
#, c-format
msgid "Start a new session to use a different Python major version."
msgstr "Uruchom nową sesję aby użyć innej głównej wersji Python."
-#: plpy_main.c:111
+#: plpy_main.c:150
+#, c-format
+msgid "multiple Python libraries are present in session"
+msgstr "kilka bibliotek Python jest dostępne w sesji"
+
+#: plpy_main.c:151
+#, c-format
+#| msgid "Python major version mismatch in session"
+msgid "Only one Python major version can be used in one session."
+msgstr "Tylko jedna podstawowa wersja Python może być używana w sesji."
+
+#: plpy_main.c:167
#, c-format
msgid "untrapped error in initialization"
msgstr "niewyłapany błąd w inicjacji"
-#: plpy_main.c:134
+#: plpy_main.c:190
#, c-format
msgid "could not import \"__main__\" module"
msgstr "nie można zaimportować modułu \"__main__\""
-#: plpy_main.c:139
+#: plpy_main.c:195
#, c-format
msgid "could not create globals"
msgstr "nie można utworzyć zmiennych globalnych"
-#: plpy_main.c:143
+#: plpy_main.c:199
#, c-format
msgid "could not initialize globals"
msgstr "nie można zainicjować zmiennych globalnych"
-#: plpy_main.c:348
+#: plpy_main.c:409
#, c-format
msgid "PL/Python function \"%s\""
msgstr "funkcja PL/Python \"%s\""
-#: plpy_main.c:355
+#: plpy_main.c:416
#, c-format
msgid "PL/Python anonymous code block"
msgstr "anonimowy blok kodu PL/Python"
@@ -389,27 +397,27 @@ msgstr "nie można zmienić obiektu Python na cstring: reprezentacja ciągu znak
msgid "return value of function with array return type is not a Python sequence"
msgstr "wartość zwrócona przez funkcję zwracającą tablicę nie jest sekwencją Python"
-#: plpy_typeio.c:982
+#: plpy_typeio.c:992
#, c-format
msgid "key \"%s\" not found in mapping"
msgstr "nie odnaleziono klucza \"%s\" w mapowaniu"
-#: plpy_typeio.c:983
+#: plpy_typeio.c:993
#, c-format
msgid "To return null in a column, add the value None to the mapping with the key named after the column."
msgstr "Aby zwrócić null w kolumnie, dodaj wartość None do mapowania z kluczem nazwanym wedle kolumny."
-#: plpy_typeio.c:1034
+#: plpy_typeio.c:1044
#, c-format
msgid "length of returned sequence did not match number of columns in row"
msgstr "długość zwróconej sekwencji nie jest równa liczbie kolumn w wierszu"
-#: plpy_typeio.c:1145
+#: plpy_typeio.c:1155
#, c-format
msgid "attribute \"%s\" does not exist in Python object"
msgstr "atrybut \"%s\" nie istnieje w obiekcie Python"
-#: plpy_typeio.c:1146
+#: plpy_typeio.c:1156
#, c-format
msgid "To return null in a column, let the returned object have an attribute named after column with value None."
msgstr "Aby zwrócić null w kolumnie, niech zwrócony obiekt posiada atrybut nazwany wedle kolumny z wartością None."
@@ -424,11 +432,11 @@ msgstr "nie można zmienić obiektu unikodowego Python na bajty"
msgid "could not extract bytes from encoded string"
msgstr "nie można wyciągnąć bajtów z kodowanego ciągu znaków"
-#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
-#~ msgstr "nierozpoznany błąd w PLy_spi_execute_fetch_result"
+#~ msgid "plpy.prepare does not support composite types"
+#~ msgstr "plpy.prepare nie obsługuje typów złożonych"
#~ msgid "PL/Python does not support conversion to arrays of row types."
#~ msgstr "PL/Python nie obsługuje konwersji typów wierszowych na tablice."
-#~ msgid "plpy.prepare does not support composite types"
-#~ msgstr "plpy.prepare nie obsługuje typów złożonych"
+#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
+#~ msgstr "nierozpoznany błąd w PLy_spi_execute_fetch_result"
diff --git a/src/pl/plpython/po/pt_BR.po b/src/pl/plpython/po/pt_BR.po
index f65182fb531..973cee5fdcf 100644
--- a/src/pl/plpython/po/pt_BR.po
+++ b/src/pl/plpython/po/pt_BR.po
@@ -1,13 +1,13 @@
# Brazilian Portuguese message translation file for plpython
# Copyright (C) 2009 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
-# Euler Taveira de Oliveira <euler@timbira.com>, 2009-2015.
+# Euler Taveira de Oliveira <euler@timbira.com>, 2009-2016.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2015-09-17 22:32-0300\n"
+"POT-Creation-Date: 2016-02-13 17:22-0300\n"
"PO-Revision-Date: 2009-05-10 01:15-0300\n"
"Last-Translator: Euler Taveira de Oliveira <euler@timbira.com>\n"
"Language-Team: Brazilian Portuguese <pgbr-dev@listas.postgresql.org.br>\n"
@@ -169,47 +169,57 @@ msgstr "ao modificar registro de gatilho"
msgid "forcibly aborting a subtransaction that has not been exited"
msgstr "forçado a abortar subtransação que não foi concluída"
-#: plpy_main.c:93
+#: plpy_main.c:124
#, c-format
msgid "Python major version mismatch in session"
msgstr "versão do Python não corresponde na sessão"
-#: plpy_main.c:94
+#: plpy_main.c:125
#, c-format
msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
msgstr "Esta sessão utilizou Python versão %d, e agora está tentando utilizar Python versão %d."
-#: plpy_main.c:96
+#: plpy_main.c:127
#, c-format
msgid "Start a new session to use a different Python major version."
msgstr "Inicie uma nova sessão para utilizar uma versão diferente do Python."
-#: plpy_main.c:111
+#: plpy_main.c:150
+#, c-format
+msgid "multiple Python libraries are present in session"
+msgstr "múltiplas bibliotecas do Python estão presentes na sessão"
+
+#: plpy_main.c:151
+#, c-format
+msgid "Only one Python major version can be used in one session."
+msgstr "Apenas uma versão do Python pode ser utilizada na sessão."
+
+#: plpy_main.c:167
#, c-format
msgid "untrapped error in initialization"
msgstr "erro não interceptado na inicialização"
-#: plpy_main.c:134
+#: plpy_main.c:190
#, c-format
msgid "could not import \"__main__\" module"
msgstr "não pôde importar módulo \"__main__\""
-#: plpy_main.c:139
+#: plpy_main.c:195
#, c-format
msgid "could not create globals"
msgstr "não pôde criar globais"
-#: plpy_main.c:143
+#: plpy_main.c:199
#, c-format
msgid "could not initialize globals"
msgstr "não pôde inicializar globais"
-#: plpy_main.c:348
+#: plpy_main.c:409
#, c-format
msgid "PL/Python function \"%s\""
msgstr "função PL/Python \"%s\""
-#: plpy_main.c:355
+#: plpy_main.c:416
#, c-format
msgid "PL/Python anonymous code block"
msgstr "bloco de código PL/Python anônimo"