]> granicus.if.org Git - postgresql/blob - src/pl/plperl/po/cs.po
Translation updates to fix build failures
[postgresql] / src / pl / plperl / po / cs.po
1 # Czech message translation file for plperl
2 # Copyright (C) 2012 PostgreSQL Global Development Group
3 # This file is distributed under the same license as the PostgreSQL package.
4 #
5 # Tomas Vondra <tv@fuzzy.cz>, 2012.
6
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PostgreSQL 9.2\n"
10 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
11 "POT-Creation-Date: 2012-09-18 16:39+0000\n"
12 "PO-Revision-Date: 2013-10-13 22:06-0400\n"
13 "Last-Translator: Tomas Vondra\n"
14 "Language-Team: Czech <kde-i18n-doc@kde.org>\n"
15 "Language: cs\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: plperl.c:386
21 msgid ""
22 "If true, trusted and untrusted Perl code will be compiled in strict mode."
23 msgstr ""
24 "Pokud je true, trusted a untrusted Perl kód bude zkompilován ve striktním "
25 "módu."
26
27 #: plperl.c:400
28 msgid ""
29 "Perl initialization code to execute when a Perl interpreter is initialized."
30 msgstr "Perl inicializační kód spouštěný při inicializaci Perl interpreteru."
31
32 #: plperl.c:422
33 msgid "Perl initialization code to execute once when plperl is first used."
34 msgstr "Perl inicializační kód spouštěný při prvním použití jazyka plperl."
35
36 #: plperl.c:430
37 msgid "Perl initialization code to execute once when plperlu is first used."
38 msgstr "Perl inicializační kód spouštěný při prvním použití jazyka plperlu."
39
40 #: plperl.c:647 plperl.c:821 plperl.c:826 plperl.c:930 plperl.c:941
41 #: plperl.c:982 plperl.c:1003 plperl.c:1992 plperl.c:2087 plperl.c:2149
42 #, c-format
43 msgid "%s"
44 msgstr "%s"
45
46 #: plperl.c:648
47 #, c-format
48 msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
49 msgstr "během spouštění PostgreSQL::InServer::SPI::bootstrap"
50
51 #: plperl.c:822
52 #, c-format
53 msgid "while parsing Perl initialization"
54 msgstr "během parsování Perl inicializace"
55
56 #: plperl.c:827
57 #, c-format
58 msgid "while running Perl initialization"
59 msgstr "během běhu Perl inicializace"
60
61 #: plperl.c:931
62 #, c-format
63 msgid "while executing PLC_TRUSTED"
64 msgstr "během spouštění PLC_TRUSTED"
65
66 #: plperl.c:942
67 #, c-format
68 msgid "while executing utf8fix"
69 msgstr "během spouštění utf8fix"
70
71 #: plperl.c:983
72 #, c-format
73 msgid "while executing plperl.on_plperl_init"
74 msgstr "během spouštění plperl.on_plperl_init"
75
76 #: plperl.c:1004
77 #, c-format
78 msgid "while executing plperl.on_plperlu_init"
79 msgstr "během spouštění plperl.on_plperlu_init"
80
81 #: plperl.c:1048 plperl.c:1648
82 #, c-format
83 msgid "Perl hash contains nonexistent column \"%s\""
84 msgstr "Perl hash obsahuje neexistující sloupec \"%s\""
85
86 #: plperl.c:1133
87 #, c-format
88 msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
89 msgstr "počet rozměrů pole (%d) překračuje povolené maximum (%d)"
90
91 #: plperl.c:1145 plperl.c:1162
92 #, c-format
93 msgid ""
94 "multidimensional arrays must have array expressions with matching dimensions"
95 msgstr "vícerozměrná pole musí mít výrazy s odpovídajícími rozměry"
96
97 #: plperl.c:1199
98 #, c-format
99 msgid "cannot convert Perl array to non-array type %s"
100 msgstr "Perlové pole nelze převést na typ %s který není pole"
101
102 #: plperl.c:1295
103 #, c-format
104 msgid "cannot convert Perl hash to non-composite type %s"
105 msgstr "Perlový hash nelze převést na nekompozitní typ %s"
106
107 #: plperl.c:1306
108 #, c-format
109 msgid ""
110 "function returning record called in context that cannot accept type record"
111 msgstr ""
112 "funkce vracející záznam byla zavolána z kontextu, který neumožňuje přijetí "
113 "záznamu"
114
115 #: plperl.c:1321
116 #, c-format
117 msgid "PL/Perl function must return reference to hash or array"
118 msgstr "PL/Perl funkce musí vracet odkaz na hash nebo pole"
119
120 #: plperl.c:1625
121 #, c-format
122 msgid "$_TD->{new} does not exist"
123 msgstr "$_TD->{new} neexistuje"
124
125 #: plperl.c:1629
126 #, c-format
127 msgid "$_TD->{new} is not a hash reference"
128 msgstr "$_TD->{new} není odkaz na hash"
129
130 #: plperl.c:1869 plperl.c:2568
131 #, c-format
132 msgid "PL/Perl functions cannot return type %s"
133 msgstr "PL/Perl funkce nemohou vracet datový typ %s"
134
135 #: plperl.c:1882 plperl.c:2613
136 #, c-format
137 msgid "PL/Perl functions cannot accept type %s"
138 msgstr "PL/Perl funkce nemohou přijímat datový typ %s"
139
140 #: plperl.c:1996
141 #, c-format
142 msgid "didn't get a CODE reference from compiling function \"%s\""
143 msgstr "z kompilované funkce se nepodařilo získat CODE referenci \"%s\""
144
145 #: plperl.c:2194
146 #, c-format
147 msgid "set-valued function called in context that cannot accept a set"
148 msgstr ""
149 "funkce vracející tabulku (set-valued) byla zavolána z kontextu, který "
150 "neumožňuje přijetí tabulky"
151
152 #: plperl.c:2238
153 #, c-format
154 msgid ""
155 "set-returning PL/Perl function must return reference to array or use "
156 "return_next"
157 msgstr ""
158 "PL/Perl funkce vracející tabulku (set-returned) musí vracet odkaz na pole "
159 "nebo používat return_next."
160
161 #: plperl.c:2352
162 #, c-format
163 msgid "ignoring modified row in DELETE trigger"
164 msgstr "ignoruje modifikovaný řádek v DELETE triggeru"
165
166 #: plperl.c:2360
167 #, c-format
168 msgid ""
169 "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
170 msgstr ""
171 "výsledek PL/Perl trigger funkce musí být undef, \"SKIP\", nebo \"MODIFY\""
172
173 #: plperl.c:2498 plperl.c:2508
174 #, c-format
175 msgid "out of memory"
176 msgstr "paměť vyčerpána"
177
178 #: plperl.c:2560
179 #, c-format
180 msgid "trigger functions can only be called as triggers"
181 msgstr ""
182 "funkce pro obsluhu triggerů mohou být volané pouze prostřednictvím triggerů"
183
184 #: plperl.c:2933
185 #, c-format
186 msgid "cannot use return_next in a non-SETOF function"
187 msgstr ""
188 "return_next nelze použít v non-SETOF funkci (funkci nevracející tabulku)"
189
190 #: plperl.c:2989
191 #, c-format
192 msgid ""
193 "SETOF-composite-returning PL/Perl function must call return_next with "
194 "reference to hash"
195 msgstr ""
196 "PL/Perl funkce vracející tabulku složených typů (SETOF-composite-returning) "
197 "musí volat return_next s odkazem na hash"
198
199 #: plperl.c:3700
200 #, c-format
201 msgid "PL/Perl function \"%s\""
202 msgstr "PL/Perl funkce \"%s\""
203
204 #: plperl.c:3712
205 #, c-format
206 msgid "compilation of PL/Perl function \"%s\""
207 msgstr "kompilace PL/Perl funkce \"%s\""
208
209 #: plperl.c:3721
210 #, c-format
211 msgid "PL/Perl anonymous code block"
212 msgstr "PL/Perl anonymní blok kódu"