Pascal Dreissen
2016-07-20 8685ef0fd9e941a63c1882a6766fb90fb6cc9643
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';
?>