Marius Burkard
2016-04-20 0b2c4118a0894f722318ae4d861baddb8f66fd4d
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['page_head_txt'] = 'Impostazioni casela di posta';
$wb['page_desc_txt'] = 'Qui puoi editare le impostazioni per gli account email.';
$wb['email_txt'] = 'Indirizzo Email ';
$wb['login_txt'] = 'Accedi';
$wb['server_address_txt'] = 'Indirizzo server di posta';
$wb['cc_txt'] = 'Manda copia a (CC)';
$wb['quota_txt'] = 'Dimensione casella di posta';
$wb['unlimited_txt'] = 'Illimitato';
$wb['mb_txt'] = 'MB';
$wb['none_txt'] = 'Nessuno';
?>