You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easyappointments-archive/application/language/turkish/email_lang.php

31 lines
2.1 KiB

This file contains ambiguous Unicode characters!

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
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['email_must_be_array'] = 'Email doğrulama metoduna bir dizi verilmeli.';
$lang['email_invalid_address'] = 'Geçersiz email adresi: %s';
$lang['email_attachment_missing'] = 'Email eklentisi bulunamıyor: %s';
$lang['email_attachment_unreadable'] = 'Email eklentisi açılamıyor: %s';
$lang['email_no_from'] = '"From" başlığı olmadan email gönderilemez.';
$lang['email_no_recipients'] = 'Alıcıları yazmalısınız: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] = 'PHP mail() fonksiyonu ile email gönderilemiyor. Sunucunuz bu metod ile email göndermeye ayarlanmamış olabilir.';
$lang['email_send_failure_sendmail'] = 'PHP Sendmail ile email gönderilemiyor. Sunucunuz bu metod ile email göndermeye ayarlanmamış olabilir.';
$lang['email_send_failure_smtp'] = 'PHP SMTP ile email gönderilemiyor. Sunucunuz bu metod ile email göndermeye ayarlanmamış olabilir.';
$lang['email_sent'] = 'Mesajınız %s protokolü kullanılarak başarıyla gönderildi.';
$lang['email_no_socket'] = 'Sendmail soketi açılamıyor. Lütfen ayarlarınızı kontrol ediniz.';
$lang['email_no_hostname'] = 'SMTP sunucu adı belirtmelisiniz.';
$lang['email_smtp_error'] = 'SMTP hatası: %s';
$lang['email_no_smtp_unpw'] = 'Hata: SMTP kullanıcı adı ve şifresi belirtilmeli.';
$lang['email_failed_smtp_login'] = 'AUTH LOGIN komutu gönderilemedi. Hata: %s';
$lang['email_smtp_auth_un'] = 'Kullanıcı adı geçersiz. Hata: %s';
$lang['email_smtp_auth_pw'] = 'Şifre geçersiz. Hata: %s';
$lang['email_smtp_data_failure'] = 'Veriler gönderilemedi: %s';
$lang['email_exit_status'] = ıkış durum kodu: %s';