Traduzione Show Password Strength

Area dedicata alle traduzioni delle mods e delle estensioni
Rispondi
Avatar utente
Mark
Utente
Utente
Messaggi: 81
Iscritto il: 18/05/2012, 18:26
Link del Forum:
Contatta:

Traduzione Show Password Strength

Messaggio da Mark »

Traduzione italiana della mod Show Password Strength
Versione 1.0.3
Testata su phpBB 3.0.10


Apri: language/it/ucp.php

Trova:

Codice: Seleziona tutto

?>
Aggiungi prima:

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
Rispondi