1<?php
2/**
3 * english language file for lsb plugin
4 *
5 * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com>
6 */
7
8// keys need to match the config setting name
9// $lang['fixme'] = 'FIXME';
10
11$lang['networks']           = 'List of your favorite social buttons, space separated and in order of appearance. Valid names are: twitter facebook googleplus linkedin pinterest tumblr reddit taringa stumbleupon telegram hackernews xing vk email';
12$lang['display']            = 'Display options: show social buttons with icon and name, just the icon or name on backgroud color.';
13$lang['target']             = 'Link target: specifies where to open the social network page.';
14$lang['twitter_user']       = 'Twitter username of content author (don\'t include "@").';
15