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 3173 2007-06-29 06:01:38Z Tikitiki $
| * $Id: english.php 3950 2008-06-25 03:28:25Z Tikitiki $
|
*/
// The friendly name of the language $langinfo['name'] = "English (American)";
// The author of the language
|
*/
// The friendly name of the language $langinfo['name'] = "English (American)";
// The author of the language
|
$langinfo['author'] = "MyBulletinBoard";
| $langinfo['author'] = "MyBB Group";
|
// The language authors website $langinfo['website'] = "http://www.mybboard.net/";
// Compatible version of MyBB
|
// The language authors website $langinfo['website'] = "http://www.mybboard.net/";
// Compatible version of MyBB
|
$langinfo['version'] = "128";
| $langinfo['version'] = "1214";
|
// 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;
|