1234567891011121314151617181920 |
- <?php
- /**
- * Portuguese language file for lsb plugin
- *
- * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com>
- */
- // menu entry for admin plugins
- // $lang['menu'] = 'Your menu entry';
- // custom language strings for the plugin
- // $lang['fixme'] = 'FIXME';
- $lang['twitter_text'] = 'Tweetar isto';
- $lang['facebook_text'] = 'Partilhar no Facebook';
- $lang['googleplus_text'] = 'Mais on Google+';
- $lang['linkedin_text'] = 'Partilhar no LinkedIn';
- $lang['pinterest_text'] = 'Pin no Pinterest';
- $lang['tumblr_text'] = 'Partilhar no Tumblr';
- $lang['reddit_text'] = 'Partilhar no Reddit';
|