Files
RTG/webroot/forum/inc/languages/english/admin/home_dashboard.lang.php
2026-06-19 20:08:01 +06:00

55 lines
2.6 KiB
PHP

<?php
/**
* MyBB 1.8 English Language Pack
* Copyright 2014 MyBB Group, All Rights Reserved
*
*/
$l['dashboard'] = "Dashboard";
$l['dashboard_description'] = "This section allows you to see some of the various statistics relating to your board. You may also add other notes for other administrators to see.";
$l['mybb_server_stats'] = "MyBB and Server Statistics";
$l['forum_stats'] = "Forum Statistics";
$l['mybb_version'] = "MyBB Version";
$l['threads'] = "Threads";
$l['new_today'] = "New Today";
$l['unapproved'] = "Unapproved";
$l['php_version'] = "PHP Version";
$l['posts'] = "Posts";
$l['sql_engine'] = "SQL Engine";
$l['users'] = "Users";
$l['registered_users'] = "Registered Users";
$l['active_users'] = "Active Users";
$l['registrations_today'] = "Registrations Today";
$l['awaiting_activation'] = "Awaiting Activation";
$l['server_load'] = "Server Load";
$l['attachments'] = "Attachments";
$l['used'] = "Used";
$l['reported_posts'] = "Reported Posts";
$l['unread_reports'] = "Unread Reports";
$l['version_check'] = "Check for Updates";
$l['last_update_check_two_weeks'] = "Your last <a href=\"{1}\">MyBB version check</a> was more than two weeks ago.";
$l['new_version_available'] = "You are currently running {1} whilst the latest generally available release is {2}.";
$l['version_check_description'] = "Here you can check that you are currently running the latest copy of MyBB and see the latest announcements directly from MyBB.";
$l['latest_mybb_announcements'] = "Latest MyBB Announcements";
$l['no_announcements'] = "No stored announcements. <a href=\"index.php?module=home&amp;action=version_check\">Check for Updates</a>.";
$l['your_version'] = "Your Version";
$l['latest_version'] = "Latest Version";
$l['update_forum'] = "Please upgrade to the latest version of MyBB by visiting the <a href=\"https://mybb.com\" target=\"_blank\" rel=\"noopener\">MyBB Website</a>.";
$l['read_more'] = "Read more";
$l['success_up_to_date'] = "Congratulations, you are running the latest version of MyBB.";
$l['error_out_of_date'] = "Your copy of MyBB is out of date.";
$l['error_communication'] = "There was a problem communicating with the version server. Please try again in a few minutes.";
$l['error_fetch_news'] = "MyBB was unable to successfully fetch the latest announcements from the MyBB website.";
$l['news_description'] = "The latest news from the <a href=\"https://blog.mybb.com/\" target=\"_blank\" rel=\"noopener\">MyBB Blog</a>.";
$l['admin_notes_public'] = "These notes are public to all administrators.";
$l['admin_notes'] = "Administrator Notes";
$l['save_notes'] = "Save Notes";
$l['success_notes_updated'] = "The administrator notes have been successfully updated.";