[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

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

   1  <?php
   2  /**
   3   * German language pack for MyBB 1.8 (formal)
   4   * Deutsches Sprachpaket für MyBB 1.8 "formell" (Sie)
   5   * (c) 2005-2014 MyBBoard.de
   6   * 
   7   * Author/Autor: http://www.mybboard.de/
   8   * License/Lizenz: GNU Lesser General Public License, Version 3
   9   */
  10  
  11  // The friendly name of the language
  12  $langinfo['name'] = "Deutsch formell (\"Sie\")";
  13  
  14  // The author of the language
  15  $langinfo['author'] = "MyBB.de";
  16  
  17  // The language authors website
  18  $langinfo['website'] = "https://www.mybb.de/";
  19  
  20  // The documentation site link
  21  $langinfo['docs_link'] = "https://www.mybb.de/doku/";
  22  
  23  // The documentation FAQs site link
  24  $langinfo['common_issues_link'] = "https://www.mybb.de/doku/haeufig-gestellte-fragen/";
  25  
  26  // The support website link
  27  $langinfo['support_link'] = "https://www.mybb.de/forum/";
  28  
  29  // The additional website name
  30  $langinfo['additional_name'] = ".de";
  31  
  32  // Compatible version of MyBB
  33  $langinfo['version'] = "1837";
  34  
  35  // Sets if the translation includes the Admin CP (1 = yes, 0 = no)
  36  $langinfo['admin'] = 1;
  37  
  38  // Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
  39  $langinfo['rtl'] = 0;
  40  
  41  // Sets the lang in the <html> on all pages
  42  $langinfo['htmllang'] = "de";
  43  
  44  // Sets the character set, blank uses the default.
  45  $langinfo['charset'] = "UTF-8";


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