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.
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"
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"
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"
27 msgid "Perl hash contains nonexistent column \"%s\""
28 msgstr "Perl hashi olmayan kolonu içeriyor: \"%s\""
31 msgid "$_TD->{new} does not exist"
32 msgstr "$_TD->{new} mevcut değil"
35 msgid "$_TD->{new} is not a hash reference"
36 msgstr "$_TD->{new} hash referansı değil"
41 msgid "PL/Perl functions cannot return type %s"
42 msgstr "PL/Perl fonksiyonları %s veri tipini döndüremezler"
47 msgid "PL/Perl functions cannot accept type %s"
48 msgstr "PL/Perl fonksiyonları %s tipini kabul etmez"
52 msgid "creation of Perl function \"%s\" failed: %s"
53 msgstr " \"%s\" Perl fonksiyonunun yaratılması başarısız oldu: %s"
58 msgid "error from Perl function \"%s\": %s"
59 msgstr "Perl fonksiyonunda hata: \"%s\": %s"
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ış"
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"
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"
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"
78 msgid "ignoring modified row in DELETE trigger"
79 msgstr "DELETE triggerındaki değiştirilmiş satır gözardı ediliyor"
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"
87 msgstr "yetersiz bellek"
90 msgid "trigger functions can only be called as triggers"
91 msgstr "trigger fonksiyonları sadece trigger olarak çağırılabilirler"
94 msgid "cannot use return_next in a non-SETOF function"
95 msgstr "SETOF olmayan bir fonksiyonda return_next kullanılamaz"
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"