[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/ -> english.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id$
   7   */
   8  
   9  // The friendly name of the language
  10  $langinfo['name'] = "English (American)";
  11  
  12  // The author of the language
  13  $langinfo['author'] = "MyBulletinBoard";
  14  
  15  // The language authors website
  16  $langinfo['website'] = "http://mybb.com/";
  17  
  18  // Compatible version of MyBB
  19  $langinfo['version'] = "1611";
  20  
  21  // Sets if the translation includes the Admin CP (1 = yes, 0 = no)
  22  $langinfo['admin'] = 1;
  23  
  24  // Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
  25  $langinfo['rtl'] = 0;
  26  
  27  // Sets the lang in the <html> on all pages
  28  $langinfo['htmllang'] = "en";
  29  
  30  // Sets the character set, blank uses the default.
  31  $langinfo['charset'] = "UTF-8";
  32  ?>


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