Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tr.php « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4ac00ec4d422743c898ae7b744c763b57b9b359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?php
$TRANSLATIONS = array(
"Mail" => "Posta",
"Error while loading the accounts." => "Hesaplar yüklenirken hata.",
"you" => "siz",
"Error while loading the selected account." => "Seçili hesap yüklenirken hata.",
"Error while loading messages." => "İletiler yüklenirken hata.",
"Choose a folder to store the attachment in" => "Ekin saklanmasını istediğiniz bir klasör seçin",
"Attachments saved to Files." => "Ekler Dosyalara kaydedildi.",
"Attachment saved to Files." => "Ek Dosyalara kaydedildi.",
"Error while saving attachments to Files." => "Ekler Dosyalara kaydedilirken hata.",
"Error while saving attachment to Files." => "Ek Dosyalara kaydedilirken hata.",
"Error while loading the selected message." => "Seçili ileti yüklenirken hata.",
"Connecting …" => "Bağlanılıyor...",
"Unknown error" => "Bilinmeyen hata",
"Error while creating an account: " => "Bir hesap oluştururken hata:",
"Connect" => "Bağlan",
"Sending …" => "Gönderiliyor...",
"Reply" => "Yanıtla",
"Message sent to {Receiver}" => "İleti {Receiver} adresine gönderildi",
"Error sending the reply." => "Yanıt gönderilirken hata.",
"Error while deleting account." => "Hesap silinirken hata.",
"Choose a file to add as attachment" => "Ek olarak eklemek için bir dosya seçin",
"Message could not be starred. Please try again." => "İleti yıldızlanamadı. Lütfen yeniden deneyin.",
"Error while deleting message." => "İleti silinirken hata.",
"Checking mail …" => "Posta denetleniyor...",
"Loading …" => "Yükleniyor...",
"Load more …" => "Daha fazla yükle...",
"Check mail" => "Postayı denetle",
"Send" => "Gönder",
"Inbox" => "Gelen Kutusu",
"Sent" => "Gönderilenler",
"Drafts" => "Taslaklar",
"Archive" => "Arşiv",
"Trash" => "Çöp Kutusu",
"Junk" => "Gereksiz",
"All" => "Tümü",
"Starred" => "Yıldızlı",
"Creating account failed: " => "Hesap oluşturma başarısız:",
"Auto detect failed. Please use manual mode." => "Otomatik sınama başarısız. Lütfen el kipini kullanın.",
"from" => "kimden",
"+ cc/bcc" => "+ cc/bcc",
"to" => "alıcı",
"cc" => "cc",
"bcc" => "bcc",
"Subject" => "Konu",
"Message …" => "İleti ...",
"Add attachment from Files" => "Dosyalardan ek ekle",
"Open Mail App" => "Posta Uygulamasını Aç",
"Back to website" => "Web sitesine geri dön",
"Error loading message" => "İleti yüklenirken hata",
"Download attachment" => "Eki indir",
"Save to Files" => "Dosyalara Kaydet",
"Save all to Files" => "Tümünü Dosyalara Kaydet",
"+ cc" => "+ cc",
"Reply …" => "Yanıtla...",
"Forward" => "İlet",
"New Mail Account" => "Yeni Posta Hesabı",
"Check mail …" => "Postayı denetle...",
"No messages in this folder!" => "Bu klasörde ileti yok!",
"New Message" => "Yeni Mesaj",
"Connect your mail account" => "Posta hesabınızı bağlayın",
"Name" => "Ad",
"Mail Address" => "Posta Adresi",
"IMAP Password" => "IMAP Parolası",
"Manual configuration" => "El ile yapılandırma",
"IMAP Host" => "IMAP Sunucusu",
"IMAP Port" => "IMAP Bağ. Nok.",
"IMAP SSL mode" => "IMAP SSL kipi",
"IMAP User" => "IMAP Kullanıcısı",
"SMTP Host" => "SMTP Sunucusu",
"SMTP Port" => "SMTP Bağ. Nok.",
"SMTP SSL mode" => "SMTP SSL kipi",
"SMTP User" => "SMTP Kullanıcısı",
"SMTP Password" => "SMTP Parolası",
"Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." => "%s sayfasına yönlendiriliyorsunuz - birkaç saniye içinde yönlendirilmezseniz, buraya tıklayın.",
"Redirect Warning" => "Yönlendirme Uyarısı",
"The previous page is sending you to %s." => "Önceki sayfa sizi %s sayfasına yönlendiriyor.",
"If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." => "Bu sayfayı ziyaret etmek istemiyorsanız, <a href=\"%s\">posta uygulamasına</a> geri dönebilirsiniz.",
"Click here to visit the website." => "Web sitesini ziyaret etmek için buraya tıklayın."
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";