summaryrefslogtreecommitdiff
path: root/lib/phpmailer/language/phpmailer.lang-tr.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-22 14:45:14 +0300
committerAndrew Dolgov <[email protected]>2018-11-22 14:45:14 +0300
commit57932e183745bada9c6183056597cb5276f68d10 (patch)
tree7d64a815dd4bbf40dec51ee95be16c4ef7f7a212 /lib/phpmailer/language/phpmailer.lang-tr.php
parent643d1919cc27a80aff424970b337e83be72720d1 (diff)
remove PHPMailer and related directives from config.php-dist; add pluggable Mailer class
Diffstat (limited to 'lib/phpmailer/language/phpmailer.lang-tr.php')
-rw-r--r--lib/phpmailer/language/phpmailer.lang-tr.php29
1 files changed, 0 insertions, 29 deletions
diff --git a/lib/phpmailer/language/phpmailer.lang-tr.php b/lib/phpmailer/language/phpmailer.lang-tr.php
deleted file mode 100644
index 323fb4b5f..000000000
--- a/lib/phpmailer/language/phpmailer.lang-tr.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-/**
- * Turkish PHPMailer language file: refer to English translation for definitive list
- * @package PHPMailer
- * @author Elçin Özel
- * @author Can Yılmaz
- * @author Mehmet Benlioğlu
- * @author @yasinaydin
- */
-
-$PHPMAILER_LANG['authenticate'] = 'SMTP Hatası: Oturum açılamadı.';
-$PHPMAILER_LANG['connect_host'] = 'SMTP Hatası: SMTP sunucusuna bağlanılamadı.';
-$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Hatası: Veri kabul edilmedi.';
-$PHPMAILER_LANG['empty_message'] = 'Mesajın içeriği boş';
-$PHPMAILER_LANG['encoding'] = 'Bilinmeyen karakter kodlama: ';
-$PHPMAILER_LANG['execute'] = 'Çalıştırılamadı: ';
-$PHPMAILER_LANG['file_access'] = 'Dosyaya erişilemedi: ';
-$PHPMAILER_LANG['file_open'] = 'Dosya Hatası: Dosya açılamadı: ';
-$PHPMAILER_LANG['from_failed'] = 'Belirtilen adreslere gönderme başarısız: ';
-$PHPMAILER_LANG['instantiate'] = 'Örnek e-posta fonksiyonu oluşturulamadı.';
-$PHPMAILER_LANG['invalid_address'] = 'Geçersiz e-posta adresi: ';
-$PHPMAILER_LANG['mailer_not_supported'] = ' e-posta kütüphanesi desteklenmiyor.';
-$PHPMAILER_LANG['provide_address'] = 'En az bir alıcı e-posta adresi belirtmelisiniz.';
-$PHPMAILER_LANG['recipients_failed'] = 'SMTP Hatası: Belirtilen alıcılara ulaşılamadı: ';
-$PHPMAILER_LANG['signing'] = 'İmzalama hatası: ';
-$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP connect() fonksiyonu başarısız.';
-$PHPMAILER_LANG['smtp_error'] = 'SMTP sunucu hatası: ';
-$PHPMAILER_LANG['variable_set'] = 'Değişken ayarlanamadı ya da sıfırlanamadı: ';
-//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';