Topic Stats Page
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
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
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Topic Stats Page
Board rules! No PM support
Re: Topic Stats Page
hi
lithuanian translate
and Topic Stats Page file for envision style
http://www.failai.lt/gzbdty7lcjpg/topic ... y.html.htm
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ų',
http://www.failai.lt/gzbdty7lcjpg/topic ... y.html.htm
- Sir Xiradorn
- BBCoder II
- Posts: 10
- Joined: 08 Mar 2010, 11:36
- Location: MMM....i don't know.....
- Contact:
Re: Topic Stats Page
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
Admin Leader & Founder of: Xiradorn Lab - www.xiradorn.it
Admin Leader & Founder of: Xiradorn Lab - www.xiradorn.it
- Inner Circle
- BBCoder III
- Posts: 107
- Joined: 20 Mar 2010, 20:25
- Location: Germany
- Contact:
Re: Topic Stats Page
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.
Re: Topic Stats Page
French translation
thanks Stoker for this
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',
));
Re: Topic Stats Page
Spanish translation:
thanks
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',
));
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)
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)