]> git.mxchange.org Git - mailer.git/blobdiff - inc/phpmailer/language/phpmailer.lang-tr.php
branch prepared
[mailer.git] / inc / phpmailer / language / phpmailer.lang-tr.php
diff --git a/inc/phpmailer/language/phpmailer.lang-tr.php b/inc/phpmailer/language/phpmailer.lang-tr.php
new file mode 100644 (file)
index 0000000..6bd3c0c
--- /dev/null
@@ -0,0 +1,25 @@
+<?php
+/**
+ * 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