tbrehm
2012-10-30 f3e6c510cdfee3ef9c6bee0a7e2e35c9c0be0fe4
1
2
3
4
5
6
7
8
9
10
<?php
$wb['mailbox_password_txt'] = "E-Mail Konto Passwort";
$wb['password_txt'] = "Passwort";
$wb['password_strength_txt'] = "Passwortkomplexität";
$wb['email_txt'] = "E-Mail";
$wb['generate_password_txt'] = "Passwort erzeugen";
$wb['repeat_password_txt'] = "Passwort wiederholen";
$wb['password_mismatch_txt'] = "Die Passwörter stimmen nicht überein.";
$wb['password_match_txt'] = "Die Passwörter stimmen überein.";
?>