[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  // The friendly name of the language
   9  $langinfo['name'] = "English (American)";
  10  
  11  // The author of the language
  12  $langinfo['author'] = "MyBB Group";
  13  
  14  // The language authors website
  15  $langinfo['website'] = "https://mybb.com/";
  16  
  17  // The documentation site link
  18  //$langinfo['docs_link'] = "";
  19  
  20  // The documentation FAQs site link
  21  //$langinfo['common_issues_link'] = "";
  22  
  23  // The support website link
  24  //$langinfo['support_link'] = "";
  25  
  26  // The additional website name
  27  //$langinfo['additional_name'] = " ";
  28  
  29  // Compatible version of MyBB
  30  $langinfo['version'] = "1837";
  31  
  32  // Sets if the translation includes the Admin CP (1 = yes, 0 = no)
  33  $langinfo['admin'] = 1;
  34  
  35  // Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
  36  $langinfo['rtl'] = 0;
  37  
  38  // Sets the lang in the <html> on all pages
  39  $langinfo['htmllang'] = "en";
  40  
  41  // Sets the character set, blank uses the default.
  42  $langinfo['charset'] = "UTF-8";


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref