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: afd827c8d479217bbbc40be8d06ba6a6f48b53fa (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
<?php
$TRANSLATIONS = array(
"Mail" => "Posta",
"Error" => "Hata",
"Error while deleting mail." => "Posta silinirken hata.",
"Message could not be favorited. Please try again." => "İleti favorilere eklenemedi. Lütfen yeniden deneyin.",
"Choose a folder to store the attachment in" => "Ekin saklanmasını istediğiniz bir klasör seçin",
"Saving to Files …" => "Dosyalara Kaydediliyor...",
"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.",
"Save to Files" => "Dosyalara Kaydet",
"Error while loading mail message." => "Posta iletisi yüklenirken hata.",
"Connecting …" => "Bağlanılıyor...",
"Unknown error" => "Bilinmeyen hata",
"Server Error" => "Sunucu Hatası",
"Connect" => "Bağlan",
"Sending …" => "Gönderiliyor...",
"Loading …" => "Yükleniyor...",
"Load more …" => "Daha fazla yükle...",
"Send" => "Gönder",
"Auto detect failed. Please use manual mode." => "Otomatik sınama başarısız. Lütfen el kipini kullanın.",
"All accounts" => "Tüm hesaplar",
"+ Add account" => "+ Hesap ekle",
"Download attachment" => "Eki indir",
"Save all to Files" => "Tümünü Dosyalara Kaydet",
"+ cc" => "+ cc",
"Recipient" => "Alıcı",
"cc" => "cc",
"bcc" => "bcc",
"Reply …" => "Yanıtla...",
"Reply" => "Yanıtla",
"Forward" => "İlet",
"New Message" => "Yeni Mesaj",
"+ cc/bcc" => "+ cc/bcc",
"Subject" => "Konu",
"Message …" => "İleti ...",
"Add attachment from Files" => "Dosyalardan ek ekle",
"Connect your mail account" => "Posta hesabınızı bağlayın",
"Mail Address" => "Posta Adresi",
"IMAP Password" => "IMAP Parolası",
"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);";