~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# LANGUAGE message translation file for ecpg
# Copyright (C) 2011 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
#
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.0\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2012-04-06 23:40+0000\n"
"PO-Revision-Date: 2012-04-07 02:01+0200\n"
"Last-Translator: \n"
"Language-Team: Czech <kde-i18n-doc@kde.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Lokalize 1.4\n"

#: descriptor.c:64
#, c-format
msgid "variable \"%s\" must have a numeric type"
msgstr "proměnná \"%s\" musí mít číselný typ"

#: descriptor.c:124 descriptor.c:146
#, c-format
msgid "descriptor \"%s\" does not exist"
msgstr "descriptor \"%s\" neexistuje"

#: descriptor.c:161 descriptor.c:210
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "descriptor header item \"%d\" neexistuje"

#: descriptor.c:182
msgid "nullable is always 1"
msgstr "nullable je vždy 1"

#: descriptor.c:185
msgid "key_member is always 0"
msgstr "key_member je vždy 0"

#: descriptor.c:277
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "descriptor item \"%s\" není implementován"

#: descriptor.c:287
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "descriptor item \"%s\" nelze nastavit"

#: ecpg.c:35
#, c-format
msgid ""
"%s is the PostgreSQL embedded SQL preprocessor for C programs.\n"
"\n"
msgstr ""
"%s je PostgreSQL preprocesor vloženého SQL pro C programy.\n"
"\n"

#: ecpg.c:37
#, c-format
msgid ""
"Usage:\n"
"  %s [OPTION]... FILE...\n"
"\n"
msgstr ""
"Použití:\n"
"  %s [VOLBA]... SOUBOR...\n"
"\n"

#: ecpg.c:40
#, c-format
msgid "Options:\n"
msgstr "Volby:\n"

#: ecpg.c:41
#, c-format
msgid ""
"  -c             automatically generate C code from embedded SQL code;\n"
"                 this affects EXEC SQL TYPE\n"
msgstr ""
"  -c             automaticky generuje C kód z vložných SQL příkazů;\n"
"                 toto ovlivňuje EXEC SQL TYPE\n"

#: ecpg.c:43
#, c-format
msgid ""
"  -C MODE        set compatibility mode; MODE can be one of\n"
"                 \"INFORMIX\", \"INFORMIX_SE\"\n"
msgstr ""
"  -C MÓD         nastaví mód kompatibility; MÓD může být jedno z \n"
"                 \"INFORMIX\", \"INFORMIX_SE\"\n"

#: ecpg.c:46
#, c-format
msgid "  -d             generate parser debug output\n"
msgstr "  -d             zapne generování ladicích informací parseru\n"

#: ecpg.c:48
#, c-format
msgid "  -D SYMBOL      define SYMBOL\n"
msgstr "  -D SYMBOL      definuje SYMBOL\n"

#: ecpg.c:49
#, c-format
msgid ""
"  -h             parse a header file, this option includes option \"-c\"\n"
msgstr ""
"  -h             naparsuje hlavičkový soubor, tato volba zahrnuje volbu \"-c"
"\"\n"

#: ecpg.c:50
#, c-format
msgid "  -i             parse system include files as well\n"
msgstr "  -i             naparsuje také systémové hlavičkové soubory\n"

#: ecpg.c:51
#, c-format
msgid "  -I DIRECTORY   search DIRECTORY for include files\n"
msgstr "  -I ADRESÁŘ     vyhledá include soubory v ADRESÁŘi\n"

#: ecpg.c:52
#, c-format
msgid "  -o OUTFILE     write result to OUTFILE\n"
msgstr "  -o SOUBOR     zapíše výsledek do SOUBORu\n"

#: ecpg.c:53
#, c-format
msgid ""
"  -r OPTION      specify run-time behavior; OPTION can be:\n"
"                 \"no_indicator\", \"prepare\", \"questionmarks\"\n"
msgstr ""
"  -r VOLBA      určuje run-time chování; VOLBA může být:\n"
"                 \"no_indicator\", \"prepare\", \"questionmarks\"\n"

#: ecpg.c:55
#, c-format
msgid "  --regression   run in regression testing mode\n"
msgstr "  --regression   běh v módu regresních testů\n"

#: ecpg.c:56
#, c-format
msgid "  -t             turn on autocommit of transactions\n"
msgstr "  -t             zapne autocommit transakcí\n"

#: ecpg.c:57
#, c-format
msgid "  --help         show this help, then exit\n"
msgstr "  --help         zobrazí tuto nápovědu; poté skončí\n"

#: ecpg.c:58
#, c-format
msgid "  --version      output version information, then exit\n"
msgstr "  --version      vypíše informaci o verzi, poté skončí\n"

#: ecpg.c:59
#, c-format
msgid ""
"\n"
"If no output file is specified, the name is formed by adding .c to the\n"
"input file name, after stripping off .pgc if present.\n"
msgstr ""
"\n"
"Pokud není zadán žádný výstupní soubor, je jméno získáno přidáním .c\n"
"na konec jména vstupního souboru, po odstranění koncovky .pgc pokud\n"
"je přítomna.\n"

#: ecpg.c:61
#, c-format
msgid ""
"\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr ""
"\n"
"Chyby hlaste na adresu <pgsql-bugs@postgresql.org>.\n"

#: ecpg.c:182 ecpg.c:333 ecpg.c:343
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: nelze otevřít soubor \"%s\": %s\n"

#: ecpg.c:221 ecpg.c:234 ecpg.c:250 ecpg.c:275
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Zkuste \"%s --help\" pro více informací.\n"

#: ecpg.c:245
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s: podpora pro ladicí informace parseru (-d) není dostupná\n"

#: ecpg.c:263
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, PostgreSQL embedded C preprocessor, verze %d.%d.%d\n"

#: ecpg.c:265
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "EXEC SQL INCLUDE ... hledání začíná zde:\n"

#: ecpg.c:268
#, c-format
msgid "end of search list\n"
msgstr "konec vyhledávacího seznamu\n"

#: ecpg.c:274
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s: nebyl zadán žádný vstupní soubor\n"

#: ecpg.c:466
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "kurzor \"%s\" byl deklarován ale nebyl otevřen"

#: ecpg.c:479 preproc.y:109
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "nelze odstranit výstupní soubor \"%s\"\n"

#: pgc.l:402
msgid "unterminated /* comment"
msgstr "neukončený /* komentář"

#: pgc.l:415
msgid "invalid bit string literal"
msgstr "neplatný bit string literál"

#: pgc.l:424
msgid "unterminated bit string literal"
msgstr "neukončený literál - bitový řetězec"

#: pgc.l:440
msgid "unterminated hexadecimal string literal"
msgstr "neukončený literál - hexadecimální řetězec"

#: pgc.l:518
msgid "unterminated quoted string"
msgstr "neukončený řetězec v uvozovkách"

#: pgc.l:573 pgc.l:586
msgid "zero-length delimited identifier"
msgstr "ohraničený (delimited) identifikátor s nulovou délkou"

#: pgc.l:594
msgid "unterminated quoted identifier"
msgstr "neukončený identifikátor v uvozovkách"

#: pgc.l:940
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "chybějící identifikátor v příkazu EXEC SQL UNDEF"

#: pgc.l:986 pgc.l:1000
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "chybějící odpovídající \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""

#: pgc.l:989 pgc.l:1002 pgc.l:1178
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "chybějící \"EXEC SQL ENDIF;\""

#: pgc.l:1018 pgc.l:1037
msgid "more than one EXEC SQL ELSE"
msgstr "více než jedna větev EXEC SQL ELSE"

#: pgc.l:1059 pgc.l:1073
msgid "unmatched EXEC SQL ENDIF"
msgstr "neodpovídající EXEC SQL ENDIF"

#: pgc.l:1093
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "příliš mnoho zanořených EXEC SQL IFDEF podmínek"

#: pgc.l:1126
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "chybějící identifikátor v příkazu EXEC SQL IFDEF"

#: pgc.l:1135
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "chybějící identifikátor v příkazu EXEC SQL DEFINE"

#: pgc.l:1168
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "syntaktická chyba v příkazu EXEC SQL INCLUDE"

#: pgc.l:1217
msgid ""
"internal error: unreachable state; please report this to <pgsql-"
"bugs@postgresql.org>"
msgstr ""
"interní chyba: nedosažitelný stav; oznamte toto prosím na <pgsql-"
"bugs@postgresql.org>"

#: pgc.l:1342
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr ""
"Chyba: include path \"%s/%s\" na řádku %d je příliš dlouhá, přeskakuji\n"

#: pgc.l:1364
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "nelze otevřít soubor \"%s\" na řádku %d"

#: preproc.y:31
msgid "syntax error"
msgstr "syntaktická chyba"

#: preproc.y:81
#, c-format
msgid "WARNING: "
msgstr "VAROVÁNÍ: "

#: preproc.y:85
#, c-format
msgid "ERROR: "
msgstr "CHYBA: "

#: preproc.y:391
#, c-format
msgid "cursor \"%s\" does not exist"
msgstr "kurzor \"%s\" neexistuje"

#: preproc.y:419
msgid "initializer not allowed in type definition"
msgstr "inicializátor (initializer) není v definici typu povolen"

#: preproc.y:421
msgid "type name \"string\" is reserved in Informix mode"
msgstr "název typu \"string\" je vyhrazen pro mód Informix"

#: preproc.y:428 preproc.y:13006
#, c-format
msgid "type \"%s\" is already defined"
msgstr "typ \"%s\" je již definován"

#: preproc.y:452 preproc.y:13646 preproc.y:13967 variable.c:610
msgid "multidimensional arrays for simple data types are not supported"
msgstr "vícerozměrná pole pro jednoduché datové typy nejsou podporována"

#: preproc.y:1425
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "AT volba není v příkazu CLOSE DATABASE povolena"

#: preproc.y:1622
msgid "AT option not allowed in CONNECT statement"
msgstr "AT volba není v příkazu CONNECT povolena"

#: preproc.y:1656
msgid "AT option not allowed in DISCONNECT statement"
msgstr "AT volba není v příkazu DISCONNECT povolena"

#: preproc.y:1711
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "AT volba není v příkazu SET CONNECTION povolena"

#: preproc.y:1733
msgid "AT option not allowed in TYPE statement"
msgstr "AT volba není v příkazu TYPE povolena"

#: preproc.y:1742
msgid "AT option not allowed in VAR statement"
msgstr "AT volba není v příkazu VAR povolena"

#: preproc.y:1749
msgid "AT option not allowed in WHENEVER statement"
msgstr "AT volba není v příkazu WHENEVER povolena"

#: preproc.y:2095 preproc.y:3333 preproc.y:4521 preproc.y:4530 preproc.y:4811
#: preproc.y:7098 preproc.y:7103 preproc.y:7108 preproc.y:9442 preproc.y:9985
msgid "unsupported feature will be passed to server"
msgstr "nepodporovaná vlastnost bude předána serveru"

#: preproc.y:2321
msgid "SHOW ALL is not implemented"
msgstr "příkaz SHOW ALL není implementován"

#: preproc.y:2744 preproc.y:2755
msgid "COPY TO STDIN is not possible"
msgstr "příkaz COPY TO STDIN nelze použít"

#: preproc.y:2746
msgid "COPY FROM STDOUT is not possible"
msgstr "příkaz COPY FROM STDOUT nelze použít"

#: preproc.y:2748
msgid "COPY FROM STDIN is not implemented"
msgstr "příkaz COPY FROM STDIN není implementován"

#: preproc.y:7904 preproc.y:12595
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr "použití proměnné \"%s\" v dalších deklaracích není podporováno"

#: preproc.y:7906 preproc.y:12597
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "kurzor \"%s\" je již definován"

#: preproc.y:8324
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "již neopdporovaná syntaxe LIMIT #,# předána serveru"

#: preproc.y:8559
msgid "subquery in FROM must have an alias"
msgstr "poddotaz ve FROM musí mít alias"

#: preproc.y:12327
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS nemůže specifikovat INTO"

#: preproc.y:12364
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "očekáváno \"@\", nalezeno \"%s\""

#: preproc.y:12376
msgid ""
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
"supported"
msgstr ""
"podporovány jsou pouze protokoly \"tcp\" a \"unix\" a typ databáze "
"\"postgresql\""

#: preproc.y:12379
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "očekáváno \"://\", nalezeno \"%s\""

#: preproc.y:12384
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "Unixové sockety fungují pouze na \"localhost\" ale ne na \"%s\""

#: preproc.y:12410
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "očekáváno \"postgresql\", nalezeno \"%s\""

#: preproc.y:12413
#, c-format
msgid "invalid connection type: %s"
msgstr "chybný typ spojení: %s"

#: preproc.y:12422
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "očekáváno \"@\" nebo \"://\", nalezeno \"%s\""

#: preproc.y:12497 preproc.y:12515
msgid "invalid data type"
msgstr "chybný datový typ"

#: preproc.y:12526 preproc.y:12541
msgid "incomplete statement"
msgstr "neúplný příkaz"

#: preproc.y:12529 preproc.y:12544
#, c-format
msgid "unrecognized token \"%s\""
msgstr "nerozpoznaný token \"%s\""

#: preproc.y:12817
msgid "only data types numeric and decimal have precision/scale argument"
msgstr "pouze datové typy numeric a decimal mají argumenty přesnost/velikost"

#: preproc.y:12829
msgid "interval specification not allowed here"
msgstr "specifikace intervalu zde není povolena"

#: preproc.y:12981 preproc.y:13033
msgid "too many levels in nested structure/union definition"
msgstr "příliš mnoho úrovní v definici vnořené struktury/union"

#: preproc.y:13164
msgid "pointers to varchar are not implemented"
msgstr "ukazatele na varchar nejsou implementovány"

#: preproc.y:13351 preproc.y:13376
msgid "using unsupported DESCRIBE statement"
msgstr "použití nepodporovaného příkazu DESCRIBE"

#: preproc.y:13613
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "inicializátor není v příkazu EXEC SQL VAR podporován"

#: preproc.y:13925
msgid "arrays of indicators are not allowed on input"
msgstr "pole identifikátorů nejsou na vstupu povolena"

#. translator: %s is typically the translation of "syntax error"
#: preproc.y:14179
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s na nebo blízko \"%s\""

#: type.c:18 type.c:30
msgid "out of memory"
msgstr "nedostatek paměti"

#: type.c:212 type.c:587
#, c-format
msgid "unrecognized variable type code %d"
msgstr "nerozpoznaný kód typu proměnné %d"

#: type.c:261
#, c-format
msgid "variable \"%s\" is hidden by a local variable of a different type"
msgstr "proměnná \"%s\" je překryta lokální proměnnou s jiným datovým typem"

#: type.c:263
#, c-format
msgid "variable \"%s\" is hidden by a local variable"
msgstr "proměnná \"%s\" je překryta lokální proměnnou"

#: type.c:275
#, c-format
msgid ""
"indicator variable \"%s\" is hidden by a local variable of a different type"
msgstr ""
"indicator variable \"%s\" je překryta lokální proměnnou s jiným datovým typem"

#: type.c:277
#, c-format
msgid "indicator variable \"%s\" is hidden by a local variable"
msgstr "indicator variable \"%s\" je překryta lokální proměnnou"

#: type.c:285
msgid "indicator for array/pointer has to be array/pointer"
msgstr "indicator variable pro pole/ukaztel musí být pole/ukazatel"

#: type.c:289
msgid "nested arrays are not supported (except strings)"
msgstr "vnořená pole nejsou podporována (kromě řetězců)"

#: type.c:322
msgid "indicator for struct has to be a struct"
msgstr "indikátor pro strukturu musí být struktura"

#: type.c:331 type.c:339 type.c:347
msgid "indicator for simple data type has to be simple"
msgstr "indikátor pro jednoduché datové typy musí být jednoduchý"

#: type.c:646
#, c-format
msgid "unrecognized descriptor item code %d"
msgstr "nerozpoznaný kód deskriptoru položky %d"

#: variable.c:89 variable.c:112
#, c-format
msgid "incorrectly formed variable \"%s\""
msgstr "nesprávně vytvořený název proměnné \"%s\""

#: variable.c:135
#, c-format
msgid "variable \"%s\" is not a pointer"
msgstr "proměnná \"%s\" není ukazatel"

#: variable.c:138 variable.c:163
#, c-format
msgid "variable \"%s\" is not a pointer to a structure or a union"
msgstr "proměnná \"%s\" není ukazatel na strukturu nebo sjednocení"

#: variable.c:150
#, c-format
msgid "variable \"%s\" is neither a structure nor a union"
msgstr "proměnná \"%s\" není ani struktura ani sjednocení"

#: variable.c:160
#, c-format
msgid "variable \"%s\" is not an array"
msgstr "proměnná \"%s\" není pole"

#: variable.c:229 variable.c:251
#, c-format
msgid "variable \"%s\" is not declared"
msgstr "proměnná \"%s\" není deklarována"

#: variable.c:484
msgid "indicator variable must have an integer type"
msgstr "indicator variable musí mít celočíselný typ"

#: variable.c:496
#, c-format
msgid "unrecognized data type name \"%s\""
msgstr "nerozpoznaný název datového typu \"%s\""

#: variable.c:507 variable.c:515 variable.c:532 variable.c:535
msgid "multidimensional arrays are not supported"
msgstr "vícerozměrná pole nejsou podporována"

#: variable.c:524
#, c-format
msgid ""
"multilevel pointers (more than 2 levels) are not supported; found %d level"
msgid_plural ""
"multilevel pointers (more than 2 levels) are not supported; found %d levels"
msgstr[0] ""
"víceúrovňové ukazatele (více než 2 úrovně) nejsou podporovány; nalezena %d "
"úroveň"
msgstr[1] ""
"víceúrovňové ukazatele (více než 2 úrovně) nejsou podporovány; nalezeny %d "
"úrovně"
msgstr[2] ""
"víceúrovňové ukazatele (více než 2 úrovně) nejsou podporovány; nalezeno %d "
"úrovní"

#: variable.c:529
msgid "pointer to pointer is not supported for this data type"
msgstr "ukazatel na ukazatel není pro tento datový typ podporován"

#: variable.c:549
msgid "multidimensional arrays for structures are not supported"
msgstr "vícerozměrná pole pro struktury nejsou podporována"

#~ msgid "AT option not allowed in DEALLOCATE statement"
#~ msgstr "AT volba není v příkazu DEALLOCATE povolena"

#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
#~ msgstr "omezení definované jako INITIALLY DEFERRED musí být DEFERRABLE"