From 4569cae57f127afd093794310ccd290d2d9fdf36 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 20 Apr 2016 10:58:46 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

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

diff --git a/interface/web/tools/lib/lang/tr_usersettings.lng b/interface/web/tools/lib/lang/tr_usersettings.lng
index 8db184e..ce7770c 100644
--- a/interface/web/tools/lib/lang/tr_usersettings.lng
+++ b/interface/web/tools/lib/lang/tr_usersettings.lng
@@ -1,12 +1,12 @@
 <?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'] = 'Generate Password';
-$wb['repeat_password_txt'] = 'Repeat Password';
-$wb['password_mismatch_txt'] = 'The passwords do not match.';
-$wb['password_match_txt'] = 'The passwords do match.';
+$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