Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / pl / plperl / po / tr.po
blob3f74ef42e63db6c0e713f41a0dfa81a214574f4a
1 # LANGUAGE message translation file for plperl
2 # Copyright (C) 2009 PostgreSQL Global Development Group
3 # This file is distributed under the same license as the PostgreSQL package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PostgreSQL 8.4\n"
9 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
10 "POT-Creation-Date: 2009-04-29 07:08+0000\n"
11 "PO-Revision-Date: 2009-05-04 22:12+0200\n"
12 "Last-Translator: Devrim GÜNDÜZ <devrim@commandprompt.com>\n"
13 "Language-Team: Turkish <devrim@gunduz.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Poedit-Language: Turkish\n"
18 "X-Poedit-Country: Turkey\n"
20 #: plperl.c:202
21 msgid "If true, trusted and untrusted Perl code will be compiled in strict mode."
22 msgstr "Doğru ise, trusted ve untrusted Perl kodları strict modda derlenecektir"
24 #: plperl.c:606
25 #: plperl.c:799
26 #, c-format
27 msgid "Perl hash contains nonexistent column \"%s\""
28 msgstr "Perl hashi olmayan kolonu içeriyor: \"%s\""
30 #: plperl.c:775
31 msgid "$_TD->{new} does not exist"
32 msgstr "$_TD->{new} mevcut değil"
34 #: plperl.c:779
35 msgid "$_TD->{new} is not a hash reference"
36 msgstr "$_TD->{new} hash referansı değil"
38 #: plperl.c:916
39 #: plperl.c:1615
40 #, c-format
41 msgid "PL/Perl functions cannot return type %s"
42 msgstr "PL/Perl fonksiyonları %s veri tipini döndüremezler"
44 #: plperl.c:928
45 #: plperl.c:1662
46 #, c-format
47 msgid "PL/Perl functions cannot accept type %s"
48 msgstr "PL/Perl fonksiyonları %s tipini kabul etmez"
50 #: plperl.c:1004
51 #, c-format
52 msgid "creation of Perl function \"%s\" failed: %s"
53 msgstr " \"%s\" Perl fonksiyonunun yaratılması başarısız oldu: %s"
55 #: plperl.c:1134
56 #: plperl.c:1192
57 #, c-format
58 msgid "error from Perl function \"%s\": %s"
59 msgstr "Perl fonksiyonunda hata:  \"%s\": %s"
61 #: plperl.c:1240
62 msgid "set-valued function called in context that cannot accept a set"
63 msgstr "set değerini kabul etmediği ortamda set değeri alan fonksiyon çağırılmış"
65 #: plperl.c:1283
66 msgid "set-returning PL/Perl function must return reference to array or use return_next"
67 msgstr "se dönen PL/Perl fonksiyonu return_next kullanmalı ya da bir diziye referans dönmelidir"
69 #: plperl.c:1316
70 msgid "composite-returning PL/Perl function must return reference to hash"
71 msgstr "composite döndüren PL/Perl fonksiyonu hash'e referans dönmelidir"
73 #: plperl.c:1325
74 msgid "function returning record called in context that cannot accept type record"
75 msgstr "tip kaydı içermeyen alanda çağırılan ve kayıt döndüren fonksiyon"
77 #: plperl.c:1441
78 msgid "ignoring modified row in DELETE trigger"
79 msgstr "DELETE triggerındaki değiştirilmiş satır gözardı ediliyor"
81 #: plperl.c:1449
82 msgid "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
83 msgstr "PL/Perl trigger fonksiyonun sonucu undef, \"SKIP\" ya da  \"MODIFY\" olmalıdır"
85 #: plperl.c:1549
86 msgid "out of memory"
87 msgstr "yetersiz bellek"
89 #: plperl.c:1606
90 msgid "trigger functions can only be called as triggers"
91 msgstr "trigger fonksiyonları sadece trigger olarak çağırılabilirler"
93 #: plperl.c:1899
94 msgid "cannot use return_next in a non-SETOF function"
95 msgstr "SETOF olmayan bir fonksiyonda return_next kullanılamaz"
97 #: plperl.c:1905
98 msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash"
99 msgstr "SETOF-composite döndüren PL/Perl fonksiyonları return_next'i hash'e referans olarak çağırmalıdır"