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.
4#
5# Tomáš Vondra <tv@fuzzy.cz>, 2012, 2013.
6msgid ""
7msgstr ""
8"Project-Id-Version: pltcl-cs (PostgreSQL 9.3)\n"
9"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
10"POT-Creation-Date: 2018-07-13 19:37+0000\n"
11"PO-Revision-Date: 2018-07-13 23:54+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.0.7\n"
19
20#: pltcl.c:466
21msgid "PL/Tcl function to call once when pltcl is first used."
22msgstr "PL/Tcl funkce kterou zavolat jednou při prvním použití pltcl."
23
24#: pltcl.c:473
25msgid "PL/TclU function to call once when pltclu is first used."
26msgstr "PL/TclU funkce kterou zavolat jednou při prvním použití pltclu."
27
28#: pltcl.c:640
29#, c-format
30msgid "function \"%s\" is in the wrong language"
31msgstr "funkce \"%s\" je ve špatném jazyce"
32
33#: pltcl.c:651
34#, c-format
35msgid "function \"%s\" must not be SECURITY DEFINER"
36msgstr "funkce \"%s\" nesmí být SECURITY DEFINER"
37
38#. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
39#: pltcl.c:685
40#, c-format
41msgid "processing %s parameter"
42msgstr "zpracovávám %s parametr"
43
44#: pltcl.c:846
45#, c-format
46msgid "set-valued function called in context that cannot accept a set"
47msgstr "set-valued funkce volána v kontextu který nemůže přijmout více řádek"
48
49#: pltcl.c:1019
50#, c-format
51msgid "function returning record called in context that cannot accept type record"
52msgstr "funkce vracející záznam volána v kontextu který nemůže přijmout záznam"
53
54#: pltcl.c:1296
55#, c-format
56msgid "could not split return value from trigger: %s"
57msgstr "z triggeru nelze oddělit návratovou hodnotu: %s"
58
59#: pltcl.c:1376 pltcl.c:1806
60#, c-format
61msgid "%s"
62msgstr "%s"
63
64#: pltcl.c:1377
65#, c-format
66msgid ""
67"%s\n"
68"in PL/Tcl function \"%s\""
69msgstr ""
70"%s\n"
71"v PL/Tcl funkci \"%s\""
72
73#: pltcl.c:1541
74#, c-format
75msgid "trigger functions can only be called as triggers"
76msgstr "funkce pro obsluhu triggerů mohou být volané pouze prostřednictvím triggerů"
77
78#: pltcl.c:1545
79#, c-format
80msgid "PL/Tcl functions cannot return type %s"
81msgstr "PL/Tcl funkce nemohou vracet datový typ %s"
82
83#: pltcl.c:1584
84#, c-format
85msgid "PL/Tcl functions cannot accept type %s"
86msgstr "PL/Tcl funkce nemohou přijímat datový typ %s"
87
88#: pltcl.c:1698
89#, c-format
90msgid "could not create internal procedure \"%s\": %s"
91msgstr "nelze vytvořit interní proceduru \"%s\": %s"
92
93#: pltcl.c:3220
94#, c-format
95msgid "column name/value list must have even number of elements"
96msgstr "seznam názvů sloupců a hodnot musí mít sudý počet položek"
97
98#: pltcl.c:3238
99#, c-format
100msgid "column name/value list contains nonexistent column name \"%s\""
101msgstr "seznam názvů sloupců a hodnot obsahuje neexistující název sloupce \"%s\""
102
103#: pltcl.c:3245
104#, c-format
105msgid "cannot set system attribute \"%s\""
106msgstr "nelze nastavit systémový atribut \"%s\""
107
108#~ msgid "out of memory"
109#~ msgstr "paměť vyčerpána"
110
111#~ msgid "PL/Tcl functions cannot return composite types"
112#~ msgstr "PL/Tcl funkce nemohou vracet složené datové typy"
113