From bd12aad9ef1e564d1cd6618c76168c61e15c9c77 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Wed, 24 Jun 2015 04:08:49 -0400
Subject: [PATCH] Updated turkish translation.

---
 interface/web/mailuser/lib/lang/tr_index.lng |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/interface/web/mailuser/lib/lang/tr_index.lng b/interface/web/mailuser/lib/lang/tr_index.lng
index 29fe9ea..4c0c553 100644
--- a/interface/web/mailuser/lib/lang/tr_index.lng
+++ b/interface/web/mailuser/lib/lang/tr_index.lng
@@ -1,12 +1,12 @@
 <?php
-$wb['page_head_txt'] = 'Mailbox settings';
-$wb['page_desc_txt'] = 'Here you can edit the settings for the email account.';
-$wb['email_txt'] = 'Email address';
-$wb['login_txt'] = 'Login';
-$wb['server_address_txt'] = 'Mailserver address';
-$wb['cc_txt'] = 'Send copy to (CC)';
-$wb['quota_txt'] = 'Mailbox size';
-$wb['unlimited_txt'] = 'Unlimited';
+$wb['page_head_txt'] = 'Posta Kutusu Ayarları';
+$wb['page_desc_txt'] = 'E-posta hesabı ayarları buradan yapılabilir.';
+$wb['email_txt'] = 'E-posta adresi';
+$wb['login_txt'] = 'Kullanıcı Adı';
+$wb['server_address_txt'] = 'Posta sunucusu adresi';
+$wb['cc_txt'] = 'Kopya adresi (CC)';
+$wb['quota_txt'] = 'Posta kutusu boyutu';
+$wb['unlimited_txt'] = 'Sınırsız';
 $wb['mb_txt'] = 'MB';
-$wb['none_txt'] = 'None';
+$wb['none_txt'] = 'Yok';
 ?>

--
Gitblit v1.9.1