Stats.english.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. // Version: 2.1 Alpha 1; Stats
  3. global $context;
  4. $txt['most_online'] = 'Most Online';
  5. $txt['stats_center'] = 'Statistics Center';
  6. $txt['general_stats'] = 'General Statistics';
  7. $txt['top_posters'] = 'Top 10 Posters';
  8. $txt['top_boards'] = 'Top 10 Boards';
  9. $txt['forum_history'] = 'Forum History (using forum time offset)';
  10. $txt['stats_date'] = 'Date (yyyy/mm/dd)';
  11. $txt['stats_new_topics'] = 'New Topics';
  12. $txt['stats_new_posts'] = 'New Posts';
  13. $txt['stats_new_members'] = 'New Members';
  14. $txt['page_views'] = 'Page views';
  15. $txt['top_topics_replies'] = 'Top 10 Topics (by Replies)';
  16. $txt['top_topics_views'] = 'Top 10 Topics (by Views)';
  17. $txt['yearly_summary'] = 'Yearly Summary';
  18. $txt['smf_stats_14'] = 'Most Online';
  19. $txt['top_starters'] = 'Top Topic Starters';
  20. $txt['most_time_online'] = 'Most Time Online';
  21. $txt['best_karma'] = 'Best Karma';
  22. $txt['worst_karma'] = 'Worst Karma';
  23. $txt['stats_more_detailed'] = 'more detailed &raquo;';
  24. $txt['average_members'] = 'Average registrations per day';
  25. $txt['average_posts'] = 'Average posts per day';
  26. $txt['average_topics'] = 'Average topics per day';
  27. $txt['average_online'] = 'Average online per day';
  28. $txt['users_online'] = 'Users Online';
  29. $txt['gender_ratio'] = 'Male to Female Ratio';
  30. $txt['users_online_today'] = 'Online Today';
  31. $txt['num_hits'] = 'Total page views';
  32. $txt['average_hits'] = 'Average page views per day';
  33. $txt['ssi_comment'] = 'comment';
  34. $txt['ssi_comments'] = 'comments';
  35. $txt['ssi_write_comment'] = 'Write Comment';
  36. $txt['ssi_no_guests'] = 'You cannot specify a board that doesn\'t allow guests. Please check the board ID before trying again.';
  37. $txt['xml_rss_desc'] = 'Live information from ' . $context['forum_name'];
  38. ?>