# Czech message translation file for plperl # Copyright (C) 2012 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. # # Tomáš Vondra , 2012, 2013. msgid "" msgstr "" "Project-Id-Version: plperl-cs (PostgreSQL 9.3)\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2018-07-13 23:35+0000\n" "PO-Revision-Date: 2018-07-14 02:05+0200\n" "Last-Translator: Tomas Vondra \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.0.7\n" #: plperl.c:421 msgid "" "If true, trusted and untrusted Perl code will be compiled in strict mode." msgstr "" "Pokud je true, trusted a untrusted Perl kód bude zkompilován ve striktním " "módu." #: plperl.c:435 msgid "" "Perl initialization code to execute when a Perl interpreter is initialized." msgstr "Perl inicializační kód spouštěný při inicializaci Perl interpreteru." #: plperl.c:457 msgid "Perl initialization code to execute once when plperl is first used." msgstr "Perl inicializační kód spouštěný při prvním použití jazyka plperl." #: plperl.c:465 msgid "Perl initialization code to execute once when plperlu is first used." msgstr "Perl inicializační kód spouštěný při prvním použití jazyka plperlu." #: plperl.c:662 #, c-format msgid "cannot allocate multiple Perl interpreters on this platform" msgstr "na této platformě nelze alokovat více Perl interpreterů" #: plperl.c:685 plperl.c:869 plperl.c:875 plperl.c:992 plperl.c:1004 #: plperl.c:1047 plperl.c:1070 plperl.c:2125 plperl.c:2235 plperl.c:2303 #: plperl.c:2366 #, c-format msgid "%s" msgstr "%s" #: plperl.c:686 #, c-format msgid "while executing PostgreSQL::InServer::SPI::bootstrap" msgstr "během spouštění PostgreSQL::InServer::SPI::bootstrap" #: plperl.c:870 #, c-format msgid "while parsing Perl initialization" msgstr "během parsování Perl inicializace" #: plperl.c:876 #, c-format msgid "while running Perl initialization" msgstr "během běhu Perl inicializace" #: plperl.c:993 #, c-format msgid "while executing PLC_TRUSTED" msgstr "během spouštění PLC_TRUSTED" #: plperl.c:1005 #, c-format msgid "while executing utf8fix" msgstr "během spouštění utf8fix" #: plperl.c:1048 #, c-format msgid "while executing plperl.on_plperl_init" msgstr "během spouštění plperl.on_plperl_init" #: plperl.c:1071 #, c-format msgid "while executing plperl.on_plperlu_init" msgstr "během spouštění plperl.on_plperlu_init" #: plperl.c:1116 plperl.c:1766 #, c-format msgid "Perl hash contains nonexistent column \"%s\"" msgstr "Perl hash obsahuje neexistující sloupec \"%s\"" #: plperl.c:1204 #, c-format msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)" msgstr "počet rozměrů pole (%d) překračuje povolené maximum (%d)" #: plperl.c:1216 plperl.c:1233 #, c-format msgid "" "multidimensional arrays must have array expressions with matching dimensions" msgstr "vícerozměrná pole musí mít výrazy s odpovídajícími rozměry" #: plperl.c:1269 #, c-format msgid "cannot convert Perl array to non-array type %s" msgstr "Perlové pole nelze převést na typ %s který není pole" #: plperl.c:1371 #, c-format msgid "cannot convert Perl hash to non-composite type %s" msgstr "Perlový hash nelze převést na nekompozitní typ %s" #: plperl.c:1382 #, c-format msgid "" "function returning record called in context that cannot accept type record" msgstr "" "funkce vracející záznam byla zavolána z kontextu, který neumožňuje přijetí " "záznamu" #: plperl.c:1397 #, c-format msgid "PL/Perl function must return reference to hash or array" msgstr "PL/Perl funkce musí vracet odkaz na hash nebo pole" #: plperl.c:1434 #, c-format msgid "lookup failed for type %s" msgstr "vyhledávání selhalo pro typ %s" #: plperl.c:1743 #, c-format msgid "$_TD->{new} does not exist" msgstr "$_TD->{new} neexistuje" #: plperl.c:1747 #, c-format msgid "$_TD->{new} is not a hash reference" msgstr "$_TD->{new} není odkaz na hash" #: plperl.c:2000 plperl.c:2837 #, c-format msgid "PL/Perl functions cannot return type %s" msgstr "PL/Perl funkce nemohou vracet datový typ %s" #: plperl.c:2013 plperl.c:2882 #, c-format msgid "PL/Perl functions cannot accept type %s" msgstr "PL/Perl funkce nemohou přijímat datový typ %s" #: plperl.c:2130 #, c-format msgid "didn't get a CODE reference from compiling function \"%s\"" msgstr "z kompilované funkce se nepodařilo získat CODE referenci \"%s\"" #: plperl.c:2223 #, c-format msgid "didn't get a return item from function" msgstr "z funkce nebyla získána návratová hodnota" #: plperl.c:2267 plperl.c:2334 #, c-format msgid "couldn't fetch $_TD" msgstr "nelze načíst $_TD" #: plperl.c:2291 plperl.c:2354 #, c-format msgid "didn't get a return item from trigger function" msgstr "z triggeru nebyla získána návratová hodnota" #: plperl.c:2411 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "" "funkce vracející tabulku (set-valued) byla zavolána z kontextu, který " "neumožňuje přijetí tabulky" #: plperl.c:2456 #, c-format msgid "" "set-returning PL/Perl function must return reference to array or use " "return_next" msgstr "" "PL/Perl funkce vracející tabulku (set-returned) musí vracet odkaz na pole " "nebo používat return_next." #: plperl.c:2570 #, c-format msgid "ignoring modified row in DELETE trigger" msgstr "ignoruje modifikovaný řádek v DELETE triggeru" #: plperl.c:2578 #, c-format msgid "" "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\"" msgstr "" "výsledek PL/Perl trigger funkce musí být undef, \"SKIP\", nebo \"MODIFY\"" #: plperl.c:2755 plperl.c:2765 #, c-format msgid "out of memory" msgstr "paměť vyčerpána" #: plperl.c:2829 #, c-format msgid "trigger functions can only be called as triggers" msgstr "" "funkce pro obsluhu triggerů mohou být volané pouze prostřednictvím triggerů" #: plperl.c:3232 #, c-format msgid "cannot use return_next in a non-SETOF function" msgstr "" "return_next nelze použít v non-SETOF funkci (funkci nevracející tabulku)" #: plperl.c:3294 #, c-format msgid "" "SETOF-composite-returning PL/Perl function must call return_next with " "reference to hash" msgstr "" "PL/Perl funkce vracející tabulku složených typů (SETOF-composite-returning) " "musí volat return_next s odkazem na hash" #: plperl.c:4074 #, c-format msgid "PL/Perl function \"%s\"" msgstr "PL/Perl funkce \"%s\"" #: plperl.c:4086 #, c-format msgid "compilation of PL/Perl function \"%s\"" msgstr "kompilace PL/Perl funkce \"%s\"" #: plperl.c:4095 #, c-format msgid "PL/Perl anonymous code block" msgstr "PL/Perl anonymní blok kódu" #~ msgid "query result has too many rows to fit in a Perl array" #~ msgstr "výsledek dotazu má příliš mnoho řádek pro uložení do pole v Perlu" #~ msgid "cannot set system attribute \"%s\"" #~ msgstr "nelze nastavit systémový atribut \"%s\""