Florian Schaal
2016-02-10 42e4c6e34d9ba18eebf16ef3b0c0af290c3d58d1
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ı.';
?>