In ManageBoards.italian.php
la riga :
$txt['mboards_permissions'] = 'permissi';
permissi = Permessi
Inoltre in ManagePermissions.italian.php,
dopo : $txt['permissions_on'] = 'nella board';
và aggiunto :
$txt['permissions_option_on'] = 'A';
$txt['permissions_option_off'] = 'X';
Manca inoltre la traduzione di questa riga :
$txt['permissions_option_desc'] = 'For each permission you can pick either \'Allow\' (A), \'Disallow\' (X), or <span style="color: red;">\'Deny\' (D)</span>.<br /><br />Remember that if you deny a permission, any member - whether moderator or otherwise - that is in that group will be denied that as well.<br />For this reason, you should use deny carefully, only when <b>necessary</b>. Disallow, on the other hand, denies unless otherwise granted.';
FaSan