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

Topic Stats Page

Post by Stoker »

Title: Topic Stats Page

Moved: viewtopic.php?f=45&t=1291
Board rules! No PM support
tonis
BBCoder I
BBCoder I
Posts: 4
Joined: 28 Mar 2010, 23:11

Re: Topic Stats Page

Post by tonis »

hi
lithuanian translate

Code: Select all

	'TOPICSTATSPAGE'				=> 'Temų statistika',
	'VIEW_TOPICSTATS'				=> 'Temų statistikos sąrašas',
	'TOPIC_LASTVIEW'				=> 'Paskutinė peržiūra',
	'TOPIC_LASTREPLY'				=> 'Paskutinis atsakymas',
	'TOPIC_TITLE'					=> 'Tema',
	'TOPIC_TIME'					=> 'Sukurta',
	'TOPIC_VIEWS'					=> 'Peržiurėta',
	'TOPIC_REPLIES'					=> 'Atsakyta',
	'TOPIC_FIRST_POSTER_NAME'		=> 'Autorius',
	'TOPIC_COUNT'     				=> '1 Tema',
    'TOPICS_COUNT'     				=> '%d temų',
and Topic Stats Page file for envision style
http://www.failai.lt/gzbdty7lcjpg/topic ... y.html.htm
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: Topic Stats Page

Post by Stoker »

Thanks tonis
Board rules! No PM support
User avatar
Sir Xiradorn
BBCoder II
BBCoder II
Posts: 10
Joined: 08 Mar 2010, 11:36
Location: MMM....i don't know.....
Contact:

Re: Topic Stats Page

Post by Sir Xiradorn »

Ita translation

Code: Select all

$lang = array_merge($lang, array(
    'TOPICSTATSPAGE'                => 'Statistiche Argomenti',
    'VIEW_TOPICSTATS'                => 'Sta vedendo la Lista degli Argomenti',
    'TOPIC_LASTVIEW'                => 'Ultima visita',
    'TOPIC_LASTREPLY'                => 'Ultima risposta',
    'TOPIC_TITLE'                    => 'Titolo',
    'TOPIC_TIME'                    => 'Postato in',
    'TOPIC_VIEWS'                    => 'Visite',
    'TOPIC_REPLIES'                    => 'Risposte',
    'TOPIC_FIRST_POSTER_NAME'        => 'Postato da',
    'TOPIC_COUNT'                     => '1 Argomento',
    'TOPICS_COUNT'                     => '%d Argomenti',
)); 
Last edited by Sir Xiradorn on 12 Apr 2010, 10:48, edited 1 time in total.
EN language torturer :twisted:
Admin Leader & Founder of: Xiradorn Lab - www.xiradorn.it
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: Topic Stats Page

Post by Stoker »

Thank you Sir
Board rules! No PM support
User avatar
Inner Circle
BBCoder III
BBCoder III
Posts: 107
Joined: 20 Mar 2010, 20:25
Location: Germany
Contact:

Re: Topic Stats Page

Post by Inner Circle »

German Translation

Code: Select all

 
$lang = array_merge($lang, array(
    'TOPICSTATSPAGE'                => 'Themenstatistik',
    'VIEW_TOPICSTATS'                => 'Statistikseite ansehen',
    'TOPIC_LASTVIEW'                => 'zuletzt betrachtet',
    'TOPIC_LASTREPLY'                => 'Letzte Antwort von',
    'TOPIC_TITLE'                    => 'Thema',
    'TOPIC_TIME'                    => 'Gepostet am',
    'TOPIC_VIEWS'                    => 'Zugriffe',
    'TOPIC_REPLIES'                    => 'Antworten',
    'TOPIC_FIRST_POSTER_NAME'        => 'Gepostet von',
    'TOPIC_COUNT'                     => '1 Thema',
    'TOPICS_COUNT'                     => '%d Themen',
)); 
Last edited by Inner Circle on 12 Apr 2010, 13:36, edited 3 times in total.
User avatar
Michel
BBCoder II
BBCoder II
Posts: 11
Joined: 13 Mar 2010, 19:13

Re: Topic Stats Page

Post by Michel »

French translation

Code: Select all

// Topic Stats page by stoker   
$lang = array_merge($lang, array(
    'TOPICSTATSPAGE'                => 'Statistique des postes',
    'VIEW_TOPICSTATS'                => 'Voir la liste des statistiques',
    'TOPIC_LASTVIEW'                => 'Dernière fois vue',
    'TOPIC_LASTREPLY'                => 'Dernière réponse',
    'TOPIC_TITLE'                    => 'Titre',
    'TOPIC_TIME'                    => 'Publié le',
    'TOPIC_VIEWS'                    => 'Vues',
    'TOPIC_REPLIES'                    => 'Réponses',
    'TOPIC_FIRST_POSTER_NAME'        => 'Posté par',
    'TOPIC_COUNT'                     => '1 sujet',
    'TOPICS_COUNT'                     => '%d sujets',
)); 
thanks Stoker for this ;)
User avatar
ahh72
BBCoder II
BBCoder II
Posts: 19
Joined: 26 Apr 2010, 19:36
Location: Germany
Contact:

Re: Topic Stats Page

Post by ahh72 »

Spanish translation:

Code: Select all

// Topic Stats page by stoker   
$lang = array_merge($lang, array(
	'TOPICSTATSPAGE'		=> 'Estadísticas de temas',
	'VIEW_TOPICSTATS'		=> 'Visualización de la lista de estadísticas de temas',
	'TOPIC_LASTVIEW'		=> 'Última vista',
	'TOPIC_LASTREPLY'		=> 'Última respuesta',
	'TOPIC_TITLE'			=> 'Título',
	'TOPIC_TIME'			=> 'Publicado el',
	'TOPIC_VIEWS'			=> 'Vistas',
	'TOPIC_REPLIES'			=> 'Respuestas',
	'TOPIC_FIRST_POSTER_NAME'	=> 'Publicado por',
	'TOPIC_COUNT'     		=> '1 tema',
	'TOPICS_COUNT'     		=> '%d temas',
));
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: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Topic Stats Page

Post by Stoker »

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