[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 Dutch Language Pack
   4   * Voor MyBB 1.6
   5   * Laatst aangepast op 08 oktober 2013 (update mybb 1.6.11)
   6   *
   7   * Nederlands taalpakket voor MyBulletinBoard
   8   * Nederlandse vertaling door Tom Huls (Tochjo)
   9   * MyBB 1.6.11 update door MyBBoard.nl 
  10   *
  11   * Ga voor vragen, opmerkingen en suggesties naar
  12   * http://community.mybb.com/thread-74954.html
  13   * http://mybboard.nl 
  14   */
  15  
  16  // The friendly name of the language
  17  $langinfo['name'] = "Nederlands";
  18  
  19  // The author of the language
  20  $langinfo['author'] = "Tom Huls (Tochjo) & mybboard.nl";
  21  
  22  // The language authors website
  23  $langinfo['website'] = "http://community.mybb.com/user-27.html";
  24  
  25  // Compatible version of MyBB
  26  $langinfo['version'] = "1611";
  27  
  28  // Sets if the translation includes the Admin CP (1 = yes, 0 = no)
  29  $langinfo['admin'] = 1;
  30  
  31  // Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
  32  $langinfo['rtl'] = 0;
  33  
  34  // Sets the lang in the <html> on all pages
  35  $langinfo['htmllang'] = "nl";
  36  
  37  // Sets the character set, blank uses the default.
  38  $langinfo['charset'] = "UTF-8";
  39  ?>


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