Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
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';
?>