Skip to content
tr_mail_get.lng 991 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php
Fantu's avatar
Fantu committed
$wb['server_id_txt'] = 'Sunucu';
$wb['type_txt'] = 'Çeşit';
$wb['source_server_txt'] = 'Pop3/Imap Server';
$wb['source_username_txt'] = 'Kullanıcı adı';
$wb['source_password_txt'] = 'Şifre';
$wb['source_delete_txt'] = 'Tekrar gelen mailleri sil';
$wb['destination_txt'] = 'Hedef';
$wb['active_txt'] = 'Aktif';
$wb['limit_fetchmail_txt'] = 'Hesabınızdaki max. Fetchmail kaydı sayısına ulaştınız.';
$wb['source_server_error_isempty'] = 'Sunucu boş.';
$wb['source_username_error_isempty'] = 'Kullanıcı adı boş.';
$wb['source_password_error_isempty'] = 'Şifre boş.';
$wb['destination_error_isemail'] = 'Hedef seçilmedi.';
tbrehm's avatar
tbrehm committed
$wb['source_server_error_regex'] = 'Pop3/Imap Sunucu geçerli bir domaine sahip değil.';
tbrehm's avatar
tbrehm committed
$wb['source_read_all_txt'] = 'Retrieve all emails (incl. read mails)';
tbrehm's avatar
tbrehm committed
$wb['error_delete_read_all_combination'] = 'Illegal combination of options. You can not use \\"Delete emails after retrieval\\" = no together with \\"Retrieve all emails\\" = yes';
tbrehm's avatar
tbrehm committed
?>