Zeile 12 | Zeile 12 |
---|
$langinfo['author'] = "MyBB Group";
// The language authors website
|
$langinfo['author'] = "MyBB Group";
// The language authors website
|
$langinfo['website'] = "http://www.mybb.com/";
| $langinfo['website'] = "https://mybb.com/";
|
// Compatible version of MyBB
|
// Compatible version of MyBB
|
$langinfo['version'] = "1807";
| $langinfo['version'] = "1820";
|
// Sets if the translation includes the Admin CP (1 = yes, 0 = no) $langinfo['admin'] = 1;
| // Sets if the translation includes the Admin CP (1 = yes, 0 = no) $langinfo['admin'] = 1;
|