<?php /** * MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved * * $Id: english.php 5828 2012-05-08 16:06:16Z Tomm $ */ // The friendly name of the language $langinfo['name'] = "English (American)"; // The author of the language $langinfo['author'] = "MyBulletinBoard"; // The language authors website $langinfo['website'] = "http://mybb.com/"; // Compatible version of MyBB $langinfo['version'] = "1608"; // Sets if the translation includes the Admin CP (1 = yes, 0 = no) $langinfo['admin'] = 1; // Sets if the language is RTL (Right to Left) (1 = yes, 0 = no) $langinfo['rtl'] = 0; // Sets the lang in the <html> on all pages $langinfo['htmllang'] = "en"; // Sets the character set, blank uses the default. $langinfo['charset'] = "UTF-8"; ?>