1<?php 2/** 3 * English language file 4 * 5 * @license GNU General Public License 3 <http://www.gnu.org/licenses/> 6 * @author Marvin Thomas Rabe <mrabe@marvinrabe.de> 7 */ 8 9// settings must be present and set appropriately for the language 10$lang['encoding'] = 'utf-8'; 11$lang['direction'] = 'ltr'; 12 13// for admin plugins, the menu prompt to be displayed in the admin menu 14// if set here, the plugin doesn't need to override the getMenuText() method 15$lang['menu'] = 'Facebook Like-Button'; 16 17// For displaying the buttons in the right language. 18// Inserts http://connect.facebook.net/de_DE/all.js#xfbml=1 in the header 19$lang['fbml_language'] = 'en_US'; 20