mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
|
<?php
|
|||
|
/**
|
|||
|
* PHPMailer dil dosyas<EFBFBD>.
|
|||
|
* T<EFBFBD>rk<EFBFBD>e Versiyonu
|
|||
|
* <EFBFBD>ZYAZILIM - El<EFBFBD>in <EFBFBD>zel - Can Y<EFBFBD>lmaz - Mehmet Benlio<EFBFBD>lu
|
|||
|
*/
|
|||
|
|
|||
|
$PHPMAILER_LANG = array();
|
|||
|
|
|||
|
$PHPMAILER_LANG["provide_address"] = 'En az bir tane mail adresi belirtmek zorundas<61>n<EFBFBD>z ' .
|
|||
|
'al<61>c<EFBFBD>n<EFBFBD>n email adresi.';
|
|||
|
$PHPMAILER_LANG["mailer_not_supported"] = ' mailler desteklenmemektedir.';
|
|||
|
$PHPMAILER_LANG["execute"] = '<27>al<61><6C>t<EFBFBD>r<EFBFBD>lam<61>yor: ';
|
|||
|
$PHPMAILER_LANG["instantiate"] = '<27>rnek mail fonksiyonu yarat<61>lamad<61>.';
|
|||
|
$PHPMAILER_LANG["authenticate"] = 'SMTP Hatas<61>: Do<44>rulanam<61>yor.';
|
|||
|
$PHPMAILER_LANG["from_failed"] = 'Ba<42>ar<61>s<EFBFBD>z olan g<>nderici adresi: ';
|
|||
|
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Hatas<61>: ' .
|
|||
|
'al<61>c<EFBFBD>lara ula<6C>mad<61>: ';
|
|||
|
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Hatas<61>: Veri kabul edilmedi.';
|
|||
|
$PHPMAILER_LANG["connect_host"] = 'SMTP Hatas<61>: SMTP hosta ba<62>lan<61>lam<61>yor.';
|
|||
|
$PHPMAILER_LANG["file_access"] = 'Dosyaya eri<72>ilemiyor: ';
|
|||
|
$PHPMAILER_LANG["file_open"] = 'Dosya Hatas<61>: Dosya a<><61>lam<61>yor: ';
|
|||
|
$PHPMAILER_LANG["encoding"] = 'Bilinmeyen <20>ifreleme: ';
|
|||
|
$PHPMAILER_LANG["signing"] = 'Signing Error: ';
|
|||
|
|
|||
|
?>
|