Till Brehm
2016-01-02 41abc670700bcad6c70ee5e122b4c1b48fa2a4f7
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ı.';
?>