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 <m.rabe@echtzeitraum.de>
7 */
8
9$lang['FB_num_posts'] = 'Facebook comments number of posts';
10$lang['FB_width'] = 'Facebook comments box Width';
11$lang['FB_AppID'] = 'Facebook App ID';
12$lang['FB_UserID'] = 'YOUR Facebook Profile ID';
13
14// $lang['fb_like_layout'] = 'Facebook Like Button Layout Style';
15// $lang['fb_like_show_face'] = 'Show profile picture below the button';
16// $lang['fb_like_width'] = 'Width of Facebook Like Button, in pixel';
17// $lang['fb_like_action'] = '
18// $lang['fb_like_font'] = '
19
20
21?>