From cc106602861def0fbd4f50154cb36e34921c2367 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 7 Nov 2005 09:53:29 +0000 Subject: added '--exit' command line option. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@719 ee746299-78ed-0310-b773-934348b2243d --- po/tr.po | 159 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 82 insertions(+), 77 deletions(-) (limited to 'po/tr.po') diff --git a/po/tr.po b/po/tr.po index 4cd3ebf6..b8aed108 100644 --- a/po/tr.po +++ b/po/tr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: tr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-07 18:07+0900\n" +"POT-Creation-Date: 2005-11-07 18:52+0900\n" "PO-Revision-Date: 2004-12-03 11:44+0200\n" "Last-Translator: Arman Aksoy \n" "Language-Team: \n" @@ -331,7 +331,7 @@ msgstr "%s%c%d mesajı %s içine kopyalanıyor...\n" msgid "Last number in dir %s = %d\n" msgstr "Dizindeki son numara %s = %d\n" -#: libsylph/mh.c:826 libsylph/mh.c:839 src/main.c:145 +#: libsylph/mh.c:826 libsylph/mh.c:839 src/main.c:146 #, c-format msgid "" "File `%s' already exists.\n" @@ -1002,7 +1002,7 @@ msgstr "İsim:" #. Buttons #: src/addressbook.c:628 src/addressbook.c:1680 src/editaddress.c:884 -#: src/editaddress.c:1017 src/mainwindow.c:2303 src/prefs_actions.c:266 +#: src/editaddress.c:1017 src/mainwindow.c:2306 src/prefs_actions.c:266 #: src/prefs_display_header.c:279 src/prefs_display_header.c:334 #: src/prefs_template.c:233 msgid "Delete" @@ -1207,11 +1207,11 @@ msgstr "Ortak adres" msgid "Personal address" msgstr "Kişisel adres" -#: src/alertpanel.c:141 src/compose.c:5250 src/main.c:544 +#: src/alertpanel.c:141 src/compose.c:5250 src/main.c:555 msgid "Notice" msgstr "Not" -#: src/alertpanel.c:154 src/main.c:639 +#: src/alertpanel.c:154 src/main.c:657 msgid "Warning" msgstr "Uyarı" @@ -1727,7 +1727,7 @@ msgstr "MIME türü" msgid "Size" msgstr "Boyut" -#: src/compose.c:4510 src/mainwindow.c:2236 src/prefs_account_dialog.c:516 +#: src/compose.c:4510 src/mainwindow.c:2239 src/prefs_account_dialog.c:516 #: src/prefs_common_dialog.c:629 msgid "Send" msgstr "Gönder" @@ -2320,12 +2320,12 @@ msgstr "Dizin bilgisi ayarlanıyor...\n" msgid "Setting folder info..." msgstr "Dizin bilgisi ayarlanıyor..." -#: src/folderview.c:830 src/mainwindow.c:3301 src/setup.c:80 +#: src/folderview.c:830 src/mainwindow.c:3304 src/setup.c:80 #, c-format msgid "Scanning folder %s%c%s ..." msgstr "%s%c%s dizini taranıyor..." -#: src/folderview.c:834 src/mainwindow.c:3306 src/setup.c:85 +#: src/folderview.c:834 src/mainwindow.c:3309 src/setup.c:85 #, c-format msgid "Scanning folder %s ..." msgstr "%s dizini taranıyor..." @@ -2575,7 +2575,7 @@ msgstr "LDIF dosyasını Adres Defterine aktar" msgid "Prev" msgstr "Önceki" -#: src/importldif.c:768 src/mainwindow.c:2332 +#: src/importldif.c:768 src/mainwindow.c:2335 msgid "Next" msgstr "Sonraki" @@ -2805,20 +2805,20 @@ msgstr "Parolayı girin" msgid "Protocol log" msgstr "Protokol günlüğü" -#: src/main.c:191 +#: src/main.c:192 msgid "g_thread is not supported by glib.\n" msgstr "g_thread, glib tarafından desteklenmiyor.\n" -#: src/main.c:358 +#: src/main.c:361 #, c-format msgid "Usage: %s [OPTION]...\n" msgstr "Kullanım: %s [SEÇENEKLER] ...\n" -#: src/main.c:361 +#: src/main.c:364 msgid " --compose [address] open composition window" msgstr " --compose [adres] düzenleme penceresini açar" -#: src/main.c:362 +#: src/main.c:365 msgid "" " --attach file1 [file2]...\n" " open composition window with specified files\n" @@ -2828,23 +2828,23 @@ msgstr "" " düzenleme penceresini belirtilen dosyalar\n" " postaya eklenmiş halde açar" -#: src/main.c:365 +#: src/main.c:368 msgid " --receive receive new messages" msgstr " --receive yeni mesajları alır" -#: src/main.c:366 +#: src/main.c:369 msgid " --receive-all receive new messages of all accounts" msgstr " --receive-all tüm hesaplardaki yeni mesajları alır" -#: src/main.c:367 +#: src/main.c:370 msgid " --send send all queued messages" msgstr " --send kuyruktaki postaları gönderir" -#: src/main.c:368 +#: src/main.c:371 msgid " --status [folder]... show the total number of messages" msgstr " --status [dizin]... toplam mesaj sayısını göster" -#: src/main.c:369 +#: src/main.c:372 msgid "" " --status-full [folder]...\n" " show the status of each folder" @@ -2852,29 +2852,34 @@ msgstr "" " --status-full [dizin]...\n" " her dizinin durumunu göster" -#: src/main.c:371 +#: src/main.c:374 msgid "" " --configdir dirname specify directory which stores configuration files" msgstr "" -#: src/main.c:372 +#: src/main.c:375 +#, fuzzy +msgid " --exit exit Sylpheed" +msgstr " --debug hata ayıklama modu" + +#: src/main.c:376 msgid " --debug debug mode" msgstr " --debug hata ayıklama modu" -#: src/main.c:373 +#: src/main.c:377 msgid " --help display this help and exit" msgstr " --help bu yardımı gösterir ve çıkar" -#: src/main.c:374 +#: src/main.c:378 msgid " --version output version information and exit" msgstr " --version sürüm bilgisini gösterir ve çıkar" -#: src/main.c:496 +#: src/main.c:500 #, fuzzy msgid "Filename encoding" msgstr "Giden ileti kod kümesi" -#: src/main.c:497 +#: src/main.c:501 msgid "" "The locale encoding is not UTF-8, but the environmental variable " "G_FILENAME_ENCODING is not set.\n" @@ -2888,19 +2893,19 @@ msgid "" "Continue?" msgstr "" -#: src/main.c:545 +#: src/main.c:556 msgid "Composing message exists. Really quit?" msgstr "Mesajı göndermeden çıkmak istediğinizden emin misiniz?" -#: src/main.c:553 +#: src/main.c:567 msgid "Queued messages" msgstr "Kuyruktaki iletiler" -#: src/main.c:554 +#: src/main.c:568 msgid "Some unsent messages are queued. Exit now?" msgstr "Hala gönderilmemiş bazı iletiler kuyrukta bekliyor. Şimdi çıkılsın mı?" -#: src/main.c:640 +#: src/main.c:658 msgid "" "GnuPG is not installed properly, or its version is too old.\n" "OpenPGP support disabled." @@ -2909,16 +2914,16 @@ msgstr "" "OpenPGP desteği kapatıldı." #. remote command mode -#: src/main.c:803 +#: src/main.c:821 msgid "another Sylpheed is already running.\n" msgstr "Başka bir Sylpheed sistemde çalışıyor.\n" -#: src/main.c:1012 +#: src/main.c:1038 #, fuzzy msgid "Migration of configuration" msgstr "Eylem ayarları" -#: src/main.c:1013 +#: src/main.c:1039 msgid "" "The previous version of configuration found.\n" "Do you want to migrate it?" @@ -3525,33 +3530,33 @@ msgstr "Başlıksız" msgid "none" msgstr "hiçbiri" -#: src/mainwindow.c:1315 +#: src/mainwindow.c:1318 #, c-format msgid "Changing window separation type from %d to %d\n" msgstr "Pencere ayırma tarzı %d den %d e çevriliyor\n" -#: src/mainwindow.c:1549 +#: src/mainwindow.c:1552 msgid "Offline" msgstr "Çevrimdışı" -#: src/mainwindow.c:1550 +#: src/mainwindow.c:1553 msgid "You are offline. Go online?" msgstr "Çevrimdışısınız. Çevrimiçi olunsun mu?" -#: src/mainwindow.c:1564 +#: src/mainwindow.c:1567 msgid "Empty all trash" msgstr "Tüm çöpü boşalt" -#: src/mainwindow.c:1565 +#: src/mainwindow.c:1568 #, fuzzy msgid "Delete all messages in trash folders?" msgstr "Çöpteki tüm iletiler silinsin mi?" -#: src/mainwindow.c:1593 +#: src/mainwindow.c:1596 msgid "Add mailbox" msgstr "Posta kutusu ekle" -#: src/mainwindow.c:1594 +#: src/mainwindow.c:1597 #, fuzzy msgid "" "Specify the location of mailbox.\n" @@ -3562,16 +3567,16 @@ msgstr "" "Eğer varolan potsa kutusu verilirse, otomatik\n" "olarak taranacaktır." -#: src/mainwindow.c:1600 src/setup.c:49 +#: src/mainwindow.c:1603 src/setup.c:49 #, c-format msgid "The mailbox `%s' already exists." msgstr "`%s' posta kutusu zaten var." -#: src/mainwindow.c:1605 src/setup.c:56 +#: src/mainwindow.c:1608 src/setup.c:56 msgid "Mailbox" msgstr "Posta kutusu" -#: src/mainwindow.c:1611 src/setup.c:62 +#: src/mainwindow.c:1614 src/setup.c:62 msgid "" "Creation of the mailbox failed.\n" "Maybe some files already exist, or you don't have the permission to write " @@ -3580,150 +3585,150 @@ msgstr "" "Posta kutusu oluşturulurken hata oluştu.\n" "Bazı dosyalar bulunuyor olabilir veya yeterli izine sahip olmayabilirsiniz." -#: src/mainwindow.c:2004 +#: src/mainwindow.c:2007 msgid "Sylpheed - Folder View" msgstr "Sylheed - Dizin Görünümü" -#: src/mainwindow.c:2024 +#: src/mainwindow.c:2027 msgid "Sylpheed - Message View" msgstr "Sylpeed - İleti Görünümü" -#: src/mainwindow.c:2171 src/summaryview.c:380 +#: src/mainwindow.c:2174 src/summaryview.c:380 msgid "/_Reply" msgstr "/_Yanıtla" -#: src/mainwindow.c:2172 +#: src/mainwindow.c:2175 msgid "/Reply to _all" msgstr "/Her_kese yanıtla" -#: src/mainwindow.c:2173 +#: src/mainwindow.c:2176 msgid "/Reply to _sender" msgstr "/_Gönderene yanıtla" -#: src/mainwindow.c:2174 +#: src/mainwindow.c:2177 msgid "/Reply to mailing _list" msgstr "/_E-posta listesine yanıtla" -#: src/mainwindow.c:2179 src/summaryview.c:387 +#: src/mainwindow.c:2182 src/summaryview.c:387 msgid "/_Forward" msgstr "/_Yönlendir" -#: src/mainwindow.c:2180 src/summaryview.c:388 +#: src/mainwindow.c:2183 src/summaryview.c:388 msgid "/For_ward as attachment" msgstr "/_Ek olarak yönlendir" -#: src/mainwindow.c:2181 src/summaryview.c:389 +#: src/mainwindow.c:2184 src/summaryview.c:389 msgid "/Redirec_t" msgstr "/Ye_niden yönlendir" -#: src/mainwindow.c:2217 +#: src/mainwindow.c:2220 msgid "Get" msgstr "Al" -#: src/mainwindow.c:2218 +#: src/mainwindow.c:2221 msgid "Incorporate new mail" msgstr "Yeni postaları dağıt" -#: src/mainwindow.c:2225 +#: src/mainwindow.c:2228 msgid "Get all" msgstr "Hepsini al" -#: src/mainwindow.c:2226 +#: src/mainwindow.c:2229 msgid "Incorporate new mail of all accounts" msgstr "Tüm hesaplardaki postaları dağıt" -#: src/mainwindow.c:2237 +#: src/mainwindow.c:2240 msgid "Send queued message(s)" msgstr "Kuyruktaki iletileri gönder" -#: src/mainwindow.c:2247 src/prefs_account_dialog.c:518 +#: src/mainwindow.c:2250 src/prefs_account_dialog.c:518 #: src/prefs_common_dialog.c:631 src/prefs_folder_item.c:140 msgid "Compose" msgstr "Düzenle" -#: src/mainwindow.c:2248 +#: src/mainwindow.c:2251 msgid "Compose new message" msgstr "Yeni ileti düzenle" -#: src/mainwindow.c:2256 src/prefs_common_dialog.c:1129 +#: src/mainwindow.c:2259 src/prefs_common_dialog.c:1129 msgid "Reply" msgstr "Yanıtla" -#: src/mainwindow.c:2257 src/mainwindow.c:2270 +#: src/mainwindow.c:2260 src/mainwindow.c:2273 msgid "Reply to the message" msgstr "İletiyi yanıtla" -#: src/mainwindow.c:2274 +#: src/mainwindow.c:2277 msgid "Reply all" msgstr "Hepsine ynt." -#: src/mainwindow.c:2275 +#: src/mainwindow.c:2278 msgid "Reply to all" msgstr "Herkese yanıtla" -#: src/mainwindow.c:2283 src/prefs_filter_edit.c:741 +#: src/mainwindow.c:2286 src/prefs_filter_edit.c:741 msgid "Forward" msgstr "Yönlendir" -#: src/mainwindow.c:2284 src/mainwindow.c:2297 +#: src/mainwindow.c:2287 src/mainwindow.c:2300 msgid "Forward the message" msgstr "İletiyi yönlendir" -#: src/mainwindow.c:2304 +#: src/mainwindow.c:2307 msgid "Delete the message" msgstr "İletiyi sil" -#: src/mainwindow.c:2312 src/prefs_common_dialog.c:1752 +#: src/mainwindow.c:2315 src/prefs_common_dialog.c:1752 msgid "Junk" msgstr "" -#: src/mainwindow.c:2313 +#: src/mainwindow.c:2316 #, fuzzy msgid "Set as junk mail" msgstr "Öntanımlı kullan" -#: src/mainwindow.c:2322 +#: src/mainwindow.c:2325 msgid "Execute" msgstr "Çalıştır" -#: src/mainwindow.c:2323 +#: src/mainwindow.c:2326 msgid "Execute marked process" msgstr "İşaretli süreçleri çalıştır" -#: src/mainwindow.c:2333 +#: src/mainwindow.c:2336 msgid "Next unread message" msgstr "Sonraki okunmamış ileti" -#: src/mainwindow.c:2345 +#: src/mainwindow.c:2348 msgid "Prefs" msgstr "Tercihler" -#: src/mainwindow.c:2346 +#: src/mainwindow.c:2349 msgid "Common preferences" msgstr "Ortak tercihler" -#: src/mainwindow.c:2354 src/prefs_folder_item.c:288 +#: src/mainwindow.c:2357 src/prefs_folder_item.c:288 #: src/prefs_folder_item.c:299 src/progressdialog.c:128 msgid "Account" msgstr "Hesap" -#: src/mainwindow.c:2355 +#: src/mainwindow.c:2358 msgid "Account setting" msgstr "Hesap ayarları" -#: src/mainwindow.c:2527 +#: src/mainwindow.c:2530 msgid "You are offline. Click the icon to go online." msgstr "Çevrimdışısınız. Çevrimiçi olmak için simgeye tıklayın." -#: src/mainwindow.c:2538 +#: src/mainwindow.c:2541 msgid "You are online. Click the icon to go offline." msgstr "Çevrimiçisiniz. Çevrimdışı olmak için simgeye tıklayın." -#: src/mainwindow.c:2731 +#: src/mainwindow.c:2734 msgid "Exit" msgstr "Çık" -#: src/mainwindow.c:2731 +#: src/mainwindow.c:2734 msgid "Exit this program?" msgstr "Programdan çıkılsın mı?" -- cgit v1.2.3