Marius Burkard
2016-04-20 0b2c4118a0894f722318ae4d861baddb8f66fd4d
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 courriel account.';
$wb['email_txt'] = 'Adresse courriel';
$wb['login_txt'] = 'Connexion';
$wb['server_address_txt'] = 'Mailserver address';
$wb['cc_txt'] = 'Send copy to (CC)';
$wb['quota_txt'] = 'Mailbox size';
$wb['unlimited_txt'] = 'Illimité';
$wb['mb_txt'] = 'MB';
$wb['none_txt'] = 'None';
?>