Till Brehm
2015-06-24 bd12aad9ef1e564d1cd6618c76168c61e15c9c77
interface/web/tools/lib/lang/tr_usersettings.lng
@@ -1,12 +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'] = '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ı.';
?>