Bots Page
Posted: 08 Mar 2010, 19:36
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Code: Select all
// Bots page by stoker
$lang = array_merge($lang, array(
'BOTSS' => 'Robots',
'VIEW_BOTSS' => 'Viendo los robots',
'BOTSSNAME' => 'Nombre del robot',
'BOTSSAGENT' => 'Agente/IP',
'BOTSSACTIVE' => 'Activo',
'BOTSSLASTVISIT' => 'Última visita',
'BOTSSLASTPAGE' => 'Última página',
'BOT_COUNT' => '1 robot',
'BOTS_COUNT' => '%d robots',
));