summaryrefslogtreecommitdiff
path: root/includes/phpmailer/language/phpmailer.lang-tr.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/phpmailer/language/phpmailer.lang-tr.php')
-rw-r--r--includes/phpmailer/language/phpmailer.lang-tr.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/includes/phpmailer/language/phpmailer.lang-tr.php b/includes/phpmailer/language/phpmailer.lang-tr.php
new file mode 100644
index 0000000..d46a670
--- /dev/null
+++ b/includes/phpmailer/language/phpmailer.lang-tr.php
@@ -0,0 +1,27 @@
+<?php
+/**
+ * @package PHPMailer
+ * @subpackage language
+ * PHPMailer dil dosyası.
+ * Türkçe Versiyonu
+ * İZYAZILIM - Elçin Özel - Can Yılmaz - Mehmet Benlioğlu
+ */
+
+$PHPMAILER_LANG = array();
+
+$PHPMAILER_LANG["provide_address"] = 'En az bir tane mail adresi belirtmek zorundasınız ' .
+ 'alıcının email adresi.';
+$PHPMAILER_LANG["mailer_not_supported"] = ' mailler desteklenmemektedir.';
+$PHPMAILER_LANG["execute"] = 'Çalıştırılamıyor: ';
+$PHPMAILER_LANG["instantiate"] = 'Örnek mail fonksiyonu yaratılamadı.';
+$PHPMAILER_LANG["authenticate"] = 'SMTP Hatası: Doğrulanamıyor.';
+$PHPMAILER_LANG["from_failed"] = 'Başarısız olan gönderici adresi: ';
+$PHPMAILER_LANG["recipients_failed"] = 'SMTP Hatası: ' .
+ 'alıcılara ulaşmadı: ';
+$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Hatası: Veri kabul edilmedi.';
+$PHPMAILER_LANG["connect_host"] = 'SMTP Hatası: SMTP hosta bağlanılamıyor.';
+$PHPMAILER_LANG["file_access"] = 'Dosyaya erişilemiyor: ';
+$PHPMAILER_LANG["file_open"] = 'Dosya Hatası: Dosya açılamıyor: ';
+$PHPMAILER_LANG["encoding"] = 'Bilinmeyen şifreleme: ';
+
+?> \ No newline at end of file