[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 phpmailer.lang-tr.php

Zen Cart 源代码 phpmailer.lang-tr.php




下载文件

文件名: phpmailer.lang-tr.php
文件类型: PHP文件
文件大小: 1.09 KiB
MD5: 696f50363f03ce4ffcadb7cee1ccaf5e

phpmailer.lang-tr.php - 关闭高亮
  1. <?php
  2. /**
  3.  * PHPMailer dil dosyas.
  4.  * Trke Versiyonu
  5.  * ZYAZILIM - Elin zel - Can Ylmaz - Mehmet Benliolu
  6.  */
  7.  
  8. $PHPMAILER_LANG = array();
  9.  
  10. $PHPMAILER_LANG["provide_address"] = 'En az bir tane mail adresi belirtmek zorundasnz ' .
  11.                                      'alcnn email adresi.';
  12. $PHPMAILER_LANG["mailer_not_supported"] = ' mailler desteklenmemektedir.';
  13. $PHPMAILER_LANG["execute"] = 'altrlamyor: ';
  14. $PHPMAILER_LANG["instantiate"] = 'rnek mail fonksiyonu yaratlamad.';
  15. $PHPMAILER_LANG["authenticate"] = 'SMTP Hatas: Dorulanamyor.';
  16. $PHPMAILER_LANG["from_failed"] = 'Baarsz olan gnderici adresi: ';
  17. $PHPMAILER_LANG["recipients_failed"] = 'SMTP Hatas:  ' .
  18.                                        'alclara ulamad: ';
  19. $PHPMAILER_LANG["data_not_accepted"] = 'SMTP Hatas: Veri kabul edilmedi.';
  20. $PHPMAILER_LANG["connect_host"] = 'SMTP Hatas: SMTP hosta balanlamyor.';
  21. $PHPMAILER_LANG["file_access"] = 'Dosyaya eriilemiyor: ';
  22. $PHPMAILER_LANG["file_open"] = 'Dosya Hatas: Dosya alamyor: ';
  23. $PHPMAILER_LANG["encoding"] = 'Bilinmeyen ifreleme: ';
  24.  
  25. ?>