cfoe
2012-07-06 0c26c33a45923fce536cc4fa12970ecfee1b7baa
1
2
3
4
5
6
7
8
9
10
<?php
$wb["mailbox_password_txt"] = 'Mailbox-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.';
?>