settings.php 788 B

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