simple-machines-forum/Themes/default/languages/Stats.english.php

44 lines
No EOL
1.6 KiB
PHP

<?php
// Version: 2.1.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['top_starters'] = 'Top Topic Starters';
$txt['top_time_online'] = 'Most Time Online';
$txt['stats_more_detailed'] = 'more detailed &raquo;';
$txt['top_liked_messages'] = 'Top liked messages';
$txt['top_liked_users'] = 'Top liked users';
$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_stats'] = 'Gender stats';
$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.';
// argument(s): forum name
$txt['xml_rss_desc'] = 'Live information from %1$s';
?>