Repair ALTER EXTENSION ... SET SCHEMA.
[pgsql.git] / src / pl / tcl / po / cs.po
blobe48dff21189dfcc00bcbfd04432942196a6ae49d
1 # Czech message translation file for pltcl
2 # Copyright (C) 2012 PostgreSQL Global Development Group
3 # This file is distributed under the same license as the PostgreSQL package.
5 # Tomáš Vondra <tv@fuzzy.cz>, 2012, 2013.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: pltcl-cs (PostgreSQL 9.3)\n"
9 "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
10 "POT-Creation-Date: 2019-09-27 08:07+0000\n"
11 "PO-Revision-Date: 2019-09-27 21:02+0200\n"
12 "Last-Translator: Tomas Vondra <tv@fuzzy.cz>\n"
13 "Language-Team: Czech <info@cspug.cx>\n"
14 "Language: cs\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Generator: Poedit 2.2.3\n"
20 #: pltcl.c:464
21 msgid "PL/Tcl function to call once when pltcl is first used."
22 msgstr "PL/Tcl funkce kterou zavolat jednou při prvním použití pltcl."
24 #: pltcl.c:471
25 msgid "PL/TclU function to call once when pltclu is first used."
26 msgstr "PL/TclU funkce kterou zavolat jednou při prvním použití pltclu."
28 #: pltcl.c:636
29 #, c-format
30 msgid "function \"%s\" is in the wrong language"
31 msgstr "funkce \"%s\" je ve špatném jazyce"
33 #: pltcl.c:647
34 #, c-format
35 msgid "function \"%s\" must not be SECURITY DEFINER"
36 msgstr "funkce \"%s\" nesmí být SECURITY DEFINER"
38 #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
39 #: pltcl.c:681
40 #, c-format
41 msgid "processing %s parameter"
42 msgstr "zpracovávám %s parametr"
44 #: pltcl.c:842
45 #, c-format
46 msgid "set-valued function called in context that cannot accept a set"
47 msgstr "set-valued funkce volána v kontextu který nemůže přijmout více řádek"
49 #: pltcl.c:1015
50 #, c-format
51 msgid "function returning record called in context that cannot accept type record"
52 msgstr "funkce vracející záznam volána v kontextu který nemůže přijmout záznam"
54 #: pltcl.c:1299
55 #, c-format
56 msgid "could not split return value from trigger: %s"
57 msgstr "z triggeru nelze oddělit návratovou hodnotu: %s"
59 #: pltcl.c:1379 pltcl.c:1809
60 #, c-format
61 msgid "%s"
62 msgstr "%s"
64 #: pltcl.c:1380
65 #, c-format
66 msgid ""
67 "%s\n"
68 "in PL/Tcl function \"%s\""
69 msgstr ""
70 "%s\n"
71 "v PL/Tcl funkci \"%s\""
73 #: pltcl.c:1544
74 #, c-format
75 msgid "trigger functions can only be called as triggers"
76 msgstr "funkce pro obsluhu triggerů mohou být volané pouze prostřednictvím triggerů"
78 #: pltcl.c:1548
79 #, c-format
80 msgid "PL/Tcl functions cannot return type %s"
81 msgstr "PL/Tcl funkce nemohou vracet datový typ %s"
83 #: pltcl.c:1587
84 #, c-format
85 msgid "PL/Tcl functions cannot accept type %s"
86 msgstr "PL/Tcl funkce nemohou přijímat datový typ %s"
88 #: pltcl.c:1701
89 #, c-format
90 msgid "could not create internal procedure \"%s\": %s"
91 msgstr "nelze vytvořit interní proceduru \"%s\": %s"
93 #: pltcl.c:3208
94 #, c-format
95 msgid "column name/value list must have even number of elements"
96 msgstr "seznam názvů sloupců a hodnot musí mít sudý počet položek"
98 #: pltcl.c:3226
99 #, c-format
100 msgid "column name/value list contains nonexistent column name \"%s\""
101 msgstr "seznam názvů sloupců a hodnot obsahuje neexistující název sloupce \"%s\""
103 #: pltcl.c:3233
104 #, c-format
105 msgid "cannot set system attribute \"%s\""
106 msgstr "nelze nastavit systémový atribut \"%s\""
108 #: pltcl.c:3239
109 #, c-format
110 msgid "cannot set generated column \"%s\""
111 msgstr "nelze přiřazovat do generovaného sloupce \"%s\""
113 #~ msgid "PL/Tcl functions cannot return composite types"
114 #~ msgstr "PL/Tcl funkce nemohou vracet složené datové typy"
116 #~ msgid "out of memory"
117 #~ msgstr "paměť vyčerpána"