Marius Cramer
2015-01-08 718ea6b80ba715b67213a37b5e6ea85d24a29485
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['passwort_txt'] = 'Şifre';
$wb['password_strength_txt'] = 'Şifre Gücü';
$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['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.';
?>