summaryrefslogtreecommitdiff
path: root/src/pl/plperl/po/cs.po
blob: 9209a7d5d4e4a512bb008dad9624d5c317685bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
# 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.
#
# Tomas Vondra <tv@fuzzy.cz>, 2012.

msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.2\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2012-09-18 16:39+0000\n"
"PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: plperl.c:386
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:400
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:422
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:430
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:647 plperl.c:821 plperl.c:826 plperl.c:930 plperl.c:941
#: plperl.c:982 plperl.c:1003 plperl.c:1992 plperl.c:2087 plperl.c:2149
#, c-format
msgid "%s"
msgstr "%s"

#: plperl.c:648
#, c-format
msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
msgstr "během spouštění PostgreSQL::InServer::SPI::bootstrap"

#: plperl.c:822
#, c-format
msgid "while parsing Perl initialization"
msgstr "během parsování Perl inicializace"

#: plperl.c:827
#, c-format
msgid "while running Perl initialization"
msgstr "během běhu Perl inicializace"

#: plperl.c:931
#, c-format
msgid "while executing PLC_TRUSTED"
msgstr "během spouštění PLC_TRUSTED"

#: plperl.c:942
#, c-format
msgid "while executing utf8fix"
msgstr "během spouštění utf8fix"

#: plperl.c:983
#, c-format
msgid "while executing plperl.on_plperl_init"
msgstr "během spouštění plperl.on_plperl_init"

#: plperl.c:1004
#, c-format
msgid "while executing plperl.on_plperlu_init"
msgstr "během spouštění plperl.on_plperlu_init"

#: plperl.c:1048 plperl.c:1648
#, c-format
msgid "Perl hash contains nonexistent column \"%s\""
msgstr "Perl hash obsahuje neexistující sloupec \"%s\""

#: plperl.c:1133
#, 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:1145 plperl.c:1162
#, 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:1199
#, 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:1295
#, 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:1306
#, 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:1321
#, 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:1625
#, c-format
msgid "$_TD->{new} does not exist"
msgstr "$_TD->{new} neexistuje"

#: plperl.c:1629
#, c-format
msgid "$_TD->{new} is not a hash reference"
msgstr "$_TD->{new} není odkaz na hash"

#: plperl.c:1869 plperl.c:2568
#, c-format
msgid "PL/Perl functions cannot return type %s"
msgstr "PL/Perl funkce nemohou vracet datový typ %s"

#: plperl.c:1882 plperl.c:2613
#, c-format
msgid "PL/Perl functions cannot accept type %s"
msgstr "PL/Perl funkce nemohou přijímat datový typ %s"

#: plperl.c:1996
#, 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:2194
#, 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:2238
#, 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:2352
#, c-format
msgid "ignoring modified row in DELETE trigger"
msgstr "ignoruje modifikovaný řádek v DELETE triggeru"

#: plperl.c:2360
#, 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:2498 plperl.c:2508
#, c-format
msgid "out of memory"
msgstr "paměť vyčerpána"

#: plperl.c:2560
#, 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:2933
#, 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:2989
#, 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:3700
#, c-format
msgid "PL/Perl function \"%s\""
msgstr "PL/Perl funkce \"%s\""

#: plperl.c:3712
#, c-format
msgid "compilation of PL/Perl function \"%s\""
msgstr "kompilace PL/Perl funkce \"%s\""

#: plperl.c:3721
#, c-format
msgid "PL/Perl anonymous code block"
msgstr "PL/Perl anonymní blok kódu"