44 lines
1.7 KiB
PHP
44 lines
1.7 KiB
PHP
|
<?php
|
||
|
// Version: 2.0; Stats
|
||
|
|
||
|
global $context;
|
||
|
|
||
|
$txt['most_online'] = 'Most Online';
|
||
|
|
||
|
$txt['stats_center'] = 'Statistics Center';
|
||
|
$txt['general_stats'] = 'General Statistics';
|
||
|
$txt['top_posters'] = 'Top 10 Posters';
|
||
|
$txt['top_boards'] = 'Top 10 Boards';
|
||
|
$txt['forum_history'] = 'Forum History (using forum time offset)';
|
||
|
$txt['stats_date'] = 'Date (yyyy/mm/dd)';
|
||
|
$txt['stats_new_topics'] = 'New Topics';
|
||
|
$txt['stats_new_posts'] = 'New Posts';
|
||
|
$txt['stats_new_members'] = 'New Members';
|
||
|
$txt['page_views'] = 'Page views';
|
||
|
$txt['top_topics_replies'] = 'Top 10 Topics (by Replies)';
|
||
|
$txt['top_topics_views'] = 'Top 10 Topics (by Views)';
|
||
|
$txt['yearly_summary'] = 'Yearly Summary';
|
||
|
$txt['smf_stats_14'] = 'Most Online';
|
||
|
$txt['top_starters'] = 'Top Topic Starters';
|
||
|
$txt['most_time_online'] = 'Most Time Online';
|
||
|
$txt['best_karma'] = 'Best Karma';
|
||
|
$txt['worst_karma'] = 'Worst Karma';
|
||
|
$txt['stats_more_detailed'] = 'more detailed »';
|
||
|
|
||
|
$txt['average_members'] = 'Average registrations per day';
|
||
|
$txt['average_posts'] = 'Average posts per day';
|
||
|
$txt['average_topics'] = 'Average topics per day';
|
||
|
$txt['average_online'] = 'Average online per day';
|
||
|
$txt['users_online'] = 'Users Online';
|
||
|
$txt['gender_ratio'] = 'Male to Female Ratio';
|
||
|
$txt['users_online_today'] = 'Online Today';
|
||
|
$txt['num_hits'] = 'Total page views';
|
||
|
$txt['average_hits'] = 'Average page views per day';
|
||
|
|
||
|
$txt['ssi_comment'] = 'comment';
|
||
|
$txt['ssi_comments'] = 'comments';
|
||
|
$txt['ssi_write_comment'] = 'Write Comment';
|
||
|
$txt['ssi_no_guests'] = 'You cannot specify a board that doesn\'t allow guests. Please check the board ID before trying again.';
|
||
|
$txt['xml_rss_desc'] = 'Live information from ' . $context['forum_name'];
|
||
|
|
||
|
?>
|