Topic Stats Page
Posted: 11 Mar 2010, 00:04
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
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ų',
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',
));
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',
));
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',
));
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',
));