Marius Cramer
2014-07-08 1e121abcc0a80d0ce80e34c7bf88e980bf788270
1
2
3
4
5
6
7
8
9
10
<?php
$wb['mailbox_password_txt'] = 'E-Mailkonto 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.';
?>