[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/english/admin/ -> home_dashboard.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: home_dashboard.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8   
   9  $l['dashboard'] = "Dashboard";
  10  $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.";
  11  
  12  $l['mybb_server_stats'] = "MyBB and Server Statistics";
  13  $l['forum_stats'] = "Forum Statistics";
  14  $l['mybb_version'] = "MyBB Version";
  15  $l['threads'] = "Threads";
  16  $l['new_today'] = "New Today";
  17  $l['unapproved'] = "Unapproved";
  18  $l['php_version'] = "PHP Version";
  19  $l['posts'] = "Posts";
  20  $l['sql_engine'] = "SQL Engine";
  21  $l['users'] = "Users";
  22  $l['registered_users'] = "Registered Users";
  23  $l['active_users'] = "Active Users";
  24  $l['registrations_today'] = "Registrations Today";
  25  $l['awaiting_activation'] = "Awaiting Activation";
  26  $l['server_load'] = "Server Load";
  27  $l['attachments'] = "Attachments";
  28  $l['used'] = "Used";
  29  
  30  $l['last_update_check_two_weeks'] = "Your last <a href=\"{1}\">MyBB version check</a> was more than two weeks ago.";
  31  $l['new_version_available'] = "You are currently running {1} whilst the latest generally available release is {2}.";
  32  
  33  $l['admin_notes_public'] = "These notes are public to all administrators.";
  34  $l['admin_notes'] = "Administrator Notes";
  35  $l['save_notes'] = "Save Notes";
  36  
  37  $l['success_notes_updated'] = "The administrator notes have been successfully updated.";
  38  
  39  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1