From 1352da619431e07b155ed4ecea6e159284e6e4a2 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sat, 02 Jan 2016 10:55:57 -0500
Subject: [PATCH] Better password generate button on website stats tab.

---
 interface/web/tools/lib/lang/tr_usersettings.lng |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/interface/web/tools/lib/lang/tr_usersettings.lng b/interface/web/tools/lib/lang/tr_usersettings.lng
index d9efacc..fa1c313 100644
--- a/interface/web/tools/lib/lang/tr_usersettings.lng
+++ b/interface/web/tools/lib/lang/tr_usersettings.lng
@@ -1,8 +1,13 @@
 <?php
-$wb['passwort_txt'] = 'Şifre';
-$wb['password_strength_txt'] = 'Şifre Gücü';
+$wb['passwort_txt'] = 'Parola';
+$wb['password_strength_txt'] = 'Parola Güçlüğü';
 $wb['language_txt'] = 'Dil';
-$wb['password_mismatch'] = 'Şifreler uyuşmuyor.';
-$wb['Form to edit the user password and language.'] = 'Şifre ve dil ayarlarını değiştirme formu.';
+$wb['password_mismatch'] = 'Parola ile onayı aynı değil.';
+$wb['Form to edit the user password and language.'] = 'Parola ve dil ayarlarını değiştirme formu.';
 $wb['Settings'] = 'Ayarlar';
+$wb['generate_password_txt'] = 'Parola Oluştur';
+$wb['repeat_password_txt'] = 'Parola Onayı';
+$wb['password_mismatch_txt'] = 'Parola ile onayı aynı değil.';
+$wb['password_match_txt'] = 'Parola ile onayı aynı.';
 ?>
+

--
Gitblit v1.9.1