Post Stats 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: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Post Stats Page

Post by Stoker »

Title: Post Stats Page

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

Re: Post Stats Page

Post by ahh72 »

Spanish translation:

Code: Select all

// Post Stats page by stoker   
$lang = array_merge($lang, array(
	'POSTSTATSPAGE'		=> 'Estadísticas de mensajes',
	'VIEW_POSTSTATS'	=> 'Visualización de la lista de estadísticas de mensajes',
	'POST_SUBJECT'		=> 'Asunto',
	'POST_TIME'		=> 'Publicado el',
	'POSTER_IP'		=> 'IP del remitente',
	'POSTER_ID'		=> 'ID del remitente',
	'FORUM_ID'		=> 'ID del foro',
	'TOPIC_ID'		=> 'ID del tema',
	'POST_ID'		=> 'ID del mensaje',
	'POST_COUNT'		=> '1 mensaje',
	'POSTS_COUNT'		=> '%d mensajes',
));
thanks
Last edited by ahh72 on 20 Jun 2010, 23:14, edited 2 times in total.
- 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: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Post Stats Page

Post by Stoker »

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