| 1234567891011121314 | <?php/** * english language file for lsb plugin * * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com> */// keys need to match the config setting name// $lang['fixme'] = 'FIXME';$lang['networks']           = 'List of your favorite social buttons, space separated and in order of appearance. Valid names are: ';$lang['networks']          .= 'twitter facebook googleplus linkedin pinterest tumblr reddit taringa stumbleupon xing vk email';$lang['display']            = 'Display options: show social buttons with icon and name, just the icon or name on backgroud color.';$lang['twitter_user']       = 'Twitter username of content author (don\'t include "@")';
 |