Social Media Follow Buttons Bar - Version 4.29

Version Description

  • Added option for the Strava.
  • Added option for the Stitcher.
  • Added option for the WeChat.
  • Added option for the Weibo.
  • Added option for the about.me.
  • Added option for the Facebook Group.
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 Social Media Follow Buttons Bar
Version 4.29
Comparing to
See all releases

Code changes from version 4.28 to 4.29

inc/img/social-media-icons/about-me.png ADDED
Binary file
inc/img/social-media-icons/facebook-group.png ADDED
Binary file
inc/img/social-media-icons/stitcher.png ADDED
Binary file
inc/img/social-media-icons/strava.png ADDED
Binary file
inc/img/social-media-icons/wechat.png ADDED
Binary file
inc/img/social-media-icons/weibo.png ADDED
Binary file
inc/php/list.php CHANGED
@@ -1 +1 @@
1
- <?php /** * Prevent Direct Access */ defined( 'ABSPATH' ) or die( "Restricted access!" ); /** * List of social media and additional contact options */ spacexchimp_p005_control_link( 'facebook', 'Facebook', 'https://www.facebook.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Facebook' ), '//www.facebook.com' ); spacexchimp_p005_control_link( 'twitter', 'Twitter', 'https://twitter.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Twitter' ), '//twitter.com' ); spacexchimp_p005_control_link( 'instagram', 'Instagram', 'http://instagram.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Instagram' ), '//instagram.com' ); spacexchimp_p005_control_link( 'google-plus', 'Google+', 'https://plus.google.com/u/0/+YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Google+' ), '//plus.google.com' ); spacexchimp_p005_control_link( 'youtube', 'YouTube', 'https://www.youtube.com/channel/YourChannelIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'YouTube' ), '//www.youtube.com' ); spacexchimp_p005_control_link( 'youtube-gaming', 'YouTube Gaming', 'https://gaming.youtube.com/channel/YourChannelIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'YouTube Gaming' ), '//gaming.youtube.com' ); spacexchimp_p005_control_link( 'google-play', 'Google Play', 'https://play.google.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Google Play' ), '//play.google.com' ); spacexchimp_p005_control_link( 'itunes', 'iTunes', 'https://www.apple.com/itunes/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'iTunes' ), '//www.apple.com/itunes' ); spacexchimp_p005_control_link( 'itunes-podcasts', 'iTunes Podcasts', 'https://www.apple.com/itunes/podcasts/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'iTunes Podcasts' ), '//www.apple.com/itunes/podcasts' ); spacexchimp_p005_control_link( 'apple-music', 'Apple Music', 'https://www.apple.com/lae/music/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Apple Music' ), '//www.apple.com/lae/music' ); spacexchimp_p005_control_link( 'periscope', 'Periscope', 'https://www.periscope.tv/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Periscope' ), '//www.periscope.tv' ); spacexchimp_p005_control_link( 'vimeo', 'Vimeo', 'https://vimeo.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Vimeo' ), '//vimeo.com' ); spacexchimp_p005_control_link( 'blogger', 'Blogger', 'http://YourBlogNameHere.blogspot.com', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Blogger' ), '//www.blogger.com' ); spacexchimp_p005_control_link( 'buzzsprout', 'Buzzsprout', 'https://www.buzzsprout.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Buzzsprout' ), '//www.buzzsprout.com' ); spacexchimp_p005_control_link( 'livejournal', 'LiveJournal', 'http://YourUsernameHere.livejournal.com', sprintf( __( 'Enter the link to your %s profile page', $text ), 'LiveJournal' ), '//www.livejournal.com' ); spacexchimp_p005_control_link( 'reddit', 'Reddit', 'https://www.reddit.com/user/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Reddit' ), '//www.reddit.com' ); spacexchimp_p005_control_link( 'linkedin', 'LinkedIn', 'https://linkedin.com/in/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'LinkedIn' ), '//linkedin.com' ); spacexchimp_p005_control_link( 'diaspora', 'Diaspora', 'https://diasporafoundation.org/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Diaspora' ), '//diasporafoundation.org' ); spacexchimp_p005_control_link( 'deviantart', 'DeviantArt', 'http://www.deviantart.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'DeviantArt' ), '//www.deviantart.com' ); spacexchimp_p005_control_link( 'xing', 'XING', 'https://www.xing.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'XING' ), '//www.xing.com' ); spacexchimp_p005_control_link( 'pinterest', 'Pinterest', 'https://www.pinterest.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Pinterest' ), '//www.pinterest.com' ); spacexchimp_p005_control_link( 'flickr', 'Flickr', 'https://www.flickr.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Flickr' ), '//www.flickr.com' ); spacexchimp_p005_control_link( 'tumblr', 'Tumblr', 'https://www.tumblr.com/blog/YourBlogNameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Tumblr' ), '//www.tumblr.com' ); spacexchimp_p005_control_link( 'snapchat', 'Snapchat', 'https://www.snapchat.com/add/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Snapchat' ), '//www.snapchat.com' ); spacexchimp_p005_control_link( 'twitch', 'Twitch', 'https://www.twitch.tv/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Twitch' ), '//www.twitch.tv' ); spacexchimp_p005_control_link( 'patreon', 'Patreon', 'https://www.patreon.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Patreon' ), '//www.patreon.com' ); spacexchimp_p005_control_link( 'imdb', 'IMDb', 'http://www.imdb.com/name/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'IMDb' ), '//www.imdb.com' ); spacexchimp_p005_control_link( 'soundcloud', 'SoundCloud', 'https://soundcloud.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'SoundCloud' ), '//soundcloud.com' ); spacexchimp_p005_control_link( 'plugdj', 'Plug.dj', 'https://plug.dj/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Plug.dj' ), '//plug.dj' ); spacexchimp_p005_control_link( 'spotify', 'Spotify', 'http://open.spotify.com/user/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Spotify' ), '//www.spotify.com' ); spacexchimp_p005_control_link( 'bandcamp', 'Bandcamp', 'https://bandcamp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bandcamp' ), '//bandcamp.com' ); spacexchimp_p005_control_link( 'dloky', 'Dloky', 'https://dloky.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Dloky' ), '//dloky.com' ); spacexchimp_p005_control_link( 'amazon', 'Amazon', 'https://www.amazon.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Amazon' ), '//www.amazon.com' ); spacexchimp_p005_control_link( 'bookbub', 'BookBub', 'https://www.bookbub.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'BookBub' ), '//www.bookbub.com' ); spacexchimp_p005_control_link( 'goodreads', 'Goodreads', 'https://www.goodreads.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Goodreads' ), '//www.goodreads.com' ); spacexchimp_p005_control_link( 'meetvibe', 'MeetVibe', 'https://meetvibe.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'MeetVibe' ), '//meetvibe.com' ); spacexchimp_p005_control_link( 'meetup', 'Meetup', 'https://www.meetup.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Meetup' ), '//www.meetup.com' ); spacexchimp_p005_control_link( 'steam', 'Steam', 'http://store.steampowered.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Steam' ), '//store.steampowered.com' ); spacexchimp_p005_control_link( 'mixer', 'Mixer', 'https://mixer.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Mixer' ), '//mixer.com' ); spacexchimp_p005_control_link( 'discord', 'Discord', 'https://discordapp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Discord' ), '//discordapp.com' ); spacexchimp_p005_control_link( 'yelp', 'Yelp', 'https://www.yelp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Yelp' ), '//www.yelp.com' ); spacexchimp_p005_control_link( 'stumbleupon', 'StumbleUpon', 'http://www.stumbleupon.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'StumbleUpon' ), '//www.stumbleupon.com' ); spacexchimp_p005_control_link( 'bloglovin', 'Bloglovin', 'https://www.bloglovin.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bloglovin' ), '//www.bloglovin.com' ); spacexchimp_p005_control_link( 'whatsapp', 'WhatsApp', 'https://www.whatsapp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'WhatsApp' ), '//www.whatsapp.com' ); spacexchimp_p005_control_link( 'medium', 'Medium', 'https://medium.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Medium' ), '//medium.com' ); spacexchimp_p005_control_link( '500px', '500px', 'https://500px.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), '500px' ), '//500px.com' ); spacexchimp_p005_control_link( 'behance', 'Behance', 'https://www.behance.net/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Behance' ), '//www.behance.net' ); spacexchimp_p005_control_link( 'polyvore', 'Polyvore', 'http://www.polyvore.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Polyvore' ), '//www.polyvore.com' ); spacexchimp_p005_control_link( 'yellowpages', 'Yellow Pages', 'https://www.yellowpages.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Yellow Pages' ), '//www.yellowpages.com' ); spacexchimp_p005_control_link( 'line', 'LINE', 'https://line.me/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'LINE' ), '//line.me' ); spacexchimp_p005_control_link( 'itch', 'itch', 'https://itch.io/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'itch' ), '//itch.io' ); spacexchimp_p005_control_link( 'mastodon', 'Mastodon', 'https://mastodon.social/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Mastodon' ), '//mastodon.social' ); spacexchimp_p005_control_link( 'remind', 'Remind', 'https://www.remind.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Remind' ), '//www.remind.com' ); spacexchimp_p005_control_link( 'trademe', 'Trade Me', 'https://www.trademe.co.nz/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Trade Me' ), '//www.trademe.co.nz' ); spacexchimp_p005_control_link( 'vsco', 'VSCO', 'https://vsco.co/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'VSCO' ), '//vsco.co' ); spacexchimp_p005_control_link( 'hireology', 'Hireology', 'https://hireology.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Hireology' ), '//hireology.com' ); spacexchimp_p005_control_link( 'kompoz', 'Kompoz', 'https://www.kompoz.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Kompoz' ), '//www.kompoz.com' ); spacexchimp_p005_control_link( 'soundblend', 'SoundBlend', 'https://www.soundblend.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'SoundBlend' ), '//www.soundblend.com' ); spacexchimp_p005_control_link( 'vkontakte', 'VKontakte', 'https://vk.com/id_YourIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'VKontakte' ), '//vk.com' ); spacexchimp_p005_control_link( 'odnoklassniki', 'Odnoklassniki', 'https://ok.ru/profile/YourIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Odnoklassniki' ), '//ok.ru' ); spacexchimp_p005_control_link( 'telegram', 'Telegram', 'https://telegram.me/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Telegram' ), '//telegram.org' ); spacexchimp_p005_control_link( 'github', 'GitHub', 'https://github.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'GitHub' ), '//github.com' ); spacexchimp_p005_control_link( 'wordpress', 'WordPress', 'https://profiles.wordpress.org/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'WordPress' ), '//wordpress.org' ); spacexchimp_p005_control_link( 'codepen', 'CodePen', 'http://codepen.io/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'CodePen' ), '//codepen.io' ); spacexchimp_p005_control_link( 'askfm', 'ASKfm', 'https://ask.fm/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'ASKfm' ), '//ask.fm' ); spacexchimp_p005_control_link( 'ebay', 'eBay', 'https://www.ebay.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'eBay' ), '//www.ebay.com' ); spacexchimp_p005_control_link( 'hangouts', 'Hangouts', 'https://hangouts.google.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Hangouts' ), '//hangouts.google.com' ); spacexchimp_p005_control_link( 'houzz', 'Houzz', 'https://www.houzz.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Houzz' ), '//www.houzz.com' ); spacexchimp_p005_control_link( 'quora', 'Quora', 'https://www.quora.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Quora' ), '//www.quora.com' ); spacexchimp_p005_control_link( 'steemit', 'Steemit', 'https://steemit.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Steemit' ), '//steemit.com' ); spacexchimp_p005_control_link( 'theartstack', 'ArtStack', 'https://theartstack.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'ArtStack' ), '//theartstack.com' ); spacexchimp_p005_control_link( 'theknot', 'The Knot', 'https://www.theknot.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'The Knot' ), '//www.theknot.com' ); spacexchimp_p005_control_link( 'viber', 'Viber', 'https://www.viber.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Viber' ), '//www.viber.com' ); spacexchimp_p005_control_link( 'etsy', 'Etsy', 'https://www.etsy.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Etsy' ), '//www.etsy.com' ); spacexchimp_p005_control_link( 'tripadvisor', 'Trip Advisor', 'https://www.tripadvisor.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Trip Advisor' ), '//www.tripadvisor.com' ); spacexchimp_p005_control_link( 'stackoverflow', 'Stack Overflow', 'https://stackoverflow.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Stack Overflow' ), '//stackoverflow.com' ); spacexchimp_p005_control_link( 'stackexchange', 'Stack Exchange', 'https://stackexchange.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Stack Exchange' ), '//stackexchange.com' ); spacexchimp_p005_control_link( 'bitbucket', 'Bitbucket', 'https://bitbucket.org/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bitbucket' ), '//bitbucket.org' ); spacexchimp_p005_control_link( 'dailypaintworks', 'Daily Paintworks', 'https://www.dailypaintworks.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Daily Paintworks' ), '//www.dailypaintworks.com' ); spacexchimp_p005_control_link( 'flipboard', 'Flipboard', 'https://flipboard.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Flipboard' ), '//flipboard.com' ); spacexchimp_p005_control_link( 'feedsfloor', 'FeedsFloor', 'https://www.feedsfloor.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'FeedsFloor' ), '//www.feedsfloor.com' ); spacexchimp_p005_control_link( 'gab', 'Gab', 'https://gab.ai/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Gab' ), '//gab.ai' ); spacexchimp_p005_control_link( 'minds', 'Minds', 'https://www.minds.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Minds' ), '//www.minds.com' ); spacexchimp_p005_control_link( 'wattpad', 'Wattpad', 'https://www.wattpad.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Wattpad' ), '//www.wattpad.com' ); spacexchimp_p005_control_link( 'skype', 'Skype', 'skype:YourUsernameHere?call', __( 'Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile', $text ), '//www.skype.com' ); spacexchimp_p005_control_link( 'website', 'Personal website', 'https://www.arthurgareginyan.com', __( 'Enter the link to your personal website', $text ), '' ); spacexchimp_p005_control_link( 'email', 'Email', 'mailto:YourUsernameHere@gmail.com', __( 'Enter your email address with prefix <b>mailto:</b>', $text ), '' ); spacexchimp_p005_control_link( 'telephone', 'Telephone', 'tel://1-555-555-5555', __( 'Enter your telephone number with prefix <b>tel://</b>', $text ), '' ); spacexchimp_p005_control_link( 'rss-feed', 'RSS Feed', 'http://YourDomainNameHere.com/feed', __( 'Enter the link to your RSS Feed', $text ), '' );
1
+ <?php /** * Prevent Direct Access */ defined( 'ABSPATH' ) or die( "Restricted access!" ); /** * List of social media and additional contact options */ spacexchimp_p005_control_link( 'facebook', 'Facebook', 'https://www.facebook.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Facebook' ), '//www.facebook.com' ); spacexchimp_p005_control_link( 'facebook-group', 'Facebook Group', 'https://www.facebook.com/groups/YourGroupnameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Facebook Group' ), '//www.facebook.com' ); spacexchimp_p005_control_link( 'twitter', 'Twitter', 'https://twitter.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Twitter' ), '//twitter.com' ); spacexchimp_p005_control_link( 'instagram', 'Instagram', 'http://instagram.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Instagram' ), '//instagram.com' ); spacexchimp_p005_control_link( 'google-plus', 'Google+', 'https://plus.google.com/u/0/+YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Google+' ), '//plus.google.com' ); spacexchimp_p005_control_link( 'youtube', 'YouTube', 'https://www.youtube.com/channel/YourChannelIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'YouTube' ), '//www.youtube.com' ); spacexchimp_p005_control_link( 'youtube-gaming', 'YouTube Gaming', 'https://gaming.youtube.com/channel/YourChannelIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'YouTube Gaming' ), '//gaming.youtube.com' ); spacexchimp_p005_control_link( 'google-play', 'Google Play', 'https://play.google.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Google Play' ), '//play.google.com' ); spacexchimp_p005_control_link( 'itunes', 'iTunes', 'https://www.apple.com/itunes/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'iTunes' ), '//www.apple.com/itunes' ); spacexchimp_p005_control_link( 'itunes-podcasts', 'iTunes Podcasts', 'https://www.apple.com/itunes/podcasts/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'iTunes Podcasts' ), '//www.apple.com/itunes/podcasts' ); spacexchimp_p005_control_link( 'apple-music', 'Apple Music', 'https://www.apple.com/lae/music/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Apple Music' ), '//www.apple.com/lae/music' ); spacexchimp_p005_control_link( 'periscope', 'Periscope', 'https://www.periscope.tv/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Periscope' ), '//www.periscope.tv' ); spacexchimp_p005_control_link( 'vimeo', 'Vimeo', 'https://vimeo.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Vimeo' ), '//vimeo.com' ); spacexchimp_p005_control_link( 'blogger', 'Blogger', 'http://YourBlogNameHere.blogspot.com', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Blogger' ), '//www.blogger.com' ); spacexchimp_p005_control_link( 'buzzsprout', 'Buzzsprout', 'https://www.buzzsprout.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Buzzsprout' ), '//www.buzzsprout.com' ); spacexchimp_p005_control_link( 'livejournal', 'LiveJournal', 'http://YourUsernameHere.livejournal.com', sprintf( __( 'Enter the link to your %s profile page', $text ), 'LiveJournal' ), '//www.livejournal.com' ); spacexchimp_p005_control_link( 'reddit', 'Reddit', 'https://www.reddit.com/user/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Reddit' ), '//www.reddit.com' ); spacexchimp_p005_control_link( 'linkedin', 'LinkedIn', 'https://linkedin.com/in/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'LinkedIn' ), '//linkedin.com' ); spacexchimp_p005_control_link( 'diaspora', 'Diaspora', 'https://diasporafoundation.org/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Diaspora' ), '//diasporafoundation.org' ); spacexchimp_p005_control_link( 'deviantart', 'DeviantArt', 'http://www.deviantart.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'DeviantArt' ), '//www.deviantart.com' ); spacexchimp_p005_control_link( 'xing', 'XING', 'https://www.xing.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'XING' ), '//www.xing.com' ); spacexchimp_p005_control_link( 'pinterest', 'Pinterest', 'https://www.pinterest.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Pinterest' ), '//www.pinterest.com' ); spacexchimp_p005_control_link( 'flickr', 'Flickr', 'https://www.flickr.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Flickr' ), '//www.flickr.com' ); spacexchimp_p005_control_link( 'tumblr', 'Tumblr', 'https://www.tumblr.com/blog/YourBlogNameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Tumblr' ), '//www.tumblr.com' ); spacexchimp_p005_control_link( 'snapchat', 'Snapchat', 'https://www.snapchat.com/add/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Snapchat' ), '//www.snapchat.com' ); spacexchimp_p005_control_link( 'twitch', 'Twitch', 'https://www.twitch.tv/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Twitch' ), '//www.twitch.tv' ); spacexchimp_p005_control_link( 'patreon', 'Patreon', 'https://www.patreon.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Patreon' ), '//www.patreon.com' ); spacexchimp_p005_control_link( 'imdb', 'IMDb', 'http://www.imdb.com/name/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'IMDb' ), '//www.imdb.com' ); spacexchimp_p005_control_link( 'soundcloud', 'SoundCloud', 'https://soundcloud.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'SoundCloud' ), '//soundcloud.com' ); spacexchimp_p005_control_link( 'plugdj', 'Plug.dj', 'https://plug.dj/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Plug.dj' ), '//plug.dj' ); spacexchimp_p005_control_link( 'spotify', 'Spotify', 'http://open.spotify.com/user/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Spotify' ), '//www.spotify.com' ); spacexchimp_p005_control_link( 'bandcamp', 'Bandcamp', 'https://bandcamp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bandcamp' ), '//bandcamp.com' ); spacexchimp_p005_control_link( 'dloky', 'Dloky', 'https://dloky.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Dloky' ), '//dloky.com' ); spacexchimp_p005_control_link( 'amazon', 'Amazon', 'https://www.amazon.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Amazon' ), '//www.amazon.com' ); spacexchimp_p005_control_link( 'bookbub', 'BookBub', 'https://www.bookbub.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'BookBub' ), '//www.bookbub.com' ); spacexchimp_p005_control_link( 'goodreads', 'Goodreads', 'https://www.goodreads.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Goodreads' ), '//www.goodreads.com' ); spacexchimp_p005_control_link( 'meetvibe', 'MeetVibe', 'https://meetvibe.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'MeetVibe' ), '//meetvibe.com' ); spacexchimp_p005_control_link( 'meetup', 'Meetup', 'https://www.meetup.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Meetup' ), '//www.meetup.com' ); spacexchimp_p005_control_link( 'steam', 'Steam', 'http://store.steampowered.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Steam' ), '//store.steampowered.com' ); spacexchimp_p005_control_link( 'mixer', 'Mixer', 'https://mixer.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Mixer' ), '//mixer.com' ); spacexchimp_p005_control_link( 'discord', 'Discord', 'https://discordapp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Discord' ), '//discordapp.com' ); spacexchimp_p005_control_link( 'yelp', 'Yelp', 'https://www.yelp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Yelp' ), '//www.yelp.com' ); spacexchimp_p005_control_link( 'stumbleupon', 'StumbleUpon', 'http://www.stumbleupon.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'StumbleUpon' ), '//www.stumbleupon.com' ); spacexchimp_p005_control_link( 'bloglovin', 'Bloglovin', 'https://www.bloglovin.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bloglovin' ), '//www.bloglovin.com' ); spacexchimp_p005_control_link( 'whatsapp', 'WhatsApp', 'https://www.whatsapp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'WhatsApp' ), '//www.whatsapp.com' ); spacexchimp_p005_control_link( 'medium', 'Medium', 'https://medium.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Medium' ), '//medium.com' ); spacexchimp_p005_control_link( '500px', '500px', 'https://500px.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), '500px' ), '//500px.com' ); spacexchimp_p005_control_link( 'behance', 'Behance', 'https://www.behance.net/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Behance' ), '//www.behance.net' ); spacexchimp_p005_control_link( 'polyvore', 'Polyvore', 'http://www.polyvore.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Polyvore' ), '//www.polyvore.com' ); spacexchimp_p005_control_link( 'yellowpages', 'Yellow Pages', 'https://www.yellowpages.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Yellow Pages' ), '//www.yellowpages.com' ); spacexchimp_p005_control_link( 'line', 'LINE', 'https://line.me/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'LINE' ), '//line.me' ); spacexchimp_p005_control_link( 'itch', 'itch', 'https://itch.io/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'itch' ), '//itch.io' ); spacexchimp_p005_control_link( 'mastodon', 'Mastodon', 'https://mastodon.social/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Mastodon' ), '//mastodon.social' ); spacexchimp_p005_control_link( 'remind', 'Remind', 'https://www.remind.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Remind' ), '//www.remind.com' ); spacexchimp_p005_control_link( 'trademe', 'Trade Me', 'https://www.trademe.co.nz/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Trade Me' ), '//www.trademe.co.nz' ); spacexchimp_p005_control_link( 'vsco', 'VSCO', 'https://vsco.co/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'VSCO' ), '//vsco.co' ); spacexchimp_p005_control_link( 'hireology', 'Hireology', 'https://hireology.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Hireology' ), '//hireology.com' ); spacexchimp_p005_control_link( 'kompoz', 'Kompoz', 'https://www.kompoz.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Kompoz' ), '//www.kompoz.com' ); spacexchimp_p005_control_link( 'soundblend', 'SoundBlend', 'https://www.soundblend.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'SoundBlend' ), '//www.soundblend.com' ); spacexchimp_p005_control_link( 'vkontakte', 'VKontakte', 'https://vk.com/id_YourIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'VKontakte' ), '//vk.com' ); spacexchimp_p005_control_link( 'odnoklassniki', 'Odnoklassniki', 'https://ok.ru/profile/YourIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Odnoklassniki' ), '//ok.ru' ); spacexchimp_p005_control_link( 'telegram', 'Telegram', 'https://telegram.me/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Telegram' ), '//telegram.org' ); spacexchimp_p005_control_link( 'github', 'GitHub', 'https://github.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'GitHub' ), '//github.com' ); spacexchimp_p005_control_link( 'wordpress', 'WordPress', 'https://profiles.wordpress.org/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'WordPress' ), '//wordpress.org' ); spacexchimp_p005_control_link( 'codepen', 'CodePen', 'http://codepen.io/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'CodePen' ), '//codepen.io' ); spacexchimp_p005_control_link( 'askfm', 'ASKfm', 'https://ask.fm/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'ASKfm' ), '//ask.fm' ); spacexchimp_p005_control_link( 'ebay', 'eBay', 'https://www.ebay.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'eBay' ), '//www.ebay.com' ); spacexchimp_p005_control_link( 'hangouts', 'Hangouts', 'https://hangouts.google.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Hangouts' ), '//hangouts.google.com' ); spacexchimp_p005_control_link( 'houzz', 'Houzz', 'https://www.houzz.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Houzz' ), '//www.houzz.com' ); spacexchimp_p005_control_link( 'quora', 'Quora', 'https://www.quora.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Quora' ), '//www.quora.com' ); spacexchimp_p005_control_link( 'steemit', 'Steemit', 'https://steemit.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Steemit' ), '//steemit.com' ); spacexchimp_p005_control_link( 'theartstack', 'ArtStack', 'https://theartstack.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'ArtStack' ), '//theartstack.com' ); spacexchimp_p005_control_link( 'theknot', 'The Knot', 'https://www.theknot.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'The Knot' ), '//www.theknot.com' ); spacexchimp_p005_control_link( 'viber', 'Viber', 'https://www.viber.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Viber' ), '//www.viber.com' ); spacexchimp_p005_control_link( 'etsy', 'Etsy', 'https://www.etsy.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Etsy' ), '//www.etsy.com' ); spacexchimp_p005_control_link( 'tripadvisor', 'Trip Advisor', 'https://www.tripadvisor.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Trip Advisor' ), '//www.tripadvisor.com' ); spacexchimp_p005_control_link( 'stackoverflow', 'Stack Overflow', 'https://stackoverflow.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Stack Overflow' ), '//stackoverflow.com' ); spacexchimp_p005_control_link( 'stackexchange', 'Stack Exchange', 'https://stackexchange.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Stack Exchange' ), '//stackexchange.com' ); spacexchimp_p005_control_link( 'bitbucket', 'Bitbucket', 'https://bitbucket.org/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bitbucket' ), '//bitbucket.org' ); spacexchimp_p005_control_link( 'dailypaintworks', 'Daily Paintworks', 'https://www.dailypaintworks.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Daily Paintworks' ), '//www.dailypaintworks.com' ); spacexchimp_p005_control_link( 'flipboard', 'Flipboard', 'https://flipboard.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Flipboard' ), '//flipboard.com' ); spacexchimp_p005_control_link( 'feedsfloor', 'FeedsFloor', 'https://www.feedsfloor.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'FeedsFloor' ), '//www.feedsfloor.com' ); spacexchimp_p005_control_link( 'gab', 'Gab', 'https://gab.ai/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Gab' ), '//gab.ai' ); spacexchimp_p005_control_link( 'minds', 'Minds', 'https://www.minds.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Minds' ), '//www.minds.com' ); spacexchimp_p005_control_link( 'wattpad', 'Wattpad', 'https://www.wattpad.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Wattpad' ), '//www.wattpad.com' ); spacexchimp_p005_control_link( 'about-me', 'about.me', 'https://about.me/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'about.me' ), '//about.me' ); spacexchimp_p005_control_link( 'stitcher', 'Stitcher', 'https://www.stitcher.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Stitcher' ), '//www.stitcher.com' ); spacexchimp_p005_control_link( 'strava', 'Strava', 'https://www.strava.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Strava' ), '//www.strava.com' ); spacexchimp_p005_control_link( 'wechat', 'WeChat', 'https://www.wechat.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'WeChat' ), '//www.wechat.com' ); spacexchimp_p005_control_link( 'weibo', 'Weibo', 'https://weibo.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Weibo' ), '//weibo.com' ); spacexchimp_p005_control_link( 'skype', 'Skype', 'skype:YourUsernameHere?call', __( 'Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile', $text ), '//www.skype.com' ); spacexchimp_p005_control_link( 'website', 'Personal website', 'https://www.arthurgareginyan.com', __( 'Enter the link to your personal website', $text ), '' ); spacexchimp_p005_control_link( 'email', 'Email', 'mailto:YourUsernameHere@gmail.com', __( 'Enter your email address with prefix <b>mailto:</b>', $text ), '' ); spacexchimp_p005_control_link( 'telephone', 'Telephone', 'tel://1-555-555-5555', __( 'Enter your telephone number with prefix <b>tel://</b>', $text ), '' ); spacexchimp_p005_control_link( 'rss-feed', 'RSS Feed', 'http://YourDomainNameHere.com/feed', __( 'Enter the link to your RSS Feed', $text ), '' );
languages/social-media-buttons-toolbar-de_DE.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-de_DE.po CHANGED
@@ -3,20 +3,22 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
- "POT-Creation-Date: 2018-01-19 15:11+0300\n"
7
- "PO-Revision-Date: 2018-01-20 07:37+0300\n"
8
- "Last-Translator: \n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
- "X-Generator: Poedit 1.8.7\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 
 
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
@@ -38,8 +40,13 @@ msgid "Enter the link to your %s profile page"
38
  msgstr "Geben Sie den Link zu Ihrer %s Profil Seite ein"
39
 
40
  #: inc/php/list.php:1
41
- msgid "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
42
- msgstr "Geben Sie Ihren Skype Namen mit Prefix <b>skype:</b> und suffix <b>?call</b>, oder <b>?add</b>, oder <b>?chat</b>, oder <b>?userinfo</b> für Ihr Profil ein"
 
 
 
 
 
43
 
44
  #: inc/php/list.php:1
45
  msgid "Enter the link to your personal website"
@@ -64,7 +71,9 @@ msgstr "Hallo! Ich bin Space X-Chimp, der Autor dieses plugins."
64
  #: inc/php/messages.php:28
65
  #, php-format
66
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
67
- msgstr "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es mögen. %s"
 
 
68
 
69
  #: inc/php/messages.php:68
70
  msgid "You have installed an old version of this plugin."
@@ -72,7 +81,8 @@ msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
72
 
73
  #: inc/php/messages.php:69
74
  msgid "Please update the plugin to the latest version, and all will be fine."
75
- msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
 
76
 
77
  #: inc/php/page.php:30
78
  #, php-format
@@ -104,8 +114,12 @@ msgid "Usage Instructions"
104
  msgstr "Anleitung"
105
 
106
  #: inc/php/page.php:65
107
- msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
108
- msgstr "Um die \"social media follow buttons bar\" am Front-End Ihrer Webseite anzuzeigen, befolgen Sie die folgenden Schritte:"
 
 
 
 
109
 
110
  #: inc/php/page.php:67
111
  msgid "Go to the \"Settings\" tab."
@@ -124,24 +138,52 @@ msgid "Click the \"Save changes\" button."
124
  msgstr "Klicken Sie den \"Änderungen speichern\" button."
125
 
126
  #: inc/php/page.php:71
127
- msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\"). Just choose the one that is more suitable for your case."
128
- msgstr "Jetzt haben Sie unterschiedliche Möglichkeiten um die \"social media follow buttons bar\" (im Folgenden \"buttons\") anzuzeigen. Wählen Sie die, die für Sie am Besten passt."
 
 
 
 
 
 
129
 
130
  #: inc/php/page.php:72
131
- msgid "<b>A)</b> For display the buttons below a content on every Posts or/and Pages, just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section \"Display options\", then click the \"Save changes\" button."
132
- msgstr "<b>A)</b> Um die Buttons unterhalb eines Contents bei jedem Post und/oder Seite anzuzeigen, wählen Sie die Checkbox \"Zeige in Posts\" und/oder \"Zeige auf Seiten im Bereich \"Anzeigeoptionen\", dann klicken Sie den Button \"Änderungen speichern\"."
 
 
 
 
 
 
 
133
 
134
  #: inc/php/page.php:73
135
- msgid "<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the following shortcode:"
136
- msgstr "<b>B)</b> Um die Buttons innerhalb eines Posts/einer Seite anzuzeigen, benutzen Sie den folgenden Shortcode:"
 
 
 
 
137
 
138
  #: inc/php/page.php:75
139
- msgid "<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
140
- msgstr "<b>C)</b> Um die Buttons in einem Widget-Bereich (Sidebar, Fusszeile, etc.) anzuzeigen, benutzen Sie das \"Text\" Widget und fügen Sie den folgenden Shortcode ein:"
 
 
 
 
 
141
 
142
  #: inc/php/page.php:77
143
- msgid "<b>D)</b> For add the buttons directly to a theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
144
- msgstr "<b>D)</b> Um die Buttons direkt zu einem Theme hinzuzufügen, fügen Sie den folgenden Code an der gewünschten Stelle (wo Sie die Buttons angezeigt haben wollen) in Ihrem Theme ein:"
 
 
 
 
 
 
145
 
146
  #: inc/php/page.php:80
147
  msgid "Enjoy your fancy social media follow buttons."
@@ -157,97 +199,178 @@ msgstr "Achtung!"
157
 
158
  #: inc/php/page.php:83
159
  #, php-format
160
- msgid "If you want more options then %s tell us %s and we will be happy to add it."
161
- msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
 
 
 
162
 
163
  #: inc/php/page.php:97
164
  msgid "Frequently Asked Questions"
165
  msgstr ""
166
 
167
  #: inc/php/page.php:101
168
- msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
169
- msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
 
 
 
 
170
 
171
  #: inc/php/page.php:123
172
  msgid "Will this plugin work on my WordPress.COM website?"
173
  msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
174
 
175
  #: inc/php/page.php:124
176
- msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
177
- msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) Webseiten."
 
 
 
 
178
 
179
  #: inc/php/page.php:126
180
  msgid "Can I use this plugin on my language?"
181
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
182
 
183
  #: inc/php/page.php:127
184
- msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
185
- msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
 
 
 
186
 
187
  #: inc/php/page.php:129
188
  #, php-format
189
- msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
 
 
 
 
 
190
  msgstr ""
191
 
192
  #: inc/php/page.php:134
193
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
194
- msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
 
 
 
 
195
 
196
  #: inc/php/page.php:135
197
- msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
198
- msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
 
 
 
 
199
 
200
  #: inc/php/page.php:137
201
  msgid "How does it work?"
202
  msgstr "Wie arbeitet das Plugin?"
203
 
204
  #: inc/php/page.php:138
205
- msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button. Enjoy your fancy social media follow buttons. It's that simple!"
206
- msgstr "Am Tab \"Einstellungen\" wählen Sie die gewünschten Einstellungen aus und klicken den Button \"Änderungen speichern\". Viel Spaß mit den social media follow buttons. Es ist ganz einfach!"
 
 
 
 
 
 
207
 
208
  #: inc/php/page.php:140
209
  msgid "Does this plugin requires any modification of the theme?"
210
  msgstr "Benötigt das Plugin Veränderungen am Theme."
211
 
212
  #: inc/php/page.php:141
213
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
214
- msgstr "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
 
 
 
 
215
 
216
  #: inc/php/page.php:143
217
  msgid "Does this require any knowledge of HTML or CSS?"
218
  msgstr "Brauche ich HTML oder CCS Kenntnisse?"
219
 
220
  #: inc/php/page.php:144
221
- msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
222
- msgstr "Absolut nicht. Dieses Plugin kann ohne Kenntnisse von HTML oder CSS konfiguriert werden."
 
 
 
 
223
 
224
  #: inc/php/page.php:146
225
- msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
226
- msgstr "Was muss ich machen, wenn der Google PageSpeed Test sagt, dass Grafiken das Plugin komprimiert werden müssen?"
 
 
 
 
227
 
228
  #: inc/php/page.php:147
229
- msgid "The images that uses in this plugin are already compressed, but I will do my best to find out what else can be done with the images in order to compress them even better."
230
- msgstr "Die Grafiken, die innerhalb des Plugins verwendet werden, sind bereits komprimiert. Gerne suche ich auch nach einer besseren Komprimierung, wenn es benötigt wird."
 
 
 
 
 
 
231
 
232
  #: inc/php/page.php:149
233
  msgid "It's not working. What could be wrong?"
234
  msgstr "Es funktioniert nicht. Was könnte falsch sein?"
235
 
236
  #: inc/php/page.php:150
237
- msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
238
- msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der häufigste Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren. Das nennt man den Browser Cache. Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
 
 
 
 
 
 
 
 
 
 
239
 
240
  #: inc/php/page.php:151
241
- msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
 
 
 
 
 
242
  msgstr ""
243
 
244
  #: inc/php/page.php:153
245
- msgid "The last WordPress update is preventing me from editing the website of the creator that is using this plugin. Why is this?"
246
- msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten. Warum ist das so?"
 
 
 
 
247
 
248
  #: inc/php/page.php:154
249
- msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
250
- msgstr "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen. Es könnte einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
 
 
 
 
 
 
 
 
 
 
 
251
 
252
  #: inc/php/page.php:156
253
  msgid "Where to report bug if found?"
@@ -255,16 +378,22 @@ msgstr "Wo kann ich eine Fehler melden?"
255
 
256
  #: inc/php/page.php:158
257
  #, php-format
258
- msgid "Please visit %s this page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
 
 
259
  msgstr ""
260
 
261
  #: inc/php/page.php:164
262
  msgid "Where to share any ideas or suggestions to make the plugin better?"
263
- msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
 
 
264
 
265
  #: inc/php/page.php:166
266
  #, php-format
267
- msgid "Any suggestions are very welcome! Just contact us %s here %s. Please do not forget to specify the name of the plugin. Thank you!"
 
 
268
  msgstr ""
269
 
270
  #: inc/php/page.php:172
@@ -273,8 +402,12 @@ msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
273
 
274
  #: inc/php/page.php:174
275
  #, php-format
276
- msgid "Yes, any financial contributions are welcome! Just visit %s the website of the creator %s, click on the donate button, and thank you!"
277
- msgstr "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite %s, klicken Sie auf den Spenden Button und Danke!"
 
 
 
 
278
 
279
  #: inc/php/page.php:180
280
  msgid "My question wasn't answered here."
@@ -282,7 +415,10 @@ msgstr "Meine Fragen wurden nicht beantwortet."
282
 
283
  #: inc/php/page.php:182
284
  #, php-format
285
- msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
 
 
 
286
  msgstr ""
287
 
288
  #: inc/php/page.php:196
@@ -295,20 +431,43 @@ msgstr "Spende mit PayPal"
295
 
296
  #: inc/php/page.php:209
297
  #, php-format
298
- msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
299
- msgstr "Hallo! Meine name ist %s Arthur Gareginyan %s und ich bin der Gründer von %s Space X-Chimp %s."
 
 
 
 
300
 
301
  #: inc/php/page.php:217
302
- msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
303
- msgstr "Meine Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort machen. Ich bin begeistert von meiner Arbeit, ich mag, was ich tue, und hoffe, dass Sie auch von meinen Projekten bereichert werden."
 
 
 
 
 
 
304
 
305
  #: inc/php/page.php:218
306
- msgid "I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
307
- msgstr "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, Plugins und andere Dinge, die ich entwickle, nützlich sind. Der ultimative Beweis für mich ist, dass Sie sie tatsächlich verwenden. Aber ich bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder kleine Beitrag trägt dazu bei, meine Kosten zu decken und schenkt mir mehr Zeit damit zu verbringen, Dinge für Leute wie Sie zu gestalten."
 
 
 
 
 
 
 
 
 
 
 
 
308
 
309
  #: inc/php/page.php:219
310
  msgid "If you appreciate my work, you can buy me a coffee!"
311
- msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
 
312
 
313
  #: inc/php/page.php:220
314
  msgid "Thank you for your support!"
@@ -323,8 +482,16 @@ msgid "Buttons"
323
  msgstr "Buttons"
324
 
325
  #: inc/php/settings.php:27
326
- msgid "Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don't want to use any of the following buttons, you can not fill them and then they do not appear."
327
- msgstr "Füllen die benötigten Felder aus, um einen Button zu erzeugen. Die Buttons des sozialen Netzwerkes leiten Sie direkt auf die Profilseite. Wenn Sie die Felder leer lassen, erscheinen diese sozialen Netzwerke auch nicht als Button."
 
 
 
 
 
 
 
 
328
 
329
  #: inc/php/settings.php:35
330
  msgid "Display options"
@@ -364,23 +531,32 @@ msgstr "Tooltip"
364
 
365
  #: inc/php/settings.php:54
366
  msgid "Enable a tooltips with name of the social media above every button."
367
- msgstr "Aktivieren Sie einen Tooltip mit dem Namen des sozialen Netzwerks über jedem Button."
 
 
368
 
369
  #: inc/php/settings.php:57
370
  msgid "Icon size"
371
  msgstr "Icon Grösse"
372
 
373
  #: inc/php/settings.php:58
374
- msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
375
- msgstr "Geben Sie die Grösse der Icons (in Pixeln) der \"social media follow buttons bar\" ein."
 
 
 
376
 
377
  #: inc/php/settings.php:62
378
  msgid "Margin"
379
  msgstr "Rand"
380
 
381
  #: inc/php/settings.php:63
382
- msgid "Enter the size of space (in pixels) between icons in your social media follow buttons bar."
383
- msgstr "Geben Sie die Grösse des Zwischenraums (in Pixeln) zwischen den Icons der \"social media follow buttons bar\" ein."
 
 
 
 
384
 
385
  #: inc/php/settings.php:68
386
  msgid "Left"
@@ -407,8 +583,12 @@ msgid "Caption"
407
  msgstr "Überschrift"
408
 
409
  #: inc/php/settings.php:78
410
- msgid "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
411
- msgstr "Fügen Sie die Überschrift zu Ihrer \"social media follow buttons bar\" hinzu. Diese wird vor der Toolbar angezeigt."
 
 
 
 
412
 
413
  #: inc/php/settings.php:89
414
  msgid "Live Preview"
@@ -416,11 +596,19 @@ msgstr "Live Vorschau"
416
 
417
  #: inc/php/settings.php:91
418
  msgid "Click the \"Save changes\" button to update this preview."
419
- msgstr "Klicken Sie den Button \"Änderungen speichern\" um die Vorschau zu aktualisieren."
 
 
420
 
421
  #: inc/php/settings.php:99 inc/php/sidebar.php:32
422
- msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
423
- msgstr "Ich bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder kleine Beitrag trägt dazu bei, meine Kosten zu decken und ich kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
 
 
 
 
 
 
424
 
425
  #: inc/php/settings.php:106 inc/php/sidebar.php:39
426
  msgid "Thanks for your support!"
@@ -431,8 +619,12 @@ msgid "About"
431
  msgstr "Über"
432
 
433
  #: inc/php/sidebar.php:18
434
- msgid "This plugin allows you to easily add the social media follow buttons bar to any place of your website."
435
- msgstr "Mit Hilfe dieses Plugins können Sie auf einfache Weise die \"social media follow buttons bar\" überall auf Ihrer Webseite hinzufügen."
 
 
 
 
436
 
437
  #: inc/php/sidebar.php:23
438
  msgid "Help"
@@ -451,8 +643,12 @@ msgid "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
451
  msgstr "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
452
 
453
  #. Description of the plugin/theme
454
- msgid "Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website."
455
- msgstr "Fügt eine Smart Bar mit social media follow buttons an eine beliebige Stelle auf Ihrer WordPress Webseite."
 
 
 
 
456
 
457
  #. Author of the plugin/theme
458
  msgid "Arthur Gareginyan"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2018-03-04 01:49+0300\n"
7
+ "PO-Revision-Date: 2018-03-04 01:49+0300\n"
8
+ "Last-Translator: Arthur Gareginyan <arthurgareginyan@gmail.com>\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 2.0.6\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
21
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
40
  msgstr "Geben Sie den Link zu Ihrer %s Profil Seite ein"
41
 
42
  #: inc/php/list.php:1
43
+ msgid ""
44
+ "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
45
+ "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
46
+ msgstr ""
47
+ "Geben Sie Ihren Skype Namen mit Prefix <b>skype:</b> und suffix <b>?call</"
48
+ "b>, oder <b>?add</b>, oder <b>?chat</b>, oder <b>?userinfo</b> für Ihr "
49
+ "Profil ein"
50
 
51
  #: inc/php/list.php:1
52
  msgid "Enter the link to your personal website"
71
  #: inc/php/messages.php:28
72
  #, php-format
73
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
74
+ msgstr ""
75
+ "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es "
76
+ "mögen. %s"
77
 
78
  #: inc/php/messages.php:68
79
  msgid "You have installed an old version of this plugin."
81
 
82
  #: inc/php/messages.php:69
83
  msgid "Please update the plugin to the latest version, and all will be fine."
84
+ msgstr ""
85
+ "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
86
 
87
  #: inc/php/page.php:30
88
  #, php-format
114
  msgstr "Anleitung"
115
 
116
  #: inc/php/page.php:65
117
+ msgid ""
118
+ "To display the social media follow buttons bar on the front end of your "
119
+ "website, simply follow these steps:"
120
+ msgstr ""
121
+ "Um die \"social media follow buttons bar\" am Front-End Ihrer Webseite "
122
+ "anzuzeigen, befolgen Sie die folgenden Schritte:"
123
 
124
  #: inc/php/page.php:67
125
  msgid "Go to the \"Settings\" tab."
138
  msgstr "Klicken Sie den \"Änderungen speichern\" button."
139
 
140
  #: inc/php/page.php:71
141
+ msgid ""
142
+ "Now you have several methods for display the social media follow buttons bar "
143
+ "(further just \"buttons\"). Just choose the one that is more suitable for "
144
+ "your case."
145
+ msgstr ""
146
+ "Jetzt haben Sie unterschiedliche Möglichkeiten um die \"social media follow "
147
+ "buttons bar\" (im Folgenden \"buttons\") anzuzeigen. Wählen Sie die, die für "
148
+ "Sie am Besten passt."
149
 
150
  #: inc/php/page.php:72
151
+ msgid ""
152
+ "<b>A)</b> For display the buttons below a content on every Posts or/and "
153
+ "Pages, just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in "
154
+ "the section \"Display options\", then click the \"Save changes\" button."
155
+ msgstr ""
156
+ "<b>A)</b> Um die Buttons unterhalb eines Contents bei jedem Post und/oder "
157
+ "Seite anzuzeigen, wählen Sie die Checkbox \"Zeige in Posts\" und/oder "
158
+ "\"Zeige auf Seiten im Bereich \"Anzeigeoptionen\", dann klicken Sie den "
159
+ "Button \"Änderungen speichern\"."
160
 
161
  #: inc/php/page.php:73
162
+ msgid ""
163
+ "<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the "
164
+ "following shortcode:"
165
+ msgstr ""
166
+ "<b>B)</b> Um die Buttons innerhalb eines Posts/einer Seite anzuzeigen, "
167
+ "benutzen Sie den folgenden Shortcode:"
168
 
169
  #: inc/php/page.php:75
170
+ msgid ""
171
+ "<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) "
172
+ "use the \"Text\" widget and add inside it the following shortcode:"
173
+ msgstr ""
174
+ "<b>C)</b> Um die Buttons in einem Widget-Bereich (Sidebar, Fusszeile, etc.) "
175
+ "anzuzeigen, benutzen Sie das \"Text\" Widget und fügen Sie den folgenden "
176
+ "Shortcode ein:"
177
 
178
  #: inc/php/page.php:77
179
+ msgid ""
180
+ "<b>D)</b> For add the buttons directly to a theme files, just add the "
181
+ "following code to needed place (where you want to display the buttons) in "
182
+ "your theme files:"
183
+ msgstr ""
184
+ "<b>D)</b> Um die Buttons direkt zu einem Theme hinzuzufügen, fügen Sie den "
185
+ "folgenden Code an der gewünschten Stelle (wo Sie die Buttons angezeigt haben "
186
+ "wollen) in Ihrem Theme ein:"
187
 
188
  #: inc/php/page.php:80
189
  msgid "Enjoy your fancy social media follow buttons."
199
 
200
  #: inc/php/page.php:83
201
  #, php-format
202
+ msgid ""
203
+ "If you want more options then %s tell us %s and we will be happy to add it."
204
+ msgstr ""
205
+ "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir "
206
+ "werden sie gerne hinzufügen."
207
 
208
  #: inc/php/page.php:97
209
  msgid "Frequently Asked Questions"
210
  msgstr ""
211
 
212
  #: inc/php/page.php:101
213
+ msgid ""
214
+ "If you have a question, please read the Frequently Asked Questions below to "
215
+ "see if the answer is here."
216
+ msgstr ""
217
+ "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob "
218
+ "Ihre Antwort dabei ist."
219
 
220
  #: inc/php/page.php:123
221
  msgid "Will this plugin work on my WordPress.COM website?"
222
  msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
223
 
224
  #: inc/php/page.php:124
225
+ msgid ""
226
+ "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
227
+ "websites."
228
+ msgstr ""
229
+ "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress."
230
+ "ORG) Webseiten."
231
 
232
  #: inc/php/page.php:126
233
  msgid "Can I use this plugin on my language?"
234
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
235
 
236
  #: inc/php/page.php:127
237
+ msgid ""
238
+ "Yes. This plugin is ready for translation and has already been translated "
239
+ "into several languages."
240
+ msgstr ""
241
+ "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
242
 
243
  #: inc/php/page.php:129
244
  #, php-format
245
+ msgid ""
246
+ "If you want to help translate this plugin then please visit the %s. You can "
247
+ "also use the POT file, that is included and placed in the \"languages\" "
248
+ "folder, in order to create a translation PO file. Just send the PO file to "
249
+ "us at the %s and we will include this translation within the next plugin "
250
+ "update."
251
  msgstr ""
252
 
253
  #: inc/php/page.php:134
254
+ msgid ""
255
+ "Maybe not all existed translations are up to date. You are welcome to "
256
+ "contribute corrections!"
257
+ msgstr ""
258
+ "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können "
259
+ "Sie an den Korrekturen mitwirken."
260
 
261
  #: inc/php/page.php:135
262
+ msgid ""
263
+ "Many of plugin users would be delighted if you share your translation with "
264
+ "the community. Thanks for your contribution!"
265
+ msgstr ""
266
+ "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung "
267
+ "mit der Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
268
 
269
  #: inc/php/page.php:137
270
  msgid "How does it work?"
271
  msgstr "Wie arbeitet das Plugin?"
272
 
273
  #: inc/php/page.php:138
274
+ msgid ""
275
+ "On the \"Settings\" tab, select the desired settings and click the \"Save "
276
+ "changes\" button. Enjoy your fancy social media follow buttons. It's that "
277
+ "simple!"
278
+ msgstr ""
279
+ "Am Tab \"Einstellungen\" wählen Sie die gewünschten Einstellungen aus und "
280
+ "klicken den Button \"Änderungen speichern\". Viel Spaß mit den social media "
281
+ "follow buttons. Es ist ganz einfach!"
282
 
283
  #: inc/php/page.php:140
284
  msgid "Does this plugin requires any modification of the theme?"
285
  msgstr "Benötigt das Plugin Veränderungen am Theme."
286
 
287
  #: inc/php/page.php:141
288
+ msgid ""
289
+ "Absolutely not. This plugin is configurable entirely from the plugin "
290
+ "settings page."
291
+ msgstr ""
292
+ "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf "
293
+ "Einstellungsseite des Plugins."
294
 
295
  #: inc/php/page.php:143
296
  msgid "Does this require any knowledge of HTML or CSS?"
297
  msgstr "Brauche ich HTML oder CCS Kenntnisse?"
298
 
299
  #: inc/php/page.php:144
300
+ msgid ""
301
+ "Absolutely not. This plugin can be configured with no knowledge of HTML or "
302
+ "CSS, using an easy-to-use plugin settings page."
303
+ msgstr ""
304
+ "Absolut nicht. Dieses Plugin kann ohne Kenntnisse von HTML oder CSS "
305
+ "konfiguriert werden."
306
 
307
  #: inc/php/page.php:146
308
+ msgid ""
309
+ "What I need to do if the Google PageSpeed test says that this plugin images "
310
+ "must be compressed?"
311
+ msgstr ""
312
+ "Was muss ich machen, wenn der Google PageSpeed Test sagt, dass Grafiken das "
313
+ "Plugin komprimiert werden müssen?"
314
 
315
  #: inc/php/page.php:147
316
+ msgid ""
317
+ "The images that uses in this plugin are already compressed, but I will do my "
318
+ "best to find out what else can be done with the images in order to compress "
319
+ "them even better."
320
+ msgstr ""
321
+ "Die Grafiken, die innerhalb des Plugins verwendet werden, sind bereits "
322
+ "komprimiert. Gerne suche ich auch nach einer besseren Komprimierung, wenn es "
323
+ "benötigt wird."
324
 
325
  #: inc/php/page.php:149
326
  msgid "It's not working. What could be wrong?"
327
  msgstr "Es funktioniert nicht. Was könnte falsch sein?"
328
 
329
  #: inc/php/page.php:150
330
+ msgid ""
331
+ "As with every plugin, it's possible that things don't work. The most common "
332
+ "reason for this is a web browser's cache. Every web browser stores a cache "
333
+ "of the websites you visit (pages, images, and etc.) to reduce bandwidth "
334
+ "usage and server load. This is called the browser's cache.​ Clearing your "
335
+ "browser's cache may solve the problem."
336
+ msgstr ""
337
+ "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der "
338
+ "häufigste Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser "
339
+ "speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die "
340
+ "Bandbreite zu reduzieren. Das nennt man den Browser Cache. Wenn Sie den "
341
+ "Cache Ihres Browsers löschen, könnte das Problem behoben sein."
342
 
343
  #: inc/php/page.php:151
344
+ msgid ""
345
+ "It's impossible to tell what could be wrong exactly, but if you post a "
346
+ "support request in the plugin's support forum on WordPress.org, we'd be "
347
+ "happy to give it a look and try to help out. Please include as much "
348
+ "information as possible, including a link to your website where the problem "
349
+ "can be seen."
350
  msgstr ""
351
 
352
  #: inc/php/page.php:153
353
+ msgid ""
354
+ "The last WordPress update is preventing me from editing the website of the "
355
+ "creator that is using this plugin. Why is this?"
356
+ msgstr ""
357
+ "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses "
358
+ "Plugin verwendet, zu bearbeiten. Warum ist das so?"
359
 
360
  #: inc/php/page.php:154
361
+ msgid ""
362
+ "This plugin can not cause such problem. More likely, the problem are related "
363
+ "to the settings of the website. It could just be a cache, so please try to "
364
+ "clear your website's cache (may be you using a caching plugin, or some web "
365
+ "service such as the CloudFlare) and then the cache of your web browser. Also "
366
+ "please try to re-login to the website, this too can help."
367
+ msgstr ""
368
+ "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich "
369
+ "hängt das Problem mit den Einstellungen der Webseite zusammen. Es könnte "
370
+ "einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu "
371
+ "löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen "
372
+ "Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen "
373
+ "Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
374
 
375
  #: inc/php/page.php:156
376
  msgid "Where to report bug if found?"
378
 
379
  #: inc/php/page.php:158
380
  #, php-format
381
+ msgid ""
382
+ "Please visit %s this page %s and report. Please do not forget to specify the "
383
+ "name of the plugin. Thank you!"
384
  msgstr ""
385
 
386
  #: inc/php/page.php:164
387
  msgid "Where to share any ideas or suggestions to make the plugin better?"
388
+ msgstr ""
389
+ "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu "
390
+ "machen?"
391
 
392
  #: inc/php/page.php:166
393
  #, php-format
394
+ msgid ""
395
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
396
+ "forget to specify the name of the plugin. Thank you!"
397
  msgstr ""
398
 
399
  #: inc/php/page.php:172
402
 
403
  #: inc/php/page.php:174
404
  #, php-format
405
+ msgid ""
406
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
407
+ "the creator %s, click on the donate button, and thank you!"
408
+ msgstr ""
409
+ "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine "
410
+ "Webseite %s, klicken Sie auf den Spenden Button und Danke!"
411
 
412
  #: inc/php/page.php:180
413
  msgid "My question wasn't answered here."
415
 
416
  #: inc/php/page.php:182
417
  #, php-format
418
+ msgid ""
419
+ "You can ask your question on %s this page %s. But please keep in mind that "
420
+ "this plugin is free, and there is no a special support team, so we have no "
421
+ "way to answer everyone."
422
  msgstr ""
423
 
424
  #: inc/php/page.php:196
431
 
432
  #: inc/php/page.php:209
433
  #, php-format
434
+ msgid ""
435
+ "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
436
+ "Chimp %s."
437
+ msgstr ""
438
+ "Hallo! Meine name ist %s Arthur Gareginyan %s und ich bin der Gründer von %s "
439
+ "Space X-Chimp %s."
440
 
441
  #: inc/php/page.php:217
442
+ msgid ""
443
+ "My intention is to create projects that will make this world a better place. "
444
+ "I'm really passionate about my work, I like what I'm doing and hope that you "
445
+ "will be enriched by my projects too."
446
+ msgstr ""
447
+ "Meine Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem "
448
+ "besseren Ort machen. Ich bin begeistert von meiner Arbeit, ich mag, was ich "
449
+ "tue, und hoffe, dass Sie auch von meinen Projekten bereichert werden."
450
 
451
  #: inc/php/page.php:218
452
+ msgid ""
453
+ "I spend a lot of time and effort trying to make sure that the themes, "
454
+ "plugins and other things I build are useful, and the ultimate proof of that "
455
+ "for me is that you actually want to use them. But, I’m an independent "
456
+ "developer, without a regular income, so every little contribution helps "
457
+ "cover my costs and lets me spend more time building things for people like "
458
+ "you to enjoy."
459
+ msgstr ""
460
+ "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die "
461
+ "Themes, Plugins und andere Dinge, die ich entwickle, nützlich sind. Der "
462
+ "ultimative Beweis für mich ist, dass Sie sie tatsächlich verwenden. Aber ich "
463
+ "bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder kleine "
464
+ "Beitrag trägt dazu bei, meine Kosten zu decken und schenkt mir mehr Zeit "
465
+ "damit zu verbringen, Dinge für Leute wie Sie zu gestalten."
466
 
467
  #: inc/php/page.php:219
468
  msgid "If you appreciate my work, you can buy me a coffee!"
469
+ msgstr ""
470
+ "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
471
 
472
  #: inc/php/page.php:220
473
  msgid "Thank you for your support!"
482
  msgstr "Buttons"
483
 
484
  #: inc/php/settings.php:27
485
+ msgid ""
486
+ "Just fill in the required fields to make a buttons. The social networking "
487
+ "buttons will lead directly to your profile pages. If you don't want to use "
488
+ "any of the following buttons, you can not fill them and then they do not "
489
+ "appear."
490
+ msgstr ""
491
+ "Füllen die benötigten Felder aus, um einen Button zu erzeugen. Die Buttons "
492
+ "des sozialen Netzwerkes leiten Sie direkt auf die Profilseite. Wenn Sie die "
493
+ "Felder leer lassen, erscheinen diese sozialen Netzwerke auch nicht als "
494
+ "Button."
495
 
496
  #: inc/php/settings.php:35
497
  msgid "Display options"
531
 
532
  #: inc/php/settings.php:54
533
  msgid "Enable a tooltips with name of the social media above every button."
534
+ msgstr ""
535
+ "Aktivieren Sie einen Tooltip mit dem Namen des sozialen Netzwerks über jedem "
536
+ "Button."
537
 
538
  #: inc/php/settings.php:57
539
  msgid "Icon size"
540
  msgstr "Icon Grösse"
541
 
542
  #: inc/php/settings.php:58
543
+ msgid ""
544
+ "Enter the size of icons (in pixels) in your social media follow buttons bar."
545
+ msgstr ""
546
+ "Geben Sie die Grösse der Icons (in Pixeln) der \"social media follow buttons "
547
+ "bar\" ein."
548
 
549
  #: inc/php/settings.php:62
550
  msgid "Margin"
551
  msgstr "Rand"
552
 
553
  #: inc/php/settings.php:63
554
+ msgid ""
555
+ "Enter the size of space (in pixels) between icons in your social media "
556
+ "follow buttons bar."
557
+ msgstr ""
558
+ "Geben Sie die Grösse des Zwischenraums (in Pixeln) zwischen den Icons der "
559
+ "\"social media follow buttons bar\" ein."
560
 
561
  #: inc/php/settings.php:68
562
  msgid "Left"
583
  msgstr "Überschrift"
584
 
585
  #: inc/php/settings.php:78
586
+ msgid ""
587
+ "Enter the caption to your social media follow buttons bar. It will be "
588
+ "displays before the toolbar."
589
+ msgstr ""
590
+ "Fügen Sie die Überschrift zu Ihrer \"social media follow buttons bar\" "
591
+ "hinzu. Diese wird vor der Toolbar angezeigt."
592
 
593
  #: inc/php/settings.php:89
594
  msgid "Live Preview"
596
 
597
  #: inc/php/settings.php:91
598
  msgid "Click the \"Save changes\" button to update this preview."
599
+ msgstr ""
600
+ "Klicken Sie den Button \"Änderungen speichern\" um die Vorschau zu "
601
+ "aktualisieren."
602
 
603
  #: inc/php/settings.php:99 inc/php/sidebar.php:32
604
+ msgid ""
605
+ "I'm an independent developer, without a regular income, so every little "
606
+ "contribution helps cover my costs and lets me spend more time building "
607
+ "things for people like you to enjoy."
608
+ msgstr ""
609
+ "Ich bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder "
610
+ "kleine Beitrag trägt dazu bei, meine Kosten zu decken und ich kann mehr Zeit "
611
+ "damit verbringen, Dinge für Leute wie Sie zu entwickeln."
612
 
613
  #: inc/php/settings.php:106 inc/php/sidebar.php:39
614
  msgid "Thanks for your support!"
619
  msgstr "Über"
620
 
621
  #: inc/php/sidebar.php:18
622
+ msgid ""
623
+ "This plugin allows you to easily add the social media follow buttons bar to "
624
+ "any place of your website."
625
+ msgstr ""
626
+ "Mit Hilfe dieses Plugins können Sie auf einfache Weise die \"social media "
627
+ "follow buttons bar\" überall auf Ihrer Webseite hinzufügen."
628
 
629
  #: inc/php/sidebar.php:23
630
  msgid "Help"
643
  msgstr "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
644
 
645
  #. Description of the plugin/theme
646
+ msgid ""
647
+ "Easily add the smart bar with social media follow buttons (not share, only "
648
+ "link to your profiles) to any place of your WordPress website."
649
+ msgstr ""
650
+ "Fügt eine Smart Bar mit social media follow buttons an eine beliebige Stelle "
651
+ "auf Ihrer WordPress Webseite."
652
 
653
  #. Author of the plugin/theme
654
  msgid "Arthur Gareginyan"
languages/social-media-buttons-toolbar-es_ES.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-es_ES.po CHANGED
@@ -3,20 +3,22 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
- "POT-Creation-Date: 2018-01-19 15:14+0300\n"
7
- "PO-Revision-Date: 2018-01-20 16:04+0300\n"
8
- "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
- "X-Generator: Poedit 1.8.7\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 
 
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
@@ -38,8 +40,12 @@ msgid "Enter the link to your %s profile page"
38
  msgstr "Ingresa el enlace a tu página de perfil de %s"
39
 
40
  #: inc/php/list.php:1
41
- msgid "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
42
- msgstr "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
 
 
 
 
43
 
44
  #: inc/php/list.php:1
45
  msgid "Enter the link to your personal website"
@@ -104,7 +110,9 @@ msgid "Usage Instructions"
104
  msgstr "Instrucciones de uso"
105
 
106
  #: inc/php/page.php:65
107
- msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
 
 
108
  msgstr ""
109
 
110
  #: inc/php/page.php:67
@@ -124,23 +132,41 @@ msgid "Click the \"Save changes\" button."
124
  msgstr "Clic en el botón \"Guardar Cambios\"."
125
 
126
  #: inc/php/page.php:71
127
- msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\"). Just choose the one that is more suitable for your case."
 
 
 
128
  msgstr ""
129
 
130
  #: inc/php/page.php:72
131
- msgid "<b>A)</b> For display the buttons below a content on every Posts or/and Pages, just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section \"Display options\", then click the \"Save changes\" button."
 
 
 
132
  msgstr ""
133
 
134
  #: inc/php/page.php:73
135
- msgid "<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the following shortcode:"
136
- msgstr "<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/Páginas de Wordpress usa el siguiente shortcode:"
 
 
 
 
137
 
138
  #: inc/php/page.php:75
139
- msgid "<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
140
- msgstr "<b>C)</b> Para añadir la barra al área de widgets (en la barra lateral, en el pie, u otro) usa el widget \"Text\" y agregálo dentro del siguiente shortcode:"
 
 
 
 
 
141
 
142
  #: inc/php/page.php:77
143
- msgid "<b>D)</b> For add the buttons directly to a theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
 
 
 
144
  msgstr ""
145
 
146
  #: inc/php/page.php:80
@@ -157,52 +183,87 @@ msgstr "¡Nota!"
157
 
158
  #: inc/php/page.php:83
159
  #, php-format
160
- msgid "If you want more options then %s tell us %s and we will be happy to add it."
161
- msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
 
 
162
 
163
  #: inc/php/page.php:97
164
  msgid "Frequently Asked Questions"
165
  msgstr "Preguntas Frecuentes"
166
 
167
  #: inc/php/page.php:101
168
- msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
169
- msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
 
 
 
 
170
 
171
  #: inc/php/page.php:123
172
  msgid "Will this plugin work on my WordPress.COM website?"
173
  msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
174
 
175
  #: inc/php/page.php:124
176
- msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
177
- msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (WordPress.ORG)."
 
 
 
 
178
 
179
  #: inc/php/page.php:126
180
  msgid "Can I use this plugin on my language?"
181
  msgstr "¿Puedo usar este complemento en mi idioma?"
182
 
183
  #: inc/php/page.php:127
184
- msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
185
- msgstr "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
 
 
 
 
186
 
187
  #: inc/php/page.php:129
188
  #, php-format
189
- msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
190
- msgstr "Si quieres ayudar a traducir este complemento, visita el %s. También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción. Simplemente envíeme el archivo PO en el %s e incluiremos esta traducción en la siguiente actualización del complemento."
 
 
 
 
 
 
 
 
 
 
191
 
192
  #: inc/php/page.php:134
193
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
194
- msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
 
 
 
 
195
 
196
  #: inc/php/page.php:135
197
- msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
198
- msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. ¡Gracias por tu contribución!"
 
 
 
 
199
 
200
  #: inc/php/page.php:137
201
  msgid "How does it work?"
202
  msgstr "¿Como funciona?"
203
 
204
  #: inc/php/page.php:138
205
- msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button. Enjoy your fancy social media follow buttons. It's that simple!"
 
 
 
206
  msgstr ""
207
 
208
  #: inc/php/page.php:140
@@ -210,23 +271,36 @@ msgid "Does this plugin requires any modification of the theme?"
210
  msgstr "¿Este complemento requiere alguna modificación del tema?"
211
 
212
  #: inc/php/page.php:141
213
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
214
- msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
 
 
 
 
215
 
216
  #: inc/php/page.php:143
217
  msgid "Does this require any knowledge of HTML or CSS?"
218
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
219
 
220
  #: inc/php/page.php:144
221
- msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
222
- msgstr "Absolutamente no. Este complemento se puede configurar sin conocimientos de HTML o CSS, utilizando su página de configuración la cual es fácil de usar."
 
 
 
 
223
 
224
  #: inc/php/page.php:146
225
- msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
 
 
226
  msgstr ""
227
 
228
  #: inc/php/page.php:147
229
- msgid "The images that uses in this plugin are already compressed, but I will do my best to find out what else can be done with the images in order to compress them even better."
 
 
 
230
  msgstr ""
231
 
232
  #: inc/php/page.php:149
@@ -234,20 +308,56 @@ msgid "It's not working. What could be wrong?"
234
  msgstr "No funciona. ¿Qué podría estar mal?"
235
 
236
  #: inc/php/page.php:150
237
- msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
238
- msgstr "Como con todos los complementos, es posible que las cosas no funcionen. La razón más común para esto es la caché de un navegador web. Cada navegador web almacena una caché de los sitios web que visitas (páginas, imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto se denomina caché del navegador. Limpiar la caché del navegador puede resolver el problema."
 
 
 
 
 
 
 
 
 
 
 
239
 
240
  #: inc/php/page.php:151
241
- msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
242
- msgstr "Es imposible decir exactamente lo que podría estar mal, pero si publicas una solicitud de soporte en el foro de soporte del complemento en WordPress.org, estaremos encantados de darle un vistazo e intentar ayudarte. Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
 
 
 
 
 
 
 
 
 
 
243
 
244
  #: inc/php/page.php:153
245
- msgid "The last WordPress update is preventing me from editing the website of the creator that is using this plugin. Why is this?"
246
- msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. ¿Porqué sucede esto?"
 
 
 
 
247
 
248
  #: inc/php/page.php:154
249
- msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
250
- msgstr "Este complemento no puede causar este problema. Lo más probable es que el problema esté relacionado con la configuración del sitio web. Podría ser sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu navegador web. También intenta volver a conectarte al sitio web, esto también puede ayudar."
 
 
 
 
 
 
 
 
 
 
 
251
 
252
  #: inc/php/page.php:156
253
  msgid "Where to report bug if found?"
@@ -255,7 +365,9 @@ msgstr "¿Dónde informar el error si se encuentra?"
255
 
256
  #: inc/php/page.php:158
257
  #, php-format
258
- msgid "Please visit %s this page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
 
 
259
  msgstr ""
260
 
261
  #: inc/php/page.php:164
@@ -264,7 +376,9 @@ msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
264
 
265
  #: inc/php/page.php:166
266
  #, php-format
267
- msgid "Any suggestions are very welcome! Just contact us %s here %s. Please do not forget to specify the name of the plugin. Thank you!"
 
 
268
  msgstr ""
269
 
270
  #: inc/php/page.php:172
@@ -273,8 +387,12 @@ msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
273
 
274
  #: inc/php/page.php:174
275
  #, php-format
276
- msgid "Yes, any financial contributions are welcome! Just visit %s the website of the creator %s, click on the donate button, and thank you!"
277
- msgstr "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el botón DONAR y gracias!"
 
 
 
 
278
 
279
  #: inc/php/page.php:180
280
  msgid "My question wasn't answered here."
@@ -282,8 +400,14 @@ msgstr "Mi pregunta no fue contestada aquí."
282
 
283
  #: inc/php/page.php:182
284
  #, php-format
285
- msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
286
- msgstr "Puede hacer tu pregunta en %s esta página %s. Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tenemos forma de responder a todos."
 
 
 
 
 
 
287
 
288
  #: inc/php/page.php:196
289
  msgid "Support Me"
@@ -295,16 +419,38 @@ msgstr "Donar con PayPal"
295
 
296
  #: inc/php/page.php:209
297
  #, php-format
298
- msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
299
- msgstr "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-Chimp %s."
 
 
 
 
300
 
301
  #: inc/php/page.php:217
302
- msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
303
- msgstr "Mi intención es crear proyectos que hagan de este mundo un lugar mejor. Soy realmente apasionado por mi trabajo, me gusta lo que estoy haciendo y espero que tú también te enriquezcas con mis proyectos."
 
 
 
 
 
 
304
 
305
  #: inc/php/page.php:218
306
- msgid "I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
307
- msgstr "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyo sean útiles, y la prueba definitiva para mí de que son útiles, es que realmente desea utilizarlos. Pero, soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución me ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que la gente como tú lo disfrute."
 
 
 
 
 
 
 
 
 
 
 
 
308
 
309
  #: inc/php/page.php:219
310
  msgid "If you appreciate my work, you can buy me a coffee!"
@@ -323,8 +469,16 @@ msgid "Buttons"
323
  msgstr "Botones"
324
 
325
  #: inc/php/settings.php:27
326
- msgid "Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don't want to use any of the following buttons, you can not fill them and then they do not appear."
327
- msgstr "Sólo llena los campos requeridos para hacer los botones. Los botones de cada red social conducirán directamente a tu página de perfil en esa red. Si no quieres usar alguno de los botones, sencillamente no lo llenes y no aparecerá."
 
 
 
 
 
 
 
 
328
 
329
  #: inc/php/settings.php:35
330
  msgid "Display options"
@@ -371,16 +525,23 @@ msgid "Icon size"
371
  msgstr "Tamaño de ícono"
372
 
373
  #: inc/php/settings.php:58
374
- msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
375
- msgstr "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media."
 
 
 
376
 
377
  #: inc/php/settings.php:62
378
  msgid "Margin"
379
  msgstr "Margen"
380
 
381
  #: inc/php/settings.php:63
382
- msgid "Enter the size of space (in pixels) between icons in your social media follow buttons bar."
383
- msgstr "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media."
 
 
 
 
384
 
385
  #: inc/php/settings.php:68
386
  msgid "Left"
@@ -407,8 +568,12 @@ msgid "Caption"
407
  msgstr "Leyenda"
408
 
409
  #: inc/php/settings.php:78
410
- msgid "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
411
- msgstr "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de la barra de botones."
 
 
 
 
412
 
413
  #: inc/php/settings.php:89
414
  msgid "Live Preview"
@@ -416,11 +581,18 @@ msgstr "Vista Previa"
416
 
417
  #: inc/php/settings.php:91
418
  msgid "Click the \"Save changes\" button to update this preview."
419
- msgstr "Has clic en el botón \"Guardar Cambios\" para actualizar esta vista previa."
 
420
 
421
  #: inc/php/settings.php:99 inc/php/sidebar.php:32
422
- msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
423
- msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
 
 
 
 
 
 
424
 
425
  #: inc/php/settings.php:106 inc/php/sidebar.php:39
426
  msgid "Thanks for your support!"
@@ -431,8 +603,12 @@ msgid "About"
431
  msgstr "Acerca de"
432
 
433
  #: inc/php/sidebar.php:18
434
- msgid "This plugin allows you to easily add the social media follow buttons bar to any place of your website."
435
- msgstr "Este plugin te permite añadir fácilmente una barra de botones de social media en cualquier parte de tu sitio web."
 
 
 
 
436
 
437
  #: inc/php/sidebar.php:23
438
  msgid "Help"
@@ -440,7 +616,9 @@ msgstr "Ayuda"
440
 
441
  #: inc/php/sidebar.php:25
442
  msgid "If you have a question, please read the information in the FAQ section."
443
- msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
 
 
444
 
445
  #. Plugin Name of the plugin/theme
446
  msgid "Social Media Follow Buttons Bar"
@@ -451,8 +629,13 @@ msgid "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
451
  msgstr "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
452
 
453
  #. Description of the plugin/theme
454
- msgid "Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website."
455
- msgstr "Añade fácilmente una barra inteligente con botones de social media (no para compartir, sólo para enlazar a tus perfiles sociales) en cualquier parte tu sitio web hecho en Wordpress."
 
 
 
 
 
456
 
457
  #. Author of the plugin/theme
458
  msgid "Arthur Gareginyan"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2018-03-04 01:49+0300\n"
7
+ "PO-Revision-Date: 2018-03-04 01:49+0300\n"
8
+ "Last-Translator: Arthur Gareginyan <arthurgareginyan@gmail.com>\n"
9
  "Language-Team: \n"
10
  "Language: es\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 2.0.6\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
21
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
40
  msgstr "Ingresa el enlace a tu página de perfil de %s"
41
 
42
  #: inc/php/list.php:1
43
+ msgid ""
44
+ "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
45
+ "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
46
+ msgstr ""
47
+ "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, "
48
+ "o <b>?add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
49
 
50
  #: inc/php/list.php:1
51
  msgid "Enter the link to your personal website"
110
  msgstr "Instrucciones de uso"
111
 
112
  #: inc/php/page.php:65
113
+ msgid ""
114
+ "To display the social media follow buttons bar on the front end of your "
115
+ "website, simply follow these steps:"
116
  msgstr ""
117
 
118
  #: inc/php/page.php:67
132
  msgstr "Clic en el botón \"Guardar Cambios\"."
133
 
134
  #: inc/php/page.php:71
135
+ msgid ""
136
+ "Now you have several methods for display the social media follow buttons bar "
137
+ "(further just \"buttons\"). Just choose the one that is more suitable for "
138
+ "your case."
139
  msgstr ""
140
 
141
  #: inc/php/page.php:72
142
+ msgid ""
143
+ "<b>A)</b> For display the buttons below a content on every Posts or/and "
144
+ "Pages, just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in "
145
+ "the section \"Display options\", then click the \"Save changes\" button."
146
  msgstr ""
147
 
148
  #: inc/php/page.php:73
149
+ msgid ""
150
+ "<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the "
151
+ "following shortcode:"
152
+ msgstr ""
153
+ "<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de "
154
+ "Entradas/Páginas de Wordpress usa el siguiente shortcode:"
155
 
156
  #: inc/php/page.php:75
157
+ msgid ""
158
+ "<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) "
159
+ "use the \"Text\" widget and add inside it the following shortcode:"
160
+ msgstr ""
161
+ "<b>C)</b> Para añadir la barra al área de widgets (en la barra lateral, en "
162
+ "el pie, u otro) usa el widget \"Text\" y agregálo dentro del siguiente "
163
+ "shortcode:"
164
 
165
  #: inc/php/page.php:77
166
+ msgid ""
167
+ "<b>D)</b> For add the buttons directly to a theme files, just add the "
168
+ "following code to needed place (where you want to display the buttons) in "
169
+ "your theme files:"
170
  msgstr ""
171
 
172
  #: inc/php/page.php:80
183
 
184
  #: inc/php/page.php:83
185
  #, php-format
186
+ msgid ""
187
+ "If you want more options then %s tell us %s and we will be happy to add it."
188
+ msgstr ""
189
+ "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
190
 
191
  #: inc/php/page.php:97
192
  msgid "Frequently Asked Questions"
193
  msgstr "Preguntas Frecuentes"
194
 
195
  #: inc/php/page.php:101
196
+ msgid ""
197
+ "If you have a question, please read the Frequently Asked Questions below to "
198
+ "see if the answer is here."
199
+ msgstr ""
200
+ "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a "
201
+ "continuación, para ver si la respuesta está aquí."
202
 
203
  #: inc/php/page.php:123
204
  msgid "Will this plugin work on my WordPress.COM website?"
205
  msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
206
 
207
  #: inc/php/page.php:124
208
+ msgid ""
209
+ "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
210
+ "websites."
211
+ msgstr ""
212
+ "Lo sentimos, este complemento está disponible para su uso solo en sitios web "
213
+ "alojados (WordPress.ORG)."
214
 
215
  #: inc/php/page.php:126
216
  msgid "Can I use this plugin on my language?"
217
  msgstr "¿Puedo usar este complemento en mi idioma?"
218
 
219
  #: inc/php/page.php:127
220
+ msgid ""
221
+ "Yes. This plugin is ready for translation and has already been translated "
222
+ "into several languages."
223
+ msgstr ""
224
+ "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a "
225
+ "varios idiomas."
226
 
227
  #: inc/php/page.php:129
228
  #, php-format
229
+ msgid ""
230
+ "If you want to help translate this plugin then please visit the %s. You can "
231
+ "also use the POT file, that is included and placed in the \"languages\" "
232
+ "folder, in order to create a translation PO file. Just send the PO file to "
233
+ "us at the %s and we will include this translation within the next plugin "
234
+ "update."
235
+ msgstr ""
236
+ "Si quieres ayudar a traducir este complemento, visita el %s. También puede "
237
+ "utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para "
238
+ "crear un archivo PO de traducción. Simplemente envíeme el archivo PO en el "
239
+ "%s e incluiremos esta traducción en la siguiente actualización del "
240
+ "complemento."
241
 
242
  #: inc/php/page.php:134
243
+ msgid ""
244
+ "Maybe not all existed translations are up to date. You are welcome to "
245
+ "contribute corrections!"
246
+ msgstr ""
247
+ "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos "
248
+ "a contribuir correcciones!"
249
 
250
  #: inc/php/page.php:135
251
+ msgid ""
252
+ "Many of plugin users would be delighted if you share your translation with "
253
+ "the community. Thanks for your contribution!"
254
+ msgstr ""
255
+ "Muchos de los usuarios de este complemento estarían encantados si compartes "
256
+ "tu traducción con la comunidad. ¡Gracias por tu contribución!"
257
 
258
  #: inc/php/page.php:137
259
  msgid "How does it work?"
260
  msgstr "¿Como funciona?"
261
 
262
  #: inc/php/page.php:138
263
+ msgid ""
264
+ "On the \"Settings\" tab, select the desired settings and click the \"Save "
265
+ "changes\" button. Enjoy your fancy social media follow buttons. It's that "
266
+ "simple!"
267
  msgstr ""
268
 
269
  #: inc/php/page.php:140
271
  msgstr "¿Este complemento requiere alguna modificación del tema?"
272
 
273
  #: inc/php/page.php:141
274
+ msgid ""
275
+ "Absolutely not. This plugin is configurable entirely from the plugin "
276
+ "settings page."
277
+ msgstr ""
278
+ "Absolutamente NO. Este complemento se puede configurar completamente desde "
279
+ "su página de configuración."
280
 
281
  #: inc/php/page.php:143
282
  msgid "Does this require any knowledge of HTML or CSS?"
283
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
284
 
285
  #: inc/php/page.php:144
286
+ msgid ""
287
+ "Absolutely not. This plugin can be configured with no knowledge of HTML or "
288
+ "CSS, using an easy-to-use plugin settings page."
289
+ msgstr ""
290
+ "Absolutamente no. Este complemento se puede configurar sin conocimientos de "
291
+ "HTML o CSS, utilizando su página de configuración la cual es fácil de usar."
292
 
293
  #: inc/php/page.php:146
294
+ msgid ""
295
+ "What I need to do if the Google PageSpeed test says that this plugin images "
296
+ "must be compressed?"
297
  msgstr ""
298
 
299
  #: inc/php/page.php:147
300
+ msgid ""
301
+ "The images that uses in this plugin are already compressed, but I will do my "
302
+ "best to find out what else can be done with the images in order to compress "
303
+ "them even better."
304
  msgstr ""
305
 
306
  #: inc/php/page.php:149
308
  msgstr "No funciona. ¿Qué podría estar mal?"
309
 
310
  #: inc/php/page.php:150
311
+ msgid ""
312
+ "As with every plugin, it's possible that things don't work. The most common "
313
+ "reason for this is a web browser's cache. Every web browser stores a cache "
314
+ "of the websites you visit (pages, images, and etc.) to reduce bandwidth "
315
+ "usage and server load. This is called the browser's cache.​ Clearing your "
316
+ "browser's cache may solve the problem."
317
+ msgstr ""
318
+ "Como con todos los complementos, es posible que las cosas no funcionen. La "
319
+ "razón más común para esto es la caché de un navegador web. Cada navegador "
320
+ "web almacena una caché de los sitios web que visitas (páginas, imágenes y "
321
+ "etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto "
322
+ "se denomina caché del navegador. Limpiar la caché del navegador puede "
323
+ "resolver el problema."
324
 
325
  #: inc/php/page.php:151
326
+ msgid ""
327
+ "It's impossible to tell what could be wrong exactly, but if you post a "
328
+ "support request in the plugin's support forum on WordPress.org, we'd be "
329
+ "happy to give it a look and try to help out. Please include as much "
330
+ "information as possible, including a link to your website where the problem "
331
+ "can be seen."
332
+ msgstr ""
333
+ "Es imposible decir exactamente lo que podría estar mal, pero si publicas una "
334
+ "solicitud de soporte en el foro de soporte del complemento en WordPress.org, "
335
+ "estaremos encantados de darle un vistazo e intentar ayudarte. Incluye tanta "
336
+ "información como sea posible, incluyendo un enlace a tu sitio web donde se "
337
+ "pueda ver el problema."
338
 
339
  #: inc/php/page.php:153
340
+ msgid ""
341
+ "The last WordPress update is preventing me from editing the website of the "
342
+ "creator that is using this plugin. Why is this?"
343
+ msgstr ""
344
+ "La última actualización de WordPress me impide editar mi sitio web que está "
345
+ "utilizando este complemento. ¿Porqué sucede esto?"
346
 
347
  #: inc/php/page.php:154
348
+ msgid ""
349
+ "This plugin can not cause such problem. More likely, the problem are related "
350
+ "to the settings of the website. It could just be a cache, so please try to "
351
+ "clear your website's cache (may be you using a caching plugin, or some web "
352
+ "service such as the CloudFlare) and then the cache of your web browser. Also "
353
+ "please try to re-login to the website, this too can help."
354
+ msgstr ""
355
+ "Este complemento no puede causar este problema. Lo más probable es que el "
356
+ "problema esté relacionado con la configuración del sitio web. Podría ser "
357
+ "sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser "
358
+ "que utilices un complemento de caché o algún servicio web como CloudFlare) y "
359
+ "luego la caché de tu navegador web. También intenta volver a conectarte al "
360
+ "sitio web, esto también puede ayudar."
361
 
362
  #: inc/php/page.php:156
363
  msgid "Where to report bug if found?"
365
 
366
  #: inc/php/page.php:158
367
  #, php-format
368
+ msgid ""
369
+ "Please visit %s this page %s and report. Please do not forget to specify the "
370
+ "name of the plugin. Thank you!"
371
  msgstr ""
372
 
373
  #: inc/php/page.php:164
376
 
377
  #: inc/php/page.php:166
378
  #, php-format
379
+ msgid ""
380
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
381
+ "forget to specify the name of the plugin. Thank you!"
382
  msgstr ""
383
 
384
  #: inc/php/page.php:172
387
 
388
  #: inc/php/page.php:174
389
  #, php-format
390
+ msgid ""
391
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
392
+ "the creator %s, click on the donate button, and thank you!"
393
+ msgstr ""
394
+ "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s "
395
+ "mi sitio web %s, has clic en el botón DONAR y gracias!"
396
 
397
  #: inc/php/page.php:180
398
  msgid "My question wasn't answered here."
400
 
401
  #: inc/php/page.php:182
402
  #, php-format
403
+ msgid ""
404
+ "You can ask your question on %s this page %s. But please keep in mind that "
405
+ "this plugin is free, and there is no a special support team, so we have no "
406
+ "way to answer everyone."
407
+ msgstr ""
408
+ "Puede hacer tu pregunta en %s esta página %s. Pero ten en cuenta que este "
409
+ "complemento es gratuito, y no hay un equipo de soporte especial, así que no "
410
+ "tenemos forma de responder a todos."
411
 
412
  #: inc/php/page.php:196
413
  msgid "Support Me"
419
 
420
  #: inc/php/page.php:209
421
  #, php-format
422
+ msgid ""
423
+ "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
424
+ "Chimp %s."
425
+ msgstr ""
426
+ "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-"
427
+ "Chimp %s."
428
 
429
  #: inc/php/page.php:217
430
+ msgid ""
431
+ "My intention is to create projects that will make this world a better place. "
432
+ "I'm really passionate about my work, I like what I'm doing and hope that you "
433
+ "will be enriched by my projects too."
434
+ msgstr ""
435
+ "Mi intención es crear proyectos que hagan de este mundo un lugar mejor. Soy "
436
+ "realmente apasionado por mi trabajo, me gusta lo que estoy haciendo y espero "
437
+ "que tú también te enriquezcas con mis proyectos."
438
 
439
  #: inc/php/page.php:218
440
+ msgid ""
441
+ "I spend a lot of time and effort trying to make sure that the themes, "
442
+ "plugins and other things I build are useful, and the ultimate proof of that "
443
+ "for me is that you actually want to use them. But, I’m an independent "
444
+ "developer, without a regular income, so every little contribution helps "
445
+ "cover my costs and lets me spend more time building things for people like "
446
+ "you to enjoy."
447
+ msgstr ""
448
+ "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, "
449
+ "complementos y otras cosas que construyo sean útiles, y la prueba definitiva "
450
+ "para mí de que son útiles, es que realmente desea utilizarlos. Pero, soy un "
451
+ "desarrollador independiente, sin un ingreso regular, por lo que cada pequeña "
452
+ "contribución me ayuda a cubrir mis costos y me deja pasar más tiempo "
453
+ "construyendo cosas para que la gente como tú lo disfrute."
454
 
455
  #: inc/php/page.php:219
456
  msgid "If you appreciate my work, you can buy me a coffee!"
469
  msgstr "Botones"
470
 
471
  #: inc/php/settings.php:27
472
+ msgid ""
473
+ "Just fill in the required fields to make a buttons. The social networking "
474
+ "buttons will lead directly to your profile pages. If you don't want to use "
475
+ "any of the following buttons, you can not fill them and then they do not "
476
+ "appear."
477
+ msgstr ""
478
+ "Sólo llena los campos requeridos para hacer los botones. Los botones de cada "
479
+ "red social conducirán directamente a tu página de perfil en esa red. Si no "
480
+ "quieres usar alguno de los botones, sencillamente no lo llenes y no "
481
+ "aparecerá."
482
 
483
  #: inc/php/settings.php:35
484
  msgid "Display options"
525
  msgstr "Tamaño de ícono"
526
 
527
  #: inc/php/settings.php:58
528
+ msgid ""
529
+ "Enter the size of icons (in pixels) in your social media follow buttons bar."
530
+ msgstr ""
531
+ "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social "
532
+ "Media."
533
 
534
  #: inc/php/settings.php:62
535
  msgid "Margin"
536
  msgstr "Margen"
537
 
538
  #: inc/php/settings.php:63
539
+ msgid ""
540
+ "Enter the size of space (in pixels) between icons in your social media "
541
+ "follow buttons bar."
542
+ msgstr ""
543
+ "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de "
544
+ "Social Media."
545
 
546
  #: inc/php/settings.php:68
547
  msgid "Left"
568
  msgstr "Leyenda"
569
 
570
  #: inc/php/settings.php:78
571
+ msgid ""
572
+ "Enter the caption to your social media follow buttons bar. It will be "
573
+ "displays before the toolbar."
574
+ msgstr ""
575
+ "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá "
576
+ "arriba de la barra de botones."
577
 
578
  #: inc/php/settings.php:89
579
  msgid "Live Preview"
581
 
582
  #: inc/php/settings.php:91
583
  msgid "Click the \"Save changes\" button to update this preview."
584
+ msgstr ""
585
+ "Has clic en el botón \"Guardar Cambios\" para actualizar esta vista previa."
586
 
587
  #: inc/php/settings.php:99 inc/php/sidebar.php:32
588
+ msgid ""
589
+ "I'm an independent developer, without a regular income, so every little "
590
+ "contribution helps cover my costs and lets me spend more time building "
591
+ "things for people like you to enjoy."
592
+ msgstr ""
593
+ "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada "
594
+ "pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo "
595
+ "construyendo cosas para que personas como tú las disfruten."
596
 
597
  #: inc/php/settings.php:106 inc/php/sidebar.php:39
598
  msgid "Thanks for your support!"
603
  msgstr "Acerca de"
604
 
605
  #: inc/php/sidebar.php:18
606
+ msgid ""
607
+ "This plugin allows you to easily add the social media follow buttons bar to "
608
+ "any place of your website."
609
+ msgstr ""
610
+ "Este plugin te permite añadir fácilmente una barra de botones de social "
611
+ "media en cualquier parte de tu sitio web."
612
 
613
  #: inc/php/sidebar.php:23
614
  msgid "Help"
616
 
617
  #: inc/php/sidebar.php:25
618
  msgid "If you have a question, please read the information in the FAQ section."
619
+ msgstr ""
620
+ "Si tiene alguna pregunta, lee la información en la sección de preguntas "
621
+ "frecuentes."
622
 
623
  #. Plugin Name of the plugin/theme
624
  msgid "Social Media Follow Buttons Bar"
629
  msgstr "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
630
 
631
  #. Description of the plugin/theme
632
+ msgid ""
633
+ "Easily add the smart bar with social media follow buttons (not share, only "
634
+ "link to your profiles) to any place of your WordPress website."
635
+ msgstr ""
636
+ "Añade fácilmente una barra inteligente con botones de social media (no para "
637
+ "compartir, sólo para enlazar a tus perfiles sociales) en cualquier parte tu "
638
+ "sitio web hecho en Wordpress."
639
 
640
  #. Author of the plugin/theme
641
  msgid "Arthur Gareginyan"
languages/social-media-buttons-toolbar-ru_RU.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-ru_RU.po CHANGED
@@ -1,20 +1,23 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
- "POT-Creation-Date: 2018-01-19 15:17+0300\n"
5
- "PO-Revision-Date: 2018-01-20 14:25+0300\n"
6
- "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
13
- "X-Generator: Poedit 1.8.7\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 
 
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPathExcluded-0: *.js\n"
20
 
@@ -36,8 +39,13 @@ msgid "Enter the link to your %s profile page"
36
  msgstr "Введите ссылку на вашу страницу профиля %s"
37
 
38
  #: inc/php/list.php:1
39
- msgid "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
40
- msgstr "Введите свое имя в Skype с приставкой <b>skype:</b> и суффиксом <b>?call</b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра профиля"
 
 
 
 
 
41
 
42
  #: inc/php/list.php:1
43
  msgid "Enter the link to your personal website"
@@ -62,7 +70,8 @@ msgstr "Привет! Мы - команда Space X-Chimp."
62
  #: inc/php/messages.php:28
63
  #, php-format
64
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
65
- msgstr "Благодарим вас за установку нашего плагина! Надеемся, он вам полюбится! %s"
 
66
 
67
  #: inc/php/messages.php:68
68
  msgid "You have installed an old version of this plugin."
@@ -102,8 +111,12 @@ msgid "Usage Instructions"
102
  msgstr "Инструкция по использованию"
103
 
104
  #: inc/php/page.php:65
105
- msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
106
- msgstr "Чтобы отобразить панель социальных кнопок на передней панели вашего веб-сайта, просто выполните следующие действия:"
 
 
 
 
107
 
108
  #: inc/php/page.php:67
109
  msgid "Go to the \"Settings\" tab."
@@ -122,24 +135,52 @@ msgid "Click the \"Save changes\" button."
122
  msgstr "Нажмите кнопку «Сохранить изменения»."
123
 
124
  #: inc/php/page.php:71
125
- msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\"). Just choose the one that is more suitable for your case."
126
- msgstr "Теперь у вас есть несколько способов отображения панели социальных сетей (далее просто «кнопки»). Просто выберите ту, которая больше подходит для вашего дела."
 
 
 
 
 
 
127
 
128
  #: inc/php/page.php:72
129
- msgid "<b>A)</b> For display the buttons below a content on every Posts or/and Pages, just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section \"Display options\", then click the \"Save changes\" button."
130
- msgstr "<b)</b> Для отображения кнопок ниже содержимого на каждой странице или/и страницах, просто установите флажок “Показывать в записях” или/и “Показывать на страницах” в разделе “Настройки отображения”, затем нажмите кнопку “Сохранить изменения”."
 
 
 
 
 
 
 
131
 
132
  #: inc/php/page.php:73
133
- msgid "<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the following shortcode:"
134
- msgstr "<b)</b> Для добавления кнопок внутри сообщения из редактора WP Post/Page используйте следующий короткий код:"
 
 
 
 
135
 
136
  #: inc/php/page.php:75
137
- msgid "<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
138
- msgstr "<b)</b> Для добавления кнопки в область виджетов боковой панели, нижнем колонтитуле и т.д.) используйте виджет «Текст» и добавьте в него следующий короткий код:"
 
 
 
 
 
139
 
140
  #: inc/php/page.php:77
141
- msgid "<b>D)</b> For add the buttons directly to a theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
142
- msgstr "<b)</b> Для добавления кнопок непосредственно к файлам темы, просто добавьте следующий код в нужное место (где вы хотите отображать кнопки) в файлах темы:"
 
 
 
 
 
 
143
 
144
  #: inc/php/page.php:80
145
  msgid "Enjoy your fancy social media follow buttons."
@@ -155,15 +196,20 @@ msgstr "Примечание!"
155
 
156
  #: inc/php/page.php:83
157
  #, php-format
158
- msgid "If you want more options then %s tell us %s and we will be happy to add it."
159
- msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
 
 
 
160
 
161
  #: inc/php/page.php:97
162
  msgid "Frequently Asked Questions"
163
  msgstr "Частые вопросы"
164
 
165
  #: inc/php/page.php:101
166
- msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
 
 
167
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
168
 
169
  #: inc/php/page.php:123
@@ -171,81 +217,160 @@ msgid "Will this plugin work on my WordPress.COM website?"
171
  msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
172
 
173
  #: inc/php/page.php:124
174
- msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
175
- msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (WordPress.ORG)."
 
 
 
 
176
 
177
  #: inc/php/page.php:126
178
  msgid "Can I use this plugin on my language?"
179
  msgstr "Можно ли использовать этот плагин на моём языке?"
180
 
181
  #: inc/php/page.php:127
182
- msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
 
 
183
  msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
184
 
185
  #: inc/php/page.php:129
186
  #, php-format
187
- msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
188
- msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода. Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
 
 
 
 
 
 
 
 
 
189
 
190
  #: inc/php/page.php:134
191
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
 
 
192
  msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
193
 
194
  #: inc/php/page.php:135
195
- msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
196
- msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом. Спасибо за ваш вклад!"
 
 
 
 
197
 
198
  #: inc/php/page.php:137
199
  msgid "How does it work?"
200
  msgstr "Как оно работает?"
201
 
202
  #: inc/php/page.php:138
203
- msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button. Enjoy your fancy social media follow buttons. It's that simple!"
204
- msgstr "На вкладке «Настройки» выберите нужные параметры и нажмите кнопку «Сохранить изменения». Наслаждайтесь вашими модными Социальными медиа кнопками следования. Это так просто!"
 
 
 
 
 
 
205
 
206
  #: inc/php/page.php:140
207
  msgid "Does this plugin requires any modification of the theme?"
208
  msgstr "Этот плагин требует изменения темы?"
209
 
210
  #: inc/php/page.php:141
211
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
212
- msgstr "Абсолютно нет. Этот плагин настраивается полностью на странице настроек плагина."
 
 
 
 
213
 
214
  #: inc/php/page.php:143
215
  msgid "Does this require any knowledge of HTML or CSS?"
216
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
217
 
218
  #: inc/php/page.php:144
219
- msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
220
- msgstr "Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина."
 
 
 
 
221
 
222
  #: inc/php/page.php:146
223
- msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
224
- msgstr "Что делать, если в тесте Google Page Speed сказано, что изображения этого плагина должны быть сжаты?"
 
 
 
 
225
 
226
  #: inc/php/page.php:147
227
- msgid "The images that uses in this plugin are already compressed, but I will do my best to find out what else can be done with the images in order to compress them even better."
228
- msgstr "Изображения, которые используются в этом плагине, уже сжаты, но я сделаю все возможное, чтобы узнать, что ещё можно сделать с изображениями, чтобы сжать их ещё лучше."
 
 
 
 
 
 
229
 
230
  #: inc/php/page.php:149
231
  msgid "It's not working. What could be wrong?"
232
  msgstr "Оно не работает. Что может быть не так?"
233
 
234
  #: inc/php/page.php:150
235
- msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
236
- msgstr "Как и в случае с любым другим плагином, что-то может не работать. Наиболее распространенной причиной этого является кеш веб-браузера. Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер. Это называется кешем браузера. Очистка кеша браузера может решить проблему."
 
 
 
 
 
 
 
 
 
 
 
237
 
238
  #: inc/php/page.php:151
239
- msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
240
- msgstr "Невозможно точно сказать, что может быть неправильно, но если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь. Пожалуйста, укажите как можно больше информации, включая ссылку на ваш сайт, на котором можно увидеть проблему."
 
 
 
 
 
 
 
 
 
241
 
242
  #: inc/php/page.php:153
243
- msgid "The last WordPress update is preventing me from editing the website of the creator that is using this plugin. Why is this?"
244
- msgstr "Последнее обновление WordPress не позволяет мне редактировать мой сайт, который использует этот плагин. Почему так?"
 
 
 
 
245
 
246
  #: inc/php/page.php:154
247
- msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
248
- msgstr "Этот плагин не может вызвать такую проблему. Скорее всего, проблема связана с настройками веб-сайта. Это может быть кеш, поэтому попробуйте очистить кеш вашего сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также попробуйте повторно войти на сайт, это тоже может помочь."
 
 
 
 
 
 
 
 
 
 
249
 
250
  #: inc/php/page.php:156
251
  msgid "Where to report bug if found?"
@@ -253,17 +378,26 @@ msgstr "Где можно сообщить об ошибке?"
253
 
254
  #: inc/php/page.php:158
255
  #, php-format
256
- msgid "Please visit %s this page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
257
- msgstr "Посетите %s эту страницу %s и сообщите. Не забудьте указать название плагина. Спасибо!"
 
 
 
 
258
 
259
  #: inc/php/page.php:164
260
  msgid "Where to share any ideas or suggestions to make the plugin better?"
261
- msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
 
262
 
263
  #: inc/php/page.php:166
264
  #, php-format
265
- msgid "Any suggestions are very welcome! Just contact us %s here %s. Please do not forget to specify the name of the plugin. Thank you!"
266
- msgstr "Любые предложения приветствуются! Просто свяжитесь с нами %s здесь %s. Не забудьте указать название плагина. Спасибо!"
 
 
 
 
267
 
268
  #: inc/php/page.php:172
269
  msgid "I love this plugin! Can I help somehow?"
@@ -271,8 +405,12 @@ msgstr "Я очень люблю этот плагин! Могу Я чем-то
271
 
272
  #: inc/php/page.php:174
273
  #, php-format
274
- msgid "Yes, any financial contributions are welcome! Just visit %s the website of the creator %s, click on the donate button, and thank you!"
275
- msgstr "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, нажмите на кнопку пожертвования. Спасибо!"
 
 
 
 
276
 
277
  #: inc/php/page.php:180
278
  msgid "My question wasn't answered here."
@@ -280,8 +418,14 @@ msgstr "Моего вопроса здесь нет."
280
 
281
  #: inc/php/page.php:182
282
  #, php-format
283
- msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
284
- msgstr "Вы можете задать ваш вопрос на %s этой странице %s. Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
 
 
 
 
 
 
285
 
286
  #: inc/php/page.php:196
287
  msgid "Support Me"
@@ -293,16 +437,37 @@ msgstr "Пожертвовать через PayPal"
293
 
294
  #: inc/php/page.php:209
295
  #, php-format
296
- msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
297
- msgstr "Привет! Меня зовут %s Артур Гарегинян %s и Я основатель %s Space X-Chimp %s."
 
 
 
298
 
299
  #: inc/php/page.php:217
300
- msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
301
- msgstr "Я намерен создать проекты, которые сделают этот мир лучшим местом. Я очень увлечен своей работой, мне нравится то, что Я делаю и надеюсь, что вы тоже станете лучше благодаря моим проектам."
 
 
 
 
 
 
302
 
303
  #: inc/php/page.php:218
304
- msgid "I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
305
- msgstr "Я трачу много времени и сил, пытаясь убедиться в том, что темы, плагины и другие вещи, которые я создаю, полезны и окончательное доказательство этого для меня состоит в том, что вы на самом деле хотите их использовать. Но Я независимый разработчик, без регулярного дохода, поэтому каждый небольшой вклад помогает мне покрыть расходы и позволяет тратить больше времени на создание программ для людей как вы."
 
 
 
 
 
 
 
 
 
 
 
 
306
 
307
  #: inc/php/page.php:219
308
  msgid "If you appreciate my work, you can buy me a coffee!"
@@ -321,8 +486,16 @@ msgid "Buttons"
321
  msgstr "Кнопки"
322
 
323
  #: inc/php/settings.php:27
324
- msgid "Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don't want to use any of the following buttons, you can not fill them and then they do not appear."
325
- msgstr "Просто заполните необходимые поля, чтобы создать кнопки. Кнопки социальных медиа будут вести непосредственно к вашим страницам профиля. Если вы не хотите использовать любой из следующих кнопок, то вы можете не заполнить их и тогда они не появятся."
 
 
 
 
 
 
 
 
326
 
327
  #: inc/php/settings.php:35
328
  msgid "Display options"
@@ -346,7 +519,8 @@ msgstr "Показывать на страницах"
346
 
347
  #: inc/php/settings.php:46
348
  msgid "Automatically display toolbar below content on Pages."
349
- msgstr "Автоматически отображать панель инструментов ниже содержимого на страницах."
 
350
 
351
  #: inc/php/settings.php:49
352
  msgid "Open in new tab"
@@ -362,22 +536,27 @@ msgstr "Подсказки"
362
 
363
  #: inc/php/settings.php:54
364
  msgid "Enable a tooltips with name of the social media above every button."
365
- msgstr "Включите всплывающие подсказки с именем социальных сетей над каждой кнопкой."
 
366
 
367
  #: inc/php/settings.php:57
368
  msgid "Icon size"
369
  msgstr "Размер иконки"
370
 
371
  #: inc/php/settings.php:58
372
- msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
373
- msgstr "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
 
 
374
 
375
  #: inc/php/settings.php:62
376
  msgid "Margin"
377
  msgstr "Отступ"
378
 
379
  #: inc/php/settings.php:63
380
- msgid "Enter the size of space (in pixels) between icons in your social media follow buttons bar."
 
 
381
  msgstr "Введите размер пробела (в пикселях) между значками в социальных сетях."
382
 
383
  #: inc/php/settings.php:68
@@ -405,8 +584,12 @@ msgid "Caption"
405
  msgstr "Заголовок"
406
 
407
  #: inc/php/settings.php:78
408
- msgid "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
409
- msgstr "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает над панелью."
 
 
 
 
410
 
411
  #: inc/php/settings.php:89
412
  msgid "Live Preview"
@@ -414,11 +597,18 @@ msgstr "Просмотр в реальном времени"
414
 
415
  #: inc/php/settings.php:91
416
  msgid "Click the \"Save changes\" button to update this preview."
417
- msgstr "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
 
418
 
419
  #: inc/php/settings.php:99 inc/php/sidebar.php:32
420
- msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
421
- msgstr "Я независимый разработчик, без регулярного дохода, так что каждый маленький вклад помогает мне покрыть затраты и позволяет тратить больше времени на создание программ для людей как вы."
 
 
 
 
 
 
422
 
423
  #: inc/php/settings.php:106 inc/php/sidebar.php:39
424
  msgid "Thanks for your support!"
@@ -429,8 +619,12 @@ msgid "About"
429
  msgstr "О плагине"
430
 
431
  #: inc/php/sidebar.php:18
432
- msgid "This plugin allows you to easily add the social media follow buttons bar to any place of your website."
433
- msgstr "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое место на вашем веб-сайте."
 
 
 
 
434
 
435
  #: inc/php/sidebar.php:23
436
  msgid "Help"
@@ -438,7 +632,8 @@ msgstr "Помощь"
438
 
439
  #: inc/php/sidebar.php:25
440
  msgid "If you have a question, please read the information in the FAQ section."
441
- msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
 
442
 
443
  #. Plugin Name of the plugin/theme
444
  msgid "Social Media Follow Buttons Bar"
@@ -449,8 +644,13 @@ msgid "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
449
  msgstr "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
450
 
451
  #. Description of the plugin/theme
452
- msgid "Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website."
453
- msgstr "Легко добавить умную панель с социальными медиа кнопками следования (не расшаривания, только ссылка на ваши профили) в любое место вашего веб-сайта WordPress."
 
 
 
 
 
454
 
455
  #. Author of the plugin/theme
456
  msgid "Arthur Gareginyan"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
+ "POT-Creation-Date: 2018-03-04 01:49+0300\n"
5
+ "PO-Revision-Date: 2018-03-04 01:49+0300\n"
6
+ "Last-Translator: Arthur Gareginyan <arthurgareginyan@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
13
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
14
+ "X-Generator: Poedit 2.0.6\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
39
  msgstr "Введите ссылку на вашу страницу профиля %s"
40
 
41
  #: inc/php/list.php:1
42
+ msgid ""
43
+ "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
44
+ "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
45
+ msgstr ""
46
+ "Введите свое имя в Skype с приставкой <b>skype:</b> и суффиксом <b>?call</"
47
+ "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
48
+ "профиля"
49
 
50
  #: inc/php/list.php:1
51
  msgid "Enter the link to your personal website"
70
  #: inc/php/messages.php:28
71
  #, php-format
72
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
73
+ msgstr ""
74
+ "Благодарим вас за установку нашего плагина! Надеемся, он вам полюбится! %s"
75
 
76
  #: inc/php/messages.php:68
77
  msgid "You have installed an old version of this plugin."
111
  msgstr "Инструкция по использованию"
112
 
113
  #: inc/php/page.php:65
114
+ msgid ""
115
+ "To display the social media follow buttons bar on the front end of your "
116
+ "website, simply follow these steps:"
117
+ msgstr ""
118
+ "Чтобы отобразить панель социальных кнопок на передней панели вашего веб-"
119
+ "сайта, просто выполните следующие действия:"
120
 
121
  #: inc/php/page.php:67
122
  msgid "Go to the \"Settings\" tab."
135
  msgstr "Нажмите кнопку «Сохранить изменения»."
136
 
137
  #: inc/php/page.php:71
138
+ msgid ""
139
+ "Now you have several methods for display the social media follow buttons bar "
140
+ "(further just \"buttons\"). Just choose the one that is more suitable for "
141
+ "your case."
142
+ msgstr ""
143
+ "Теперь у вас есть несколько способов отображения панели социальных сетей "
144
+ "(далее просто «кнопки»). Просто выберите ту, которая больше подходит для "
145
+ "вашего дела."
146
 
147
  #: inc/php/page.php:72
148
+ msgid ""
149
+ "<b>A)</b> For display the buttons below a content on every Posts or/and "
150
+ "Pages, just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in "
151
+ "the section \"Display options\", then click the \"Save changes\" button."
152
+ msgstr ""
153
+ "<b>А)</b> Для отображения кнопок ниже содержимого на каждой странице или/и "
154
+ "страницах, просто установите флажок “Показывать в записях” или/и “Показывать "
155
+ "на страницах” в разделе “Настройки отображения”, затем нажмите кнопку "
156
+ "“Сохранить изменения”."
157
 
158
  #: inc/php/page.php:73
159
+ msgid ""
160
+ "<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the "
161
+ "following shortcode:"
162
+ msgstr ""
163
+ "<b>Б)</b> Для добавления кнопок внутри сообщения из редактора WP Post/Page "
164
+ "используйте следующий короткий код:"
165
 
166
  #: inc/php/page.php:75
167
+ msgid ""
168
+ "<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) "
169
+ "use the \"Text\" widget and add inside it the following shortcode:"
170
+ msgstr ""
171
+ "<b>В)</b> Для добавления кнопки в область виджетов (в боковой панели, нижнем "
172
+ "колонтитуле и т.д.) используйте виджет «Текст» и добавьте в него следующий "
173
+ "короткий код:"
174
 
175
  #: inc/php/page.php:77
176
+ msgid ""
177
+ "<b>D)</b> For add the buttons directly to a theme files, just add the "
178
+ "following code to needed place (where you want to display the buttons) in "
179
+ "your theme files:"
180
+ msgstr ""
181
+ "<b>Г)</b> Для добавления кнопок непосредственно к файлам темы, просто "
182
+ "добавьте следующий код в нужное место (где вы хотите отображать кнопки) в "
183
+ "файлах темы:"
184
 
185
  #: inc/php/page.php:80
186
  msgid "Enjoy your fancy social media follow buttons."
196
 
197
  #: inc/php/page.php:83
198
  #, php-format
199
+ msgid ""
200
+ "If you want more options then %s tell us %s and we will be happy to add it."
201
+ msgstr ""
202
+ "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады "
203
+ "добавить их."
204
 
205
  #: inc/php/page.php:97
206
  msgid "Frequently Asked Questions"
207
  msgstr "Частые вопросы"
208
 
209
  #: inc/php/page.php:101
210
+ msgid ""
211
+ "If you have a question, please read the Frequently Asked Questions below to "
212
+ "see if the answer is here."
213
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
214
 
215
  #: inc/php/page.php:123
217
  msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
218
 
219
  #: inc/php/page.php:124
220
+ msgid ""
221
+ "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
222
+ "websites."
223
+ msgstr ""
224
+ "К сожалению, этот плагин доступен для использования только на самостоятельно "
225
+ "размещённых веб-сайтах (WordPress.ORG)."
226
 
227
  #: inc/php/page.php:126
228
  msgid "Can I use this plugin on my language?"
229
  msgstr "Можно ли использовать этот плагин на моём языке?"
230
 
231
  #: inc/php/page.php:127
232
+ msgid ""
233
+ "Yes. This plugin is ready for translation and has already been translated "
234
+ "into several languages."
235
  msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
236
 
237
  #: inc/php/page.php:129
238
  #, php-format
239
+ msgid ""
240
+ "If you want to help translate this plugin then please visit the %s. You can "
241
+ "also use the POT file, that is included and placed in the \"languages\" "
242
+ "folder, in order to create a translation PO file. Just send the PO file to "
243
+ "us at the %s and we will include this translation within the next plugin "
244
+ "update."
245
+ msgstr ""
246
+ "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы "
247
+ "также можете использовать файл POT, который включён в плагин и помещён в "
248
+ "папку «languages», чтобы создать PO файл перевода. Просто отправьте нам файл "
249
+ "PO на %s и мы включим этот перевод в следующее обновление плагина."
250
 
251
  #: inc/php/page.php:134
252
+ msgid ""
253
+ "Maybe not all existed translations are up to date. You are welcome to "
254
+ "contribute corrections!"
255
  msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
256
 
257
  #: inc/php/page.php:135
258
+ msgid ""
259
+ "Many of plugin users would be delighted if you share your translation with "
260
+ "the community. Thanks for your contribution!"
261
+ msgstr ""
262
+ "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом "
263
+ "с сообществом. Спасибо за ваш вклад!"
264
 
265
  #: inc/php/page.php:137
266
  msgid "How does it work?"
267
  msgstr "Как оно работает?"
268
 
269
  #: inc/php/page.php:138
270
+ msgid ""
271
+ "On the \"Settings\" tab, select the desired settings and click the \"Save "
272
+ "changes\" button. Enjoy your fancy social media follow buttons. It's that "
273
+ "simple!"
274
+ msgstr ""
275
+ "На вкладке «Настройки» выберите нужные параметры и нажмите кнопку «Сохранить "
276
+ "изменения». Наслаждайтесь вашими модными Социальными медиа кнопками "
277
+ "следования. Это так просто!"
278
 
279
  #: inc/php/page.php:140
280
  msgid "Does this plugin requires any modification of the theme?"
281
  msgstr "Этот плагин требует изменения темы?"
282
 
283
  #: inc/php/page.php:141
284
+ msgid ""
285
+ "Absolutely not. This plugin is configurable entirely from the plugin "
286
+ "settings page."
287
+ msgstr ""
288
+ "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
289
+ "плагина."
290
 
291
  #: inc/php/page.php:143
292
  msgid "Does this require any knowledge of HTML or CSS?"
293
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
294
 
295
  #: inc/php/page.php:144
296
+ msgid ""
297
+ "Absolutely not. This plugin can be configured with no knowledge of HTML or "
298
+ "CSS, using an easy-to-use plugin settings page."
299
+ msgstr ""
300
+ "Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с "
301
+ "помощью простой в использовании страницы настройки плагина."
302
 
303
  #: inc/php/page.php:146
304
+ msgid ""
305
+ "What I need to do if the Google PageSpeed test says that this plugin images "
306
+ "must be compressed?"
307
+ msgstr ""
308
+ "Что делать, если в тесте Google Page Speed сказано, что изображения этого "
309
+ "плагина должны быть сжаты?"
310
 
311
  #: inc/php/page.php:147
312
+ msgid ""
313
+ "The images that uses in this plugin are already compressed, but I will do my "
314
+ "best to find out what else can be done with the images in order to compress "
315
+ "them even better."
316
+ msgstr ""
317
+ "Изображения, которые используются в этом плагине, уже сжаты, но я сделаю все "
318
+ "возможное, чтобы узнать, что ещё можно сделать с изображениями, чтобы сжать "
319
+ "их ещё лучше."
320
 
321
  #: inc/php/page.php:149
322
  msgid "It's not working. What could be wrong?"
323
  msgstr "Оно не работает. Что может быть не так?"
324
 
325
  #: inc/php/page.php:150
326
+ msgid ""
327
+ "As with every plugin, it's possible that things don't work. The most common "
328
+ "reason for this is a web browser's cache. Every web browser stores a cache "
329
+ "of the websites you visit (pages, images, and etc.) to reduce bandwidth "
330
+ "usage and server load. This is called the browser's cache.​ Clearing your "
331
+ "browser's cache may solve the problem."
332
+ msgstr ""
333
+ "Как и в случае с любым другим плагином, что-то может не работать. Наиболее "
334
+ "распространенной причиной этого является кеш веб-браузера. Каждый веб-"
335
+ "браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и "
336
+ "т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на "
337
+ "сервер. Это называется кешем браузера. Очистка кеша браузера может решить "
338
+ "проблему."
339
 
340
  #: inc/php/page.php:151
341
+ msgid ""
342
+ "It's impossible to tell what could be wrong exactly, but if you post a "
343
+ "support request in the plugin's support forum on WordPress.org, we'd be "
344
+ "happy to give it a look and try to help out. Please include as much "
345
+ "information as possible, including a link to your website where the problem "
346
+ "can be seen."
347
+ msgstr ""
348
+ "Невозможно точно сказать, что может быть неправильно, но если вы разместите "
349
+ "запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с "
350
+ "радостью посмотрим и попытаемся помочь. Пожалуйста, укажите как можно больше "
351
+ "информации, включая ссылку на ваш сайт, на котором можно увидеть проблему."
352
 
353
  #: inc/php/page.php:153
354
+ msgid ""
355
+ "The last WordPress update is preventing me from editing the website of the "
356
+ "creator that is using this plugin. Why is this?"
357
+ msgstr ""
358
+ "Последнее обновление WordPress не позволяет мне редактировать мой сайт, "
359
+ "который использует этот плагин. Почему так?"
360
 
361
  #: inc/php/page.php:154
362
+ msgid ""
363
+ "This plugin can not cause such problem. More likely, the problem are related "
364
+ "to the settings of the website. It could just be a cache, so please try to "
365
+ "clear your website's cache (may be you using a caching plugin, or some web "
366
+ "service such as the CloudFlare) and then the cache of your web browser. Also "
367
+ "please try to re-login to the website, this too can help."
368
+ msgstr ""
369
+ "Этот плагин не может вызвать такую проблему. Скорее всего, проблема связана "
370
+ "с настройками веб-сайта. Это может быть кеш, поэтому попробуйте очистить кеш "
371
+ "вашего сайта (возможно, вы используете плагин для кеширования или какой-либо "
372
+ "веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также "
373
+ "попробуйте повторно войти на сайт, это тоже может помочь."
374
 
375
  #: inc/php/page.php:156
376
  msgid "Where to report bug if found?"
378
 
379
  #: inc/php/page.php:158
380
  #, php-format
381
+ msgid ""
382
+ "Please visit %s this page %s and report. Please do not forget to specify the "
383
+ "name of the plugin. Thank you!"
384
+ msgstr ""
385
+ "Посетите %s эту страницу %s и сообщите. Не забудьте указать название "
386
+ "плагина. Спасибо!"
387
 
388
  #: inc/php/page.php:164
389
  msgid "Where to share any ideas or suggestions to make the plugin better?"
390
+ msgstr ""
391
+ "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
392
 
393
  #: inc/php/page.php:166
394
  #, php-format
395
+ msgid ""
396
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
397
+ "forget to specify the name of the plugin. Thank you!"
398
+ msgstr ""
399
+ "Любые предложения приветствуются! Просто свяжитесь с нами %s здесь %s. Не "
400
+ "забудьте указать название плагина. Спасибо!"
401
 
402
  #: inc/php/page.php:172
403
  msgid "I love this plugin! Can I help somehow?"
405
 
406
  #: inc/php/page.php:174
407
  #, php-format
408
+ msgid ""
409
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
410
+ "the creator %s, click on the donate button, and thank you!"
411
+ msgstr ""
412
+ "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, "
413
+ "нажмите на кнопку пожертвования. Спасибо!"
414
 
415
  #: inc/php/page.php:180
416
  msgid "My question wasn't answered here."
418
 
419
  #: inc/php/page.php:182
420
  #, php-format
421
+ msgid ""
422
+ "You can ask your question on %s this page %s. But please keep in mind that "
423
+ "this plugin is free, and there is no a special support team, so we have no "
424
+ "way to answer everyone."
425
+ msgstr ""
426
+ "Вы можете задать ваш вопрос на %s этой странице %s. Но имейте в виду, что "
427
+ "этот плагин является бесплатным и без специальной поддержки, поэтому у нас "
428
+ "нет возможности ответить на все вопросы."
429
 
430
  #: inc/php/page.php:196
431
  msgid "Support Me"
437
 
438
  #: inc/php/page.php:209
439
  #, php-format
440
+ msgid ""
441
+ "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
442
+ "Chimp %s."
443
+ msgstr ""
444
+ "Привет! Меня зовут %s Артур Гарегинян %s и Я основатель %s Space X-Chimp %s."
445
 
446
  #: inc/php/page.php:217
447
+ msgid ""
448
+ "My intention is to create projects that will make this world a better place. "
449
+ "I'm really passionate about my work, I like what I'm doing and hope that you "
450
+ "will be enriched by my projects too."
451
+ msgstr ""
452
+ "Я намерен создать проекты, которые сделают этот мир лучшим местом. Я очень "
453
+ "увлечен своей работой, мне нравится то, что Я делаю и надеюсь, что вы тоже "
454
+ "станете лучше благодаря моим проектам."
455
 
456
  #: inc/php/page.php:218
457
+ msgid ""
458
+ "I spend a lot of time and effort trying to make sure that the themes, "
459
+ "plugins and other things I build are useful, and the ultimate proof of that "
460
+ "for me is that you actually want to use them. But, I’m an independent "
461
+ "developer, without a regular income, so every little contribution helps "
462
+ "cover my costs and lets me spend more time building things for people like "
463
+ "you to enjoy."
464
+ msgstr ""
465
+ "Я трачу много времени и сил, пытаясь убедиться в том, что темы, плагины и "
466
+ "другие вещи, которые я создаю, полезны и окончательное доказательство этого "
467
+ "для меня состоит в том, что вы на самом деле хотите их использовать. Но Я "
468
+ "независимый разработчик, без регулярного дохода, поэтому каждый небольшой "
469
+ "вклад помогает мне покрыть расходы и позволяет тратить больше времени на "
470
+ "создание программ для людей как вы."
471
 
472
  #: inc/php/page.php:219
473
  msgid "If you appreciate my work, you can buy me a coffee!"
486
  msgstr "Кнопки"
487
 
488
  #: inc/php/settings.php:27
489
+ msgid ""
490
+ "Just fill in the required fields to make a buttons. The social networking "
491
+ "buttons will lead directly to your profile pages. If you don't want to use "
492
+ "any of the following buttons, you can not fill them and then they do not "
493
+ "appear."
494
+ msgstr ""
495
+ "Просто заполните необходимые поля, чтобы создать кнопки. Кнопки социальных "
496
+ "медиа будут вести непосредственно к вашим страницам профиля. Если вы не "
497
+ "хотите использовать любой из следующих кнопок, то вы можете не заполнить их "
498
+ "и тогда они не появятся."
499
 
500
  #: inc/php/settings.php:35
501
  msgid "Display options"
519
 
520
  #: inc/php/settings.php:46
521
  msgid "Automatically display toolbar below content on Pages."
522
+ msgstr ""
523
+ "Автоматически отображать панель инструментов ниже содержимого на страницах."
524
 
525
  #: inc/php/settings.php:49
526
  msgid "Open in new tab"
536
 
537
  #: inc/php/settings.php:54
538
  msgid "Enable a tooltips with name of the social media above every button."
539
+ msgstr ""
540
+ "Включите всплывающие подсказки с именем социальных сетей над каждой кнопкой."
541
 
542
  #: inc/php/settings.php:57
543
  msgid "Icon size"
544
  msgstr "Размер иконки"
545
 
546
  #: inc/php/settings.php:58
547
+ msgid ""
548
+ "Enter the size of icons (in pixels) in your social media follow buttons bar."
549
+ msgstr ""
550
+ "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
551
 
552
  #: inc/php/settings.php:62
553
  msgid "Margin"
554
  msgstr "Отступ"
555
 
556
  #: inc/php/settings.php:63
557
+ msgid ""
558
+ "Enter the size of space (in pixels) between icons in your social media "
559
+ "follow buttons bar."
560
  msgstr "Введите размер пробела (в пикселях) между значками в социальных сетях."
561
 
562
  #: inc/php/settings.php:68
584
  msgstr "Заголовок"
585
 
586
  #: inc/php/settings.php:78
587
+ msgid ""
588
+ "Enter the caption to your social media follow buttons bar. It will be "
589
+ "displays before the toolbar."
590
+ msgstr ""
591
+ "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
592
+ "над панелью."
593
 
594
  #: inc/php/settings.php:89
595
  msgid "Live Preview"
597
 
598
  #: inc/php/settings.php:91
599
  msgid "Click the \"Save changes\" button to update this preview."
600
+ msgstr ""
601
+ "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
602
 
603
  #: inc/php/settings.php:99 inc/php/sidebar.php:32
604
+ msgid ""
605
+ "I'm an independent developer, without a regular income, so every little "
606
+ "contribution helps cover my costs and lets me spend more time building "
607
+ "things for people like you to enjoy."
608
+ msgstr ""
609
+ "Я независимый разработчик, без регулярного дохода, так что каждый маленький "
610
+ "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
611
+ "создание программ для людей как вы."
612
 
613
  #: inc/php/settings.php:106 inc/php/sidebar.php:39
614
  msgid "Thanks for your support!"
619
  msgstr "О плагине"
620
 
621
  #: inc/php/sidebar.php:18
622
+ msgid ""
623
+ "This plugin allows you to easily add the social media follow buttons bar to "
624
+ "any place of your website."
625
+ msgstr ""
626
+ "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
627
+ "место на вашем веб-сайте."
628
 
629
  #: inc/php/sidebar.php:23
630
  msgid "Help"
632
 
633
  #: inc/php/sidebar.php:25
634
  msgid "If you have a question, please read the information in the FAQ section."
635
+ msgstr ""
636
+ "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
637
 
638
  #. Plugin Name of the plugin/theme
639
  msgid "Social Media Follow Buttons Bar"
644
  msgstr "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
645
 
646
  #. Description of the plugin/theme
647
+ msgid ""
648
+ "Easily add the smart bar with social media follow buttons (not share, only "
649
+ "link to your profiles) to any place of your WordPress website."
650
+ msgstr ""
651
+ "Легко добавить умную панель с социальными медиа кнопками следования (не "
652
+ "расшаривания, только ссылка на ваши профили) в любое место вашего веб-сайта "
653
+ "WordPress."
654
 
655
  #. Author of the plugin/theme
656
  msgid "Arthur Gareginyan"
languages/social-media-buttons-toolbar.pot CHANGED
@@ -3,14 +3,14 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
- "POT-Creation-Date: 2018-01-20 14:28+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.7\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
+ "POT-Creation-Date: 2018-03-04 01:49+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.0.6\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Social Media Follow Buttons Bar ===
2
  Contributors: Arthur Gareginyan
3
- Tags: icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, flickr, twitter, instagram, google plus, youtube, google-play, itunes, apple-music, periscope, vimeo, blogger, buzzsprout, livejournal, linkedIn, diaspora, deviantart, xing, pinterest, tumblr, snapchat, twitch, patreon, imdb, soundcloud, plugdj, plug dj, spotify, bandcamp, dloky, amazon, bookbub, goodreads, meetvibe, meetup, steam, beam, mixer, discord, yelp, bloglovin, mediumg, 500px, behance, polyvore, yellowpages, line, itch, itch.io, mastodon, remind, trademe, vsco, hireology, kompoz, soundblend, stumbleupon, whatsapp, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, askfm, ebay, hangouts, houzz, quora, steemit, theartstack, theknot, viber, etsy, tripadvisor, stackoverflow, stackexchange, bitbucket, dailypaintworks, flipboard, feedsfloor, gab, minds, wattpad, itunes podcasts, skype, personal website, email, telephone, phone, rss feed, rss, feed, tooltips, bootstrap tooltip,
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
- Stable tag: 4.28
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -43,6 +43,7 @@ It give you finer control over buttons. You can configure they on plugins settin
43
  **Supported social media and links:**
44
 
45
  * Facebook
 
46
  * Flickr
47
  * Twitter
48
  * Instagram
@@ -127,6 +128,11 @@ It give you finer control over buttons. You can configure they on plugins settin
127
  * Flipboard
128
  * FeedsFloor
129
  * Wattpad
 
 
 
 
 
130
  * Personal website
131
  * Email
132
  * Telephone
@@ -255,7 +261,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
255
  * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
256
  * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
257
  * The Entrepreneur image that used on banner is from [Pixabay](https://pixabay.com/en/entrepreneur-start-start-up-career-696976/) and licensed under the [Creative Commons CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.en).
258
- * Icons [feedsfloor.png, bitbucket.png, dailypaintworks.png, flipboard.png, gab.png, minds.png, theknot.png, viber.png, etsy.png, tripadvisor.png, stackoverflow.png, stackexchange.png, wattpad.png, itunes-podcasts.png, email.png, facebook.png, linkedin.png, google-play.png, itch.png, mastodon.png, remind.png, trademe.png, vsco.png, hireology.png, kompoz.png, soundblend.png, itunes.png, apple-music.png, medium.png, 500px.png, behance.png, polyvore.png, yellowpages.png, mixer.png, telephone.png, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png, wordpress.png, twitter.png, imdb.png, dloky.png, snapchat.png, steam.png, discord.png, twitch.png, amazon.png, bookbub.png, goodreads.png, reddit.png, meetup.png, codepen.png, askfm.png, ebay.png, hangouts.png, houzz.png, quora.png, steemit.png, theartstack.png, instagram.png, patreon.png, bandcamp.png, youtube-gaming.png, xing.png](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](https://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
259
  * Icons [flickr.png, google-plus.png, vimeo.png, blogger.png, livejournal.png, pinterest.png, tumblr.png, soundcloud.png, spotify.png, yelp.png, vkontakte.png, odnoklassniki.png, telegram.png, github.png, skype.png, website.png, rss-feed.png](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
260
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
261
  * [Bootstrap-checkbox](https://github.com/vsn4ik/bootstrap-checkbox) is a project of [Vasily A.](https://github.com/vsn4ik), shared under the [MIT license](https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE).
@@ -268,6 +274,14 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
268
 
269
  == Changelog ==
270
 
 
 
 
 
 
 
 
 
271
  = 4.28 =
272
  * Added option for the FeedsFloor.
273
 
1
  === Social Media Follow Buttons Bar ===
2
  Contributors: Arthur Gareginyan
3
+ Tags: icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, flickr, twitter, instagram, google plus, youtube, google-play, itunes, apple-music, periscope, vimeo, blogger, buzzsprout, livejournal, linkedIn, diaspora, deviantart, xing, pinterest, tumblr, snapchat, twitch, patreon, imdb, soundcloud, plugdj, plug dj, spotify, bandcamp, dloky, amazon, bookbub, goodreads, meetvibe, meetup, steam, beam, mixer, discord, yelp, bloglovin, mediumg, 500px, behance, polyvore, yellowpages, line, itch, itch.io, mastodon, remind, trademe, vsco, hireology, kompoz, soundblend, stumbleupon, whatsapp, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, askfm, ebay, hangouts, houzz, quora, steemit, theartstack, theknot, viber, etsy, tripadvisor, stackoverflow, stackexchange, bitbucket, dailypaintworks, flipboard, feedsfloor, gab, minds, wattpad, itunes podcasts, aboutme, group, stitcher, strava, wechat, weibo, skype, personal website, email, telephone, phone, rss feed, rss, feed, tooltips, bootstrap tooltip,
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
+ Stable tag: 4.29
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
43
  **Supported social media and links:**
44
 
45
  * Facebook
46
+ * Facebook Group
47
  * Flickr
48
  * Twitter
49
  * Instagram
128
  * Flipboard
129
  * FeedsFloor
130
  * Wattpad
131
+ * Strava
132
+ * Stitcher
133
+ * WeChat
134
+ * Weibo
135
+ * about.me
136
  * Personal website
137
  * Email
138
  * Telephone
261
  * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
262
  * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
263
  * The Entrepreneur image that used on banner is from [Pixabay](https://pixabay.com/en/entrepreneur-start-start-up-career-696976/) and licensed under the [Creative Commons CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.en).
264
+ * Icons [about-me.png, facebook-group.png, stitcher.png, strava.png, wechat.png, weibo.png, feedsfloor.png, bitbucket.png, dailypaintworks.png, flipboard.png, gab.png, minds.png, theknot.png, viber.png, etsy.png, tripadvisor.png, stackoverflow.png, stackexchange.png, wattpad.png, itunes-podcasts.png, email.png, facebook.png, linkedin.png, google-play.png, itch.png, mastodon.png, remind.png, trademe.png, vsco.png, hireology.png, kompoz.png, soundblend.png, itunes.png, apple-music.png, medium.png, 500px.png, behance.png, polyvore.png, yellowpages.png, mixer.png, telephone.png, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png, wordpress.png, twitter.png, imdb.png, dloky.png, snapchat.png, steam.png, discord.png, twitch.png, amazon.png, bookbub.png, goodreads.png, reddit.png, meetup.png, codepen.png, askfm.png, ebay.png, hangouts.png, houzz.png, quora.png, steemit.png, theartstack.png, instagram.png, patreon.png, bandcamp.png, youtube-gaming.png, xing.png](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](https://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
265
  * Icons [flickr.png, google-plus.png, vimeo.png, blogger.png, livejournal.png, pinterest.png, tumblr.png, soundcloud.png, spotify.png, yelp.png, vkontakte.png, odnoklassniki.png, telegram.png, github.png, skype.png, website.png, rss-feed.png](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
266
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
267
  * [Bootstrap-checkbox](https://github.com/vsn4ik/bootstrap-checkbox) is a project of [Vasily A.](https://github.com/vsn4ik), shared under the [MIT license](https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE).
274
 
275
  == Changelog ==
276
 
277
+ = 4.29 =
278
+ * Added option for the Strava.
279
+ * Added option for the Stitcher.
280
+ * Added option for the WeChat.
281
+ * Added option for the Weibo.
282
+ * Added option for the about.me.
283
+ * Added option for the Facebook Group.
284
+
285
  = 4.28 =
286
  * Added option for the FeedsFloor.
287
 
social-media-buttons-toolbar.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
- * Version: 4.28
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
5
  * Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
+ * Version: 4.29
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/