You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< ? php
/**
* Turkish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Elçin Özel
* @author Can Yı lmaz
* @author Mehmet Benlioğlu
* @author @yasinaydin
*/
$PHPMAILER_LANG [ 'authenticate' ] = 'SMTP Hatası : Oturum açı lamadı .' ;
$PHPMAILER_LANG [ 'connect_host' ] = 'SMTP Hatası : SMTP sunucusuna bağlanı lamadı .' ;
$PHPMAILER_LANG [ 'data_not_accepted' ] = 'SMTP Hatası : Veri kabul edilmedi.' ;
$PHPMAILER_LANG [ 'empty_message' ] = 'Mesajı n içeriği boş' ;
$PHPMAILER_LANG [ 'encoding' ] = 'Bilinmeyen karakter kodlama: ' ;
$PHPMAILER_LANG [ 'execute' ] = 'Çalı ştı rı lamadı : ' ;
$PHPMAILER_LANG [ 'file_access' ] = 'Dosyaya erişilemedi: ' ;
$PHPMAILER_LANG [ 'file_open' ] = 'Dosya Hatası : Dosya açı lamadı : ' ;
$PHPMAILER_LANG [ 'from_failed' ] = 'Belirtilen adreslere gönderme başarı sı z: ' ;
$PHPMAILER_LANG [ 'instantiate' ] = 'Örnek e-posta fonksiyonu oluşturulamadı .' ;
$PHPMAILER_LANG [ 'invalid_address' ] = 'Geçersiz e-posta adresi: ' ;
$PHPMAILER_LANG [ 'mailer_not_supported' ] = ' e-posta kütüphanesi desteklenmiyor.' ;
$PHPMAILER_LANG [ 'provide_address' ] = 'En az bir alı cı e-posta adresi belirtmelisiniz.' ;
$PHPMAILER_LANG [ 'recipients_failed' ] = 'SMTP Hatası : Belirtilen alı cı lara ulaşı lamadı : ' ;
$PHPMAILER_LANG [ 'signing' ] = 'İmzalama hatası : ' ;
$PHPMAILER_LANG [ 'smtp_connect_failed' ] = 'SMTP connect() fonksiyonu başarı sı z.' ;
$PHPMAILER_LANG [ 'smtp_error' ] = 'SMTP sunucu hatası : ' ;
$PHPMAILER_LANG [ 'variable_set' ] = 'Değişken ayarlanamadı ya da sı fı rlanamadı : ' ;