Translate Ita 1.0.7
Posted: 06 Dec 2011, 16:38
Translate Language Ita Version Mod 1.0.7 (Codifing save utf-8 not BOM)
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Code: Select all
?>
Code: Select all
// BEGIN Top Stats
$lang = array_merge($lang, array(
'MOST_VIEWED' => 'Argomenti Piu Visti',
'MOST_REPLIED' => 'Argomenti Piu Risposto',
'NEWEST_TOPICS' => 'Ultimi Argomenti',
'NEWEST_POSTS' => 'Ultimi Post',
'RECENT_ACTIVE' => 'Ultimi Argomenti Attivi',
'MOST_ACTIVE_USERS' => 'Utenti Piu Attivi',
'MOST_ACTIVE_FORUMS' => 'Forum Piu Attivi',
'PREVIOUS_SCROLL' => 'Precedente',
'NEXT_SCROLL' => 'Prossimo',
'START_SCROLL' => 'Start',
'STOP_SCROLL' => 'Stop',
'LAST_REGISTERED_USERS' => 'Ultimi Utenti Registrati',
'LAST_VISITED_BOTS' => 'Ultime Visite Dai Bots',
));
// END Top Stats