[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.8 English Language Pack 4 * Copyright 2014 MyBB Group, All Rights Reserved 5 * 6 */ 7 8 $l['nav_stats'] = "Board Statistics"; 9 $l['stats_disabled'] = "You cannot view the statistics page as it has been disabled by the Administrator."; 10 11 $l['board_stats'] = "Board Statistics"; 12 $l['none'] = "None"; 13 $l['totals'] = "Totals"; 14 $l['averages'] = "Averages"; 15 $l['posts'] = "Posts:"; 16 $l['threads'] = "Threads:"; 17 $l['members'] = "Members:"; 18 $l['ppd'] = "Posts per day:"; 19 $l['tpd'] = "Threads per day:"; 20 $l['mpd'] = "Members per day:"; 21 $l['ppm'] = "Posts per member:"; 22 $l['tpm'] = "Threads per member:"; 23 $l['rpt'] = "Replies per thread:"; 24 $l['no_posts'] = "No"; 25 $l['general'] = "General"; 26 $l['newest_member'] = "Newest Member:"; 27 $l['members_posted'] = "Members who have posted:"; 28 $l['todays_top_poster'] = "Today's top poster: <b>{1}</b> (<b>{2}</b> posts)"; 29 $l['popular_forum'] = "Most popular forum: <b>{1}</b> (<b>{2}</b> posts, <b>{3}</b> threads)"; 30 $l['most_popular'] = "Most Popular…"; 31 $l['most_replied_threads'] = "Most Replied To Threads"; 32 $l['most_viewed_threads'] = "Most Viewed Threads"; 33 $l['not_enough_info_stats'] = "Sorry, but there is not enough information on this board to generate statistics. Before statistics can be generated this board needs to contain at least 1 member and 1 thread."; 34 $l['replies'] = "replies"; 35 $l['views'] = "views"; 36 $l['top_referrer'] = "Top referrer: <strong>{1}</strong> (<strong>{2}</strong> referrals)"; 37
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |