<?php
/**
 * English language file
 *
 * @license GNU General Public License 3 <http://www.gnu.org/licenses/>
 * @author Marvin Thomas Rabe <m.rabe@echtzeitraum.de>
 */

// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';

// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'Facebook Comments Box';

// For displaying the buttons in the right language.
// Inserts http://connect.facebook.net/de_DE/all.js#xfbml=1 in the header
$lang['fb_langs'] = 'en_US';

?>