From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/mail/lib/lang/tr_mail_get.lng | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) diff --git a/interface/web/mail/lib/lang/tr_mail_get.lng b/interface/web/mail/lib/lang/tr_mail_get.lng index 949c32b..18748af 100644 --- a/interface/web/mail/lib/lang/tr_mail_get.lng +++ b/interface/web/mail/lib/lang/tr_mail_get.lng @@ -1,15 +1,18 @@ <?php -$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.'; +$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.'; +$wb['source_server_error_regex'] = 'Pop3/Imap Sunucu geçerli bir domaine sahip değil.'; +$wb['source_read_all_txt'] = 'Retrieve all emails (incl. read mails)'; +$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'; ?> -- Gitblit v1.9.1