Codice: Seleziona tutto
// BEGIN mChat Mod
$lang = array_merge($lang, array(
// Prune Feature
'LOG_MCHAT_TABLE_PRUNED' => 'mChat Table was pruned',
'ACP_USER_MCHAT' => 'mChat Settings',
));
// END mChat Mod
?>Vedo poi, che a differenza del file inglese, io ho anche questa stringa alla fine del file:
Codice: Seleziona tutto
// Two language keys with the same text were used in different locations
// LOG_DELETE_TOPIC is the correct one, this line is here so that existing
// log entries are not broken. Ensure it is included in your language file.
$lang['LOG_TOPIC_DELETED'] = $lang['LOG_DELETE_TOPIC'];




