<?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 telegram hackernews xing vk email';
$lang['display']            = 'Display options: show social buttons with icon and name, just the icon or name on backgroud color.';
$lang['target']             = 'Link target: specifies where to open the social network page.';
$lang['twitter_user']       = 'Twitter username of content author (don\'t include "@").';