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.
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"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Generator: Poedit 2.2.3\n"
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."
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."
30 msgid "function \"%s\" is in the wrong language"
31 msgstr "funkce \"%s\" je ve špatném jazyce"
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"
41 msgid "processing %s parameter"
42 msgstr "zpracovávám %s parametr"
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"
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"
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
68 "in PL/Tcl function \"%s\""
71 "v PL/Tcl funkci \"%s\""
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ů"
80 msgid "PL/Tcl functions cannot return type %s"
81 msgstr "PL/Tcl funkce nemohou vracet datový typ %s"
85 msgid "PL/Tcl functions cannot accept type %s"
86 msgstr "PL/Tcl funkce nemohou přijímat datový typ %s"
90 msgid "could not create internal procedure \"%s\": %s"
91 msgstr "nelze vytvořit interní proceduru \"%s\": %s"
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"
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\""
105 msgid "cannot set system attribute \"%s\""
106 msgstr "nelze nastavit systémový atribut \"%s\""
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"