Translation updates
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 17 Jan 2005 02:36:31 +0000 (02:36 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 17 Jan 2005 02:36:31 +0000 (02:36 +0000)
src/backend/po/tr.po
src/bin/initdb/po/tr.po
src/bin/pg_config/po/tr.po
src/bin/pg_ctl/po/tr.po
src/bin/pg_dump/po/tr.po
src/bin/psql/po/tr.po

index cc2e768f88d634a64ce81443890dffa536b5ac6d..c88b4473ae3344b6818409f3b15b6e62c5d1bb2e 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: postgres-tr\n"
 "POT-Creation-Date: 2005-01-04 18:59+0000\n"
-"PO-Revision-Date: 2005-01-07 08:47+0200\n"
+"PO-Revision-Date: 2005-01-15 14:05+0200\n"
 "Last-Translator: Nicolai Tufar <ntufar@tdmsoft.com>\n"
 "Language-Team: Turkish <pgsql-tr-genel@PostgreSQL.org>\n"
 "MIME-Version: 1.0\n"
@@ -212,7 +212,7 @@ msgstr "\"%s\" dosyası (log dosyası %u, segment %u) açma hatası: %m"
 #: access/transam/xlog.c:2939
 #: access/transam/xlog.c:5357
 #: access/transam/xlog.c:5475
-#: postmaster/postmaster.c:2905
+#: postmaster/postmaster.c:2906
 #, c-format
 msgid "could not create file \"%s\": %m"
 msgstr "\"%s\" dosyası oluşturulamıyor: %m"
@@ -224,8 +224,8 @@ msgstr "\"%s\" dosyası oluşturulamıyor: %m"
 #: commands/copy.c:1118
 #: commands/tablespace.c:664
 #: commands/tablespace.c:670
-#: postmaster/postmaster.c:2915
-#: postmaster/postmaster.c:2925
+#: postmaster/postmaster.c:2916
+#: postmaster/postmaster.c:2926
 #: utils/init/miscinit.c:832
 #: utils/init/miscinit.c:841
 #: utils/misc/guc.c:4799
@@ -1119,21 +1119,21 @@ msgstr "böyle bir savepoint bulunamadı"
 msgid "cannot have more than 2^32-1 subtransactions in a transaction"
 msgstr "bir transaction içinde 2^32-1 subtransactiondan fazla olamaz"
 
-#: bootstrap/bootstrap.c:299
-#: postmaster/postmaster.c:549
+#: bootstrap/bootstrap.c:300
+#: postmaster/postmaster.c:550
 #: tcop/postgres.c:2533
 #, c-format
 msgid "--%s requires a value"
 msgstr "--%s bir değer gerektirir"
 
-#: bootstrap/bootstrap.c:304
-#: postmaster/postmaster.c:554
+#: bootstrap/bootstrap.c:305
+#: postmaster/postmaster.c:555
 #: tcop/postgres.c:2538
 #, c-format
 msgid "-c %s requires a value"
 msgstr "-c %s bir değer gerektirir"
 
-#: bootstrap/bootstrap.c:481
+#: bootstrap/bootstrap.c:482
 msgid ""
 "Usage:\n"
 "  postgres -boot [OPTION]... DBNAME\n"
@@ -1451,7 +1451,7 @@ msgstr "\"%s\" tablespace'i mevcut değil"
 #: commands/user.c:1535
 #: commands/user.c:1772
 #: commands/user.c:1807
-#: libpq/pqcomm.c:499
+#: libpq/pqcomm.c:501
 #, c-format
 msgid "group \"%s\" does not exist"
 msgstr "\"%s\" grubu mevcut değil"
@@ -1715,68 +1715,68 @@ msgstr "\"%s\" sütunu %s pseudo-tipine sahip"
 msgid "relation \"%s\" already exists"
 msgstr "\"%s\" nesnesi zaten mevcut"
 
-#: catalog/heap.c:1586
+#: catalog/heap.c:1584
 #, c-format
 msgid "only table \"%s\" can be referenced in check constraint"
 msgstr "check constraint içerisinde sadece \"%s\" tablosu kullanılabilir"
 
-#: catalog/heap.c:1595
+#: catalog/heap.c:1593
 #: commands/typecmds.c:1872
 msgid "cannot use subquery in check constraint"
 msgstr "check constraint içinde subquery kullanılamaz"
 
-#: catalog/heap.c:1599
+#: catalog/heap.c:1597
 msgid "cannot use aggregate function in check constraint"
 msgstr "check constraint içinde aggregate function kullanılamaz"
 
-#: catalog/heap.c:1616
+#: catalog/heap.c:1614
 #: commands/tablecmds.c:3722
 #, c-format
 msgid "constraint \"%s\" for relation \"%s\" already exists"
 msgstr "\"%s\" constraint 'i \"%s\" nesnesi için zaten mevcut"
 
-#: catalog/heap.c:1625
+#: catalog/heap.c:1623
 #, c-format
 msgid "check constraint \"%s\" already exists"
 msgstr "\"%s\"check constraint'i zaten mevcut"
 
-#: catalog/heap.c:1774
+#: catalog/heap.c:1772
 msgid "cannot use column references in default expression"
 msgstr "defaul ifadesinde sütun referansı kullanılamaz"
 
-#: catalog/heap.c:1782
+#: catalog/heap.c:1780
 msgid "default expression must not return a set"
 msgstr "öntanımlı ifade küme döndürmelidir"
 
-#: catalog/heap.c:1790
+#: catalog/heap.c:1788
 msgid "cannot use subquery in default expression"
 msgstr "öntanımlı ifadede subquery kullanılamaz"
 
-#: catalog/heap.c:1794
+#: catalog/heap.c:1792
 msgid "cannot use aggregate function in default expression"
 msgstr "öntanımlı ifadede aggregate fonksiyonu kullanılamaz"
 
-#: catalog/heap.c:1812
+#: catalog/heap.c:1810
 #: rewrite/rewriteHandler.c:647
 #, c-format
 msgid "column \"%s\" is of type %s but default expression is of type %s"
 msgstr "\"%s\" kolonunun tipi %s'dır, ancak öntanımlı ifadenin tipi %s'dir."
 
-#: catalog/heap.c:1817
+#: catalog/heap.c:1815
 #: parser/analyze.c:2701
 #: parser/parse_node.c:247
-#: parser/parse_target.c:362
-#: parser/parse_target.c:572
-#: parser/parse_target.c:581
+#: parser/parse_target.c:367
+#: parser/parse_target.c:577
+#: parser/parse_target.c:586
 #: rewrite/rewriteHandler.c:652
 msgid "You will need to rewrite or cast the expression."
 msgstr "Bu ifadeyi yinden yazmalı ya da sonucunu cast etmelisiniz."
 
-#: catalog/heap.c:2078
+#: catalog/heap.c:2076
 msgid "cannot truncate a table referenced in a foreign key constraint"
 msgstr "ikincil anahtar bütünlük kısıtlamasının refere ettiği tabloyu truncate edemezsiniz"
 
-#: catalog/heap.c:2079
+#: catalog/heap.c:2077
 #, c-format
 msgid "Table \"%s\" references \"%s\" via foreign key constraint \"%s\"."
 msgstr "\"%s\" tablosu \"%s\" tablosunu, \"%s\" bütünlük kısıtlayıcısı ile referans ediyor."
@@ -1789,7 +1789,7 @@ msgstr "sistem katalog tabloları üzerinde kullanıcı tanımlı index oluştur
 msgid "shared indexes cannot be created after initdb"
 msgstr "initdb işleminden sonra shared indeks oluşturulamaz"
 
-#: catalog/index.c:1638
+#: catalog/index.c:1634
 #, c-format
 msgid "shared index \"%s\" can only be reindexed in stand-alone mode"
 msgstr "\"%s\" shared indexe sadece stand-alone modunda reindex işlemi uygulanabilir"
@@ -1821,17 +1821,17 @@ msgid "no schema has been selected to create in"
 msgstr "oluşturma işlemi için şema adı belirtimemiş"
 
 #: catalog/namespace.c:1195
-#: parser/parse_expr.c:1158
-#: parser/parse_target.c:727
+#: parser/parse_expr.c:1171
+#: parser/parse_target.c:732
 #, c-format
 msgid "cross-database references are not implemented: %s"
 msgstr "veritabanı-arası referanslar oluşturulamaz: %s"
 
 #: catalog/namespace.c:1201
+#: parser/parse_expr.c:1197
+#: parser/parse_target.c:741
 #: gram.y:2515
 #: gram.y:7425
-#: parser/parse_expr.c:1184
-#: parser/parse_target.c:736
 #, c-format
 msgid "improper qualified name (too many dotted names): %s"
 msgstr "geçersiz qualified adı (çok fazla noktalı isim): %s"
@@ -2210,7 +2210,7 @@ msgid "Specify a relation name as well as a rule name."
 msgstr "Rule adının yanında nesne adını da belirtin."
 
 #: commands/comment.c:619
-#: rewrite/rewriteDefine.c:582
+#: rewrite/rewriteDefine.c:580
 #: rewrite/rewriteRemove.c:59
 #, c-format
 msgid "rule \"%s\" for relation \"%s\" does not exist"
@@ -2733,8 +2733,8 @@ msgid "incorrect binary data format"
 msgstr "ikili veri biçimi hatası"
 
 #: commands/copy.c:2728
-#: parser/parse_target.c:650
-#: parser/parse_target.c:660
+#: parser/parse_target.c:655
+#: parser/parse_target.c:665
 #, c-format
 msgid "column \"%s\" specified more than once"
 msgstr "\"%s\" sütunu birden fazla belirtilmiş"
@@ -3071,7 +3071,7 @@ msgstr "index yüklemindeki kullanılacak fonksiyon IMMUTABLE olarak tanımlanma
 
 #: commands/indexcmds.c:475
 #: commands/tablecmds.c:1329
-#: parser/parse_expr.c:1085
+#: parser/parse_expr.c:1098
 #, c-format
 msgid "column \"%s\" does not exist"
 msgstr "\"%s\" sütunu mevcut değil"
@@ -3541,16 +3541,16 @@ msgstr "\"%s\" sistem nesnesi taşınamaz"
 msgid "cannot move temporary tables of other sessions"
 msgstr "diğer oturumların geçici tabloları taşınamaz"
 
-#: commands/tablecmds.c:5696
+#: commands/tablecmds.c:5694
 msgid "shared tables cannot be toasted after initdb"
 msgstr "initdb işleminden sonra paylaşılmış tablolar toast edilemez"
 
-#: commands/tablecmds.c:5711
+#: commands/tablecmds.c:5709
 #, c-format
 msgid "table \"%s\" already has a TOAST table"
 msgstr "\"%s\" tablosunun zaten bir TOAST tablosu vardır"
 
-#: commands/tablecmds.c:5728
+#: commands/tablecmds.c:5726
 #, c-format
 msgid "table \"%s\" does not need a TOAST table"
 msgstr "\"%s\" tablosunun TOAST tablosuna gereksinmesi yoktur"
@@ -3636,12 +3636,12 @@ msgstr "setval: %s değeri kapsam dışıdır, sequence \"%s\" (%s..%s)"
 #: executor/execGrouping.c:384
 #: lib/dllist.c:43
 #: lib/dllist.c:88
-#: libpq/auth.c:636
+#: libpq/auth.c:640
 #: postmaster/pgstat.c:2430
 #: postmaster/pgstat.c:2497
-#: postmaster/postmaster.c:809
-#: postmaster/postmaster.c:1677
-#: postmaster/postmaster.c:2396
+#: postmaster/postmaster.c:810
+#: postmaster/postmaster.c:1678
+#: postmaster/postmaster.c:2397
 #: storage/buffer/localbuf.c:139
 #: storage/file/fd.c:588
 #: storage/file/fd.c:621
@@ -4740,7 +4740,7 @@ msgid "unexpected Kerberos protocol version received from client (received \"%s\
 msgstr "İstemciden beklenmeyen Kerberos protokol versiyonu alınmış (alınan \"%s\", beklenen \"%s\")"
 
 #: libpq/auth.c:126
-#: libpq/auth.c:305
+#: libpq/auth.c:309
 #, c-format
 msgid "unexpected Kerberos user name received from client (received \"%s\", expected \"%s\")"
 msgstr "İstemciden beklenmeyen Kerberos kullanıcı adı alınmış (alınan \"%s\", beklenen \"%s\")"
@@ -4749,164 +4749,164 @@ msgstr "İstemciden beklenmeyen Kerberos kullanıcı adı alınmış (alınan \"
 msgid "Kerberos 4 not implemented on this server"
 msgstr "Kerberos 5 bu sunucuda desteklenmemektedir"
 
-#: libpq/auth.c:200
+#: libpq/auth.c:204
 #, c-format
 msgid "Kerberos initialization returned error %d"
 msgstr "Kerberos oluşturma hatası %d"
 
-#: libpq/auth.c:210
+#: libpq/auth.c:214
 #, c-format
 msgid "Kerberos keytab resolving returned error %d"
 msgstr "Kerberos keytab resolving hatası %d"
 
-#: libpq/auth.c:223
+#: libpq/auth.c:227
 #, c-format
 msgid "Kerberos sname_to_principal(\"%s\") returned error %d"
 msgstr "Kerberos sname_to_principal(\"%s\") hatası %d"
 
-#: libpq/auth.c:268
+#: libpq/auth.c:272
 #, c-format
 msgid "Kerberos recvauth returned error %d"
 msgstr "Kerberos recvauth hatası %d"
 
-#: libpq/auth.c:293
+#: libpq/auth.c:297
 #, c-format
 msgid "Kerberos unparse_name returned error %d"
 msgstr "Kerberos unparse_name hatası %d"
 
-#: libpq/auth.c:326
+#: libpq/auth.c:330
 msgid "Kerberos 5 not implemented on this server"
 msgstr "Kerberos 5 bu sunucuda desteklenmemektedir"
 
-#: libpq/auth.c:365
+#: libpq/auth.c:369
 #, c-format
 msgid "authentication failed for user \"%s\": host rejected"
 msgstr "\"%s\" kullanıcısı için kimlik doğrulaması başarısız oldu: adres geçerli değil"
 
-#: libpq/auth.c:368
+#: libpq/auth.c:372
 #, c-format
 msgid "Kerberos 4 authentication failed for user \"%s\""
 msgstr "\"%s\" kullanıcısı için Kerberos 4 kimlik doğrulaması başarısız oldu"
 
-#: libpq/auth.c:371
+#: libpq/auth.c:375
 #, c-format
 msgid "Kerberos 5 authentication failed for user \"%s\""
 msgstr "\"%s\" kullanıcısı için Kerberos 5 kimlik doğrulaması başarısız oldu"
 
-#: libpq/auth.c:374
+#: libpq/auth.c:378
 #, c-format
 msgid "\"trust\" authentication failed for user \"%s\""
 msgstr "\"%s\" kullanıcısı için \"trust\" kimlik doğrulaması başarısız oldu"
 
-#: libpq/auth.c:377
+#: libpq/auth.c:381
 #, c-format
 msgid "Ident authentication failed for user \"%s\""
 msgstr "\"%s\" kullanıcısı için Ident kimlik doğrulaması başarısız oldu"
 
-#: libpq/auth.c:382
+#: libpq/auth.c:386
 #, c-format
 msgid "password authentication failed for user \"%s\""
 msgstr "\"%s\" kullanıcısı için şifre doğrulaması başarısız oldu"
 
-#: libpq/auth.c:386
+#: libpq/auth.c:390
 #, c-format
 msgid "PAM authentication failed for user \"%s\""
 msgstr "\"%s\" kullanıcısı için PAM kimlik doğrulaması başarısız oldu"
 
-#: libpq/auth.c:390
+#: libpq/auth.c:394
 #, c-format
 msgid "authentication failed for user \"%s\": invalid authentication method"
 msgstr "\"%s\" kullanıcısının kimlik doğrulaması başarısız: geçersiz kimlik doğrulama yöntemi"
 
-#: libpq/auth.c:419
+#: libpq/auth.c:423
 msgid "missing or erroneous pg_hba.conf file"
 msgstr "Eksik ya da hatalı pg_hba.conf dosyası"
 
-#: libpq/auth.c:420
+#: libpq/auth.c:424
 msgid "See server log for details."
 msgstr "Ayrıntılar için sunucu loguna bakın."
 
-#: libpq/auth.c:446
+#: libpq/auth.c:450
 #, c-format
 msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s"
 msgstr "\"%s\" adresi, \"%s\" kullanıcısı, \"%s\" veritabanı için pg_hba.conf içinde bir tanım yok, %s"
 
-#: libpq/auth.c:448
+#: libpq/auth.c:452
 msgid "SSL on"
 msgstr "SSL yetkin"
 
-#: libpq/auth.c:448
+#: libpq/auth.c:452
 msgid "SSL off"
 msgstr "SSL yetkisiz"
 
-#: libpq/auth.c:452
+#: libpq/auth.c:456
 #, c-format
 msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\""
 msgstr "\"%s\" adresi, \"%s\" kullanıcısı, \"%s\" veritabanı için pg_hba.conf içinde bir tanım yok"
 
-#: libpq/auth.c:464
+#: libpq/auth.c:468
 msgid "Kerberos 4 only supports IPv4 connections"
 msgstr "Kerberos 4 sadece IPv4 bağlantıları destekliyor"
 
-#: libpq/auth.c:497
+#: libpq/auth.c:501
 #, c-format
 msgid "could not enable credential reception: %m"
 msgstr "kimlik doğrulama alımı etkinleştirmesi başarısız: %m"
 
-#: libpq/auth.c:584
+#: libpq/auth.c:588
 #, c-format
 msgid "error from underlying PAM layer: %s"
 msgstr "PAM katmanında hata: %s"
 
-#: libpq/auth.c:589
+#: libpq/auth.c:593
 #, c-format
 msgid "unsupported PAM conversation %d/%s"
 msgstr "desteklenmeyen PAM iletişimi %d/%s"
 
-#: libpq/auth.c:621
+#: libpq/auth.c:625
 msgid "empty password returned by client"
 msgstr "istemci boş şifre gönderdi"
 
-#: libpq/auth.c:681
+#: libpq/auth.c:685
 #, c-format
 msgid "could not create PAM authenticator: %s"
 msgstr "PAM authenticator oluşturulamıyor: %s"
 
-#: libpq/auth.c:692
+#: libpq/auth.c:696
 #, c-format
 msgid "pam_set_item(PAM_USER) failed: %s"
 msgstr "pam_set_item(PAM_USER) başarısız: %s"
 
-#: libpq/auth.c:703
+#: libpq/auth.c:707
 #, c-format
 msgid "pam_set_item(PAM_CONV) failed: %s"
 msgstr "pam_set_item(PAM_CONV) başarısız: %s"
 
-#: libpq/auth.c:714
+#: libpq/auth.c:718
 #, c-format
 msgid "pam_authenticate failed: %s"
 msgstr "pam_authenticate başarısız: %s"
 
-#: libpq/auth.c:725
+#: libpq/auth.c:729
 #, c-format
 msgid "pam_acct_mgmt failed: %s"
 msgstr "pam_acct_mgmt başarısız: %s"
 
-#: libpq/auth.c:736
+#: libpq/auth.c:740
 #, c-format
 msgid "could not release PAM authenticator: %s"
 msgstr "PAM authenticator bırakma başarısız: %s"
 
-#: libpq/auth.c:774
+#: libpq/auth.c:778
 #, c-format
 msgid "expected password response, got message type %d"
 msgstr "cevap olarak şifre beklenirken, %d mesaj tipi alındı"
 
-#: libpq/auth.c:802
+#: libpq/auth.c:806
 msgid "invalid password packet size"
 msgstr "geçersiz password paket boyutu"
 
-#: libpq/auth.c:806
+#: libpq/auth.c:810
 msgid "received password packet"
 msgstr "password paketi alınmıştır"
 
@@ -5057,8 +5057,8 @@ msgstr "\"%s\" dosyasında %d satırında, \"%s\" simgesinde geçersiz giriş"
 msgid "missing field in file \"%s\" at end of line %d"
 msgstr "\"%s\" dosyasında %d satırın sonunda eksik alan"
 
-#: guc-file.l:151
 #: libpq/hba.c:1051
+#: guc-file.l:151
 #, c-format
 msgid "could not open configuration file \"%s\": %m"
 msgstr "yapılandırma dosyası \"%s\" açılamadı: %m"
@@ -5140,95 +5140,100 @@ msgstr "host adı \"%s\", hizmet \"%s\" adrese çevirilemedi: %s"
 msgid "could not translate service \"%s\" to address: %s"
 msgstr "\"%s\" servesi adrese çevirilemedi: %s"
 
-#: libpq/pqcomm.c:309
+#: libpq/pqcomm.c:302
+#, c-format
+msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded"
+msgstr "tüm istenilen adreslerine bind hatası: MAXLISTEN(%d) sınırı aşılmıştır"
+
+#: libpq/pqcomm.c:311
 msgid "IPv4"
 msgstr "IPv4"
 
-#: libpq/pqcomm.c:313
+#: libpq/pqcomm.c:315
 msgid "IPv6"
 msgstr "IPv6"
 
-#: libpq/pqcomm.c:318
+#: libpq/pqcomm.c:320
 msgid "Unix"
 msgstr "Unix"
 
-#: libpq/pqcomm.c:323
+#: libpq/pqcomm.c:325
 #, c-format
 msgid "unrecognized address family %d"
 msgstr "bilinmeyen adres ailesi %d"
 
 #. translator: %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:334
+#: libpq/pqcomm.c:336
 #, c-format
 msgid "could not create %s socket: %m"
 msgstr "%s: socket oluşturma hatası: %m"
 
-#: libpq/pqcomm.c:346
+#: libpq/pqcomm.c:348
 #, c-format
 msgid "setsockopt(SO_REUSEADDR) failed: %m"
 msgstr "setsockopt(SO_REUSEADDR) başarısız: %m"
 
-#: libpq/pqcomm.c:360
+#: libpq/pqcomm.c:362
 #, c-format
 msgid "setsockopt(IPV6_V6ONLY) failed: %m"
 msgstr "setsockopt(IPV6_V6ONLY) başarısız: %m"
 
 #. translator: %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:379
+#: libpq/pqcomm.c:381
 #, c-format
 msgid "could not bind %s socket: %m"
 msgstr "%s socket bind hatası: %m"
 
-#: libpq/pqcomm.c:382
+#: libpq/pqcomm.c:384
 #, c-format
 msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry."
 msgstr "Başka bir postmaster %d portunda çalışıyor mu? Değil ise \"%s\" socket dosyasını kaldırın ve yeniden deneyin."
 
-#: libpq/pqcomm.c:385
+#: libpq/pqcomm.c:387
 #, c-format
 msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry."
 msgstr "Başka bir postmaster %d portunda çalışıyor mu? Değil ise birkaç saniye bekleyin ve yeniden deneyin."
 
 #. translator: %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:419
+#: libpq/pqcomm.c:421
 #, c-format
 msgid "could not listen on %s socket: %m"
 msgstr "%s socket dinleme hatası: %m"
 
-#: libpq/pqcomm.c:509
+#: libpq/pqcomm.c:511
 #, c-format
 msgid "could not set group of file \"%s\": %m"
 msgstr "\"%s\" dosyasının grup atama hatası: %m"
 
-#: libpq/pqcomm.c:520
+#: libpq/pqcomm.c:522
 #, c-format
 msgid "could not set permissions of file \"%s\": %m"
 msgstr "\"%s\" dosyasının erişim hakklarını atanamıyor: %m"
 
-#: libpq/pqcomm.c:550
+#: libpq/pqcomm.c:552
 #, c-format
 msgid "could not accept new connection: %m"
 msgstr "yeni bağlantı alma hatası: %m"
 
-#: libpq/pqcomm.c:702
+#: libpq/pqcomm.c:704
 #, c-format
 msgid "could not receive data from client: %m"
 msgstr "istemciden veri alınamamıştır: %m"
 
-#: libpq/pqcomm.c:895
+#: libpq/pqcomm.c:897
 msgid "unexpected EOF within message length word"
 msgstr "mesaj uzunluk verisinde beklenmeyen EOF (dosya sonu)"
 
-#: libpq/pqcomm.c:906
+#: libpq/pqcomm.c:908
 msgid "invalid message length"
 msgstr "mesaj uzunluğu yanlıştır"
 
-#: libpq/pqcomm.c:928
-#: libpq/pqcomm.c:938
+#: libpq/pqcomm.c:930
+#: libpq/pqcomm.c:940
 msgid "incomplete message from client"
 msgstr "istemciden alınan mesaj eksik"
 
-#: libpq/pqcomm.c:1048
+#: libpq/pqcomm.c:1050
 #, c-format
 msgid "could not send data to client: %m"
 msgstr "istemci sürecine sinyal gönderme başarısız: %m"
@@ -5357,8 +5362,8 @@ msgstr "satır içine alınma işlemi sırasında \"%s\" SQL fonksiyonu"
 msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
 msgstr "JOIN/ON ifadesi, JOIN parçası olmayan \"%s\" öğesine referans etmektedir"
 
-#: gram.y:5161
 #: parser/parse_clause.c:423
+#: gram.y:5161
 msgid "subquery in FROM must have an alias"
 msgstr "FROM öğersindeki subquery bir aliası almalıdır"
 
@@ -5628,10 +5633,10 @@ msgstr "birden fazla DEFERRABLE/NOT DEFERRABLE tanımına izin verilmez"
 msgid "misplaced NOT DEFERRABLE clause"
 msgstr "NOT DEFERRABLE yanlış yerde kullanılmış"
 
-#: gram.y:2368
-#: gram.y:2383
 #: parser/analyze.c:2906
 #: parser/analyze.c:2930
+#: gram.y:2368
+#: gram.y:2383
 msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
 msgstr "INITIALLY DEFERRED olarak tanımlanan kısıtlayıcı DEFERRABLE özelliğine sahip olmalıdır"
 
@@ -5698,7 +5703,7 @@ msgstr "$%d parametresi için geçersiz tip bulundu"
 #: parser/parse_coerce.c:723
 #: parser/parse_coerce.c:739
 #: parser/parse_coerce.c:753
-#: parser/parse_expr.c:1658
+#: parser/parse_expr.c:1671
 #, c-format
 msgid "cannot cast type %s to %s"
 msgstr "%s tipi %s tipine dökülemiyor"
@@ -5772,9 +5777,9 @@ msgstr "giriş, \"unknown\" tipinde olduğu için anyarray/anyelement tipi belir
 #: parser/parse_coerce.c:1228
 #: parser/parse_coerce.c:1245
 #: parser/parse_coerce.c:1299
-#: parser/parse_expr.c:794
-#: parser/parse_expr.c:1351
-#: parser/parse_expr.c:1390
+#: parser/parse_expr.c:807
+#: parser/parse_expr.c:1364
+#: parser/parse_expr.c:1403
 #: parser/parse_oper.c:920
 #, c-format
 msgid "could not find array type for data type %s"
@@ -5888,17 +5893,17 @@ msgstr "%s operatörü set döndürmemelidir"
 msgid "subquery has too few columns"
 msgstr "subquery'de yetersiz sütun sayısı"
 
-#: parser/parse_expr.c:1692
-#: parser/parse_expr.c:1771
+#: parser/parse_expr.c:1705
+#: parser/parse_expr.c:1784
 msgid "unequal number of entries in row expression"
 msgstr "satır ifadesinde eşitsiz öğe sayısı"
 
-#: parser/parse_expr.c:1713
+#: parser/parse_expr.c:1726
 #, c-format
 msgid "operator %s is not supported for row expressions"
 msgstr "satır ifadelerinde %s işlemi kullanılamaz"
 
-#: parser/parse_expr.c:1808
+#: parser/parse_expr.c:1821
 msgid "IS DISTINCT FROM requires = operator to yield boolean"
 msgstr "boolean değerini almak için IS DISTINCT FROM, = işlemini kullanmalıdır"
 
@@ -6041,46 +6046,46 @@ msgstr "op ANY/ALL (array) operatorun boolean tipinde değer getirilmesi gerekir
 msgid "op ANY/ALL (array) requires operator not to return a set"
 msgstr "op ANY/ALL (array) operatorun set tipinde değer getirilmesi gerekir"
 
-#: parser/parse_target.c:268
-#: parser/parse_target.c:503
+#: parser/parse_target.c:273
+#: parser/parse_target.c:508
 #, c-format
 msgid "cannot assign to system column \"%s\""
 msgstr "\"%s\" sistem sütununa veri atanamıyor"
 
-#: parser/parse_target.c:292
+#: parser/parse_target.c:297
 msgid "cannot set an array element to DEFAULT"
 msgstr "array öğesine DEFAULT değeri atanamıyor"
 
-#: parser/parse_target.c:296
+#: parser/parse_target.c:301
 msgid "cannot set a subfield to DEFAULT"
 msgstr "subfield, DEFAULT değeri alamaz"
 
-#: parser/parse_target.c:357
+#: parser/parse_target.c:362
 #, c-format
 msgid "column \"%s\" is of type %s but expression is of type %s"
 msgstr "\"%s\" sütunu %s tipinde ancak ifade %s tipindedir"
 
-#: parser/parse_target.c:489
+#: parser/parse_target.c:494
 #, c-format
 msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type"
 msgstr "%3$s composite tipi olmadığı için \"%2$s\" sütununun \"%1$s\" alanına atama başarısız"
 
-#: parser/parse_target.c:497
+#: parser/parse_target.c:502
 #, c-format
 msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s"
 msgstr "%3$s veri tipi olmadığı için \"%2$s\" sütununun \"%1$s\" alanına atama başarısız"
 
-#: parser/parse_target.c:567
+#: parser/parse_target.c:572
 #, c-format
 msgid "array assignment to \"%s\" requires type %s but expression is of type %s"
 msgstr "\"%s\" alanına atama işlemi %s veri tipini gerektirmektedir ancak %s veri tipi alınmış"
 
-#: parser/parse_target.c:576
+#: parser/parse_target.c:581
 #, c-format
 msgid "subfield \"%s\" is of type %s but expression is of type %s"
 msgstr "\"%s\" subfield %s tipinde ancak ifade %s tipindedir"
 
-#: parser/parse_target.c:805
+#: parser/parse_target.c:810
 msgid "SELECT * with no tables specified is not valid"
 msgstr "SELECT *, tablo tanımı olmadan geçersizdir"
 
@@ -6180,7 +6185,6 @@ msgstr "INTEVRAL(%d) kesinliği sıfırdan küçük olamaz"
 msgid "INTERVAL(%d) precision reduced to maximum allowed, %d"
 msgstr "INTEVRAL(%d) kesinliği izin verilen en yüksek değerine (%d) düşürülmüştür"
 
-#: gram.y:1886
 #: utils/adt/ri_triggers.c:302
 #: utils/adt/ri_triggers.c:364
 #: utils/adt/ri_triggers.c:543
@@ -6196,6 +6200,7 @@ msgstr "INTEVRAL(%d) kesinliği izin verilen en yüksek değerine (%d) düşür
 #: utils/adt/ri_triggers.c:2441
 #: utils/adt/ri_triggers.c:2537
 #: utils/adt/ri_triggers.c:2660
+#: gram.y:1886
 msgid "MATCH PARTIAL not yet implemented"
 msgstr "MATCH PARTIAL implemente edilmemiştir"
 
@@ -6219,13 +6224,13 @@ msgstr "CREATE FUNCTION / OUT parametreleri implemente edilmemiş"
 msgid "CREATE FUNCTION / INOUT parameters are not implemented"
 msgstr "CREATE FUNCTION / INOUT parametreleri implemente edilmemiş"
 
-#: gram.y:3491
 #: utils/adt/regproc.c:639
+#: gram.y:3491
 msgid "missing argument"
 msgstr "argüman eksik"
 
-#: gram.y:3492
 #: utils/adt/regproc.c:640
+#: gram.y:3492
 msgid "Use NONE to denote the missing argument of a unary operator."
 msgstr "Unary operator'un bir argümanı eksik olduğunu göstermek için NONE kullanın"
 
@@ -6509,84 +6514,84 @@ msgstr ""
 msgid "You possibly need to raise your kernel's SEMVMX value to be at least %d.  Look into the PostgreSQL documentation for details."
 msgstr "Kernel SEMVMX değerini en az %d değerine kadar çıkartmalısınız.  Daha fazla bilgi için PostgreSQL dokümanlarına bakın."
 
-#: postmaster/postmaster.c:450
+#: postmaster/postmaster.c:451
 #, c-format
 msgid "%s: assert checking is not compiled in\n"
 msgstr "%s: assert checking desteği derlenmemiştir\n"
 
-#: postmaster/postmaster.c:566
-#: postmaster/postmaster.c:579
+#: postmaster/postmaster.c:567
+#: postmaster/postmaster.c:580
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Daha fazla bilgi için \"%s --help\" yazın\n"
 
-#: postmaster/postmaster.c:577
+#: postmaster/postmaster.c:578
 #, c-format
 msgid "%s: invalid argument: \"%s\"\n"
 msgstr "%s: geçersiz parametre: \"%s\"\n"
 
-#: postmaster/postmaster.c:604
+#: postmaster/postmaster.c:605
 #, c-format
 msgid "%s: the number of buffers (-B) must be at least twice the number of allowed connections (-N) and at least 16\n"
 msgstr "%s: buffer sayısı (-B), izin verilen bağlantı sayısından (-N) en az iki kat daha büyük ve 16'dan daha küçük olmamalıdır\n"
 
-#: postmaster/postmaster.c:610
+#: postmaster/postmaster.c:611
 #, c-format
 msgid "%s: superuser_reserved_connections must be less than max_connections\n"
 msgstr "%s: superuser_reserved_connections parametresi, max_connections parametresinden küçük olmalıdır\n"
 
-#: postmaster/postmaster.c:619
+#: postmaster/postmaster.c:620
 #, c-format
 msgid "%s: invalid datetoken tables, please fix\n"
 msgstr "%s: datetoken tabloları bozuk, lütfen düzeltin\n"
 
-#: postmaster/postmaster.c:653
+#: postmaster/postmaster.c:654
 #, c-format
 msgid "%s: could not locate matching postgres executable"
 msgstr "%s: uygun postgres çalıştırma dosysı bulunamadı"
 
-#: postmaster/postmaster.c:720
+#: postmaster/postmaster.c:721
 msgid "invalid list syntax for \"listen_addresses\""
 msgstr "\"listen_addresses\" için geçersiz sözdizimi"
 
-#: postmaster/postmaster.c:739
+#: postmaster/postmaster.c:740
 #, c-format
 msgid "could not create listen socket for \"%s\""
 msgstr "\"%s\" için socket oluşturma hatası"
 
-#: postmaster/postmaster.c:768
+#: postmaster/postmaster.c:769
 msgid "could not create Unix-domain socket"
 msgstr "UNIX-domani socket oluşturma hatası"
 
-#: postmaster/postmaster.c:776
+#: postmaster/postmaster.c:777
 msgid "no socket created for listening"
 msgstr "dinlemek için socket oluşturulmadı"
 
-#: postmaster/postmaster.c:853
+#: postmaster/postmaster.c:854
 #, c-format
 msgid "%s: could not write external PID file \"%s\": %s\n"
 msgstr "%s: harici PID dosyası \"%s\" yazılamadı: %s\n"
 
-#: postmaster/postmaster.c:946
+#: postmaster/postmaster.c:947
 #, c-format
 msgid "data directory \"%s\" does not exist"
 msgstr "veritabanı deizini \"%s\" mevcut değil"
 
-#: postmaster/postmaster.c:951
+#: postmaster/postmaster.c:952
 #, c-format
 msgid "could not read permissions of directory \"%s\": %m"
 msgstr "\"%s\" dizininin eriğim haklarını okunamıyor: %m"
 
-#: postmaster/postmaster.c:966
+#: postmaster/postmaster.c:967
 #, c-format
 msgid "data directory \"%s\" has group or world access"
 msgstr "veritabanı dizini \"%s\" gruba ve herkese erişime açıktır"
 
-#: postmaster/postmaster.c:968
+#: postmaster/postmaster.c:969
 msgid "Permissions should be u=rwx (0700)."
 msgstr "Erişim hakları u=rwx (0700) olmalıdır."
 
-#: postmaster/postmaster.c:979
+#: postmaster/postmaster.c:980
 #, c-format
 msgid ""
 "%s: could not find the database system\n"
@@ -6597,17 +6602,17 @@ msgstr ""
 "\"%s\" klasöründe arama yapılmıştır,\n"
 "ancak \"%s\" dosyası bulunamamıştır: %s\n"
 
-#: postmaster/postmaster.c:1024
+#: postmaster/postmaster.c:1025
 #, c-format
 msgid "%s: could not fork background process: %s\n"
 msgstr "%s: artalan süreci başlatma hatası: %s\n"
 
-#: postmaster/postmaster.c:1046
+#: postmaster/postmaster.c:1047
 #, c-format
 msgid "%s: could not dissociate from controlling TTY: %s\n"
 msgstr "%s: control TTY ile bağlantı kesilemiyor: %s\n"
 
-#: postmaster/postmaster.c:1069
+#: postmaster/postmaster.c:1070
 #, c-format
 msgid ""
 "%s is the PostgreSQL server.\n"
@@ -6616,7 +6621,7 @@ msgstr ""
 "%s, PostgreSQL dunucusudur.\n"
 "\n"
 
-#: postmaster/postmaster.c:1070
+#: postmaster/postmaster.c:1071
 #, c-format
 msgid ""
 "Usage:\n"
@@ -6627,83 +6632,83 @@ msgstr ""
 "  %s [OPTION]...\n"
 "\n"
 
-#: postmaster/postmaster.c:1071
+#: postmaster/postmaster.c:1072
 #: tcop/postgres.c:2125
 msgid "Options:\n"
 msgstr "Opsiyonlar:\n"
 
-#: postmaster/postmaster.c:1073
+#: postmaster/postmaster.c:1074
 #: tcop/postgres.c:2127
 msgid "  -A 1|0          enable/disable run-time assert checking\n"
 msgstr "  -A 1|0          çalışma zamanı assert denetimi açık/kapalı\n"
 
-#: postmaster/postmaster.c:1075
+#: postmaster/postmaster.c:1076
 #: tcop/postgres.c:2129
 msgid "  -B NBUFFERS     number of shared buffers\n"
 msgstr "  -B NBUFFERS     shared buffers sayısı\n"
 
-#: postmaster/postmaster.c:1076
+#: postmaster/postmaster.c:1077
 #: tcop/postgres.c:2130
 msgid "  -c NAME=VALUE   set run-time parameter\n"
 msgstr "  -c NAME=VALUE   çalışma parametresine değer ver\n"
 
-#: postmaster/postmaster.c:1077
+#: postmaster/postmaster.c:1078
 msgid "  -d 1-5          debugging level\n"
 msgstr "  -d 1-5          debug düzeyi\n"
 
-#: postmaster/postmaster.c:1078
+#: postmaster/postmaster.c:1079
 #: tcop/postgres.c:2132
 msgid "  -D DATADIR      database directory\n"
 msgstr "  -D DATADIR      veritabanı dizini\n"
 
-#: postmaster/postmaster.c:1079
+#: postmaster/postmaster.c:1080
 #: tcop/postgres.c:2135
 msgid "  -F              turn fsync off\n"
 msgstr "  -F              UNIX fsync() kullanımı engelle\n"
 
-#: postmaster/postmaster.c:1080
+#: postmaster/postmaster.c:1081
 msgid "  -h HOSTNAME     host name or IP address to listen on\n"
 msgstr "  -h HOSTNAME     sunucunun kullanacağı host name veya IP adresi\n"
 
-#: postmaster/postmaster.c:1081
+#: postmaster/postmaster.c:1082
 msgid "  -i              enable TCP/IP connections\n"
 msgstr "  -i              TCP/IP bağlantıları etkinleştir\n"
 
-#: postmaster/postmaster.c:1082
+#: postmaster/postmaster.c:1083
 msgid "  -k DIRECTORY    Unix-domain socket location\n"
 msgstr "  -k DIRECTORY    Unix-domain socket'in yeri\n"
 
-#: postmaster/postmaster.c:1084
+#: postmaster/postmaster.c:1085
 msgid "  -l              enable SSL connections\n"
 msgstr "  -l              SSL bağlantıları etkinleştir\n"
 
-#: postmaster/postmaster.c:1086
+#: postmaster/postmaster.c:1087
 msgid "  -N MAX-CONNECT  maximum number of allowed connections\n"
 msgstr "  -N MAX-CONNECT  maksimum bağlantı sayısı\n"
 
-#: postmaster/postmaster.c:1087
+#: postmaster/postmaster.c:1088
 msgid "  -o OPTIONS      pass \"OPTIONS\" to each server process\n"
 msgstr "  -o OPTIONS      her backend sunucusuna şu \"OPTIONS\"ları ilet\n"
 
-#: postmaster/postmaster.c:1088
+#: postmaster/postmaster.c:1089
 msgid "  -p PORT         port number to listen on\n"
 msgstr "  -p PORT         sunucunun kullanacağı port numarası\n"
 
-#: postmaster/postmaster.c:1089
+#: postmaster/postmaster.c:1090
 msgid "  -S              silent mode (start in background without logging output)\n"
 msgstr "  -S              sessiz modu (log kayırları yazmadan arka plânda çalıştır)\n"
 
-#: postmaster/postmaster.c:1090
+#: postmaster/postmaster.c:1091
 #: tcop/postgres.c:2142
 msgid "  --help          show this help, then exit\n"
 msgstr "  --help          bu help ekranı göster\n"
 
-#: postmaster/postmaster.c:1091
+#: postmaster/postmaster.c:1092
 #: tcop/postgres.c:2143
 msgid "  --version       output version information, then exit\n"
 msgstr "  --version       versyon bilgileri göster\n"
 
-#: postmaster/postmaster.c:1093
+#: postmaster/postmaster.c:1094
 #: tcop/postgres.c:2144
 msgid ""
 "\n"
@@ -6712,15 +6717,15 @@ msgstr ""
 "\n"
 "Program geliştirici opsiyonlar:\n"
 
-#: postmaster/postmaster.c:1094
+#: postmaster/postmaster.c:1095
 msgid "  -n              do not reinitialize shared memory after abnormal exit\n"
 msgstr "  -n              anormal çıkıştan sonra shared memorynin yeniden biçimlendirmesini engelle\n"
 
-#: postmaster/postmaster.c:1095
+#: postmaster/postmaster.c:1096
 msgid "  -s              send SIGSTOP to all backend servers if one dies\n"
 msgstr "  -s              bir backend sunucunun çöktüğünde tüm backend'lere SIGSTOP gönder\n"
 
-#: postmaster/postmaster.c:1097
+#: postmaster/postmaster.c:1098
 msgid ""
 "\n"
 "Please read the documentation for the complete list of run-time\n"
@@ -6735,209 +6740,209 @@ msgstr ""
 "\n"
 "Sistem hataları <pgsql-bugs@postgresql.org> adresine bildiriniz.\n"
 
-#: postmaster/postmaster.c:1159
+#: postmaster/postmaster.c:1160
 #, c-format
 msgid "select() failed in postmaster: %m"
 msgstr "pstmaster içinde select() başarısız: %m"
 
-#: postmaster/postmaster.c:1310
-#: postmaster/postmaster.c:1341
+#: postmaster/postmaster.c:1311
+#: postmaster/postmaster.c:1342
 msgid "incomplete startup packet"
 msgstr "başlatma paketi eksik"
 
-#: postmaster/postmaster.c:1322
+#: postmaster/postmaster.c:1323
 msgid "invalid length of startup packet"
 msgstr "başlatma paketinin uzunluğu geçirsiz"
 
-#: postmaster/postmaster.c:1374
+#: postmaster/postmaster.c:1375
 #, c-format
 msgid "failed to send SSL negotiation response: %m"
 msgstr "SSL görüşme cevabı gönderme başarısız: %m"
 
-#: postmaster/postmaster.c:1403
+#: postmaster/postmaster.c:1404
 #, c-format
 msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u"
 msgstr "frontend protokolü %u.%u desteklenememktedir: sunucunun desteklediği protokolleri %u.0 ila %u.%u arasında"
 
-#: postmaster/postmaster.c:1467
+#: postmaster/postmaster.c:1468
 msgid "invalid startup packet layout: expected terminator as last byte"
 msgstr "geçersiz sartup packet düzeni: son bayt bir sonlandırıcı olmalıdır"
 
-#: postmaster/postmaster.c:1496
+#: postmaster/postmaster.c:1497
 msgid "no PostgreSQL user name specified in startup packet"
 msgstr "başlatma paketinde PostgreSQL kullanıcı adı belirtilmemiştir"
 
-#: postmaster/postmaster.c:1549
+#: postmaster/postmaster.c:1550
 msgid "the database system is starting up"
 msgstr "veritabanı başlatılıyor"
 
-#: postmaster/postmaster.c:1554
+#: postmaster/postmaster.c:1555
 msgid "the database system is shutting down"
 msgstr "veritabanı kapatılıyor"
 
-#: postmaster/postmaster.c:1559
+#: postmaster/postmaster.c:1560
 msgid "the database system is in recovery mode"
 msgstr "veritabanı kurtarma modundadır"
 
-#: postmaster/postmaster.c:1564
+#: postmaster/postmaster.c:1565
 #: storage/ipc/sinval.c:105
 #: storage/lmgr/proc.c:246
 msgid "sorry, too many clients already"
 msgstr "özgünüm, istemci sayısı çok fazla"
 
-#: postmaster/postmaster.c:1789
+#: postmaster/postmaster.c:1790
 msgid "received SIGHUP, reloading configuration files"
 msgstr "SIGHUP sinyali alınmıştır, konfigurasyon dosyaları yeniden okunuyor"
 
-#: postmaster/postmaster.c:1841
+#: postmaster/postmaster.c:1842
 msgid "received smart shutdown request"
 msgstr "smart shutdown isteği alındı"
 
-#: postmaster/postmaster.c:1877
+#: postmaster/postmaster.c:1878
 msgid "received fast shutdown request"
 msgstr "fast shutdown isteği alındı"
 
-#: postmaster/postmaster.c:1884
+#: postmaster/postmaster.c:1885
 msgid "aborting any active transactions"
 msgstr "actif transactionlar iptal ediliyor"
 
-#: postmaster/postmaster.c:1922
+#: postmaster/postmaster.c:1923
 msgid "received immediate shutdown request"
 msgstr "immediate shutdown isteği alındı"
 
-#: postmaster/postmaster.c:1995
+#: postmaster/postmaster.c:1996
 msgid "startup process"
 msgstr "sistem başlatma süreci"
 
-#: postmaster/postmaster.c:1998
+#: postmaster/postmaster.c:1999
 msgid "aborting startup due to startup process failure"
 msgstr "başlatma süreci hatası nedeniyle başlatma süreci durdurulmuştır"
 
-#: postmaster/postmaster.c:2061
+#: postmaster/postmaster.c:2062
 msgid "background writer process"
 msgstr "artalan writer süreci"
 
-#: postmaster/postmaster.c:2074
+#: postmaster/postmaster.c:2075
 msgid "archiver process"
 msgstr "archiver süreci"
 
-#: postmaster/postmaster.c:2091
+#: postmaster/postmaster.c:2092
 msgid "statistics collector process"
 msgstr "istatistik toplama süreci"
 
-#: postmaster/postmaster.c:2105
+#: postmaster/postmaster.c:2106
 msgid "system logger process"
 msgstr "system logger süreci"
 
-#: postmaster/postmaster.c:2126
+#: postmaster/postmaster.c:2127
 msgid "all server processes terminated; reinitializing"
 msgstr "tüm sunucu süreçleri durdurulmuş; shared memory ve spamothorları yeniden tanımlanıyor"
 
-#: postmaster/postmaster.c:2172
-#: postmaster/postmaster.c:2182
+#: postmaster/postmaster.c:2173
+#: postmaster/postmaster.c:2183
 msgid "server process"
 msgstr "sunucu süreci"
 
-#: postmaster/postmaster.c:2227
+#: postmaster/postmaster.c:2228
 msgid "terminating any other active server processes"
 msgstr "diğer aktif sunucu süreçleri durduruluyor"
 
-#: postmaster/postmaster.c:2324
+#: postmaster/postmaster.c:2325
 #, c-format
 msgid "%s (PID %d) exited with exit code %d"
 msgstr "%s (PID %d) exit code %d ile sonlandırılmış"
 
-#: postmaster/postmaster.c:2333
+#: postmaster/postmaster.c:2334
 #, c-format
 msgid "%s (PID %d) was terminated by signal %d"
 msgstr "%s (PID %d) %d sinyali tarafından sonlandırılmış"
 
-#: postmaster/postmaster.c:2342
+#: postmaster/postmaster.c:2343
 #, c-format
 msgid "%s (PID %d) exited with unexpected status %d"
 msgstr "%s (PID %d) bekleynmeyen status kodu ile sonlandırılmış %d"
 
-#: postmaster/postmaster.c:2467
+#: postmaster/postmaster.c:2468
 #, c-format
 msgid "could not fork new process for connection: %m"
 msgstr "bağlantı için yeni süreç başlatılamadı: %m"
 
-#: postmaster/postmaster.c:2506
+#: postmaster/postmaster.c:2507
 msgid "could not fork new process for connection: "
 msgstr "bağlantı için yeni süreç başlatılamadı:"
 
-#: postmaster/postmaster.c:2645
+#: postmaster/postmaster.c:2646
 #, c-format
 msgid "getnameinfo_all() failed: %s"
 msgstr "getnameinfo_all() başarısız: %s"
 
-#: postmaster/postmaster.c:2654
+#: postmaster/postmaster.c:2655
 #, c-format
 msgid "connection received: host=%s port=%s"
 msgstr "connection alındı: host=%s port=%s"
 
-#: postmaster/postmaster.c:2726
+#: postmaster/postmaster.c:2727
 #, c-format
 msgid "connection authorized: user=%s database=%s"
 msgstr "bağlantı tanımı: kullanıcı=%s veritabanı=%s"
 
-#: postmaster/postmaster.c:2944
+#: postmaster/postmaster.c:2945
 #, c-format
 msgid "could not execute server process \"%s\": %m"
 msgstr "\"%s\" sunucu süreci başlatma hatası: %m"
 
-#: postmaster/postmaster.c:3550
+#: postmaster/postmaster.c:3551
 #, c-format
 msgid "could not fork startup process: %m"
 msgstr "startup süreci başlatma hatası: %m"
 
-#: postmaster/postmaster.c:3554
+#: postmaster/postmaster.c:3555
 #, c-format
 msgid "could not fork background writer process: %m"
 msgstr "backgroun writer süreci başlatma hatası: %m"
 
-#: postmaster/postmaster.c:3558
+#: postmaster/postmaster.c:3559
 #, c-format
 msgid "could not fork process: %m"
 msgstr "süreç başlatma hatası: %m"
 
-#: postmaster/postmaster.c:3732
+#: postmaster/postmaster.c:3733
 #, c-format
 msgid "could not duplicate socket %d for use in backend: error code %d"
 msgstr "backend içinde kullanılacak duplicate socket %d oluşturulamadı: hata kodu %d"
 
-#: postmaster/postmaster.c:3761
+#: postmaster/postmaster.c:3762
 #, c-format
 msgid "could not create inherited socket: error code %d\n"
 msgstr "inherited socket oluşturulamıyor: hata kodu %d\n"
 
-#: postmaster/postmaster.c:3790
-#: postmaster/postmaster.c:3797
+#: postmaster/postmaster.c:3791
+#: postmaster/postmaster.c:3798
 #, c-format
 msgid "could not read from backend variables file \"%s\": %s\n"
 msgstr "\"%s\" backend parametreler dosyasından okunamıyor: %s\n"
 
-#: postmaster/postmaster.c:3806
+#: postmaster/postmaster.c:3807
 #, c-format
 msgid "could not remove file \"%s\": %s\n"
 msgstr "\"%s\" dosyası silme hatası: %s\n"
 
-#: postmaster/postmaster.c:3819
+#: postmaster/postmaster.c:3820
 #, c-format
 msgid "could not map view of backend variables: error code %d\n"
 msgstr "backend değişkenleri map view hatası: hata kodu: %d\n"
 
-#: postmaster/postmaster.c:3828
+#: postmaster/postmaster.c:3829
 #, c-format
 msgid "could not unmap view of backend variables: error code %d\n"
 msgstr "backend değişkenleri unmap view hatası: hata kodu: %d\n"
 
-#: postmaster/postmaster.c:3835
+#: postmaster/postmaster.c:3836
 #, c-format
 msgid "could not close handle to backend parameter variables: error code %d\n"
 msgstr "backend parameter değişkenler tanıtıcısı kapatılamadı: hata kodu %d\n"
 
-#: postmaster/postmaster.c:4077
+#: postmaster/postmaster.c:4078
 #, c-format
 msgid "could not wait on child process handle: error code %d\n"
 msgstr "çocuk süreç handle bekleme hatası: error kodu: %d\n"
@@ -6951,15 +6956,15 @@ msgstr "checkpoint işlemi çok sık çağırılıyor (%d saniye aralıkla)"
 msgid "Consider increasing the configuration parameter \"checkpoint_segments\"."
 msgstr "\"checkpoint_segments\" konfigurasyon parametresi ile bu aralığı büyütebilirsiniz."
 
-#: postmaster/bgwriter.c:490
+#: postmaster/bgwriter.c:488
 msgid "not enough shared memory for background writer"
 msgstr "arka planı writer için sharem memory yeterli değildir"
 
-#: postmaster/bgwriter.c:555
+#: postmaster/bgwriter.c:553
 msgid "checkpoint request failed"
 msgstr "checkpoint isteği başarısız"
 
-#: postmaster/bgwriter.c:556
+#: postmaster/bgwriter.c:554
 msgid "Consult the server log for details."
 msgstr "Ayrıntılar için sunucu günlük dosyasına bakın."
 
@@ -7213,7 +7218,7 @@ msgid "disabling automatic rotation (use SIGHUP to reenable)"
 msgstr "otomatik dönüşüm etkisiz (yeniden yetkilendirmek için SIGHUP kullanın)"
 
 #: rewrite/rewriteDefine.c:104
-#: rewrite/rewriteDefine.c:589
+#: rewrite/rewriteDefine.c:587
 #, c-format
 msgid "rule \"%s\" for relation \"%s\" already exists"
 msgstr "Rule \"%s\", \"%s\" için zaten mevcut"
@@ -7356,26 +7361,26 @@ msgstr "ON DELETE DO INSTEAD rule gerekmetedir."
 msgid "conditional utility statements are not implemented"
 msgstr "Conditional utility statements emplemente edilmemiş"
 
-#: storage/buffer/bufmgr.c:217
+#: storage/buffer/bufmgr.c:216
 #, c-format
 msgid "invalid page header in block %u of relation \"%s\"; zeroing out page"
 msgstr "\"%2$s\" tablosunun %1$u bloğunda geçersiz sayfa başlığı; sayfa sıfırlanıyor"
 
-#: storage/buffer/bufmgr.c:224
+#: storage/buffer/bufmgr.c:223
 #, c-format
 msgid "invalid page header in block %u of relation \"%s\""
 msgstr "\"%2$s\" tablosunun %1$u bloğunda geçersiz sayfa başlığı"
 
-#: storage/buffer/bufmgr.c:2017
+#: storage/buffer/bufmgr.c:2013
 #, c-format
 msgid "could not write block %u of %u/%u/%u"
 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloku yazılamıyor"
 
-#: storage/buffer/bufmgr.c:2022
+#: storage/buffer/bufmgr.c:2018
 msgid "Multiple failures --- write error may be permanent."
 msgstr "Çoklu bozukluk --- yazma hatası kalıcı olabilir."
 
-#: storage/buffer/bufmgr.c:2040
+#: storage/buffer/bufmgr.c:2036
 #, c-format
 msgid "writing block %u of relation %u/%u/%u"
 msgstr "block: %u nesne %u/%u/%u yazılıyor"
@@ -7497,52 +7502,52 @@ msgstr "log dosyası segment %u, nesne %u/%u/%u fsync yapılamıyor: %m"
 msgid "could not open segment %u of relation %u/%u/%u (target block %u): %m"
 msgstr "segment %u, nesne%u/%u/%u (hedef blok %u) açılamıyor: %m"
 
-#: storage/smgr/smgr.c:239
+#: storage/smgr/smgr.c:261
 #, c-format
 msgid "could not close relation %u/%u/%u: %m"
 msgstr "nesne %u/%u/%u kapatma hatası: %m"
 
-#: storage/smgr/smgr.c:333
+#: storage/smgr/smgr.c:361
 #, c-format
 msgid "could not create relation %u/%u/%u: %m"
 msgstr "nesne %u/%u/%u oluşturma hatası: %m"
 
-#: storage/smgr/smgr.c:457
+#: storage/smgr/smgr.c:485
 #, c-format
 msgid "could not remove relation %u/%u/%u: %m"
 msgstr "nesne %u/%u/%u kaldırma hatası: %m"
 
-#: storage/smgr/smgr.c:478
+#: storage/smgr/smgr.c:506
 #, c-format
 msgid "could not extend relation %u/%u/%u: %m"
 msgstr "nesne %u/%u/%u genişletme hatası: %m"
 
-#: storage/smgr/smgr.c:482
+#: storage/smgr/smgr.c:510
 msgid "Check free disk space."
 msgstr "Yeterli disk alanı kontrol edin"
 
-#: storage/smgr/smgr.c:499
+#: storage/smgr/smgr.c:527
 #, c-format
 msgid "could not read block %u of relation %u/%u/%u: %m"
 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloku okunamıyor: %5$m"
 
-#: storage/smgr/smgr.c:524
+#: storage/smgr/smgr.c:552
 #, c-format
 msgid "could not write block %u of relation %u/%u/%u: %m"
 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloku yazılamıyor: %5$m"
 
-#: storage/smgr/smgr.c:554
+#: storage/smgr/smgr.c:582
 #, c-format
 msgid "could not count blocks of relation %u/%u/%u: %m"
 msgstr "%u/%u/%u nesnesinin blok sayısı belirlenemiyor: %m"
 
-#: storage/smgr/smgr.c:587
-#: storage/smgr/smgr.c:871
+#: storage/smgr/smgr.c:615
+#: storage/smgr/smgr.c:899
 #, c-format
 msgid "could not truncate relation %u/%u/%u to %u blocks: %m"
 msgstr "%u/%u/%u nesnesi %u blok botutuna kadar kesilemiyor: %m"
 
-#: storage/smgr/smgr.c:644
+#: storage/smgr/smgr.c:672
 #, c-format
 msgid "could not sync relation %u/%u/%u: %m"
 msgstr "nesne %u/%u/%u sync hatası: %m"
@@ -8202,9 +8207,9 @@ msgstr "\"current\" tarih/saat değeri artık desteklenmiyor"
 #: utils/adt/date.c:1337
 #: utils/adt/date.c:1374
 #: utils/adt/date.c:2252
-#: utils/adt/formatting.c:2895
-#: utils/adt/formatting.c:2920
-#: utils/adt/formatting.c:2979
+#: utils/adt/formatting.c:2897
+#: utils/adt/formatting.c:2922
+#: utils/adt/formatting.c:2981
 #: utils/adt/nabstime.c:570
 #: utils/adt/nabstime.c:613
 #: utils/adt/nabstime.c:643
@@ -8283,7 +8288,7 @@ msgstr "\"%s\"  \"interval\" saat dilim geçersizdir"
 
 #: utils/adt/datetime.c:1495
 #: utils/adt/datetime.c:2360
-#: utils/adt/formatting.c:3181
+#: utils/adt/formatting.c:3183
 #, c-format
 msgid "inconsistent use of year %04d and \"BC\""
 msgstr "tutarsız %04d tıl ve \"BC\" tanımının kullanımı"
@@ -8534,28 +8539,28 @@ msgstr "\"E\" desteklenmiyor"
 msgid "\"%s\" is not a number"
 msgstr "\"%s\" bir sayı değildir"
 
-#: utils/adt/formatting.c:1689
+#: utils/adt/formatting.c:1691
 msgid "invalid AM/PM string"
 msgstr "geçersiz AM/PM satırı"
 
-#: utils/adt/formatting.c:2035
+#: utils/adt/formatting.c:2037
 msgid "\"TZ\"/\"tz\" not supported"
 msgstr "\"TZ\"/\"tz\" desteklenmiyor"
 
-#: utils/adt/formatting.c:2045
+#: utils/adt/formatting.c:2047
 #, c-format
 msgid "invalid value for %s"
 msgstr "%s için geçersiz değer"
 
-#: utils/adt/formatting.c:3142
+#: utils/adt/formatting.c:3144
 msgid "AM/PM hour must be between 1 and 12"
 msgstr "AM/PM saati 1 ile 12 arasında olmalıdır"
 
-#: utils/adt/formatting.c:3216
+#: utils/adt/formatting.c:3218
 msgid "cannot calculate day of year without year information"
 msgstr "yıl bilgisi olmadan yılın günü hesaplanamaz"
 
-#: utils/adt/formatting.c:4082
+#: utils/adt/formatting.c:4084
 msgid "\"RN\" not supported"
 msgstr "\"RN\" desteklenmiyor"
 
@@ -9405,12 +9410,12 @@ msgstr "%s tipi için giriş fonksiyonu mevcut değil"
 msgid "no output function available for type %s"
 msgstr "%s tipi için çıkış fonksiyonu mevcut değil"
 
-#: utils/cache/relcache.c:3293
+#: utils/cache/relcache.c:3264
 #, c-format
 msgid "could not create relation-cache initialization file \"%s\": %m"
 msgstr "relation-cache tanımlama dosyası \"%s\" açılamadı: %m"
 
-#: utils/cache/relcache.c:3295
+#: utils/cache/relcache.c:3266
 msgid "Continuing anyway, but there's something wrong."
 msgstr "Devam ediyorum, ama bu işlem yanlıştır."
 
@@ -9639,7 +9644,7 @@ msgstr "\"%s\" lock dosyası okuma hatası: %m"
 #: utils/init/miscinit.c:589
 #, c-format
 msgid "lock file \"%s\" already exists"
-msgstr "\"%s\" lock dosyası mevcuttur: %m"
+msgstr "\"%s\" lock dosyası zaten mevcuttur"
 
 #: utils/init/miscinit.c:593
 #, c-format
@@ -10920,35 +10925,50 @@ msgstr "bellek yetersiz\n"
 msgid "Error setting junction for %s: %s"
 msgstr "%s için junction ayarlama hatası: %s"
 
-#: ../port/exec.c:193
-#: ../port/exec.c:306
-#: ../port/exec.c:349
+#: ../port/exec.c:194
+#: ../port/exec.c:308
+#: ../port/exec.c:351
 #, c-format
 msgid "could not identify current directory: %s"
 msgstr "geçerli dizin tespit edilemedi: %s"
 
-#: ../port/exec.c:322
-#: ../port/exec.c:358
+#: ../port/exec.c:213
+#, c-format
+msgid "invalid binary \"%s\""
+msgstr "geçersiz ikili (binary) \"%s\""
+
+#: ../port/exec.c:262
+#, c-format
+msgid "could not read binary \"%s\""
+msgstr "\"%s\" ikili (binary) dosyası okunamadı"
+
+#: ../port/exec.c:269
+#, c-format
+msgid "could not find a \"%s\" to execute"
+msgstr "\"%s\"  çalıştırmak için bulunamadı"
+
+#: ../port/exec.c:324
+#: ../port/exec.c:360
 #, c-format
 msgid "could not change directory to \"%s\""
 msgstr "çalışma dizini \"%s\" olarak değiştirilemedi"
 
-#: ../port/exec.c:337
+#: ../port/exec.c:339
 #, c-format
 msgid "could not read symbolic link \"%s\""
 msgstr "symbolic link \"%s\" okuma hatası"
 
-#: ../port/exec.c:585
+#: ../port/exec.c:587
 #, c-format
 msgid "child process exited with exit code %d"
 msgstr "alt süreç %d çıkış koduyla sonuçlandırılmıştır"
 
-#: ../port/exec.c:588
+#: ../port/exec.c:590
 #, c-format
 msgid "child process was terminated by signal %d"
 msgstr "alt süreç %d sinyali tarafından sonlandırılmıştır"
 
-#: ../port/exec.c:591
+#: ../port/exec.c:593
 #, c-format
 msgid "child process exited with unrecognized status %d"
 msgstr "alt süreç %d bilinmeyen durumu ile sonlandırılmıştır"
index ce705bc3b39e3e297ae272ad618568e61013ecad..290dc6deb80908e50b1e15a5b4ca48115ccfa7b3 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: initdb-tr\n"
 "POT-Creation-Date: 2004-10-18 07:07+0100\n"
-"PO-Revision-Date: 2004-12-11 13:19+0200\n"
+"PO-Revision-Date: 2005-01-15 14:01+0200\n"
 "Last-Translator: Nicolai Tufar <ntufar@tdmsoft.com>\n"
 "Language-Team: Turkish <http://developer.postgresql.org/~petere/nlsstatus/po-current/libpq-tr.po>\n"
 "MIME-Version: 1.0\n"
@@ -16,64 +16,64 @@ msgstr ""
 "X-Poedit-Language: Turkish\n"
 "X-Poedit-Country: TURKEY\n"
 
-#: initdb.c:250
-#: initdb.c:264
+#: initdb.c:251
+#: initdb.c:265
 #, c-format
 msgid "%s: out of memory\n"
 msgstr "%s: yetersiz bellek\n"
 
-#: initdb.c:374
-#: initdb.c:1403
+#: initdb.c:372
+#: initdb.c:1406
 #, c-format
 msgid "%s: could not open file \"%s\" for reading: %s\n"
 msgstr "%s: \"%s\"  dosyası, okunmak için açılamadı: %s\n"
 
-#: initdb.c:435
-#: initdb.c:1035
-#: initdb.c:1062
+#: initdb.c:433
+#: initdb.c:1033
+#: initdb.c:1060
 #, c-format
 msgid "%s: could not open file \"%s\" for writing: %s\n"
 msgstr "%s: \"%s\" dosyası, yazılmak için açılamadı: %s\n"
 
-#: initdb.c:443
-#: initdb.c:451
-#: initdb.c:1042
-#: initdb.c:1068
+#: initdb.c:441
+#: initdb.c:449
+#: initdb.c:1040
+#: initdb.c:1066
 #, c-format
 msgid "%s: could not write file \"%s\": %s\n"
 msgstr "%s: \"%s\" dosyasına yazılamadı: %s\n"
 
-#: initdb.c:470
+#: initdb.c:468
 #, c-format
 msgid "%s: could not execute command \"%s\": %s\n"
 msgstr "%s: \"%s\" komutu yürütme başlatma hatası: %s\n"
 
-#: initdb.c:593
+#: initdb.c:591
 #, c-format
 msgid "%s: removing data directory \"%s\"\n"
 msgstr "%s: veri dizini siliniyor \"%s\"\n"
 
-#: initdb.c:596
+#: initdb.c:594
 #, c-format
 msgid "%s: failed to remove data directory\n"
 msgstr "%s: veri dizini silme başarısız\n"
 
-#: initdb.c:602
+#: initdb.c:600
 #, c-format
 msgid "%s: removing contents of data directory \"%s\"\n"
 msgstr "%s: veri dizininin içindekiler siliniyor \"%s\"\n"
 
-#: initdb.c:605
+#: initdb.c:603
 #, c-format
 msgid "%s: failed to remove contents of data directory\n"
 msgstr "%s: veri dizininin içindekilerinin silme işlemini başarısız\n"
 
-#: initdb.c:614
+#: initdb.c:612
 #, c-format
 msgid "%s: data directory \"%s\" not removed at user's request\n"
 msgstr "%s: \"%s\" veri dizini kullanıcının isteği üzerine silinmedi\n"
 
-#: initdb.c:640
+#: initdb.c:638
 #, c-format
 msgid ""
 "%s: cannot be run as root\n"
@@ -83,17 +83,17 @@ msgstr ""
 "%s: root olarak çalıştırılamaz.\n"
 "(Örneğin \"su\" kullanarak ) sunucu sürecinin sahibi olacak şekilde sisteme yetkisiz bir kullanıcı olarak giriş yapın.\n"
 
-#: initdb.c:689
+#: initdb.c:687
 #, c-format
 msgid "%s: \"%s\" is not a valid server encoding name\n"
 msgstr "%s: \"%s\" geçerli bir dil kodlaması adı değil\n"
 
-#: initdb.c:844
+#: initdb.c:842
 #, c-format
 msgid "%s: warning: encoding mismatch\n"
 msgstr "%s: uyarı: dil kodlaması uyuşmazlığı\n"
 
-#: initdb.c:846
+#: initdb.c:844
 #, c-format
 msgid ""
 "The encoding you selected (%s) and the encoding that the selected\n"
@@ -108,12 +108,12 @@ msgstr ""
 "%s komutunu yeniden çalıştırın ve de ya kodlama belirtmeyin\n"
 "ya da eşleştirilebilir bir kodlama seçin.\n"
 
-#: initdb.c:976
+#: initdb.c:974
 #, c-format
 msgid "%s: could not create directory \"%s\": %s\n"
 msgstr "%s: \"%s\" dizini oluşturma başarısız: %s\n"
 
-#: initdb.c:1004
+#: initdb.c:1002
 #, c-format
 msgid ""
 "%s: file \"%s\" does not exist\n"
@@ -124,24 +124,24 @@ msgstr ""
 "Bu ileti, bozulmus bir kurulumunuz olduğu ya da\n"
 "initdb betiğine verdiğiniz -L parametresi ile yanlış dizin belirttiğiniz anlamına gelir..\n"
 
-#: initdb.c:1086
+#: initdb.c:1084
 msgid "selecting default max_connections ... "
 msgstr "ön tanımlı max_connections seçiliyor ... "
 
-#: initdb.c:1122
+#: initdb.c:1120
 msgid "selecting default shared_buffers ... "
 msgstr "ön tanımlı shared_buffers seçiliyor ... "
 
-#: initdb.c:1155
+#: initdb.c:1153
 msgid "creating configuration files ... "
 msgstr "yapılandırma dosyaları yaratılıyor ... "
 
-#: initdb.c:1251
+#: initdb.c:1254
 #, c-format
 msgid "creating template1 database in %s/base/1 ... "
 msgstr "%s/base/1 içinde template1 veritabanı yaratılıyor."
 
-#: initdb.c:1267
+#: initdb.c:1270
 #, c-format
 msgid ""
 "%s: input file \"%s\" does not belong to PostgreSQL %s\n"
@@ -150,91 +150,91 @@ msgstr ""
 "%s: \"%s\" girdi dosyası PostgreSQL'e ait değil %s\n"
 "Kurulumunuzu kontrol edin ya da -L seçeneği ile doğru dizini belirtin.\n"
 
-#: initdb.c:1342
+#: initdb.c:1345
 msgid "initializing pg_shadow ... "
 msgstr "pg_shadow hazırlanıyor ... "
 
-#: initdb.c:1378
+#: initdb.c:1381
 msgid "Enter new superuser password: "
 msgstr "Yeni superuser şifresini giriniz: "
 
-#: initdb.c:1379
+#: initdb.c:1382
 msgid "Enter it again: "
 msgstr "Yeniden giriniz: "
 
-#: initdb.c:1382
+#: initdb.c:1385
 msgid "Passwords didn't match.\n"
 msgstr "Şifreler uyuşmadı.\n"
 
-#: initdb.c:1409
+#: initdb.c:1412
 #, c-format
 msgid "%s: could not read password from file \"%s\": %s\n"
 msgstr "%s: \"%s\" dosyasından şifre okunamadı: %s\n"
 
-#: initdb.c:1422
+#: initdb.c:1425
 msgid "setting password ... "
 msgstr "şifre ayarlanıyor ... "
 
-#: initdb.c:1443
+#: initdb.c:1446
 #, c-format
 msgid "%s: The password file was not generated. Please report this problem.\n"
 msgstr "%s: Şifre dosyası üretilemedi. Lütfen bu hatayı bildiriniz.\n"
 
-#: initdb.c:1471
+#: initdb.c:1474
 msgid "enabling unlimited row size for system tables ... "
 msgstr "Sistem tabloları için sınırsız satır sayısı etkinleştiriliyor ... "
 
-#: initdb.c:1544
+#: initdb.c:1547
 msgid "initializing pg_depend ... "
 msgstr "pg_depend hazırlanıyor ... "
 
-#: initdb.c:1572
+#: initdb.c:1575
 msgid "creating system views ... "
 msgstr "sistem viewları yaratılıyor ... "
 
-#: initdb.c:1608
+#: initdb.c:1611
 msgid "loading pg_description ... "
 msgstr "pg_description yükleniyor ... "
 
-#: initdb.c:1647
+#: initdb.c:1650
 msgid "creating conversions ... "
 msgstr "dönüşümler yükleniyor ... "
 
-#: initdb.c:1701
+#: initdb.c:1704
 msgid "setting privileges on built-in objects ... "
 msgstr "gömülü nesnelerdeki izinler ayarlanıyor ... "
 
-#: initdb.c:1759
+#: initdb.c:1762
 msgid "creating information schema ... "
 msgstr "information schema yaratılıyor ... "
 
-#: initdb.c:1816
+#: initdb.c:1819
 msgid "vacuuming database template1 ... "
 msgstr "template1 veritabanı vakumlanıyor ... "
 
-#: initdb.c:1870
+#: initdb.c:1873
 msgid "copying template1 to template0 ... "
 msgstr "template1 template0'a kopyalanıyor ... "
 
-#: initdb.c:1927
+#: initdb.c:1930
 msgid "caught signal\n"
 msgstr "sinyal yakalandı\n"
 
-#: initdb.c:1933
+#: initdb.c:1936
 #, c-format
 msgid "could not write to child process: %s\n"
 msgstr "çocuk sürece yazılamadı: %s\n"
 
-#: initdb.c:1941
+#: initdb.c:1944
 msgid "ok\n"
 msgstr "tamam\n"
 
-#: initdb.c:1989
+#: initdb.c:1992
 #, c-format
 msgid "%s: invalid locale name \"%s\"\n"
 msgstr "%s: geçersiz yerel adı \"%s\"\n"
 
-#: initdb.c:2056
+#: initdb.c:2059
 #, c-format
 msgid ""
 "%s initializes a PostgreSQL database cluster.\n"
@@ -243,16 +243,16 @@ msgstr ""
 "%sbir PostgreSQL Veritabanı kümesini ilklendirir.\n"
 "\n"
 
-#: initdb.c:2057
+#: initdb.c:2060
 msgid "Usage:\n"
 msgstr "Kullanımı:\n"
 
-#: initdb.c:2058
+#: initdb.c:2061
 #, c-format
 msgid "  %s [OPTION]... [DATADIR]\n"
 msgstr "  %s [SEÇENEK]... [DATADIR]\n"
 
-#: initdb.c:2059
+#: initdb.c:2062
 msgid ""
 "\n"
 "Options:\n"
@@ -260,19 +260,19 @@ msgstr ""
 "\n"
 "Seçenekler:\n"
 
-#: initdb.c:2060
+#: initdb.c:2063
 msgid " [-D, --pgdata=]DATADIR     location for this database cluster\n"
 msgstr "[-D, --pgdata=]DATADIR     bu veritabanı kümesi için yer\n"
 
-#: initdb.c:2061
+#: initdb.c:2064
 msgid "  -E, --encoding=ENCODING   set default encoding for new databases\n"
 msgstr "  -E, --encoding=ENCODING   yeni veritabanları için öntanımlı dil kodlamasını ayarlar\n"
 
-#: initdb.c:2062
+#: initdb.c:2065
 msgid "  --locale=LOCALE           initialize database cluster with given locale\n"
 msgstr "  --locale=LOCALE           veritabanı kümesini verilen yerel ile ilklendirir\n"
 
-#: initdb.c:2063
+#: initdb.c:2066
 msgid ""
 "  --lc-collate, --lc-ctype, --lc-messages=LOCALE\n"
 "  --lc-monetary, --lc-numeric, --lc-time=LOCALE\n"
@@ -286,35 +286,35 @@ msgstr ""
 "                            verilen yerelde ilklendirir.\n"
 "                            ön tanımlı bilgi çevresel bigilerden alınmıştır)\n"
 
-#: initdb.c:2068
+#: initdb.c:2071
 msgid "  --no-locale               equivalent to --locale=C\n"
 msgstr "  --no-locale               --locale=C'ye eşdeğer\n"
 
-#: initdb.c:2069
+#: initdb.c:2072
 msgid "  -A, --auth=METHOD         default authentication method for local connections\n"
 msgstr "  -A, --auth=METHOD         yerel bağlantılar için ön tanımlı yetkilendirme yöntemi\n"
 
-#: initdb.c:2070
+#: initdb.c:2073
 msgid "  -U, --username=NAME       database superuser name\n"
 msgstr "  -U, --username=NAME       veritabanı superuser kullanıcısı adı\n"
 
-#: initdb.c:2071
+#: initdb.c:2074
 msgid "  -W, --pwprompt            prompt for a password for the new superuser\n"
 msgstr "  -W, --pwprompt            yeni superuser için şifre sorar\n"
 
-#: initdb.c:2072
+#: initdb.c:2075
 msgid "  --pwfile=FILE             read password for the new superuser from file\n"
 msgstr "  --pwfile=DOSYA_ADI         yeni superuser için şifreyi belirtilen dosyadan okur\n"
 
-#: initdb.c:2073
+#: initdb.c:2076
 msgid "  -?, --help                show this help, then exit\n"
 msgstr "  -?, --help                bu yardımı gösterir ve sonra çıkar\n"
 
-#: initdb.c:2074
+#: initdb.c:2077
 msgid "  -V, --version             output version information, then exit\n"
 msgstr "  -V, --version             sürüm bilgisini gösterir ve sonra çıkar\n"
 
-#: initdb.c:2075
+#: initdb.c:2078
 msgid ""
 "\n"
 "Less commonly used options:\n"
@@ -322,23 +322,23 @@ msgstr ""
 "\n"
 "Daha az kullanılan seçenekler:\n"
 
-#: initdb.c:2076
+#: initdb.c:2079
 msgid "  -d, --debug               generate lots of debugging output\n"
 msgstr "  -d, --debug               bol miktarda debug çıktısı üretir\n"
 
-#: initdb.c:2077
+#: initdb.c:2080
 msgid "  -s, --show                show internal settings\n"
 msgstr "  -s, --show                dahili ayarları gösterir\n"
 
-#: initdb.c:2078
+#: initdb.c:2081
 msgid "  -L DIRECTORY              where to find the input files\n"
 msgstr "  -L DIRECTORY              girdi dosyalarının nerede bulunacağını belirtir\n"
 
-#: initdb.c:2079
+#: initdb.c:2082
 msgid "  -n, --noclean             do not clean up after errors\n"
 msgstr "  -n, --noclean             hatalardan sonra temizlik yapma\n"
 
-#: initdb.c:2080
+#: initdb.c:2083
 msgid ""
 "\n"
 "If the data directory is not specified, the environment variable PGDATA\n"
@@ -347,7 +347,7 @@ msgstr ""
 "\n"
 "Eğer veri dizini belirtilmezse, PGDATA çevresel değişkeni kullanılacaktır\n"
 
-#: initdb.c:2082
+#: initdb.c:2085
 msgid ""
 "\n"
 "Report bugs to <pgsql-bugs@postgresql.org>.\n"
@@ -355,32 +355,32 @@ msgstr ""
 "\n"
 "Hataları <pgsql-bugs@postgresql.org> adresine bildirebilirsiniz.\n"
 
-#: initdb.c:2175
+#: initdb.c:2178
 msgid "Running in debug mode.\n"
 msgstr "Debug modunda çalışıyor.\n"
 
-#: initdb.c:2179
+#: initdb.c:2182
 msgid "Running in noclean mode.  Mistakes will not be cleaned up.\n"
 msgstr "noclean modunda çalışıyor.  Hatalar silinmeyecek.\n"
 
-#: initdb.c:2216
-#: initdb.c:2233
-#: initdb.c:2453
+#: initdb.c:2219
+#: initdb.c:2236
+#: initdb.c:2456
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Ayrıntılı bilgi için  \"%s --help\" komutunu deneyebilirsiniz.\n"
 
-#: initdb.c:2231
+#: initdb.c:2234
 #, c-format
 msgid "%s: too many command-line arguments (first is \"%s\")\n"
 msgstr "%s: Çok fazla komut satırı girdisi var (ilki \"%s\")\n"
 
-#: initdb.c:2239
+#: initdb.c:2242
 #, c-format
 msgid "%s: password prompt and password file may not be specified together\n"
 msgstr "%s: Şifre promptu ve şifre dosyası birlikte belirtilemez\n"
 
-#: initdb.c:2245
+#: initdb.c:2248
 msgid ""
 "\n"
 "WARNING: enabling \"trust\" authentication for local connections\n"
@@ -392,17 +392,17 @@ msgstr ""
 "Bunu, pg_hba.conf dosyasını düzenleyerek ya da  initdb'yi yeniden \n"
 " çalıştırdığınızda -A parametresi ile değiştirebilirsiniz..\n"
 
-#: initdb.c:2269
+#: initdb.c:2272
 #, c-format
 msgid "%s: unrecognized authentication method \"%s\"\n"
 msgstr "%s: bilinmeyen yetkilendirme yöntemi\"%s\".\n"
 
-#: initdb.c:2279
+#: initdb.c:2282
 #, c-format
 msgid "%s: must specify a password for the superuser to enable %s authentication\n"
 msgstr "%s: %s yetkilendirmesini etkinleştirmek için superuser'a şifre atamanız gerekmektedir.\n"
 
-#: initdb.c:2294
+#: initdb.c:2297
 #, c-format
 msgid ""
 "%s: no data directory specified\n"
@@ -414,7 +414,7 @@ msgstr ""
 "Bu veritabanı sistemi için verinin hangi dizinde duracağını belirtmeniz gerekmektedir.\n"
 "Bunu ya -D seçeneği ile ya da PGDATA çevresel değişkeni ile yapabilirsiniz.\n"
 
-#: initdb.c:2326
+#: initdb.c:2329
 #, c-format
 msgid ""
 "The program \"postgres\" is needed by %s but was not found in the\n"
@@ -425,7 +425,7 @@ msgstr ""
 "ile aynı dizinde bulunamadı.\n"
 "Kurulumunuzu kontrol ediniz.\n"
 
-#: initdb.c:2333
+#: initdb.c:2336
 #, c-format
 msgid ""
 "The program \"postgres\" was found by \"%s\"\n"
@@ -436,17 +436,17 @@ msgstr ""
 "ile aynı sürüm numarasına sahip değil.\n"
 "Kurulumunuzu kontrol ediniz.\n"
 
-#: initdb.c:2352
+#: initdb.c:2355
 #, c-format
 msgid "%s: input file location must be an absolute path\n"
 msgstr "%s: girdi dosyasının yeri mutlak bir yol olmalıdır\n"
 
-#: initdb.c:2360
+#: initdb.c:2363
 #, c-format
 msgid "%s: could not determine valid short version string\n"
 msgstr "%s: geçerli bir kısa sürüm katarı belirlenemedi\n"
 
-#: initdb.c:2413
+#: initdb.c:2416
 #, c-format
 msgid ""
 "The files belonging to this database system will be owned by user \"%s\".\n"
@@ -457,12 +457,12 @@ msgstr ""
 "Bu kullanıcı aynı zamanda sunucu sürecinin de sahibi olmalıdır.\n"
 "\n"
 
-#: initdb.c:2423
+#: initdb.c:2426
 #, c-format
 msgid "The database cluster will be initialized with locale %s.\n"
 msgstr "Veritabanı kümesi %s yereli ile ilklendirilecek.\n"
 
-#: initdb.c:2426
+#: initdb.c:2429
 #, c-format
 msgid ""
 "The database cluster will be initialized with locales\n"
@@ -481,37 +481,37 @@ msgstr ""
 "  NUMERIC:  %s\n"
 "  TIME:     %s\n"
 
-#: initdb.c:2451
+#: initdb.c:2454
 #, c-format
 msgid "%s: could not find suitable encoding for locale \"%s\"\n"
 msgstr "%s: \"%s\" yereli için uygun dil kodlaması bulunamadı.\n"
 
-#: initdb.c:2452
+#: initdb.c:2455
 #, c-format
 msgid "Rerun %s with the -E option.\n"
 msgstr "%s komutunu -E seçeneği ile yeniden çalıştırın.\n"
 
-#: initdb.c:2459
+#: initdb.c:2462
 #, c-format
 msgid "The default database encoding has accordingly been set to %s.\n"
 msgstr "Öntanımlı veritabanı dil kodlaması %s olarak ayarlandı.\n"
 
-#: initdb.c:2500
+#: initdb.c:2503
 #, c-format
 msgid "creating directory %s ... "
 msgstr "%s dizini yaratılıyor... "
 
-#: initdb.c:2514
+#: initdb.c:2517
 #, c-format
 msgid "fixing permissions on existing directory %s ... "
 msgstr "mevcut %s dizininin izinleri düzeltiliyor..."
 
-#: initdb.c:2520
+#: initdb.c:2523
 #, c-format
 msgid "%s: could not change permissions of directory \"%s\": %s\n"
 msgstr "%s: \"%s\" dizininin erişim haklarını değiştirilemiyor: %s\n"
 
-#: initdb.c:2533
+#: initdb.c:2536
 #, c-format
 msgid ""
 "%s: directory \"%s\" exists but is not empty\n"
@@ -524,17 +524,17 @@ msgstr ""
 "ya silin ya da taşıyın; ya da %s komutunu \n"
 "\"%s\" argümanınından farklı bir argümanla çalıştırın.\n"
 
-#: initdb.c:2542
+#: initdb.c:2545
 #, c-format
 msgid "%s: could not access directory \"%s\": %s\n"
 msgstr "%s: \"%s\" dizine erişim hatası: %s\n"
 
-#: initdb.c:2551
+#: initdb.c:2554
 #, c-format
 msgid "creating directory %s/%s ... "
 msgstr "%s/%s dizini yaratılıyor... "
 
-#: initdb.c:2619
+#: initdb.c:2622
 #, c-format
 msgid ""
 "\n"
@@ -560,35 +560,50 @@ msgstr ""
 msgid "out of memory\n"
 msgstr "bellek yetersiz\n"
 
-#: ../../port/exec.c:193
-#: ../../port/exec.c:307
-#: ../../port/exec.c:350
+#: ../../port/exec.c:194
+#: ../../port/exec.c:308
+#: ../../port/exec.c:351
 #, c-format
 msgid "could not identify current directory: %s"
 msgstr "geçerli dizin tespit edilemedi: %s"
 
-#: ../../port/exec.c:323
-#: ../../port/exec.c:359
+#: ../../port/exec.c:213
+#, c-format
+msgid "invalid binary \"%s\""
+msgstr "geçersiz ikili (binary) \"%s\""
+
+#: ../../port/exec.c:262
+#, c-format
+msgid "could not read binary \"%s\""
+msgstr "\"%s\" ikili (binary) dosyası okunamadı"
+
+#: ../../port/exec.c:269
+#, c-format
+msgid "could not find a \"%s\" to execute"
+msgstr "\"%s\"  çalıştırmak için bulunamadı"
+
+#: ../../port/exec.c:324
+#: ../../port/exec.c:360
 #, c-format
 msgid "could not change directory to \"%s\""
 msgstr "çalışma dizini \"%s\" olarak değiştirilemedi"
 
-#: ../../port/exec.c:338
+#: ../../port/exec.c:339
 #, c-format
 msgid "could not read symbolic link \"%s\""
 msgstr "symbolic link \"%s\" okuma hatası"
 
-#: ../../port/exec.c:569
+#: ../../port/exec.c:587
 #, c-format
 msgid "child process exited with exit code %d"
 msgstr "alt süreç %d çıkış koduyla sonuçlandırılmıştır"
 
-#: ../../port/exec.c:572
+#: ../../port/exec.c:590
 #, c-format
 msgid "child process was terminated by signal %d"
 msgstr "alt süreç %d sinyali tarafından sonlandırılmıştır"
 
-#: ../../port/exec.c:575
+#: ../../port/exec.c:593
 #, c-format
 msgid "child process exited with unrecognized status %d"
 msgstr "alt süreç %d bilinmeyen durumu ile sonlandırılmıştır"
index f71b801816f0bb838caf17903bc70b05b1797fd0..b0a0c20370fbe62ffe96a5848d268b9b3e1fc9cb 100644 (file)
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pg_config-tr\n"
 "POT-Creation-Date: 2004-10-19 01:08+0100\n"
-"PO-Revision-Date: 2004-12-11 13:21+0200\n"
+"PO-Revision-Date: 2005-01-15 14:02+0200\n"
 "Last-Translator: Nicolai Tufar <ntufar@tdmsoft.com>\n"
 "Language-Team: Turkish <pgsql-tr-genel@PostgreSQL.org>\n"
 "MIME-Version: 1.0\n"
@@ -119,35 +119,50 @@ msgstr "%s: geçersiz argüman: %s\n"
 msgid "%s: could not find own executable\n"
 msgstr "%s: çalıştırılabilir dosya bulunamadı\n"
 
-#: ../../port/exec.c:193
-#: ../../port/exec.c:307
-#: ../../port/exec.c:350
+#: ../../port/exec.c:194
+#: ../../port/exec.c:308
+#: ../../port/exec.c:351
 #, c-format
 msgid "could not identify current directory: %s"
 msgstr "geçerli dizin tespit edilemedi: %s"
 
-#: ../../port/exec.c:323
-#: ../../port/exec.c:359
+#: ../../port/exec.c:213
+#, c-format
+msgid "invalid binary \"%s\""
+msgstr "geçersiz ikili (binary) \"%s\""
+
+#: ../../port/exec.c:262
+#, c-format
+msgid "could not read binary \"%s\""
+msgstr "\"%s\" ikili (binary) dosyası okunamadı"
+
+#: ../../port/exec.c:269
+#, c-format
+msgid "could not find a \"%s\" to execute"
+msgstr "\"%s\"  çalıştırmak için bulunamadı"
+
+#: ../../port/exec.c:324
+#: ../../port/exec.c:360
 #, c-format
 msgid "could not change directory to \"%s\""
 msgstr "çalışma dizini \"%s\" olarak değiştirilemedi"
 
-#: ../../port/exec.c:338
+#: ../../port/exec.c:339
 #, c-format
 msgid "could not read symbolic link \"%s\""
 msgstr "symbolic link \"%s\" okuma hatası"
 
-#: ../../port/exec.c:569
+#: ../../port/exec.c:587
 #, c-format
 msgid "child process exited with exit code %d"
 msgstr "alt süreç %d çıkış koduyla sonuçlandırılmıştır"
 
-#: ../../port/exec.c:572
+#: ../../port/exec.c:590
 #, c-format
 msgid "child process was terminated by signal %d"
 msgstr "alt süreç %d sinyali tarafından sonlandırılmıştır"
 
-#: ../../port/exec.c:575
+#: ../../port/exec.c:593
 #, c-format
 msgid "child process exited with unrecognized status %d"
 msgstr "alt süreç %d bilinmeyen durumu ile sonlandırılmıştır"
index 13d0f7188b3709d78b43184270ff6664a7129f1c..caacc1ac95e68ab6d3d653a791df2dcdab0dc974 100644 (file)
@@ -5,8 +5,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pg_ctl-tr\n"
 "POT-Creation-Date: 2005-01-04 19:05+0000\n"
-"PO-Revision-Date: 2005-01-04 21:54+0200\n"
-"Last-Translator: Devrim GUNDUZ <devrim@PostgreSQL.org>\n"
+"PO-Revision-Date: 2005-01-15 14:03+0200\n"
+"Last-Translator: Nicolai Tufar <ntufar@tdmsoft.com>\n"
 "Language-Team: Turkish <pgsql-tr-genel@PostgreSQL.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -15,7 +15,9 @@ msgstr ""
 "X-Poedit-Language: Turkish\n"
 "X-Poedit-Country: TURKEY\n"
 
-#: pg_ctl.c:201 pg_ctl.c:216 pg_ctl.c:1349
+#: pg_ctl.c:201
+#: pg_ctl.c:216
+#: pg_ctl.c:1349
 #, c-format
 msgid "%s: out of memory\n"
 msgstr "%s: yetersiz bellek\n"
@@ -28,9 +30,7 @@ msgstr "%s: \"%s\" PID dosyası açılamadı: %s"
 #: pg_ctl.c:469
 #, c-format
 msgid "%s: another postmaster may be running; trying to start postmaster anyway\n"
-msgstr ""
-"%s: Başka bir postmaster çalışıyor olabilir; postmaster yine de başlatılmaya "
-"çalışılıyor..\n"
+msgstr "%s: Başka bir postmaster çalışıyor olabilir; postmaster yine de başlatılmaya çalışılıyor..\n"
 
 #: pg_ctl.c:487
 #, c-format
@@ -86,7 +86,9 @@ msgstr "postmasterin başlaması bekleniyor..."
 msgid "could not start postmaster\n"
 msgstr "postmaster başlatılamadı\n"
 
-#: pg_ctl.c:591 pg_ctl.c:657 pg_ctl.c:724
+#: pg_ctl.c:591
+#: pg_ctl.c:657
+#: pg_ctl.c:724
 msgid " done\n"
 msgstr " tamam\n"
 
@@ -98,12 +100,16 @@ msgstr "postmaster başlatıldı\n"
 msgid "postmaster starting\n"
 msgstr "postmaster başlıyor\n"
 
-#: pg_ctl.c:610 pg_ctl.c:678 pg_ctl.c:738
+#: pg_ctl.c:610
+#: pg_ctl.c:678
+#: pg_ctl.c:738
 #, c-format
 msgid "%s: PID file \"%s\" does not exist\n"
 msgstr "%s: \"%s\" PID dosyası bulunamadı\n"
 
-#: pg_ctl.c:611 pg_ctl.c:679 pg_ctl.c:739
+#: pg_ctl.c:611
+#: pg_ctl.c:679
+#: pg_ctl.c:739
 msgid "Is postmaster running?\n"
 msgstr "postmaster çalışıyor mu?\n"
 
@@ -112,7 +118,8 @@ msgstr "postmaster çalışıyor mu?\n"
 msgid "%s: cannot stop postmaster; postgres is running (PID: %ld)\n"
 msgstr "%s: postmaster durdurulamadı; postgres çalışıyor (PID: %ld)\n"
 
-#: pg_ctl.c:625 pg_ctl.c:696
+#: pg_ctl.c:625
+#: pg_ctl.c:696
 #, c-format
 msgid "%s: could not send stop signal (PID: %ld): %s\n"
 msgstr "%s:durdurma sinyali başarısız oldu (PID: %ld): %s\n"
@@ -121,20 +128,24 @@ msgstr "%s:durdurma sinyali başarısız oldu (PID: %ld): %s\n"
 msgid "postmaster shutting down\n"
 msgstr "postmaster kapatılıyor\n"
 
-#: pg_ctl.c:637 pg_ctl.c:701
+#: pg_ctl.c:637
+#: pg_ctl.c:701
 msgid "waiting for postmaster to shut down..."
 msgstr "postmasterin kapanması bekleniyor..."
 
-#: pg_ctl.c:652 pg_ctl.c:718
+#: pg_ctl.c:652
+#: pg_ctl.c:718
 msgid " failed\n"
 msgstr " başarısız oldu\n"
 
-#: pg_ctl.c:654 pg_ctl.c:720
+#: pg_ctl.c:654
+#: pg_ctl.c:720
 #, c-format
 msgid "%s: postmaster does not shut down\n"
 msgstr "%s: postmaster kapanmaz\n"
 
-#: pg_ctl.c:659 pg_ctl.c:725
+#: pg_ctl.c:659
+#: pg_ctl.c:725
 msgid "postmaster stopped\n"
 msgstr "postmaster durduruldu\n"
 
@@ -147,7 +158,8 @@ msgstr "postmaster yine de başlatılıyor\n"
 msgid "%s: cannot restart postmaster; postgres is running (PID: %ld)\n"
 msgstr "%s: postmaster başlatılamadı; postgres çalışıyor (PID: %ld)\n"
 
-#: pg_ctl.c:690 pg_ctl.c:748
+#: pg_ctl.c:690
+#: pg_ctl.c:748
 msgid "Please terminate postgres and try again.\n"
 msgstr "Lütfen postgres'i durdurun ve yeniden deneyin.\n"
 
@@ -195,7 +207,8 @@ msgstr "%s:Çalıştırılabilir dosya bulunamadı\n"
 msgid "%s: could not find postmaster program executable\n"
 msgstr "%s: çalıştırılabilir postmaster programı bulunamadı\n"
 
-#: pg_ctl.c:899 pg_ctl.c:931
+#: pg_ctl.c:899
+#: pg_ctl.c:931
 #, c-format
 msgid "%s: could not open service manager\n"
 msgstr "%s: servis yöneticisi açılamadı\n"
@@ -242,10 +255,8 @@ msgid ""
 "report the status of a PostgreSQL server, or signal a PostgreSQL process.\n"
 "\n"
 msgstr ""
-"%s başlatmak, durdurmak, yeniden başlatmak, yapılandırma dosyalarını yeniden "
-"yüklemek\n"
-"PostgreSQL sunucusunun durumunu bildirmek, ya da PostgreSQL sürecini "
-"öldürmek için bir yardımcı programdır\n"
+"%s başlatmak, durdurmak, yeniden başlatmak, yapılandırma dosyalarını yeniden yüklemek\n"
+"PostgreSQL sunucusunun durumunu bildirmek, ya da PostgreSQL sürecini öldürmek için bir yardımcı programdır\n"
 "\n"
 
 #: pg_ctl.c:1102
@@ -265,9 +276,7 @@ msgstr "  %s stop    [-W] [-D VERİ_DİZİNİ] [-s] [-m SHUTDOWN-MODE]\n"
 #: pg_ctl.c:1105
 #, c-format
 msgid "  %s restart [-w] [-D DATADIR] [-s] [-m SHUTDOWN-MODE] [-o \"OPTIONS\"]\n"
-msgstr ""
-"  %s restart [-w] [-D VERİ_DİZİNİ] [-s] [-m SHUTDOWN-MODE] [-o \"SEÇENEKLER"
-"\"]\n"
+msgstr "  %s restart [-w] [-D VERİ_DİZİNİ] [-s] [-m SHUTDOWN-MODE] [-o \"SEÇENEKLER\"]\n"
 
 #: pg_ctl.c:1106
 #, c-format
@@ -289,9 +298,7 @@ msgstr "  %s kill    SİNYAL_ADI SÜREÇ_NUMARASI\n"
 msgid ""
 "  %s register   [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]\n"
 "                    [-w] [-o \"OPTIONS\"]\n"
-msgstr ""
-"  %s register   [-N servis adı] [-U kullanıcı adı] [-P şifre] [-D "
-"VERİ_DİZİNİ] [-w] [-o \"SEÇENEKLER\"]\n"
+msgstr "  %s register   [-N servis adı] [-U kullanıcı adı] [-P şifre] [-D VERİ_DİZİNİ] [-w] [-o \"SEÇENEKLER\"]\n"
 
 #: pg_ctl.c:1112
 #, c-format
@@ -335,15 +342,12 @@ msgid ""
 "(The default is to wait for shutdown, but not for start or restart.)\n"
 "\n"
 msgstr ""
-"(Ön tanımlı işlem kapanmak için beklemektir; ancak başlamak ya da yeniden "
-"başlamak değildir.)\n"
+"(Ön tanımlı işlem kapanmak için beklemektir; ancak başlamak ya da yeniden başlamak değildir.)\n"
 "\n"
 
 #: pg_ctl.c:1123
 msgid "If the -D option is omitted, the environment variable PGDATA is used.\n"
-msgstr ""
-"Eğer -D seçeneği gözardı edilirse, PGDATA çevresel değişkeni "
-"kullanılacaktır.\n"
+msgstr "Eğer -D seçeneği gözardı edilirse, PGDATA çevresel değişkeni kullanılacaktır.\n"
 
 #: pg_ctl.c:1125
 msgid ""
@@ -355,9 +359,7 @@ msgstr ""
 
 #: pg_ctl.c:1126
 msgid "  -l, --log FILENAME     write (or append) server log to FILENAME\n"
-msgstr ""
-"  -l, --log DOSYA_ADI      Sunucu loglarını DOSYA_ADI dosyasına yaz (ya da "
-"dosyanın sonuna ekle).\n"
+msgstr "  -l, --log DOSYA_ADI      Sunucu loglarını DOSYA_ADI dosyasına yaz (ya da dosyanın sonuna ekle).\n"
 
 #: pg_ctl.c:1127
 msgid ""
@@ -400,12 +402,8 @@ msgid "  fast        quit directly, with proper shutdown\n"
 msgstr "  fast        düzgünce kapanmadan direk olarak dur\n"
 
 #: pg_ctl.c:1137
-msgid ""
-"  immediate   quit without complete shutdown; will lead to recovery on "
-"restart\n"
-msgstr ""
-"  immediate   tam bir kapanma gerçekleşmeden dur; yeniden başladığında "
-"recovery modunda açılır\n"
+msgid "  immediate   quit without complete shutdown; will lead to recovery on restart\n"
+msgstr "  immediate   tam bir kapanma gerçekleşmeden dur; yeniden başladığında recovery modunda açılır\n"
 
 #: pg_ctl.c:1139
 msgid ""
@@ -433,9 +431,7 @@ msgstr "  -P PASSWORD     PostgreSQL sunucusunu kaydetmek için hesabın şifres
 
 #: pg_ctl.c:1146
 msgid "  -U USERNAME     user name of account to register PostgreSQL server\n"
-msgstr ""
-"  -U USERNAME     PostgreSQL sunucusunu kaydetmek için gerekli kullanıcı "
-"adı\n"
+msgstr "  -U USERNAME     PostgreSQL sunucusunu kaydetmek için gerekli kullanıcı adı\n"
 
 #: pg_ctl.c:1149
 msgid ""
@@ -463,8 +459,7 @@ msgid ""
 "own the server process.\n"
 msgstr ""
 "%s: root olarak çalıştırılamaz\n"
-"Lütfen  (yani \"su\" kullanarak) sunucu sürecine sahip olacak (yetkisiz) "
-"kullanıcı\n"
+"Lütfen  (yani \"su\" kullanarak) sunucu sürecine sahip olacak (yetkisiz) kullanıcı\n"
 "ile sisteme giriş yapınız.\n"
 
 #: pg_ctl.c:1365
@@ -497,32 +492,50 @@ msgstr "%s: hiçbir işlem belirtilmedi\n"
 msgid "%s: no database directory specified and environment variable PGDATA unset\n"
 msgstr "%s: Hiçbir veritabanı dizini belirtilmemiş ve PGDATA çevresel değişkeni boş\n"
 
-#: ../../port/exec.c:193 ../../port/exec.c:306 ../../port/exec.c:349
+#: ../../port/exec.c:194
+#: ../../port/exec.c:308
+#: ../../port/exec.c:351
 #, c-format
 msgid "could not identify current directory: %s"
 msgstr "geçerli dizin tespit edilemedi: %s"
 
-#: ../../port/exec.c:322 ../../port/exec.c:358
+#: ../../port/exec.c:213
+#, c-format
+msgid "invalid binary \"%s\""
+msgstr "geçersiz ikili (binary) \"%s\""
+
+#: ../../port/exec.c:262
+#, c-format
+msgid "could not read binary \"%s\""
+msgstr "\"%s\" ikili (binary) dosyası okunamadı"
+
+#: ../../port/exec.c:269
+#, c-format
+msgid "could not find a \"%s\" to execute"
+msgstr "\"%s\"  çalıştırmak için bulunamadı"
+
+#: ../../port/exec.c:324
+#: ../../port/exec.c:360
 #, c-format
 msgid "could not change directory to \"%s\""
 msgstr "çalışma dizini \"%s\" olarak değiştirilemedi"
 
-#: ../../port/exec.c:337
+#: ../../port/exec.c:339
 #, c-format
 msgid "could not read symbolic link \"%s\""
 msgstr "symbolic link \"%s\" okuma hatası"
 
-#: ../../port/exec.c:585
+#: ../../port/exec.c:587
 #, c-format
 msgid "child process exited with exit code %d"
 msgstr "alt süreç %d çıkış koduyla sonuçlandırılmıştır"
 
-#: ../../port/exec.c:588
+#: ../../port/exec.c:590
 #, c-format
 msgid "child process was terminated by signal %d"
 msgstr "alt süreç %d sinyali tarafından sonlandırılmıştır"
 
-#: ../../port/exec.c:591
+#: ../../port/exec.c:593
 #, c-format
 msgid "child process exited with unrecognized status %d"
 msgstr "alt süreç %d bilinmeyen durumu ile sonlandırılmıştır"
index e9a8f73ddfdedd10ab43ed611c839dc4017f7114..7d9989f2d517f6d4a427be654f1fd15f732a8c96 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pg_dump-tr\n"
 "POT-Creation-Date: 2004-09-13 07:40+0100\n"
-"PO-Revision-Date: 2004-12-11 13:25+0200\n"
+"PO-Revision-Date: 2005-01-15 14:04+0200\n"
 "Last-Translator: Nicolai Tufar <ntufar@tdmsoft.com>\n"
 "Language-Team: Turkish <pgsql-tr-genel@PostgreSQL.org>\n"
 "MIME-Version: 1.0\n"
@@ -20,21 +20,21 @@ msgstr ""
 "X-Poedit-SearchPath-1: /home/ntufar/pg/pgsql/src/backend\n"
 "X-Poedit-SearchPath-2: c:\\pgsql\\src\\backend\n"
 
-#: pg_dump.c:363
+#: pg_dump.c:364
 #: pg_restore.c:229
 msgid "User name: "
 msgstr "Kullanıcı adı: "
 
-#: pg_dump.c:399
+#: pg_dump.c:400
 #: pg_dumpall.c:264
 #: pg_restore.c:256
 #, c-format
 msgid "%s: invalid -X option -- %s\n"
 msgstr "%s: geçersiz -X seçeneği -- %s\n"
 
-#: pg_dump.c:401
-#: pg_dump.c:415
-#: pg_dump.c:424
+#: pg_dump.c:402
+#: pg_dump.c:416
+#: pg_dump.c:425
 #: pg_dumpall.c:266
 #: pg_dumpall.c:275
 #: pg_dumpall.c:292
@@ -45,71 +45,71 @@ msgstr "%s: geçersiz -X seçeneği -- %s\n"
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Daha fazla bilgi için \"%s --help\" yazabilirsiniz.\n"
 
-#: pg_dump.c:422
+#: pg_dump.c:423
 #: pg_dumpall.c:290
 #, c-format
 msgid "%s: too many command-line arguments (first is \"%s\")\n"
 msgstr "%s: çok fazla komut satırı argümanı (ilki \"%s\" idi)\n"
 
-#: pg_dump.c:435
+#: pg_dump.c:436
 msgid "options \"schema only\" (-s) and \"data only\" (-a) cannot be used together\n"
 msgstr "\"schema only\" (-s) ve \"data only\" (-a) seçenekleri beraber kullanılamaz\n"
 
-#: pg_dump.c:441
+#: pg_dump.c:442
 msgid "options \"clean\" (-c) and \"data only\" (-a) cannot be used together\n"
 msgstr "\"clean\" (-c) ve \"data only\" (-a) seçenekleri beraber kullanılamaz\n"
 
-#: pg_dump.c:447
+#: pg_dump.c:448
 msgid "large-object output not supported for a single table\n"
 msgstr "tek bir tablo için large-object çıktısı desteklenmemektedir\n"
 
-#: pg_dump.c:448
-#: pg_dump.c:455
+#: pg_dump.c:449
+#: pg_dump.c:456
 msgid "use a full dump instead\n"
 msgstr "bunun yerine tam dump kullanınız\n"
 
-#: pg_dump.c:454
+#: pg_dump.c:455
 msgid "large-object output not supported for a single schema\n"
 msgstr "tek bir şema için large-object çıktısı desteklenmemektedir\n"
 
-#: pg_dump.c:461
+#: pg_dump.c:462
 msgid "INSERT (-d, -D) and OID (-o) options cannot be used together\n"
 msgstr "INSERT (-d, -D) ve OID (-o)seçenekleri beraber kullanılamaz\n"
 
-#: pg_dump.c:462
+#: pg_dump.c:463
 msgid "(The INSERT command cannot set OIDs.)\n"
 msgstr "(INSERT komutu OIDleri ayarlayamaz.)\n"
 
-#: pg_dump.c:468
+#: pg_dump.c:469
 msgid "large-object output is not supported for plain-text dump files\n"
 msgstr "düz metin dump dosyaları için large-object çıktısı desteklenmemektedir\n"
 
-#: pg_dump.c:469
+#: pg_dump.c:470
 msgid "(Use a different output format.)\n"
 msgstr "(Değişik bir çıktı biçimi kullanınız.)\n"
 
-#: pg_dump.c:498
+#: pg_dump.c:499
 #, c-format
 msgid "invalid output format \"%s\" specified\n"
 msgstr "Geçersiz çıkto biçimi belirtildi: \"%s\" \n"
 
-#: pg_dump.c:504
+#: pg_dump.c:505
 #, c-format
 msgid "could not open output file \"%s\" for writing\n"
 msgstr "\"%s\" çıktı dosyası yazmak için açılamadı\n"
 
 #: pg_backup_db.c:52
-#: pg_dump.c:515
+#: pg_dump.c:516
 #, c-format
 msgid "could not parse version string \"%s\"\n"
 msgstr "\"%s\" sürüm bilgisi parse edilemedi\n"
 
-#: pg_dump.c:551
+#: pg_dump.c:552
 #, c-format
 msgid "last built-in OID is %u\n"
 msgstr "Son gömülü OID : %u\n"
 
-#: pg_dump.c:662
+#: pg_dump.c:663
 #, c-format
 msgid ""
 "%s dumps a database as a text file or to other formats.\n"
@@ -118,18 +118,18 @@ msgstr ""
 "%s veritabanını metin dosyası ya da diğer biçimlerde dump eder.\n"
 "\n"
 
-#: pg_dump.c:663
+#: pg_dump.c:664
 #: pg_dumpall.c:337
 #: pg_restore.c:359
 msgid "Usage:\n"
 msgstr "Kullanımı:\n"
 
-#: pg_dump.c:664
+#: pg_dump.c:665
 #, c-format
 msgid "  %s [OPTION]... [DBNAME]\n"
 msgstr "  %s [SEÇENEK]... [VERİTABANI_ADI]\n"
 
-#: pg_dump.c:666
+#: pg_dump.c:667
 #: pg_dumpall.c:340
 #: pg_restore.c:362
 msgid ""
@@ -139,16 +139,16 @@ msgstr ""
 "\n"
 "Genel seçenekler:\n"
 
-#: pg_dump.c:667
+#: pg_dump.c:668
 #: pg_restore.c:364
 msgid "  -f, --file=FILENAME      output file name\n"
 msgstr "  -f, --file=DOSYA_ADI      çıktı dosya adı\n"
 
-#: pg_dump.c:668
+#: pg_dump.c:669
 msgid "  -F, --format=c|t|p       output file format (custom, tar, plain text)\n"
 msgstr "  -F, --format=c|t|p       çıktı dosya biçimi (özel, tar, düz metin)\n"
 
-#: pg_dump.c:669
+#: pg_dump.c:670
 msgid ""
 "  -i, --ignore-version     proceed even when server version mismatches\n"
 "                           pg_dump version\n"
@@ -156,28 +156,28 @@ msgstr ""
 "  -i, --ignore-version     sunucunun sürümü ile pg_dump'ın sürümü eşleşmezse\n"
 "                           bile devam et\n"
 
-#: pg_dump.c:671
+#: pg_dump.c:672
 #: pg_restore.c:368
 msgid "  -v, --verbose            verbose mode\n"
 msgstr "  -v, --verbose            verbose modu\n"
 
-#: pg_dump.c:672
+#: pg_dump.c:673
 msgid "  -Z, --compress=0-9       compression level for compressed formats\n"
 msgstr "  -Z, --compress=0-9       sıkıştırılmış biçimler için sıkıştırma seviyesi\n"
 
-#: pg_dump.c:673
+#: pg_dump.c:674
 #: pg_dumpall.c:343
 #: pg_restore.c:369
 msgid "  --help                   show this help, then exit\n"
 msgstr "  --help                   bu yardımı gösterir ve çıkar\n"
 
-#: pg_dump.c:674
+#: pg_dump.c:675
 #: pg_dumpall.c:344
 #: pg_restore.c:370
 msgid "  --version                output version information, then exit\n"
 msgstr "  --version                sürüm bilgisini gösterir ve çıkar\n"
 
-#: pg_dump.c:676
+#: pg_dump.c:677
 #: pg_dumpall.c:345
 msgid ""
 "\n"
@@ -186,44 +186,44 @@ msgstr ""
 "\n"
 "Çıktı içeriğini kontrol eden seçenekler:\n"
 
-#: pg_dump.c:677
+#: pg_dump.c:678
 #: pg_dumpall.c:346
 msgid "  -a, --data-only          dump only the data, not the schema\n"
 msgstr "  -a, --data-only          sadece veriyi dump eder, şemayı etmez\n"
 
-#: pg_dump.c:678
+#: pg_dump.c:679
 msgid "  -b, --blobs              include large objects in dump\n"
 msgstr "  -b, --blobs              dump içine large-objectleri de ekler\n"
 
-#: pg_dump.c:679
+#: pg_dump.c:680
 #: pg_restore.c:374
 msgid "  -c, --clean              clean (drop) schema prior to create\n"
 msgstr "  -c, --clean              şemayı yaratmadan önce onu temizle (kaldır)\n"
 
-#: pg_dump.c:680
+#: pg_dump.c:681
 msgid "  -C, --create             include commands to create database in dump\n"
 msgstr "  -C, --create             dump'ın içinde veritabanını yaratacak komutları da ekle\n"
 
-#: pg_dump.c:681
+#: pg_dump.c:682
 #: pg_dumpall.c:348
 msgid "  -d, --inserts            dump data as INSERT, rather than COPY, commands\n"
 msgstr "  -d, --inserts            verileri COPYkomutları yerine INSERT olarak dump et\n"
 
-#: pg_dump.c:682
+#: pg_dump.c:683
 #: pg_dumpall.c:349
 msgid "  -D, --column-inserts     dump data as INSERT commands with column names\n"
 msgstr "  -D, --column-inserts     veriyi kolon adları ile insert komutu olarak dump et.\n"
 
-#: pg_dump.c:683
+#: pg_dump.c:684
 msgid "  -n, --schema=SCHEMA      dump the named schema only\n"
 msgstr "  -n, --schema=SCHEMA      sadece verilen şemayı dump et\n"
 
-#: pg_dump.c:684
+#: pg_dump.c:685
 #: pg_dumpall.c:351
 msgid "  -o, --oids               include OIDs in dump\n"
 msgstr "  -o, --oids               dump içinde OIDleri de içer\n"
 
-#: pg_dump.c:685
+#: pg_dump.c:686
 msgid ""
 "  -O, --no-owner           skip restoration of object ownership\n"
 "                           in plain text format\n"
@@ -231,12 +231,12 @@ msgstr ""
 "  -O, --no-owner           düz metin biçiminde nesne sahipliğini \n"
 "                          ayarlayan komutlarının oluşturmasını engelle\n"
 
-#: pg_dump.c:687
+#: pg_dump.c:688
 #: pg_dumpall.c:353
 msgid "  -s, --schema-only        dump only the schema, no data\n"
 msgstr "  -s, --schema-only        sadece şemayı dump et, veriyi etme\n"
 
-#: pg_dump.c:688
+#: pg_dump.c:689
 msgid ""
 "  -S, --superuser=NAME     specify the superuser user name to use in\n"
 "                           plain text format\n"
@@ -244,16 +244,16 @@ msgstr ""
 "  -S, --superuser=NAME     kullanılacak superuser kullanıcısının adı\n"
 "                           düz metin olarak\n"
 
-#: pg_dump.c:690
+#: pg_dump.c:691
 msgid "  -t, --table=TABLE        dump the named table only\n"
 msgstr "  -t, --table=TABLE        sadece bu tabloyu aktar\n"
 
-#: pg_dump.c:691
+#: pg_dump.c:692
 #: pg_dumpall.c:355
 msgid "  -x, --no-privileges      do not dump privileges (grant/revoke)\n"
 msgstr "  -x, --no-privileges      yetkileri aktarmayı engelle (grant/revoke)\n"
 
-#: pg_dump.c:692
+#: pg_dump.c:693
 #: pg_dumpall.c:356
 msgid ""
 "  -X disable-dollar-quoting, --disable-dollar-quoting\n"
@@ -262,7 +262,7 @@ msgstr ""
 "  -X disable-dollar-quoting, --disable-dollar-quoting\n"
 "                           dollar quoting kullanmayı engelle, standart SQL quoting kullan\n"
 
-#: pg_dump.c:694
+#: pg_dump.c:695
 #: pg_dumpall.c:358
 #: pg_restore.c:388
 msgid ""
@@ -272,7 +272,7 @@ msgstr ""
 "  -X disable-triggers, --disable-triggers\n"
 "                           sadece veri geri yüklemede tetikleyicileri devre dışı bırak\n"
 
-#: pg_dump.c:696
+#: pg_dump.c:697
 #: pg_dumpall.c:360
 #: pg_restore.c:390
 msgid ""
@@ -284,7 +284,7 @@ msgstr ""
 "                           OWNER TO komutun yerine\n"
 "                           SESSION AUTHORIZATION komutunu kullan\n"
 
-#: pg_dump.c:700
+#: pg_dump.c:701
 #: pg_dumpall.c:364
 #: pg_restore.c:394
 msgid ""
@@ -294,31 +294,31 @@ msgstr ""
 "\n"
 "Bağlantı Seçenekleri:\n"
 
-#: pg_dump.c:701
+#: pg_dump.c:702
 #: pg_dumpall.c:365
 #: pg_restore.c:395
 msgid "  -h, --host=HOSTNAME      database server host or socket directory\n"
 msgstr "  -h, --host=HOSTNAME          veritabanı sunucusu adresi ya da soket dizini\n"
 
-#: pg_dump.c:702
+#: pg_dump.c:703
 #: pg_dumpall.c:366
 #: pg_restore.c:396
 msgid "  -p, --port=PORT          database server port number\n"
 msgstr "  -p PORT         veritabanı sunucusunun port numarası\n"
 
-#: pg_dump.c:703
+#: pg_dump.c:704
 #: pg_dumpall.c:367
 #: pg_restore.c:397
 msgid "  -U, --username=NAME      connect as specified database user\n"
 msgstr "  -U, --username=KULLANICI_ADI   bağlanılacak kullanıcı adı\n"
 
-#: pg_dump.c:704
+#: pg_dump.c:705
 #: pg_dumpall.c:368
 #: pg_restore.c:398
 msgid "  -W, --password           force password prompt (should happen automatically)\n"
 msgstr "  -W              şifre sor (otomatik olarak her zaman açık)\n"
 
-#: pg_dump.c:706
+#: pg_dump.c:707
 msgid ""
 "\n"
 "If no database name is supplied, then the PGDATABASE environment\n"
@@ -330,305 +330,305 @@ msgstr ""
 "kullanılacaktır.\n"
 "\n"
 
-#: pg_dump.c:708
+#: pg_dump.c:709
 #: pg_dumpall.c:371
 #: pg_restore.c:402
 msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
 msgstr "Hataları <pgsql-bugs@postgresql.org> adresine bildirin.\n"
 
 #: pg_backup_archiver.c:1219
-#: pg_dump.c:716
+#: pg_dump.c:717
 msgid "*** aborted because of error\n"
 msgstr "*** hata nedeniyle durduruldu\n"
 
-#: pg_dump.c:798
+#: pg_dump.c:799
 #, c-format
 msgid "dumping contents of table %s\n"
 msgstr "%s tablosunun içeriği aktarılıyor\n"
 
-#: pg_dump.c:910
+#: pg_dump.c:911
 #, c-format
 msgid "SQL command to dump the contents of table \"%s\" failed: PQendcopy() failed.\n"
 msgstr "\"%s\" tablosunu içeriğini aktarmak için üretilen SQL sorgusu başarısız: PQendcopy() başarısız.\n"
 
-#: pg_dump.c:911
-#: pg_dump.c:8050
+#: pg_dump.c:912
+#: pg_dump.c:8116
 #, c-format
 msgid "Error message from server: %s"
 msgstr "Sunucudan hata mesajı alındı: %s"
 
-#: pg_dump.c:912
-#: pg_dump.c:8051
+#: pg_dump.c:913
+#: pg_dump.c:8117
 #, c-format
 msgid "The command was: %s\n"
 msgstr "O sırada yürütülen komut: %s\n"
 
-#: pg_dump.c:1183
+#: pg_dump.c:1184
 msgid "saving database definition\n"
 msgstr "veritabanın tanımı kaydediliyor\n"
 
-#: pg_dump.c:1229
+#: pg_dump.c:1230
 #, c-format
 msgid "missing pg_database entry for database \"%s\"\n"
 msgstr "\"%s\" veritabanı için pg_database kaydı bulunamadı\n"
 
-#: pg_dump.c:1236
+#: pg_dump.c:1237
 #, c-format
 msgid "query returned more than one (%d) pg_database entry for database \"%s\"\n"
 msgstr "\"%2$s\" veritabanı için sorgu, birden fazla (%1$d) pg_database kaydı getirdi\n"
 
-#: pg_dump.c:1344
+#: pg_dump.c:1345
 msgid "saving encoding\n"
 msgstr "dil kodlaması kaydediliyor\n"
 
-#: pg_dump.c:1394
+#: pg_dump.c:1395
 msgid "saving large objects\n"
 msgstr "large objectler kaydediliyor\n"
 
-#: pg_dump.c:1427
+#: pg_dump.c:1428
 #, c-format
 msgid "dumpBlobs(): could not open large object: %s"
 msgstr "dumpBlobs(): large object açılamadı: %s"
 
-#: pg_dump.c:1440
+#: pg_dump.c:1441
 #, c-format
 msgid "dumpBlobs(): error reading large object: %s"
 msgstr "dumpBlobs(): large object okuma hatası: %s"
 
-#: pg_dump.c:1557
+#: pg_dump.c:1558
 #, c-format
 msgid "WARNING: owner of schema \"%s\" appears to be invalid\n"
 msgstr "UYARI: \"%s\" şemasının sahibi geçersizdir\n"
 
-#: pg_dump.c:1574
+#: pg_dump.c:1575
 #, c-format
 msgid "specified schema \"%s\" does not exist\n"
 msgstr "belirlenen \"%s\" şeması mevcut değil\n"
 
-#: pg_dump.c:1611
+#: pg_dump.c:1612
 #, c-format
 msgid "schema with OID %u does not exist\n"
 msgstr "OID %u olan şema mevcut değil\n"
 
-#: pg_dump.c:1796
+#: pg_dump.c:1797
 #, c-format
 msgid "WARNING: owner of data type \"%s\" appears to be invalid\n"
 msgstr "UYARI: \"%s\" veri tipinin sahibi geçersizdir\n"
 
-#: pg_dump.c:1894
+#: pg_dump.c:1895
 #, c-format
 msgid "WARNING: owner of operator \"%s\" appears to be invalid\n"
 msgstr "UYARI: \"%s\" operatörün  sahibi geçersizdir\n"
 
-#: pg_dump.c:2060
+#: pg_dump.c:2061
 #, c-format
 msgid "WARNING: owner of operator class \"%s\" appears to be invalid\n"
 msgstr "UYARI: \"%s\" operator sınıfının sahibi geçersizdir\n"
 
-#: pg_dump.c:2164
+#: pg_dump.c:2165
 #, c-format
 msgid "WARNING: owner of aggregate function \"%s\" appears to be invalid\n"
 msgstr "UYARI: \"%s\" aggregate fonksiyonun sahibi geçersizdir\n"
 
-#: pg_dump.c:2298
+#: pg_dump.c:2299
 #, c-format
 msgid "WARNING: owner of function \"%s\" appears to be invalid\n"
 msgstr "UYARI: \"%s\" fonksiyonunun sahibi geçersizdir\n"
 
-#: pg_dump.c:2576
+#: pg_dump.c:2586
 #, c-format
 msgid "WARNING: owner of table \"%s\" appears to be invalid\n"
 msgstr "UYARI: \"%s\" tablosunun sahibi geçersizdir\n"
 
-#: pg_dump.c:2595
+#: pg_dump.c:2605
 #, c-format
 msgid "specified table \"%s\" does not exist\n"
 msgstr "belirlenen \"%s\" tablosu mevcut değil\n"
 
-#: pg_dump.c:2702
+#: pg_dump.c:2712
 #, c-format
 msgid "reading indexes for table \"%s\"\n"
 msgstr "\"%s\" tablosunun indexleri okunuyor\n"
 
-#: pg_dump.c:2939
+#: pg_dump.c:2949
 #, c-format
 msgid "reading foreign key constraints for table \"%s\"\n"
 msgstr "\"%s\" tablosunun foreign key bütünlük kısıtlamaları okunuyor\n"
 
-#: pg_dump.c:3215
+#: pg_dump.c:3234
 #, c-format
 msgid "reading triggers for table \"%s\"\n"
 msgstr "\"%s\" tablosunun tetikleyicileri okunuyor\n"
 
-#: pg_dump.c:3287
+#: pg_dump.c:3306
 #, c-format
 msgid "expected %d triggers on table \"%s\" but found %d\n"
 msgstr "\"%2$s\" tablosu zerinde %1$d tetikleyici beklenirken %3$d bulundu\n"
 
-#: pg_dump.c:3332
+#: pg_dump.c:3351
 #, c-format
 msgid "query produced null referenced table name for foreign key trigger \"%s\" on table \"%s\" (OID of table: %u)\n"
 msgstr "\"%2$s\" tablosu üzerindeki \"%1$s\" foreign key tetikleyici için sorgu, null referans edilen tablo sayısı getirdi (tablo OID: %3$u)\n"
 
-#: pg_dump.c:3633
+#: pg_dump.c:3652
 #, c-format
 msgid "finding the columns and types of table \"%s\"\n"
 msgstr "\"%s\" tablosunun bütünlük kısıtlamaları ve tipleri bulunuyor\n"
 
-#: pg_dump.c:3719
+#: pg_dump.c:3738
 #, c-format
 msgid "invalid column numbering in table \"%s\"\n"
 msgstr "\"%s\" tablosunda geçersiz kolon numaralandırlması\n"
 
-#: pg_dump.c:3753
+#: pg_dump.c:3772
 #, c-format
 msgid "finding default expressions of table \"%s\"\n"
 msgstr "\"%s\" tablosu için varsayılan ifadeler aranıyor\n"
 
-#: pg_dump.c:3836
+#: pg_dump.c:3855
 #, c-format
 msgid "invalid adnum value %d for table \"%s\"\n"
 msgstr "\"%2$s\" tablosu için geçersiz adnum değeri %1$d\n"
 
-#: pg_dump.c:3854
+#: pg_dump.c:3873
 #, c-format
 msgid "finding check constraints for table \"%s\"\n"
 msgstr "\"%s\" tablosu için bütünlük kısıtlamaları bulunuyor\n"
 
-#: pg_dump.c:3918
+#: pg_dump.c:3937
 #, c-format
 msgid "expected %d check constraints on table \"%s\" but found %d\n"
 msgstr "\"%2$s\" tablosu üzerinde %1$dbütünlük kısıtlaması beklenirken %3$d bulundu\n"
 
-#: pg_dump.c:3920
+#: pg_dump.c:3939
 msgid "(The system catalogs might be corrupted.)\n"
 msgstr "(Sistem kataloğu bozulmuş olabilir.)\n"
 
-#: pg_dump.c:4605
-#: pg_dump.c:4771
-#: pg_dump.c:5172
-#: pg_dump.c:5558
-#: pg_dump.c:5857
-#: pg_dump.c:6059
-#: pg_dump.c:6244
+#: pg_dump.c:4628
+#: pg_dump.c:4794
+#: pg_dump.c:5195
+#: pg_dump.c:5581
+#: pg_dump.c:5880
+#: pg_dump.c:6082
+#: pg_dump.c:6267
 #, c-format
 msgid "Got %d rows instead of one from: %s"
 msgstr "%2$s sorgusundan bir yerine %1$d satır alındı"
 
-#: pg_dump.c:4880
+#: pg_dump.c:4903
 #, c-format
 msgid "query yielded no rows: %s\n"
 msgstr "sorgu hiçbir satır getirmedi: %s\n"
 
-#: pg_dump.c:5228
+#: pg_dump.c:5251
 msgid "WARNING: could not parse proargnames array\n"
 msgstr "UYARI: proargnames dizisi ayrıştırılamadı\n"
 
-#: pg_dump.c:5265
+#: pg_dump.c:5288
 #, c-format
 msgid "unrecognized provolatile value for function \"%s\"\n"
 msgstr "\"%s\" fonksiyonu için bilinmeyen provolatile değeri\n"
 
-#: pg_dump.c:5782
+#: pg_dump.c:5805
 #, c-format
 msgid "WARNING: could not find operator with OID %s\n"
 msgstr "UYARI: OID %s olan operatör bulunamadı\n"
 
-#: pg_dump.c:6272
+#: pg_dump.c:6295
 #, c-format
 msgid "WARNING: aggregate function %s could not be dumped correctly for this database version; ignored\n"
 msgstr "UYARI: %s aggregate fonksiyonu veritabanın bu sürümünde düzgün dump edilemiyor; atlanıyor\n"
 
-#: pg_dump.c:6406
+#: pg_dump.c:6429
 #, c-format
 msgid "could not parse ACL list (%s) for object \"%s\" (%s)\n"
 msgstr "\"%2$s\" nesnesinin ACL listesi (%1$s) ayrıştırılamıyor (%3$s)\n"
 
-#: pg_dump.c:6500
+#: pg_dump.c:6523
 #, c-format
 msgid "query to obtain definition of view \"%s\" returned no data\n"
 msgstr "\"%s\" vew tanımını getirecek sorgu hiçbir veri getirmedi\n"
 
-#: pg_dump.c:6503
+#: pg_dump.c:6526
 #, c-format
 msgid "query to obtain definition of view \"%s\" returned more than one definition\n"
 msgstr "\"%s\" vew tanımını getirecek sorgu birden çık tanımı getirdi\n"
 
-#: pg_dump.c:6512
+#: pg_dump.c:6535
 #, c-format
 msgid "definition of view \"%s\" appears to be empty (length zero)\n"
 msgstr "\"%s\" vew tanımı boştur (uzunluk sıfır)\n"
 
-#: pg_dump.c:6814
+#: pg_dump.c:6848
 #, c-format
 msgid "invalid column number %d for table \"%s\"\n"
 msgstr "\"%2$s\" tablosu için geçersiz sütun numarası %1$d\n"
 
-#: pg_dump.c:6916
+#: pg_dump.c:6951
 #, c-format
 msgid "missing index for constraint \"%s\"\n"
 msgstr "\"%s\" bütünlük kısıtlamasının indexi eksik\n"
 
-#: pg_dump.c:7076
+#: pg_dump.c:7111
 #, c-format
 msgid "unrecognized constraint type: %c\n"
 msgstr "bilinmeyen bütünlük kısıtlama türü: %c\n"
 
-#: pg_dump.c:7118
+#: pg_dump.c:7172
 msgid "inserted invalid OID\n"
 msgstr "geçersiz OID eklendi\n"
 
-#: pg_dump.c:7124
+#: pg_dump.c:7178
 #, c-format
 msgid "maximum system OID is %u\n"
 msgstr "ne yüksek OID değeri: %u\n"
 
-#: pg_dump.c:7165
+#: pg_dump.c:7219
 msgid "missing pg_database entry for this database\n"
 msgstr "bu veritabanı için pg_database kaydı bulunamadı\n"
 
-#: pg_dump.c:7170
+#: pg_dump.c:7224
 msgid "found more than one pg_database entry for this database\n"
 msgstr "bu veritabanı için birden fazla pg_database kaydı bulundu\n"
 
-#: pg_dump.c:7202
+#: pg_dump.c:7256
 msgid "could not find entry for pg_indexes in pg_class\n"
 msgstr "pg_class içinde pg_indexes için kayıt bulunamadı\n"
 
-#: pg_dump.c:7207
+#: pg_dump.c:7261
 msgid "found more than one entry for pg_indexes in pg_class\n"
 msgstr "pg_class içinde pg_indexes için birden çok kayıt bulundu\n"
 
-#: pg_dump.c:7256
+#: pg_dump.c:7310
 #, c-format
 msgid "query to get data of sequence \"%s\" returned %d rows (expected 1)\n"
 msgstr "\"%s\" sequence verisini getirecek sorgu %d satır getirdi tanımı getirdi (bir satır bekleniyordu)\n"
 
-#: pg_dump.c:7265
+#: pg_dump.c:7319
 #, c-format
 msgid "query to get data of sequence \"%s\" returned name \"%s\"\n"
 msgstr "\"%s\" sequence verisini getirecek sorgu \"%s\" adını getirdi\n"
 
-#: pg_dump.c:7506
+#: pg_dump.c:7560
 #, c-format
 msgid "invalid argument string (%s) for trigger \"%s\" on table \"%s\"\n"
 msgstr "\"%3$s\" tablosunun \"%2$s\" tetikleyicisi için geçersiz satır argümanı (%1$s)\n"
 
-#: pg_dump.c:7613
+#: pg_dump.c:7667
 #, c-format
 msgid "query to get rule \"%s\" for table \"%s\" failed: wrong number of rows returned"
 msgstr "\"%2$s\" tablosunun \"%1$s\" rule getiren sorgu başarısız: yanlış satır sayısı getirildi"
 
-#: pg_dump.c:7681
+#: pg_dump.c:7735
 msgid "reading dependency data\n"
 msgstr "bağımlılık verileri okunuyor\n"
 
-#: pg_dump.c:7858
+#: pg_dump.c:7924
 #, c-format
 msgid "query yielded %d rows instead of one: %s\n"
 msgstr "%2$s sorgusundan bir yerine %1$d satır alındı\n"
 
-#: pg_dump.c:8045
+#: pg_dump.c:8111
 msgid "SQL command failed\n"
 msgstr "SQL komutu başarısız\n"
 
@@ -1015,38 +1015,44 @@ msgstr "%3$s %4$s için TOC öğe %1$d (ID %2$d) okunuyor\n"
 msgid "could not set session user to \"%s\": %s"
 msgstr "oturum kullanıcısını \"%s\" olarak değiştirilemedi: %s"
 
-#: pg_backup_archiver.c:2569
+#: pg_backup_archiver.c:2436
+#: pg_backup_archiver.c:2573
+#, c-format
+msgid "WARNING: don't know how to set owner for object type %s\n"
+msgstr "UAYRI: %s tipinde nesnenin sahib bilgisi ayarlanamıyor\n"
+
+#: pg_backup_archiver.c:2606
 msgid "WARNING: requested compression not available in this installation -- archive will be uncompressed\n"
 msgstr "UYARI: bu kurulumda sıkıştırma desteklenmemektedir -- arşiv sıkıştırılmayacak\n"
 
-#: pg_backup_archiver.c:2604
+#: pg_backup_archiver.c:2641
 msgid "did not find magic string in file header\n"
 msgstr "dosya başlığında kod satırı blunamadı\n"
 
-#: pg_backup_archiver.c:2618
+#: pg_backup_archiver.c:2655
 #, c-format
 msgid "unsupported version (%d.%d) in file header\n"
 msgstr "dosya başlığında desteklenmeyen sürüm (%d.%d)\n"
 
-#: pg_backup_archiver.c:2623
+#: pg_backup_archiver.c:2660
 #, c-format
 msgid "sanity check on integer size (%lu) failed\n"
 msgstr "integer boyutu (%lu) turtarlılık kontrolü başarısız\n"
 
-#: pg_backup_archiver.c:2627
+#: pg_backup_archiver.c:2664
 msgid "WARNING: archive was made on a machine with larger integers, some operations may fail\n"
 msgstr "UYARI: arşıv doyası daha büyük integer sayılarınasahip platformda yapılmış, bazı işlemler başarısız olabilir\n"
 
-#: pg_backup_archiver.c:2637
+#: pg_backup_archiver.c:2674
 #, c-format
 msgid "expected format (%d) differs from format found in file (%d)\n"
 msgstr "dosyada bulunan biçim (%2$d) beklenen biçimden (%1$d) farklıdır\n"
 
-#: pg_backup_archiver.c:2653
+#: pg_backup_archiver.c:2690
 msgid "WARNING: archive is compressed, but this installation does not support compression -- no data will be available\n"
 msgstr "UYARI: arşiv sıkıştırılmıştır, ancak bu kurulum sıkıştırmayı desteklemiyor -- veri kaydedilmeyecek\n"
 
-#: pg_backup_archiver.c:2671
+#: pg_backup_archiver.c:2708
 msgid "WARNING: invalid creation date in header\n"
 msgstr "UTAYI: veri başlığında geçersiz tarih\n"
 
@@ -1763,35 +1769,50 @@ msgstr "%s: sorgu başarısız oldu: %s"
 msgid "%s: query was: %s\n"
 msgstr "%s: sorgu şu idi: %s\n"
 
-#: ../../port/exec.c:193
-#: ../../port/exec.c:307
-#: ../../port/exec.c:350
+#: ../../port/exec.c:194
+#: ../../port/exec.c:308
+#: ../../port/exec.c:351
 #, c-format
 msgid "could not identify current directory: %s"
 msgstr "geçerli dizin tespit edilemedi: %s"
 
-#: ../../port/exec.c:323
-#: ../../port/exec.c:359
+#: ../../port/exec.c:213
+#, c-format
+msgid "invalid binary \"%s\""
+msgstr "geçersiz ikili (binary) \"%s\""
+
+#: ../../port/exec.c:262
+#, c-format
+msgid "could not read binary \"%s\""
+msgstr "\"%s\" ikili (binary) dosyası okunamadı"
+
+#: ../../port/exec.c:269
+#, c-format
+msgid "could not find a \"%s\" to execute"
+msgstr "\"%s\"  çalıştırmak için bulunamadı"
+
+#: ../../port/exec.c:324
+#: ../../port/exec.c:360
 #, c-format
 msgid "could not change directory to \"%s\""
 msgstr "çalışma dizini \"%s\" olarak değiştirilemedi"
 
-#: ../../port/exec.c:338
+#: ../../port/exec.c:339
 #, c-format
 msgid "could not read symbolic link \"%s\""
 msgstr "symbolic link \"%s\" okuma hatası"
 
-#: ../../port/exec.c:569
+#: ../../port/exec.c:587
 #, c-format
 msgid "child process exited with exit code %d"
 msgstr "alt süreç %d çıkış koduyla sonuçlandırılmıştır"
 
-#: ../../port/exec.c:572
+#: ../../port/exec.c:590
 #, c-format
 msgid "child process was terminated by signal %d"
 msgstr "alt süreç %d sinyali tarafından sonlandırılmıştır"
 
-#: ../../port/exec.c:575
+#: ../../port/exec.c:593
 #, c-format
 msgid "child process exited with unrecognized status %d"
 msgstr "alt süreç %d bilinmeyen durumu ile sonlandırılmıştır"
index 5c501e45b9afad996f2f9aa62d40ef2afcc9fa75..d31e22886125b6c267df58393c54c991064e82ad 100644 (file)
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psql-tr\n"
 "POT-Creation-Date: 2004-11-05 07:30+0000\n"
-"PO-Revision-Date: 2004-12-11 14:17+0200\n"
+"PO-Revision-Date: 2005-01-15 14:11+0200\n"
 "Last-Translator: Nicolai Tufar <ntufar@tdmsoft.com>\n"
 "Language-Team: Turkish <http://developer.postgresql.org/~petere/nlsstatus/po-current/libpq-tr.po>\n"
 "MIME-Version: 1.0\n"
@@ -30,56 +30,56 @@ msgstr "Geçersiz komut \\%s. Yardım için \\? yazınız.\n"
 msgid "invalid command \\%s\n"
 msgstr "geçersiz komut \\%s\n"
 
-#: command.c:135
+#: command.c:137
 #, c-format
 msgid "\\%s: extra argument \"%s\" ignored\n"
 msgstr "\\%s: \"%s\" fazla parametresi atlandı\n"
 
-#: command.c:244
+#: command.c:254
 #, c-format
 msgid "could not get home directory: %s\n"
 msgstr "home dizinine ulaşılamamıştır: %s\n"
 
-#: command.c:260
+#: command.c:270
 #, c-format
 msgid "\\%s: could not change directory to \"%s\": %s\n"
 msgstr "\\%s: \"%s\" dizinine geçiş yapılamamıştır: %s\n"
 
-#: command.c:374
-#: command.c:766
+#: command.c:384
+#: command.c:776
 msgid "no query buffer\n"
 msgstr "sorgu tamponu mevcut değil\n"
 
-#: command.c:437
+#: command.c:447
 #, c-format
 msgid "%s: invalid encoding name or conversion procedure not found\n"
 msgstr "%s: dil kodlama adı geçersiz ya da dönüştürme fonksiyonu bulunamadı\n"
 
-#: command.c:505
-#: command.c:539
-#: command.c:553
-#: command.c:570
-#: command.c:616
-#: command.c:746
-#: command.c:777
+#: command.c:515
+#: command.c:549
+#: command.c:563
+#: command.c:580
+#: command.c:626
+#: command.c:756
+#: command.c:787
 #, c-format
 msgid "\\%s: missing required argument\n"
 msgstr "\\%s: zorunlu argüman eksik\n"
 
-#: command.c:602
+#: command.c:612
 msgid "Query buffer is empty."
 msgstr "Sorgu tamponu boş."
 
-#: command.c:636
+#: command.c:646
 msgid "Query buffer reset (cleared)."
 msgstr "Sorgu tamponu sıfırlanmış."
 
-#: command.c:650
+#: command.c:660
 #, c-format
 msgid "Wrote history to file \"%s\".\n"
 msgstr "Geçmiş \"%s\" dosyasına yazılmış.\n"
 
-#: command.c:687
+#: command.c:697
 #: common.c:85
 #: common.c:99
 #: mainloop.c:71
@@ -99,30 +99,30 @@ msgstr "Geçmiş \"%s\" dosyasına yazılmış.\n"
 msgid "out of memory\n"
 msgstr "yetersiz bellek\n"
 
-#: command.c:702
-#: command.c:751
+#: command.c:712
+#: command.c:761
 #, c-format
 msgid "\\%s: error\n"
 msgstr "\\%s: hata\n"
 
-#: command.c:732
+#: command.c:742
 msgid "Timing is on."
 msgstr "Zamanlama açık."
 
-#: command.c:734
+#: command.c:744
 msgid "Timing is off."
 msgstr "Zamanlama kapalı."
 
-#: command.c:794
-#: command.c:814
-#: command.c:1199
-#: command.c:1206
+#: command.c:804
+#: command.c:824
+#: command.c:1209
 #: command.c:1216
-#: command.c:1228
-#: command.c:1241
-#: command.c:1255
-#: command.c:1277
-#: command.c:1308
+#: command.c:1226
+#: command.c:1238
+#: command.c:1251
+#: command.c:1265
+#: command.c:1287
+#: command.c:1318
 #: common.c:170
 #: copy.c:530
 #: copy.c:575
@@ -130,14 +130,14 @@ msgstr "Zamanlama kapalı."
 msgid "%s: %s\n"
 msgstr "%s: %s\n"
 
-#: command.c:921
-#: command.c:945
+#: command.c:931
+#: command.c:955
 #: startup.c:188
 #: startup.c:206
 msgid "Password: "
 msgstr "Şifre:"
 
-#: command.c:959
+#: command.c:969
 #: common.c:216
 #: common.c:685
 #: common.c:740
@@ -146,142 +146,142 @@ msgstr "Şifre:"
 msgid "%s"
 msgstr "%s"
 
-#: command.c:963
+#: command.c:973
 msgid "Previous connection kept\n"
 msgstr "Önceki bağlantı kullanılıyor\n"
 
-#: command.c:975
+#: command.c:985
 #, c-format
 msgid "\\connect: %s"
 msgstr "\\connect: %s"
 
-#: command.c:987
+#: command.c:997
 #, c-format
 msgid "You are now connected to database \"%s\".\n"
 msgstr "Şu an \"%s\" veritabanına bağlısınız.\n"
 
-#: command.c:989
+#: command.c:999
 #, c-format
 msgid "You are now connected as new user \"%s\".\n"
 msgstr "Şu an kullanıcı \"%s\" olarak bağlısınız.\n"
 
-#: command.c:992
+#: command.c:1002
 #, c-format
 msgid "You are now connected to database \"%s\" as user \"%s\".\n"
 msgstr "Şu an \"%s\" veritabanına \"%s\" kullanıcısı olarak bağlısınız.\n"
 
-#: command.c:1117
+#: command.c:1127
 #, c-format
 msgid "could not start editor \"%s\"\n"
 msgstr "\"%s\" metin düzenleyicisi çalıştırılamadı\n"
 
-#: command.c:1119
+#: command.c:1129
 msgid "could not start /bin/sh\n"
 msgstr "/bin/sh başlatılamıyor\n"
 
-#: command.c:1158
+#: command.c:1168
 #, c-format
 msgid "cannot locate temporary directory: %s"
 msgstr "geçici dizin bulunamıyor: %s"
 
-#: command.c:1184
+#: command.c:1194
 #, c-format
 msgid "could not open temporary file \"%s\": %s\n"
 msgstr "\"%s\" geçici dosya açılamıyor: %s\n"
 
-#: command.c:1376
+#: command.c:1386
 msgid "\\pset: allowed formats are unaligned, aligned, html, latex\n"
 msgstr "\\pset: izin verilen biçimler: unaligned, aligned, html, latex\n"
 
-#: command.c:1381
+#: command.c:1391
 #, c-format
 msgid "Output format is %s.\n"
 msgstr "Çıktı formatı: %s.\n"
 
-#: command.c:1391
+#: command.c:1401
 #, c-format
 msgid "Border style is %d.\n"
 msgstr "Kenar stili: %d.\n"
 
-#: command.c:1400
+#: command.c:1410
 msgid "Expanded display is on.\n"
 msgstr "Geniş gösterme açık.\n"
 
-#: command.c:1401
+#: command.c:1411
 msgid "Expanded display is off.\n"
 msgstr "Geniş gösterme kapalı.\n"
 
-#: command.c:1413
+#: command.c:1423
 #, c-format
 msgid "Null display is \"%s\".\n"
 msgstr "Null display is \"%s\".\n"
 
-#: command.c:1425
+#: command.c:1435
 #, c-format
 msgid "Field separator is \"%s\".\n"
 msgstr "Alan ayracı: \"%s\".\n"
 
-#: command.c:1439
+#: command.c:1449
 msgid "Record separator is <newline>."
 msgstr "Kayıt ayracı <newline>."
 
-#: command.c:1441
+#: command.c:1451
 #, c-format
 msgid "Record separator is \"%s\".\n"
 msgstr "Kayıt ayracı \"%s\".\n"
 
-#: command.c:1452
+#: command.c:1462
 msgid "Showing only tuples."
 msgstr "Sadece kayıtlar gösteriliyor."
 
-#: command.c:1454
+#: command.c:1464
 msgid "Tuples only is off."
 msgstr "Sadece kayıtları gösterme kapalı."
 
-#: command.c:1470
+#: command.c:1480
 #, c-format
 msgid "Title is \"%s\".\n"
 msgstr "Başlık \"%s\".\n"
 
-#: command.c:1472
+#: command.c:1482
 msgid "Title is unset.\n"
 msgstr "Başlık kaldırıldı\n"
 
-#: command.c:1488
+#: command.c:1498
 #, c-format
 msgid "Table attribute is \"%s\".\n"
 msgstr "Tablo özelliği: \"%s\".\n"
 
-#: command.c:1490
+#: command.c:1500
 msgid "Table attributes unset.\n"
 msgstr "Tablo özellikleri kaldırıldı.\n"
 
-#: command.c:1506
+#: command.c:1516
 msgid "Pager is used for long output."
 msgstr "Uzun çıktı için sayfalama kullanıacaktır."
 
-#: command.c:1508
+#: command.c:1518
 msgid "Pager is always used."
 msgstr "Sayfalama her zaman kullanılacak."
 
-#: command.c:1510
+#: command.c:1520
 msgid "Pager usage is off."
 msgstr "Sayfalama kullanımı kapalı."
 
-#: command.c:1521
+#: command.c:1531
 msgid "Default footer is on."
 msgstr "Varsayılan alt başlık açık."
 
-#: command.c:1523
+#: command.c:1533
 msgid "Default footer is off."
 msgstr "Varsayılan alt başlık kapalı."
 
-#: command.c:1529
+#: command.c:1539
 #, c-format
 msgid "\\pset: unknown option: %s\n"
 msgstr "\\pset: bilinmeyen seçenek: %s\n"
 
-#: command.c:1582
+#: command.c:1592
 msgid "\\!: failed\n"
 msgstr "\\!: başarısız\n"
 
@@ -867,12 +867,12 @@ msgstr ""
 "\"%-.*s\" için yardım bulunmamaktadır.\n"
 "\\h yazarak yardım konularının listesini görüntüleyin.\n"
 
-#: input.c:210
+#: input.c:211
 #, c-format
 msgid "could not save history to file \"%s\": %s\n"
 msgstr "İşlem geçmişi \"%s\" dosyasına kaydedilemiyor: %s\n"
 
-#: input.c:213
+#: input.c:214
 msgid "history is not supported by this installation\n"
 msgstr "bu kurulum işlem geçmişini desteklemiyor\n"
 
@@ -926,7 +926,7 @@ msgstr "(1 satır)"
 msgid "(%d rows)"
 msgstr "(%d satır)"
 
-#: startup.c:133
+#: startup.c:138
 #, c-format
 msgid "%s: out of memory\n"
 msgstr "%s: yetersiz bellek\n"
@@ -987,11 +987,11 @@ msgstr "%s: uyarı: \"%s\" fazla argümanı atlanmıştır\n"
 msgid "%s: Warning: The -u option is deprecated. Use -U.\n"
 msgstr "%s: Uyarı: -u parametresi kullanımdan kalkmıştır. -U kullanın.\n"
 
-#: startup.c:630
+#: startup.c:627
 msgid "contains support for command-line editing"
 msgstr "komut satırı düzenleme desteği mevcuttur"
 
-#: startup.c:653
+#: startup.c:650
 #, c-format
 msgid ""
 "SSL connection (cipher: %s, bits: %i)\n"
@@ -1000,6 +1000,19 @@ msgstr ""
 "SSL bağlantı (cipher: %s, bit sayısı: %i)\n"
 "\n"
 
+#: startup.c:673
+#, c-format
+msgid ""
+"Warning: Console code page (%u) differs from Windows code page (%u)\n"
+"         8-bit characters may not work correctly. See psql reference\n"
+"         page \"Notes for Windows users\" for details.\n"
+"\n"
+msgstr ""
+"Dikkat: Uçbirimin kod sayfası (%u), Windows kod syafasından (%u) farklıdır\n"
+"         8-bitlik karakterler doğru çalışmayabilir. Ayrıntılar için psql deferans\n"
+"         sokümanlarında \"Notes for Windows users\" bölümüne bakın.\n"
+"\n"
+
 #: describe.c:82
 #: describe.c:177
 #: describe.c:247
@@ -1748,19 +1761,19 @@ msgid ""
 "ALTER USER name SET parameter { TO | = } { value | DEFAULT }\n"
 "ALTER USER name RESET parameter"
 msgstr ""
-"ALTER USER kullanıcı_adı [ [ WITH ] seçenek [ ... ] ]\n"
+"ALTER USER name [ [ WITH ] seçenek [ ... ] ]\n"
 "\n"
 "seçenek aşağıdakilerden birisi olabilir:\n"
 "\n"
-"    CREATEDB | NOCREATEDB\n"
+"    CREATEDB | NOCREATEDB\n"
 "    | CREATEUSER | NOCREATEUSER \n"
-"    [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'şifre' \n"
+"    [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'şifre' \n"
 "    | VALID UNTIL 'abstime'\n"
 "\n"
-"ALTER USER kullanıcı_adı RENAME TO yeni_ad\n"
+"ALTER USER name RENAME TO yeni_ad\n"
 "\n"
-"ALTER USER kullanıcı_adı SET parameter { TO | = } { değer | DEFAULT }\n"
-"ALTER USER kullanıcı_adı RESET parameter"
+"ALTER USER name SET parameter { TO | = } { value | DEFAULT }\n"
+"ALTER USER name RESET parameter"
 
 #: sql_help.h:97
 msgid "collect statistics about a database"
@@ -3101,35 +3114,50 @@ msgstr ""
 "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n"
 "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (column [, ...] ) ] ]"
 
-#: ../../port/exec.c:193
-#: ../../port/exec.c:307
-#: ../../port/exec.c:350
+#: ../../port/exec.c:194
+#: ../../port/exec.c:308
+#: ../../port/exec.c:351
 #, c-format
 msgid "could not identify current directory: %s"
 msgstr "geçerli dizin tespit edilemedi: %s"
 
-#: ../../port/exec.c:323
-#: ../../port/exec.c:359
+#: ../../port/exec.c:213
+#, c-format
+msgid "invalid binary \"%s\""
+msgstr "geçersiz ikili (binary) \"%s\""
+
+#: ../../port/exec.c:262
+#, c-format
+msgid "could not read binary \"%s\""
+msgstr "\"%s\" ikili (binary) dosyası okunamadı"
+
+#: ../../port/exec.c:269
+#, c-format
+msgid "could not find a \"%s\" to execute"
+msgstr "\"%s\"  çalıştırmak için bulunamadı"
+
+#: ../../port/exec.c:324
+#: ../../port/exec.c:360
 #, c-format
 msgid "could not change directory to \"%s\""
 msgstr "çalışma dizini \"%s\" olarak değiştirilemedi"
 
-#: ../../port/exec.c:338
+#: ../../port/exec.c:339
 #, c-format
 msgid "could not read symbolic link \"%s\""
 msgstr "symbolic link \"%s\" okuma hatası"
 
-#: ../../port/exec.c:569
+#: ../../port/exec.c:587
 #, c-format
 msgid "child process exited with exit code %d"
 msgstr "alt süreç %d çıkış koduyla sonuçlandırılmıştır"
 
-#: ../../port/exec.c:572
+#: ../../port/exec.c:590
 #, c-format
 msgid "child process was terminated by signal %d"
 msgstr "alt süreç %d sinyali tarafından sonlandırılmıştır"
 
-#: ../../port/exec.c:575
+#: ../../port/exec.c:593
 #, c-format
 msgid "child process exited with unrecognized status %d"
 msgstr "alt süreç %d bilinmeyen durumu ile sonlandırılmıştır"