[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: home_version_check.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 $l['version_check'] = "Version Check"; 10 $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."; 11 $l['latest_mybb_announcements'] = "Latest MyBB Announcements"; 12 13 $l['dl_the_latest_mybb'] = "Download the Latest MyBB"; 14 $l['check_plugin_versions'] = "Check your Plugin Versions"; 15 $l['your_version'] = "Your Version"; 16 $l['latest_version'] = "Latest Version"; 17 $l['update_forum'] = "Please upgrade to the latest version of MyBB by visiting the <a href=\"http://mybb.com\" target=\"_blank\">MyBB Website</a>."; 18 $l['read_more'] = "Read more"; 19 20 $l['success_up_to_date'] = "Congratulations, you are running the latest version of MyBB."; 21 22 $l['error_out_of_date'] = "Your copy of MyBB is out of date."; 23 $l['error_communication'] = "There was a problem communicating with the version server. Please try again in a few minutes."; 24 $l['error_fetch_news'] = "MyBB was unable to successfully fetch the latest announcements from the MyBB website."; 25 26 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |