2013-05-05 22:34:23 -04:00
|
|
|
# plpython message translation file for plpython
|
|
|
|
|
# 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.
|
2016-05-09 10:04:41 -04:00
|
|
|
# grzegorz <begina.felicysym@wp.eu>, 2014, 2015, 2016.
|
2013-05-05 22:34:23 -04:00
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Project-Id-Version: plpython (PostgreSQL 9.1)\n"
|
|
|
|
|
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
2016-08-08 11:08:00 -04:00
|
|
|
"POT-Creation-Date: 2016-07-18 17:37+0000\n"
|
|
|
|
|
"PO-Revision-Date: 2016-07-18 23:19+0200\n"
|
2014-11-16 21:31:08 -05:00
|
|
|
"Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
|
|
|
|
|
"Language-Team: begina.felicysym@wp.eu\n"
|
2013-05-05 22:34:23 -04:00
|
|
|
"Language: pl\n"
|
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2014-11-16 21:31:08 -05:00
|
|
|
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
|
|
|
|
"|| n%100>=20) ? 1 : 2);\n"
|
2013-05-05 22:34:23 -04:00
|
|
|
"X-Generator: Virtaal 0.7.1\n"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_cursorobject.c:101
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "plpy.cursor expected a query or a plan"
|
|
|
|
|
msgstr "plpy.cursor oczekuje kwerendy lub planu"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_cursorobject.c:179
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "plpy.cursor takes a sequence as its second argument"
|
|
|
|
|
msgstr "plpy.cursor przyjmuje sekwencję jako drugi argument"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_cursorobject.c:195 plpy_spi.c:229
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not execute plan"
|
|
|
|
|
msgstr "nie można wykonać planu"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_cursorobject.c:198 plpy_spi.c:232
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "Expected sequence of %d argument, got %d: %s"
|
|
|
|
|
msgid_plural "Expected sequence of %d arguments, got %d: %s"
|
|
|
|
|
msgstr[0] "Oczekiwano sekwencji z %d argumentem, mamy %d: %s"
|
|
|
|
|
msgstr[1] "Oczekiwano sekwencji z %d argumentami, mamy %d: %s"
|
|
|
|
|
msgstr[2] "Oczekiwano sekwencji z %d argumentami, mamy %d: %s"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_cursorobject.c:354
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "iterating a closed cursor"
|
|
|
|
|
msgstr "iteracja zamkniętego kursora"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_cursorobject.c:362 plpy_cursorobject.c:427
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "iterating a cursor in an aborted subtransaction"
|
|
|
|
|
msgstr "iteracja kursora w przerwanej podtransakcji"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_cursorobject.c:419
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "fetch from a closed cursor"
|
|
|
|
|
msgstr "pobranie z zamkniętego kursora"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_cursorobject.c:467 plpy_spi.c:438
|
|
|
|
|
#, c-format
|
|
|
|
|
#| msgid "query result has too many rows to fit in a Perl array"
|
|
|
|
|
msgid "query result has too many rows to fit in a Python list"
|
|
|
|
|
msgstr "wynik zapytania ma za dużo wierszy by pomieścić w liście Python"
|
|
|
|
|
|
|
|
|
|
#: plpy_cursorobject.c:508
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "closing a cursor in an aborted subtransaction"
|
|
|
|
|
msgstr "zamknięcie kursora w przerwanej podtransakcji"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:527
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "%s"
|
|
|
|
|
msgstr "%s"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:140
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "unsupported set function return mode"
|
|
|
|
|
msgstr "nieobsługiwany tryb zwracania przez funkcję grupy"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:141
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
2016-05-09 10:04:41 -04:00
|
|
|
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."
|
2013-05-05 22:34:23 -04:00
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:154
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "returned object cannot be iterated"
|
|
|
|
|
msgstr "zwrócony obiekt nie może być przeiterowany"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:155
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "PL/Python set-returning functions must return an iterable object."
|
|
|
|
|
msgstr "funkcje PL/Python zwracające grupę muszą zwracać iterowalny obiekt."
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:169
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "error fetching next item from iterator"
|
|
|
|
|
msgstr "błąd pobierania następnego elementu z iteratora"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:210
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "PL/Python function with return type \"void\" did not return None"
|
|
|
|
|
msgstr "funkcja PL/Python zwracająca typ \"void\" nie zwróciła wartości None"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:374 plpy_exec.c:400
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "unexpected return value from trigger procedure"
|
|
|
|
|
msgstr "nieoczekiwana wartość zwracana przez procedury wyzwalacza"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:375
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "Expected None or a string."
|
|
|
|
|
msgstr "Oczekiwano None lub ciąg znaków."
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:390
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
|
|
|
|
|
msgstr "funkcja wyzwalacza PL/Python zwróciła \"MODIFY\" w wyzwalaczu DELETE -- zignorowano"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:401
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
|
|
|
|
|
msgstr "Oczekiwano None, \"OK\", \"SKIP\", lub \"MODIFY\"."
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:482
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "PyList_SetItem() failed, while setting up arguments"
|
|
|
|
|
msgstr "nie powiodło się PyList_SetItem() podczas ustawiania argumentów"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:486
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "PyDict_SetItemString() failed, while setting up arguments"
|
|
|
|
|
msgstr "nie powiodło się PyDict_SetItemString() podczas ustawiania argumentów"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:498
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "function returning record called in context that cannot accept type record"
|
|
|
|
|
msgstr "funkcja zwracająca rekord w wywołaniu, które nie akceptuje typów złożonych"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:714
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "while creating return value"
|
|
|
|
|
msgstr "podczas tworzenia wartości zwracanej"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:738
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not create new dictionary while building trigger arguments"
|
|
|
|
|
msgstr "nie można utworzyć nowego słownika w czasie tworzenia argumentów wyzwalacza"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:927
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "TD[\"new\"] deleted, cannot modify row"
|
|
|
|
|
msgstr "usunięto TD[\"new\"], nie można zmienić wiersza"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:932
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "TD[\"new\"] is not a dictionary"
|
|
|
|
|
msgstr "TD[\"new\"] nie jest słownikiem"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:957
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
|
|
|
|
|
msgstr "klucz słownika TD[\"new\"] na pozycji porządkowej %d nie jest ciągiem znaków"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:964
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering row"
|
|
|
|
|
msgstr "klucz \"%s\" znaleziony w TD[\"new\"] nie istnieje jako kolumna w wierszu obsługiwanym przez wyzwalacz"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:1044
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "while modifying trigger row"
|
|
|
|
|
msgstr "podczas modyfikowania wiersza wyzwalacza"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_exec.c:1105
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "forcibly aborting a subtransaction that has not been exited"
|
|
|
|
|
msgstr "wymuszone przerywanie podtransakcji, która nie została zakończona"
|
|
|
|
|
|
2016-05-09 10:04:41 -04:00
|
|
|
#: plpy_main.c:125
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
2016-05-09 10:04:41 -04:00
|
|
|
msgid "multiple Python libraries are present in session"
|
|
|
|
|
msgstr "kilka bibliotek Python jest dostępne w sesji"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_main.c:126
|
2016-05-09 10:04:41 -04:00
|
|
|
#, c-format
|
|
|
|
|
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."
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_main.c:142
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "untrapped error in initialization"
|
|
|
|
|
msgstr "niewyłapany błąd w inicjacji"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_main.c:165
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not import \"__main__\" module"
|
|
|
|
|
msgstr "nie można zaimportować modułu \"__main__\""
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_main.c:170
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not create globals"
|
|
|
|
|
msgstr "nie można utworzyć zmiennych globalnych"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_main.c:174
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not initialize globals"
|
|
|
|
|
msgstr "nie można zainicjować zmiennych globalnych"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_main.c:389
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "PL/Python function \"%s\""
|
|
|
|
|
msgstr "funkcja PL/Python \"%s\""
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_main.c:396
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "PL/Python anonymous code block"
|
|
|
|
|
msgstr "anonimowy blok kodu PL/Python"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_planobject.c:123
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "plan.status takes no arguments"
|
|
|
|
|
msgstr "plan.status nie przyjmuje żadnych argumentów"
|
|
|
|
|
|
|
|
|
|
#: plpy_plpymodule.c:178 plpy_plpymodule.c:181
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not import \"plpy\" module"
|
|
|
|
|
msgstr "nie można zaimportować modułu \"plpy\""
|
|
|
|
|
|
|
|
|
|
#: plpy_plpymodule.c:196
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not add the spiexceptions module"
|
|
|
|
|
msgstr "nie udało się dodać modułu spiexceptions"
|
|
|
|
|
|
|
|
|
|
#: plpy_plpymodule.c:217
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not create the base SPI exceptions"
|
|
|
|
|
msgstr "nie można stworzyć bazowych wyjątków SPI"
|
|
|
|
|
|
2016-05-09 10:04:41 -04:00
|
|
|
#: plpy_plpymodule.c:252 plpy_plpymodule.c:256
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not generate SPI exceptions"
|
|
|
|
|
msgstr "nie można wygenerować wyjątków SPI"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_plpymodule.c:422
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not unpack arguments in plpy.elog"
|
|
|
|
|
msgstr "nie można rozpakować argumentów w plpy.elog"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_plpymodule.c:431
|
2013-05-05 22:34:23 -04:00
|
|
|
msgid "could not parse error message in plpy.elog"
|
|
|
|
|
msgstr "nie można przetworzyć komunikatu błędu w plpy.elog"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_plpymodule.c:448
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Argument 'message' given by name and position"
|
|
|
|
|
msgstr "Argument 'message' przekazany przez nazwę i pozycję"
|
|
|
|
|
|
|
|
|
|
#: plpy_plpymodule.c:475
|
|
|
|
|
#, c-format
|
|
|
|
|
#| msgid "%s: invalid argument for option %s\n"
|
|
|
|
|
msgid "'%s' is an invalid keyword argument for this function"
|
|
|
|
|
msgstr "'%s' jest niepoprawnym słowem kluczowym argumentu dla tej funkcji"
|
|
|
|
|
|
|
|
|
|
#: plpy_plpymodule.c:486 plpy_plpymodule.c:492
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "invalid SQLSTATE code"
|
|
|
|
|
msgstr "błędny kod SQLSTATE"
|
|
|
|
|
|
|
|
|
|
#: plpy_procedure.c:232
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "trigger functions can only be called as triggers"
|
|
|
|
|
msgstr "procedury wyzwalaczy mogą być wywoływane jedynie przez wyzwalacze"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_procedure.c:237
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "PL/Python functions cannot return type %s"
|
|
|
|
|
msgstr "funkcje PL/Python nie mogą zwracać wartości typu %s"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_procedure.c:318
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "PL/Python functions cannot accept type %s"
|
|
|
|
|
msgstr "funkcje PL/Python nie obsługują typu %s"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_procedure.c:414
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not compile PL/Python function \"%s\""
|
|
|
|
|
msgstr "nie powiodła się kompilacja funkcji PL/Python \"%s\""
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_procedure.c:417
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not compile anonymous PL/Python code block"
|
|
|
|
|
msgstr "nie udało się skompilować anonimowego bloku kodu PL/Python"
|
|
|
|
|
|
|
|
|
|
#: plpy_resultobject.c:145 plpy_resultobject.c:165 plpy_resultobject.c:185
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "command did not produce a result set"
|
|
|
|
|
msgstr "polecenie nie utworzyło zbioru wynikowego"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_spi.c:60
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "second argument of plpy.prepare must be a sequence"
|
|
|
|
|
msgstr "drugi argument plpy.prepare musi być sekwencją"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_spi.c:118
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "plpy.prepare: type name at ordinal position %d is not a string"
|
|
|
|
|
msgstr "plpy.prepare: nazwa typu na pozycji porządkowej %d nie jest ciągiem znaków"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_spi.c:194
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "plpy.execute expected a query or a plan"
|
|
|
|
|
msgstr "plpy.execute oczekuje kwerendy lub planu"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_spi.c:213
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "plpy.execute takes a sequence as its second argument"
|
|
|
|
|
msgstr "plpy.execute przyjmuje sekwencję jako drugi argument"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_spi.c:337
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "SPI_execute_plan failed: %s"
|
|
|
|
|
msgstr "nie powiódł się SPI_execute_plan: %s"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_spi.c:379
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "SPI_execute failed: %s"
|
|
|
|
|
msgstr "nie powiódł się SPI_execute: %s"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_subxactobject.c:123
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "this subtransaction has already been entered"
|
|
|
|
|
msgstr "ta podtransakcja już została wprowadzona"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_subxactobject.c:129 plpy_subxactobject.c:187
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "this subtransaction has already been exited"
|
|
|
|
|
msgstr "ta podtransakcja już została zakończona"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_subxactobject.c:181
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "this subtransaction has not been entered"
|
|
|
|
|
msgstr "ta podtransakcja nie została wprowadzona"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_subxactobject.c:193
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "there is no subtransaction to exit from"
|
|
|
|
|
msgstr "brak podtransakcji by z niej wyjść"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:286
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not create new dictionary"
|
|
|
|
|
msgstr "nie można utworzyć nowego słownika"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:560
|
2014-11-16 21:31:08 -05:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not import a module for Decimal constructor"
|
|
|
|
|
msgstr "nie można zaimportować modułu dla konstruktora Decimal"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:564
|
2014-11-16 21:31:08 -05:00
|
|
|
#, c-format
|
|
|
|
|
msgid "no Decimal attribute in module"
|
|
|
|
|
msgstr "brak atrybutu Decimal w module"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:570
|
2014-11-16 21:31:08 -05:00
|
|
|
#, c-format
|
|
|
|
|
msgid "conversion from numeric to Decimal failed"
|
|
|
|
|
msgstr "konwersja z numeric na Decimal nie powiodła się"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:645
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "cannot convert multidimensional array to Python list"
|
|
|
|
|
msgstr "nie można skonwertować tablicy wielowymiarowej na listę Python"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:646
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "PL/Python only supports one-dimensional arrays."
|
|
|
|
|
msgstr "PL/Python obsługuje tylko jednowymiarowe tablice."
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:652
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not create new Python list"
|
|
|
|
|
msgstr "nie można utworzyć nowej listy Python"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:711
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not create bytes representation of Python object"
|
|
|
|
|
msgstr "nie można utworzyć reprezentacji bajtowej obiektu Python"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:822
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not create string representation of Python object"
|
|
|
|
|
msgstr "nie można utworzyć reprezentacji znakowej obiektu Python"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:833
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
|
|
|
|
|
msgstr "nie można zmienić obiektu Python na cstring: reprezentacja ciągu znaków Python wydaje się zawierać puste bajty"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:879
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
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"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:1000
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "key \"%s\" not found in mapping"
|
|
|
|
|
msgstr "nie odnaleziono klucza \"%s\" w mapowaniu"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:1001
|
2013-05-05 22:34:23 -04:00
|
|
|
#, 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."
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:1052
|
2013-05-05 22:34:23 -04:00
|
|
|
#, 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"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:1163
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "attribute \"%s\" does not exist in Python object"
|
|
|
|
|
msgstr "atrybut \"%s\" nie istnieje w obiekcie Python"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_typeio.c:1164
|
2013-05-05 22:34:23 -04:00
|
|
|
#, 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."
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_util.c:36
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not convert Python Unicode object to bytes"
|
|
|
|
|
msgstr "nie można zmienić obiektu unikodowego Python na bajty"
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#: plpy_util.c:42
|
2013-05-05 22:34:23 -04:00
|
|
|
#, c-format
|
|
|
|
|
msgid "could not extract bytes from encoded string"
|
|
|
|
|
msgstr "nie można wyciągnąć bajtów z kodowanego ciągu znaków"
|
2014-11-16 21:31:08 -05:00
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
|
|
|
|
|
#~ msgstr "nierozpoznany błąd w PLy_spi_execute_fetch_result"
|
2016-05-09 10:04:41 -04:00
|
|
|
|
|
|
|
|
#~ msgid "PL/Python does not support conversion to arrays of row types."
|
|
|
|
|
#~ msgstr "PL/Python nie obsługuje konwersji typów wierszowych na tablice."
|
|
|
|
|
|
2016-08-08 11:08:00 -04:00
|
|
|
#~ msgid "plpy.prepare does not support composite types"
|
|
|
|
|
#~ msgstr "plpy.prepare nie obsługuje typów złożonych"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Start a new session to use a different Python major version."
|
|
|
|
|
#~ msgstr "Uruchom nową sesję aby użyć innej głównej wersji Python."
|
|
|
|
|
|
|
|
|
|
#~ 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."
|
|
|
|
|
|
|
|
|
|
#~ msgid "Python major version mismatch in session"
|
|
|
|
|
#~ msgstr "niezgodna wersja główna Python w sesji"
|