Bots Page

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Bots Page

Post by Stoker »

Title: Bots Page

Moved: viewtopic.php?f=45&t=1290

Re: Bots Page

Post by ahh72 »

Spanish translation:

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',
));
thanks

Re: Bots Page

Post by Stoker »

This attachment has been updated and fixed.