Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* $Id: english.php 2143 2006-08-26 07:26:52Z chris $
| * $Id: english.php 3029 2007-04-26 00:14:40Z Tikitiki $
|
*/
// The friendly name of the language
| */
// The friendly name of the language
|
Zeile 13 | Zeile 13 |
---|
$langinfo['author'] = "MyBulletinBoard";
// The language authors website
|
$langinfo['author'] = "MyBulletinBoard";
// The language authors website
|
$langinfo['website'] = "http://www.mybboard.com/";
| $langinfo['website'] = "http://www.mybboard.net/";
|
// Compatible version of MyBB
|
// Compatible version of MyBB
|
$langinfo['version'] = "121";
| $langinfo['version'] = "127";
|
// 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;
|