]> granicus.if.org Git - postgresql/blob - src/pl/tcl/po/pl.po
Don't zero opfuncid when reading nodes.
[postgresql] / src / pl / tcl / po / pl.po
1 # pltcl message translation file for pltcl
2 # Copyright (C) 2011 PostgreSQL Global Development Group
3 # This file is distributed under the same license as the PostgreSQL package.
4 #
5 # Begina Felicysym <begina.felicysym@wp.eu>, 2011.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: pltcl (PostgreSQL 9.1)\n"
9 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
10 "POT-Creation-Date: 2013-01-29 13:39+0000\n"
11 "PO-Revision-Date: 2011-09-30 09:50-0300\n"
12 "Last-Translator: Begina Felicysym <begina.felicysym@wp.eu>\n"
13 "Language-Team: Polish TotroiseSvn translation team\n"
14 "Language: pl\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19 "X-Generator: Virtaal 0.7.1-beta1\n"
20
21 #: pltcl.c:1150
22 #, c-format
23 msgid "%s"
24 msgstr "%s"
25
26 #: pltcl.c:1151
27 #, c-format
28 msgid ""
29 "%s\n"
30 "in PL/Tcl function \"%s\""
31 msgstr ""
32 "%s\n"
33 "w funkcji PL/Tcl \"%s\""
34
35 #: pltcl.c:1255 pltcl.c:1262
36 #, c-format
37 msgid "out of memory"
38 msgstr "brak pamięci"
39
40 #: pltcl.c:1309
41 #, c-format
42 msgid "trigger functions can only be called as triggers"
43 msgstr "procedury wyzwalaczy mogą być wywoływane jedynie przez wyzwalacze"
44
45 #: pltcl.c:1318
46 #, c-format
47 msgid "PL/Tcl functions cannot return type %s"
48 msgstr "funkcje PL/Perl nie mogą zwracać wartości typu %s"
49
50 #: pltcl.c:1330
51 #, c-format
52 msgid "PL/Tcl functions cannot return composite types"
53 msgstr "funkcje PL/Tcl nie mogą zwracać wartości złożonych"
54
55 #: pltcl.c:1369
56 #, c-format
57 msgid "PL/Tcl functions cannot accept type %s"
58 msgstr "funkcje PL/Tcl nie akceptują typu %s"