Till Brehm
2015-06-24 bd12aad9ef1e564d1cd6618c76168c61e15c9c77
commit | author | age
142907 1 <?php
bd12aa 2 $wb['mailbox_password_txt'] = 'Posta kutusu parolası';
TB 3 $wb['password_txt'] = 'Parola';
4 $wb['password_strength_txt'] = 'Parola Güçlüğü';
5 $wb['email_txt'] = 'E-posta';
6 $wb['generate_password_txt'] = 'Parola Oluştur';
7 $wb['repeat_password_txt'] = 'Parola Onayı';
8 $wb['password_mismatch_txt'] = 'Parola ile onayı aynı değil.';
9 $wb['password_match_txt'] = 'Parola ile onayı aynı.';
bfcdef 10 ?>