Till Brehm
2014-04-15 caed8344e9c1b349b23c3f4c8e6165a55ca77d49
1
2
3
4
5
6
7
8
9
10
11
12
<?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['server_address_txt'] = 'Mailserver address';
$wb['cc_txt'] = 'Send copy to (CC)';
$wb['quota_txt'] = 'Mailbox size';
$wb['unlimited_txt'] = 'Unlimited';
$wb['mb_txt'] = 'MB';
$wb['none_txt'] = 'None';
?>