xaver
2012-03-06 0732d32f508045da40fe9df607b9ef20ce2d198f
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb["page_head_txt"] = 'Mailbox settings';
$wb["page_desc_txt"] = 'Here you can edit the settings for the email account.';
$wb["email_txt"] = 'Email address';
$wb["login_txt"] = 'Login';
$wb["cc_txt"] = 'Send copy to';
$wb["quota_txt"] = 'Mailbox size';
$wb["unlimited_txt"] = 'Unlimited';
$wb["mb_txt"] = 'MB';
$wb["none_txt"] = 'None';
?>