Bots Page

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
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
Locked
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Bots Page

Post by Stoker »

Title: Bots Page

Moved: viewtopic.php?f=45&t=1290
Board rules! No PM support
User avatar
ahh72
BBCoder II
BBCoder II
Posts: 19
Joined: 26 Apr 2010, 19:36
Location: Germany
Contact:

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
- Forum URL: http://www.gamerhispano.com/foro
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Bots Page

Post by Stoker »

This attachment has been updated and fixed.
Board rules! No PM support
Locked