Versione 1.0.3
Testata su phpBB 3.0.10
Apri: language/it/ucp.php
Trova:
Codice: Seleziona tutto
?>
Codice: Seleziona tutto
//Begin : Show Password Strength
$lang = array_merge($lang, array(
'PS_VERY_WEAK' => 'Molto debole',
'PS_WEAK' => 'Debole',
'PS_GOOD' => 'Buona',
'PS_STRONG' => 'Forte',
'PS_VERY_STRONG' => 'Molto forte',
));
//End : Show Password Strength