Till Brehm
2015-06-24 bd12aad9ef1e564d1cd6618c76168c61e15c9c77
1
2
3
4
5
6
7
8
9
10
<?php
$wb['mailbox_password_txt'] = 'Posta kutusu parolası';
$wb['password_txt'] = 'Parola';
$wb['password_strength_txt'] = 'Parola Güçlüğü';
$wb['email_txt'] = 'E-posta';
$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ı.';
?>