]> git.mxchange.org Git - mailer.git/blob - 0.2.1/inc/phpmailer/language/phpmailer.lang-tr.php
(no commit message)
[mailer.git] / 0.2.1 / inc / phpmailer / language / phpmailer.lang-tr.php
1 <?php
2 /**
3  * PHPMailer dil dosyas�.
4  * T�rk�e Versiyonu
5  * �ZYAZILIM - El�in �zel - Can Y�lmaz - Mehmet Benlio�lu
6  */
7
8 $PHPMAILER_LANG = array();
9
10 $PHPMAILER_LANG["provide_address"] = 'En az bir tane mail adresi belirtmek zorundas�n�z ' .
11                                      'al�c�n�n email adresi.';
12 $PHPMAILER_LANG["mailer_not_supported"] = ' mailler desteklenmemektedir.';
13 $PHPMAILER_LANG["execute"] = '�al��t�r�lam�yor: ';
14 $PHPMAILER_LANG["instantiate"] = '�rnek mail fonksiyonu yarat�lamad�.';
15 $PHPMAILER_LANG["authenticate"] = 'SMTP Hatas�: Do�rulanam�yor.';
16 $PHPMAILER_LANG["from_failed"] = 'Ba�ar�s�z olan g�nderici adresi: ';
17 $PHPMAILER_LANG["recipients_failed"] = 'SMTP Hatas�:  ' .
18                                        'al�c�lara ula�mad�: ';
19 $PHPMAILER_LANG["data_not_accepted"] = 'SMTP Hatas�: Veri kabul edilmedi.';
20 $PHPMAILER_LANG["connect_host"] = 'SMTP Hatas�: SMTP hosta ba�lan�lam�yor.';
21 $PHPMAILER_LANG["file_access"] = 'Dosyaya eri�ilemiyor: ';
22 $PHPMAILER_LANG["file_open"] = 'Dosya Hatas�: Dosya a��lam�yor: ';
23 $PHPMAILER_LANG["encoding"] = 'Bilinmeyen �ifreleme: ';
24
25 ?>