~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to src/pl/plperl/po/tr.po

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-11 10:41:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110511104153-psbh2o58553fv1m0
Tags: upstream-9.1~beta1
Import upstream version 9.1~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
5
#
 
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"
 
19
 
 
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"
 
23
 
 
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\""
 
29
 
 
30
#: plperl.c:775
 
31
msgid "$_TD->{new} does not exist"
 
32
msgstr "$_TD->{new} mevcut değil"
 
33
 
 
34
#: plperl.c:779
 
35
msgid "$_TD->{new} is not a hash reference"
 
36
msgstr "$_TD->{new} hash referansı değil"
 
37
 
 
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"
 
43
 
 
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"
 
49
 
 
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"
 
54
 
 
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"
 
60
 
 
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ış"
 
64
 
 
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"
 
68
 
 
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"
 
72
 
 
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"
 
76
 
 
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"
 
80
 
 
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"
 
84
 
 
85
#: plperl.c:1549
 
86
msgid "out of memory"
 
87
msgstr "yetersiz bellek"
 
88
 
 
89
#: plperl.c:1606
 
90
msgid "trigger functions can only be called as triggers"
 
91
msgstr "trigger fonksiyonları sadece trigger olarak çağırılabilirler"
 
92
 
 
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"
 
96
 
 
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"
 
100