WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer - Version 7.12.10

Version Description

  • [New] Added option to center align social login icons
  • [New] Added option to integrate social login icons with WooCommerce register form
  • [New] Added "redirect_url" attribute in social login shortcode
  • [Bugfix] Center alignment for standard share icons and like buttons was not working in some cases
  • [Bugfix] Enabling social share count was not taking effect for rectangular social share/like buttons
  • [Bugfix] Fixed mis-alignment of rectangular social share icons
  • [Bugfix] Xing share stopped working
  • [Bugfix] Whatsapp share was not working on Firefox and Safari browsers
  • [Improvement] Improved the look of slider arrow below the floating share bar
Download this release

Release Info

Developer the_champ
Plugin Icon 128x128 WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer
Version 7.12.10
Comparing to
See all releases

Code changes from version 7.12.9 to 7.12.10

admin/general_options.php CHANGED
@@ -145,7 +145,7 @@ defined('ABSPATH') or die("Cheating........Uh!!");
145
  <div class="clear"></div>
146
  <div class="stuffbox">
147
  <h3><label><?php _e("Instagram Shoutout", 'super-socializer' ); ?></label></h3>
148
- <div class="inside">
149
  <p><?php _e( 'If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer' ) ?></p>
150
  <p><?php _e( '<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'super-socializer' ) ?></p>
151
  <p><?php _e( '@blahblahonlinecoaching proudly use #SuperSocializer to enable social features at their website, such as - Social Login, Social Share and Social Commenting. Be sure to visit their website at blahblahonlinecoaching.com where you can browse a variety of programming language courses.', 'super-socializer' ) ?></p>
145
  <div class="clear"></div>
146
  <div class="stuffbox">
147
  <h3><label><?php _e("Instagram Shoutout", 'super-socializer' ); ?></label></h3>
148
+ <div class="inside" style="padding-left:7px">
149
  <p><?php _e( 'If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer' ) ?></p>
150
  <p><?php _e( '<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'super-socializer' ) ?></p>
151
  <p><?php _e( '@blahblahonlinecoaching proudly use #SuperSocializer to enable social features at their website, such as - Social Login, Social Share and Social Commenting. Be sure to visit their website at blahblahonlinecoaching.com where you can browse a variety of programming language courses.', 'super-socializer' ) ?></p>
admin/help.php CHANGED
@@ -4,7 +4,6 @@
4
  <h3><label><?php _e('About', 'super-socializer');?></label><label style="float:right"><?php _e('Version', 'super-socializer');?> <?php echo get_option('the_champ_ss_version'); ?></label></h3>
5
  <div class="inside">
6
  <p><strong>Super Socializer</strong> <?php _e('by', 'super-socializer') ?> <strong><a href="//www.heateor.com" target="_blank">Heateor</a></strong></p>
7
- <p><?php _e('We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at', 'super-socializer') ?></p>
8
  <div style="height:32px">
9
  <a href="//www.facebook.com/heateor" target="_blank" title="Facebook"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampFacebookButton" /></a>
10
  <a href="//twitter.com/heateor" target="_blank" title="Twitter"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampTwitterButton" ></a>
4
  <h3><label><?php _e('About', 'super-socializer');?></label><label style="float:right"><?php _e('Version', 'super-socializer');?> <?php echo get_option('the_champ_ss_version'); ?></label></h3>
5
  <div class="inside">
6
  <p><strong>Super Socializer</strong> <?php _e('by', 'super-socializer') ?> <strong><a href="//www.heateor.com" target="_blank">Heateor</a></strong></p>
 
7
  <div style="height:32px">
8
  <a href="//www.facebook.com/heateor" target="_blank" title="Facebook"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampFacebookButton" /></a>
9
  <a href="//twitter.com/heateor" target="_blank" title="Twitter"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampTwitterButton" ></a>
admin/like_buttons.php CHANGED
@@ -795,7 +795,7 @@
795
  <div class="the_champ_left_column">
796
  <div class="stuffbox">
797
  <h3><label><?php _e('Shortcode & Widget', 'super-socializer');?></label></h3>
798
- <div class="inside">
799
  <p><a style="text-decoration:none" href="http://support.heateor.com/like-buttons-shortcode-and-widget/" target="_blank"><?php _e('Like Buttons Shortcode & Widget', 'super-socializer') ?></a></p>
800
  </div>
801
  </div>
@@ -808,7 +808,7 @@
808
  <div class="the_champ_left_column">
809
  <div class="stuffbox">
810
  <h3><label><?php _e('FAQ', 'super-socializer' ) ?></label></h3>
811
- <div class="inside faq">
812
  <p><a href="http://support.heateor.com/why-is-there-so-much-space-between-like-buttons" target="_blank"><?php _e( 'Why is there so much space between like buttons?', 'super-socializer' ) ?></a></p>
813
  <p><a href="http://support.heateor.com/why-is-floating-share-like-button-not-appearing-at-homepage" target="_blank"><?php _e( 'Why are floating sharing/like buttons not appearing at homepage?', 'super-socializer' ) ?></a></p>
814
  <p><a href="http://support.heateor.com/place-title-social-share-icons-row/" target="_blank"><?php _e('How to Place Title and Social Share Icons in the Same Row?', 'super-socializer' ) ?></a></p>
@@ -833,11 +833,11 @@
833
  </form>
834
  <div class="clear"></div>
835
  <div class="stuffbox">
836
- <h3><label><?php _e("Instagram Shoutout", 'super-socializer' ); ?></label></h3>
837
- <div class="inside">
838
- <p><?php _e( 'If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer' ) ?></p>
839
- <p><?php _e( '<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'super-socializer' ) ?></p>
840
- <p><?php _e( '@blahblahonlinecoaching proudly use #SuperSocializer to enable social features at their website, such as - Social Login, Social Share and Social Commenting. Be sure to visit their website at blahblahonlinecoaching.com where you can browse a variety of programming language courses.', 'super-socializer' ) ?></p>
841
  </div>
842
  </div>
843
  </div>
795
  <div class="the_champ_left_column">
796
  <div class="stuffbox">
797
  <h3><label><?php _e('Shortcode & Widget', 'super-socializer');?></label></h3>
798
+ <div class="inside" style="padding-left:7px">
799
  <p><a style="text-decoration:none" href="http://support.heateor.com/like-buttons-shortcode-and-widget/" target="_blank"><?php _e('Like Buttons Shortcode & Widget', 'super-socializer') ?></a></p>
800
  </div>
801
  </div>
808
  <div class="the_champ_left_column">
809
  <div class="stuffbox">
810
  <h3><label><?php _e('FAQ', 'super-socializer' ) ?></label></h3>
811
+ <div class="inside faq" style="padding-left:8px">
812
  <p><a href="http://support.heateor.com/why-is-there-so-much-space-between-like-buttons" target="_blank"><?php _e( 'Why is there so much space between like buttons?', 'super-socializer' ) ?></a></p>
813
  <p><a href="http://support.heateor.com/why-is-floating-share-like-button-not-appearing-at-homepage" target="_blank"><?php _e( 'Why are floating sharing/like buttons not appearing at homepage?', 'super-socializer' ) ?></a></p>
814
  <p><a href="http://support.heateor.com/place-title-social-share-icons-row/" target="_blank"><?php _e('How to Place Title and Social Share Icons in the Same Row?', 'super-socializer' ) ?></a></p>
833
  </form>
834
  <div class="clear"></div>
835
  <div class="stuffbox">
836
+ <h3><label><?php _e("Instagram Shoutout", 'super-socializer'); ?></label></h3>
837
+ <div class="inside" style="padding-left:10px">
838
+ <p><?php _e( 'If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer') ?></p>
839
+ <p><?php _e( '<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'super-socializer') ?></p>
840
+ <p><?php _e( '@blahblahonlinecoaching proudly use #SuperSocializer to enable social features at their website, such as - Social Login, Social Share and Social Commenting. Be sure to visit their website at blahblahonlinecoaching.com where you can browse a variety of programming language courses.', 'super-socializer') ?></p>
841
  </div>
842
  </div>
843
  </div>
admin/social_commenting.php CHANGED
@@ -452,7 +452,7 @@
452
  <div class="the_champ_left_column">
453
  <div class="stuffbox">
454
  <h3><label><?php _e('Shortcode', 'super-socializer');?></label></h3>
455
- <div class="inside">
456
  <p><a style="text-decoration:none" href="http://support.heateor.com/social-commenting-shortcode/" target="_blank"><?php _e('Social Commenting Shortcode', 'super-socializer') ?></a></p>
457
  </div>
458
  </div>
@@ -465,7 +465,7 @@
465
  <div class="the_champ_left_column">
466
  <div class="stuffbox">
467
  <h3><label><?php _e('FAQ', 'super-socializer') ?></label></h3>
468
- <div class="inside">
469
  <p><?php _e('<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'super-socializer'); ?></p>
470
  <p><a style="text-decoration:none" href="https://www.heateor.com/facebook-comments-moderation" target="_blank"><?php _e('How to show recent Facebook Comments from all over the website in a widget?', 'super-socializer' ) ?></a></p>
471
  <p><a style="text-decoration:none" href="http://support.heateor.com/recover-facebook-comments-wordpress-moving-to-https-ssl/" target="_blank"><?php _e('How to recover the Facebook Comments lost after moving my website to SSL/Https?', 'super-socializer' ) ?></a></p>
@@ -491,7 +491,7 @@
491
  <div class="clear"></div>
492
  <div class="stuffbox">
493
  <h3><label><?php _e("Instagram Shoutout", 'super-socializer' ); ?></label></h3>
494
- <div class="inside">
495
  <p><?php _e( 'If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer' ) ?></p>
496
  <p><?php _e( '<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'super-socializer' ) ?></p>
497
  <p><?php _e( '@blahblahonlinecoaching proudly use #SuperSocializer to enable social features at their website, such as - Social Login, Social Share and Social Commenting. Be sure to visit their website at blahblahonlinecoaching.com where you can browse a variety of programming language courses.', 'super-socializer' ) ?></p>
452
  <div class="the_champ_left_column">
453
  <div class="stuffbox">
454
  <h3><label><?php _e('Shortcode', 'super-socializer');?></label></h3>
455
+ <div class="inside" style="padding-left:7px">
456
  <p><a style="text-decoration:none" href="http://support.heateor.com/social-commenting-shortcode/" target="_blank"><?php _e('Social Commenting Shortcode', 'super-socializer') ?></a></p>
457
  </div>
458
  </div>
465
  <div class="the_champ_left_column">
466
  <div class="stuffbox">
467
  <h3><label><?php _e('FAQ', 'super-socializer') ?></label></h3>
468
+ <div class="inside" style="padding-left:8px">
469
  <p><?php _e('<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'super-socializer'); ?></p>
470
  <p><a style="text-decoration:none" href="https://www.heateor.com/facebook-comments-moderation" target="_blank"><?php _e('How to show recent Facebook Comments from all over the website in a widget?', 'super-socializer' ) ?></a></p>
471
  <p><a style="text-decoration:none" href="http://support.heateor.com/recover-facebook-comments-wordpress-moving-to-https-ssl/" target="_blank"><?php _e('How to recover the Facebook Comments lost after moving my website to SSL/Https?', 'super-socializer' ) ?></a></p>
491
  <div class="clear"></div>
492
  <div class="stuffbox">
493
  <h3><label><?php _e("Instagram Shoutout", 'super-socializer' ); ?></label></h3>
494
+ <div class="inside" style="padding-left:7px">
495
  <p><?php _e( 'If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer' ) ?></p>
496
  <p><?php _e( '<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'super-socializer' ) ?></p>
497
  <p><?php _e( '@blahblahonlinecoaching proudly use #SuperSocializer to enable social features at their website, such as - Social Login, Social Share and Social Commenting. Be sure to visit their website at blahblahonlinecoaching.com where you can browse a variety of programming language courses.', 'super-socializer' ) ?></p>
admin/social_login.php CHANGED
@@ -545,6 +545,24 @@
545
  </td>
546
  </tr>
547
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
548
  <tr>
549
  <th>
550
  <img id="the_champ_sl_loginpage_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
@@ -627,7 +645,7 @@
627
  <tr>
628
  <th>
629
  <img id="the_champ_sl_wc_after_form_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
630
- <label for="the_champ_sl_wc_after_form"><?php _e("Enable after WooCommerce Customer Login Form", 'super-socializer'); ?></label>
631
  </th>
632
  <td>
633
  <input id="the_champ_sl_wc_after_form" name="the_champ_login[enable_after_wc]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_after_wc']) ? 'checked = "checked"' : '';?> value="1" />
@@ -637,7 +655,25 @@
637
  <tr class="the_champ_help_content" id="the_champ_sl_wc_after_form_help_cont">
638
  <td colspan="2">
639
  <div>
640
- <?php _e('Social Login Interface will get enabled after the customer login form at WooCommerce My Account page', 'super-socializer') ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
641
  </div>
642
  </td>
643
  </tr>
@@ -1187,7 +1223,7 @@
1187
  <div class="the_champ_left_column">
1188
  <div class="stuffbox">
1189
  <h3><label><?php _e('Shortcode & Widget', 'super-socializer');?></label></h3>
1190
- <div class="inside">
1191
  <p><a style="text-decoration:none" href="http://support.heateor.com/social-login-shortcode-and-widget/" target="_blank"><?php _e('Social Login Shortcode & Widget', 'super-socializer') ?></a></p>
1192
  <p><a style="text-decoration:none" href="http://support.heateor.com/social-linking-shortcode" target="_blank"><?php _e('Social Linking Shortcode', 'super-socializer') ?></a></p>
1193
  </div>
@@ -1201,13 +1237,14 @@
1201
  <div class="the_champ_left_column">
1202
  <div class="stuffbox">
1203
  <h3><label><?php _e('FAQ', 'super-socializer');?></label></h3>
1204
- <div class="inside faq">
1205
  <p><?php _e('<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'super-socializer'); ?></p>
1206
  <p>
1207
  <a href="javascript:void(0)"><?php _e('Why is social login not working?', 'super-socializer'); ?></a>
1208
  <div><?php _e('Make sure that App ID and Secret (Client ID and Secret) keys you have saved, belong to the same app', 'super-socializer'); ?></div>
1209
  </p>
1210
- <p><a href="https://wordpress.org/support/topic/refresh-after-login-needed/" target="_blank"><?php _e('Why the user is not appearing logged in even after Social Login until the webpage is refreshed manually?', 'super-socializer' ) ?></a></p>
 
1211
  <p><a href="http://support.heateor.com/browser-blocking-social-features/" target="_blank"><?php _e('Why is my browser blocking some features of the plugin?', 'super-socializer' ) ?></a></p>
1212
  </div>
1213
  </div>
@@ -1229,11 +1266,11 @@
1229
  </form>
1230
  <div class="clear"></div>
1231
  <div class="stuffbox">
1232
- <h3><label><?php _e("Instagram Shoutout", 'super-socializer' ); ?></label></h3>
1233
- <div class="inside">
1234
- <p><?php _e( 'If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer' ) ?></p>
1235
- <p><?php _e( '<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'super-socializer' ) ?></p>
1236
- <p><?php _e( '@blahblahonlinecoaching proudly use #SuperSocializer to enable social features at their website, such as - Social Login, Social Share and Social Commenting. Be sure to visit their website at blahblahonlinecoaching.com where you can browse a variety of programming language courses.', 'super-socializer' ) ?></p>
1237
  </div>
1238
  </div>
1239
  </div>
545
  </td>
546
  </tr>
547
 
548
+ <tr>
549
+ <th>
550
+ <img id="the_champ_sl_align_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
551
+ <label for="the_champ_sl_align"><?php _e("Center align icons", 'super-socializer'); ?></label>
552
+ </th>
553
+ <td>
554
+ <input id="the_champ_sl_align" name="the_champ_login[center_align]" type="checkbox" <?php echo isset($theChampLoginOptions['center_align']) ? 'checked = "checked"' : '';?> value="1" />
555
+ </td>
556
+ </tr>
557
+
558
+ <tr class="the_champ_help_content" id="the_champ_sl_align_help_cont">
559
+ <td colspan="2">
560
+ <div>
561
+ <?php _e('Center align social login icons', 'super-socializer') ?>
562
+ </div>
563
+ </td>
564
+ </tr>
565
+
566
  <tr>
567
  <th>
568
  <img id="the_champ_sl_loginpage_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
645
  <tr>
646
  <th>
647
  <img id="the_champ_sl_wc_after_form_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
648
+ <label for="the_champ_sl_wc_after_form"><?php _e("Enable at WooCommerce Customer Login Form", 'super-socializer'); ?></label>
649
  </th>
650
  <td>
651
  <input id="the_champ_sl_wc_after_form" name="the_champ_login[enable_after_wc]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_after_wc']) ? 'checked = "checked"' : '';?> value="1" />
655
  <tr class="the_champ_help_content" id="the_champ_sl_wc_after_form_help_cont">
656
  <td colspan="2">
657
  <div>
658
+ <?php _e('Integrate Social Login Interface with the customer login form at WooCommerce My Account page', 'super-socializer') ?>
659
+ </div>
660
+ </td>
661
+ </tr>
662
+
663
+ <tr>
664
+ <th>
665
+ <img id="the_champ_sl_wc_register_form_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
666
+ <label for="the_champ_sl_wc_register_form"><?php _e("Enable at WooCommerce Customer Register Form", 'super-socializer'); ?></label>
667
+ </th>
668
+ <td>
669
+ <input id="the_champ_sl_wc_register_form" name="the_champ_login[enable_register_wc]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_register_wc']) ? 'checked = "checked"' : '';?> value="1" />
670
+ </td>
671
+ </tr>
672
+
673
+ <tr class="the_champ_help_content" id="the_champ_sl_wc_after_form_help_cont">
674
+ <td colspan="2">
675
+ <div>
676
+ <?php _e('Integrate Social Login Interface with the customer register form at WooCommerce My Account page', 'super-socializer') ?>
677
  </div>
678
  </td>
679
  </tr>
1223
  <div class="the_champ_left_column">
1224
  <div class="stuffbox">
1225
  <h3><label><?php _e('Shortcode & Widget', 'super-socializer');?></label></h3>
1226
+ <div class="inside" style="padding-left:7px">
1227
  <p><a style="text-decoration:none" href="http://support.heateor.com/social-login-shortcode-and-widget/" target="_blank"><?php _e('Social Login Shortcode & Widget', 'super-socializer') ?></a></p>
1228
  <p><a style="text-decoration:none" href="http://support.heateor.com/social-linking-shortcode" target="_blank"><?php _e('Social Linking Shortcode', 'super-socializer') ?></a></p>
1229
  </div>
1237
  <div class="the_champ_left_column">
1238
  <div class="stuffbox">
1239
  <h3><label><?php _e('FAQ', 'super-socializer');?></label></h3>
1240
+ <div class="inside faq" style="padding-left:7px">
1241
  <p><?php _e('<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'super-socializer'); ?></p>
1242
  <p>
1243
  <a href="javascript:void(0)"><?php _e('Why is social login not working?', 'super-socializer'); ?></a>
1244
  <div><?php _e('Make sure that App ID and Secret (Client ID and Secret) keys you have saved, belong to the same app', 'super-socializer'); ?></div>
1245
  </p>
1246
+ <p><a href="https://wordpress.org/support/topic/social-login-not-working-with-cache-enabled/" target="_blank"><?php _e('Social Login not working with Varnish enabled', 'super-socializer') ?></a></p>
1247
+ <p><a href="https://wordpress.org/support/topic/social-login-not-working-with-cache-enabled/" target="_blank"><?php _e('Why the user is not appearing logged in even after Social Login until the webpage is refreshed manually?', 'super-socializer' ) ?></a></p>
1248
  <p><a href="http://support.heateor.com/browser-blocking-social-features/" target="_blank"><?php _e('Why is my browser blocking some features of the plugin?', 'super-socializer' ) ?></a></p>
1249
  </div>
1250
  </div>
1266
  </form>
1267
  <div class="clear"></div>
1268
  <div class="stuffbox">
1269
+ <h3><label><?php _e("Instagram Shoutout", 'super-socializer'); ?></label></h3>
1270
+ <div class="inside" style="padding-left:10px">
1271
+ <p><?php _e('If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer') ?></p>
1272
+ <p><?php _e('<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'super-socializer') ?></p>
1273
+ <p><?php _e('@blahblahonlinecoaching proudly use #SuperSocializer to enable social features at their website, such as - Social Login, Social Share and Social Commenting. Be sure to visit their website at blahblahonlinecoaching.com where you can browse a variety of programming language courses.', 'super-socializer') ?></p>
1274
  </div>
1275
  </div>
1276
  </div>
admin/social_sharing.php CHANGED
@@ -1890,7 +1890,7 @@
1890
  <div class="the_champ_left_column">
1891
  <div class="stuffbox">
1892
  <h3><label><?php _e('Shortcode & Widget', 'super-socializer' );?></label></h3>
1893
- <div class="inside">
1894
  <p><a style="text-decoration:none" href="http://support.heateor.com/social-sharing-shortcode-and-widget/" target="_blank"><?php _e('Shortcode & Widget', 'super-socializer' ) ?></a></p>
1895
  </div>
1896
  </div>
@@ -1923,7 +1923,7 @@
1923
  <div class="the_champ_left_column">
1924
  <div class="stuffbox">
1925
  <h3><label><?php _e('FAQ', 'super-socializer' ) ?></label></h3>
1926
- <div class="inside faq">
1927
  <p><?php _e('<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'super-socializer'); ?></p>
1928
  <p><a href="http://support.heateor.com/why-is-sharer-not-showing-the-correct-image-title-and-other-meta-tags-content" target="_blank"><?php _e('Why is sharer not showing the correct image, title and other meta tags content?', 'super-socializer') ?></a></p>
1929
  <p>
@@ -1971,11 +1971,11 @@
1971
  </form>
1972
  <div class="clear"></div>
1973
  <div class="stuffbox">
1974
- <h3><label><?php _e("Instagram Shoutout", 'super-socializer' ); ?></label></h3>
1975
- <div class="inside">
1976
- <p><?php _e( 'If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer' ) ?></p>
1977
- <p><?php _e( '<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'super-socializer' ) ?></p>
1978
- <p><?php _e( '@blahblahonlinecoaching proudly use #SuperSocializer to enable social features at their website, such as - Social Login, Social Share and Social Commenting. Be sure to visit their website at blahblahonlinecoaching.com where you can browse a variety of programming language courses.', 'super-socializer' ) ?></p>
1979
  </div>
1980
  </div>
1981
  </div>
1890
  <div class="the_champ_left_column">
1891
  <div class="stuffbox">
1892
  <h3><label><?php _e('Shortcode & Widget', 'super-socializer' );?></label></h3>
1893
+ <div class="inside" style="padding-left:7px">
1894
  <p><a style="text-decoration:none" href="http://support.heateor.com/social-sharing-shortcode-and-widget/" target="_blank"><?php _e('Shortcode & Widget', 'super-socializer' ) ?></a></p>
1895
  </div>
1896
  </div>
1923
  <div class="the_champ_left_column">
1924
  <div class="stuffbox">
1925
  <h3><label><?php _e('FAQ', 'super-socializer' ) ?></label></h3>
1926
+ <div class="inside faq" style="padding-left:8px">
1927
  <p><?php _e('<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'super-socializer'); ?></p>
1928
  <p><a href="http://support.heateor.com/why-is-sharer-not-showing-the-correct-image-title-and-other-meta-tags-content" target="_blank"><?php _e('Why is sharer not showing the correct image, title and other meta tags content?', 'super-socializer') ?></a></p>
1929
  <p>
1971
  </form>
1972
  <div class="clear"></div>
1973
  <div class="stuffbox">
1974
+ <h3><label><?php _e("Instagram Shoutout", 'super-socializer'); ?></label></h3>
1975
+ <div class="inside" style="padding-left:10px">
1976
+ <p><?php _e('If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer') ?></p>
1977
+ <p><?php _e('<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'super-socializer') ?></p>
1978
+ <p><?php _e('@blahblahonlinecoaching proudly use #SuperSocializer to enable social features at their website, such as - Social Login, Social Share and Social Commenting. Be sure to visit their website at blahblahonlinecoaching.com where you can browse a variety of programming language courses.', 'super-socializer') ?></p>
1979
  </div>
1980
  </div>
1981
  </div>
css/admin.css CHANGED
@@ -1,2 +1,2 @@
1
- @charset "utf-8";.clr,.the_champ_clear{clear:both}#the_champ_sl_curl{color:#900}.the_champ_master_control h2,.the_champ_master_control input{float: left;}.the_champ_master_control h2{margin:0 10px 0 0}.the_champ_master_control input{margin-top:2px}h2.nav-tab-wrapper{padding-top:0!important;border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 0!important;}h2.nav-tab-wrapper>ul>li{float:left;margin-left:5px;margin-bottom:0!important;}li.ui-tabs-active{border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:5px}li.ui-tabs-active a.nav-tab{background:0 0}.submit a{margin-left:20px}div.menu_containt_div>.stuffbox{width:763px}div.inside td,div.inside th{padding:7px}div.stuffbox h3{border-bottom:1px solid #eee}.theChampHorizontalSharingProviderContainer,.theChampVerticalSharingProviderContainer{font-size: 11px;width:165px;float:left;margin-bottom: 4px}.theChampHorizontalSharingProviderContainer input,.theChampVerticalSharingProviderContainer input{margin-top: 0;float: left;}.theChampHorizontalSharingProviderContainer label,.theChampVerticalSharingProviderContainer label{float: left;margin:0 1px;}.the_champ_help_content{display:none;font-size:12px;color:#797979;line-height:15px;font-style:italic}.the_champ_help_content img{box-shadow:4px 4px 4px 4px #888;margin:8px 0}.the_champ_help_bubble{cursor:pointer;vertical-align:middle}#the_champ_ss_rearrange li,#the_champ_ss_vertical_rearrange li{cursor:move;float:left;display:block;margin:2px}#the_champ_sc_rearrange,#the_champ_sc_vertical_rearrange,#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange{margin:0}#the_champ_sc_rearrange li,#the_champ_sc_vertical_rearrange li{cursor:move;float:left;display:block;width:175px;margin:0}#the_champ_sc_rearrange label,#the_champ_sc_vertical_rearrange label{cursor:move}.the_champ_left_column{float:left;width:72%!important}.the_champ_right_column{float:left;width:26.5%;margin-left:10px}.the_champ_right_column a:focus{outline:0!important;border:none!important}.the_champ_right_column td{display:block;width:120px!important;margin:0}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}input[type=text]{width:90%}.theChampLoginButton{background:url(../images/login/login.png) no-repeat;cursor:pointer;display:block;float:left;margin-right:10px}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px}.theChampFacebookButton{background-position:0 0;width:32px;height:32px}.theChampWordpressButton{background-position:0 -96px;width:32px;height:32px}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampLinkedinBackground{background-color:#0077B5}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampInstagramSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center}.ss_demo{background:linear-gradient(#ec1b23, #d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer;border-bottom-style: groove;border-bottom-width: 5px;border-bottom-color: rgb(0,0,0,0.2);}.ss_demo:hover{background: linear-gradient(#d43116,#ec1b23);}.theChampYummlyBackground{background-color:#E16120}.theChampFacebookBackground{background-color:#3C589A}.theChampBufferBackground{background-color:#000}.theChampInstagramBackground{background-color:#527FA4}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampLinkedinshareBackground{width:66px!important;}.theChampFacebookrecommendBackground{width:95px!important;}.theChampFacebookshareBackground{width:60px!important;}.theChampFacebooklikeBackground{width:50px!important;}.theChampTwittertweetBackground{width:57px!important;}.theChampGoogleplusoneBackground{width:39px!important;}.theChampGoogleplusshareBackground{width:57px!important;}.theChampPinterestpinBackground{width:44px!important;}.theChampBuffershareBackground{width:58px!important;}.theChampXingshareBackground{width:63px!important;}.theChampRedditbadgeBackground{width:124px!important;}.theChampSharingSvg{width:100%;height:100%}.theChampLinkedinshareSvg{background:url(../images/sharing/linkedin_share.png) left no-repeat;border-radius: 0!important}.theChampFacebookshareSvg{background:url(../images/sharing/facebook_share.png) left no-repeat;border-radius: 0!important}.theChampFacebooklikeSvg{background:url(../images/sharing/facebook_like.png) left no-repeat;border-radius: 0!important}.theChampRedditbadgeSvg{background:url(../images/sharing/reddit_badge.png) left no-repeat;border-radius: 0!important}.theChampYummlyshareSvg{background:url(../images/sharing/yummly_share.png) left no-repeat;border-radius: 0!important}.theChampBuffershareSvg{background:url(../images/sharing/buffer_share.png) left no-repeat;border-radius: 0!important}.theChampXingshareSvg{background:url(../images/sharing/xing_share.png) left no-repeat;border-radius: 0!important}.theChampPinterestpinSvg{background:url(../images/sharing/pinterest_pin.png) left no-repeat;border-radius: 0!important}.theChampGoogleplusshareSvg{background:url(../images/sharing/google_plus_share.png) left no-repeat;border-radius: 0!important}.theChampGoogleplusoneSvg{background:url(../images/sharing/google_plusone.png) left no-repeat;border-radius: 0!important}.theChampTwittertweetSvg{background:url(../images/sharing/twitter_tweet.png) left no-repeat;border-radius: 0!important}.theChampFacebookrecommendSvg{background:url(../images/sharing/facebook_recommend.png) left no-repeat;border-radius:0!important;}
2
- .theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCommentBackground{background-color: #444}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color: #00C300}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampGentleReaderBackground{background-color:#46aecf}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampYummlyshareBackground{width: 43px!important}.faq a{text-decoration: none;}.theChampCounterPreviewLeft,.theChampCounterVerticalPreviewLeft,.theChampCounterVerticalPreviewRight,.theChampCounterPreviewRight{float:left;text-align: center;font-family:sans-serif;width:30px;visibility: hidden;}.theChampCounterVerticalPreviewTop,.theChampCounterVerticalPreviewBottom,.theChampCounterPreviewTop,.theChampCounterPreviewBottom{text-align: center;line-height: 30px;height: 30px;visibility: hidden;clear: both}.theChampCounterVerticalPreviewInnerleft,.theChampCounterVerticalPreviewInnerright,.theChampCounterPreviewInnerleft,.theChampCounterPreviewInnerright{float: left;display: none;height: 100%;width:50%;text-align:center}.theChampCounterVerticalPreviewInnertop,.theChampCounterVerticalPreviewInnerbottom,.theChampCounterPreviewInnertop,.theChampCounterPreviewInnerbottom{clear: both;text-align:center;display: none;width:100%;height:30%}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 10px;}select{height:24px !important;line-height:24px !important;vertical-align:top !important}.form-table small{font-weight:normal}@media screen and (max-width:783px){.the_champ_left_column{width:99%!important;}.the_champ_right_column{width:99%;margin-left:0;}.form-table input[type=radio]{margin:3px 0 !important;}}
1
+ @charset "utf-8";.clr,.the_champ_clear{clear:both}#the_champ_sl_curl{color:#900}.the_champ_master_control h2,.the_champ_master_control input{float: left;}.the_champ_master_control h2{margin:0 10px 0 0}.the_champ_master_control input{margin-top:2px}h2.nav-tab-wrapper{padding-top:0!important;border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 0!important;}h2.nav-tab-wrapper>ul>li{float:left;margin-left:5px;margin-bottom:0!important;}li.ui-tabs-active{border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:5px}li.ui-tabs-active a.nav-tab{background:0 0}.submit a{margin-left:20px}div.menu_containt_div>.stuffbox{width:763px}div.inside td,div.inside th{padding:7px}div.stuffbox h3{border-bottom:1px solid #eee}.theChampHorizontalSharingProviderContainer,.theChampVerticalSharingProviderContainer{font-size: 11px;width:165px;float:left;margin-bottom: 4px}.theChampHorizontalSharingProviderContainer input,.theChampVerticalSharingProviderContainer input{margin-top: 0;float: left;}.theChampHorizontalSharingProviderContainer label,.theChampVerticalSharingProviderContainer label{float: left;margin:0 1px;}.the_champ_help_content{display:none;font-size:12px;color:#797979;line-height:15px;font-style:italic}.the_champ_help_content img{box-shadow:4px 4px 4px 4px #888;margin:8px 0}.the_champ_help_bubble{cursor:pointer;vertical-align:middle}#the_champ_ss_rearrange li,#the_champ_ss_vertical_rearrange li{cursor:move;float:left;display:block;margin:2px}#the_champ_sc_rearrange,#the_champ_sc_vertical_rearrange,#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange{margin:0}#the_champ_sc_rearrange li,#the_champ_sc_vertical_rearrange li{cursor:move;float:left;display:block;width:175px;margin:0}#the_champ_sc_rearrange label,#the_champ_sc_vertical_rearrange label{cursor:move}.the_champ_left_column{float:left;width:71%!important}.the_champ_right_column{float:left;width:27.5%;margin-left:10px}.the_champ_right_column a:focus{outline:0!important;border:none!important}.the_champ_right_column td{display:block;width:120px!important;margin:0}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}input[type=text]{width:90%}.theChampLoginButton{background:url(../images/login/login.png) no-repeat;cursor:pointer;display:block;float:left;margin-right:10px}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px}.theChampFacebookButton{background-position:0 0;width:32px;height:32px}.theChampWordpressButton{background-position:0 -96px;width:32px;height:32px}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampLinkedinBackground{background-color:#0077B5}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampInstagramSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center}.ss_demo{background:linear-gradient(#ec1b23, #d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer;border-bottom-style: groove;border-bottom-width: 5px;border-bottom-color: rgb(0,0,0,0.2);}.ss_demo:hover{background: linear-gradient(#d43116,#ec1b23);}.theChampYummlyBackground{background-color:#E16120}.theChampFacebookBackground{background-color:#3C589A}.theChampBufferBackground{background-color:#000}.theChampInstagramBackground{background-color:#527FA4}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampLinkedinshareBackground{width:66px!important;}.theChampFacebookrecommendBackground{width:95px!important;}.theChampFacebookshareBackground{width:60px!important;}.theChampFacebooklikeBackground{width:50px!important;}.theChampTwittertweetBackground{width:57px!important;}.theChampGoogleplusoneBackground{width:39px!important;}.theChampGoogleplusshareBackground{width:57px!important;}.theChampPinterestpinBackground{width:44px!important;}.theChampBuffershareBackground{width:58px!important;}.theChampXingshareBackground{width:63px!important;}.theChampRedditbadgeBackground{width:124px!important;}.theChampSharingSvg{width:100%;height:100%}.theChampLinkedinshareSvg{background:url(../images/sharing/linkedin_share.png) left no-repeat;border-radius: 0!important}.theChampFacebookshareSvg{background:url(../images/sharing/facebook_share.png) left no-repeat;border-radius: 0!important}.theChampFacebooklikeSvg{background:url(../images/sharing/facebook_like.png) left no-repeat;border-radius: 0!important}.theChampRedditbadgeSvg{background:url(../images/sharing/reddit_badge.png) left no-repeat;border-radius: 0!important}.theChampYummlyshareSvg{background:url(../images/sharing/yummly_share.png) left no-repeat;border-radius: 0!important}.theChampBuffershareSvg{background:url(../images/sharing/buffer_share.png) left no-repeat;border-radius: 0!important}.theChampXingshareSvg{background:url(../images/sharing/xing_share.png) left no-repeat;border-radius: 0!important}.theChampPinterestpinSvg{background:url(../images/sharing/pinterest_pin.png) left no-repeat;border-radius: 0!important}.theChampGoogleplusshareSvg{background:url(../images/sharing/google_plus_share.png) left no-repeat;border-radius: 0!important}.theChampGoogleplusoneSvg{background:url(../images/sharing/google_plusone.png) left no-repeat;border-radius: 0!important}.theChampTwittertweetSvg{background:url(../images/sharing/twitter_tweet.png) left no-repeat;border-radius: 0!important}.theChampFacebookrecommendSvg{background:url(../images/sharing/facebook_recommend.png) left no-repeat;border-radius:0!important;}
2
+ .theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCommentBackground{background-color: #444}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color: #00C300}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampGentleReaderBackground{background-color:#46aecf}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampYummlyshareBackground{width: 43px!important}.faq a{text-decoration: none;}.theChampCounterPreviewLeft,.theChampCounterVerticalPreviewLeft,.theChampCounterVerticalPreviewRight,.theChampCounterPreviewRight{float:left;text-align: center;font-family:sans-serif;width:30px;visibility: hidden;}.theChampCounterVerticalPreviewTop,.theChampCounterVerticalPreviewBottom,.theChampCounterPreviewTop,.theChampCounterPreviewBottom{text-align: center;line-height: 30px;height: 30px;visibility: hidden;clear: both}.theChampCounterVerticalPreviewInnerleft,.theChampCounterVerticalPreviewInnerright,.theChampCounterPreviewInnerleft,.theChampCounterPreviewInnerright{float: left;display: none;height: 100%;width:50%;text-align:center}.theChampCounterVerticalPreviewInnertop,.theChampCounterVerticalPreviewInnerbottom,.theChampCounterPreviewInnertop,.theChampCounterPreviewInnerbottom{clear: both;text-align:center;display: none;width:100%;height:30%}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 10px;}select{height:24px !important;line-height:24px !important;vertical-align:top !important}.form-table small{font-weight:normal}div.the_champ_left_column div.stuffbox{padding:0px 4px 5px 6px;}div.the_champ_left_column div.stuffbox h3{padding-left:7px}div.the_champ_right_column div.stuffbox{padding:0 4px 10px 9px;}div#tabs div.the_champ_right_column div.stuffbox h3{padding-left:0px}div.the_champ_right_column div.stuffbox h3{padding-left:1px;}@media screen and (max-width:783px){.the_champ_left_column{width:99%!important;}.the_champ_right_column{width:99%;margin-left:0;}.form-table input[type=radio]{margin:3px 0 !important;}}
css/front.css CHANGED
@@ -1 +1 @@
1
- @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FBBC05%22%20d%3D%22M0%2037V11l17%2013z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23EA4335%22%20d%3D%22M0%2011l17%2013%207-6.1L48%2014V0H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%2334A853%22%20d%3D%22M0%2037l30-23%207.9%201L48%200v48H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%234285F4%22%20d%3D%22M48%2048L17%2024l-4-3%2035-10z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%200%2031%2035%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampTwitterLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') left no-repeat}.theChampVkontakteLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%221%202%2030%2028%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampFacebookLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampLiveJournalLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%2300B0EA%22%3E%3Cpath%20d%3D%22M16.76%205.53c-1.586%200-3.094.33-4.462.922l-2.47-2.465h-.005A11.268%2011.268%200%200%200%204%209.843l2.472%202.47a11.283%2011.283%200%200%201%205.823-5.86h.004l9.14%209.128h-.006a11.304%2011.304%200%200%200-5.823%205.86l-9.14-9.13c-.597%201.372-.952%202.865-.952%204.457%200%206.21%205.03%2011.24%2011.24%2011.24S28%2022.98%2028%2016.77c0-6.206-5.033-11.24-11.24-11.24zm1.95%2016.573a6.561%206.561%200%200%201%203.38-3.403l.887%204.285-4.268-.882z%22%2F%3E%3Cpath%20d%3D%22M22.092%2018.702l-.653-3.118h-.007a11.288%2011.288%200%200%200-5.822%205.858l3.097.66a6.58%206.58%200%200%201%203.38-3.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampInstagramLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0!important}#heateor_ss_browser_msg_close img,#heateor_ss_lj_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound,ul.heateor_ss_follow_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}ul.heateor_ss_follow_ul li,ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before,ul.heateor_ss_follow_ul li:before{content:none!important}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:120px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:110px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:145px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:95px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:117px}div.the_champ_horizontal_sharing li.the_champ_google_plusone, div.the_champ_horizontal_counter li.the_champ_google_plusone{width:65px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:130px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:81px}div.the_champ_horizontal_sharing li.the_champ_google_plus_share, div.the_champ_horizontal_counter li.the_champ_google_plus_share{width:95px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:76px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:98px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background-color:#527FA4}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampTwitchBackground{background-color:#6441A5}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMediumSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCommentBackground{background-color: #444}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color: #00C300}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.theChampMediumBackground{background-color: #2a2a2a}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampSnapchatBackground{background-color: #ffe900}.theChampVimeoBackground{background-color: #1ab7ea}.theChampYoutubeBackground{background-color: #ff0000}.theChampRSSBackground{background-color: #e3702d}.theChampGentleReaderBackground{background-color:#46aecf}.theChampBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleplusSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%20-1%2034%2034%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappBackground a,i.theChampLineBackground a,i.theChampViberBackground a{display:inline!important}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}li.the_champ_google_plusone div, li.the_champ_google_plus_share div{display:block!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}
1
+ @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FBBC05%22%20d%3D%22M0%2037V11l17%2013z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23EA4335%22%20d%3D%22M0%2011l17%2013%207-6.1L48%2014V0H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%2334A853%22%20d%3D%22M0%2037l30-23%207.9%201L48%200v48H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%234285F4%22%20d%3D%22M48%2048L17%2024l-4-3%2035-10z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%200%2031%2035%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampTwitterLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') left no-repeat}.theChampVkontakteLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%221%202%2030%2028%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampFacebookLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampLiveJournalLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%2300B0EA%22%3E%3Cpath%20d%3D%22M16.76%205.53c-1.586%200-3.094.33-4.462.922l-2.47-2.465h-.005A11.268%2011.268%200%200%200%204%209.843l2.472%202.47a11.283%2011.283%200%200%201%205.823-5.86h.004l9.14%209.128h-.006a11.304%2011.304%200%200%200-5.823%205.86l-9.14-9.13c-.597%201.372-.952%202.865-.952%204.457%200%206.21%205.03%2011.24%2011.24%2011.24S28%2022.98%2028%2016.77c0-6.206-5.033-11.24-11.24-11.24zm1.95%2016.573a6.561%206.561%200%200%201%203.38-3.403l.887%204.285-4.268-.882z%22%2F%3E%3Cpath%20d%3D%22M22.092%2018.702l-.653-3.118h-.007a11.288%2011.288%200%200%200-5.822%205.858l3.097.66a6.58%206.58%200%200%201%203.38-3.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampInstagramLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0!important}#heateor_ss_browser_msg_close img,#heateor_ss_lj_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound,ul.heateor_ss_follow_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}ul.heateor_ss_follow_ul li,ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before,ul.heateor_ss_follow_ul li:before{content:none!important}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:65px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:57px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:103px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:65px}div.the_champ_horizontal_counter li.the_champ_linkedin_share span, div.the_champ_horizontal_sharing li.the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing li.the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing li.the_champ_google_plusone, div.the_champ_horizontal_counter li.the_champ_google_plusone{width:39px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing li.the_champ_google_plus_share, div.the_champ_horizontal_counter li.the_champ_google_plus_share{width:64px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:58px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:67px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background-color:#527FA4}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampTwitchBackground{background-color:#6441A5}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMediumSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:white!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCommentBackground{background-color: #444}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color: #00C300}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.theChampMediumBackground{background-color: #2a2a2a}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampSnapchatBackground{background-color: #ffe900}.theChampVimeoBackground{background-color: #1ab7ea}.theChampYoutubeBackground{background-color: #ff0000}.theChampRSSBackground{background-color: #e3702d}.theChampGentleReaderBackground{background-color:#46aecf}.theChampBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleplusSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%20-1%2034%2034%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappBackground a,i.theChampLineBackground a,i.theChampViberBackground a{display:inline!important}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}li.the_champ_google_plusone div, li.the_champ_google_plus_share div{display:block!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}
inc/shortcode.php CHANGED
@@ -184,6 +184,7 @@ function the_champ_login_shortcode($params){
184
  extract(shortcode_atts(array(
185
  'style' => '',
186
  'title' => '',
 
187
  'show_username' => 'OFF'
188
  ), $params));
189
  if($show_username == 'ON' && is_user_logged_in()){
@@ -210,6 +211,9 @@ function the_champ_login_shortcode($params){
210
  }
211
  $html .= the_champ_login_button(true);
212
  $html .= '</div><div style="clear:both"></div>';
 
 
 
213
  }
214
  return $html;
215
  }
184
  extract(shortcode_atts(array(
185
  'style' => '',
186
  'title' => '',
187
+ 'redirect_url' => '',
188
  'show_username' => 'OFF'
189
  ), $params));
190
  if($show_username == 'ON' && is_user_logged_in()){
211
  }
212
  $html .= the_champ_login_button(true);
213
  $html .= '</div><div style="clear:both"></div>';
214
+ if($redirect_url){
215
+ $html .= '<script type="text/javascript">theChampCustomRedirect = encodeURI("'. $redirect_url .'"); var theChampLJAuthUrl = "'. $redirect_url .'?SuperSocializerAuth=LiveJournal"; var theChampSteamAuthUrl = ""; var theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampTwitchAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitch&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampXingAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Xing&super_socializer_redirect_to=" + theChampCustomRedirect</script>';
216
+ }
217
  }
218
  return $html;
219
  }
inc/social_login.php CHANGED
@@ -88,12 +88,15 @@ if(isset($theChampLoginOptions['enableAtComment']) && $theChampLoginOptions['ena
88
  add_action('comment_form_top', 'the_champ_login_button');
89
  }
90
  }
91
- if(isset($theChampLoginOptions['enable_before_wc']) && $theChampLoginOptions['enable_before_wc'] == 1){
92
  add_action( 'woocommerce_before_customer_login_form', 'the_champ_login_button' );
93
  }
94
- if(isset($theChampLoginOptions['enable_after_wc']) && $theChampLoginOptions['enable_after_wc'] == 1){
95
  add_action( 'woocommerce_login_form', 'the_champ_login_button' );
96
  }
 
 
 
97
  if(isset($theChampLoginOptions['enable_wc_checkout']) && $theChampLoginOptions['enable_wc_checkout'] == 1){
98
  add_action( 'woocommerce_checkout_before_customer_details', 'the_champ_login_button' );
99
  }
88
  add_action('comment_form_top', 'the_champ_login_button');
89
  }
90
  }
91
+ if(isset($theChampLoginOptions['enable_before_wc'])){
92
  add_action( 'woocommerce_before_customer_login_form', 'the_champ_login_button' );
93
  }
94
+ if(isset($theChampLoginOptions['enable_after_wc'])){
95
  add_action( 'woocommerce_login_form', 'the_champ_login_button' );
96
  }
97
+ if(isset($theChampLoginOptions['enable_register_wc'])){
98
+ add_action( 'woocommerce_register_form', 'the_champ_login_button' );
99
+ }
100
  if(isset($theChampLoginOptions['enable_wc_checkout']) && $theChampLoginOptions['enable_wc_checkout'] == 1){
101
  add_action( 'woocommerce_checkout_before_customer_details', 'the_champ_login_button' );
102
  }
inc/social_sharing.php CHANGED
@@ -56,10 +56,10 @@ function the_champ_prepare_sharing_html( $postUrl, $sharingType = 'horizontal',
56
  if ( the_champ_is_amp_page() ) {
57
  $sharingNetworks = heateor_ss_fetch_amp_sharing_networks();
58
  } else {
59
- $sharingNetworks = heateor_ss_fetch_sharing_networks();
60
  }
61
 
62
- $html = the_champ_is_amp_page() ? '' : '<ul ' . ( $sharingType == 'horizontal' && $theChampSharingOptions['hor_sharing_alignment'] == "center" ? "style='list-style: none;position: relative;left: 50%;'" : "" ) .' class="the_champ_sharing_ul">';
63
  $iconHeight = $theChampSharingOptions[$sharingType . '_sharing_shape'] != 'rectangle' ? $theChampSharingOptions[$sharingType . '_sharing_size'] : $theChampSharingOptions[$sharingType . '_sharing_height'];
64
  $style = 'style="width:' . ( $theChampSharingOptions[$sharingType . '_sharing_shape'] != 'rectangle' ? $theChampSharingOptions[$sharingType . '_sharing_size'] : $theChampSharingOptions[$sharingType . '_sharing_width'] ) . 'px;height:' . $iconHeight . 'px;';
65
  $counterContainerInitHtml = '<ss class="the_champ_square_count';
@@ -342,7 +342,7 @@ function the_champ_prepare_counter_html($postUrl, $sharingType = 'horizontal', $
342
  }
343
  $html = '<div id="fb-root"></div>';
344
  if(isset($theChampCounterOptions[$sharingType.'_providers']) && is_array($theChampCounterOptions[$sharingType.'_providers'])){
345
- $html = '<ul '. ($sharingType == 'horizontal' && isset($theChampCounterOptions['hor_counter_alignment']) && $theChampCounterOptions['hor_counter_alignment'] == "center" ? "style='list-style: none;position: relative;left: 50%;'" : "") .' class="the_champ_sharing_ul">';
346
  $language = isset($theChampCounterOptions['language']) && $theChampCounterOptions['language'] != '' ? $theChampCounterOptions['language'] : '';
347
  foreach($theChampCounterOptions[$sharingType.'_providers'] as $provider){
348
  if($provider == 'facebook_share'){
@@ -354,11 +354,11 @@ function the_champ_prepare_counter_html($postUrl, $sharingType = 'horizontal', $
354
  }elseif($provider == 'twitter_tweet'){
355
  $html .= '<li class="the_champ_twitter_tweet" heateor-ss-data-href="'. $postUrl .'"><a href="https://twitter.com/share" class="twitter-share-button" data-url="'. $shortUrl .'" data-counturl="'. $postUrl .'" data-text="'. $decodedPostTitle .'" data-via="'. (isset($theChampCounterOptions['twitter_username']) && $theChampCounterOptions['twitter_username'] != '' ? $theChampCounterOptions['twitter_username'] : '') .'" data-lang="'. $language .'" >Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script></li>';
356
  }elseif($provider == 'linkedin_share'){
357
- $html .= '<li class="the_champ_linkedin_share"><script src="//platform.linkedin.com/in.js" type="text/javascript">lang: '. $language .'</script><script type="IN/Share" data-url="' . $postUrl . '" data-counter="right"></script></li>';
358
  }elseif($provider == 'google_plusone'){
359
  $html .= '<li class="the_champ_google_plusone"><script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "'. $language .'"}</script><div class="g-plusone" data-size="medium" data-href="'. $postUrl .'" data-callback="heateorSsmiGpCallback"></div></li>';
360
  }elseif($provider == 'pinterest_pin_it'){
361
- $html .= '<li class="the_champ_pinterest_pin"><a data-pin-lang="'. $language .'" href="//www.pinterest.com/pin/create/button/?url='. $postUrl .'" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></li>';
362
  }elseif($provider == 'googleplus_share'){
363
  $html .= '<li class="the_champ_google_plus_share"><script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "'. $language .'"}</script><div class="g-plus" data-action="share" data-annotation="bubble" data-href="'. $postUrl .'"></div></li>';
364
  }elseif($provider == 'reddit'){
@@ -552,9 +552,6 @@ function the_champ_render_sharing($content){
552
  if(isset($theChampCounterOptions['hor_counter_alignment'])){
553
  if($theChampCounterOptions['hor_counter_alignment'] == 'right'){
554
  $sharingContainerStyle = 'style="float: right"';
555
- }elseif($theChampCounterOptions['hor_counter_alignment'] == 'center'){
556
- $sharingContainerStyle = 'style="float: right;position: relative;left: -50%;text-align: left;"';
557
- $sharingTitleStyle = 'style="font-weight: bold;list-style: none;position: relative;left: 50%;"';
558
  }
559
  }
560
  $horizontalDiv = "<div style='clear: both'></div><div ". $sharingContainerStyle ." class='the_champ_counter_container the_champ_horizontal_counter'><div class='the_champ_counter_title' ". $sharingTitleStyle .">".ucfirst($theChampCounterOptions['title'])."</div>".$sharingDiv."</div><div style='clear: both'></div>";
@@ -699,9 +696,6 @@ function the_champ_render_sharing($content){
699
  if(isset($theChampSharingOptions['hor_sharing_alignment'])){
700
  if($theChampSharingOptions['hor_sharing_alignment'] == 'right'){
701
  $sharingContainerStyle = 'style="float: right"';
702
- }elseif($theChampSharingOptions['hor_sharing_alignment'] == 'center'){
703
- $sharingContainerStyle = 'style="float: right;position: relative;left: -50%;text-align: left;"';
704
- $sharingTitleStyle = 'style="font-weight: bold;list-style: none;position: relative;left: 50%;"';
705
  }
706
  }
707
  $horizontalDiv = "<div style='clear: both'></div><div ". $sharingContainerStyle ." class='the_champ_sharing_container the_champ_horizontal_sharing' " . ( the_champ_is_amp_page() ? '' : 'super-socializer-data-href="' . $postUrl . '"' ) . ( heateor_ss_get_cached_share_count($shareCountTransientId) === false || the_champ_is_amp_page() ? "" : 'super-socializer-no-counts="1"' ) . "><div class='the_champ_sharing_title' ". $sharingTitleStyle ." >".ucfirst($theChampSharingOptions['title'])."</div>".$sharingDiv."</div><div style='clear: both'></div>";
@@ -1152,6 +1146,24 @@ function heateor_ss_get_share_count_transient_id($targetUrl){
1152
  return $postId;
1153
  }
1154
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1155
  /**
1156
  * Append myCRED referral ID to share and like button urls
1157
  */
56
  if ( the_champ_is_amp_page() ) {
57
  $sharingNetworks = heateor_ss_fetch_amp_sharing_networks();
58
  } else {
59
+ $sharingNetworks = heateor_ss_fetch_sharing_networks($sharingType);
60
  }
61
 
62
+ $html = the_champ_is_amp_page() ? '' : '<ul class="the_champ_sharing_ul">';
63
  $iconHeight = $theChampSharingOptions[$sharingType . '_sharing_shape'] != 'rectangle' ? $theChampSharingOptions[$sharingType . '_sharing_size'] : $theChampSharingOptions[$sharingType . '_sharing_height'];
64
  $style = 'style="width:' . ( $theChampSharingOptions[$sharingType . '_sharing_shape'] != 'rectangle' ? $theChampSharingOptions[$sharingType . '_sharing_size'] : $theChampSharingOptions[$sharingType . '_sharing_width'] ) . 'px;height:' . $iconHeight . 'px;';
65
  $counterContainerInitHtml = '<ss class="the_champ_square_count';
342
  }
343
  $html = '<div id="fb-root"></div>';
344
  if(isset($theChampCounterOptions[$sharingType.'_providers']) && is_array($theChampCounterOptions[$sharingType.'_providers'])){
345
+ $html = '<ul class="the_champ_sharing_ul">';
346
  $language = isset($theChampCounterOptions['language']) && $theChampCounterOptions['language'] != '' ? $theChampCounterOptions['language'] : '';
347
  foreach($theChampCounterOptions[$sharingType.'_providers'] as $provider){
348
  if($provider == 'facebook_share'){
354
  }elseif($provider == 'twitter_tweet'){
355
  $html .= '<li class="the_champ_twitter_tweet" heateor-ss-data-href="'. $postUrl .'"><a href="https://twitter.com/share" class="twitter-share-button" data-url="'. $shortUrl .'" data-counturl="'. $postUrl .'" data-text="'. $decodedPostTitle .'" data-via="'. (isset($theChampCounterOptions['twitter_username']) && $theChampCounterOptions['twitter_username'] != '' ? $theChampCounterOptions['twitter_username'] : '') .'" data-lang="'. $language .'" >Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script></li>';
356
  }elseif($provider == 'linkedin_share'){
357
+ $html .= '<li style="margin-top:-1px!important" class="the_champ_linkedin_share"><script src="//platform.linkedin.com/in.js" type="text/javascript">lang: '. $language .'</script><script type="IN/Share" data-url="' . $postUrl . '" data-counter="right"></script></li>';
358
  }elseif($provider == 'google_plusone'){
359
  $html .= '<li class="the_champ_google_plusone"><script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "'. $language .'"}</script><div class="g-plusone" data-size="medium" data-href="'. $postUrl .'" data-callback="heateorSsmiGpCallback"></div></li>';
360
  }elseif($provider == 'pinterest_pin_it'){
361
+ $html .= '<li style="margin-top:-6px!important" class="the_champ_pinterest_pin"><a data-pin-lang="'. $language .'" href="//www.pinterest.com/pin/create/button/?url='. $postUrl .'" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></li>';
362
  }elseif($provider == 'googleplus_share'){
363
  $html .= '<li class="the_champ_google_plus_share"><script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "'. $language .'"}</script><div class="g-plus" data-action="share" data-annotation="bubble" data-href="'. $postUrl .'"></div></li>';
364
  }elseif($provider == 'reddit'){
552
  if(isset($theChampCounterOptions['hor_counter_alignment'])){
553
  if($theChampCounterOptions['hor_counter_alignment'] == 'right'){
554
  $sharingContainerStyle = 'style="float: right"';
 
 
 
555
  }
556
  }
557
  $horizontalDiv = "<div style='clear: both'></div><div ". $sharingContainerStyle ." class='the_champ_counter_container the_champ_horizontal_counter'><div class='the_champ_counter_title' ". $sharingTitleStyle .">".ucfirst($theChampCounterOptions['title'])."</div>".$sharingDiv."</div><div style='clear: both'></div>";
696
  if(isset($theChampSharingOptions['hor_sharing_alignment'])){
697
  if($theChampSharingOptions['hor_sharing_alignment'] == 'right'){
698
  $sharingContainerStyle = 'style="float: right"';
 
 
 
699
  }
700
  }
701
  $horizontalDiv = "<div style='clear: both'></div><div ". $sharingContainerStyle ." class='the_champ_sharing_container the_champ_horizontal_sharing' " . ( the_champ_is_amp_page() ? '' : 'super-socializer-data-href="' . $postUrl . '"' ) . ( heateor_ss_get_cached_share_count($shareCountTransientId) === false || the_champ_is_amp_page() ? "" : 'super-socializer-no-counts="1"' ) . "><div class='the_champ_sharing_title' ". $sharingTitleStyle ." >".ucfirst($theChampSharingOptions['title'])."</div>".$sharingDiv."</div><div style='clear: both'></div>";
1146
  return $postId;
1147
  }
1148
 
1149
+ /**
1150
+ * Determine which url to use for Whatsapp share
1151
+ */
1152
+ function heateor_ss_whatsapp_share_api(){
1153
+ // detect the device for Whatsapp share API
1154
+ $iphone = strpos($_SERVER['HTTP_USER_AGENT'], "iPhone");
1155
+ $android = strpos($_SERVER['HTTP_USER_AGENT'], "Android");
1156
+ $palmpre = strpos($_SERVER['HTTP_USER_AGENT'], "webOS");
1157
+ $berry = strpos($_SERVER['HTTP_USER_AGENT'], "BlackBerry");
1158
+ $ipod = strpos($_SERVER['HTTP_USER_AGENT'], "iPod");
1159
+ // check if is a mobile
1160
+ if($iphone || $android || $palmpre || $ipod || $berry == true){
1161
+ return 'api';
1162
+ }else{
1163
+ return 'web';
1164
+ }
1165
+ }
1166
+
1167
  /**
1168
  * Append myCRED referral ID to share and like button urls
1169
  */
inc/social_sharing_networks.php CHANGED
@@ -4,21 +4,21 @@ defined('ABSPATH') or die("Cheating........Uh!!");
4
  /**
5
  * Social sharing networks
6
  */
7
- function heateor_ss_fetch_sharing_networks(){
8
  global $theChampSharingOptions;
9
  $sharingNetworks = array(
10
- 'facebook_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-share-button" data-href="%post_url%" data-layout="button_count"></div></li>',
11
- 'facebook_like' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div></li>',
12
- 'facebook_recommend' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="recommend" data-show-faces="false" data-share="false"></div></li>',
13
- 'twitter_tweet' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%" heateor-ss-data-href="%post_url%">%like_count_container%<a href="https://twitter.com/share" class="twitter-share-button" data-url="%post_url%" data-counturl="%post_url%" data-text="%decoded_post_title%" data-via="%twitter_username%" data-lang="%language%" >Tweet</a><script>!function(d,s,id) {var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if (!d.getElementById(id)) {js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script></li>',
14
  'google_plusone' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "%language%"}</script><div class="g-plusone" data-size="medium" data-href="%post_url%" data-callback="heateorSsmiGpCallback"></div></li>',
15
  'google_plus_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "%language%"}</script><div class="g-plus" data-action="share" data-annotation="bubble" data-href="%post_url%"></div></li>',
16
- 'linkedin_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<script src="//platform.linkedin.com/in.js" type="text/javascript">lang: %language%</script><script type="IN/Share" data-url="%post_url%" data-counter="right"></script></li>',
17
- 'pinterest_pin' => '<li style="padding:4.35px 0 !important" class="the_champ_%network%">%like_count_container%<a style="text-decoration:none" data-pin-lang="%language%" href="//www.pinterest.com/pin/create/button/?url=%post_url%" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></li>',
18
- 'buffer_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="%post_title%" data-url="%post_url%" data-count="horizontal" data-via="%buffer_username%" ></a><script type="text/javascript" src="https://d389zggrogs7qo.cloudfront.net/js/button.js"></script></li>',
19
- 'xing_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_xing">%like_count_container%<div data-type="XING/Share" data-counter="right" data-url="%post_url%" data-lang="%language%"></div><script>(function (d, s) {var x = d.createElement(s), s = d.getElementsByTagName(s)[0]; x.src = "https://www.xing-share.com/js/external/share.js"; s.parentNode.insertBefore(x, s); })(document, "script");</script></li>',
20
- 'yummly_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_yummly">%like_count_container%<a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></li>',
21
- 'reddit_badge' => '<li style="padding:%padding%px 0 !important" class="the_champ_reddit">%like_count_container%<script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></li>',
22
  'facebook' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.facebook.com/sharer/sharer.php?u=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
23
  'twitter' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://twitter.com/intent/tweet?%via_twitter_username%text=%wpseo_post_title%&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
24
  'linkedin' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.linkedin.com/shareArticle?mini=true&url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
@@ -32,8 +32,8 @@ function heateor_ss_fetch_sharing_networks(){
32
  'tumblr' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.tumblr.com/share?v=3&u=%encoded_post_url%&t=%post_title%&s=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
33
  'vkontakte' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://vkontakte.ru/share.php?&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
34
  'pinterest' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick="javascript:void((function() {var e=document.createElement(\'script\' );e.setAttribute(\'type\',\'text/javascript\' );e.setAttribute(\'charset\',\'UTF-8\' );e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
35
- 'xing' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.xing-share.com/social_plugins/share?url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
36
- 'whatsapp' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" rel="nofollow noopener" target="_blank"><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
37
  'instagram' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://www.instagram.com/'. ($theChampSharingOptions['instagram_username'] != '' ? $theChampSharingOptions['instagram_username'] : $theChampSharingOptions['vertical_instagram_username']) .'" target="_blank"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
38
  'yummly' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
39
  'buffer' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://buffer.com/add?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
@@ -161,8 +161,8 @@ function heateor_ss_fetch_amp_sharing_networks(){
161
  'tumblr' => '<a class="heateor_ss_amp heateor_ss_amp_tumblr" href="http://www.tumblr.com/share?v=3&u=%encoded_post_url%&t=%post_title%&s=" title="Tumblr" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/tumblr.svg" width="%width%" height="%height%" alt="Tumblr" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
162
  'vkontakte' => '<a class="heateor_ss_amp heateor_ss_amp_vkontakte" href="http://vkontakte.ru/share.php?&url=%encoded_post_url%" title="Vkontakte" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/vkontakte.svg" width="%width%" height="%height%" alt="Vkontakte" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
163
  'pinterest' => '<a class="heateor_ss_amp heateor_ss_amp_pinterest" href="javascript:void( (function() {var e=document.createElement(\'script\' );e.setAttribute(\'type\',\'text/javascript\' );e.setAttribute(\'charset\',\'UTF-8\' );e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/pinterest.svg" width="%width%" height="%height%" alt="Pinterest" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
164
- 'xing' => '<a class="heateor_ss_amp heateor_ss_amp_xing" href="https://www.xing-share.com/social_plugins/share?url=%encoded_post_url%" title="Xing" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/xing.svg" width="%width%" height="%height%" alt="Xing" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
165
- 'whatsapp' => '<a class="heateor_ss_amp heateor_ss_amp_whatsapp" href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" title="Whatsapp" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/whatsapp.svg" width="%width%" height="%height%" alt="Whatsapp" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
166
  'instagram' => '<a class="heateor_ss_amp heateor_ss_amp_instagram" href="https://www.instagram.com/'. ($theChampSharingOptions['instagram_username'] != '' ? $theChampSharingOptions['instagram_username'] : $theChampSharingOptions['vertical_instagram_username']) .'" title="Instagram" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/instagram.svg" width="%width%" height="%height%" alt="Instagram" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
167
  'yummly' => '<a class="heateor_ss_amp heateor_ss_amp_yummly" href="http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%" title="Yummly" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/yummly.svg" width="%width%" height="%height%" alt="Yummly" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
168
  'buffer' => '<a class="heateor_ss_amp heateor_ss_amp_buffer" href="https://buffer.com/add?url=%encoded_post_url%&title=%post_title%" title="Buffer" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/buffer.svg" width="%width%" height="%height%" alt="Buffer" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
4
  /**
5
  * Social sharing networks
6
  */
7
+ function heateor_ss_fetch_sharing_networks($sharingType){
8
  global $theChampSharingOptions;
9
  $sharingNetworks = array(
10
+ 'facebook_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-share-button" data-href="%post_url%" data-layout="button' . (isset($theChampSharingOptions[$sharingType.'_counts']) ? '_count' : '') . '"></div></li>',
11
+ 'facebook_like' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button' . (isset($theChampSharingOptions[$sharingType.'_counts']) ? '_count' : '') . '" data-action="like" data-show-faces="false" data-share="false"></div></li>',
12
+ 'facebook_recommend' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button' . (isset($theChampSharingOptions[$sharingType.'_counts']) ? '_count' : '') . '" data-action="recommend" data-show-faces="false" data-share="false"></div></li>',
13
+ 'twitter_tweet' => '<li class="the_champ_%network%" heateor-ss-data-href="%post_url%">%like_count_container%<a href="https://twitter.com/share" class="twitter-share-button" data-url="%post_url%" data-counturl="%post_url%" data-text="%decoded_post_title%" data-via="%twitter_username%" data-lang="%language%" >Tweet</a><script>!function(d,s,id) {var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if (!d.getElementById(id)) {js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script></li>',
14
  'google_plusone' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "%language%"}</script><div class="g-plusone" data-size="medium" data-href="%post_url%" data-callback="heateorSsmiGpCallback"></div></li>',
15
  'google_plus_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "%language%"}</script><div class="g-plus" data-action="share" data-annotation="bubble" data-href="%post_url%"></div></li>',
16
+ 'linkedin_share' => '<li style="margin-top:-1px!important" class="the_champ_%network%">%like_count_container%<script src="//platform.linkedin.com/in.js" type="text/javascript">lang: %language%</script><script type="IN/Share" data-url="%post_url%" data-counter="right"></script></li>',
17
+ 'pinterest_pin' => '<li style="margin-top:-6px!important" class="the_champ_%network%">%like_count_container%<a style="text-decoration:none" data-pin-lang="%language%" href="//www.pinterest.com/pin/create/button/?url=%post_url%" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></li>',
18
+ 'buffer_share' => '<li class="the_champ_%network%">%like_count_container%<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="%post_title%" data-url="%post_url%" data-count="horizontal" data-via="%buffer_username%" ></a><script type="text/javascript" src="https://d389zggrogs7qo.cloudfront.net/js/button.js"></script></li>',
19
+ 'xing_share' => '<li class="the_champ_xing">%like_count_container%<div data-type="XING/Share" ' . (isset($theChampSharingOptions[$sharingType.'_counts']) ? 'data-counter="right"' : '') . ' data-url="%post_url%" data-lang="%language%"></div><script>(function (d, s) {var x = d.createElement(s), s = d.getElementsByTagName(s)[0]; x.src = "https://www.xing-share.com/js/external/share.js"; s.parentNode.insertBefore(x, s); })(document, "script");</script></li>',
20
+ 'yummly_share' => '<li class="the_champ_yummly">%like_count_container%<a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></li>',
21
+ 'reddit_badge' => '<li style="margin-top:3px!important" class="the_champ_reddit">%like_count_container%<script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></li>',
22
  'facebook' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.facebook.com/sharer/sharer.php?u=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
23
  'twitter' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://twitter.com/intent/tweet?%via_twitter_username%text=%wpseo_post_title%&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
24
  'linkedin' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.linkedin.com/shareArticle?mini=true&url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
32
  'tumblr' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.tumblr.com/share?v=3&u=%encoded_post_url%&t=%post_title%&s=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
33
  'vkontakte' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://vkontakte.ru/share.php?&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
34
  'pinterest' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick="javascript:void((function() {var e=document.createElement(\'script\' );e.setAttribute(\'type\',\'text/javascript\' );e.setAttribute(\'charset\',\'UTF-8\' );e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
35
+ 'xing' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
36
+ 'whatsapp' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://'. heateor_ss_whatsapp_share_api() .'.whatsapp.com/send?text=%post_title% %encoded_post_url%" rel="nofollow noopener" target="_blank"><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
37
  'instagram' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://www.instagram.com/'. ($theChampSharingOptions['instagram_username'] != '' ? $theChampSharingOptions['instagram_username'] : $theChampSharingOptions['vertical_instagram_username']) .'" target="_blank"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
38
  'yummly' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
39
  'buffer' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://buffer.com/add?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
161
  'tumblr' => '<a class="heateor_ss_amp heateor_ss_amp_tumblr" href="http://www.tumblr.com/share?v=3&u=%encoded_post_url%&t=%post_title%&s=" title="Tumblr" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/tumblr.svg" width="%width%" height="%height%" alt="Tumblr" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
162
  'vkontakte' => '<a class="heateor_ss_amp heateor_ss_amp_vkontakte" href="http://vkontakte.ru/share.php?&url=%encoded_post_url%" title="Vkontakte" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/vkontakte.svg" width="%width%" height="%height%" alt="Vkontakte" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
163
  'pinterest' => '<a class="heateor_ss_amp heateor_ss_amp_pinterest" href="javascript:void( (function() {var e=document.createElement(\'script\' );e.setAttribute(\'type\',\'text/javascript\' );e.setAttribute(\'charset\',\'UTF-8\' );e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/pinterest.svg" width="%width%" height="%height%" alt="Pinterest" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
164
+ 'xing' => '<a class="heateor_ss_amp heateor_ss_amp_xing" href="https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%" title="Xing" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/xing.svg" width="%width%" height="%height%" alt="Xing" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
165
+ 'whatsapp' => '<a class="heateor_ss_amp heateor_ss_amp_whatsapp" href="https://'. heateor_ss_whatsapp_share_api() .'.whatsapp.com/send?text=%post_title% %encoded_post_url%" title="Whatsapp" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/whatsapp.svg" width="%width%" height="%height%" alt="Whatsapp" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
166
  'instagram' => '<a class="heateor_ss_amp heateor_ss_amp_instagram" href="https://www.instagram.com/'. ($theChampSharingOptions['instagram_username'] != '' ? $theChampSharingOptions['instagram_username'] : $theChampSharingOptions['vertical_instagram_username']) .'" title="Instagram" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/instagram.svg" width="%width%" height="%height%" alt="Instagram" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
167
  'yummly' => '<a class="heateor_ss_amp heateor_ss_amp_yummly" href="http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%" title="Yummly" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/yummly.svg" width="%width%" height="%height%" alt="Yummly" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
168
  'buffer' => '<a class="heateor_ss_amp heateor_ss_amp_buffer" href="https://buffer.com/add?url=%encoded_post_url%&title=%post_title%" title="Buffer" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/buffer.svg" width="%width%" height="%height%" alt="Buffer" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
js/front/combined.js CHANGED
@@ -199,7 +199,7 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
199
  whatsapp: {
200
  title: "Whatsapp",
201
  locale: "en-US",
202
- redirect_url: "https://api.whatsapp.com/send?text=" + postTitle + " " + postUrl,
203
  },
204
  diigo: {
205
  title: "Diigo",
@@ -522,6 +522,11 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
522
  locale: "en-US",
523
  redirect_url: "//www.wykop.pl/dodaj?url=" + postUrl + "&title=" + postTitle,
524
  },
 
 
 
 
 
525
  Yoolink: {
526
  title: "Yoolink",
527
  locale: "en-US",
199
  whatsapp: {
200
  title: "Whatsapp",
201
  locale: "en-US",
202
+ redirect_url: "https://" + heateorSsWhatsappShareAPI + ".whatsapp.com/send?text=" + postTitle + " " + postUrl,
203
  },
204
  diigo: {
205
  title: "Diigo",
522
  locale: "en-US",
523
  redirect_url: "//www.wykop.pl/dodaj?url=" + postUrl + "&title=" + postTitle,
524
  },
525
+ Xing: {
526
+ title: "Xing",
527
+ locale: "en-US",
528
+ redirect_url: "https://www.xing.com/spi/shares/new?cb=0&url=" + postUrl,
529
+ },
530
  Yoolink: {
531
  title: "Yoolink",
532
  locale: "en-US",
js/front/sharing/sharing.js CHANGED
@@ -184,7 +184,7 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
184
  whatsapp: {
185
  title: "Whatsapp",
186
  locale: "en-US",
187
- redirect_url: "https://api.whatsapp.com/send?text=" + postTitle + " " + postUrl,
188
  },
189
  diigo: {
190
  title: "Diigo",
@@ -507,6 +507,11 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
507
  locale: "en-US",
508
  redirect_url: "//www.wykop.pl/dodaj?url=" + postUrl + "&title=" + postTitle,
509
  },
 
 
 
 
 
510
  Yoolink: {
511
  title: "Yoolink",
512
  locale: "en-US",
184
  whatsapp: {
185
  title: "Whatsapp",
186
  locale: "en-US",
187
+ redirect_url: "https://" + heateorSsWhatsappShareAPI + ".whatsapp.com/send?text=" + postTitle + " " + postUrl,
188
  },
189
  diigo: {
190
  title: "Diigo",
507
  locale: "en-US",
508
  redirect_url: "//www.wykop.pl/dodaj?url=" + postUrl + "&title=" + postTitle,
509
  },
510
+ Xing: {
511
+ title: "Xing",
512
+ locale: "en-US",
513
+ redirect_url: "https://www.xing.com/spi/shares/new?cb=0&url=" + postUrl,
514
+ },
515
  Yoolink: {
516
  title: "Yoolink",
517
  locale: "en-US",
languages/super-socializer-ar_AR.mo CHANGED
Binary file
languages/super-socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-01-22 06:49+0530\n"
6
- "PO-Revision-Date: 2019-01-22 06:49+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -80,7 +80,7 @@ msgstr "تم التحقق من بريدك الإلكتروني. الآن يمك
80
  msgid "Notification"
81
  msgstr "تنبيهات"
82
 
83
- #: ../super_socializer.php:902 ../admin/social_login.php:751
84
  msgid "Email required"
85
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
86
 
@@ -109,114 +109,121 @@ msgstr ""
109
  msgid "Link copied."
110
  msgstr "شارك الأخرين عبر لنكيدان"
111
 
112
- #: ../super_socializer.php:1236
113
  #, fuzzy
114
  msgid "Super Socializer - General Options"
115
  msgstr "آخر تسجيل دخول | Last Login"
116
 
117
- #: ../super_socializer.php:1236 ../admin/general_options.php:15
118
  #: ../admin/social_commenting.php:47
119
  #, fuzzy
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
- #: ../super_socializer.php:1304 ../helper.php:898
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
127
 
128
- #: ../super_socializer.php:1307
129
  msgid "Small Avatar Url"
130
  msgstr "صغير الرمزية رابط"
131
 
132
- #: ../super_socializer.php:1311
133
  #, fuzzy
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
- #: ../super_socializer.php:1315 ../helper.php:901
138
  msgid ""
139
  "Do not fetch and update social avatar from my profile, next time I Social "
140
  "Login"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1319 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1392 ../super_socializer.php:2036
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1398
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:1399
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
160
 
161
- #: ../super_socializer.php:1404
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
164
 
165
- #: ../super_socializer.php:1408 ../super_socializer.php:1960
166
  msgid "Link your social account to login to your account at this website"
167
  msgstr ""
168
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
169
  "الى حسابك في هذا الموقع"
170
 
171
- #: ../super_socializer.php:1637
 
 
 
 
 
 
 
172
  msgid ""
173
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
174
  "current version of Super Socialzer"
175
  msgstr ""
176
 
177
- #: ../super_socializer.php:1646
178
  msgid ""
179
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
180
  "version of Super Socialzer"
181
  msgstr ""
182
 
183
- #: ../super_socializer.php:1655
184
  msgid ""
185
  "Update \"Social Login Buttons\" add-on for compatibility with current "
186
  "version of Super Socialzer"
187
  msgstr ""
188
 
189
- #: ../super_socializer.php:1664
190
  msgid ""
191
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
192
  "with current version of Super Socialzer"
193
  msgstr ""
194
 
195
- #: ../super_socializer.php:1673
196
  msgid ""
197
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
198
  "with current version of Super Socialzer"
199
  msgstr ""
200
 
201
- #: ../super_socializer.php:1680
202
  msgid ""
203
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
204
  "LiveJournal Login of Super Socialzer"
205
  msgstr ""
206
 
207
- #: ../super_socializer.php:1691
208
  #, php-format
209
  msgid ""
210
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1707
214
  #, php-format
215
  msgid ""
216
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1731
220
  #, php-format
221
  msgid ""
222
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -224,14 +231,14 @@ msgid ""
224
  "target=\"_blank\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1731 ../super_socializer.php:1756
228
- #: ../super_socializer.php:1781 ../super_socializer.php:1806
229
- #: ../super_socializer.php:1839 ../super_socializer.php:1867
230
- #: ../super_socializer.php:1894 ../super_socializer.php:1918
231
  msgid "Okay"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1756
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -239,7 +246,7 @@ msgid ""
239
  "\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1781
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -247,7 +254,7 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1806
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -255,13 +262,13 @@ msgid ""
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1817
259
  #, php-format
260
  msgid ""
261
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1839
265
  #, php-format
266
  msgid ""
267
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -269,7 +276,7 @@ msgid ""
269
  "\"%s\" target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1867
273
  #, php-format
274
  msgid ""
275
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -278,7 +285,7 @@ msgid ""
278
  "your website %s with them. No need to copy-paste any code from their website."
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1894
282
  #, php-format
283
  msgid ""
284
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -286,7 +293,7 @@ msgid ""
286
  "\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1918
290
  #, php-format
291
  msgid ""
292
  "Your website visitors will see a popup notification (only once) if their "
@@ -400,8 +407,8 @@ msgid "Large Avatar"
400
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
401
 
402
  #: ../helper.php:913 ../admin/general_options.php:132
403
- #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
404
- #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
405
  #, fuzzy
406
  msgid "Save Changes"
407
  msgstr "حفظ"
@@ -424,9 +431,9 @@ msgid "Something bad happened"
424
  msgstr ""
425
 
426
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
427
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
428
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
429
- #: ../admin/social_login.php:5 ../admin/social_login.php:1226
430
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
431
  #, fuzzy, php-format
432
  msgid ""
@@ -505,15 +512,15 @@ msgstr "رابط (URL) مخصّص"
505
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
506
  msgstr ""
507
 
508
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
509
- #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
510
  #: ../admin/like_buttons.php:836
511
  #, fuzzy
512
  msgid "Instagram Shoutout"
513
  msgstr "إنستاجرام"
514
 
515
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
516
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
517
  #: ../admin/like_buttons.php:838
518
  msgid ""
519
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -521,8 +528,8 @@ msgid ""
521
  "hashtags and people to mention in the Instagram post."
522
  msgstr ""
523
 
524
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
525
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
526
  #: ../admin/like_buttons.php:839
527
  msgid ""
528
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -532,8 +539,8 @@ msgid ""
532
  "time."
533
  msgstr ""
534
 
535
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
536
- #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
537
  #: ../admin/like_buttons.php:840
538
  msgid ""
539
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -557,29 +564,20 @@ msgstr "إصدار ووردبريس"
557
  msgid "by"
558
  msgstr "كتب بواسطة"
559
 
560
- #: ../admin/help.php:7
561
- #, fuzzy
562
- msgid ""
563
- "We are a creative team with unique ideas in mind and service in heart. We "
564
- "love what we do. For more info join us at"
565
- msgstr ""
566
- "نحن فريق إبداعية مع أفكار فريدة من نوعها في العقل والخدمة في القلب. نحن نحب "
567
- "ما نقوم به. لمزيد من المعلومات انضم إلينا في"
568
-
569
- #: ../admin/help.php:19
570
  msgid "Donate Now"
571
  msgstr ""
572
 
573
- #: ../admin/help.php:25
574
  #, fuzzy
575
  msgid "Plugin Demo"
576
  msgstr "دعم البرنامج المساعد | Plugin Support"
577
 
578
- #: ../admin/help.php:31
579
  msgid "Translate Plugin"
580
  msgstr ""
581
 
582
- #: ../admin/help.php:37 ../admin/social_login.php:58
583
  #, fuzzy
584
  msgid "Customize Social Login Icons"
585
  msgstr ""
@@ -587,33 +585,33 @@ msgstr ""
587
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
588
  "فورا دون موافقة المشرف على النظام."
589
 
590
- #: ../admin/help.php:43
591
  msgid "Integrate with Google Analytics"
592
  msgstr ""
593
 
594
- #: ../admin/help.php:49
595
  msgid "Boost sharing by awarding points"
596
  msgstr "تعزيز تقاسم بمنح نقاط"
597
 
598
- #: ../admin/help.php:55
599
  msgid "Award points for Social Login"
600
  msgstr "نقاط الجائزة لتسجيل الدخول الاجتماعي"
601
 
602
- #: ../admin/help.php:61
603
  #, fuzzy
604
  msgid "Other Add-ons"
605
  msgstr "إضافات"
606
 
607
- #: ../admin/help.php:67
608
  #, fuzzy
609
  msgid "Support Forum"
610
  msgstr "الدعم | Support"
611
 
612
- #: ../admin/help.php:72
613
  msgid "Need Help?"
614
  msgstr "احتاج مساعدة؟"
615
 
616
- #: ../admin/help.php:74
617
  #, fuzzy
618
  msgid ""
619
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
@@ -624,23 +622,23 @@ msgstr ""
624
  "إذا كنت تريد ميزات مخصصة في البرنامج المساعد، مجرد قطره رسالة بالبريد "
625
  "إلكتروني في <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
626
 
627
- #: ../admin/help.php:79
628
  msgid "Testimonial"
629
  msgstr ""
630
 
631
- #: ../admin/help.php:81
632
  msgid ""
633
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
634
  "\">testimonials@heateor.com</a>"
635
  msgstr ""
636
 
637
- #: ../admin/help.php:86
638
  #, fuzzy
639
  msgid "Support Us"
640
  msgstr "الدعم | Support"
641
 
642
- #: ../admin/help.php:89 ../admin/help.php:92 ../admin/help.php:93
643
- #: ../admin/help.php:94 ../admin/help.php:95 ../admin/help.php:96
644
  #, fuzzy
645
  msgid "Rate 5-star"
646
  msgstr "يرجى تقييم البرنامج المساعد"
@@ -686,9 +684,9 @@ msgstr ""
686
  msgid "3rd Party Integration"
687
  msgstr ""
688
 
689
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
690
- #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
691
- #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
692
  #: ../admin/like_buttons.php:797
693
  #, fuzzy
694
  msgid "Shortcode & Widget"
@@ -699,9 +697,9 @@ msgstr "استخدم كود مختصر | Include the shortcode"
699
  msgid "Troubleshooter"
700
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
701
 
702
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
703
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
704
- #: ../admin/social_login.php:47 ../admin/social_login.php:1203
705
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
706
  #, fuzzy
707
  msgid "FAQ"
@@ -962,7 +960,7 @@ msgid "Url to share"
962
  msgstr " شارك الآخرين بهذة الفقرة"
963
 
964
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
965
- #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
966
  #: ../inc/widget.php:929
967
  #, fuzzy
968
  msgid "Title"
@@ -1060,7 +1058,7 @@ msgid "Placement"
1060
  msgstr ""
1061
 
1062
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1063
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
1064
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1065
  #, fuzzy
1066
  msgid "Homepage"
@@ -1268,84 +1266,95 @@ msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشار
1268
 
1269
  #: ../admin/social_sharing.php:1525
1270
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
1271
  msgid "Vertical floating bar responsiveness"
1272
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1273
 
1274
- #: ../admin/social_sharing.php:1528
1275
  #, php-format
1276
  msgid "Display vertical interface only when screen is wider than %s pixels"
1277
  msgstr ""
1278
 
1279
- #: ../admin/social_sharing.php:1535
1280
  msgid ""
1281
  "Display vertical interface only when screen is wider than the width "
1282
  "specified."
1283
  msgstr ""
1284
 
1285
- #: ../admin/social_sharing.php:1543
1286
  msgid "Horizontal floating bar responsiveness"
1287
  msgstr ""
1288
 
1289
- #: ../admin/social_sharing.php:1546
1290
  #, fuzzy, php-format
1291
  msgid ""
1292
  "Stick vertical floating interface horizontally at bottom only when screen is "
1293
  "narrower than %s pixels"
1294
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
1295
 
1296
- #: ../admin/social_sharing.php:1553
1297
  msgid ""
1298
  "Stick vertical floating interface horizontally at bottom only when screen is "
1299
  "narrower than the width specified"
1300
  msgstr ""
1301
 
1302
- #: ../admin/social_sharing.php:1563
1303
  #, fuzzy
1304
  msgid "Horizontal floating bar position"
1305
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1306
 
1307
- #: ../admin/social_sharing.php:1566
1308
  #, php-format
1309
  msgid "%s pixels from %s"
1310
  msgstr ""
1311
 
1312
- #: ../admin/social_sharing.php:1567
1313
  msgid "Auto-adjust according to screen width (responsive)"
1314
  msgstr ""
1315
 
1316
- #: ../admin/social_sharing.php:1574
1317
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1318
  msgstr ""
1319
 
1320
- #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1321
  #, fuzzy
1322
  msgid "Url shortener"
1323
  msgstr "عنوان Url للقيام بالتعليق على"
1324
 
1325
- #: ../admin/social_sharing.php:1600
1326
  #, fuzzy
1327
  msgid "Use shortlinks already installed"
1328
  msgstr "تمّ التنصيب مسبقاً"
1329
 
1330
- #: ../admin/social_sharing.php:1610
1331
  msgid "Uses default short url permalinks without using any additional plugin"
1332
  msgstr ""
1333
 
1334
- #: ../admin/social_sharing.php:1618
1335
  #, fuzzy
1336
  msgid "Enable bit.ly url shortener for sharing"
1337
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1338
 
1339
- #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1340
  #, fuzzy
1341
  msgid "Master control to enable bit.ly url shortening for sharing"
1342
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1343
 
1344
- #: ../admin/social_sharing.php:1636
1345
  msgid "bit.ly Login"
1346
  msgstr ""
1347
 
1348
- #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1349
  #, fuzzy, php-format
1350
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1351
  msgstr ""
@@ -1353,52 +1362,52 @@ msgstr ""
1353
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1354
  "\"مفتاح API التغريد\""
1355
 
1356
- #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1357
  #, fuzzy
1358
  msgid "bit.ly API Key"
1359
  msgstr "مفتاح API الخاص | API Private Key"
1360
 
1361
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1362
  msgid "Clear Bitly Cache"
1363
  msgstr ""
1364
 
1365
- #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1366
  #, fuzzy
1367
  msgid "ShortUrl cache cleared successfully."
1368
  msgstr "تم ربط حسابك بنجاح"
1369
 
1370
- #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1371
  msgid ""
1372
  "Use this to delete short urls saved in database. Handy, if urls of your "
1373
  "website have been changed but short urls are still being generated for old "
1374
  "urls."
1375
  msgstr ""
1376
 
1377
- #: ../admin/social_sharing.php:1694
1378
  msgid "Share Count Cache"
1379
  msgstr ""
1380
 
1381
- #: ../admin/social_sharing.php:1700
1382
  msgid "Refresh Share Count cache every"
1383
  msgstr ""
1384
 
1385
- #: ../admin/social_sharing.php:1705
1386
  msgid "Second(s)"
1387
  msgstr ""
1388
 
1389
- #: ../admin/social_sharing.php:1706
1390
  msgid "Minute(s)"
1391
  msgstr ""
1392
 
1393
- #: ../admin/social_sharing.php:1707
1394
  msgid "Hour(s)"
1395
  msgstr ""
1396
 
1397
- #: ../admin/social_sharing.php:1708
1398
  msgid "Day(s)"
1399
  msgstr ""
1400
 
1401
- #: ../admin/social_sharing.php:1716
1402
  #, php-format
1403
  msgid ""
1404
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1406,20 +1415,20 @@ msgid ""
1406
  "target=\"_blank\">here</a>"
1407
  msgstr ""
1408
 
1409
- #: ../admin/social_sharing.php:1724
1410
  msgid "Clear Share Counts Cache"
1411
  msgstr ""
1412
 
1413
- #: ../admin/social_sharing.php:1728
1414
  #, fuzzy
1415
  msgid "Share Counts cache cleared successfully."
1416
  msgstr "تم ربط حسابك بنجاح"
1417
 
1418
- #: ../admin/social_sharing.php:1735
1419
  msgid "Use this to clear cached share counts"
1420
  msgstr ""
1421
 
1422
- #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1423
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1424
  #: ../admin/like_buttons.php:698
1425
  #, fuzzy
@@ -1428,7 +1437,7 @@ msgstr ""
1428
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1429
  "والخصائص التالية: %s"
1430
 
1431
- #: ../admin/social_sharing.php:1760
1432
  #, fuzzy, php-format
1433
  msgid ""
1434
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1439,17 +1448,17 @@ msgstr ""
1439
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1440
  "فارغاً ل language(English) الافتراضي"
1441
 
1442
- #: ../admin/social_sharing.php:1769
1443
  #, fuzzy
1444
  msgid "Username in sharing"
1445
  msgstr "شارك الأخرين عبر تويتر"
1446
 
1447
- #: ../admin/social_sharing.php:1775
1448
  #, fuzzy
1449
  msgid "Twitter username (without @)"
1450
  msgstr "قالب بدون %1$s"
1451
 
1452
- #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1453
  #, fuzzy
1454
  msgid ""
1455
  "Provided username will be appended after the content being shared as \"via "
@@ -1459,37 +1468,37 @@ msgstr ""
1459
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1460
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1461
 
1462
- #: ../admin/social_sharing.php:1794
1463
  #, fuzzy
1464
  msgid "Buffer username (without @)"
1465
  msgstr "قالب بدون %1$s"
1466
 
1467
- #: ../admin/social_sharing.php:1813
1468
  msgid "AMP"
1469
  msgstr ""
1470
 
1471
- #: ../admin/social_sharing.php:1819
1472
  #, fuzzy
1473
  msgid "Enable sharing on AMP pages"
1474
  msgstr "صفحة"
1475
 
1476
- #: ../admin/social_sharing.php:1829
1477
  msgid "Enable this option to render sharing icons on AMP pages"
1478
  msgstr ""
1479
 
1480
- #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1481
  msgid "myCRED"
1482
  msgstr ""
1483
 
1484
- #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1485
  msgid "Append myCRED referral ID to the urls being shared"
1486
  msgstr ""
1487
 
1488
- #: ../admin/social_sharing.php:1887
1489
  msgid "Facebook Sharing Troubleshooter"
1490
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1491
 
1492
- #: ../admin/social_sharing.php:1892
1493
  #, fuzzy
1494
  msgid ""
1495
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1500,24 +1509,24 @@ msgstr ""
1500
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1501
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1502
 
1503
- #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1504
- #: ../admin/social_login.php:1205
1505
  msgid ""
1506
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1507
  "an online website for the plugin to function properly."
1508
  msgstr ""
1509
 
1510
- #: ../admin/social_sharing.php:1910
1511
  msgid ""
1512
  "Why is sharer not showing the correct image, title and other meta tags "
1513
  "content?"
1514
  msgstr ""
1515
 
1516
- #: ../admin/social_sharing.php:1912
1517
  msgid "Why is Instagram icon redirecting to Instagram website?"
1518
  msgstr ""
1519
 
1520
- #: ../admin/social_sharing.php:1913
1521
  msgid ""
1522
  "Instagram icon is there to send website visitors to the Instagram page of "
1523
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1525,41 +1534,41 @@ msgid ""
1525
  "sections."
1526
  msgstr ""
1527
 
1528
- #: ../admin/social_sharing.php:1916
1529
  msgid ""
1530
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1531
  msgstr ""
1532
 
1533
- #: ../admin/social_sharing.php:1917
1534
  msgid ""
1535
  "It takes some time for their service to track the shares made on Twitter "
1536
  "from your website. If you still feel it's taking too long you can contact "
1537
  "their support directly from their website."
1538
  msgstr ""
1539
 
1540
- #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:814
1541
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1542
  msgstr ""
1543
 
1544
- #: ../admin/social_sharing.php:1920
1545
  msgid ""
1546
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1547
  msgstr ""
1548
 
1549
- #: ../admin/social_sharing.php:1921 ../admin/social_commenting.php:472
1550
- #: ../admin/social_login.php:1211
1551
  msgid "Why is my browser blocking some features of the plugin?"
1552
  msgstr ""
1553
 
1554
- #: ../admin/social_sharing.php:1922
1555
  msgid "Why the color of share icons is not being updated?"
1556
  msgstr ""
1557
 
1558
- #: ../admin/social_sharing.php:1923
1559
  msgid "Why Facebook share counts are not appearing?"
1560
  msgstr ""
1561
 
1562
- #: ../admin/social_sharing.php:1924
1563
  #, fuzzy
1564
  msgid ""
1565
  "How can I show share counts of my website rather than of individual pages/"
@@ -1568,51 +1577,51 @@ msgstr ""
1568
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1569
  "الوظائف؟"
1570
 
1571
- #: ../admin/social_sharing.php:1925
1572
  #, fuzzy
1573
  msgid "How can I disable sharing on particular page/post?"
1574
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1575
 
1576
- #: ../admin/social_sharing.php:1926
1577
  #, fuzzy
1578
  msgid "How can I specify minimum sharing count for sharing networks?"
1579
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1580
 
1581
- #: ../admin/social_sharing.php:1927
1582
  msgid "How to share specific page?"
1583
  msgstr ""
1584
 
1585
- #: ../admin/social_sharing.php:1928
1586
  msgid "How to integrate Google Analytics with sharing?"
1587
  msgstr ""
1588
 
1589
- #: ../admin/social_sharing.php:1929
1590
  msgid "How to customize the look of total share counts?"
1591
  msgstr ""
1592
 
1593
- #: ../admin/social_sharing.php:1930
1594
  #, fuzzy
1595
  msgid "How to customize the look of individual share counts?"
1596
  msgstr "عرض عدد المقالات"
1597
 
1598
- #: ../admin/social_sharing.php:1931
1599
  #, fuzzy
1600
  msgid "How to show Whatsapp icon only on mobile devices?"
1601
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1602
 
1603
- #: ../admin/social_sharing.php:1932
1604
  msgid "How to hide arrow after floating sharing bar?"
1605
  msgstr ""
1606
 
1607
- #: ../admin/social_sharing.php:1933
1608
  msgid "Why is share count not getting updated?"
1609
  msgstr ""
1610
 
1611
- #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1612
  msgid "Why is there so much space between like buttons?"
1613
  msgstr ""
1614
 
1615
- #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1616
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1617
  msgstr ""
1618
 
@@ -1929,11 +1938,11 @@ msgstr "إنشاء ملف الإعدادات"
1929
  msgid "Advanced Configuration"
1930
  msgstr "إنشاء ملف الإعدادات"
1931
 
1932
- #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1933
  msgid "GDPR"
1934
  msgstr ""
1935
 
1936
- #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1937
  msgid "XProfile Integration"
1938
  msgstr ""
1939
 
@@ -1986,7 +1995,7 @@ msgstr "شارك الأخرين عبر لنكيدان"
1986
 
1987
  #: ../admin/social_login.php:119
1988
  #, fuzzy
1989
- msgid "Google+"
1990
  msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
1991
 
1992
  #: ../admin/social_login.php:123
@@ -2143,15 +2152,14 @@ msgstr ""
2143
 
2144
  #: ../admin/social_login.php:301
2145
  #, fuzzy
2146
- msgid "Google+ Client ID"
2147
  msgstr "شارك الأخرين عبر جوجل"
2148
 
2149
  #: ../admin/social_login.php:311
2150
  #, fuzzy, php-format
2151
  msgid ""
2152
- "Required for GooglePlus Social Login to work. Please follow the "
2153
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2154
- "GooglePlus Client ID"
2155
  msgstr ""
2156
  "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2157
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
@@ -2168,15 +2176,14 @@ msgstr ""
2168
 
2169
  #: ../admin/social_login.php:323
2170
  #, fuzzy
2171
- msgid "Google+ Client Secret"
2172
  msgstr "شارك الأخرين عبر جوجل"
2173
 
2174
  #: ../admin/social_login.php:333
2175
  #, fuzzy, php-format
2176
  msgid ""
2177
- "Required for GooglePlus Social Login to work. Please follow the "
2178
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2179
- "GooglePlus Client Secret"
2180
  msgstr ""
2181
  "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2182
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
@@ -2331,10 +2338,23 @@ msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاج
2331
 
2332
  #: ../admin/social_login.php:551
2333
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
2334
  msgid "Enable at login page"
2335
  msgstr "صفحة"
2336
 
2337
- #: ../admin/social_login.php:561
2338
  #, fuzzy
2339
  msgid ""
2340
  "Social Login interface will get enabled at the login page of your website"
@@ -2342,12 +2362,12 @@ msgstr ""
2342
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2343
  "التعليق"
2344
 
2345
- #: ../admin/social_login.php:569
2346
  #, fuzzy
2347
  msgid "Enable at register page"
2348
  msgstr "التسجيل العام"
2349
 
2350
- #: ../admin/social_login.php:579
2351
  #, fuzzy
2352
  msgid ""
2353
  "Social Login interface will get enabled at the registration page of your "
@@ -2356,21 +2376,21 @@ msgstr ""
2356
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2357
  "الخاص بك"
2358
 
2359
- #: ../admin/social_login.php:587
2360
  msgid "Enable at comment form"
2361
  msgstr "تمكين هذا الشكل من تعليق"
2362
 
2363
- #: ../admin/social_login.php:597
2364
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2365
  msgstr ""
2366
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2367
  "التعليق"
2368
 
2369
- #: ../admin/social_login.php:612
2370
  msgid "Enable before WooCommerce Customer Login Form"
2371
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2372
 
2373
- #: ../admin/social_login.php:622
2374
  #, fuzzy
2375
  msgid ""
2376
  "Social Login Interface will get enabled before the customer login form at "
@@ -2379,39 +2399,54 @@ msgstr ""
2379
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2380
  "التعليق"
2381
 
2382
- #: ../admin/social_login.php:630
2383
- msgid "Enable after WooCommerce Customer Login Form"
 
2384
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2385
 
2386
- #: ../admin/social_login.php:640
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2387
  #, fuzzy
2388
  msgid ""
2389
- "Social Login Interface will get enabled after the customer login form at "
2390
  "WooCommerce My Account page"
2391
  msgstr ""
2392
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2393
  "التعليق"
2394
 
2395
- #: ../admin/social_login.php:648
2396
  #, fuzzy
2397
  msgid "Enable at WooCommerce checkout page"
2398
  msgstr "التسجيل العام"
2399
 
2400
- #: ../admin/social_login.php:658
2401
  #, fuzzy
2402
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2403
  msgstr ""
2404
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2405
  "التعليق"
2406
 
2407
- #: ../admin/social_login.php:669
2408
  #, fuzzy
2409
  msgid "Auto-approve comments made by Social Login users"
2410
  msgstr ""
2411
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2412
  "الاجتماعي\""
2413
 
2414
- #: ../admin/social_login.php:679
2415
  msgid ""
2416
  "If this option is enabled, and WordPress comment is made by Social Login "
2417
  "user, comment will get approved immediately without keeping in moderation."
@@ -2420,17 +2455,17 @@ msgstr ""
2420
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2421
  "فورا دون موافقة المشرف على النظام."
2422
 
2423
- #: ../admin/social_login.php:680
2424
  #, fuzzy
2425
  msgid "Note: This is not related to Facebook comments"
2426
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2427
 
2428
- #: ../admin/social_login.php:690
2429
  #, fuzzy
2430
  msgid "Enable social avatar"
2431
  msgstr "خدمة الشبكة الاجتماعية"
2432
 
2433
- #: ../admin/social_login.php:700
2434
  #, fuzzy
2435
  msgid ""
2436
  "Social profile pictures of the logged in user will be displayed as profile "
@@ -2439,39 +2474,39 @@ msgstr ""
2439
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2440
  "الشخصية"
2441
 
2442
- #: ../admin/social_login.php:710
2443
  #, fuzzy
2444
  msgid "Avatar quality"
2445
  msgstr "نوعية الصورة الرمزية"
2446
 
2447
- #: ../admin/social_login.php:713
2448
  #, fuzzy
2449
  msgid "Average"
2450
  msgstr "المعدل"
2451
 
2452
- #: ../admin/social_login.php:714
2453
  msgid "Best"
2454
  msgstr "أفضل"
2455
 
2456
- #: ../admin/social_login.php:721
2457
  #, fuzzy
2458
  msgid "Choose avatar quality"
2459
  msgstr "إختيار ملف"
2460
 
2461
- #: ../admin/social_login.php:730
2462
  #, fuzzy
2463
  msgid ""
2464
  "Show option for users to update social avatar at BuddyPress profile page"
2465
  msgstr ""
2466
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2467
 
2468
- #: ../admin/social_login.php:740
2469
  msgid ""
2470
  "If enabled, users would be able to update their social avatar from \"Profile "
2471
  "photo\" section in BuddyPress profile at front-end"
2472
  msgstr ""
2473
 
2474
- #: ../admin/social_login.php:761
2475
  #, fuzzy
2476
  msgid ""
2477
  "If enabled and Social ID provider does not provide user's email address on "
@@ -2482,11 +2517,11 @@ msgstr ""
2482
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2483
  "إنشاء بريد إلكتروني وهمية"
2484
 
2485
- #: ../admin/social_login.php:770
2486
  msgid "Send post-registration email to user to set account password"
2487
  msgstr ""
2488
 
2489
- #: ../admin/social_login.php:780
2490
  #, fuzzy
2491
  msgid ""
2492
  "If enabled, an email will be sent to user after registration through Social "
@@ -2498,12 +2533,12 @@ msgstr ""
2498
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2499
  "تسجيل الدخول التقليدية)"
2500
 
2501
- #: ../admin/social_login.php:788
2502
  #, fuzzy
2503
  msgid "Send new user registration notification email to admin"
2504
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2505
 
2506
- #: ../admin/social_login.php:798
2507
  #, fuzzy
2508
  msgid ""
2509
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2514,47 +2549,47 @@ msgstr ""
2514
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2515
  "تسجيل الدخول التقليدية)"
2516
 
2517
- #: ../admin/social_login.php:806
2518
  #, fuzzy
2519
  msgid "Login redirection"
2520
  msgstr "تسجيل الدخول"
2521
 
2522
- #: ../admin/social_login.php:810
2523
  #, fuzzy
2524
  msgid "Same page where user logged in"
2525
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2526
 
2527
- #: ../admin/social_login.php:814 ../admin/social_login.php:844
2528
  #, fuzzy
2529
  msgid "Account dashboard"
2530
  msgstr " لوحتك الخاصة بالتحكم"
2531
 
2532
- #: ../admin/social_login.php:817 ../admin/social_login.php:847
2533
  #, fuzzy
2534
  msgid "BuddyPress profile page"
2535
  msgstr "تحرير ملفي الشخصي"
2536
 
2537
- #: ../admin/social_login.php:820 ../admin/social_login.php:850
2538
  #, fuzzy
2539
  msgid "Custom Url"
2540
  msgstr "رابط (URL) مخصّص"
2541
 
2542
- #: ../admin/social_login.php:828
2543
  #, fuzzy
2544
  msgid "User will be redirected to the selected page after Social Login"
2545
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2546
 
2547
- #: ../admin/social_login.php:836
2548
  #, fuzzy
2549
  msgid "Registration redirection"
2550
  msgstr "نموذج التسجيل"
2551
 
2552
- #: ../admin/social_login.php:840
2553
  #, fuzzy
2554
  msgid "Same page from where user registered"
2555
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2556
 
2557
- #: ../admin/social_login.php:858
2558
  #, fuzzy
2559
  msgid ""
2560
  "User will be redirected to the selected page after registration (first "
@@ -2563,17 +2598,17 @@ msgstr ""
2563
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2564
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2565
 
2566
- #: ../admin/social_login.php:867
2567
  #, fuzzy
2568
  msgid "Social Account Linking Options"
2569
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2570
 
2571
- #: ../admin/social_login.php:883
2572
  #, fuzzy
2573
  msgid "Text to display above the Social Account Linking interface"
2574
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2575
 
2576
- #: ../admin/social_login.php:891
2577
  #, fuzzy
2578
  msgid ""
2579
  "Link social account to already existing account, if email address matches"
@@ -2581,7 +2616,7 @@ msgstr ""
2581
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2582
  "الى حسابك في هذا الموقع"
2583
 
2584
- #: ../admin/social_login.php:901
2585
  msgid ""
2586
  "If email address of the user's Social Account matches with an already "
2587
  "existing account at your website, that social account will be linked to "
@@ -2589,12 +2624,12 @@ msgid ""
2589
  "Linking interface at their profile page."
2590
  msgstr ""
2591
 
2592
- #: ../admin/social_login.php:910
2593
  #, fuzzy
2594
  msgid "Enable social account linking at BuddyPress profile page"
2595
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2596
 
2597
- #: ../admin/social_login.php:920
2598
  #, fuzzy
2599
  msgid ""
2600
  "Enable this option to show social account linking interface at BuddyPress "
@@ -2602,17 +2637,17 @@ msgid ""
2602
  msgstr ""
2603
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2604
 
2605
- #: ../admin/social_login.php:931
2606
  #, fuzzy
2607
  msgid "Email popup options"
2608
  msgstr "الخيارات"
2609
 
2610
- #: ../admin/social_login.php:937
2611
  #, fuzzy
2612
  msgid "Text on 'Email required' popup"
2613
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2614
 
2615
- #: ../admin/social_login.php:947
2616
  #, fuzzy
2617
  msgid ""
2618
  "This text will be displayed on email required popup. Leave empty if not "
@@ -2621,12 +2656,12 @@ msgstr ""
2621
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2622
  "غير مطلوب."
2623
 
2624
- #: ../admin/social_login.php:956
2625
  #, fuzzy
2626
  msgid "Error message for 'Email required' popup"
2627
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2628
 
2629
- #: ../admin/social_login.php:966
2630
  #, fuzzy
2631
  msgid ""
2632
  "This message will be displayed to user if it provides invalid or already "
@@ -2635,12 +2670,12 @@ msgstr ""
2635
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2636
  "المسجلة مسبقاً"
2637
 
2638
- #: ../admin/social_login.php:975
2639
  #, fuzzy
2640
  msgid "Email popup height"
2641
  msgstr "ارتفاع"
2642
 
2643
- #: ../admin/social_login.php:985
2644
  #, fuzzy
2645
  msgid ""
2646
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
@@ -2650,12 +2685,12 @@ msgstr ""
2650
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2651
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2652
 
2653
- #: ../admin/social_login.php:993
2654
  #, fuzzy
2655
  msgid "Enable email verification"
2656
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2657
 
2658
- #: ../admin/social_login.php:1003
2659
  #, fuzzy
2660
  msgid ""
2661
  "If enabled, email provided by the user will be verified by sending a "
@@ -2666,22 +2701,22 @@ msgstr ""
2666
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2667
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2668
 
2669
- #: ../admin/social_login.php:1024
2670
  #, fuzzy
2671
  msgid "Enable GDPR opt-in"
2672
  msgstr "إتاحة التعليق من هارد"
2673
 
2674
- #: ../admin/social_login.php:1034
2675
  msgid ""
2676
  "Enable it to show GDPR opt-in for social login and social account linking"
2677
  msgstr ""
2678
 
2679
- #: ../admin/social_login.php:1043
2680
  #, fuzzy
2681
  msgid "Placement of GDPR opt-in"
2682
  msgstr "إتاحة التعليق من هارد"
2683
 
2684
- #: ../admin/social_login.php:1047
2685
  #, fuzzy
2686
  msgid "Above Social Login icons"
2687
  msgstr ""
@@ -2689,7 +2724,7 @@ msgstr ""
2689
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2690
  "فورا دون موافقة المشرف على النظام."
2691
 
2692
- #: ../admin/social_login.php:1049
2693
  #, fuzzy
2694
  msgid "Below Social Login icons"
2695
  msgstr ""
@@ -2697,63 +2732,67 @@ msgstr ""
2697
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2698
  "فورا دون موافقة المشرف على النظام."
2699
 
2700
- #: ../admin/social_login.php:1055
2701
  #, fuzzy
2702
  msgid "Placement of GDPR opt-in above or below the social login icons"
2703
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2704
 
2705
- #: ../admin/social_login.php:1063
2706
  msgid "Opt-in text"
2707
  msgstr ""
2708
 
2709
- #: ../admin/social_login.php:1073
2710
  #, fuzzy
2711
  msgid "Text for the GDPR opt-in"
2712
  msgstr "إتاحة التعليق من هارد"
2713
 
2714
- #: ../admin/social_login.php:1081
2715
  msgid "Text to link to Privacy Policy page"
2716
  msgstr ""
2717
 
2718
- #: ../admin/social_login.php:1091
2719
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2720
  msgstr ""
2721
 
2722
- #: ../admin/social_login.php:1099
2723
  msgid "Privacy Policy Url"
2724
  msgstr ""
2725
 
2726
- #: ../admin/social_login.php:1109
2727
  #, fuzzy
2728
  msgid "Url of the privacy policy page of your website"
2729
  msgstr "URL لعملاء الموقع (اختياري)"
2730
 
2731
- #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2732
  #: ../inc/widget.php:586 ../inc/widget.php:734
2733
  #, fuzzy
2734
  msgid "Select"
2735
  msgstr "أختر ..."
2736
 
2737
- #: ../admin/social_login.php:1191
2738
  #, fuzzy
2739
  msgid "Social Login Shortcode & Widget"
2740
  msgstr "استخدم كود مختصر | Include the shortcode"
2741
 
2742
- #: ../admin/social_login.php:1192
2743
  msgid "Social Linking Shortcode"
2744
  msgstr "الربط الاجتماعي رمز قصير"
2745
 
2746
- #: ../admin/social_login.php:1207
2747
  msgid "Why is social login not working?"
2748
  msgstr ""
2749
 
2750
- #: ../admin/social_login.php:1208
2751
  msgid ""
2752
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2753
  "belong to the same app"
2754
  msgstr ""
2755
 
2756
- #: ../admin/social_login.php:1210
 
 
 
 
2757
  msgid ""
2758
  "Why the user is not appearing logged in even after Social Login until the "
2759
  "webpage is refreshed manually?"
@@ -2985,12 +3024,12 @@ msgstr ""
2985
  msgid "Like Buttons Shortcode & Widget"
2986
  msgstr "استخدم كود مختصر | Include the shortcode"
2987
 
2988
- #: ../inc/shortcode.php:197 ../inc/widget.php:47
2989
  #, fuzzy
2990
  msgid "Log Out"
2991
  msgstr " تسجيل الخروج"
2992
 
2993
- #: ../inc/shortcode.php:295
2994
  #, fuzzy
2995
  msgid ""
2996
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
@@ -3010,39 +3049,39 @@ msgstr ""
3010
  msgid "Archives"
3011
  msgstr "الأرشيف"
3012
 
3013
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
3014
  #, fuzzy
3015
  msgid "Invalid request"
3016
  msgstr "طلب غير صحيح"
3017
 
3018
- #: ../inc/social_sharing.php:870
3019
  #, fuzzy
3020
  msgid "Providers not selected"
3021
  msgstr "محدد | selected"
3022
 
3023
- #: ../inc/social_login.php:721
3024
  #, fuzzy
3025
  msgid "Email"
3026
  msgstr "البريد الإلكتروني"
3027
 
3028
- #: ../inc/social_login.php:722
3029
  msgid "Confirm email"
3030
  msgstr ""
3031
 
3032
- #: ../inc/social_login.php:724
3033
  msgid "Save"
3034
  msgstr ""
3035
 
3036
- #: ../inc/social_login.php:725
3037
  msgid "Cancel"
3038
  msgstr ""
3039
 
3040
- #: ../inc/social_login.php:799
3041
  #, fuzzy
3042
  msgid "Email Verification"
3043
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3044
 
3045
- #: ../inc/social_login.php:801
3046
  msgid ""
3047
  "Please click on the following link or paste it in browser to verify your "
3048
  "email"
@@ -3057,7 +3096,7 @@ msgstr "آخر تسجيل دخول | Last Login"
3057
  #, fuzzy
3058
  msgid ""
3059
  "Let your website users login/register using their favorite Social ID "
3060
- "Provider, such as Facebook, Twitter, Google+, LinkedIn"
3061
  msgstr ""
3062
  "السماح للمستخدمين تسجيل الدخول/تسجيل على \"موفر معرف الاجتماعية\" المفضلة "
3063
  "لديك، مثل فيس بوك، تويتر، Google +، LinkedIn باستخدام موقع الويب الخاص بك"
@@ -3332,6 +3371,14 @@ msgstr ""
3332
  msgid "RSS Feed URL:"
3333
  msgstr ""
3334
 
 
 
 
 
 
 
 
 
3335
  #, fuzzy
3336
  #~ msgid ""
3337
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-02-23 08:35+0530\n"
6
+ "PO-Revision-Date: 2019-02-23 08:35+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
80
  msgid "Notification"
81
  msgstr "تنبيهات"
82
 
83
+ #: ../super_socializer.php:902 ../admin/social_login.php:787
84
  msgid "Email required"
85
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
86
 
109
  msgid "Link copied."
110
  msgstr "شارك الأخرين عبر لنكيدان"
111
 
112
+ #: ../super_socializer.php:1243
113
  #, fuzzy
114
  msgid "Super Socializer - General Options"
115
  msgstr "آخر تسجيل دخول | Last Login"
116
 
117
+ #: ../super_socializer.php:1243 ../admin/general_options.php:15
118
  #: ../admin/social_commenting.php:47
119
  #, fuzzy
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
+ #: ../super_socializer.php:1311 ../helper.php:898
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
127
 
128
+ #: ../super_socializer.php:1314
129
  msgid "Small Avatar Url"
130
  msgstr "صغير الرمزية رابط"
131
 
132
+ #: ../super_socializer.php:1318
133
  #, fuzzy
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
+ #: ../super_socializer.php:1322 ../helper.php:901
138
  msgid ""
139
  "Do not fetch and update social avatar from my profile, next time I Social "
140
  "Login"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1326 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1399 ../super_socializer.php:2051
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1405
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:1406
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
160
 
161
+ #: ../super_socializer.php:1411
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
164
 
165
+ #: ../super_socializer.php:1415 ../super_socializer.php:1975
166
  msgid "Link your social account to login to your account at this website"
167
  msgstr ""
168
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
169
  "الى حسابك في هذا الموقع"
170
 
171
+ #: ../super_socializer.php:1642
172
+ #, php-format
173
+ msgid ""
174
+ "Thanks for installing Super Socializer plugin. Click <a href=\"%s\" target="
175
+ "\"_blank\">here</a> for the steps on how to configure the plugin"
176
+ msgstr ""
177
+
178
+ #: ../super_socializer.php:1652
179
  msgid ""
180
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
181
  "current version of Super Socialzer"
182
  msgstr ""
183
 
184
+ #: ../super_socializer.php:1661
185
  msgid ""
186
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
187
  "version of Super Socialzer"
188
  msgstr ""
189
 
190
+ #: ../super_socializer.php:1670
191
  msgid ""
192
  "Update \"Social Login Buttons\" add-on for compatibility with current "
193
  "version of Super Socialzer"
194
  msgstr ""
195
 
196
+ #: ../super_socializer.php:1679
197
  msgid ""
198
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
199
  "with current version of Super Socialzer"
200
  msgstr ""
201
 
202
+ #: ../super_socializer.php:1688
203
  msgid ""
204
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
205
  "with current version of Super Socialzer"
206
  msgstr ""
207
 
208
+ #: ../super_socializer.php:1695
209
  msgid ""
210
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
211
  "LiveJournal Login of Super Socialzer"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:1706
215
  #, php-format
216
  msgid ""
217
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1722
221
  #, php-format
222
  msgid ""
223
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1746
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
231
  "target=\"_blank\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1746 ../super_socializer.php:1771
235
+ #: ../super_socializer.php:1796 ../super_socializer.php:1821
236
+ #: ../super_socializer.php:1854 ../super_socializer.php:1882
237
+ #: ../super_socializer.php:1909 ../super_socializer.php:1933
238
  msgid "Okay"
239
  msgstr ""
240
 
241
+ #: ../super_socializer.php:1771
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
246
  "\">here</a>"
247
  msgstr ""
248
 
249
+ #: ../super_socializer.php:1796
250
  #, php-format
251
  msgid ""
252
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
254
  "target=\"_blank\">here</a>"
255
  msgstr ""
256
 
257
+ #: ../super_socializer.php:1821
258
  #, php-format
259
  msgid ""
260
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
262
  "target=\"_blank\">here</a>"
263
  msgstr ""
264
 
265
+ #: ../super_socializer.php:1832
266
  #, php-format
267
  msgid ""
268
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
269
  msgstr ""
270
 
271
+ #: ../super_socializer.php:1854
272
  #, php-format
273
  msgid ""
274
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
276
  "\"%s\" target=\"_blank\">here</a>"
277
  msgstr ""
278
 
279
+ #: ../super_socializer.php:1882
280
  #, php-format
281
  msgid ""
282
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
285
  "your website %s with them. No need to copy-paste any code from their website."
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:1909
289
  #, php-format
290
  msgid ""
291
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
293
  "\"%s\" target=\"_blank\">here</a>"
294
  msgstr ""
295
 
296
+ #: ../super_socializer.php:1933
297
  #, php-format
298
  msgid ""
299
  "Your website visitors will see a popup notification (only once) if their "
407
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
408
 
409
  #: ../helper.php:913 ../admin/general_options.php:132
410
+ #: ../admin/social_sharing.php:1964 ../admin/social_commenting.php:483
411
+ #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
412
  #, fuzzy
413
  msgid "Save Changes"
414
  msgstr "حفظ"
431
  msgstr ""
432
 
433
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
434
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1968
435
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
436
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1263
437
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
438
  #, fuzzy, php-format
439
  msgid ""
512
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
513
  msgstr ""
514
 
515
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1974
516
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1269
517
  #: ../admin/like_buttons.php:836
518
  #, fuzzy
519
  msgid "Instagram Shoutout"
520
  msgstr "إنستاجرام"
521
 
522
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1976
523
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1271
524
  #: ../admin/like_buttons.php:838
525
  msgid ""
526
  "If you can send (to hello@heateor.com) how our plugin is helping your "
528
  "hashtags and people to mention in the Instagram post."
529
  msgstr ""
530
 
531
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1977
532
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1272
533
  #: ../admin/like_buttons.php:839
534
  msgid ""
535
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
539
  "time."
540
  msgstr ""
541
 
542
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1978
543
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1273
544
  #: ../admin/like_buttons.php:840
545
  msgid ""
546
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
564
  msgid "by"
565
  msgstr "كتب بواسطة"
566
 
567
+ #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
568
  msgid "Donate Now"
569
  msgstr ""
570
 
571
+ #: ../admin/help.php:24
572
  #, fuzzy
573
  msgid "Plugin Demo"
574
  msgstr "دعم البرنامج المساعد | Plugin Support"
575
 
576
+ #: ../admin/help.php:30
577
  msgid "Translate Plugin"
578
  msgstr ""
579
 
580
+ #: ../admin/help.php:36 ../admin/social_login.php:58
581
  #, fuzzy
582
  msgid "Customize Social Login Icons"
583
  msgstr ""
585
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
586
  "فورا دون موافقة المشرف على النظام."
587
 
588
+ #: ../admin/help.php:42
589
  msgid "Integrate with Google Analytics"
590
  msgstr ""
591
 
592
+ #: ../admin/help.php:48
593
  msgid "Boost sharing by awarding points"
594
  msgstr "تعزيز تقاسم بمنح نقاط"
595
 
596
+ #: ../admin/help.php:54
597
  msgid "Award points for Social Login"
598
  msgstr "نقاط الجائزة لتسجيل الدخول الاجتماعي"
599
 
600
+ #: ../admin/help.php:60
601
  #, fuzzy
602
  msgid "Other Add-ons"
603
  msgstr "إضافات"
604
 
605
+ #: ../admin/help.php:66
606
  #, fuzzy
607
  msgid "Support Forum"
608
  msgstr "الدعم | Support"
609
 
610
+ #: ../admin/help.php:71
611
  msgid "Need Help?"
612
  msgstr "احتاج مساعدة؟"
613
 
614
+ #: ../admin/help.php:73
615
  #, fuzzy
616
  msgid ""
617
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
622
  "إذا كنت تريد ميزات مخصصة في البرنامج المساعد، مجرد قطره رسالة بالبريد "
623
  "إلكتروني في <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
624
 
625
+ #: ../admin/help.php:78
626
  msgid "Testimonial"
627
  msgstr ""
628
 
629
+ #: ../admin/help.php:80
630
  msgid ""
631
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
632
  "\">testimonials@heateor.com</a>"
633
  msgstr ""
634
 
635
+ #: ../admin/help.php:85
636
  #, fuzzy
637
  msgid "Support Us"
638
  msgstr "الدعم | Support"
639
 
640
+ #: ../admin/help.php:88 ../admin/help.php:91 ../admin/help.php:92
641
+ #: ../admin/help.php:93 ../admin/help.php:94 ../admin/help.php:95
642
  #, fuzzy
643
  msgid "Rate 5-star"
644
  msgstr "يرجى تقييم البرنامج المساعد"
684
  msgid "3rd Party Integration"
685
  msgstr ""
686
 
687
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
688
+ #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
689
+ #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
690
  #: ../admin/like_buttons.php:797
691
  #, fuzzy
692
  msgid "Shortcode & Widget"
697
  msgid "Troubleshooter"
698
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
699
 
700
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
701
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
702
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1239
703
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
704
  #, fuzzy
705
  msgid "FAQ"
960
  msgstr " شارك الآخرين بهذة الفقرة"
961
 
962
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
963
+ #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
964
  #: ../inc/widget.php:929
965
  #, fuzzy
966
  msgid "Title"
1058
  msgstr ""
1059
 
1060
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1061
+ #: ../admin/social_login.php:848 ../admin/social_login.php:878
1062
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1063
  #, fuzzy
1064
  msgid "Homepage"
1266
 
1267
  #: ../admin/social_sharing.php:1525
1268
  #, fuzzy
1269
+ msgid "Hide floating slider"
1270
+ msgstr ""
1271
+ "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-"
1272
+ "out Users"
1273
+
1274
+ #: ../admin/social_sharing.php:1535
1275
+ msgid "Hides the slider arrow present below the floating share bar"
1276
+ msgstr ""
1277
+
1278
+ #: ../admin/social_sharing.php:1543
1279
+ #, fuzzy
1280
  msgid "Vertical floating bar responsiveness"
1281
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1282
 
1283
+ #: ../admin/social_sharing.php:1546
1284
  #, php-format
1285
  msgid "Display vertical interface only when screen is wider than %s pixels"
1286
  msgstr ""
1287
 
1288
+ #: ../admin/social_sharing.php:1553
1289
  msgid ""
1290
  "Display vertical interface only when screen is wider than the width "
1291
  "specified."
1292
  msgstr ""
1293
 
1294
+ #: ../admin/social_sharing.php:1561
1295
  msgid "Horizontal floating bar responsiveness"
1296
  msgstr ""
1297
 
1298
+ #: ../admin/social_sharing.php:1564
1299
  #, fuzzy, php-format
1300
  msgid ""
1301
  "Stick vertical floating interface horizontally at bottom only when screen is "
1302
  "narrower than %s pixels"
1303
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
1304
 
1305
+ #: ../admin/social_sharing.php:1571
1306
  msgid ""
1307
  "Stick vertical floating interface horizontally at bottom only when screen is "
1308
  "narrower than the width specified"
1309
  msgstr ""
1310
 
1311
+ #: ../admin/social_sharing.php:1581
1312
  #, fuzzy
1313
  msgid "Horizontal floating bar position"
1314
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1315
 
1316
+ #: ../admin/social_sharing.php:1584
1317
  #, php-format
1318
  msgid "%s pixels from %s"
1319
  msgstr ""
1320
 
1321
+ #: ../admin/social_sharing.php:1585
1322
  msgid "Auto-adjust according to screen width (responsive)"
1323
  msgstr ""
1324
 
1325
+ #: ../admin/social_sharing.php:1592
1326
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1327
  msgstr ""
1328
 
1329
+ #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1330
  #, fuzzy
1331
  msgid "Url shortener"
1332
  msgstr "عنوان Url للقيام بالتعليق على"
1333
 
1334
+ #: ../admin/social_sharing.php:1618
1335
  #, fuzzy
1336
  msgid "Use shortlinks already installed"
1337
  msgstr "تمّ التنصيب مسبقاً"
1338
 
1339
+ #: ../admin/social_sharing.php:1628
1340
  msgid "Uses default short url permalinks without using any additional plugin"
1341
  msgstr ""
1342
 
1343
+ #: ../admin/social_sharing.php:1636
1344
  #, fuzzy
1345
  msgid "Enable bit.ly url shortener for sharing"
1346
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1347
 
1348
+ #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1349
  #, fuzzy
1350
  msgid "Master control to enable bit.ly url shortening for sharing"
1351
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1352
 
1353
+ #: ../admin/social_sharing.php:1654
1354
  msgid "bit.ly Login"
1355
  msgstr ""
1356
 
1357
+ #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1358
  #, fuzzy, php-format
1359
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1360
  msgstr ""
1362
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1363
  "\"مفتاح API التغريد\""
1364
 
1365
+ #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1366
  #, fuzzy
1367
  msgid "bit.ly API Key"
1368
  msgstr "مفتاح API الخاص | API Private Key"
1369
 
1370
+ #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1371
  msgid "Clear Bitly Cache"
1372
  msgstr ""
1373
 
1374
+ #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1375
  #, fuzzy
1376
  msgid "ShortUrl cache cleared successfully."
1377
  msgstr "تم ربط حسابك بنجاح"
1378
 
1379
+ #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1380
  msgid ""
1381
  "Use this to delete short urls saved in database. Handy, if urls of your "
1382
  "website have been changed but short urls are still being generated for old "
1383
  "urls."
1384
  msgstr ""
1385
 
1386
+ #: ../admin/social_sharing.php:1712
1387
  msgid "Share Count Cache"
1388
  msgstr ""
1389
 
1390
+ #: ../admin/social_sharing.php:1718
1391
  msgid "Refresh Share Count cache every"
1392
  msgstr ""
1393
 
1394
+ #: ../admin/social_sharing.php:1723
1395
  msgid "Second(s)"
1396
  msgstr ""
1397
 
1398
+ #: ../admin/social_sharing.php:1724
1399
  msgid "Minute(s)"
1400
  msgstr ""
1401
 
1402
+ #: ../admin/social_sharing.php:1725
1403
  msgid "Hour(s)"
1404
  msgstr ""
1405
 
1406
+ #: ../admin/social_sharing.php:1726
1407
  msgid "Day(s)"
1408
  msgstr ""
1409
 
1410
+ #: ../admin/social_sharing.php:1734
1411
  #, php-format
1412
  msgid ""
1413
  "Frequent cache refreshing results in slower loading of pages with share "
1415
  "target=\"_blank\">here</a>"
1416
  msgstr ""
1417
 
1418
+ #: ../admin/social_sharing.php:1742
1419
  msgid "Clear Share Counts Cache"
1420
  msgstr ""
1421
 
1422
+ #: ../admin/social_sharing.php:1746
1423
  #, fuzzy
1424
  msgid "Share Counts cache cleared successfully."
1425
  msgstr "تم ربط حسابك بنجاح"
1426
 
1427
+ #: ../admin/social_sharing.php:1753
1428
  msgid "Use this to clear cached share counts"
1429
  msgstr ""
1430
 
1431
+ #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1432
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1433
  #: ../admin/like_buttons.php:698
1434
  #, fuzzy
1437
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1438
  "والخصائص التالية: %s"
1439
 
1440
+ #: ../admin/social_sharing.php:1778
1441
  #, fuzzy, php-format
1442
  msgid ""
1443
  "Enter the code of the language you want to use for like buttons. You can "
1448
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1449
  "فارغاً ل language(English) الافتراضي"
1450
 
1451
+ #: ../admin/social_sharing.php:1787
1452
  #, fuzzy
1453
  msgid "Username in sharing"
1454
  msgstr "شارك الأخرين عبر تويتر"
1455
 
1456
+ #: ../admin/social_sharing.php:1793
1457
  #, fuzzy
1458
  msgid "Twitter username (without @)"
1459
  msgstr "قالب بدون %1$s"
1460
 
1461
+ #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1462
  #, fuzzy
1463
  msgid ""
1464
  "Provided username will be appended after the content being shared as \"via "
1468
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1469
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1470
 
1471
+ #: ../admin/social_sharing.php:1812
1472
  #, fuzzy
1473
  msgid "Buffer username (without @)"
1474
  msgstr "قالب بدون %1$s"
1475
 
1476
+ #: ../admin/social_sharing.php:1831
1477
  msgid "AMP"
1478
  msgstr ""
1479
 
1480
+ #: ../admin/social_sharing.php:1837
1481
  #, fuzzy
1482
  msgid "Enable sharing on AMP pages"
1483
  msgstr "صفحة"
1484
 
1485
+ #: ../admin/social_sharing.php:1847
1486
  msgid "Enable this option to render sharing icons on AMP pages"
1487
  msgstr ""
1488
 
1489
+ #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1490
  msgid "myCRED"
1491
  msgstr ""
1492
 
1493
+ #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1494
  msgid "Append myCRED referral ID to the urls being shared"
1495
  msgstr ""
1496
 
1497
+ #: ../admin/social_sharing.php:1905
1498
  msgid "Facebook Sharing Troubleshooter"
1499
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1500
 
1501
+ #: ../admin/social_sharing.php:1910
1502
  #, fuzzy
1503
  msgid ""
1504
  "If Facebook sharing is not working fine, click at the following link and "
1509
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1510
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1511
 
1512
+ #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:469
1513
+ #: ../admin/social_login.php:1241
1514
  msgid ""
1515
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1516
  "an online website for the plugin to function properly."
1517
  msgstr ""
1518
 
1519
+ #: ../admin/social_sharing.php:1928
1520
  msgid ""
1521
  "Why is sharer not showing the correct image, title and other meta tags "
1522
  "content?"
1523
  msgstr ""
1524
 
1525
+ #: ../admin/social_sharing.php:1930
1526
  msgid "Why is Instagram icon redirecting to Instagram website?"
1527
  msgstr ""
1528
 
1529
+ #: ../admin/social_sharing.php:1931
1530
  msgid ""
1531
  "Instagram icon is there to send website visitors to the Instagram page of "
1532
  "your choice. You can save the desired Instagram handle in \"Instagram "
1534
  "sections."
1535
  msgstr ""
1536
 
1537
+ #: ../admin/social_sharing.php:1934
1538
  msgid ""
1539
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1540
  msgstr ""
1541
 
1542
+ #: ../admin/social_sharing.php:1935
1543
  msgid ""
1544
  "It takes some time for their service to track the shares made on Twitter "
1545
  "from your website. If you still feel it's taking too long you can contact "
1546
  "their support directly from their website."
1547
  msgstr ""
1548
 
1549
+ #: ../admin/social_sharing.php:1937 ../admin/like_buttons.php:814
1550
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1551
  msgstr ""
1552
 
1553
+ #: ../admin/social_sharing.php:1938
1554
  msgid ""
1555
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1556
  msgstr ""
1557
 
1558
+ #: ../admin/social_sharing.php:1939 ../admin/social_commenting.php:472
1559
+ #: ../admin/social_login.php:1248
1560
  msgid "Why is my browser blocking some features of the plugin?"
1561
  msgstr ""
1562
 
1563
+ #: ../admin/social_sharing.php:1940
1564
  msgid "Why the color of share icons is not being updated?"
1565
  msgstr ""
1566
 
1567
+ #: ../admin/social_sharing.php:1941
1568
  msgid "Why Facebook share counts are not appearing?"
1569
  msgstr ""
1570
 
1571
+ #: ../admin/social_sharing.php:1942
1572
  #, fuzzy
1573
  msgid ""
1574
  "How can I show share counts of my website rather than of individual pages/"
1577
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1578
  "الوظائف؟"
1579
 
1580
+ #: ../admin/social_sharing.php:1943
1581
  #, fuzzy
1582
  msgid "How can I disable sharing on particular page/post?"
1583
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1584
 
1585
+ #: ../admin/social_sharing.php:1944
1586
  #, fuzzy
1587
  msgid "How can I specify minimum sharing count for sharing networks?"
1588
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1589
 
1590
+ #: ../admin/social_sharing.php:1945
1591
  msgid "How to share specific page?"
1592
  msgstr ""
1593
 
1594
+ #: ../admin/social_sharing.php:1946
1595
  msgid "How to integrate Google Analytics with sharing?"
1596
  msgstr ""
1597
 
1598
+ #: ../admin/social_sharing.php:1947
1599
  msgid "How to customize the look of total share counts?"
1600
  msgstr ""
1601
 
1602
+ #: ../admin/social_sharing.php:1948
1603
  #, fuzzy
1604
  msgid "How to customize the look of individual share counts?"
1605
  msgstr "عرض عدد المقالات"
1606
 
1607
+ #: ../admin/social_sharing.php:1949
1608
  #, fuzzy
1609
  msgid "How to show Whatsapp icon only on mobile devices?"
1610
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1611
 
1612
+ #: ../admin/social_sharing.php:1950
1613
  msgid "How to hide arrow after floating sharing bar?"
1614
  msgstr ""
1615
 
1616
+ #: ../admin/social_sharing.php:1951
1617
  msgid "Why is share count not getting updated?"
1618
  msgstr ""
1619
 
1620
+ #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:812
1621
  msgid "Why is there so much space between like buttons?"
1622
  msgstr ""
1623
 
1624
+ #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:813
1625
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1626
  msgstr ""
1627
 
1938
  msgid "Advanced Configuration"
1939
  msgstr "إنشاء ملف الإعدادات"
1940
 
1941
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1942
  msgid "GDPR"
1943
  msgstr ""
1944
 
1945
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1946
  msgid "XProfile Integration"
1947
  msgstr ""
1948
 
1995
 
1996
  #: ../admin/social_login.php:119
1997
  #, fuzzy
1998
+ msgid "Google"
1999
  msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
2000
 
2001
  #: ../admin/social_login.php:123
2152
 
2153
  #: ../admin/social_login.php:301
2154
  #, fuzzy
2155
+ msgid "Google Client ID"
2156
  msgstr "شارك الأخرين عبر جوجل"
2157
 
2158
  #: ../admin/social_login.php:311
2159
  #, fuzzy, php-format
2160
  msgid ""
2161
+ "Required for Google Social Login to work. Please follow the documentation at "
2162
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
 
2163
  msgstr ""
2164
  "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2165
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2176
 
2177
  #: ../admin/social_login.php:323
2178
  #, fuzzy
2179
+ msgid "Google Client Secret"
2180
  msgstr "شارك الأخرين عبر جوجل"
2181
 
2182
  #: ../admin/social_login.php:333
2183
  #, fuzzy, php-format
2184
  msgid ""
2185
+ "Required for Google Social Login to work. Please follow the documentation at "
2186
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
 
2187
  msgstr ""
2188
  "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2189
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2338
 
2339
  #: ../admin/social_login.php:551
2340
  #, fuzzy
2341
+ msgid "Center align icons"
2342
+ msgstr "إعادة ترتيب الرموز"
2343
+
2344
+ #: ../admin/social_login.php:561
2345
+ #, fuzzy
2346
+ msgid "Center align social login icons"
2347
+ msgstr ""
2348
+ "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل "
2349
+ "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2350
+ "فورا دون موافقة المشرف على النظام."
2351
+
2352
+ #: ../admin/social_login.php:569
2353
+ #, fuzzy
2354
  msgid "Enable at login page"
2355
  msgstr "صفحة"
2356
 
2357
+ #: ../admin/social_login.php:579
2358
  #, fuzzy
2359
  msgid ""
2360
  "Social Login interface will get enabled at the login page of your website"
2362
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2363
  "التعليق"
2364
 
2365
+ #: ../admin/social_login.php:587
2366
  #, fuzzy
2367
  msgid "Enable at register page"
2368
  msgstr "التسجيل العام"
2369
 
2370
+ #: ../admin/social_login.php:597
2371
  #, fuzzy
2372
  msgid ""
2373
  "Social Login interface will get enabled at the registration page of your "
2376
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2377
  "الخاص بك"
2378
 
2379
+ #: ../admin/social_login.php:605
2380
  msgid "Enable at comment form"
2381
  msgstr "تمكين هذا الشكل من تعليق"
2382
 
2383
+ #: ../admin/social_login.php:615
2384
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2385
  msgstr ""
2386
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2387
  "التعليق"
2388
 
2389
+ #: ../admin/social_login.php:630
2390
  msgid "Enable before WooCommerce Customer Login Form"
2391
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2392
 
2393
+ #: ../admin/social_login.php:640
2394
  #, fuzzy
2395
  msgid ""
2396
  "Social Login Interface will get enabled before the customer login form at "
2399
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2400
  "التعليق"
2401
 
2402
+ #: ../admin/social_login.php:648
2403
+ #, fuzzy
2404
+ msgid "Enable at WooCommerce Customer Login Form"
2405
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2406
 
2407
+ #: ../admin/social_login.php:658
2408
+ #, fuzzy
2409
+ msgid ""
2410
+ "Integrate Social Login Interface with the customer login form at WooCommerce "
2411
+ "My Account page"
2412
+ msgstr ""
2413
+ "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2414
+ "التعليق"
2415
+
2416
+ #: ../admin/social_login.php:666
2417
+ #, fuzzy
2418
+ msgid "Enable at WooCommerce Customer Register Form"
2419
+ msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2420
+
2421
+ #: ../admin/social_login.php:676
2422
  #, fuzzy
2423
  msgid ""
2424
+ "Integrate Social Login Interface with the customer register form at "
2425
  "WooCommerce My Account page"
2426
  msgstr ""
2427
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2428
  "التعليق"
2429
 
2430
+ #: ../admin/social_login.php:684
2431
  #, fuzzy
2432
  msgid "Enable at WooCommerce checkout page"
2433
  msgstr "التسجيل العام"
2434
 
2435
+ #: ../admin/social_login.php:694
2436
  #, fuzzy
2437
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2438
  msgstr ""
2439
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2440
  "التعليق"
2441
 
2442
+ #: ../admin/social_login.php:705
2443
  #, fuzzy
2444
  msgid "Auto-approve comments made by Social Login users"
2445
  msgstr ""
2446
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2447
  "الاجتماعي\""
2448
 
2449
+ #: ../admin/social_login.php:715
2450
  msgid ""
2451
  "If this option is enabled, and WordPress comment is made by Social Login "
2452
  "user, comment will get approved immediately without keeping in moderation."
2455
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2456
  "فورا دون موافقة المشرف على النظام."
2457
 
2458
+ #: ../admin/social_login.php:716
2459
  #, fuzzy
2460
  msgid "Note: This is not related to Facebook comments"
2461
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2462
 
2463
+ #: ../admin/social_login.php:726
2464
  #, fuzzy
2465
  msgid "Enable social avatar"
2466
  msgstr "خدمة الشبكة الاجتماعية"
2467
 
2468
+ #: ../admin/social_login.php:736
2469
  #, fuzzy
2470
  msgid ""
2471
  "Social profile pictures of the logged in user will be displayed as profile "
2474
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2475
  "الشخصية"
2476
 
2477
+ #: ../admin/social_login.php:746
2478
  #, fuzzy
2479
  msgid "Avatar quality"
2480
  msgstr "نوعية الصورة الرمزية"
2481
 
2482
+ #: ../admin/social_login.php:749
2483
  #, fuzzy
2484
  msgid "Average"
2485
  msgstr "المعدل"
2486
 
2487
+ #: ../admin/social_login.php:750
2488
  msgid "Best"
2489
  msgstr "أفضل"
2490
 
2491
+ #: ../admin/social_login.php:757
2492
  #, fuzzy
2493
  msgid "Choose avatar quality"
2494
  msgstr "إختيار ملف"
2495
 
2496
+ #: ../admin/social_login.php:766
2497
  #, fuzzy
2498
  msgid ""
2499
  "Show option for users to update social avatar at BuddyPress profile page"
2500
  msgstr ""
2501
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2502
 
2503
+ #: ../admin/social_login.php:776
2504
  msgid ""
2505
  "If enabled, users would be able to update their social avatar from \"Profile "
2506
  "photo\" section in BuddyPress profile at front-end"
2507
  msgstr ""
2508
 
2509
+ #: ../admin/social_login.php:797
2510
  #, fuzzy
2511
  msgid ""
2512
  "If enabled and Social ID provider does not provide user's email address on "
2517
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2518
  "إنشاء بريد إلكتروني وهمية"
2519
 
2520
+ #: ../admin/social_login.php:806
2521
  msgid "Send post-registration email to user to set account password"
2522
  msgstr ""
2523
 
2524
+ #: ../admin/social_login.php:816
2525
  #, fuzzy
2526
  msgid ""
2527
  "If enabled, an email will be sent to user after registration through Social "
2533
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2534
  "تسجيل الدخول التقليدية)"
2535
 
2536
+ #: ../admin/social_login.php:824
2537
  #, fuzzy
2538
  msgid "Send new user registration notification email to admin"
2539
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2540
 
2541
+ #: ../admin/social_login.php:834
2542
  #, fuzzy
2543
  msgid ""
2544
  "If enabled, an email will be sent to admin after new user registers through "
2549
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2550
  "تسجيل الدخول التقليدية)"
2551
 
2552
+ #: ../admin/social_login.php:842
2553
  #, fuzzy
2554
  msgid "Login redirection"
2555
  msgstr "تسجيل الدخول"
2556
 
2557
+ #: ../admin/social_login.php:846
2558
  #, fuzzy
2559
  msgid "Same page where user logged in"
2560
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2561
 
2562
+ #: ../admin/social_login.php:850 ../admin/social_login.php:880
2563
  #, fuzzy
2564
  msgid "Account dashboard"
2565
  msgstr " لوحتك الخاصة بالتحكم"
2566
 
2567
+ #: ../admin/social_login.php:853 ../admin/social_login.php:883
2568
  #, fuzzy
2569
  msgid "BuddyPress profile page"
2570
  msgstr "تحرير ملفي الشخصي"
2571
 
2572
+ #: ../admin/social_login.php:856 ../admin/social_login.php:886
2573
  #, fuzzy
2574
  msgid "Custom Url"
2575
  msgstr "رابط (URL) مخصّص"
2576
 
2577
+ #: ../admin/social_login.php:864
2578
  #, fuzzy
2579
  msgid "User will be redirected to the selected page after Social Login"
2580
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2581
 
2582
+ #: ../admin/social_login.php:872
2583
  #, fuzzy
2584
  msgid "Registration redirection"
2585
  msgstr "نموذج التسجيل"
2586
 
2587
+ #: ../admin/social_login.php:876
2588
  #, fuzzy
2589
  msgid "Same page from where user registered"
2590
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2591
 
2592
+ #: ../admin/social_login.php:894
2593
  #, fuzzy
2594
  msgid ""
2595
  "User will be redirected to the selected page after registration (first "
2598
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2599
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2600
 
2601
+ #: ../admin/social_login.php:903
2602
  #, fuzzy
2603
  msgid "Social Account Linking Options"
2604
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2605
 
2606
+ #: ../admin/social_login.php:919
2607
  #, fuzzy
2608
  msgid "Text to display above the Social Account Linking interface"
2609
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2610
 
2611
+ #: ../admin/social_login.php:927
2612
  #, fuzzy
2613
  msgid ""
2614
  "Link social account to already existing account, if email address matches"
2616
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2617
  "الى حسابك في هذا الموقع"
2618
 
2619
+ #: ../admin/social_login.php:937
2620
  msgid ""
2621
  "If email address of the user's Social Account matches with an already "
2622
  "existing account at your website, that social account will be linked to "
2624
  "Linking interface at their profile page."
2625
  msgstr ""
2626
 
2627
+ #: ../admin/social_login.php:946
2628
  #, fuzzy
2629
  msgid "Enable social account linking at BuddyPress profile page"
2630
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2631
 
2632
+ #: ../admin/social_login.php:956
2633
  #, fuzzy
2634
  msgid ""
2635
  "Enable this option to show social account linking interface at BuddyPress "
2637
  msgstr ""
2638
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2639
 
2640
+ #: ../admin/social_login.php:967
2641
  #, fuzzy
2642
  msgid "Email popup options"
2643
  msgstr "الخيارات"
2644
 
2645
+ #: ../admin/social_login.php:973
2646
  #, fuzzy
2647
  msgid "Text on 'Email required' popup"
2648
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2649
 
2650
+ #: ../admin/social_login.php:983
2651
  #, fuzzy
2652
  msgid ""
2653
  "This text will be displayed on email required popup. Leave empty if not "
2656
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2657
  "غير مطلوب."
2658
 
2659
+ #: ../admin/social_login.php:992
2660
  #, fuzzy
2661
  msgid "Error message for 'Email required' popup"
2662
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2663
 
2664
+ #: ../admin/social_login.php:1002
2665
  #, fuzzy
2666
  msgid ""
2667
  "This message will be displayed to user if it provides invalid or already "
2670
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2671
  "المسجلة مسبقاً"
2672
 
2673
+ #: ../admin/social_login.php:1011
2674
  #, fuzzy
2675
  msgid "Email popup height"
2676
  msgstr "ارتفاع"
2677
 
2678
+ #: ../admin/social_login.php:1021
2679
  #, fuzzy
2680
  msgid ""
2681
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2685
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2686
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2687
 
2688
+ #: ../admin/social_login.php:1029
2689
  #, fuzzy
2690
  msgid "Enable email verification"
2691
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2692
 
2693
+ #: ../admin/social_login.php:1039
2694
  #, fuzzy
2695
  msgid ""
2696
  "If enabled, email provided by the user will be verified by sending a "
2701
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2702
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2703
 
2704
+ #: ../admin/social_login.php:1060
2705
  #, fuzzy
2706
  msgid "Enable GDPR opt-in"
2707
  msgstr "إتاحة التعليق من هارد"
2708
 
2709
+ #: ../admin/social_login.php:1070
2710
  msgid ""
2711
  "Enable it to show GDPR opt-in for social login and social account linking"
2712
  msgstr ""
2713
 
2714
+ #: ../admin/social_login.php:1079
2715
  #, fuzzy
2716
  msgid "Placement of GDPR opt-in"
2717
  msgstr "إتاحة التعليق من هارد"
2718
 
2719
+ #: ../admin/social_login.php:1083
2720
  #, fuzzy
2721
  msgid "Above Social Login icons"
2722
  msgstr ""
2724
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2725
  "فورا دون موافقة المشرف على النظام."
2726
 
2727
+ #: ../admin/social_login.php:1085
2728
  #, fuzzy
2729
  msgid "Below Social Login icons"
2730
  msgstr ""
2732
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2733
  "فورا دون موافقة المشرف على النظام."
2734
 
2735
+ #: ../admin/social_login.php:1091
2736
  #, fuzzy
2737
  msgid "Placement of GDPR opt-in above or below the social login icons"
2738
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2739
 
2740
+ #: ../admin/social_login.php:1099
2741
  msgid "Opt-in text"
2742
  msgstr ""
2743
 
2744
+ #: ../admin/social_login.php:1109
2745
  #, fuzzy
2746
  msgid "Text for the GDPR opt-in"
2747
  msgstr "إتاحة التعليق من هارد"
2748
 
2749
+ #: ../admin/social_login.php:1117
2750
  msgid "Text to link to Privacy Policy page"
2751
  msgstr ""
2752
 
2753
+ #: ../admin/social_login.php:1127
2754
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2755
  msgstr ""
2756
 
2757
+ #: ../admin/social_login.php:1135
2758
  msgid "Privacy Policy Url"
2759
  msgstr ""
2760
 
2761
+ #: ../admin/social_login.php:1145
2762
  #, fuzzy
2763
  msgid "Url of the privacy policy page of your website"
2764
  msgstr "URL لعملاء الموقع (اختياري)"
2765
 
2766
+ #: ../admin/social_login.php:1196 ../inc/widget.php:252 ../inc/widget.php:422
2767
  #: ../inc/widget.php:586 ../inc/widget.php:734
2768
  #, fuzzy
2769
  msgid "Select"
2770
  msgstr "أختر ..."
2771
 
2772
+ #: ../admin/social_login.php:1227
2773
  #, fuzzy
2774
  msgid "Social Login Shortcode & Widget"
2775
  msgstr "استخدم كود مختصر | Include the shortcode"
2776
 
2777
+ #: ../admin/social_login.php:1228
2778
  msgid "Social Linking Shortcode"
2779
  msgstr "الربط الاجتماعي رمز قصير"
2780
 
2781
+ #: ../admin/social_login.php:1243
2782
  msgid "Why is social login not working?"
2783
  msgstr ""
2784
 
2785
+ #: ../admin/social_login.php:1244
2786
  msgid ""
2787
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2788
  "belong to the same app"
2789
  msgstr ""
2790
 
2791
+ #: ../admin/social_login.php:1246
2792
+ msgid "Social Login not working with Varnish enabled"
2793
+ msgstr ""
2794
+
2795
+ #: ../admin/social_login.php:1247
2796
  msgid ""
2797
  "Why the user is not appearing logged in even after Social Login until the "
2798
  "webpage is refreshed manually?"
3024
  msgid "Like Buttons Shortcode & Widget"
3025
  msgstr "استخدم كود مختصر | Include the shortcode"
3026
 
3027
+ #: ../inc/shortcode.php:198 ../inc/widget.php:47
3028
  #, fuzzy
3029
  msgid "Log Out"
3030
  msgstr " تسجيل الخروج"
3031
 
3032
+ #: ../inc/shortcode.php:299
3033
  #, fuzzy
3034
  msgid ""
3035
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
3049
  msgid "Archives"
3050
  msgstr "الأرشيف"
3051
 
3052
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1071
3053
  #, fuzzy
3054
  msgid "Invalid request"
3055
  msgstr "طلب غير صحيح"
3056
 
3057
+ #: ../inc/social_sharing.php:864
3058
  #, fuzzy
3059
  msgid "Providers not selected"
3060
  msgstr "محدد | selected"
3061
 
3062
+ #: ../inc/social_login.php:724
3063
  #, fuzzy
3064
  msgid "Email"
3065
  msgstr "البريد الإلكتروني"
3066
 
3067
+ #: ../inc/social_login.php:725
3068
  msgid "Confirm email"
3069
  msgstr ""
3070
 
3071
+ #: ../inc/social_login.php:727
3072
  msgid "Save"
3073
  msgstr ""
3074
 
3075
+ #: ../inc/social_login.php:728
3076
  msgid "Cancel"
3077
  msgstr ""
3078
 
3079
+ #: ../inc/social_login.php:802
3080
  #, fuzzy
3081
  msgid "Email Verification"
3082
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3083
 
3084
+ #: ../inc/social_login.php:804
3085
  msgid ""
3086
  "Please click on the following link or paste it in browser to verify your "
3087
  "email"
3096
  #, fuzzy
3097
  msgid ""
3098
  "Let your website users login/register using their favorite Social ID "
3099
+ "Provider, such as Facebook, Twitter, Google, LinkedIn"
3100
  msgstr ""
3101
  "السماح للمستخدمين تسجيل الدخول/تسجيل على \"موفر معرف الاجتماعية\" المفضلة "
3102
  "لديك، مثل فيس بوك، تويتر، Google +، LinkedIn باستخدام موقع الويب الخاص بك"
3371
  msgid "RSS Feed URL:"
3372
  msgstr ""
3373
 
3374
+ #, fuzzy
3375
+ #~ msgid ""
3376
+ #~ "We are a creative team with unique ideas in mind and service in heart. We "
3377
+ #~ "love what we do. For more info join us at"
3378
+ #~ msgstr ""
3379
+ #~ "نحن فريق إبداعية مع أفكار فريدة من نوعها في العقل والخدمة في القلب. نحن "
3380
+ #~ "نحب ما نقوم به. لمزيد من المعلومات انضم إلينا في"
3381
+
3382
  #, fuzzy
3383
  #~ msgid ""
3384
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
languages/super-socializer-es_ES.mo CHANGED
Binary file
languages/super-socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-01-22 06:49+0530\n"
6
- "PO-Revision-Date: 2019-01-22 06:49+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -83,7 +83,7 @@ msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
83
  msgid "Notification"
84
  msgstr "Notificación"
85
 
86
- #: ../super_socializer.php:902 ../admin/social_login.php:751
87
  msgid "Email required"
88
  msgstr "Email requerido"
89
 
@@ -114,28 +114,28 @@ msgstr ""
114
  msgid "Link copied."
115
  msgstr "LinkedIn"
116
 
117
- #: ../super_socializer.php:1236
118
  msgid "Super Socializer - General Options"
119
  msgstr "Super Socializer - Opciones Generales"
120
 
121
- #: ../super_socializer.php:1236 ../admin/general_options.php:15
122
  #: ../admin/social_commenting.php:47
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
- #: ../super_socializer.php:1304 ../helper.php:898
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
130
- #: ../super_socializer.php:1307
131
  msgid "Small Avatar Url"
132
  msgstr "Url de Avatar Pequeño"
133
 
134
- #: ../super_socializer.php:1311
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
- #: ../super_socializer.php:1315 ../helper.php:901
139
  msgid ""
140
  "Do not fetch and update social avatar from my profile, next time I Social "
141
  "Login"
@@ -143,85 +143,92 @@ msgstr ""
143
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
144
  "próxima vez | Social Login"
145
 
146
- #: ../super_socializer.php:1319 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
149
 
150
- #: ../super_socializer.php:1392 ../super_socializer.php:2036
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
- #: ../super_socializer.php:1398
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1399
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "El email que has escrito ya está registrado o no es válido"
163
 
164
- #: ../super_socializer.php:1404
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr ""
167
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
168
  "verificarla"
169
 
170
- #: ../super_socializer.php:1408 ../super_socializer.php:1960
171
  msgid "Link your social account to login to your account at this website"
172
  msgstr ""
173
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
174
  "web "
175
 
176
- #: ../super_socializer.php:1637
 
 
 
 
 
 
 
177
  msgid ""
178
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
179
  "current version of Super Socialzer"
180
  msgstr ""
181
 
182
- #: ../super_socializer.php:1646
183
  msgid ""
184
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
185
  "version of Super Socialzer"
186
  msgstr ""
187
 
188
- #: ../super_socializer.php:1655
189
  msgid ""
190
  "Update \"Social Login Buttons\" add-on for compatibility with current "
191
  "version of Super Socialzer"
192
  msgstr ""
193
 
194
- #: ../super_socializer.php:1664
195
  msgid ""
196
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
197
  "with current version of Super Socialzer"
198
  msgstr ""
199
 
200
- #: ../super_socializer.php:1673
201
  msgid ""
202
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
203
  "with current version of Super Socialzer"
204
  msgstr ""
205
 
206
- #: ../super_socializer.php:1680
207
  msgid ""
208
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
209
  "LiveJournal Login of Super Socialzer"
210
  msgstr ""
211
 
212
- #: ../super_socializer.php:1691
213
  #, php-format
214
  msgid ""
215
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
216
  msgstr ""
217
 
218
- #: ../super_socializer.php:1707
219
  #, php-format
220
  msgid ""
221
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
222
  msgstr ""
223
 
224
- #: ../super_socializer.php:1731
225
  #, php-format
226
  msgid ""
227
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -229,14 +236,14 @@ msgid ""
229
  "target=\"_blank\">here</a>"
230
  msgstr ""
231
 
232
- #: ../super_socializer.php:1731 ../super_socializer.php:1756
233
- #: ../super_socializer.php:1781 ../super_socializer.php:1806
234
- #: ../super_socializer.php:1839 ../super_socializer.php:1867
235
- #: ../super_socializer.php:1894 ../super_socializer.php:1918
236
  msgid "Okay"
237
  msgstr ""
238
 
239
- #: ../super_socializer.php:1756
240
  #, php-format
241
  msgid ""
242
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -244,7 +251,7 @@ msgid ""
244
  "\">here</a>"
245
  msgstr ""
246
 
247
- #: ../super_socializer.php:1781
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -252,7 +259,7 @@ msgid ""
252
  "target=\"_blank\">here</a>"
253
  msgstr ""
254
 
255
- #: ../super_socializer.php:1806
256
  #, php-format
257
  msgid ""
258
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -260,13 +267,13 @@ msgid ""
260
  "target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
- #: ../super_socializer.php:1817
264
  #, php-format
265
  msgid ""
266
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
267
  msgstr ""
268
 
269
- #: ../super_socializer.php:1839
270
  #, php-format
271
  msgid ""
272
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -274,7 +281,7 @@ msgid ""
274
  "\"%s\" target=\"_blank\">here</a>"
275
  msgstr ""
276
 
277
- #: ../super_socializer.php:1867
278
  #, php-format
279
  msgid ""
280
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -283,7 +290,7 @@ msgid ""
283
  "your website %s with them. No need to copy-paste any code from their website."
284
  msgstr ""
285
 
286
- #: ../super_socializer.php:1894
287
  #, php-format
288
  msgid ""
289
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -291,7 +298,7 @@ msgid ""
291
  "\"%s\" target=\"_blank\">here</a>"
292
  msgstr ""
293
 
294
- #: ../super_socializer.php:1918
295
  #, php-format
296
  msgid ""
297
  "Your website visitors will see a popup notification (only once) if their "
@@ -396,8 +403,8 @@ msgid "Large Avatar"
396
  msgstr "Avatar Grande"
397
 
398
  #: ../helper.php:913 ../admin/general_options.php:132
399
- #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
400
- #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
401
  msgid "Save Changes"
402
  msgstr "Guardar Cambios"
403
 
@@ -419,9 +426,9 @@ msgid "Something bad happened"
419
  msgstr ""
420
 
421
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
422
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
423
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
424
- #: ../admin/social_login.php:5 ../admin/social_login.php:1226
425
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
426
  #, fuzzy, php-format
427
  msgid ""
@@ -497,15 +504,15 @@ msgstr ""
497
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
498
  "style&gt;)"
499
 
500
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
501
- #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
502
  #: ../admin/like_buttons.php:836
503
  #, fuzzy
504
  msgid "Instagram Shoutout"
505
  msgstr "Instagram"
506
 
507
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
508
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
509
  #: ../admin/like_buttons.php:838
510
  msgid ""
511
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -513,8 +520,8 @@ msgid ""
513
  "hashtags and people to mention in the Instagram post."
514
  msgstr ""
515
 
516
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
517
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
518
  #: ../admin/like_buttons.php:839
519
  msgid ""
520
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -524,8 +531,8 @@ msgid ""
524
  "time."
525
  msgstr ""
526
 
527
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
528
- #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
529
  #: ../admin/like_buttons.php:840
530
  msgid ""
531
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -546,58 +553,49 @@ msgstr "Versión"
546
  msgid "by"
547
  msgstr "por"
548
 
549
- #: ../admin/help.php:7
550
- msgid ""
551
- "We are a creative team with unique ideas in mind and service in heart. We "
552
- "love what we do. For more info join us at"
553
- msgstr ""
554
- "Somos un equipo creativo con ideas únicas en la mente y el servicio en el "
555
- "corazón. Amamos lo que hacemos. Para obtener más información, únete a "
556
- "nosotros en"
557
-
558
- #: ../admin/help.php:19
559
  msgid "Donate Now"
560
  msgstr "Donar ahora"
561
 
562
- #: ../admin/help.php:25
563
  msgid "Plugin Demo"
564
  msgstr "Demo del Plugin"
565
 
566
- #: ../admin/help.php:31
567
  msgid "Translate Plugin"
568
  msgstr ""
569
 
570
- #: ../admin/help.php:37 ../admin/social_login.php:58
571
  #, fuzzy
572
  msgid "Customize Social Login Icons"
573
  msgstr "Ingreso a través de redes sociales"
574
 
575
- #: ../admin/help.php:43
576
  msgid "Integrate with Google Analytics"
577
  msgstr "Integrar con Google Analytics"
578
 
579
- #: ../admin/help.php:49
580
  msgid "Boost sharing by awarding points"
581
  msgstr "Conseguir Compartir más con concesión de puntos"
582
 
583
- #: ../admin/help.php:55
584
  msgid "Award points for Social Login"
585
  msgstr "Otorgar puntos para el Social Login"
586
 
587
- #: ../admin/help.php:61
588
  msgid "Other Add-ons"
589
  msgstr "Otros Complementos"
590
 
591
- #: ../admin/help.php:67
592
  #, fuzzy
593
  msgid "Support Forum"
594
  msgstr "Apóyanos"
595
 
596
- #: ../admin/help.php:72
597
  msgid "Need Help?"
598
  msgstr "¿Necesitas Ayuda?"
599
 
600
- #: ../admin/help.php:74
601
  msgid ""
602
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
603
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
@@ -610,22 +608,22 @@ msgstr ""
610
  "strong> para mejorar el plugin, sólo tienes que enviar un email a <a href="
611
  "\"mailto:support@heateor.com\">support@heateor.com</a>"
612
 
613
- #: ../admin/help.php:79
614
  msgid "Testimonial"
615
  msgstr ""
616
 
617
- #: ../admin/help.php:81
618
  msgid ""
619
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
620
  "\">testimonials@heateor.com</a>"
621
  msgstr ""
622
 
623
- #: ../admin/help.php:86
624
  msgid "Support Us"
625
  msgstr "Apóyanos"
626
 
627
- #: ../admin/help.php:89 ../admin/help.php:92 ../admin/help.php:93
628
- #: ../admin/help.php:94 ../admin/help.php:95 ../admin/help.php:96
629
  msgid "Rate 5-star"
630
  msgstr "Puntuar con 5 estrellas"
631
 
@@ -666,9 +664,9 @@ msgstr "Miscelánea"
666
  msgid "3rd Party Integration"
667
  msgstr ""
668
 
669
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
670
- #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
671
- #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
672
  #: ../admin/like_buttons.php:797
673
  msgid "Shortcode & Widget"
674
  msgstr "Widgets y Shortcodes"
@@ -677,9 +675,9 @@ msgstr "Widgets y Shortcodes"
677
  msgid "Troubleshooter"
678
  msgstr "Resolución de problmas"
679
 
680
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
681
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
682
- #: ../admin/social_login.php:47 ../admin/social_login.php:1203
683
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
684
  msgid "FAQ"
685
  msgstr "FAQ"
@@ -914,7 +912,7 @@ msgid "Url to share"
914
  msgstr "Url para compartir"
915
 
916
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
917
- #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
918
  #: ../inc/widget.php:929
919
  msgid "Title"
920
  msgstr "Título"
@@ -1003,7 +1001,7 @@ msgid "Placement"
1003
  msgstr "Ubicación"
1004
 
1005
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1006
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
1007
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1008
  msgid "Homepage"
1009
  msgstr "Página de Inicio"
@@ -1200,17 +1198,26 @@ msgstr ""
1200
  "Compartir"
1201
 
1202
  #: ../admin/social_sharing.php:1525
 
 
 
 
 
 
 
 
 
1203
  msgid "Vertical floating bar responsiveness"
1204
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1205
 
1206
- #: ../admin/social_sharing.php:1528
1207
  #, php-format
1208
  msgid "Display vertical interface only when screen is wider than %s pixels"
1209
  msgstr ""
1210
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
1211
  "pixels"
1212
 
1213
- #: ../admin/social_sharing.php:1535
1214
  msgid ""
1215
  "Display vertical interface only when screen is wider than the width "
1216
  "specified."
@@ -1218,11 +1225,11 @@ msgstr ""
1218
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
1219
  "ancho especificado."
1220
 
1221
- #: ../admin/social_sharing.php:1543
1222
  msgid "Horizontal floating bar responsiveness"
1223
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1224
 
1225
- #: ../admin/social_sharing.php:1546
1226
  #, php-format
1227
  msgid ""
1228
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1231,7 +1238,7 @@ msgstr ""
1231
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1232
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
1233
 
1234
- #: ../admin/social_sharing.php:1553
1235
  msgid ""
1236
  "Stick vertical floating interface horizontally at bottom only when screen is "
1237
  "narrower than the width specified"
@@ -1239,52 +1246,52 @@ msgstr ""
1239
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1240
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
1241
 
1242
- #: ../admin/social_sharing.php:1563
1243
  msgid "Horizontal floating bar position"
1244
  msgstr "Posición de la barra flotante horizontal"
1245
 
1246
- #: ../admin/social_sharing.php:1566
1247
  #, php-format
1248
  msgid "%s pixels from %s"
1249
  msgstr "%s pixels de %s"
1250
 
1251
- #: ../admin/social_sharing.php:1567
1252
  msgid "Auto-adjust according to screen width (responsive)"
1253
  msgstr ""
1254
 
1255
- #: ../admin/social_sharing.php:1574
1256
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1257
  msgstr ""
1258
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
1259
  "también."
1260
 
1261
- #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1262
  msgid "Url shortener"
1263
  msgstr "Acortador de Url"
1264
 
1265
- #: ../admin/social_sharing.php:1600
1266
  msgid "Use shortlinks already installed"
1267
  msgstr "Utiliza los shortlinks ya instalados"
1268
 
1269
- #: ../admin/social_sharing.php:1610
1270
  msgid "Uses default short url permalinks without using any additional plugin"
1271
  msgstr ""
1272
 
1273
- #: ../admin/social_sharing.php:1618
1274
  msgid "Enable bit.ly url shortener for sharing"
1275
  msgstr "Habilitar acortador de url bit.ly para compartir"
1276
 
1277
- #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1278
  msgid "Master control to enable bit.ly url shortening for sharing"
1279
  msgstr ""
1280
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1281
 
1282
- #: ../admin/social_sharing.php:1636
1283
  #, fuzzy
1284
  msgid "bit.ly Login"
1285
  msgstr "Ingreso a través de redes sociales"
1286
 
1287
- #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1288
  #, fuzzy, php-format
1289
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1290
  msgstr ""
@@ -1292,19 +1299,19 @@ msgstr ""
1292
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1293
  "conseguir tu Twitter Key"
1294
 
1295
- #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1296
  msgid "bit.ly API Key"
1297
  msgstr "bit.ly API Key"
1298
 
1299
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1300
  msgid "Clear Bitly Cache"
1301
  msgstr ""
1302
 
1303
- #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1304
  msgid "ShortUrl cache cleared successfully."
1305
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1306
 
1307
- #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1308
  msgid ""
1309
  "Use this to delete short urls saved in database. Handy, if urls of your "
1310
  "website have been changed but short urls are still being generated for old "
@@ -1314,31 +1321,31 @@ msgstr ""
1314
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1315
  "url cortas todavía se están generando para viejas url."
1316
 
1317
- #: ../admin/social_sharing.php:1694
1318
  msgid "Share Count Cache"
1319
  msgstr ""
1320
 
1321
- #: ../admin/social_sharing.php:1700
1322
  msgid "Refresh Share Count cache every"
1323
  msgstr ""
1324
 
1325
- #: ../admin/social_sharing.php:1705
1326
  msgid "Second(s)"
1327
  msgstr ""
1328
 
1329
- #: ../admin/social_sharing.php:1706
1330
  msgid "Minute(s)"
1331
  msgstr ""
1332
 
1333
- #: ../admin/social_sharing.php:1707
1334
  msgid "Hour(s)"
1335
  msgstr ""
1336
 
1337
- #: ../admin/social_sharing.php:1708
1338
  msgid "Day(s)"
1339
  msgstr ""
1340
 
1341
- #: ../admin/social_sharing.php:1716
1342
  #, php-format
1343
  msgid ""
1344
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1346,26 +1353,26 @@ msgid ""
1346
  "target=\"_blank\">here</a>"
1347
  msgstr ""
1348
 
1349
- #: ../admin/social_sharing.php:1724
1350
  msgid "Clear Share Counts Cache"
1351
  msgstr ""
1352
 
1353
- #: ../admin/social_sharing.php:1728
1354
  #, fuzzy
1355
  msgid "Share Counts cache cleared successfully."
1356
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1357
 
1358
- #: ../admin/social_sharing.php:1735
1359
  msgid "Use this to clear cached share counts"
1360
  msgstr ""
1361
 
1362
- #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1363
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1364
  #: ../admin/like_buttons.php:698
1365
  msgid "Language"
1366
  msgstr "Idioma"
1367
 
1368
- #: ../admin/social_sharing.php:1760
1369
  #, php-format
1370
  msgid ""
1371
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1376,15 +1383,15 @@ msgstr ""
1376
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1377
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1378
 
1379
- #: ../admin/social_sharing.php:1769
1380
  msgid "Username in sharing"
1381
  msgstr "Nombre de usuario en Compartir"
1382
 
1383
- #: ../admin/social_sharing.php:1775
1384
  msgid "Twitter username (without @)"
1385
  msgstr "Nombre de usuario de Twitter (sin @)"
1386
 
1387
- #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1388
  msgid ""
1389
  "Provided username will be appended after the content being shared as \"via "
1390
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1394,36 +1401,36 @@ msgstr ""
1394
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1395
  "nombre de usuario en el contenido compartido."
1396
 
1397
- #: ../admin/social_sharing.php:1794
1398
  msgid "Buffer username (without @)"
1399
  msgstr "Nombre de usuario de Buffer (sin @)"
1400
 
1401
- #: ../admin/social_sharing.php:1813
1402
  msgid "AMP"
1403
  msgstr ""
1404
 
1405
- #: ../admin/social_sharing.php:1819
1406
  #, fuzzy
1407
  msgid "Enable sharing on AMP pages"
1408
  msgstr "Permitir Página de Ingreso"
1409
 
1410
- #: ../admin/social_sharing.php:1829
1411
  msgid "Enable this option to render sharing icons on AMP pages"
1412
  msgstr ""
1413
 
1414
- #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1415
  msgid "myCRED"
1416
  msgstr ""
1417
 
1418
- #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1419
  msgid "Append myCRED referral ID to the urls being shared"
1420
  msgstr ""
1421
 
1422
- #: ../admin/social_sharing.php:1887
1423
  msgid "Facebook Sharing Troubleshooter"
1424
  msgstr "Resolución de problemas al Compartir en Facebook"
1425
 
1426
- #: ../admin/social_sharing.php:1892
1427
  #, fuzzy
1428
  msgid ""
1429
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1435,24 +1442,24 @@ msgstr ""
1435
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1436
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1437
 
1438
- #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1439
- #: ../admin/social_login.php:1205
1440
  msgid ""
1441
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1442
  "an online website for the plugin to function properly."
1443
  msgstr ""
1444
 
1445
- #: ../admin/social_sharing.php:1910
1446
  msgid ""
1447
  "Why is sharer not showing the correct image, title and other meta tags "
1448
  "content?"
1449
  msgstr ""
1450
 
1451
- #: ../admin/social_sharing.php:1912
1452
  msgid "Why is Instagram icon redirecting to Instagram website?"
1453
  msgstr ""
1454
 
1455
- #: ../admin/social_sharing.php:1913
1456
  msgid ""
1457
  "Instagram icon is there to send website visitors to the Instagram page of "
1458
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1460,41 +1467,41 @@ msgid ""
1460
  "sections."
1461
  msgstr ""
1462
 
1463
- #: ../admin/social_sharing.php:1916
1464
  msgid ""
1465
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1466
  msgstr ""
1467
 
1468
- #: ../admin/social_sharing.php:1917
1469
  msgid ""
1470
  "It takes some time for their service to track the shares made on Twitter "
1471
  "from your website. If you still feel it's taking too long you can contact "
1472
  "their support directly from their website."
1473
  msgstr ""
1474
 
1475
- #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:814
1476
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1477
  msgstr ""
1478
 
1479
- #: ../admin/social_sharing.php:1920
1480
  msgid ""
1481
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1482
  msgstr ""
1483
 
1484
- #: ../admin/social_sharing.php:1921 ../admin/social_commenting.php:472
1485
- #: ../admin/social_login.php:1211
1486
  msgid "Why is my browser blocking some features of the plugin?"
1487
  msgstr ""
1488
 
1489
- #: ../admin/social_sharing.php:1922
1490
  msgid "Why the color of share icons is not being updated?"
1491
  msgstr ""
1492
 
1493
- #: ../admin/social_sharing.php:1923
1494
  msgid "Why Facebook share counts are not appearing?"
1495
  msgstr ""
1496
 
1497
- #: ../admin/social_sharing.php:1924
1498
  msgid ""
1499
  "How can I show share counts of my website rather than of individual pages/"
1500
  "posts?"
@@ -1502,54 +1509,54 @@ msgstr ""
1502
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1503
  "lugar de páginas individuales o entradas?"
1504
 
1505
- #: ../admin/social_sharing.php:1925
1506
  msgid "How can I disable sharing on particular page/post?"
1507
  msgstr ""
1508
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1509
  "entrada?"
1510
 
1511
- #: ../admin/social_sharing.php:1926
1512
  msgid "How can I specify minimum sharing count for sharing networks?"
1513
  msgstr ""
1514
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1515
  "sociales?"
1516
 
1517
- #: ../admin/social_sharing.php:1927
1518
  msgid "How to share specific page?"
1519
  msgstr "¿Cómo compartir una página específica?"
1520
 
1521
- #: ../admin/social_sharing.php:1928
1522
  msgid "How to integrate Google Analytics with sharing?"
1523
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1524
 
1525
- #: ../admin/social_sharing.php:1929
1526
  msgid "How to customize the look of total share counts?"
1527
  msgstr ""
1528
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1529
 
1530
- #: ../admin/social_sharing.php:1930
1531
  msgid "How to customize the look of individual share counts?"
1532
  msgstr ""
1533
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1534
  "compartidas?"
1535
 
1536
- #: ../admin/social_sharing.php:1931
1537
  msgid "How to show Whatsapp icon only on mobile devices?"
1538
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1539
 
1540
- #: ../admin/social_sharing.php:1932
1541
  msgid "How to hide arrow after floating sharing bar?"
1542
  msgstr ""
1543
 
1544
- #: ../admin/social_sharing.php:1933
1545
  msgid "Why is share count not getting updated?"
1546
  msgstr ""
1547
 
1548
- #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1549
  msgid "Why is there so much space between like buttons?"
1550
  msgstr ""
1551
 
1552
- #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1553
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1554
  msgstr ""
1555
 
@@ -1836,11 +1843,11 @@ msgstr "Configuración básica"
1836
  msgid "Advanced Configuration"
1837
  msgstr "Configuración básica"
1838
 
1839
- #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1840
  msgid "GDPR"
1841
  msgstr ""
1842
 
1843
- #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1844
  msgid "XProfile Integration"
1845
  msgstr ""
1846
 
@@ -1889,7 +1896,8 @@ msgid "LinkedIn"
1889
  msgstr "LinkedIn"
1890
 
1891
  #: ../admin/social_login.php:119
1892
- msgid "Google+"
 
1893
  msgstr "Google+"
1894
 
1895
  #: ../admin/social_login.php:123
@@ -2044,15 +2052,15 @@ msgstr ""
2044
  "para conseguir tu LinkedIn API Key"
2045
 
2046
  #: ../admin/social_login.php:301
2047
- msgid "Google+ Client ID"
 
2048
  msgstr "Google+ Client ID"
2049
 
2050
  #: ../admin/social_login.php:311
2051
- #, php-format
2052
  msgid ""
2053
- "Required for GooglePlus Social Login to work. Please follow the "
2054
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2055
- "GooglePlus Client ID"
2056
  msgstr ""
2057
  "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
2058
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
@@ -2069,15 +2077,14 @@ msgstr ""
2069
 
2070
  #: ../admin/social_login.php:323
2071
  #, fuzzy
2072
- msgid "Google+ Client Secret"
2073
  msgstr "Google+ Client ID"
2074
 
2075
  #: ../admin/social_login.php:333
2076
  #, fuzzy, php-format
2077
  msgid ""
2078
- "Required for GooglePlus Social Login to work. Please follow the "
2079
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2080
- "GooglePlus Client Secret"
2081
  msgstr ""
2082
  "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
2083
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
@@ -2223,21 +2230,31 @@ msgstr ""
2223
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2224
 
2225
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
 
 
2226
  msgid "Enable at login page"
2227
  msgstr "Permitir Página de Ingreso"
2228
 
2229
- #: ../admin/social_login.php:561
2230
  msgid ""
2231
  "Social Login interface will get enabled at the login page of your website"
2232
  msgstr ""
2233
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2234
  "acceso de tu sitio web"
2235
 
2236
- #: ../admin/social_login.php:569
2237
  msgid "Enable at register page"
2238
  msgstr "Permitir Página de Registro"
2239
 
2240
- #: ../admin/social_login.php:579
2241
  msgid ""
2242
  "Social Login interface will get enabled at the registration page of your "
2243
  "website"
@@ -2245,21 +2262,21 @@ msgstr ""
2245
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2246
  "registro de tu sitio web"
2247
 
2248
- #: ../admin/social_login.php:587
2249
  msgid "Enable at comment form"
2250
  msgstr "Permitir el formulario de comentarios"
2251
 
2252
- #: ../admin/social_login.php:597
2253
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2254
  msgstr ""
2255
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2256
  "de Comentario de tu WordPress"
2257
 
2258
- #: ../admin/social_login.php:612
2259
  msgid "Enable before WooCommerce Customer Login Form"
2260
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2261
 
2262
- #: ../admin/social_login.php:622
2263
  msgid ""
2264
  "Social Login Interface will get enabled before the customer login form at "
2265
  "WooCommerce My Account page"
@@ -2267,35 +2284,51 @@ msgstr ""
2267
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2268
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2269
 
2270
- #: ../admin/social_login.php:630
2271
- msgid "Enable after WooCommerce Customer Login Form"
 
2272
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2273
 
2274
- #: ../admin/social_login.php:640
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2275
  msgid ""
2276
- "Social Login Interface will get enabled after the customer login form at "
2277
  "WooCommerce My Account page"
2278
  msgstr ""
2279
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2280
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2281
 
2282
- #: ../admin/social_login.php:648
2283
  msgid "Enable at WooCommerce checkout page"
2284
  msgstr "Permitir en la página de checkout de WooCommerce"
2285
 
2286
- #: ../admin/social_login.php:658
2287
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2288
  msgstr ""
2289
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2290
  "checkout de WooCommerce"
2291
 
2292
- #: ../admin/social_login.php:669
2293
  msgid "Auto-approve comments made by Social Login users"
2294
  msgstr ""
2295
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2296
  "través de redes sociales"
2297
 
2298
- #: ../admin/social_login.php:679
2299
  msgid ""
2300
  "If this option is enabled, and WordPress comment is made by Social Login "
2301
  "user, comment will get approved immediately without keeping in moderation."
@@ -2304,15 +2337,15 @@ msgstr ""
2304
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2305
  "inmediato sin necesidad de moderación."
2306
 
2307
- #: ../admin/social_login.php:680
2308
  msgid "Note: This is not related to Facebook comments"
2309
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2310
 
2311
- #: ../admin/social_login.php:690
2312
  msgid "Enable social avatar"
2313
  msgstr "Permitir avatar social"
2314
 
2315
- #: ../admin/social_login.php:700
2316
  msgid ""
2317
  "Social profile pictures of the logged in user will be displayed as profile "
2318
  "avatar"
@@ -2320,30 +2353,30 @@ msgstr ""
2320
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2321
  "avatar de perfil"
2322
 
2323
- #: ../admin/social_login.php:710
2324
  msgid "Avatar quality"
2325
  msgstr "Calidad del avatar"
2326
 
2327
- #: ../admin/social_login.php:713
2328
  msgid "Average"
2329
  msgstr "Media"
2330
 
2331
- #: ../admin/social_login.php:714
2332
  msgid "Best"
2333
  msgstr "Alta"
2334
 
2335
- #: ../admin/social_login.php:721
2336
  msgid "Choose avatar quality"
2337
  msgstr "Elegir la calidad del avatar"
2338
 
2339
- #: ../admin/social_login.php:730
2340
  msgid ""
2341
  "Show option for users to update social avatar at BuddyPress profile page"
2342
  msgstr ""
2343
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2344
  "página de perfil de BuddyPress"
2345
 
2346
- #: ../admin/social_login.php:740
2347
  msgid ""
2348
  "If enabled, users would be able to update their social avatar from \"Profile "
2349
  "photo\" section in BuddyPress profile at front-end"
@@ -2351,7 +2384,7 @@ msgstr ""
2351
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2352
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2353
 
2354
- #: ../admin/social_login.php:761
2355
  msgid ""
2356
  "If enabled and Social ID provider does not provide user's email address on "
2357
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2361,11 +2394,11 @@ msgstr ""
2361
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2362
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2363
 
2364
- #: ../admin/social_login.php:770
2365
  msgid "Send post-registration email to user to set account password"
2366
  msgstr ""
2367
 
2368
- #: ../admin/social_login.php:780
2369
  msgid ""
2370
  "If enabled, an email will be sent to user after registration through Social "
2371
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2375,12 +2408,12 @@ msgstr ""
2375
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2376
  "poder iniciar sesión a través del formulario de acceso tradicional"
2377
 
2378
- #: ../admin/social_login.php:788
2379
  #, fuzzy
2380
  msgid "Send new user registration notification email to admin"
2381
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2382
 
2383
- #: ../admin/social_login.php:798
2384
  #, fuzzy
2385
  msgid ""
2386
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2390,40 +2423,40 @@ msgstr ""
2390
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2391
  "poder iniciar sesión a través del formulario de acceso tradicional"
2392
 
2393
- #: ../admin/social_login.php:806
2394
  msgid "Login redirection"
2395
  msgstr "Redirección de Ingreso"
2396
 
2397
- #: ../admin/social_login.php:810
2398
  msgid "Same page where user logged in"
2399
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2400
 
2401
- #: ../admin/social_login.php:814 ../admin/social_login.php:844
2402
  msgid "Account dashboard"
2403
  msgstr "Panel de cuenta de usuario"
2404
 
2405
- #: ../admin/social_login.php:817 ../admin/social_login.php:847
2406
  msgid "BuddyPress profile page"
2407
  msgstr "Página de perfil de BuddyPress"
2408
 
2409
- #: ../admin/social_login.php:820 ../admin/social_login.php:850
2410
  msgid "Custom Url"
2411
  msgstr "Url personalizada"
2412
 
2413
- #: ../admin/social_login.php:828
2414
  msgid "User will be redirected to the selected page after Social Login"
2415
  msgstr ""
2416
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2417
 
2418
- #: ../admin/social_login.php:836
2419
  msgid "Registration redirection"
2420
  msgstr "Redirección de Registro"
2421
 
2422
- #: ../admin/social_login.php:840
2423
  msgid "Same page from where user registered"
2424
  msgstr "La misma página en la que el usuario se ha registrado"
2425
 
2426
- #: ../admin/social_login.php:858
2427
  msgid ""
2428
  "User will be redirected to the selected page after registration (first "
2429
  "Social Login) through Social Login"
@@ -2431,18 +2464,18 @@ msgstr ""
2431
  "El usuario será redirigido a la página seleccionada después de su registro "
2432
  "(en su primer inicio de sesión) a través de la red social"
2433
 
2434
- #: ../admin/social_login.php:867
2435
  #, fuzzy
2436
  msgid "Social Account Linking Options"
2437
  msgstr "Comentarios en redes sociales"
2438
 
2439
- #: ../admin/social_login.php:883
2440
  #, fuzzy
2441
  msgid "Text to display above the Social Account Linking interface"
2442
  msgstr ""
2443
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2444
 
2445
- #: ../admin/social_login.php:891
2446
  #, fuzzy
2447
  msgid ""
2448
  "Link social account to already existing account, if email address matches"
@@ -2450,7 +2483,7 @@ msgstr ""
2450
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2451
  "web "
2452
 
2453
- #: ../admin/social_login.php:901
2454
  msgid ""
2455
  "If email address of the user's Social Account matches with an already "
2456
  "existing account at your website, that social account will be linked to "
@@ -2458,12 +2491,12 @@ msgid ""
2458
  "Linking interface at their profile page."
2459
  msgstr ""
2460
 
2461
- #: ../admin/social_login.php:910
2462
  msgid "Enable social account linking at BuddyPress profile page"
2463
  msgstr ""
2464
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2465
 
2466
- #: ../admin/social_login.php:920
2467
  msgid ""
2468
  "Enable this option to show social account linking interface at BuddyPress "
2469
  "profile page"
@@ -2471,15 +2504,15 @@ msgstr ""
2471
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2472
  "la página de perfil de BuddyPress"
2473
 
2474
- #: ../admin/social_login.php:931
2475
  msgid "Email popup options"
2476
  msgstr "Opciones de popup del Email"
2477
 
2478
- #: ../admin/social_login.php:937
2479
  msgid "Text on 'Email required' popup"
2480
  msgstr "Texto del popup 'Email requerido'"
2481
 
2482
- #: ../admin/social_login.php:947
2483
  msgid ""
2484
  "This text will be displayed on email required popup. Leave empty if not "
2485
  "required."
@@ -2487,11 +2520,11 @@ msgstr ""
2487
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2488
  "no es necesario."
2489
 
2490
- #: ../admin/social_login.php:956
2491
  msgid "Error message for 'Email required' popup"
2492
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2493
 
2494
- #: ../admin/social_login.php:966
2495
  msgid ""
2496
  "This message will be displayed to user if it provides invalid or already "
2497
  "registered email"
@@ -2499,11 +2532,11 @@ msgstr ""
2499
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2500
  "registrado"
2501
 
2502
- #: ../admin/social_login.php:975
2503
  msgid "Email popup height"
2504
  msgstr "Altura del popup del Email"
2505
 
2506
- #: ../admin/social_login.php:985
2507
  msgid ""
2508
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2509
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2513,11 +2546,11 @@ msgstr ""
2513
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2514
  "opción. Déjala en blanco para la altura por defecto."
2515
 
2516
- #: ../admin/social_login.php:993
2517
  msgid "Enable email verification"
2518
  msgstr "Activar verificación por email"
2519
 
2520
- #: ../admin/social_login.php:1003
2521
  msgid ""
2522
  "If enabled, email provided by the user will be verified by sending a "
2523
  "confirmation link to that email. User would not be able to login without "
@@ -2527,87 +2560,91 @@ msgstr ""
2527
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2528
  "pulsar este enlace"
2529
 
2530
- #: ../admin/social_login.php:1024
2531
  #, fuzzy
2532
  msgid "Enable GDPR opt-in"
2533
  msgstr "Permitir Comentarios de Disqus"
2534
 
2535
- #: ../admin/social_login.php:1034
2536
  msgid ""
2537
  "Enable it to show GDPR opt-in for social login and social account linking"
2538
  msgstr ""
2539
 
2540
- #: ../admin/social_login.php:1043
2541
  #, fuzzy
2542
  msgid "Placement of GDPR opt-in"
2543
  msgstr "Permitir Comentarios de Disqus"
2544
 
2545
- #: ../admin/social_login.php:1047
2546
  #, fuzzy
2547
  msgid "Above Social Login icons"
2548
  msgstr "Ingreso a través de redes sociales"
2549
 
2550
- #: ../admin/social_login.php:1049
2551
  #, fuzzy
2552
  msgid "Below Social Login icons"
2553
  msgstr "Ingreso a través de redes sociales"
2554
 
2555
- #: ../admin/social_login.php:1055
2556
  #, fuzzy
2557
  msgid "Placement of GDPR opt-in above or below the social login icons"
2558
  msgstr ""
2559
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2560
 
2561
- #: ../admin/social_login.php:1063
2562
  msgid "Opt-in text"
2563
  msgstr ""
2564
 
2565
- #: ../admin/social_login.php:1073
2566
  #, fuzzy
2567
  msgid "Text for the GDPR opt-in"
2568
  msgstr "Permitir Comentarios de Disqus"
2569
 
2570
- #: ../admin/social_login.php:1081
2571
  msgid "Text to link to Privacy Policy page"
2572
  msgstr ""
2573
 
2574
- #: ../admin/social_login.php:1091
2575
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2576
  msgstr ""
2577
 
2578
- #: ../admin/social_login.php:1099
2579
  msgid "Privacy Policy Url"
2580
  msgstr ""
2581
 
2582
- #: ../admin/social_login.php:1109
2583
  #, fuzzy
2584
  msgid "Url of the privacy policy page of your website"
2585
  msgstr "Url de la página de inicio de tu sitio web"
2586
 
2587
- #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2588
  #: ../inc/widget.php:586 ../inc/widget.php:734
2589
  msgid "Select"
2590
  msgstr "Seleccionar"
2591
 
2592
- #: ../admin/social_login.php:1191
2593
  msgid "Social Login Shortcode & Widget"
2594
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2595
 
2596
- #: ../admin/social_login.php:1192
2597
  msgid "Social Linking Shortcode"
2598
  msgstr "Shortcode para enlace a través de redes sociales"
2599
 
2600
- #: ../admin/social_login.php:1207
2601
  msgid "Why is social login not working?"
2602
  msgstr ""
2603
 
2604
- #: ../admin/social_login.php:1208
2605
  msgid ""
2606
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2607
  "belong to the same app"
2608
  msgstr ""
2609
 
2610
- #: ../admin/social_login.php:1210
 
 
 
 
2611
  msgid ""
2612
  "Why the user is not appearing logged in even after Social Login until the "
2613
  "webpage is refreshed manually?"
@@ -2817,11 +2854,11 @@ msgstr ""
2817
  msgid "Like Buttons Shortcode & Widget"
2818
  msgstr "Shortcode y Widget Botones Me gusta"
2819
 
2820
- #: ../inc/shortcode.php:197 ../inc/widget.php:47
2821
  msgid "Log Out"
2822
  msgstr "Cerrar sesión"
2823
 
2824
- #: ../inc/shortcode.php:295
2825
  msgid ""
2826
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2827
  "Socializer > Social Login\" page in admin panel"
@@ -2841,36 +2878,36 @@ msgstr ""
2841
  msgid "Archives"
2842
  msgstr "Archivos por Categoría"
2843
 
2844
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2845
  msgid "Invalid request"
2846
  msgstr "Petición no válida"
2847
 
2848
- #: ../inc/social_sharing.php:870
2849
  msgid "Providers not selected"
2850
  msgstr "Redes sociales no seleccionadas"
2851
 
2852
- #: ../inc/social_login.php:721
2853
  msgid "Email"
2854
  msgstr ""
2855
 
2856
- #: ../inc/social_login.php:722
2857
  msgid "Confirm email"
2858
  msgstr ""
2859
 
2860
- #: ../inc/social_login.php:724
2861
  msgid "Save"
2862
  msgstr ""
2863
 
2864
- #: ../inc/social_login.php:725
2865
  msgid "Cancel"
2866
  msgstr ""
2867
 
2868
- #: ../inc/social_login.php:799
2869
  #, fuzzy
2870
  msgid "Email Verification"
2871
  msgstr "Activar verificación por email"
2872
 
2873
- #: ../inc/social_login.php:801
2874
  msgid ""
2875
  "Please click on the following link or paste it in browser to verify your "
2876
  "email"
@@ -2881,9 +2918,10 @@ msgid "Super Socializer - Login"
2881
  msgstr "Super Socializer - Ingreso"
2882
 
2883
  #: ../inc/widget.php:13
 
2884
  msgid ""
2885
  "Let your website users login/register using their favorite Social ID "
2886
- "Provider, such as Facebook, Twitter, Google+, LinkedIn"
2887
  msgstr ""
2888
  "Permitir a los usuarios de tu sitio web conectarse/registrarse usando su ID "
2889
  "de su red social favorita, tal como Facebook, Twitter, Google+, LinkedIn..."
@@ -3147,6 +3185,14 @@ msgstr ""
3147
  msgid "RSS Feed URL:"
3148
  msgstr ""
3149
 
 
 
 
 
 
 
 
 
3150
  #~ msgid ""
3151
  #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3152
  #~ "share counts"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-02-23 08:36+0530\n"
6
+ "PO-Revision-Date: 2019-02-23 08:36+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
83
  msgid "Notification"
84
  msgstr "Notificación"
85
 
86
+ #: ../super_socializer.php:902 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "Email requerido"
89
 
114
  msgid "Link copied."
115
  msgstr "LinkedIn"
116
 
117
+ #: ../super_socializer.php:1243
118
  msgid "Super Socializer - General Options"
119
  msgstr "Super Socializer - Opciones Generales"
120
 
121
+ #: ../super_socializer.php:1243 ../admin/general_options.php:15
122
  #: ../admin/social_commenting.php:47
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
+ #: ../super_socializer.php:1311 ../helper.php:898
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
130
+ #: ../super_socializer.php:1314
131
  msgid "Small Avatar Url"
132
  msgstr "Url de Avatar Pequeño"
133
 
134
+ #: ../super_socializer.php:1318
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
+ #: ../super_socializer.php:1322 ../helper.php:901
139
  msgid ""
140
  "Do not fetch and update social avatar from my profile, next time I Social "
141
  "Login"
143
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
144
  "próxima vez | Social Login"
145
 
146
+ #: ../super_socializer.php:1326 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
149
 
150
+ #: ../super_socializer.php:1399 ../super_socializer.php:2051
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
+ #: ../super_socializer.php:1405
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1406
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "El email que has escrito ya está registrado o no es válido"
163
 
164
+ #: ../super_socializer.php:1411
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr ""
167
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
168
  "verificarla"
169
 
170
+ #: ../super_socializer.php:1415 ../super_socializer.php:1975
171
  msgid "Link your social account to login to your account at this website"
172
  msgstr ""
173
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
174
  "web "
175
 
176
+ #: ../super_socializer.php:1642
177
+ #, php-format
178
+ msgid ""
179
+ "Thanks for installing Super Socializer plugin. Click <a href=\"%s\" target="
180
+ "\"_blank\">here</a> for the steps on how to configure the plugin"
181
+ msgstr ""
182
+
183
+ #: ../super_socializer.php:1652
184
  msgid ""
185
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
186
  "current version of Super Socialzer"
187
  msgstr ""
188
 
189
+ #: ../super_socializer.php:1661
190
  msgid ""
191
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
192
  "version of Super Socialzer"
193
  msgstr ""
194
 
195
+ #: ../super_socializer.php:1670
196
  msgid ""
197
  "Update \"Social Login Buttons\" add-on for compatibility with current "
198
  "version of Super Socialzer"
199
  msgstr ""
200
 
201
+ #: ../super_socializer.php:1679
202
  msgid ""
203
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
204
  "with current version of Super Socialzer"
205
  msgstr ""
206
 
207
+ #: ../super_socializer.php:1688
208
  msgid ""
209
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
210
  "with current version of Super Socialzer"
211
  msgstr ""
212
 
213
+ #: ../super_socializer.php:1695
214
  msgid ""
215
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
216
  "LiveJournal Login of Super Socialzer"
217
  msgstr ""
218
 
219
+ #: ../super_socializer.php:1706
220
  #, php-format
221
  msgid ""
222
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
223
  msgstr ""
224
 
225
+ #: ../super_socializer.php:1722
226
  #, php-format
227
  msgid ""
228
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
229
  msgstr ""
230
 
231
+ #: ../super_socializer.php:1746
232
  #, php-format
233
  msgid ""
234
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
236
  "target=\"_blank\">here</a>"
237
  msgstr ""
238
 
239
+ #: ../super_socializer.php:1746 ../super_socializer.php:1771
240
+ #: ../super_socializer.php:1796 ../super_socializer.php:1821
241
+ #: ../super_socializer.php:1854 ../super_socializer.php:1882
242
+ #: ../super_socializer.php:1909 ../super_socializer.php:1933
243
  msgid "Okay"
244
  msgstr ""
245
 
246
+ #: ../super_socializer.php:1771
247
  #, php-format
248
  msgid ""
249
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
251
  "\">here</a>"
252
  msgstr ""
253
 
254
+ #: ../super_socializer.php:1796
255
  #, php-format
256
  msgid ""
257
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
259
  "target=\"_blank\">here</a>"
260
  msgstr ""
261
 
262
+ #: ../super_socializer.php:1821
263
  #, php-format
264
  msgid ""
265
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
267
  "target=\"_blank\">here</a>"
268
  msgstr ""
269
 
270
+ #: ../super_socializer.php:1832
271
  #, php-format
272
  msgid ""
273
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
274
  msgstr ""
275
 
276
+ #: ../super_socializer.php:1854
277
  #, php-format
278
  msgid ""
279
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
281
  "\"%s\" target=\"_blank\">here</a>"
282
  msgstr ""
283
 
284
+ #: ../super_socializer.php:1882
285
  #, php-format
286
  msgid ""
287
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
290
  "your website %s with them. No need to copy-paste any code from their website."
291
  msgstr ""
292
 
293
+ #: ../super_socializer.php:1909
294
  #, php-format
295
  msgid ""
296
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
298
  "\"%s\" target=\"_blank\">here</a>"
299
  msgstr ""
300
 
301
+ #: ../super_socializer.php:1933
302
  #, php-format
303
  msgid ""
304
  "Your website visitors will see a popup notification (only once) if their "
403
  msgstr "Avatar Grande"
404
 
405
  #: ../helper.php:913 ../admin/general_options.php:132
406
+ #: ../admin/social_sharing.php:1964 ../admin/social_commenting.php:483
407
+ #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
408
  msgid "Save Changes"
409
  msgstr "Guardar Cambios"
410
 
426
  msgstr ""
427
 
428
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
429
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1968
430
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
431
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1263
432
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
433
  #, fuzzy, php-format
434
  msgid ""
504
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
505
  "style&gt;)"
506
 
507
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1974
508
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1269
509
  #: ../admin/like_buttons.php:836
510
  #, fuzzy
511
  msgid "Instagram Shoutout"
512
  msgstr "Instagram"
513
 
514
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1976
515
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1271
516
  #: ../admin/like_buttons.php:838
517
  msgid ""
518
  "If you can send (to hello@heateor.com) how our plugin is helping your "
520
  "hashtags and people to mention in the Instagram post."
521
  msgstr ""
522
 
523
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1977
524
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1272
525
  #: ../admin/like_buttons.php:839
526
  msgid ""
527
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
531
  "time."
532
  msgstr ""
533
 
534
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1978
535
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1273
536
  #: ../admin/like_buttons.php:840
537
  msgid ""
538
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
553
  msgid "by"
554
  msgstr "por"
555
 
556
+ #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
557
  msgid "Donate Now"
558
  msgstr "Donar ahora"
559
 
560
+ #: ../admin/help.php:24
561
  msgid "Plugin Demo"
562
  msgstr "Demo del Plugin"
563
 
564
+ #: ../admin/help.php:30
565
  msgid "Translate Plugin"
566
  msgstr ""
567
 
568
+ #: ../admin/help.php:36 ../admin/social_login.php:58
569
  #, fuzzy
570
  msgid "Customize Social Login Icons"
571
  msgstr "Ingreso a través de redes sociales"
572
 
573
+ #: ../admin/help.php:42
574
  msgid "Integrate with Google Analytics"
575
  msgstr "Integrar con Google Analytics"
576
 
577
+ #: ../admin/help.php:48
578
  msgid "Boost sharing by awarding points"
579
  msgstr "Conseguir Compartir más con concesión de puntos"
580
 
581
+ #: ../admin/help.php:54
582
  msgid "Award points for Social Login"
583
  msgstr "Otorgar puntos para el Social Login"
584
 
585
+ #: ../admin/help.php:60
586
  msgid "Other Add-ons"
587
  msgstr "Otros Complementos"
588
 
589
+ #: ../admin/help.php:66
590
  #, fuzzy
591
  msgid "Support Forum"
592
  msgstr "Apóyanos"
593
 
594
+ #: ../admin/help.php:71
595
  msgid "Need Help?"
596
  msgstr "¿Necesitas Ayuda?"
597
 
598
+ #: ../admin/help.php:73
599
  msgid ""
600
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
601
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
608
  "strong> para mejorar el plugin, sólo tienes que enviar un email a <a href="
609
  "\"mailto:support@heateor.com\">support@heateor.com</a>"
610
 
611
+ #: ../admin/help.php:78
612
  msgid "Testimonial"
613
  msgstr ""
614
 
615
+ #: ../admin/help.php:80
616
  msgid ""
617
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
618
  "\">testimonials@heateor.com</a>"
619
  msgstr ""
620
 
621
+ #: ../admin/help.php:85
622
  msgid "Support Us"
623
  msgstr "Apóyanos"
624
 
625
+ #: ../admin/help.php:88 ../admin/help.php:91 ../admin/help.php:92
626
+ #: ../admin/help.php:93 ../admin/help.php:94 ../admin/help.php:95
627
  msgid "Rate 5-star"
628
  msgstr "Puntuar con 5 estrellas"
629
 
664
  msgid "3rd Party Integration"
665
  msgstr ""
666
 
667
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
668
+ #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
669
+ #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
670
  #: ../admin/like_buttons.php:797
671
  msgid "Shortcode & Widget"
672
  msgstr "Widgets y Shortcodes"
675
  msgid "Troubleshooter"
676
  msgstr "Resolución de problmas"
677
 
678
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
679
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
680
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1239
681
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
682
  msgid "FAQ"
683
  msgstr "FAQ"
912
  msgstr "Url para compartir"
913
 
914
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
915
+ #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
916
  #: ../inc/widget.php:929
917
  msgid "Title"
918
  msgstr "Título"
1001
  msgstr "Ubicación"
1002
 
1003
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1004
+ #: ../admin/social_login.php:848 ../admin/social_login.php:878
1005
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1006
  msgid "Homepage"
1007
  msgstr "Página de Inicio"
1198
  "Compartir"
1199
 
1200
  #: ../admin/social_sharing.php:1525
1201
+ #, fuzzy
1202
+ msgid "Hide floating slider"
1203
+ msgstr "Ocultar para usuarios conectados:"
1204
+
1205
+ #: ../admin/social_sharing.php:1535
1206
+ msgid "Hides the slider arrow present below the floating share bar"
1207
+ msgstr ""
1208
+
1209
+ #: ../admin/social_sharing.php:1543
1210
  msgid "Vertical floating bar responsiveness"
1211
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1212
 
1213
+ #: ../admin/social_sharing.php:1546
1214
  #, php-format
1215
  msgid "Display vertical interface only when screen is wider than %s pixels"
1216
  msgstr ""
1217
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
1218
  "pixels"
1219
 
1220
+ #: ../admin/social_sharing.php:1553
1221
  msgid ""
1222
  "Display vertical interface only when screen is wider than the width "
1223
  "specified."
1225
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
1226
  "ancho especificado."
1227
 
1228
+ #: ../admin/social_sharing.php:1561
1229
  msgid "Horizontal floating bar responsiveness"
1230
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1231
 
1232
+ #: ../admin/social_sharing.php:1564
1233
  #, php-format
1234
  msgid ""
1235
  "Stick vertical floating interface horizontally at bottom only when screen is "
1238
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1239
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
1240
 
1241
+ #: ../admin/social_sharing.php:1571
1242
  msgid ""
1243
  "Stick vertical floating interface horizontally at bottom only when screen is "
1244
  "narrower than the width specified"
1246
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1247
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
1248
 
1249
+ #: ../admin/social_sharing.php:1581
1250
  msgid "Horizontal floating bar position"
1251
  msgstr "Posición de la barra flotante horizontal"
1252
 
1253
+ #: ../admin/social_sharing.php:1584
1254
  #, php-format
1255
  msgid "%s pixels from %s"
1256
  msgstr "%s pixels de %s"
1257
 
1258
+ #: ../admin/social_sharing.php:1585
1259
  msgid "Auto-adjust according to screen width (responsive)"
1260
  msgstr ""
1261
 
1262
+ #: ../admin/social_sharing.php:1592
1263
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1264
  msgstr ""
1265
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
1266
  "también."
1267
 
1268
+ #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1269
  msgid "Url shortener"
1270
  msgstr "Acortador de Url"
1271
 
1272
+ #: ../admin/social_sharing.php:1618
1273
  msgid "Use shortlinks already installed"
1274
  msgstr "Utiliza los shortlinks ya instalados"
1275
 
1276
+ #: ../admin/social_sharing.php:1628
1277
  msgid "Uses default short url permalinks without using any additional plugin"
1278
  msgstr ""
1279
 
1280
+ #: ../admin/social_sharing.php:1636
1281
  msgid "Enable bit.ly url shortener for sharing"
1282
  msgstr "Habilitar acortador de url bit.ly para compartir"
1283
 
1284
+ #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1285
  msgid "Master control to enable bit.ly url shortening for sharing"
1286
  msgstr ""
1287
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1288
 
1289
+ #: ../admin/social_sharing.php:1654
1290
  #, fuzzy
1291
  msgid "bit.ly Login"
1292
  msgstr "Ingreso a través de redes sociales"
1293
 
1294
+ #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1295
  #, fuzzy, php-format
1296
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1297
  msgstr ""
1299
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1300
  "conseguir tu Twitter Key"
1301
 
1302
+ #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1303
  msgid "bit.ly API Key"
1304
  msgstr "bit.ly API Key"
1305
 
1306
+ #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1307
  msgid "Clear Bitly Cache"
1308
  msgstr ""
1309
 
1310
+ #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1311
  msgid "ShortUrl cache cleared successfully."
1312
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1313
 
1314
+ #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1315
  msgid ""
1316
  "Use this to delete short urls saved in database. Handy, if urls of your "
1317
  "website have been changed but short urls are still being generated for old "
1321
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1322
  "url cortas todavía se están generando para viejas url."
1323
 
1324
+ #: ../admin/social_sharing.php:1712
1325
  msgid "Share Count Cache"
1326
  msgstr ""
1327
 
1328
+ #: ../admin/social_sharing.php:1718
1329
  msgid "Refresh Share Count cache every"
1330
  msgstr ""
1331
 
1332
+ #: ../admin/social_sharing.php:1723
1333
  msgid "Second(s)"
1334
  msgstr ""
1335
 
1336
+ #: ../admin/social_sharing.php:1724
1337
  msgid "Minute(s)"
1338
  msgstr ""
1339
 
1340
+ #: ../admin/social_sharing.php:1725
1341
  msgid "Hour(s)"
1342
  msgstr ""
1343
 
1344
+ #: ../admin/social_sharing.php:1726
1345
  msgid "Day(s)"
1346
  msgstr ""
1347
 
1348
+ #: ../admin/social_sharing.php:1734
1349
  #, php-format
1350
  msgid ""
1351
  "Frequent cache refreshing results in slower loading of pages with share "
1353
  "target=\"_blank\">here</a>"
1354
  msgstr ""
1355
 
1356
+ #: ../admin/social_sharing.php:1742
1357
  msgid "Clear Share Counts Cache"
1358
  msgstr ""
1359
 
1360
+ #: ../admin/social_sharing.php:1746
1361
  #, fuzzy
1362
  msgid "Share Counts cache cleared successfully."
1363
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1364
 
1365
+ #: ../admin/social_sharing.php:1753
1366
  msgid "Use this to clear cached share counts"
1367
  msgstr ""
1368
 
1369
+ #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1370
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1371
  #: ../admin/like_buttons.php:698
1372
  msgid "Language"
1373
  msgstr "Idioma"
1374
 
1375
+ #: ../admin/social_sharing.php:1778
1376
  #, php-format
1377
  msgid ""
1378
  "Enter the code of the language you want to use for like buttons. You can "
1383
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1384
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1385
 
1386
+ #: ../admin/social_sharing.php:1787
1387
  msgid "Username in sharing"
1388
  msgstr "Nombre de usuario en Compartir"
1389
 
1390
+ #: ../admin/social_sharing.php:1793
1391
  msgid "Twitter username (without @)"
1392
  msgstr "Nombre de usuario de Twitter (sin @)"
1393
 
1394
+ #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1395
  msgid ""
1396
  "Provided username will be appended after the content being shared as \"via "
1397
  "@USERNAME\". Leave empty if you do not want any username in the content "
1401
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1402
  "nombre de usuario en el contenido compartido."
1403
 
1404
+ #: ../admin/social_sharing.php:1812
1405
  msgid "Buffer username (without @)"
1406
  msgstr "Nombre de usuario de Buffer (sin @)"
1407
 
1408
+ #: ../admin/social_sharing.php:1831
1409
  msgid "AMP"
1410
  msgstr ""
1411
 
1412
+ #: ../admin/social_sharing.php:1837
1413
  #, fuzzy
1414
  msgid "Enable sharing on AMP pages"
1415
  msgstr "Permitir Página de Ingreso"
1416
 
1417
+ #: ../admin/social_sharing.php:1847
1418
  msgid "Enable this option to render sharing icons on AMP pages"
1419
  msgstr ""
1420
 
1421
+ #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1422
  msgid "myCRED"
1423
  msgstr ""
1424
 
1425
+ #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1426
  msgid "Append myCRED referral ID to the urls being shared"
1427
  msgstr ""
1428
 
1429
+ #: ../admin/social_sharing.php:1905
1430
  msgid "Facebook Sharing Troubleshooter"
1431
  msgstr "Resolución de problemas al Compartir en Facebook"
1432
 
1433
+ #: ../admin/social_sharing.php:1910
1434
  #, fuzzy
1435
  msgid ""
1436
  "If Facebook sharing is not working fine, click at the following link and "
1442
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1443
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1444
 
1445
+ #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:469
1446
+ #: ../admin/social_login.php:1241
1447
  msgid ""
1448
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1449
  "an online website for the plugin to function properly."
1450
  msgstr ""
1451
 
1452
+ #: ../admin/social_sharing.php:1928
1453
  msgid ""
1454
  "Why is sharer not showing the correct image, title and other meta tags "
1455
  "content?"
1456
  msgstr ""
1457
 
1458
+ #: ../admin/social_sharing.php:1930
1459
  msgid "Why is Instagram icon redirecting to Instagram website?"
1460
  msgstr ""
1461
 
1462
+ #: ../admin/social_sharing.php:1931
1463
  msgid ""
1464
  "Instagram icon is there to send website visitors to the Instagram page of "
1465
  "your choice. You can save the desired Instagram handle in \"Instagram "
1467
  "sections."
1468
  msgstr ""
1469
 
1470
+ #: ../admin/social_sharing.php:1934
1471
  msgid ""
1472
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1473
  msgstr ""
1474
 
1475
+ #: ../admin/social_sharing.php:1935
1476
  msgid ""
1477
  "It takes some time for their service to track the shares made on Twitter "
1478
  "from your website. If you still feel it's taking too long you can contact "
1479
  "their support directly from their website."
1480
  msgstr ""
1481
 
1482
+ #: ../admin/social_sharing.php:1937 ../admin/like_buttons.php:814
1483
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1484
  msgstr ""
1485
 
1486
+ #: ../admin/social_sharing.php:1938
1487
  msgid ""
1488
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1489
  msgstr ""
1490
 
1491
+ #: ../admin/social_sharing.php:1939 ../admin/social_commenting.php:472
1492
+ #: ../admin/social_login.php:1248
1493
  msgid "Why is my browser blocking some features of the plugin?"
1494
  msgstr ""
1495
 
1496
+ #: ../admin/social_sharing.php:1940
1497
  msgid "Why the color of share icons is not being updated?"
1498
  msgstr ""
1499
 
1500
+ #: ../admin/social_sharing.php:1941
1501
  msgid "Why Facebook share counts are not appearing?"
1502
  msgstr ""
1503
 
1504
+ #: ../admin/social_sharing.php:1942
1505
  msgid ""
1506
  "How can I show share counts of my website rather than of individual pages/"
1507
  "posts?"
1509
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1510
  "lugar de páginas individuales o entradas?"
1511
 
1512
+ #: ../admin/social_sharing.php:1943
1513
  msgid "How can I disable sharing on particular page/post?"
1514
  msgstr ""
1515
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1516
  "entrada?"
1517
 
1518
+ #: ../admin/social_sharing.php:1944
1519
  msgid "How can I specify minimum sharing count for sharing networks?"
1520
  msgstr ""
1521
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1522
  "sociales?"
1523
 
1524
+ #: ../admin/social_sharing.php:1945
1525
  msgid "How to share specific page?"
1526
  msgstr "¿Cómo compartir una página específica?"
1527
 
1528
+ #: ../admin/social_sharing.php:1946
1529
  msgid "How to integrate Google Analytics with sharing?"
1530
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1531
 
1532
+ #: ../admin/social_sharing.php:1947
1533
  msgid "How to customize the look of total share counts?"
1534
  msgstr ""
1535
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1536
 
1537
+ #: ../admin/social_sharing.php:1948
1538
  msgid "How to customize the look of individual share counts?"
1539
  msgstr ""
1540
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1541
  "compartidas?"
1542
 
1543
+ #: ../admin/social_sharing.php:1949
1544
  msgid "How to show Whatsapp icon only on mobile devices?"
1545
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1546
 
1547
+ #: ../admin/social_sharing.php:1950
1548
  msgid "How to hide arrow after floating sharing bar?"
1549
  msgstr ""
1550
 
1551
+ #: ../admin/social_sharing.php:1951
1552
  msgid "Why is share count not getting updated?"
1553
  msgstr ""
1554
 
1555
+ #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:812
1556
  msgid "Why is there so much space between like buttons?"
1557
  msgstr ""
1558
 
1559
+ #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:813
1560
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1561
  msgstr ""
1562
 
1843
  msgid "Advanced Configuration"
1844
  msgstr "Configuración básica"
1845
 
1846
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1847
  msgid "GDPR"
1848
  msgstr ""
1849
 
1850
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1851
  msgid "XProfile Integration"
1852
  msgstr ""
1853
 
1896
  msgstr "LinkedIn"
1897
 
1898
  #: ../admin/social_login.php:119
1899
+ #, fuzzy
1900
+ msgid "Google"
1901
  msgstr "Google+"
1902
 
1903
  #: ../admin/social_login.php:123
2052
  "para conseguir tu LinkedIn API Key"
2053
 
2054
  #: ../admin/social_login.php:301
2055
+ #, fuzzy
2056
+ msgid "Google Client ID"
2057
  msgstr "Google+ Client ID"
2058
 
2059
  #: ../admin/social_login.php:311
2060
+ #, fuzzy, php-format
2061
  msgid ""
2062
+ "Required for Google Social Login to work. Please follow the documentation at "
2063
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
 
2064
  msgstr ""
2065
  "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
2066
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2077
 
2078
  #: ../admin/social_login.php:323
2079
  #, fuzzy
2080
+ msgid "Google Client Secret"
2081
  msgstr "Google+ Client ID"
2082
 
2083
  #: ../admin/social_login.php:333
2084
  #, fuzzy, php-format
2085
  msgid ""
2086
+ "Required for Google Social Login to work. Please follow the documentation at "
2087
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
 
2088
  msgstr ""
2089
  "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, "
2090
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2230
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2231
 
2232
  #: ../admin/social_login.php:551
2233
+ #, fuzzy
2234
+ msgid "Center align icons"
2235
+ msgstr "Reorganizar iconos"
2236
+
2237
+ #: ../admin/social_login.php:561
2238
+ #, fuzzy
2239
+ msgid "Center align social login icons"
2240
+ msgstr "Ingreso a través de redes sociales"
2241
+
2242
+ #: ../admin/social_login.php:569
2243
  msgid "Enable at login page"
2244
  msgstr "Permitir Página de Ingreso"
2245
 
2246
+ #: ../admin/social_login.php:579
2247
  msgid ""
2248
  "Social Login interface will get enabled at the login page of your website"
2249
  msgstr ""
2250
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2251
  "acceso de tu sitio web"
2252
 
2253
+ #: ../admin/social_login.php:587
2254
  msgid "Enable at register page"
2255
  msgstr "Permitir Página de Registro"
2256
 
2257
+ #: ../admin/social_login.php:597
2258
  msgid ""
2259
  "Social Login interface will get enabled at the registration page of your "
2260
  "website"
2262
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2263
  "registro de tu sitio web"
2264
 
2265
+ #: ../admin/social_login.php:605
2266
  msgid "Enable at comment form"
2267
  msgstr "Permitir el formulario de comentarios"
2268
 
2269
+ #: ../admin/social_login.php:615
2270
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2271
  msgstr ""
2272
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2273
  "de Comentario de tu WordPress"
2274
 
2275
+ #: ../admin/social_login.php:630
2276
  msgid "Enable before WooCommerce Customer Login Form"
2277
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2278
 
2279
+ #: ../admin/social_login.php:640
2280
  msgid ""
2281
  "Social Login Interface will get enabled before the customer login form at "
2282
  "WooCommerce My Account page"
2284
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2285
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2286
 
2287
+ #: ../admin/social_login.php:648
2288
+ #, fuzzy
2289
+ msgid "Enable at WooCommerce Customer Login Form"
2290
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2291
 
2292
+ #: ../admin/social_login.php:658
2293
+ #, fuzzy
2294
+ msgid ""
2295
+ "Integrate Social Login Interface with the customer login form at WooCommerce "
2296
+ "My Account page"
2297
+ msgstr ""
2298
+ "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2299
+ "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2300
+
2301
+ #: ../admin/social_login.php:666
2302
+ #, fuzzy
2303
+ msgid "Enable at WooCommerce Customer Register Form"
2304
+ msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2305
+
2306
+ #: ../admin/social_login.php:676
2307
+ #, fuzzy
2308
  msgid ""
2309
+ "Integrate Social Login Interface with the customer register form at "
2310
  "WooCommerce My Account page"
2311
  msgstr ""
2312
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2313
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2314
 
2315
+ #: ../admin/social_login.php:684
2316
  msgid "Enable at WooCommerce checkout page"
2317
  msgstr "Permitir en la página de checkout de WooCommerce"
2318
 
2319
+ #: ../admin/social_login.php:694
2320
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2321
  msgstr ""
2322
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2323
  "checkout de WooCommerce"
2324
 
2325
+ #: ../admin/social_login.php:705
2326
  msgid "Auto-approve comments made by Social Login users"
2327
  msgstr ""
2328
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2329
  "través de redes sociales"
2330
 
2331
+ #: ../admin/social_login.php:715
2332
  msgid ""
2333
  "If this option is enabled, and WordPress comment is made by Social Login "
2334
  "user, comment will get approved immediately without keeping in moderation."
2337
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2338
  "inmediato sin necesidad de moderación."
2339
 
2340
+ #: ../admin/social_login.php:716
2341
  msgid "Note: This is not related to Facebook comments"
2342
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2343
 
2344
+ #: ../admin/social_login.php:726
2345
  msgid "Enable social avatar"
2346
  msgstr "Permitir avatar social"
2347
 
2348
+ #: ../admin/social_login.php:736
2349
  msgid ""
2350
  "Social profile pictures of the logged in user will be displayed as profile "
2351
  "avatar"
2353
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2354
  "avatar de perfil"
2355
 
2356
+ #: ../admin/social_login.php:746
2357
  msgid "Avatar quality"
2358
  msgstr "Calidad del avatar"
2359
 
2360
+ #: ../admin/social_login.php:749
2361
  msgid "Average"
2362
  msgstr "Media"
2363
 
2364
+ #: ../admin/social_login.php:750
2365
  msgid "Best"
2366
  msgstr "Alta"
2367
 
2368
+ #: ../admin/social_login.php:757
2369
  msgid "Choose avatar quality"
2370
  msgstr "Elegir la calidad del avatar"
2371
 
2372
+ #: ../admin/social_login.php:766
2373
  msgid ""
2374
  "Show option for users to update social avatar at BuddyPress profile page"
2375
  msgstr ""
2376
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2377
  "página de perfil de BuddyPress"
2378
 
2379
+ #: ../admin/social_login.php:776
2380
  msgid ""
2381
  "If enabled, users would be able to update their social avatar from \"Profile "
2382
  "photo\" section in BuddyPress profile at front-end"
2384
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2385
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2386
 
2387
+ #: ../admin/social_login.php:797
2388
  msgid ""
2389
  "If enabled and Social ID provider does not provide user's email address on "
2390
  "login, user will be asked to provide his/her email address. Otherwise, a "
2394
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2395
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2396
 
2397
+ #: ../admin/social_login.php:806
2398
  msgid "Send post-registration email to user to set account password"
2399
  msgstr ""
2400
 
2401
+ #: ../admin/social_login.php:816
2402
  msgid ""
2403
  "If enabled, an email will be sent to user after registration through Social "
2404
  "Login, regarding his/her login credentials (username-password to be able to "
2408
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2409
  "poder iniciar sesión a través del formulario de acceso tradicional"
2410
 
2411
+ #: ../admin/social_login.php:824
2412
  #, fuzzy
2413
  msgid "Send new user registration notification email to admin"
2414
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2415
 
2416
+ #: ../admin/social_login.php:834
2417
  #, fuzzy
2418
  msgid ""
2419
  "If enabled, an email will be sent to admin after new user registers through "
2423
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2424
  "poder iniciar sesión a través del formulario de acceso tradicional"
2425
 
2426
+ #: ../admin/social_login.php:842
2427
  msgid "Login redirection"
2428
  msgstr "Redirección de Ingreso"
2429
 
2430
+ #: ../admin/social_login.php:846
2431
  msgid "Same page where user logged in"
2432
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2433
 
2434
+ #: ../admin/social_login.php:850 ../admin/social_login.php:880
2435
  msgid "Account dashboard"
2436
  msgstr "Panel de cuenta de usuario"
2437
 
2438
+ #: ../admin/social_login.php:853 ../admin/social_login.php:883
2439
  msgid "BuddyPress profile page"
2440
  msgstr "Página de perfil de BuddyPress"
2441
 
2442
+ #: ../admin/social_login.php:856 ../admin/social_login.php:886
2443
  msgid "Custom Url"
2444
  msgstr "Url personalizada"
2445
 
2446
+ #: ../admin/social_login.php:864
2447
  msgid "User will be redirected to the selected page after Social Login"
2448
  msgstr ""
2449
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2450
 
2451
+ #: ../admin/social_login.php:872
2452
  msgid "Registration redirection"
2453
  msgstr "Redirección de Registro"
2454
 
2455
+ #: ../admin/social_login.php:876
2456
  msgid "Same page from where user registered"
2457
  msgstr "La misma página en la que el usuario se ha registrado"
2458
 
2459
+ #: ../admin/social_login.php:894
2460
  msgid ""
2461
  "User will be redirected to the selected page after registration (first "
2462
  "Social Login) through Social Login"
2464
  "El usuario será redirigido a la página seleccionada después de su registro "
2465
  "(en su primer inicio de sesión) a través de la red social"
2466
 
2467
+ #: ../admin/social_login.php:903
2468
  #, fuzzy
2469
  msgid "Social Account Linking Options"
2470
  msgstr "Comentarios en redes sociales"
2471
 
2472
+ #: ../admin/social_login.php:919
2473
  #, fuzzy
2474
  msgid "Text to display above the Social Account Linking interface"
2475
  msgstr ""
2476
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2477
 
2478
+ #: ../admin/social_login.php:927
2479
  #, fuzzy
2480
  msgid ""
2481
  "Link social account to already existing account, if email address matches"
2483
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2484
  "web "
2485
 
2486
+ #: ../admin/social_login.php:937
2487
  msgid ""
2488
  "If email address of the user's Social Account matches with an already "
2489
  "existing account at your website, that social account will be linked to "
2491
  "Linking interface at their profile page."
2492
  msgstr ""
2493
 
2494
+ #: ../admin/social_login.php:946
2495
  msgid "Enable social account linking at BuddyPress profile page"
2496
  msgstr ""
2497
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2498
 
2499
+ #: ../admin/social_login.php:956
2500
  msgid ""
2501
  "Enable this option to show social account linking interface at BuddyPress "
2502
  "profile page"
2504
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2505
  "la página de perfil de BuddyPress"
2506
 
2507
+ #: ../admin/social_login.php:967
2508
  msgid "Email popup options"
2509
  msgstr "Opciones de popup del Email"
2510
 
2511
+ #: ../admin/social_login.php:973
2512
  msgid "Text on 'Email required' popup"
2513
  msgstr "Texto del popup 'Email requerido'"
2514
 
2515
+ #: ../admin/social_login.php:983
2516
  msgid ""
2517
  "This text will be displayed on email required popup. Leave empty if not "
2518
  "required."
2520
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2521
  "no es necesario."
2522
 
2523
+ #: ../admin/social_login.php:992
2524
  msgid "Error message for 'Email required' popup"
2525
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2526
 
2527
+ #: ../admin/social_login.php:1002
2528
  msgid ""
2529
  "This message will be displayed to user if it provides invalid or already "
2530
  "registered email"
2532
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2533
  "registrado"
2534
 
2535
+ #: ../admin/social_login.php:1011
2536
  msgid "Email popup height"
2537
  msgstr "Altura del popup del Email"
2538
 
2539
+ #: ../admin/social_login.php:1021
2540
  msgid ""
2541
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2542
  "can increase the height of popup by specifying in this option. Leave empty "
2546
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2547
  "opción. Déjala en blanco para la altura por defecto."
2548
 
2549
+ #: ../admin/social_login.php:1029
2550
  msgid "Enable email verification"
2551
  msgstr "Activar verificación por email"
2552
 
2553
+ #: ../admin/social_login.php:1039
2554
  msgid ""
2555
  "If enabled, email provided by the user will be verified by sending a "
2556
  "confirmation link to that email. User would not be able to login without "
2560
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2561
  "pulsar este enlace"
2562
 
2563
+ #: ../admin/social_login.php:1060
2564
  #, fuzzy
2565
  msgid "Enable GDPR opt-in"
2566
  msgstr "Permitir Comentarios de Disqus"
2567
 
2568
+ #: ../admin/social_login.php:1070
2569
  msgid ""
2570
  "Enable it to show GDPR opt-in for social login and social account linking"
2571
  msgstr ""
2572
 
2573
+ #: ../admin/social_login.php:1079
2574
  #, fuzzy
2575
  msgid "Placement of GDPR opt-in"
2576
  msgstr "Permitir Comentarios de Disqus"
2577
 
2578
+ #: ../admin/social_login.php:1083
2579
  #, fuzzy
2580
  msgid "Above Social Login icons"
2581
  msgstr "Ingreso a través de redes sociales"
2582
 
2583
+ #: ../admin/social_login.php:1085
2584
  #, fuzzy
2585
  msgid "Below Social Login icons"
2586
  msgstr "Ingreso a través de redes sociales"
2587
 
2588
+ #: ../admin/social_login.php:1091
2589
  #, fuzzy
2590
  msgid "Placement of GDPR opt-in above or below the social login icons"
2591
  msgstr ""
2592
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2593
 
2594
+ #: ../admin/social_login.php:1099
2595
  msgid "Opt-in text"
2596
  msgstr ""
2597
 
2598
+ #: ../admin/social_login.php:1109
2599
  #, fuzzy
2600
  msgid "Text for the GDPR opt-in"
2601
  msgstr "Permitir Comentarios de Disqus"
2602
 
2603
+ #: ../admin/social_login.php:1117
2604
  msgid "Text to link to Privacy Policy page"
2605
  msgstr ""
2606
 
2607
+ #: ../admin/social_login.php:1127
2608
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2609
  msgstr ""
2610
 
2611
+ #: ../admin/social_login.php:1135
2612
  msgid "Privacy Policy Url"
2613
  msgstr ""
2614
 
2615
+ #: ../admin/social_login.php:1145
2616
  #, fuzzy
2617
  msgid "Url of the privacy policy page of your website"
2618
  msgstr "Url de la página de inicio de tu sitio web"
2619
 
2620
+ #: ../admin/social_login.php:1196 ../inc/widget.php:252 ../inc/widget.php:422
2621
  #: ../inc/widget.php:586 ../inc/widget.php:734
2622
  msgid "Select"
2623
  msgstr "Seleccionar"
2624
 
2625
+ #: ../admin/social_login.php:1227
2626
  msgid "Social Login Shortcode & Widget"
2627
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2628
 
2629
+ #: ../admin/social_login.php:1228
2630
  msgid "Social Linking Shortcode"
2631
  msgstr "Shortcode para enlace a través de redes sociales"
2632
 
2633
+ #: ../admin/social_login.php:1243
2634
  msgid "Why is social login not working?"
2635
  msgstr ""
2636
 
2637
+ #: ../admin/social_login.php:1244
2638
  msgid ""
2639
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2640
  "belong to the same app"
2641
  msgstr ""
2642
 
2643
+ #: ../admin/social_login.php:1246
2644
+ msgid "Social Login not working with Varnish enabled"
2645
+ msgstr ""
2646
+
2647
+ #: ../admin/social_login.php:1247
2648
  msgid ""
2649
  "Why the user is not appearing logged in even after Social Login until the "
2650
  "webpage is refreshed manually?"
2854
  msgid "Like Buttons Shortcode & Widget"
2855
  msgstr "Shortcode y Widget Botones Me gusta"
2856
 
2857
+ #: ../inc/shortcode.php:198 ../inc/widget.php:47
2858
  msgid "Log Out"
2859
  msgstr "Cerrar sesión"
2860
 
2861
+ #: ../inc/shortcode.php:299
2862
  msgid ""
2863
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2864
  "Socializer > Social Login\" page in admin panel"
2878
  msgid "Archives"
2879
  msgstr "Archivos por Categoría"
2880
 
2881
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1071
2882
  msgid "Invalid request"
2883
  msgstr "Petición no válida"
2884
 
2885
+ #: ../inc/social_sharing.php:864
2886
  msgid "Providers not selected"
2887
  msgstr "Redes sociales no seleccionadas"
2888
 
2889
+ #: ../inc/social_login.php:724
2890
  msgid "Email"
2891
  msgstr ""
2892
 
2893
+ #: ../inc/social_login.php:725
2894
  msgid "Confirm email"
2895
  msgstr ""
2896
 
2897
+ #: ../inc/social_login.php:727
2898
  msgid "Save"
2899
  msgstr ""
2900
 
2901
+ #: ../inc/social_login.php:728
2902
  msgid "Cancel"
2903
  msgstr ""
2904
 
2905
+ #: ../inc/social_login.php:802
2906
  #, fuzzy
2907
  msgid "Email Verification"
2908
  msgstr "Activar verificación por email"
2909
 
2910
+ #: ../inc/social_login.php:804
2911
  msgid ""
2912
  "Please click on the following link or paste it in browser to verify your "
2913
  "email"
2918
  msgstr "Super Socializer - Ingreso"
2919
 
2920
  #: ../inc/widget.php:13
2921
+ #, fuzzy
2922
  msgid ""
2923
  "Let your website users login/register using their favorite Social ID "
2924
+ "Provider, such as Facebook, Twitter, Google, LinkedIn"
2925
  msgstr ""
2926
  "Permitir a los usuarios de tu sitio web conectarse/registrarse usando su ID "
2927
  "de su red social favorita, tal como Facebook, Twitter, Google+, LinkedIn..."
3185
  msgid "RSS Feed URL:"
3186
  msgstr ""
3187
 
3188
+ #~ msgid ""
3189
+ #~ "We are a creative team with unique ideas in mind and service in heart. We "
3190
+ #~ "love what we do. For more info join us at"
3191
+ #~ msgstr ""
3192
+ #~ "Somos un equipo creativo con ideas únicas en la mente y el servicio en el "
3193
+ #~ "corazón. Amamos lo que hacemos. Para obtener más información, únete a "
3194
+ #~ "nosotros en"
3195
+
3196
  #~ msgid ""
3197
  #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3198
  #~ "share counts"
languages/super-socializer-hu_HU.mo CHANGED
Binary file
languages/super-socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-01-22 06:48+0530\n"
6
- "PO-Revision-Date: 2019-01-22 06:49+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -83,7 +83,7 @@ msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
83
  msgid "Notification"
84
  msgstr "Értesítés"
85
 
86
- #: ../super_socializer.php:902 ../admin/social_login.php:751
87
  msgid "Email required"
88
  msgstr "E-mail cím szükséges"
89
 
@@ -112,112 +112,119 @@ msgstr ""
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
- #: ../super_socializer.php:1236
116
  #, fuzzy
117
  msgid "Super Socializer - General Options"
118
  msgstr "Super Socializer - Belépés"
119
 
120
- #: ../super_socializer.php:1236 ../admin/general_options.php:15
121
  #: ../admin/social_commenting.php:47
122
  #, fuzzy
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
- #: ../super_socializer.php:1304 ../helper.php:898
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
130
 
131
- #: ../super_socializer.php:1307
132
  msgid "Small Avatar Url"
133
  msgstr "Kis Avatar URL"
134
 
135
- #: ../super_socializer.php:1311
136
  #, fuzzy
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
- #: ../super_socializer.php:1315 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
144
  msgstr ""
145
 
146
- #: ../super_socializer.php:1319 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
150
- #: ../super_socializer.php:1392 ../super_socializer.php:2036
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
- #: ../super_socializer.php:1398
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1399
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
163
 
164
- #: ../super_socializer.php:1404
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
167
 
168
- #: ../super_socializer.php:1408 ../super_socializer.php:1960
169
  msgid "Link your social account to login to your account at this website"
170
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
171
 
172
- #: ../super_socializer.php:1637
 
 
 
 
 
 
 
173
  msgid ""
174
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
175
  "current version of Super Socialzer"
176
  msgstr ""
177
 
178
- #: ../super_socializer.php:1646
179
  msgid ""
180
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
181
  "version of Super Socialzer"
182
  msgstr ""
183
 
184
- #: ../super_socializer.php:1655
185
  msgid ""
186
  "Update \"Social Login Buttons\" add-on for compatibility with current "
187
  "version of Super Socialzer"
188
  msgstr ""
189
 
190
- #: ../super_socializer.php:1664
191
  msgid ""
192
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
193
  "with current version of Super Socialzer"
194
  msgstr ""
195
 
196
- #: ../super_socializer.php:1673
197
  msgid ""
198
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
199
  "with current version of Super Socialzer"
200
  msgstr ""
201
 
202
- #: ../super_socializer.php:1680
203
  msgid ""
204
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
205
  "LiveJournal Login of Super Socialzer"
206
  msgstr ""
207
 
208
- #: ../super_socializer.php:1691
209
  #, php-format
210
  msgid ""
211
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
212
  msgstr ""
213
 
214
- #: ../super_socializer.php:1707
215
  #, php-format
216
  msgid ""
217
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1731
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -225,14 +232,14 @@ msgid ""
225
  "target=\"_blank\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1731 ../super_socializer.php:1756
229
- #: ../super_socializer.php:1781 ../super_socializer.php:1806
230
- #: ../super_socializer.php:1839 ../super_socializer.php:1867
231
- #: ../super_socializer.php:1894 ../super_socializer.php:1918
232
  msgid "Okay"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1756
236
  #, php-format
237
  msgid ""
238
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -240,7 +247,7 @@ msgid ""
240
  "\">here</a>"
241
  msgstr ""
242
 
243
- #: ../super_socializer.php:1781
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -248,7 +255,7 @@ msgid ""
248
  "target=\"_blank\">here</a>"
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1806
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -256,13 +263,13 @@ msgid ""
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1817
260
  #, php-format
261
  msgid ""
262
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
263
  msgstr ""
264
 
265
- #: ../super_socializer.php:1839
266
  #, php-format
267
  msgid ""
268
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -270,7 +277,7 @@ msgid ""
270
  "\"%s\" target=\"_blank\">here</a>"
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1867
274
  #, php-format
275
  msgid ""
276
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -279,7 +286,7 @@ msgid ""
279
  "your website %s with them. No need to copy-paste any code from their website."
280
  msgstr ""
281
 
282
- #: ../super_socializer.php:1894
283
  #, php-format
284
  msgid ""
285
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -287,7 +294,7 @@ msgid ""
287
  "\"%s\" target=\"_blank\">here</a>"
288
  msgstr ""
289
 
290
- #: ../super_socializer.php:1918
291
  #, php-format
292
  msgid ""
293
  "Your website visitors will see a popup notification (only once) if their "
@@ -401,8 +408,8 @@ msgid "Large Avatar"
401
  msgstr "Cél Url"
402
 
403
  #: ../helper.php:913 ../admin/general_options.php:132
404
- #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
405
- #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
406
  msgid "Save Changes"
407
  msgstr "Változások Mentése"
408
 
@@ -424,9 +431,9 @@ msgid "Something bad happened"
424
  msgstr ""
425
 
426
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
427
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
428
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
429
- #: ../admin/social_login.php:5 ../admin/social_login.php:1226
430
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
431
  #, fuzzy, php-format
432
  msgid ""
@@ -501,15 +508,15 @@ msgstr "Egyedi URL"
501
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
502
  msgstr ""
503
 
504
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
505
- #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
506
  #: ../admin/like_buttons.php:836
507
  #, fuzzy
508
  msgid "Instagram Shoutout"
509
  msgstr "Instagram"
510
 
511
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
512
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
513
  #: ../admin/like_buttons.php:838
514
  msgid ""
515
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -517,8 +524,8 @@ msgid ""
517
  "hashtags and people to mention in the Instagram post."
518
  msgstr ""
519
 
520
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
521
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
522
  #: ../admin/like_buttons.php:839
523
  msgid ""
524
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -528,8 +535,8 @@ msgid ""
528
  "time."
529
  msgstr ""
530
 
531
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
532
- #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
533
  #: ../admin/like_buttons.php:840
534
  msgid ""
535
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -550,60 +557,51 @@ msgstr "Verzió"
550
  msgid "by"
551
  msgstr "készítette"
552
 
553
- #: ../admin/help.php:7
554
- msgid ""
555
- "We are a creative team with unique ideas in mind and service in heart. We "
556
- "love what we do. For more info join us at"
557
- msgstr ""
558
- "Mi egy kreatív csapat, egyedi elképzeléseit szem előtt tartva és a "
559
- "szolgáltatás szívében. Szeretjük, amit csinálunk. További info csatlakozzon "
560
- "hozzánk"
561
-
562
- #: ../admin/help.php:19
563
  #, fuzzy
564
  msgid "Donate Now"
565
  msgstr "Adakozás"
566
 
567
- #: ../admin/help.php:25
568
  msgid "Plugin Demo"
569
  msgstr "Plugin Demo"
570
 
571
- #: ../admin/help.php:31
572
  msgid "Translate Plugin"
573
  msgstr ""
574
 
575
- #: ../admin/help.php:37 ../admin/social_login.php:58
576
  #, fuzzy
577
  msgid "Customize Social Login Icons"
578
  msgstr "Social Login"
579
 
580
- #: ../admin/help.php:43
581
  msgid "Integrate with Google Analytics"
582
  msgstr ""
583
 
584
- #: ../admin/help.php:49
585
  msgid "Boost sharing by awarding points"
586
  msgstr "Növelje megosztása odaítélésével pont"
587
 
588
- #: ../admin/help.php:55
589
  msgid "Award points for Social Login"
590
  msgstr "Díjat pontokat Szociális Belépés"
591
 
592
- #: ../admin/help.php:61
593
  #, fuzzy
594
  msgid "Other Add-ons"
595
  msgstr "A kiegészítőket"
596
 
597
- #: ../admin/help.php:67
598
  #, fuzzy
599
  msgid "Support Forum"
600
  msgstr "Támogatás"
601
 
602
- #: ../admin/help.php:72
603
  msgid "Need Help?"
604
  msgstr "Kell Segítség?"
605
 
606
- #: ../admin/help.php:74
607
  #, fuzzy
608
  msgid ""
609
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
@@ -615,23 +613,23 @@ msgstr ""
615
  "nekem egy e-mailt (angolul) a <a href=\"mailto:support@heateor.com"
616
  "\">support@heateor.com</a> címre"
617
 
618
- #: ../admin/help.php:79
619
  msgid "Testimonial"
620
  msgstr ""
621
 
622
- #: ../admin/help.php:81
623
  msgid ""
624
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
625
  "\">testimonials@heateor.com</a>"
626
  msgstr ""
627
 
628
- #: ../admin/help.php:86
629
  #, fuzzy
630
  msgid "Support Us"
631
  msgstr "Támogatás"
632
 
633
- #: ../admin/help.php:89 ../admin/help.php:92 ../admin/help.php:93
634
- #: ../admin/help.php:94 ../admin/help.php:95 ../admin/help.php:96
635
  msgid "Rate 5-star"
636
  msgstr "Osztályozz 5-ösre"
637
 
@@ -675,9 +673,9 @@ msgstr ""
675
  msgid "3rd Party Integration"
676
  msgstr ""
677
 
678
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
679
- #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
680
- #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
681
  #: ../admin/like_buttons.php:797
682
  msgid "Shortcode & Widget"
683
  msgstr "Shortcode és Widget"
@@ -686,9 +684,9 @@ msgstr "Shortcode és Widget"
686
  msgid "Troubleshooter"
687
  msgstr "Hibamegoldó"
688
 
689
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
690
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
691
- #: ../admin/social_login.php:47 ../admin/social_login.php:1203
692
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
693
  msgid "FAQ"
694
  msgstr "GYIK"
@@ -934,7 +932,7 @@ msgid "Url to share"
934
  msgstr "Megosztás Url-je"
935
 
936
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
937
- #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
938
  #: ../inc/widget.php:929
939
  msgid "Title"
940
  msgstr "Cím"
@@ -1022,7 +1020,7 @@ msgid "Placement"
1022
  msgstr ""
1023
 
1024
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1025
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
1026
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1027
  msgid "Homepage"
1028
  msgstr "Kezdő oldal"
@@ -1209,25 +1207,34 @@ msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
1209
 
1210
  #: ../admin/social_sharing.php:1525
1211
  #, fuzzy
 
 
 
 
 
 
 
 
 
1212
  msgid "Vertical floating bar responsiveness"
1213
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1214
 
1215
- #: ../admin/social_sharing.php:1528
1216
  #, php-format
1217
  msgid "Display vertical interface only when screen is wider than %s pixels"
1218
  msgstr ""
1219
 
1220
- #: ../admin/social_sharing.php:1535
1221
  msgid ""
1222
  "Display vertical interface only when screen is wider than the width "
1223
  "specified."
1224
  msgstr ""
1225
 
1226
- #: ../admin/social_sharing.php:1543
1227
  msgid "Horizontal floating bar responsiveness"
1228
  msgstr ""
1229
 
1230
- #: ../admin/social_sharing.php:1546
1231
  #, fuzzy, php-format
1232
  msgid ""
1233
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1236,56 +1243,56 @@ msgstr ""
1236
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
1237
  "eszközök"
1238
 
1239
- #: ../admin/social_sharing.php:1553
1240
  msgid ""
1241
  "Stick vertical floating interface horizontally at bottom only when screen is "
1242
  "narrower than the width specified"
1243
  msgstr ""
1244
 
1245
- #: ../admin/social_sharing.php:1563
1246
  #, fuzzy
1247
  msgid "Horizontal floating bar position"
1248
  msgstr "Vízszintes Megosztási Felület Beállítások"
1249
 
1250
- #: ../admin/social_sharing.php:1566
1251
  #, php-format
1252
  msgid "%s pixels from %s"
1253
  msgstr ""
1254
 
1255
- #: ../admin/social_sharing.php:1567
1256
  msgid "Auto-adjust according to screen width (responsive)"
1257
  msgstr ""
1258
 
1259
- #: ../admin/social_sharing.php:1574
1260
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1261
  msgstr ""
1262
 
1263
- #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1264
  msgid "Url shortener"
1265
  msgstr "Url rövidítő"
1266
 
1267
- #: ../admin/social_sharing.php:1600
1268
  msgid "Use shortlinks already installed"
1269
  msgstr "Használja shortlinks már telepítve"
1270
 
1271
- #: ../admin/social_sharing.php:1610
1272
  msgid "Uses default short url permalinks without using any additional plugin"
1273
  msgstr ""
1274
 
1275
- #: ../admin/social_sharing.php:1618
1276
  msgid "Enable bit.ly url shortener for sharing"
1277
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1278
 
1279
- #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1280
  msgid "Master control to enable bit.ly url shortening for sharing"
1281
  msgstr ""
1282
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1283
 
1284
- #: ../admin/social_sharing.php:1636
1285
  msgid "bit.ly Login"
1286
  msgstr ""
1287
 
1288
- #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1289
  #, fuzzy, php-format
1290
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1291
  msgstr ""
@@ -1293,51 +1300,51 @@ msgstr ""
1293
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1294
  "API Key beszerzéshez"
1295
 
1296
- #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1297
  msgid "bit.ly API Key"
1298
  msgstr "bit.ly API Key"
1299
 
1300
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1301
  msgid "Clear Bitly Cache"
1302
  msgstr ""
1303
 
1304
- #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1305
  #, fuzzy
1306
  msgid "ShortUrl cache cleared successfully."
1307
  msgstr "Fiók kapcsolása sikeres"
1308
 
1309
- #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1310
  msgid ""
1311
  "Use this to delete short urls saved in database. Handy, if urls of your "
1312
  "website have been changed but short urls are still being generated for old "
1313
  "urls."
1314
  msgstr ""
1315
 
1316
- #: ../admin/social_sharing.php:1694
1317
  msgid "Share Count Cache"
1318
  msgstr ""
1319
 
1320
- #: ../admin/social_sharing.php:1700
1321
  msgid "Refresh Share Count cache every"
1322
  msgstr ""
1323
 
1324
- #: ../admin/social_sharing.php:1705
1325
  msgid "Second(s)"
1326
  msgstr ""
1327
 
1328
- #: ../admin/social_sharing.php:1706
1329
  msgid "Minute(s)"
1330
  msgstr ""
1331
 
1332
- #: ../admin/social_sharing.php:1707
1333
  msgid "Hour(s)"
1334
  msgstr ""
1335
 
1336
- #: ../admin/social_sharing.php:1708
1337
  msgid "Day(s)"
1338
  msgstr ""
1339
 
1340
- #: ../admin/social_sharing.php:1716
1341
  #, php-format
1342
  msgid ""
1343
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1345,26 +1352,26 @@ msgid ""
1345
  "target=\"_blank\">here</a>"
1346
  msgstr ""
1347
 
1348
- #: ../admin/social_sharing.php:1724
1349
  msgid "Clear Share Counts Cache"
1350
  msgstr ""
1351
 
1352
- #: ../admin/social_sharing.php:1728
1353
  #, fuzzy
1354
  msgid "Share Counts cache cleared successfully."
1355
  msgstr "Fiók kapcsolása sikeres"
1356
 
1357
- #: ../admin/social_sharing.php:1735
1358
  msgid "Use this to clear cached share counts"
1359
  msgstr ""
1360
 
1361
- #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1362
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1363
  #: ../admin/like_buttons.php:698
1364
  msgid "Language"
1365
  msgstr "Nyelv"
1366
 
1367
- #: ../admin/social_sharing.php:1760
1368
  #, fuzzy, php-format
1369
  msgid ""
1370
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1375,16 +1382,16 @@ msgstr ""
1375
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1376
  "az alapértelmezett (angol) nyelv használatához"
1377
 
1378
- #: ../admin/social_sharing.php:1769
1379
  #, fuzzy
1380
  msgid "Username in sharing"
1381
  msgstr "Twitter felhasználónév a megosztásban"
1382
 
1383
- #: ../admin/social_sharing.php:1775
1384
  msgid "Twitter username (without @)"
1385
  msgstr "Twitter felhasználónév (@ nélkül)"
1386
 
1387
- #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1388
  msgid ""
1389
  "Provided username will be appended after the content being shared as \"via "
1390
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1393,37 +1400,37 @@ msgstr ""
1393
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1394
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1395
 
1396
- #: ../admin/social_sharing.php:1794
1397
  #, fuzzy
1398
  msgid "Buffer username (without @)"
1399
  msgstr "Twitter felhasználónév (@ nélkül)"
1400
 
1401
- #: ../admin/social_sharing.php:1813
1402
  msgid "AMP"
1403
  msgstr ""
1404
 
1405
- #: ../admin/social_sharing.php:1819
1406
  #, fuzzy
1407
  msgid "Enable sharing on AMP pages"
1408
  msgstr "Bekapcsolás a belépés oldalon"
1409
 
1410
- #: ../admin/social_sharing.php:1829
1411
  msgid "Enable this option to render sharing icons on AMP pages"
1412
  msgstr ""
1413
 
1414
- #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1415
  msgid "myCRED"
1416
  msgstr ""
1417
 
1418
- #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1419
  msgid "Append myCRED referral ID to the urls being shared"
1420
  msgstr ""
1421
 
1422
- #: ../admin/social_sharing.php:1887
1423
  msgid "Facebook Sharing Troubleshooter"
1424
  msgstr "Facebook Megosztás Hibaelhárító"
1425
 
1426
- #: ../admin/social_sharing.php:1892
1427
  #, fuzzy
1428
  msgid ""
1429
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1435,24 +1442,24 @@ msgstr ""
1435
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1436
  "tökéletesen) a szöveges mezőben:"
1437
 
1438
- #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1439
- #: ../admin/social_login.php:1205
1440
  msgid ""
1441
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1442
  "an online website for the plugin to function properly."
1443
  msgstr ""
1444
 
1445
- #: ../admin/social_sharing.php:1910
1446
  msgid ""
1447
  "Why is sharer not showing the correct image, title and other meta tags "
1448
  "content?"
1449
  msgstr ""
1450
 
1451
- #: ../admin/social_sharing.php:1912
1452
  msgid "Why is Instagram icon redirecting to Instagram website?"
1453
  msgstr ""
1454
 
1455
- #: ../admin/social_sharing.php:1913
1456
  msgid ""
1457
  "Instagram icon is there to send website visitors to the Instagram page of "
1458
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1460,41 +1467,41 @@ msgid ""
1460
  "sections."
1461
  msgstr ""
1462
 
1463
- #: ../admin/social_sharing.php:1916
1464
  msgid ""
1465
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1466
  msgstr ""
1467
 
1468
- #: ../admin/social_sharing.php:1917
1469
  msgid ""
1470
  "It takes some time for their service to track the shares made on Twitter "
1471
  "from your website. If you still feel it's taking too long you can contact "
1472
  "their support directly from their website."
1473
  msgstr ""
1474
 
1475
- #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:814
1476
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1477
  msgstr ""
1478
 
1479
- #: ../admin/social_sharing.php:1920
1480
  msgid ""
1481
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1482
  msgstr ""
1483
 
1484
- #: ../admin/social_sharing.php:1921 ../admin/social_commenting.php:472
1485
- #: ../admin/social_login.php:1211
1486
  msgid "Why is my browser blocking some features of the plugin?"
1487
  msgstr ""
1488
 
1489
- #: ../admin/social_sharing.php:1922
1490
  msgid "Why the color of share icons is not being updated?"
1491
  msgstr ""
1492
 
1493
- #: ../admin/social_sharing.php:1923
1494
  msgid "Why Facebook share counts are not appearing?"
1495
  msgstr ""
1496
 
1497
- #: ../admin/social_sharing.php:1924
1498
  msgid ""
1499
  "How can I show share counts of my website rather than of individual pages/"
1500
  "posts?"
@@ -1502,50 +1509,50 @@ msgstr ""
1502
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1503
  "kívül is?"
1504
 
1505
- #: ../admin/social_sharing.php:1925
1506
  msgid "How can I disable sharing on particular page/post?"
1507
  msgstr ""
1508
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1509
 
1510
- #: ../admin/social_sharing.php:1926
1511
  msgid "How can I specify minimum sharing count for sharing networks?"
1512
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1513
 
1514
- #: ../admin/social_sharing.php:1927
1515
  msgid "How to share specific page?"
1516
  msgstr ""
1517
 
1518
- #: ../admin/social_sharing.php:1928
1519
  msgid "How to integrate Google Analytics with sharing?"
1520
  msgstr ""
1521
 
1522
- #: ../admin/social_sharing.php:1929
1523
  msgid "How to customize the look of total share counts?"
1524
  msgstr ""
1525
 
1526
- #: ../admin/social_sharing.php:1930
1527
  #, fuzzy
1528
  msgid "How to customize the look of individual share counts?"
1529
  msgstr "Megosztás számok mutatása:"
1530
 
1531
- #: ../admin/social_sharing.php:1931
1532
  #, fuzzy
1533
  msgid "How to show Whatsapp icon only on mobile devices?"
1534
  msgstr "Hide megosztása mobil eszközökön"
1535
 
1536
- #: ../admin/social_sharing.php:1932
1537
  msgid "How to hide arrow after floating sharing bar?"
1538
  msgstr ""
1539
 
1540
- #: ../admin/social_sharing.php:1933
1541
  msgid "Why is share count not getting updated?"
1542
  msgstr ""
1543
 
1544
- #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1545
  msgid "Why is there so much space between like buttons?"
1546
  msgstr ""
1547
 
1548
- #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1549
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1550
  msgstr ""
1551
 
@@ -1832,11 +1839,11 @@ msgstr "Alap Beállítások"
1832
  msgid "Advanced Configuration"
1833
  msgstr "Alap Beállítások"
1834
 
1835
- #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1836
  msgid "GDPR"
1837
  msgstr ""
1838
 
1839
- #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1840
  msgid "XProfile Integration"
1841
  msgstr ""
1842
 
@@ -1887,7 +1894,8 @@ msgid "LinkedIn"
1887
  msgstr "LinkedIn"
1888
 
1889
  #: ../admin/social_login.php:119
1890
- msgid "Google+"
 
1891
  msgstr "Google+"
1892
 
1893
  #: ../admin/social_login.php:123
@@ -2040,15 +2048,15 @@ msgstr ""
2040
  "API Key beszerzéshez"
2041
 
2042
  #: ../admin/social_login.php:301
2043
- msgid "Google+ Client ID"
 
2044
  msgstr "Google+ Client ID"
2045
 
2046
  #: ../admin/social_login.php:311
2047
- #, php-format
2048
  msgid ""
2049
- "Required for GooglePlus Social Login to work. Please follow the "
2050
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2051
- "GooglePlus Client ID"
2052
  msgstr ""
2053
  "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
2054
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
@@ -2065,15 +2073,14 @@ msgstr ""
2065
 
2066
  #: ../admin/social_login.php:323
2067
  #, fuzzy
2068
- msgid "Google+ Client Secret"
2069
  msgstr "Google+ Client ID"
2070
 
2071
  #: ../admin/social_login.php:333
2072
  #, fuzzy, php-format
2073
  msgid ""
2074
- "Required for GooglePlus Social Login to work. Please follow the "
2075
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2076
- "GooglePlus Client Secret"
2077
  msgstr ""
2078
  "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
2079
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
@@ -2218,69 +2225,92 @@ msgid "Text to display above the Social Login interface"
2218
  msgstr "Szöveg a Közösségi Belépés felett"
2219
 
2220
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
 
 
2221
  msgid "Enable at login page"
2222
  msgstr "Bekapcsolás a belépés oldalon"
2223
 
2224
- #: ../admin/social_login.php:561
2225
  msgid ""
2226
  "Social Login interface will get enabled at the login page of your website"
2227
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2228
 
2229
- #: ../admin/social_login.php:569
2230
  msgid "Enable at register page"
2231
  msgstr "Bekapcsolás a regisztráció oldalon"
2232
 
2233
- #: ../admin/social_login.php:579
2234
  msgid ""
2235
  "Social Login interface will get enabled at the registration page of your "
2236
  "website"
2237
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2238
 
2239
- #: ../admin/social_login.php:587
2240
  msgid "Enable at comment form"
2241
  msgstr "Bekapcsolás a hozászólásoknál"
2242
 
2243
- #: ../admin/social_login.php:597
2244
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2245
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2246
 
2247
- #: ../admin/social_login.php:612
2248
  msgid "Enable before WooCommerce Customer Login Form"
2249
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2250
 
2251
- #: ../admin/social_login.php:622
2252
  #, fuzzy
2253
  msgid ""
2254
  "Social Login Interface will get enabled before the customer login form at "
2255
  "WooCommerce My Account page"
2256
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2257
 
2258
- #: ../admin/social_login.php:630
2259
- msgid "Enable after WooCommerce Customer Login Form"
 
2260
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2261
 
2262
- #: ../admin/social_login.php:640
2263
  #, fuzzy
2264
  msgid ""
2265
- "Social Login Interface will get enabled after the customer login form at "
 
 
 
 
 
 
 
 
 
 
 
 
2266
  "WooCommerce My Account page"
2267
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2268
 
2269
- #: ../admin/social_login.php:648
2270
  #, fuzzy
2271
  msgid "Enable at WooCommerce checkout page"
2272
  msgstr "Bekapcsolás a regisztráció oldalon"
2273
 
2274
- #: ../admin/social_login.php:658
2275
  #, fuzzy
2276
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2277
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2278
 
2279
- #: ../admin/social_login.php:669
2280
  msgid "Auto-approve comments made by Social Login users"
2281
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2282
 
2283
- #: ../admin/social_login.php:679
2284
  msgid ""
2285
  "If this option is enabled, and WordPress comment is made by Social Login "
2286
  "user, comment will get approved immediately without keeping in moderation."
@@ -2289,37 +2319,37 @@ msgstr ""
2289
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2290
  "megjelenik az oldalon."
2291
 
2292
- #: ../admin/social_login.php:680
2293
  msgid "Note: This is not related to Facebook comments"
2294
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2295
 
2296
- #: ../admin/social_login.php:690
2297
  msgid "Enable social avatar"
2298
  msgstr "Közösségi avatar bekapcsolás"
2299
 
2300
- #: ../admin/social_login.php:700
2301
  msgid ""
2302
  "Social profile pictures of the logged in user will be displayed as profile "
2303
  "avatar"
2304
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2305
 
2306
- #: ../admin/social_login.php:710
2307
  msgid "Avatar quality"
2308
  msgstr " Avatar képminőség"
2309
 
2310
- #: ../admin/social_login.php:713
2311
  msgid "Average"
2312
  msgstr "Átlagos"
2313
 
2314
- #: ../admin/social_login.php:714
2315
  msgid "Best"
2316
  msgstr "legjobb"
2317
 
2318
- #: ../admin/social_login.php:721
2319
  msgid "Choose avatar quality"
2320
  msgstr "Válassz Avatar képminőséget"
2321
 
2322
- #: ../admin/social_login.php:730
2323
  #, fuzzy
2324
  msgid ""
2325
  "Show option for users to update social avatar at BuddyPress profile page"
@@ -2327,13 +2357,13 @@ msgstr ""
2327
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2328
  "BuddyPress profil oldal"
2329
 
2330
- #: ../admin/social_login.php:740
2331
  msgid ""
2332
  "If enabled, users would be able to update their social avatar from \"Profile "
2333
  "photo\" section in BuddyPress profile at front-end"
2334
  msgstr ""
2335
 
2336
- #: ../admin/social_login.php:761
2337
  msgid ""
2338
  "If enabled and Social ID provider does not provide user's email address on "
2339
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2343,11 +2373,11 @@ msgstr ""
2343
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2344
  "véletlenszerű e-mail címet generálunk"
2345
 
2346
- #: ../admin/social_login.php:770
2347
  msgid "Send post-registration email to user to set account password"
2348
  msgstr ""
2349
 
2350
- #: ../admin/social_login.php:780
2351
  msgid ""
2352
  "If enabled, an email will be sent to user after registration through Social "
2353
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2358,12 +2388,12 @@ msgstr ""
2358
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2359
  "az oldalra."
2360
 
2361
- #: ../admin/social_login.php:788
2362
  #, fuzzy
2363
  msgid "Send new user registration notification email to admin"
2364
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2365
 
2366
- #: ../admin/social_login.php:798
2367
  #, fuzzy
2368
  msgid ""
2369
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2374,40 +2404,40 @@ msgstr ""
2374
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2375
  "az oldalra."
2376
 
2377
- #: ../admin/social_login.php:806
2378
  msgid "Login redirection"
2379
  msgstr "Átirányítás Belépés után"
2380
 
2381
- #: ../admin/social_login.php:810
2382
  msgid "Same page where user logged in"
2383
  msgstr "Az az oldal, ahol a felhasználó belépett"
2384
 
2385
- #: ../admin/social_login.php:814 ../admin/social_login.php:844
2386
  msgid "Account dashboard"
2387
  msgstr "Felhasználói Irányítópult"
2388
 
2389
- #: ../admin/social_login.php:817 ../admin/social_login.php:847
2390
  msgid "BuddyPress profile page"
2391
  msgstr "BuddyPress profil oldal"
2392
 
2393
- #: ../admin/social_login.php:820 ../admin/social_login.php:850
2394
  msgid "Custom Url"
2395
  msgstr "Egyedi URL"
2396
 
2397
- #: ../admin/social_login.php:828
2398
  msgid "User will be redirected to the selected page after Social Login"
2399
  msgstr ""
2400
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2401
 
2402
- #: ../admin/social_login.php:836
2403
  msgid "Registration redirection"
2404
  msgstr "Átirányítás Regisztráció után"
2405
 
2406
- #: ../admin/social_login.php:840
2407
  msgid "Same page from where user registered"
2408
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2409
 
2410
- #: ../admin/social_login.php:858
2411
  msgid ""
2412
  "User will be redirected to the selected page after registration (first "
2413
  "Social Login) through Social Login"
@@ -2415,23 +2445,23 @@ msgstr ""
2415
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2416
  "Közösségi belépés) után"
2417
 
2418
- #: ../admin/social_login.php:867
2419
  #, fuzzy
2420
  msgid "Social Account Linking Options"
2421
  msgstr "Közösségi Hozzászólás"
2422
 
2423
- #: ../admin/social_login.php:883
2424
  #, fuzzy
2425
  msgid "Text to display above the Social Account Linking interface"
2426
  msgstr "Szöveg a Közösségi Belépés felett"
2427
 
2428
- #: ../admin/social_login.php:891
2429
  #, fuzzy
2430
  msgid ""
2431
  "Link social account to already existing account, if email address matches"
2432
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2433
 
2434
- #: ../admin/social_login.php:901
2435
  msgid ""
2436
  "If email address of the user's Social Account matches with an already "
2437
  "existing account at your website, that social account will be linked to "
@@ -2439,12 +2469,12 @@ msgid ""
2439
  "Linking interface at their profile page."
2440
  msgstr ""
2441
 
2442
- #: ../admin/social_login.php:910
2443
  msgid "Enable social account linking at BuddyPress profile page"
2444
  msgstr ""
2445
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2446
 
2447
- #: ../admin/social_login.php:920
2448
  msgid ""
2449
  "Enable this option to show social account linking interface at BuddyPress "
2450
  "profile page"
@@ -2452,15 +2482,15 @@ msgstr ""
2452
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2453
  "BuddyPress profil oldal"
2454
 
2455
- #: ../admin/social_login.php:931
2456
  msgid "Email popup options"
2457
  msgstr "Email felugró ablak beállítások"
2458
 
2459
- #: ../admin/social_login.php:937
2460
  msgid "Text on 'Email required' popup"
2461
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2462
 
2463
- #: ../admin/social_login.php:947
2464
  msgid ""
2465
  "This text will be displayed on email required popup. Leave empty if not "
2466
  "required."
@@ -2468,11 +2498,11 @@ msgstr ""
2468
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2469
  "hagyhatod, ha nem kéred be az e-mail címet."
2470
 
2471
- #: ../admin/social_login.php:956
2472
  msgid "Error message for 'Email required' popup"
2473
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2474
 
2475
- #: ../admin/social_login.php:966
2476
  msgid ""
2477
  "This message will be displayed to user if it provides invalid or already "
2478
  "registered email"
@@ -2480,11 +2510,11 @@ msgstr ""
2480
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2481
  "mail címet ad meg "
2482
 
2483
- #: ../admin/social_login.php:975
2484
  msgid "Email popup height"
2485
  msgstr "Email felugró ablak magassága"
2486
 
2487
- #: ../admin/social_login.php:985
2488
  msgid ""
2489
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2490
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2493,11 +2523,11 @@ msgstr ""
2493
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2494
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2495
 
2496
- #: ../admin/social_login.php:993
2497
  msgid "Enable email verification"
2498
  msgstr "E-mail ellenőrzés bekapcsolása"
2499
 
2500
- #: ../admin/social_login.php:1003
2501
  msgid ""
2502
  "If enabled, email provided by the user will be verified by sending a "
2503
  "confirmation link to that email. User would not be able to login without "
@@ -2507,87 +2537,91 @@ msgstr ""
2507
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2508
  "nem erősítette meg e-mailcímét "
2509
 
2510
- #: ../admin/social_login.php:1024
2511
  #, fuzzy
2512
  msgid "Enable GDPR opt-in"
2513
  msgstr "Disqus Hozzászólás Bekapcsolása"
2514
 
2515
- #: ../admin/social_login.php:1034
2516
  msgid ""
2517
  "Enable it to show GDPR opt-in for social login and social account linking"
2518
  msgstr ""
2519
 
2520
- #: ../admin/social_login.php:1043
2521
  #, fuzzy
2522
  msgid "Placement of GDPR opt-in"
2523
  msgstr "Disqus Hozzászólás Bekapcsolása"
2524
 
2525
- #: ../admin/social_login.php:1047
2526
  #, fuzzy
2527
  msgid "Above Social Login icons"
2528
  msgstr "Social Login"
2529
 
2530
- #: ../admin/social_login.php:1049
2531
  #, fuzzy
2532
  msgid "Below Social Login icons"
2533
  msgstr "Social Login"
2534
 
2535
- #: ../admin/social_login.php:1055
2536
  #, fuzzy
2537
  msgid "Placement of GDPR opt-in above or below the social login icons"
2538
  msgstr "Szöveg a Közösségi Belépés felett"
2539
 
2540
- #: ../admin/social_login.php:1063
2541
  msgid "Opt-in text"
2542
  msgstr ""
2543
 
2544
- #: ../admin/social_login.php:1073
2545
  #, fuzzy
2546
  msgid "Text for the GDPR opt-in"
2547
  msgstr "Disqus Hozzászólás Bekapcsolása"
2548
 
2549
- #: ../admin/social_login.php:1081
2550
  msgid "Text to link to Privacy Policy page"
2551
  msgstr ""
2552
 
2553
- #: ../admin/social_login.php:1091
2554
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2555
  msgstr ""
2556
 
2557
- #: ../admin/social_login.php:1099
2558
  msgid "Privacy Policy Url"
2559
  msgstr ""
2560
 
2561
- #: ../admin/social_login.php:1109
2562
  #, fuzzy
2563
  msgid "Url of the privacy policy page of your website"
2564
  msgstr "A főoldalad Url-je"
2565
 
2566
- #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2567
  #: ../inc/widget.php:586 ../inc/widget.php:734
2568
  msgid "Select"
2569
  msgstr "Válassz"
2570
 
2571
- #: ../admin/social_login.php:1191
2572
  #, fuzzy
2573
  msgid "Social Login Shortcode & Widget"
2574
  msgstr "Shortcode és Widget"
2575
 
2576
- #: ../admin/social_login.php:1192
2577
  msgid "Social Linking Shortcode"
2578
  msgstr ""
2579
 
2580
- #: ../admin/social_login.php:1207
2581
  msgid "Why is social login not working?"
2582
  msgstr ""
2583
 
2584
- #: ../admin/social_login.php:1208
2585
  msgid ""
2586
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2587
  "belong to the same app"
2588
  msgstr ""
2589
 
2590
- #: ../admin/social_login.php:1210
 
 
 
 
2591
  msgid ""
2592
  "Why the user is not appearing logged in even after Social Login until the "
2593
  "webpage is refreshed manually?"
@@ -2802,11 +2836,11 @@ msgstr ""
2802
  msgid "Like Buttons Shortcode & Widget"
2803
  msgstr "Shortcode és Widget"
2804
 
2805
- #: ../inc/shortcode.php:197 ../inc/widget.php:47
2806
  msgid "Log Out"
2807
  msgstr "Kilépés"
2808
 
2809
- #: ../inc/shortcode.php:295
2810
  #, fuzzy
2811
  msgid ""
2812
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
@@ -2826,36 +2860,36 @@ msgstr ""
2826
  msgid "Archives"
2827
  msgstr "Kategória Archívum"
2828
 
2829
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2830
  msgid "Invalid request"
2831
  msgstr "Hibás kérés"
2832
 
2833
- #: ../inc/social_sharing.php:870
2834
  msgid "Providers not selected"
2835
  msgstr "Nincs kiválasztott szolgáltató"
2836
 
2837
- #: ../inc/social_login.php:721
2838
  msgid "Email"
2839
  msgstr "Email"
2840
 
2841
- #: ../inc/social_login.php:722
2842
  msgid "Confirm email"
2843
  msgstr ""
2844
 
2845
- #: ../inc/social_login.php:724
2846
  msgid "Save"
2847
  msgstr ""
2848
 
2849
- #: ../inc/social_login.php:725
2850
  msgid "Cancel"
2851
  msgstr ""
2852
 
2853
- #: ../inc/social_login.php:799
2854
  #, fuzzy
2855
  msgid "Email Verification"
2856
  msgstr "E-mail ellenőrzés bekapcsolása"
2857
 
2858
- #: ../inc/social_login.php:801
2859
  msgid ""
2860
  "Please click on the following link or paste it in browser to verify your "
2861
  "email"
@@ -2866,9 +2900,10 @@ msgid "Super Socializer - Login"
2866
  msgstr "Super Socializer - Belépés"
2867
 
2868
  #: ../inc/widget.php:13
 
2869
  msgid ""
2870
  "Let your website users login/register using their favorite Social ID "
2871
- "Provider, such as Facebook, Twitter, Google+, LinkedIn"
2872
  msgstr ""
2873
  "Léptesd be oldalad látogatóit kedvenc Közösségi Hálózatok használatával, "
2874
  "mint a Facebook, Twitter, Google+, vagy a LinkedIn"
@@ -3136,6 +3171,14 @@ msgstr ""
3136
  msgid "RSS Feed URL:"
3137
  msgstr ""
3138
 
 
 
 
 
 
 
 
 
3139
  #, fuzzy
3140
  #~ msgid ""
3141
  #~ "For this to work, you have to enter your website url %s and sign in using "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-02-23 08:36+0530\n"
6
+ "PO-Revision-Date: 2019-02-23 08:36+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
83
  msgid "Notification"
84
  msgstr "Értesítés"
85
 
86
+ #: ../super_socializer.php:902 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "E-mail cím szükséges"
89
 
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
+ #: ../super_socializer.php:1243
116
  #, fuzzy
117
  msgid "Super Socializer - General Options"
118
  msgstr "Super Socializer - Belépés"
119
 
120
+ #: ../super_socializer.php:1243 ../admin/general_options.php:15
121
  #: ../admin/social_commenting.php:47
122
  #, fuzzy
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
+ #: ../super_socializer.php:1311 ../helper.php:898
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
130
 
131
+ #: ../super_socializer.php:1314
132
  msgid "Small Avatar Url"
133
  msgstr "Kis Avatar URL"
134
 
135
+ #: ../super_socializer.php:1318
136
  #, fuzzy
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
+ #: ../super_socializer.php:1322 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
144
  msgstr ""
145
 
146
+ #: ../super_socializer.php:1326 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
150
+ #: ../super_socializer.php:1399 ../super_socializer.php:2051
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
+ #: ../super_socializer.php:1405
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1406
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
163
 
164
+ #: ../super_socializer.php:1411
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
167
 
168
+ #: ../super_socializer.php:1415 ../super_socializer.php:1975
169
  msgid "Link your social account to login to your account at this website"
170
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
171
 
172
+ #: ../super_socializer.php:1642
173
+ #, php-format
174
+ msgid ""
175
+ "Thanks for installing Super Socializer plugin. Click <a href=\"%s\" target="
176
+ "\"_blank\">here</a> for the steps on how to configure the plugin"
177
+ msgstr ""
178
+
179
+ #: ../super_socializer.php:1652
180
  msgid ""
181
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
182
  "current version of Super Socialzer"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1661
186
  msgid ""
187
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
188
  "version of Super Socialzer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1670
192
  msgid ""
193
  "Update \"Social Login Buttons\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1679
198
  msgid ""
199
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
200
  "with current version of Super Socialzer"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1688
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:1695
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
212
  "LiveJournal Login of Super Socialzer"
213
  msgstr ""
214
 
215
+ #: ../super_socializer.php:1706
216
  #, php-format
217
  msgid ""
218
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1722
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
+ #: ../super_socializer.php:1746
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
+ #: ../super_socializer.php:1746 ../super_socializer.php:1771
236
+ #: ../super_socializer.php:1796 ../super_socializer.php:1821
237
+ #: ../super_socializer.php:1854 ../super_socializer.php:1882
238
+ #: ../super_socializer.php:1909 ../super_socializer.php:1933
239
  msgid "Okay"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1771
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
247
  "\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1796
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1821
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
+ #: ../super_socializer.php:1832
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1854
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:1882
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1909
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:1933
298
  #, php-format
299
  msgid ""
300
  "Your website visitors will see a popup notification (only once) if their "
408
  msgstr "Cél Url"
409
 
410
  #: ../helper.php:913 ../admin/general_options.php:132
411
+ #: ../admin/social_sharing.php:1964 ../admin/social_commenting.php:483
412
+ #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
413
  msgid "Save Changes"
414
  msgstr "Változások Mentése"
415
 
431
  msgstr ""
432
 
433
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
434
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1968
435
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
436
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1263
437
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
438
  #, fuzzy, php-format
439
  msgid ""
508
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
509
  msgstr ""
510
 
511
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1974
512
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1269
513
  #: ../admin/like_buttons.php:836
514
  #, fuzzy
515
  msgid "Instagram Shoutout"
516
  msgstr "Instagram"
517
 
518
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1976
519
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1271
520
  #: ../admin/like_buttons.php:838
521
  msgid ""
522
  "If you can send (to hello@heateor.com) how our plugin is helping your "
524
  "hashtags and people to mention in the Instagram post."
525
  msgstr ""
526
 
527
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1977
528
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1272
529
  #: ../admin/like_buttons.php:839
530
  msgid ""
531
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
535
  "time."
536
  msgstr ""
537
 
538
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1978
539
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1273
540
  #: ../admin/like_buttons.php:840
541
  msgid ""
542
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
557
  msgid "by"
558
  msgstr "készítette"
559
 
560
+ #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
561
  #, fuzzy
562
  msgid "Donate Now"
563
  msgstr "Adakozás"
564
 
565
+ #: ../admin/help.php:24
566
  msgid "Plugin Demo"
567
  msgstr "Plugin Demo"
568
 
569
+ #: ../admin/help.php:30
570
  msgid "Translate Plugin"
571
  msgstr ""
572
 
573
+ #: ../admin/help.php:36 ../admin/social_login.php:58
574
  #, fuzzy
575
  msgid "Customize Social Login Icons"
576
  msgstr "Social Login"
577
 
578
+ #: ../admin/help.php:42
579
  msgid "Integrate with Google Analytics"
580
  msgstr ""
581
 
582
+ #: ../admin/help.php:48
583
  msgid "Boost sharing by awarding points"
584
  msgstr "Növelje megosztása odaítélésével pont"
585
 
586
+ #: ../admin/help.php:54
587
  msgid "Award points for Social Login"
588
  msgstr "Díjat pontokat Szociális Belépés"
589
 
590
+ #: ../admin/help.php:60
591
  #, fuzzy
592
  msgid "Other Add-ons"
593
  msgstr "A kiegészítőket"
594
 
595
+ #: ../admin/help.php:66
596
  #, fuzzy
597
  msgid "Support Forum"
598
  msgstr "Támogatás"
599
 
600
+ #: ../admin/help.php:71
601
  msgid "Need Help?"
602
  msgstr "Kell Segítség?"
603
 
604
+ #: ../admin/help.php:73
605
  #, fuzzy
606
  msgid ""
607
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
613
  "nekem egy e-mailt (angolul) a <a href=\"mailto:support@heateor.com"
614
  "\">support@heateor.com</a> címre"
615
 
616
+ #: ../admin/help.php:78
617
  msgid "Testimonial"
618
  msgstr ""
619
 
620
+ #: ../admin/help.php:80
621
  msgid ""
622
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
623
  "\">testimonials@heateor.com</a>"
624
  msgstr ""
625
 
626
+ #: ../admin/help.php:85
627
  #, fuzzy
628
  msgid "Support Us"
629
  msgstr "Támogatás"
630
 
631
+ #: ../admin/help.php:88 ../admin/help.php:91 ../admin/help.php:92
632
+ #: ../admin/help.php:93 ../admin/help.php:94 ../admin/help.php:95
633
  msgid "Rate 5-star"
634
  msgstr "Osztályozz 5-ösre"
635
 
673
  msgid "3rd Party Integration"
674
  msgstr ""
675
 
676
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
677
+ #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
678
+ #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
679
  #: ../admin/like_buttons.php:797
680
  msgid "Shortcode & Widget"
681
  msgstr "Shortcode és Widget"
684
  msgid "Troubleshooter"
685
  msgstr "Hibamegoldó"
686
 
687
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
688
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
689
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1239
690
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
691
  msgid "FAQ"
692
  msgstr "GYIK"
932
  msgstr "Megosztás Url-je"
933
 
934
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
935
+ #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
936
  #: ../inc/widget.php:929
937
  msgid "Title"
938
  msgstr "Cím"
1020
  msgstr ""
1021
 
1022
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1023
+ #: ../admin/social_login.php:848 ../admin/social_login.php:878
1024
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1025
  msgid "Homepage"
1026
  msgstr "Kezdő oldal"
1207
 
1208
  #: ../admin/social_sharing.php:1525
1209
  #, fuzzy
1210
+ msgid "Hide floating slider"
1211
+ msgstr "Bejelentkezettek számára elrejtve:"
1212
+
1213
+ #: ../admin/social_sharing.php:1535
1214
+ msgid "Hides the slider arrow present below the floating share bar"
1215
+ msgstr ""
1216
+
1217
+ #: ../admin/social_sharing.php:1543
1218
+ #, fuzzy
1219
  msgid "Vertical floating bar responsiveness"
1220
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1221
 
1222
+ #: ../admin/social_sharing.php:1546
1223
  #, php-format
1224
  msgid "Display vertical interface only when screen is wider than %s pixels"
1225
  msgstr ""
1226
 
1227
+ #: ../admin/social_sharing.php:1553
1228
  msgid ""
1229
  "Display vertical interface only when screen is wider than the width "
1230
  "specified."
1231
  msgstr ""
1232
 
1233
+ #: ../admin/social_sharing.php:1561
1234
  msgid "Horizontal floating bar responsiveness"
1235
  msgstr ""
1236
 
1237
+ #: ../admin/social_sharing.php:1564
1238
  #, fuzzy, php-format
1239
  msgid ""
1240
  "Stick vertical floating interface horizontally at bottom only when screen is "
1243
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
1244
  "eszközök"
1245
 
1246
+ #: ../admin/social_sharing.php:1571
1247
  msgid ""
1248
  "Stick vertical floating interface horizontally at bottom only when screen is "
1249
  "narrower than the width specified"
1250
  msgstr ""
1251
 
1252
+ #: ../admin/social_sharing.php:1581
1253
  #, fuzzy
1254
  msgid "Horizontal floating bar position"
1255
  msgstr "Vízszintes Megosztási Felület Beállítások"
1256
 
1257
+ #: ../admin/social_sharing.php:1584
1258
  #, php-format
1259
  msgid "%s pixels from %s"
1260
  msgstr ""
1261
 
1262
+ #: ../admin/social_sharing.php:1585
1263
  msgid "Auto-adjust according to screen width (responsive)"
1264
  msgstr ""
1265
 
1266
+ #: ../admin/social_sharing.php:1592
1267
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1268
  msgstr ""
1269
 
1270
+ #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1271
  msgid "Url shortener"
1272
  msgstr "Url rövidítő"
1273
 
1274
+ #: ../admin/social_sharing.php:1618
1275
  msgid "Use shortlinks already installed"
1276
  msgstr "Használja shortlinks már telepítve"
1277
 
1278
+ #: ../admin/social_sharing.php:1628
1279
  msgid "Uses default short url permalinks without using any additional plugin"
1280
  msgstr ""
1281
 
1282
+ #: ../admin/social_sharing.php:1636
1283
  msgid "Enable bit.ly url shortener for sharing"
1284
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1285
 
1286
+ #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1287
  msgid "Master control to enable bit.ly url shortening for sharing"
1288
  msgstr ""
1289
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1290
 
1291
+ #: ../admin/social_sharing.php:1654
1292
  msgid "bit.ly Login"
1293
  msgstr ""
1294
 
1295
+ #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1296
  #, fuzzy, php-format
1297
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1298
  msgstr ""
1300
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1301
  "API Key beszerzéshez"
1302
 
1303
+ #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1304
  msgid "bit.ly API Key"
1305
  msgstr "bit.ly API Key"
1306
 
1307
+ #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1308
  msgid "Clear Bitly Cache"
1309
  msgstr ""
1310
 
1311
+ #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1312
  #, fuzzy
1313
  msgid "ShortUrl cache cleared successfully."
1314
  msgstr "Fiók kapcsolása sikeres"
1315
 
1316
+ #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1317
  msgid ""
1318
  "Use this to delete short urls saved in database. Handy, if urls of your "
1319
  "website have been changed but short urls are still being generated for old "
1320
  "urls."
1321
  msgstr ""
1322
 
1323
+ #: ../admin/social_sharing.php:1712
1324
  msgid "Share Count Cache"
1325
  msgstr ""
1326
 
1327
+ #: ../admin/social_sharing.php:1718
1328
  msgid "Refresh Share Count cache every"
1329
  msgstr ""
1330
 
1331
+ #: ../admin/social_sharing.php:1723
1332
  msgid "Second(s)"
1333
  msgstr ""
1334
 
1335
+ #: ../admin/social_sharing.php:1724
1336
  msgid "Minute(s)"
1337
  msgstr ""
1338
 
1339
+ #: ../admin/social_sharing.php:1725
1340
  msgid "Hour(s)"
1341
  msgstr ""
1342
 
1343
+ #: ../admin/social_sharing.php:1726
1344
  msgid "Day(s)"
1345
  msgstr ""
1346
 
1347
+ #: ../admin/social_sharing.php:1734
1348
  #, php-format
1349
  msgid ""
1350
  "Frequent cache refreshing results in slower loading of pages with share "
1352
  "target=\"_blank\">here</a>"
1353
  msgstr ""
1354
 
1355
+ #: ../admin/social_sharing.php:1742
1356
  msgid "Clear Share Counts Cache"
1357
  msgstr ""
1358
 
1359
+ #: ../admin/social_sharing.php:1746
1360
  #, fuzzy
1361
  msgid "Share Counts cache cleared successfully."
1362
  msgstr "Fiók kapcsolása sikeres"
1363
 
1364
+ #: ../admin/social_sharing.php:1753
1365
  msgid "Use this to clear cached share counts"
1366
  msgstr ""
1367
 
1368
+ #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1369
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1370
  #: ../admin/like_buttons.php:698
1371
  msgid "Language"
1372
  msgstr "Nyelv"
1373
 
1374
+ #: ../admin/social_sharing.php:1778
1375
  #, fuzzy, php-format
1376
  msgid ""
1377
  "Enter the code of the language you want to use for like buttons. You can "
1382
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1383
  "az alapértelmezett (angol) nyelv használatához"
1384
 
1385
+ #: ../admin/social_sharing.php:1787
1386
  #, fuzzy
1387
  msgid "Username in sharing"
1388
  msgstr "Twitter felhasználónév a megosztásban"
1389
 
1390
+ #: ../admin/social_sharing.php:1793
1391
  msgid "Twitter username (without @)"
1392
  msgstr "Twitter felhasználónév (@ nélkül)"
1393
 
1394
+ #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1395
  msgid ""
1396
  "Provided username will be appended after the content being shared as \"via "
1397
  "@USERNAME\". Leave empty if you do not want any username in the content "
1400
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1401
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1402
 
1403
+ #: ../admin/social_sharing.php:1812
1404
  #, fuzzy
1405
  msgid "Buffer username (without @)"
1406
  msgstr "Twitter felhasználónév (@ nélkül)"
1407
 
1408
+ #: ../admin/social_sharing.php:1831
1409
  msgid "AMP"
1410
  msgstr ""
1411
 
1412
+ #: ../admin/social_sharing.php:1837
1413
  #, fuzzy
1414
  msgid "Enable sharing on AMP pages"
1415
  msgstr "Bekapcsolás a belépés oldalon"
1416
 
1417
+ #: ../admin/social_sharing.php:1847
1418
  msgid "Enable this option to render sharing icons on AMP pages"
1419
  msgstr ""
1420
 
1421
+ #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1422
  msgid "myCRED"
1423
  msgstr ""
1424
 
1425
+ #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1426
  msgid "Append myCRED referral ID to the urls being shared"
1427
  msgstr ""
1428
 
1429
+ #: ../admin/social_sharing.php:1905
1430
  msgid "Facebook Sharing Troubleshooter"
1431
  msgstr "Facebook Megosztás Hibaelhárító"
1432
 
1433
+ #: ../admin/social_sharing.php:1910
1434
  #, fuzzy
1435
  msgid ""
1436
  "If Facebook sharing is not working fine, click at the following link and "
1442
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1443
  "tökéletesen) a szöveges mezőben:"
1444
 
1445
+ #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:469
1446
+ #: ../admin/social_login.php:1241
1447
  msgid ""
1448
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1449
  "an online website for the plugin to function properly."
1450
  msgstr ""
1451
 
1452
+ #: ../admin/social_sharing.php:1928
1453
  msgid ""
1454
  "Why is sharer not showing the correct image, title and other meta tags "
1455
  "content?"
1456
  msgstr ""
1457
 
1458
+ #: ../admin/social_sharing.php:1930
1459
  msgid "Why is Instagram icon redirecting to Instagram website?"
1460
  msgstr ""
1461
 
1462
+ #: ../admin/social_sharing.php:1931
1463
  msgid ""
1464
  "Instagram icon is there to send website visitors to the Instagram page of "
1465
  "your choice. You can save the desired Instagram handle in \"Instagram "
1467
  "sections."
1468
  msgstr ""
1469
 
1470
+ #: ../admin/social_sharing.php:1934
1471
  msgid ""
1472
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1473
  msgstr ""
1474
 
1475
+ #: ../admin/social_sharing.php:1935
1476
  msgid ""
1477
  "It takes some time for their service to track the shares made on Twitter "
1478
  "from your website. If you still feel it's taking too long you can contact "
1479
  "their support directly from their website."
1480
  msgstr ""
1481
 
1482
+ #: ../admin/social_sharing.php:1937 ../admin/like_buttons.php:814
1483
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1484
  msgstr ""
1485
 
1486
+ #: ../admin/social_sharing.php:1938
1487
  msgid ""
1488
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1489
  msgstr ""
1490
 
1491
+ #: ../admin/social_sharing.php:1939 ../admin/social_commenting.php:472
1492
+ #: ../admin/social_login.php:1248
1493
  msgid "Why is my browser blocking some features of the plugin?"
1494
  msgstr ""
1495
 
1496
+ #: ../admin/social_sharing.php:1940
1497
  msgid "Why the color of share icons is not being updated?"
1498
  msgstr ""
1499
 
1500
+ #: ../admin/social_sharing.php:1941
1501
  msgid "Why Facebook share counts are not appearing?"
1502
  msgstr ""
1503
 
1504
+ #: ../admin/social_sharing.php:1942
1505
  msgid ""
1506
  "How can I show share counts of my website rather than of individual pages/"
1507
  "posts?"
1509
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1510
  "kívül is?"
1511
 
1512
+ #: ../admin/social_sharing.php:1943
1513
  msgid "How can I disable sharing on particular page/post?"
1514
  msgstr ""
1515
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1516
 
1517
+ #: ../admin/social_sharing.php:1944
1518
  msgid "How can I specify minimum sharing count for sharing networks?"
1519
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1520
 
1521
+ #: ../admin/social_sharing.php:1945
1522
  msgid "How to share specific page?"
1523
  msgstr ""
1524
 
1525
+ #: ../admin/social_sharing.php:1946
1526
  msgid "How to integrate Google Analytics with sharing?"
1527
  msgstr ""
1528
 
1529
+ #: ../admin/social_sharing.php:1947
1530
  msgid "How to customize the look of total share counts?"
1531
  msgstr ""
1532
 
1533
+ #: ../admin/social_sharing.php:1948
1534
  #, fuzzy
1535
  msgid "How to customize the look of individual share counts?"
1536
  msgstr "Megosztás számok mutatása:"
1537
 
1538
+ #: ../admin/social_sharing.php:1949
1539
  #, fuzzy
1540
  msgid "How to show Whatsapp icon only on mobile devices?"
1541
  msgstr "Hide megosztása mobil eszközökön"
1542
 
1543
+ #: ../admin/social_sharing.php:1950
1544
  msgid "How to hide arrow after floating sharing bar?"
1545
  msgstr ""
1546
 
1547
+ #: ../admin/social_sharing.php:1951
1548
  msgid "Why is share count not getting updated?"
1549
  msgstr ""
1550
 
1551
+ #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:812
1552
  msgid "Why is there so much space between like buttons?"
1553
  msgstr ""
1554
 
1555
+ #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:813
1556
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1557
  msgstr ""
1558
 
1839
  msgid "Advanced Configuration"
1840
  msgstr "Alap Beállítások"
1841
 
1842
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1843
  msgid "GDPR"
1844
  msgstr ""
1845
 
1846
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1847
  msgid "XProfile Integration"
1848
  msgstr ""
1849
 
1894
  msgstr "LinkedIn"
1895
 
1896
  #: ../admin/social_login.php:119
1897
+ #, fuzzy
1898
+ msgid "Google"
1899
  msgstr "Google+"
1900
 
1901
  #: ../admin/social_login.php:123
2048
  "API Key beszerzéshez"
2049
 
2050
  #: ../admin/social_login.php:301
2051
+ #, fuzzy
2052
+ msgid "Google Client ID"
2053
  msgstr "Google+ Client ID"
2054
 
2055
  #: ../admin/social_login.php:311
2056
+ #, fuzzy, php-format
2057
  msgid ""
2058
+ "Required for Google Social Login to work. Please follow the documentation at "
2059
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
 
2060
  msgstr ""
2061
  "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
2062
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2073
 
2074
  #: ../admin/social_login.php:323
2075
  #, fuzzy
2076
+ msgid "Google Client Secret"
2077
  msgstr "Google+ Client ID"
2078
 
2079
  #: ../admin/social_login.php:333
2080
  #, fuzzy, php-format
2081
  msgid ""
2082
+ "Required for Google Social Login to work. Please follow the documentation at "
2083
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
 
2084
  msgstr ""
2085
  "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a "
2086
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2225
  msgstr "Szöveg a Közösségi Belépés felett"
2226
 
2227
  #: ../admin/social_login.php:551
2228
+ #, fuzzy
2229
+ msgid "Center align icons"
2230
+ msgstr "Ikonsorrend beállítás"
2231
+
2232
+ #: ../admin/social_login.php:561
2233
+ #, fuzzy
2234
+ msgid "Center align social login icons"
2235
+ msgstr "Social Login"
2236
+
2237
+ #: ../admin/social_login.php:569
2238
  msgid "Enable at login page"
2239
  msgstr "Bekapcsolás a belépés oldalon"
2240
 
2241
+ #: ../admin/social_login.php:579
2242
  msgid ""
2243
  "Social Login interface will get enabled at the login page of your website"
2244
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2245
 
2246
+ #: ../admin/social_login.php:587
2247
  msgid "Enable at register page"
2248
  msgstr "Bekapcsolás a regisztráció oldalon"
2249
 
2250
+ #: ../admin/social_login.php:597
2251
  msgid ""
2252
  "Social Login interface will get enabled at the registration page of your "
2253
  "website"
2254
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2255
 
2256
+ #: ../admin/social_login.php:605
2257
  msgid "Enable at comment form"
2258
  msgstr "Bekapcsolás a hozászólásoknál"
2259
 
2260
+ #: ../admin/social_login.php:615
2261
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2262
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2263
 
2264
+ #: ../admin/social_login.php:630
2265
  msgid "Enable before WooCommerce Customer Login Form"
2266
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2267
 
2268
+ #: ../admin/social_login.php:640
2269
  #, fuzzy
2270
  msgid ""
2271
  "Social Login Interface will get enabled before the customer login form at "
2272
  "WooCommerce My Account page"
2273
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2274
 
2275
+ #: ../admin/social_login.php:648
2276
+ #, fuzzy
2277
+ msgid "Enable at WooCommerce Customer Login Form"
2278
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2279
 
2280
+ #: ../admin/social_login.php:658
2281
  #, fuzzy
2282
  msgid ""
2283
+ "Integrate Social Login Interface with the customer login form at WooCommerce "
2284
+ "My Account page"
2285
+ msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2286
+
2287
+ #: ../admin/social_login.php:666
2288
+ #, fuzzy
2289
+ msgid "Enable at WooCommerce Customer Register Form"
2290
+ msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2291
+
2292
+ #: ../admin/social_login.php:676
2293
+ #, fuzzy
2294
+ msgid ""
2295
+ "Integrate Social Login Interface with the customer register form at "
2296
  "WooCommerce My Account page"
2297
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2298
 
2299
+ #: ../admin/social_login.php:684
2300
  #, fuzzy
2301
  msgid "Enable at WooCommerce checkout page"
2302
  msgstr "Bekapcsolás a regisztráció oldalon"
2303
 
2304
+ #: ../admin/social_login.php:694
2305
  #, fuzzy
2306
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2307
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2308
 
2309
+ #: ../admin/social_login.php:705
2310
  msgid "Auto-approve comments made by Social Login users"
2311
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2312
 
2313
+ #: ../admin/social_login.php:715
2314
  msgid ""
2315
  "If this option is enabled, and WordPress comment is made by Social Login "
2316
  "user, comment will get approved immediately without keeping in moderation."
2319
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2320
  "megjelenik az oldalon."
2321
 
2322
+ #: ../admin/social_login.php:716
2323
  msgid "Note: This is not related to Facebook comments"
2324
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2325
 
2326
+ #: ../admin/social_login.php:726
2327
  msgid "Enable social avatar"
2328
  msgstr "Közösségi avatar bekapcsolás"
2329
 
2330
+ #: ../admin/social_login.php:736
2331
  msgid ""
2332
  "Social profile pictures of the logged in user will be displayed as profile "
2333
  "avatar"
2334
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2335
 
2336
+ #: ../admin/social_login.php:746
2337
  msgid "Avatar quality"
2338
  msgstr " Avatar képminőség"
2339
 
2340
+ #: ../admin/social_login.php:749
2341
  msgid "Average"
2342
  msgstr "Átlagos"
2343
 
2344
+ #: ../admin/social_login.php:750
2345
  msgid "Best"
2346
  msgstr "legjobb"
2347
 
2348
+ #: ../admin/social_login.php:757
2349
  msgid "Choose avatar quality"
2350
  msgstr "Válassz Avatar képminőséget"
2351
 
2352
+ #: ../admin/social_login.php:766
2353
  #, fuzzy
2354
  msgid ""
2355
  "Show option for users to update social avatar at BuddyPress profile page"
2357
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2358
  "BuddyPress profil oldal"
2359
 
2360
+ #: ../admin/social_login.php:776
2361
  msgid ""
2362
  "If enabled, users would be able to update their social avatar from \"Profile "
2363
  "photo\" section in BuddyPress profile at front-end"
2364
  msgstr ""
2365
 
2366
+ #: ../admin/social_login.php:797
2367
  msgid ""
2368
  "If enabled and Social ID provider does not provide user's email address on "
2369
  "login, user will be asked to provide his/her email address. Otherwise, a "
2373
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2374
  "véletlenszerű e-mail címet generálunk"
2375
 
2376
+ #: ../admin/social_login.php:806
2377
  msgid "Send post-registration email to user to set account password"
2378
  msgstr ""
2379
 
2380
+ #: ../admin/social_login.php:816
2381
  msgid ""
2382
  "If enabled, an email will be sent to user after registration through Social "
2383
  "Login, regarding his/her login credentials (username-password to be able to "
2388
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2389
  "az oldalra."
2390
 
2391
+ #: ../admin/social_login.php:824
2392
  #, fuzzy
2393
  msgid "Send new user registration notification email to admin"
2394
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2395
 
2396
+ #: ../admin/social_login.php:834
2397
  #, fuzzy
2398
  msgid ""
2399
  "If enabled, an email will be sent to admin after new user registers through "
2404
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2405
  "az oldalra."
2406
 
2407
+ #: ../admin/social_login.php:842
2408
  msgid "Login redirection"
2409
  msgstr "Átirányítás Belépés után"
2410
 
2411
+ #: ../admin/social_login.php:846
2412
  msgid "Same page where user logged in"
2413
  msgstr "Az az oldal, ahol a felhasználó belépett"
2414
 
2415
+ #: ../admin/social_login.php:850 ../admin/social_login.php:880
2416
  msgid "Account dashboard"
2417
  msgstr "Felhasználói Irányítópult"
2418
 
2419
+ #: ../admin/social_login.php:853 ../admin/social_login.php:883
2420
  msgid "BuddyPress profile page"
2421
  msgstr "BuddyPress profil oldal"
2422
 
2423
+ #: ../admin/social_login.php:856 ../admin/social_login.php:886
2424
  msgid "Custom Url"
2425
  msgstr "Egyedi URL"
2426
 
2427
+ #: ../admin/social_login.php:864
2428
  msgid "User will be redirected to the selected page after Social Login"
2429
  msgstr ""
2430
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2431
 
2432
+ #: ../admin/social_login.php:872
2433
  msgid "Registration redirection"
2434
  msgstr "Átirányítás Regisztráció után"
2435
 
2436
+ #: ../admin/social_login.php:876
2437
  msgid "Same page from where user registered"
2438
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2439
 
2440
+ #: ../admin/social_login.php:894
2441
  msgid ""
2442
  "User will be redirected to the selected page after registration (first "
2443
  "Social Login) through Social Login"
2445
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2446
  "Közösségi belépés) után"
2447
 
2448
+ #: ../admin/social_login.php:903
2449
  #, fuzzy
2450
  msgid "Social Account Linking Options"
2451
  msgstr "Közösségi Hozzászólás"
2452
 
2453
+ #: ../admin/social_login.php:919
2454
  #, fuzzy
2455
  msgid "Text to display above the Social Account Linking interface"
2456
  msgstr "Szöveg a Közösségi Belépés felett"
2457
 
2458
+ #: ../admin/social_login.php:927
2459
  #, fuzzy
2460
  msgid ""
2461
  "Link social account to already existing account, if email address matches"
2462
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2463
 
2464
+ #: ../admin/social_login.php:937
2465
  msgid ""
2466
  "If email address of the user's Social Account matches with an already "
2467
  "existing account at your website, that social account will be linked to "
2469
  "Linking interface at their profile page."
2470
  msgstr ""
2471
 
2472
+ #: ../admin/social_login.php:946
2473
  msgid "Enable social account linking at BuddyPress profile page"
2474
  msgstr ""
2475
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2476
 
2477
+ #: ../admin/social_login.php:956
2478
  msgid ""
2479
  "Enable this option to show social account linking interface at BuddyPress "
2480
  "profile page"
2482
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2483
  "BuddyPress profil oldal"
2484
 
2485
+ #: ../admin/social_login.php:967
2486
  msgid "Email popup options"
2487
  msgstr "Email felugró ablak beállítások"
2488
 
2489
+ #: ../admin/social_login.php:973
2490
  msgid "Text on 'Email required' popup"
2491
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2492
 
2493
+ #: ../admin/social_login.php:983
2494
  msgid ""
2495
  "This text will be displayed on email required popup. Leave empty if not "
2496
  "required."
2498
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2499
  "hagyhatod, ha nem kéred be az e-mail címet."
2500
 
2501
+ #: ../admin/social_login.php:992
2502
  msgid "Error message for 'Email required' popup"
2503
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2504
 
2505
+ #: ../admin/social_login.php:1002
2506
  msgid ""
2507
  "This message will be displayed to user if it provides invalid or already "
2508
  "registered email"
2510
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2511
  "mail címet ad meg "
2512
 
2513
+ #: ../admin/social_login.php:1011
2514
  msgid "Email popup height"
2515
  msgstr "Email felugró ablak magassága"
2516
 
2517
+ #: ../admin/social_login.php:1021
2518
  msgid ""
2519
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2520
  "can increase the height of popup by specifying in this option. Leave empty "
2523
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2524
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2525
 
2526
+ #: ../admin/social_login.php:1029
2527
  msgid "Enable email verification"
2528
  msgstr "E-mail ellenőrzés bekapcsolása"
2529
 
2530
+ #: ../admin/social_login.php:1039
2531
  msgid ""
2532
  "If enabled, email provided by the user will be verified by sending a "
2533
  "confirmation link to that email. User would not be able to login without "
2537
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2538
  "nem erősítette meg e-mailcímét "
2539
 
2540
+ #: ../admin/social_login.php:1060
2541
  #, fuzzy
2542
  msgid "Enable GDPR opt-in"
2543
  msgstr "Disqus Hozzászólás Bekapcsolása"
2544
 
2545
+ #: ../admin/social_login.php:1070
2546
  msgid ""
2547
  "Enable it to show GDPR opt-in for social login and social account linking"
2548
  msgstr ""
2549
 
2550
+ #: ../admin/social_login.php:1079
2551
  #, fuzzy
2552
  msgid "Placement of GDPR opt-in"
2553
  msgstr "Disqus Hozzászólás Bekapcsolása"
2554
 
2555
+ #: ../admin/social_login.php:1083
2556
  #, fuzzy
2557
  msgid "Above Social Login icons"
2558
  msgstr "Social Login"
2559
 
2560
+ #: ../admin/social_login.php:1085
2561
  #, fuzzy
2562
  msgid "Below Social Login icons"
2563
  msgstr "Social Login"
2564
 
2565
+ #: ../admin/social_login.php:1091
2566
  #, fuzzy
2567
  msgid "Placement of GDPR opt-in above or below the social login icons"
2568
  msgstr "Szöveg a Közösségi Belépés felett"
2569
 
2570
+ #: ../admin/social_login.php:1099
2571
  msgid "Opt-in text"
2572
  msgstr ""
2573
 
2574
+ #: ../admin/social_login.php:1109
2575
  #, fuzzy
2576
  msgid "Text for the GDPR opt-in"
2577
  msgstr "Disqus Hozzászólás Bekapcsolása"
2578
 
2579
+ #: ../admin/social_login.php:1117
2580
  msgid "Text to link to Privacy Policy page"
2581
  msgstr ""
2582
 
2583
+ #: ../admin/social_login.php:1127
2584
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2585
  msgstr ""
2586
 
2587
+ #: ../admin/social_login.php:1135
2588
  msgid "Privacy Policy Url"
2589
  msgstr ""
2590
 
2591
+ #: ../admin/social_login.php:1145
2592
  #, fuzzy
2593
  msgid "Url of the privacy policy page of your website"
2594
  msgstr "A főoldalad Url-je"
2595
 
2596
+ #: ../admin/social_login.php:1196 ../inc/widget.php:252 ../inc/widget.php:422
2597
  #: ../inc/widget.php:586 ../inc/widget.php:734
2598
  msgid "Select"
2599
  msgstr "Válassz"
2600
 
2601
+ #: ../admin/social_login.php:1227
2602
  #, fuzzy
2603
  msgid "Social Login Shortcode & Widget"
2604
  msgstr "Shortcode és Widget"
2605
 
2606
+ #: ../admin/social_login.php:1228
2607
  msgid "Social Linking Shortcode"
2608
  msgstr ""
2609
 
2610
+ #: ../admin/social_login.php:1243
2611
  msgid "Why is social login not working?"
2612
  msgstr ""
2613
 
2614
+ #: ../admin/social_login.php:1244
2615
  msgid ""
2616
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2617
  "belong to the same app"
2618
  msgstr ""
2619
 
2620
+ #: ../admin/social_login.php:1246
2621
+ msgid "Social Login not working with Varnish enabled"
2622
+ msgstr ""
2623
+
2624
+ #: ../admin/social_login.php:1247
2625
  msgid ""
2626
  "Why the user is not appearing logged in even after Social Login until the "
2627
  "webpage is refreshed manually?"
2836
  msgid "Like Buttons Shortcode & Widget"
2837
  msgstr "Shortcode és Widget"
2838
 
2839
+ #: ../inc/shortcode.php:198 ../inc/widget.php:47
2840
  msgid "Log Out"
2841
  msgstr "Kilépés"
2842
 
2843
+ #: ../inc/shortcode.php:299
2844
  #, fuzzy
2845
  msgid ""
2846
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2860
  msgid "Archives"
2861
  msgstr "Kategória Archívum"
2862
 
2863
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1071
2864
  msgid "Invalid request"
2865
  msgstr "Hibás kérés"
2866
 
2867
+ #: ../inc/social_sharing.php:864
2868
  msgid "Providers not selected"
2869
  msgstr "Nincs kiválasztott szolgáltató"
2870
 
2871
+ #: ../inc/social_login.php:724
2872
  msgid "Email"
2873
  msgstr "Email"
2874
 
2875
+ #: ../inc/social_login.php:725
2876
  msgid "Confirm email"
2877
  msgstr ""
2878
 
2879
+ #: ../inc/social_login.php:727
2880
  msgid "Save"
2881
  msgstr ""
2882
 
2883
+ #: ../inc/social_login.php:728
2884
  msgid "Cancel"
2885
  msgstr ""
2886
 
2887
+ #: ../inc/social_login.php:802
2888
  #, fuzzy
2889
  msgid "Email Verification"
2890
  msgstr "E-mail ellenőrzés bekapcsolása"
2891
 
2892
+ #: ../inc/social_login.php:804
2893
  msgid ""
2894
  "Please click on the following link or paste it in browser to verify your "
2895
  "email"
2900
  msgstr "Super Socializer - Belépés"
2901
 
2902
  #: ../inc/widget.php:13
2903
+ #, fuzzy
2904
  msgid ""
2905
  "Let your website users login/register using their favorite Social ID "
2906
+ "Provider, such as Facebook, Twitter, Google, LinkedIn"
2907
  msgstr ""
2908
  "Léptesd be oldalad látogatóit kedvenc Közösségi Hálózatok használatával, "
2909
  "mint a Facebook, Twitter, Google+, vagy a LinkedIn"
3171
  msgid "RSS Feed URL:"
3172
  msgstr ""
3173
 
3174
+ #~ msgid ""
3175
+ #~ "We are a creative team with unique ideas in mind and service in heart. We "
3176
+ #~ "love what we do. For more info join us at"
3177
+ #~ msgstr ""
3178
+ #~ "Mi egy kreatív csapat, egyedi elképzeléseit szem előtt tartva és a "
3179
+ #~ "szolgáltatás szívében. Szeretjük, amit csinálunk. További info "
3180
+ #~ "csatlakozzon hozzánk"
3181
+
3182
  #, fuzzy
3183
  #~ msgid ""
3184
  #~ "For this to work, you have to enter your website url %s and sign in using "
languages/super-socializer-it_IT.mo CHANGED
Binary file
languages/super-socializer-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-01-22 06:48+0530\n"
6
- "PO-Revision-Date: 2019-01-22 06:48+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -85,7 +85,7 @@ msgstr ""
85
  msgid "Notification"
86
  msgstr "Notifiche"
87
 
88
- #: ../super_socializer.php:902 ../admin/social_login.php:751
89
  msgid "Email required"
90
  msgstr "Email Obbligatoria"
91
 
@@ -116,28 +116,28 @@ msgstr "Share"
116
  msgid "Link copied."
117
  msgstr "LinkedIn"
118
 
119
- #: ../super_socializer.php:1236
120
  msgid "Super Socializer - General Options"
121
  msgstr "Super Socializer - Opzioni"
122
 
123
- #: ../super_socializer.php:1236 ../admin/general_options.php:15
124
  #: ../admin/social_commenting.php:47
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
- #: ../super_socializer.php:1304 ../helper.php:898
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
132
- #: ../super_socializer.php:1307
133
  msgid "Small Avatar Url"
134
  msgstr "Url Avatar Piccolo"
135
 
136
- #: ../super_socializer.php:1311
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
- #: ../super_socializer.php:1315 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
@@ -145,84 +145,91 @@ msgstr ""
145
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
146
  "social avatar dal mio profilo."
147
 
148
- #: ../super_socializer.php:1319 ../helper.php:902
149
  msgid "Update social avatar, next time I Social Login"
150
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
151
 
152
- #: ../super_socializer.php:1392 ../super_socializer.php:2036
153
  msgid ""
154
  "Your browser is blocking some features of this website. Please follow the "
155
  "instructions at {support_url} to unblock these."
156
  msgstr ""
157
 
158
- #: ../super_socializer.php:1398
159
  msgid "Login with your Social ID"
160
  msgstr "Login con il tuo ID Social"
161
 
162
- #: ../super_socializer.php:1399
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr "La email inserita è già registrata o non è valida"
165
 
166
- #: ../super_socializer.php:1404
167
  msgid "Please enter a valid email address. You might be required to verify it"
168
  msgstr ""
169
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
170
  "una verifica"
171
 
172
- #: ../super_socializer.php:1408 ../super_socializer.php:1960
173
  msgid "Link your social account to login to your account at this website"
174
  msgstr ""
175
  "Collega il tuo social account per accedere al tuo account su questo sito"
176
 
177
- #: ../super_socializer.php:1637
 
 
 
 
 
 
 
178
  msgid ""
179
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
180
  "current version of Super Socialzer"
181
  msgstr ""
182
 
183
- #: ../super_socializer.php:1646
184
  msgid ""
185
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
186
  "version of Super Socialzer"
187
  msgstr ""
188
 
189
- #: ../super_socializer.php:1655
190
  msgid ""
191
  "Update \"Social Login Buttons\" add-on for compatibility with current "
192
  "version of Super Socialzer"
193
  msgstr ""
194
 
195
- #: ../super_socializer.php:1664
196
  msgid ""
197
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
198
  "with current version of Super Socialzer"
199
  msgstr ""
200
 
201
- #: ../super_socializer.php:1673
202
  msgid ""
203
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
204
  "with current version of Super Socialzer"
205
  msgstr ""
206
 
207
- #: ../super_socializer.php:1680
208
  msgid ""
209
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
210
  "LiveJournal Login of Super Socialzer"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1691
214
  #, php-format
215
  msgid ""
216
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1707
220
  #, php-format
221
  msgid ""
222
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
223
  msgstr ""
224
 
225
- #: ../super_socializer.php:1731
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -230,14 +237,14 @@ msgid ""
230
  "target=\"_blank\">here</a>"
231
  msgstr ""
232
 
233
- #: ../super_socializer.php:1731 ../super_socializer.php:1756
234
- #: ../super_socializer.php:1781 ../super_socializer.php:1806
235
- #: ../super_socializer.php:1839 ../super_socializer.php:1867
236
- #: ../super_socializer.php:1894 ../super_socializer.php:1918
237
  msgid "Okay"
238
  msgstr ""
239
 
240
- #: ../super_socializer.php:1756
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -245,7 +252,7 @@ msgid ""
245
  "\">here</a>"
246
  msgstr ""
247
 
248
- #: ../super_socializer.php:1781
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -253,7 +260,7 @@ msgid ""
253
  "target=\"_blank\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1806
257
  #, php-format
258
  msgid ""
259
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -261,13 +268,13 @@ msgid ""
261
  "target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1817
265
  #, php-format
266
  msgid ""
267
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
268
  msgstr ""
269
 
270
- #: ../super_socializer.php:1839
271
  #, php-format
272
  msgid ""
273
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -275,7 +282,7 @@ msgid ""
275
  "\"%s\" target=\"_blank\">here</a>"
276
  msgstr ""
277
 
278
- #: ../super_socializer.php:1867
279
  #, php-format
280
  msgid ""
281
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -284,7 +291,7 @@ msgid ""
284
  "your website %s with them. No need to copy-paste any code from their website."
285
  msgstr ""
286
 
287
- #: ../super_socializer.php:1894
288
  #, php-format
289
  msgid ""
290
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -292,7 +299,7 @@ msgid ""
292
  "\"%s\" target=\"_blank\">here</a>"
293
  msgstr ""
294
 
295
- #: ../super_socializer.php:1918
296
  #, php-format
297
  msgid ""
298
  "Your website visitors will see a popup notification (only once) if their "
@@ -396,8 +403,8 @@ msgid "Large Avatar"
396
  msgstr "Avatar Grande"
397
 
398
  #: ../helper.php:913 ../admin/general_options.php:132
399
- #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
400
- #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
401
  msgid "Save Changes"
402
  msgstr "Salva le modifiche"
403
 
@@ -419,9 +426,9 @@ msgid "Something bad happened"
419
  msgstr ""
420
 
421
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
422
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
423
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
424
- #: ../admin/social_login.php:5 ../admin/social_login.php:1226
425
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
426
  #, fuzzy, php-format
427
  msgid ""
@@ -496,15 +503,15 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
496
  msgstr ""
497
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
498
 
499
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
500
- #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
501
  #: ../admin/like_buttons.php:836
502
  #, fuzzy
503
  msgid "Instagram Shoutout"
504
  msgstr "Instagram"
505
 
506
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
507
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
508
  #: ../admin/like_buttons.php:838
509
  msgid ""
510
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -512,8 +519,8 @@ msgid ""
512
  "hashtags and people to mention in the Instagram post."
513
  msgstr ""
514
 
515
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
516
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
517
  #: ../admin/like_buttons.php:839
518
  msgid ""
519
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -523,8 +530,8 @@ msgid ""
523
  "time."
524
  msgstr ""
525
 
526
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
527
- #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
528
  #: ../admin/like_buttons.php:840
529
  msgid ""
530
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -545,57 +552,49 @@ msgstr "Versione"
545
  msgid "by"
546
  msgstr "da"
547
 
548
- #: ../admin/help.php:7
549
- msgid ""
550
- "We are a creative team with unique ideas in mind and service in heart. We "
551
- "love what we do. For more info join us at"
552
- msgstr ""
553
- "Siamo un team creativo con idee uniche in mente e servizio nel cuore. Amiamo "
554
- "quello che facciamo. Per maggiori informazioni unisciti a noi su"
555
-
556
- #: ../admin/help.php:19
557
  msgid "Donate Now"
558
  msgstr "Dona Ora"
559
 
560
- #: ../admin/help.php:25
561
  msgid "Plugin Demo"
562
  msgstr "Dimostrazione del Plugin"
563
 
564
- #: ../admin/help.php:31
565
  msgid "Translate Plugin"
566
  msgstr ""
567
 
568
- #: ../admin/help.php:37 ../admin/social_login.php:58
569
  #, fuzzy
570
  msgid "Customize Social Login Icons"
571
  msgstr "Opzioni"
572
 
573
- #: ../admin/help.php:43
574
  msgid "Integrate with Google Analytics"
575
  msgstr "Integra con Google Analytics"
576
 
577
- #: ../admin/help.php:49
578
  msgid "Boost sharing by awarding points"
579
  msgstr "Boost condivisione per l'attribuzione di punti"
580
 
581
- #: ../admin/help.php:55
582
  msgid "Award points for Social Login"
583
  msgstr "Punti Premio per il Social Accedi"
584
 
585
- #: ../admin/help.php:61
586
  msgid "Other Add-ons"
587
  msgstr "Altri Add-ons"
588
 
589
- #: ../admin/help.php:67
590
  #, fuzzy
591
  msgid "Support Forum"
592
  msgstr "Supportaci"
593
 
594
- #: ../admin/help.php:72
595
  msgid "Need Help?"
596
  msgstr "Hai Bisogno di Aiuto?"
597
 
598
- #: ../admin/help.php:74
599
  msgid ""
600
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
601
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
@@ -606,22 +605,22 @@ msgstr ""
606
  "posso realizzarle per te. Basta scrivermi via email a <a href=\"mailto:"
607
  "support@heateor.com\">support@heateor.com</a>"
608
 
609
- #: ../admin/help.php:79
610
  msgid "Testimonial"
611
  msgstr ""
612
 
613
- #: ../admin/help.php:81
614
  msgid ""
615
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
616
  "\">testimonials@heateor.com</a>"
617
  msgstr ""
618
 
619
- #: ../admin/help.php:86
620
  msgid "Support Us"
621
  msgstr "Supportaci"
622
 
623
- #: ../admin/help.php:89 ../admin/help.php:92 ../admin/help.php:93
624
- #: ../admin/help.php:94 ../admin/help.php:95 ../admin/help.php:96
625
  msgid "Rate 5-star"
626
  msgstr "Rate 5-star"
627
 
@@ -663,9 +662,9 @@ msgstr "Miscellanea"
663
  msgid "3rd Party Integration"
664
  msgstr "XProfile Integration"
665
 
666
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
667
- #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
668
- #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
669
  #: ../admin/like_buttons.php:797
670
  msgid "Shortcode & Widget"
671
  msgstr "Shortcode & Widget"
@@ -674,9 +673,9 @@ msgstr "Shortcode & Widget"
674
  msgid "Troubleshooter"
675
  msgstr "Risoluzione dei problemi"
676
 
677
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
678
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
679
- #: ../admin/social_login.php:47 ../admin/social_login.php:1203
680
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
681
  msgid "FAQ"
682
  msgstr "FAQ"
@@ -912,7 +911,7 @@ msgid "Url to share"
912
  msgstr "Url da condividere"
913
 
914
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
915
- #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
916
  #: ../inc/widget.php:929
917
  msgid "Title"
918
  msgstr "Titolo"
@@ -999,7 +998,7 @@ msgid "Placement"
999
  msgstr "Collocazione"
1000
 
1001
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1002
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
1003
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1004
  msgid "Homepage"
1005
  msgstr "Homepage"
@@ -1189,16 +1188,26 @@ msgstr ""
1189
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
1190
 
1191
  #: ../admin/social_sharing.php:1525
 
 
 
 
 
 
 
 
 
 
1192
  msgid "Vertical floating bar responsiveness"
1193
  msgstr "Responsiveness Vertical"
1194
 
1195
- #: ../admin/social_sharing.php:1528
1196
  #, php-format
1197
  msgid "Display vertical interface only when screen is wider than %s pixels"
1198
  msgstr ""
1199
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
1200
 
1201
- #: ../admin/social_sharing.php:1535
1202
  msgid ""
1203
  "Display vertical interface only when screen is wider than the width "
1204
  "specified."
@@ -1206,11 +1215,11 @@ msgstr ""
1206
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
1207
  "alla larghezza specificata."
1208
 
1209
- #: ../admin/social_sharing.php:1543
1210
  msgid "Horizontal floating bar responsiveness"
1211
  msgstr "Responsiveness Horizontal"
1212
 
1213
- #: ../admin/social_sharing.php:1546
1214
  #, php-format
1215
  msgid ""
1216
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1219,7 +1228,7 @@ msgstr ""
1219
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
1220
  "quando lo schermo è più stretto di %s pixel"
1221
 
1222
- #: ../admin/social_sharing.php:1553
1223
  msgid ""
1224
  "Stick vertical floating interface horizontally at bottom only when screen is "
1225
  "narrower than the width specified"
@@ -1227,53 +1236,53 @@ msgstr ""
1227
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
1228
  "schermo è più stretto della larghezza specificata"
1229
 
1230
- #: ../admin/social_sharing.php:1563
1231
  msgid "Horizontal floating bar position"
1232
  msgstr "Posizione Horizontal floating bar"
1233
 
1234
- #: ../admin/social_sharing.php:1566
1235
  #, php-format
1236
  msgid "%s pixels from %s"
1237
  msgstr "%s pixels da %s"
1238
 
1239
- #: ../admin/social_sharing.php:1567
1240
  msgid "Auto-adjust according to screen width (responsive)"
1241
  msgstr ""
1242
 
1243
- #: ../admin/social_sharing.php:1574
1244
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1245
  msgstr ""
1246
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
1247
  "essere anche negativo."
1248
 
1249
- #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1250
  msgid "Url shortener"
1251
  msgstr "Url shortener"
1252
 
1253
- #: ../admin/social_sharing.php:1600
1254
  msgid "Use shortlinks already installed"
1255
  msgstr "Utilizza shortlinks installati"
1256
 
1257
- #: ../admin/social_sharing.php:1610
1258
  msgid "Uses default short url permalinks without using any additional plugin"
1259
  msgstr ""
1260
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1261
  "plugin aggiuntivo"
1262
 
1263
- #: ../admin/social_sharing.php:1618
1264
  msgid "Enable bit.ly url shortener for sharing"
1265
  msgstr "Abilita bit.ly url shortener"
1266
 
1267
- #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1268
  msgid "Master control to enable bit.ly url shortening for sharing"
1269
  msgstr ""
1270
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1271
 
1272
- #: ../admin/social_sharing.php:1636
1273
  msgid "bit.ly Login"
1274
  msgstr "bit.ly Login"
1275
 
1276
- #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1277
  #, fuzzy, php-format
1278
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1279
  msgstr ""
@@ -1281,19 +1290,19 @@ msgstr ""
1281
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1282
  "\"_blank\">questa pagina</a>"
1283
 
1284
- #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1285
  msgid "bit.ly API Key"
1286
  msgstr "bit.ly API Key"
1287
 
1288
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1289
  msgid "Clear Bitly Cache"
1290
  msgstr "Cancella Bitly Cache"
1291
 
1292
- #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1293
  msgid "ShortUrl cache cleared successfully."
1294
  msgstr "ShortUrl cache cancellata correttamente"
1295
 
1296
- #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1297
  msgid ""
1298
  "Use this to delete short urls saved in database. Handy, if urls of your "
1299
  "website have been changed but short urls are still being generated for old "
@@ -1303,31 +1312,31 @@ msgstr ""
1303
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1304
  "sono ancora in uso per i vecchi URL."
1305
 
1306
- #: ../admin/social_sharing.php:1694
1307
  msgid "Share Count Cache"
1308
  msgstr "Share Count Cache"
1309
 
1310
- #: ../admin/social_sharing.php:1700
1311
  msgid "Refresh Share Count cache every"
1312
  msgstr "Aggiorna cache ogni"
1313
 
1314
- #: ../admin/social_sharing.php:1705
1315
  msgid "Second(s)"
1316
  msgstr "Secondo(i)"
1317
 
1318
- #: ../admin/social_sharing.php:1706
1319
  msgid "Minute(s)"
1320
  msgstr "Minuto(i)"
1321
 
1322
- #: ../admin/social_sharing.php:1707
1323
  msgid "Hour(s)"
1324
  msgstr "Ora(e)"
1325
 
1326
- #: ../admin/social_sharing.php:1708
1327
  msgid "Day(s)"
1328
  msgstr "Giorno(i)"
1329
 
1330
- #: ../admin/social_sharing.php:1716
1331
  #, fuzzy, php-format
1332
  msgid ""
1333
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1337,25 +1346,25 @@ msgstr ""
1337
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1338
  "rallentare il caricamento delle pagine."
1339
 
1340
- #: ../admin/social_sharing.php:1724
1341
  msgid "Clear Share Counts Cache"
1342
  msgstr "Cancella Share Counts Cache"
1343
 
1344
- #: ../admin/social_sharing.php:1728
1345
  msgid "Share Counts cache cleared successfully."
1346
  msgstr "Share Counts cache cancellata correttamente"
1347
 
1348
- #: ../admin/social_sharing.php:1735
1349
  msgid "Use this to clear cached share counts"
1350
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1351
 
1352
- #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1353
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1354
  #: ../admin/like_buttons.php:698
1355
  msgid "Language"
1356
  msgstr "Lingua"
1357
 
1358
- #: ../admin/social_sharing.php:1760
1359
  #, php-format
1360
  msgid ""
1361
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1367,15 +1376,15 @@ msgstr ""
1367
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1368
  "predefinita"
1369
 
1370
- #: ../admin/social_sharing.php:1769
1371
  msgid "Username in sharing"
1372
  msgstr "Username in sharing"
1373
 
1374
- #: ../admin/social_sharing.php:1775
1375
  msgid "Twitter username (without @)"
1376
  msgstr "Username Twitter (senza @)"
1377
 
1378
- #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1379
  msgid ""
1380
  "Provided username will be appended after the content being shared as \"via "
1381
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1384,36 +1393,36 @@ msgstr ""
1384
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1385
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1386
 
1387
- #: ../admin/social_sharing.php:1794
1388
  msgid "Buffer username (without @)"
1389
  msgstr "Username Buffer (senza @)"
1390
 
1391
- #: ../admin/social_sharing.php:1813
1392
  msgid "AMP"
1393
  msgstr "AMP"
1394
 
1395
- #: ../admin/social_sharing.php:1819
1396
  msgid "Enable sharing on AMP pages"
1397
  msgstr "Abilita sharing nelle pagine di AMP"
1398
 
1399
- #: ../admin/social_sharing.php:1829
1400
  msgid "Enable this option to render sharing icons on AMP pages"
1401
  msgstr ""
1402
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1403
 
1404
- #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1405
  msgid "myCRED"
1406
  msgstr ""
1407
 
1408
- #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1409
  msgid "Append myCRED referral ID to the urls being shared"
1410
  msgstr ""
1411
 
1412
- #: ../admin/social_sharing.php:1887
1413
  msgid "Facebook Sharing Troubleshooter"
1414
  msgstr "Risoluzione dei problemi Facebook Sharing"
1415
 
1416
- #: ../admin/social_sharing.php:1892
1417
  msgid ""
1418
  "If Facebook sharing is not working fine, click at the following link and "
1419
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1425,14 +1434,14 @@ msgstr ""
1425
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1426
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1427
 
1428
- #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1429
- #: ../admin/social_login.php:1205
1430
  msgid ""
1431
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1432
  "an online website for the plugin to function properly."
1433
  msgstr ""
1434
 
1435
- #: ../admin/social_sharing.php:1910
1436
  msgid ""
1437
  "Why is sharer not showing the correct image, title and other meta tags "
1438
  "content?"
@@ -1440,11 +1449,11 @@ msgstr ""
1440
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1441
  "altri contenuti meta tag?"
1442
 
1443
- #: ../admin/social_sharing.php:1912
1444
  msgid "Why is Instagram icon redirecting to Instagram website?"
1445
  msgstr ""
1446
 
1447
- #: ../admin/social_sharing.php:1913
1448
  msgid ""
1449
  "Instagram icon is there to send website visitors to the Instagram page of "
1450
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1452,43 +1461,43 @@ msgid ""
1452
  "sections."
1453
  msgstr ""
1454
 
1455
- #: ../admin/social_sharing.php:1916
1456
  msgid ""
1457
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1458
  msgstr ""
1459
 
1460
- #: ../admin/social_sharing.php:1917
1461
  msgid ""
1462
  "It takes some time for their service to track the shares made on Twitter "
1463
  "from your website. If you still feel it's taking too long you can contact "
1464
  "their support directly from their website."
1465
  msgstr ""
1466
 
1467
- #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:814
1468
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1469
  msgstr ""
1470
 
1471
- #: ../admin/social_sharing.php:1920
1472
  msgid ""
1473
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1474
  msgstr ""
1475
 
1476
- #: ../admin/social_sharing.php:1921 ../admin/social_commenting.php:472
1477
- #: ../admin/social_login.php:1211
1478
  msgid "Why is my browser blocking some features of the plugin?"
1479
  msgstr ""
1480
 
1481
- #: ../admin/social_sharing.php:1922
1482
  #, fuzzy
1483
  msgid "Why the color of share icons is not being updated?"
1484
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1485
 
1486
- #: ../admin/social_sharing.php:1923
1487
  #, fuzzy
1488
  msgid "Why Facebook share counts are not appearing?"
1489
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1490
 
1491
- #: ../admin/social_sharing.php:1924
1492
  msgid ""
1493
  "How can I show share counts of my website rather than of individual pages/"
1494
  "posts?"
@@ -1496,52 +1505,52 @@ msgstr ""
1496
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1497
  "pagine/post?"
1498
 
1499
- #: ../admin/social_sharing.php:1925
1500
  msgid "How can I disable sharing on particular page/post?"
1501
  msgstr ""
1502
  "Come è possibile disattivare la condivisione di una pagina/post in "
1503
  "particolare?"
1504
 
1505
- #: ../admin/social_sharing.php:1926
1506
  msgid "How can I specify minimum sharing count for sharing networks?"
1507
  msgstr ""
1508
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1509
  "di reti?"
1510
 
1511
- #: ../admin/social_sharing.php:1927
1512
  msgid "How to share specific page?"
1513
  msgstr "Come posso condividere la pagina specifica?"
1514
 
1515
- #: ../admin/social_sharing.php:1928
1516
  msgid "How to integrate Google Analytics with sharing?"
1517
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1518
 
1519
- #: ../admin/social_sharing.php:1929
1520
  msgid "How to customize the look of total share counts?"
1521
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1522
 
1523
- #: ../admin/social_sharing.php:1930
1524
  msgid "How to customize the look of individual share counts?"
1525
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1526
 
1527
- #: ../admin/social_sharing.php:1931
1528
  msgid "How to show Whatsapp icon only on mobile devices?"
1529
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1530
 
1531
- #: ../admin/social_sharing.php:1932
1532
  msgid "How to hide arrow after floating sharing bar?"
1533
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1534
 
1535
- #: ../admin/social_sharing.php:1933
1536
  #, fuzzy
1537
  msgid "Why is share count not getting updated?"
1538
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1539
 
1540
- #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1541
  msgid "Why is there so much space between like buttons?"
1542
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1543
 
1544
- #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1545
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1546
  msgstr ""
1547
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
@@ -1827,11 +1836,11 @@ msgstr "Configurazione di Base"
1827
  msgid "Advanced Configuration"
1828
  msgstr "Configurazione Avanzata"
1829
 
1830
- #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1831
  msgid "GDPR"
1832
  msgstr ""
1833
 
1834
- #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1835
  msgid "XProfile Integration"
1836
  msgstr "XProfile Integration"
1837
 
@@ -1881,7 +1890,8 @@ msgid "LinkedIn"
1881
  msgstr "LinkedIn"
1882
 
1883
  #: ../admin/social_login.php:119
1884
- msgid "Google+"
 
1885
  msgstr "Google+"
1886
 
1887
  #: ../admin/social_login.php:123
@@ -2033,15 +2043,15 @@ msgstr ""
2033
  "target=\"_blank\">questo collegamento</a>"
2034
 
2035
  #: ../admin/social_login.php:301
2036
- msgid "Google+ Client ID"
 
2037
  msgstr "Google+ Client ID"
2038
 
2039
  #: ../admin/social_login.php:311
2040
- #, php-format
2041
  msgid ""
2042
- "Required for GooglePlus Social Login to work. Please follow the "
2043
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2044
- "GooglePlus Client ID"
2045
  msgstr ""
2046
  "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
2047
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
@@ -2058,15 +2068,14 @@ msgstr ""
2058
 
2059
  #: ../admin/social_login.php:323
2060
  #, fuzzy
2061
- msgid "Google+ Client Secret"
2062
  msgstr "Google+ Client ID"
2063
 
2064
  #: ../admin/social_login.php:333
2065
  #, fuzzy, php-format
2066
  msgid ""
2067
- "Required for GooglePlus Social Login to work. Please follow the "
2068
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2069
- "GooglePlus Client Secret"
2070
  msgstr ""
2071
  "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
2072
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
@@ -2209,20 +2218,30 @@ msgid "Text to display above the Social Login interface"
2209
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2210
 
2211
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
 
 
2212
  msgid "Enable at login page"
2213
  msgstr "Attiva nella pagina di Login"
2214
 
2215
- #: ../admin/social_login.php:561
2216
  msgid ""
2217
  "Social Login interface will get enabled at the login page of your website"
2218
  msgstr ""
2219
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2220
 
2221
- #: ../admin/social_login.php:569
2222
  msgid "Enable at register page"
2223
  msgstr "Abilita nella pagina di registrazione"
2224
 
2225
- #: ../admin/social_login.php:579
2226
  msgid ""
2227
  "Social Login interface will get enabled at the registration page of your "
2228
  "website"
@@ -2230,19 +2249,19 @@ msgstr ""
2230
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2231
  "sito web"
2232
 
2233
- #: ../admin/social_login.php:587
2234
  msgid "Enable at comment form"
2235
  msgstr "Attiva nel form dei commenti"
2236
 
2237
- #: ../admin/social_login.php:597
2238
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2239
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2240
 
2241
- #: ../admin/social_login.php:612
2242
  msgid "Enable before WooCommerce Customer Login Form"
2243
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2244
 
2245
- #: ../admin/social_login.php:622
2246
  msgid ""
2247
  "Social Login Interface will get enabled before the customer login form at "
2248
  "WooCommerce My Account page"
@@ -2250,33 +2269,49 @@ msgstr ""
2250
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2251
  "Woocommerce, prima del Form di Login."
2252
 
2253
- #: ../admin/social_login.php:630
2254
- msgid "Enable after WooCommerce Customer Login Form"
 
2255
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2256
 
2257
- #: ../admin/social_login.php:640
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2258
  msgid ""
2259
- "Social Login Interface will get enabled after the customer login form at "
2260
  "WooCommerce My Account page"
2261
  msgstr ""
2262
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2263
  "Woocommerce, dopo il Form di Login."
2264
 
2265
- #: ../admin/social_login.php:648
2266
  msgid "Enable at WooCommerce checkout page"
2267
  msgstr "Abilita nella pagina checkout di WooCommerce"
2268
 
2269
- #: ../admin/social_login.php:658
2270
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2271
  msgstr ""
2272
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2273
  "Woocommerce"
2274
 
2275
- #: ../admin/social_login.php:669
2276
  msgid "Auto-approve comments made by Social Login users"
2277
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2278
 
2279
- #: ../admin/social_login.php:679
2280
  msgid ""
2281
  "If this option is enabled, and WordPress comment is made by Social Login "
2282
  "user, comment will get approved immediately without keeping in moderation."
@@ -2285,15 +2320,15 @@ msgstr ""
2285
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2286
  "immediatamente senza nessuna possibilitá di moderazione."
2287
 
2288
- #: ../admin/social_login.php:680
2289
  msgid "Note: This is not related to Facebook comments"
2290
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2291
 
2292
- #: ../admin/social_login.php:690
2293
  msgid "Enable social avatar"
2294
  msgstr "Abilita Avatar"
2295
 
2296
- #: ../admin/social_login.php:700
2297
  msgid ""
2298
  "Social profile pictures of the logged in user will be displayed as profile "
2299
  "avatar"
@@ -2301,30 +2336,30 @@ msgstr ""
2301
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2302
  "avatar del profilo sul tuo sito"
2303
 
2304
- #: ../admin/social_login.php:710
2305
  msgid "Avatar quality"
2306
  msgstr "Qualità Avatar"
2307
 
2308
- #: ../admin/social_login.php:713
2309
  msgid "Average"
2310
  msgstr "Media"
2311
 
2312
- #: ../admin/social_login.php:714
2313
  msgid "Best"
2314
  msgstr "Migliore"
2315
 
2316
- #: ../admin/social_login.php:721
2317
  msgid "Choose avatar quality"
2318
  msgstr "Scelta qualità Avatar"
2319
 
2320
- #: ../admin/social_login.php:730
2321
  msgid ""
2322
  "Show option for users to update social avatar at BuddyPress profile page"
2323
  msgstr ""
2324
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2325
  "profilo BuddyPress"
2326
 
2327
- #: ../admin/social_login.php:740
2328
  msgid ""
2329
  "If enabled, users would be able to update their social avatar from \"Profile "
2330
  "photo\" section in BuddyPress profile at front-end"
@@ -2332,7 +2367,7 @@ msgstr ""
2332
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2333
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2334
 
2335
- #: ../admin/social_login.php:761
2336
  msgid ""
2337
  "If enabled and Social ID provider does not provide user's email address on "
2338
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2343,13 +2378,13 @@ msgstr ""
2343
  "completare questa informazione. In caso contrario, sará generata una email "
2344
  "fittizia"
2345
 
2346
- #: ../admin/social_login.php:770
2347
  msgid "Send post-registration email to user to set account password"
2348
  msgstr ""
2349
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2350
  "password"
2351
 
2352
- #: ../admin/social_login.php:780
2353
  msgid ""
2354
  "If enabled, an email will be sent to user after registration through Social "
2355
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2359,11 +2394,11 @@ msgstr ""
2359
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2360
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2361
 
2362
- #: ../admin/social_login.php:788
2363
  msgid "Send new user registration notification email to admin"
2364
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2365
 
2366
- #: ../admin/social_login.php:798
2367
  msgid ""
2368
  "If enabled, an email will be sent to admin after new user registers through "
2369
  "Social Login, notifying admin about the new user registration"
@@ -2372,40 +2407,40 @@ msgstr ""
2372
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2373
  "registrazione"
2374
 
2375
- #: ../admin/social_login.php:806
2376
  msgid "Login redirection"
2377
  msgstr "Reindirizzamento Login"
2378
 
2379
- #: ../admin/social_login.php:810
2380
  msgid "Same page where user logged in"
2381
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2382
 
2383
- #: ../admin/social_login.php:814 ../admin/social_login.php:844
2384
  msgid "Account dashboard"
2385
  msgstr "Pannello Account"
2386
 
2387
- #: ../admin/social_login.php:817 ../admin/social_login.php:847
2388
  msgid "BuddyPress profile page"
2389
  msgstr "Pagina di profilo BuddyPress"
2390
 
2391
- #: ../admin/social_login.php:820 ../admin/social_login.php:850
2392
  msgid "Custom Url"
2393
  msgstr "Url personalizzata"
2394
 
2395
- #: ../admin/social_login.php:828
2396
  msgid "User will be redirected to the selected page after Social Login"
2397
  msgstr ""
2398
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2399
 
2400
- #: ../admin/social_login.php:836
2401
  msgid "Registration redirection"
2402
  msgstr "Reindirizzamento Registratione"
2403
 
2404
- #: ../admin/social_login.php:840
2405
  msgid "Same page from where user registered"
2406
  msgstr "La stessa pagina dove l'utente si è registrato"
2407
 
2408
- #: ../admin/social_login.php:858
2409
  msgid ""
2410
  "User will be redirected to the selected page after registration (first "
2411
  "Social Login) through Social Login"
@@ -2413,24 +2448,24 @@ msgstr ""
2413
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2414
  "(il primo Social Login) tramite il Social Login"
2415
 
2416
- #: ../admin/social_login.php:867
2417
  #, fuzzy
2418
  msgid "Social Account Linking Options"
2419
  msgstr "Collegamento Social Account"
2420
 
2421
- #: ../admin/social_login.php:883
2422
  #, fuzzy
2423
  msgid "Text to display above the Social Account Linking interface"
2424
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2425
 
2426
- #: ../admin/social_login.php:891
2427
  #, fuzzy
2428
  msgid ""
2429
  "Link social account to already existing account, if email address matches"
2430
  msgstr ""
2431
  "Collega il tuo social account per accedere al tuo account su questo sito"
2432
 
2433
- #: ../admin/social_login.php:901
2434
  msgid ""
2435
  "If email address of the user's Social Account matches with an already "
2436
  "existing account at your website, that social account will be linked to "
@@ -2438,11 +2473,11 @@ msgid ""
2438
  "Linking interface at their profile page."
2439
  msgstr ""
2440
 
2441
- #: ../admin/social_login.php:910
2442
  msgid "Enable social account linking at BuddyPress profile page"
2443
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2444
 
2445
- #: ../admin/social_login.php:920
2446
  msgid ""
2447
  "Enable this option to show social account linking interface at BuddyPress "
2448
  "profile page"
@@ -2450,15 +2485,15 @@ msgstr ""
2450
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2451
  "nella pagina di profilo BuddyPress"
2452
 
2453
- #: ../admin/social_login.php:931
2454
  msgid "Email popup options"
2455
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2456
 
2457
- #: ../admin/social_login.php:937
2458
  msgid "Text on 'Email required' popup"
2459
  msgstr "Testo del pop-up"
2460
 
2461
- #: ../admin/social_login.php:947
2462
  msgid ""
2463
  "This text will be displayed on email required popup. Leave empty if not "
2464
  "required."
@@ -2466,11 +2501,11 @@ msgstr ""
2466
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2467
  "bianco se non si vuole utilizzare."
2468
 
2469
- #: ../admin/social_login.php:956
2470
  msgid "Error message for 'Email required' popup"
2471
  msgstr "Messaggio d'errore"
2472
 
2473
- #: ../admin/social_login.php:966
2474
  msgid ""
2475
  "This message will be displayed to user if it provides invalid or already "
2476
  "registered email"
@@ -2478,11 +2513,11 @@ msgstr ""
2478
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2479
  "indirizzo email non valido o già registrato."
2480
 
2481
- #: ../admin/social_login.php:975
2482
  msgid "Email popup height"
2483
  msgstr "Altezza pop-up Email"
2484
 
2485
- #: ../admin/social_login.php:985
2486
  msgid ""
2487
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2488
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2492,11 +2527,11 @@ msgstr ""
2492
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2493
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2494
 
2495
- #: ../admin/social_login.php:993
2496
  msgid "Enable email verification"
2497
  msgstr "Abilita verifica email"
2498
 
2499
- #: ../admin/social_login.php:1003
2500
  msgid ""
2501
  "If enabled, email provided by the user will be verified by sending a "
2502
  "confirmation link to that email. User would not be able to login without "
@@ -2506,86 +2541,90 @@ msgstr ""
2506
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2507
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2508
 
2509
- #: ../admin/social_login.php:1024
2510
  #, fuzzy
2511
  msgid "Enable GDPR opt-in"
2512
  msgstr "Abilita Disqus Commenting"
2513
 
2514
- #: ../admin/social_login.php:1034
2515
  msgid ""
2516
  "Enable it to show GDPR opt-in for social login and social account linking"
2517
  msgstr ""
2518
 
2519
- #: ../admin/social_login.php:1043
2520
  #, fuzzy
2521
  msgid "Placement of GDPR opt-in"
2522
  msgstr "Abilita Disqus Commenting"
2523
 
2524
- #: ../admin/social_login.php:1047
2525
  #, fuzzy
2526
  msgid "Above Social Login icons"
2527
  msgstr "Opzioni"
2528
 
2529
- #: ../admin/social_login.php:1049
2530
  #, fuzzy
2531
  msgid "Below Social Login icons"
2532
  msgstr "Opzioni"
2533
 
2534
- #: ../admin/social_login.php:1055
2535
  #, fuzzy
2536
  msgid "Placement of GDPR opt-in above or below the social login icons"
2537
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2538
 
2539
- #: ../admin/social_login.php:1063
2540
  msgid "Opt-in text"
2541
  msgstr ""
2542
 
2543
- #: ../admin/social_login.php:1073
2544
  #, fuzzy
2545
  msgid "Text for the GDPR opt-in"
2546
  msgstr "Abilita Disqus Commenting"
2547
 
2548
- #: ../admin/social_login.php:1081
2549
  msgid "Text to link to Privacy Policy page"
2550
  msgstr ""
2551
 
2552
- #: ../admin/social_login.php:1091
2553
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2554
  msgstr ""
2555
 
2556
- #: ../admin/social_login.php:1099
2557
  msgid "Privacy Policy Url"
2558
  msgstr ""
2559
 
2560
- #: ../admin/social_login.php:1109
2561
  #, fuzzy
2562
  msgid "Url of the privacy policy page of your website"
2563
  msgstr "Url della homepage del tuo sito web"
2564
 
2565
- #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2566
  #: ../inc/widget.php:586 ../inc/widget.php:734
2567
  msgid "Select"
2568
  msgstr "Selezionare"
2569
 
2570
- #: ../admin/social_login.php:1191
2571
  msgid "Social Login Shortcode & Widget"
2572
  msgstr "Shortcode & Widget"
2573
 
2574
- #: ../admin/social_login.php:1192
2575
  msgid "Social Linking Shortcode"
2576
  msgstr "Social Linking Shortcode"
2577
 
2578
- #: ../admin/social_login.php:1207
2579
  msgid "Why is social login not working?"
2580
  msgstr ""
2581
 
2582
- #: ../admin/social_login.php:1208
2583
  msgid ""
2584
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2585
  "belong to the same app"
2586
  msgstr ""
2587
 
2588
- #: ../admin/social_login.php:1210
 
 
 
 
2589
  msgid ""
2590
  "Why the user is not appearing logged in even after Social Login until the "
2591
  "webpage is refreshed manually?"
@@ -2795,11 +2834,11 @@ msgstr ""
2795
  msgid "Like Buttons Shortcode & Widget"
2796
  msgstr "Pulsanti Shortcode & Widget"
2797
 
2798
- #: ../inc/shortcode.php:197 ../inc/widget.php:47
2799
  msgid "Log Out"
2800
  msgstr "Log Out"
2801
 
2802
- #: ../inc/shortcode.php:295
2803
  msgid ""
2804
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2805
  "Socializer > Social Login\" page in admin panel"
@@ -2819,35 +2858,35 @@ msgstr ""
2819
  msgid "Archives"
2820
  msgstr "Archivi di categorie"
2821
 
2822
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2823
  msgid "Invalid request"
2824
  msgstr "Domanda non valida"
2825
 
2826
- #: ../inc/social_sharing.php:870
2827
  msgid "Providers not selected"
2828
  msgstr "Providers non selezionati"
2829
 
2830
- #: ../inc/social_login.php:721
2831
  msgid "Email"
2832
  msgstr "Email"
2833
 
2834
- #: ../inc/social_login.php:722
2835
  msgid "Confirm email"
2836
  msgstr "Conferma email"
2837
 
2838
- #: ../inc/social_login.php:724
2839
  msgid "Save"
2840
  msgstr "Salva"
2841
 
2842
- #: ../inc/social_login.php:725
2843
  msgid "Cancel"
2844
  msgstr "Cancella"
2845
 
2846
- #: ../inc/social_login.php:799
2847
  msgid "Email Verification"
2848
  msgstr "Abilita verifica email"
2849
 
2850
- #: ../inc/social_login.php:801
2851
  msgid ""
2852
  "Please click on the following link or paste it in browser to verify your "
2853
  "email"
@@ -2860,9 +2899,10 @@ msgid "Super Socializer - Login"
2860
  msgstr "Super Socializer - Login"
2861
 
2862
  #: ../inc/widget.php:13
 
2863
  msgid ""
2864
  "Let your website users login/register using their favorite Social ID "
2865
- "Provider, such as Facebook, Twitter, Google+, LinkedIn"
2866
  msgstr ""
2867
  "Permetti agli utenti del tuo sito web di accedere/registrarsi usando i loro "
2868
  "Social ID Provider favoriti, come Facebook, Twitter, Goolge+, LinkedIn"
@@ -3123,6 +3163,13 @@ msgstr ""
3123
  msgid "RSS Feed URL:"
3124
  msgstr ""
3125
 
 
 
 
 
 
 
 
3126
  #~ msgid ""
3127
  #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3128
  #~ "share counts"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-02-23 08:36+0530\n"
6
+ "PO-Revision-Date: 2019-02-23 08:36+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
85
  msgid "Notification"
86
  msgstr "Notifiche"
87
 
88
+ #: ../super_socializer.php:902 ../admin/social_login.php:787
89
  msgid "Email required"
90
  msgstr "Email Obbligatoria"
91
 
116
  msgid "Link copied."
117
  msgstr "LinkedIn"
118
 
119
+ #: ../super_socializer.php:1243
120
  msgid "Super Socializer - General Options"
121
  msgstr "Super Socializer - Opzioni"
122
 
123
+ #: ../super_socializer.php:1243 ../admin/general_options.php:15
124
  #: ../admin/social_commenting.php:47
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
+ #: ../super_socializer.php:1311 ../helper.php:898
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
132
+ #: ../super_socializer.php:1314
133
  msgid "Small Avatar Url"
134
  msgstr "Url Avatar Piccolo"
135
 
136
+ #: ../super_socializer.php:1318
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
+ #: ../super_socializer.php:1322 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
145
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
146
  "social avatar dal mio profilo."
147
 
148
+ #: ../super_socializer.php:1326 ../helper.php:902
149
  msgid "Update social avatar, next time I Social Login"
150
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
151
 
152
+ #: ../super_socializer.php:1399 ../super_socializer.php:2051
153
  msgid ""
154
  "Your browser is blocking some features of this website. Please follow the "
155
  "instructions at {support_url} to unblock these."
156
  msgstr ""
157
 
158
+ #: ../super_socializer.php:1405
159
  msgid "Login with your Social ID"
160
  msgstr "Login con il tuo ID Social"
161
 
162
+ #: ../super_socializer.php:1406
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr "La email inserita è già registrata o non è valida"
165
 
166
+ #: ../super_socializer.php:1411
167
  msgid "Please enter a valid email address. You might be required to verify it"
168
  msgstr ""
169
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
170
  "una verifica"
171
 
172
+ #: ../super_socializer.php:1415 ../super_socializer.php:1975
173
  msgid "Link your social account to login to your account at this website"
174
  msgstr ""
175
  "Collega il tuo social account per accedere al tuo account su questo sito"
176
 
177
+ #: ../super_socializer.php:1642
178
+ #, php-format
179
+ msgid ""
180
+ "Thanks for installing Super Socializer plugin. Click <a href=\"%s\" target="
181
+ "\"_blank\">here</a> for the steps on how to configure the plugin"
182
+ msgstr ""
183
+
184
+ #: ../super_socializer.php:1652
185
  msgid ""
186
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
187
  "current version of Super Socialzer"
188
  msgstr ""
189
 
190
+ #: ../super_socializer.php:1661
191
  msgid ""
192
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
193
  "version of Super Socialzer"
194
  msgstr ""
195
 
196
+ #: ../super_socializer.php:1670
197
  msgid ""
198
  "Update \"Social Login Buttons\" add-on for compatibility with current "
199
  "version of Super Socialzer"
200
  msgstr ""
201
 
202
+ #: ../super_socializer.php:1679
203
  msgid ""
204
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
205
  "with current version of Super Socialzer"
206
  msgstr ""
207
 
208
+ #: ../super_socializer.php:1688
209
  msgid ""
210
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
211
  "with current version of Super Socialzer"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:1695
215
  msgid ""
216
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
217
  "LiveJournal Login of Super Socialzer"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1706
221
  #, php-format
222
  msgid ""
223
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1722
227
  #, php-format
228
  msgid ""
229
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
230
  msgstr ""
231
 
232
+ #: ../super_socializer.php:1746
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
+ #: ../super_socializer.php:1746 ../super_socializer.php:1771
241
+ #: ../super_socializer.php:1796 ../super_socializer.php:1821
242
+ #: ../super_socializer.php:1854 ../super_socializer.php:1882
243
+ #: ../super_socializer.php:1909 ../super_socializer.php:1933
244
  msgid "Okay"
245
  msgstr ""
246
 
247
+ #: ../super_socializer.php:1771
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
252
  "\">here</a>"
253
  msgstr ""
254
 
255
+ #: ../super_socializer.php:1796
256
  #, php-format
257
  msgid ""
258
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
260
  "target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
+ #: ../super_socializer.php:1821
264
  #, php-format
265
  msgid ""
266
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
268
  "target=\"_blank\">here</a>"
269
  msgstr ""
270
 
271
+ #: ../super_socializer.php:1832
272
  #, php-format
273
  msgid ""
274
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
275
  msgstr ""
276
 
277
+ #: ../super_socializer.php:1854
278
  #, php-format
279
  msgid ""
280
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
282
  "\"%s\" target=\"_blank\">here</a>"
283
  msgstr ""
284
 
285
+ #: ../super_socializer.php:1882
286
  #, php-format
287
  msgid ""
288
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
291
  "your website %s with them. No need to copy-paste any code from their website."
292
  msgstr ""
293
 
294
+ #: ../super_socializer.php:1909
295
  #, php-format
296
  msgid ""
297
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
299
  "\"%s\" target=\"_blank\">here</a>"
300
  msgstr ""
301
 
302
+ #: ../super_socializer.php:1933
303
  #, php-format
304
  msgid ""
305
  "Your website visitors will see a popup notification (only once) if their "
403
  msgstr "Avatar Grande"
404
 
405
  #: ../helper.php:913 ../admin/general_options.php:132
406
+ #: ../admin/social_sharing.php:1964 ../admin/social_commenting.php:483
407
+ #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
408
  msgid "Save Changes"
409
  msgstr "Salva le modifiche"
410
 
426
  msgstr ""
427
 
428
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
429
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1968
430
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
431
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1263
432
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
433
  #, fuzzy, php-format
434
  msgid ""
503
  msgstr ""
504
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
505
 
506
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1974
507
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1269
508
  #: ../admin/like_buttons.php:836
509
  #, fuzzy
510
  msgid "Instagram Shoutout"
511
  msgstr "Instagram"
512
 
513
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1976
514
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1271
515
  #: ../admin/like_buttons.php:838
516
  msgid ""
517
  "If you can send (to hello@heateor.com) how our plugin is helping your "
519
  "hashtags and people to mention in the Instagram post."
520
  msgstr ""
521
 
522
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1977
523
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1272
524
  #: ../admin/like_buttons.php:839
525
  msgid ""
526
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
530
  "time."
531
  msgstr ""
532
 
533
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1978
534
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1273
535
  #: ../admin/like_buttons.php:840
536
  msgid ""
537
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
552
  msgid "by"
553
  msgstr "da"
554
 
555
+ #: ../admin/help.php:18
 
 
 
 
 
 
 
 
556
  msgid "Donate Now"
557
  msgstr "Dona Ora"
558
 
559
+ #: ../admin/help.php:24
560
  msgid "Plugin Demo"
561
  msgstr "Dimostrazione del Plugin"
562
 
563
+ #: ../admin/help.php:30
564
  msgid "Translate Plugin"
565
  msgstr ""
566
 
567
+ #: ../admin/help.php:36 ../admin/social_login.php:58
568
  #, fuzzy
569
  msgid "Customize Social Login Icons"
570
  msgstr "Opzioni"
571
 
572
+ #: ../admin/help.php:42
573
  msgid "Integrate with Google Analytics"
574
  msgstr "Integra con Google Analytics"
575
 
576
+ #: ../admin/help.php:48
577
  msgid "Boost sharing by awarding points"
578
  msgstr "Boost condivisione per l'attribuzione di punti"
579
 
580
+ #: ../admin/help.php:54
581
  msgid "Award points for Social Login"
582
  msgstr "Punti Premio per il Social Accedi"
583
 
584
+ #: ../admin/help.php:60
585
  msgid "Other Add-ons"
586
  msgstr "Altri Add-ons"
587
 
588
+ #: ../admin/help.php:66
589
  #, fuzzy
590
  msgid "Support Forum"
591
  msgstr "Supportaci"
592
 
593
+ #: ../admin/help.php:71
594
  msgid "Need Help?"
595
  msgstr "Hai Bisogno di Aiuto?"
596
 
597
+ #: ../admin/help.php:73
598
  msgid ""
599
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
600
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
605
  "posso realizzarle per te. Basta scrivermi via email a <a href=\"mailto:"
606
  "support@heateor.com\">support@heateor.com</a>"
607
 
608
+ #: ../admin/help.php:78
609
  msgid "Testimonial"
610
  msgstr ""
611
 
612
+ #: ../admin/help.php:80
613
  msgid ""
614
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
615
  "\">testimonials@heateor.com</a>"
616
  msgstr ""
617
 
618
+ #: ../admin/help.php:85
619
  msgid "Support Us"
620
  msgstr "Supportaci"
621
 
622
+ #: ../admin/help.php:88 ../admin/help.php:91 ../admin/help.php:92
623
+ #: ../admin/help.php:93 ../admin/help.php:94 ../admin/help.php:95
624
  msgid "Rate 5-star"
625
  msgstr "Rate 5-star"
626
 
662
  msgid "3rd Party Integration"
663
  msgstr "XProfile Integration"
664
 
665
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
666
+ #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
667
+ #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
668
  #: ../admin/like_buttons.php:797
669
  msgid "Shortcode & Widget"
670
  msgstr "Shortcode & Widget"
673
  msgid "Troubleshooter"
674
  msgstr "Risoluzione dei problemi"
675
 
676
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
677
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
678
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1239
679
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
680
  msgid "FAQ"
681
  msgstr "FAQ"
911
  msgstr "Url da condividere"
912
 
913
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
914
+ #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
915
  #: ../inc/widget.php:929
916
  msgid "Title"
917
  msgstr "Titolo"
998
  msgstr "Collocazione"
999
 
1000
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1001
+ #: ../admin/social_login.php:848 ../admin/social_login.php:878
1002
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1003
  msgid "Homepage"
1004
  msgstr "Homepage"
1188
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
1189
 
1190
  #: ../admin/social_sharing.php:1525
1191
+ #, fuzzy
1192
+ msgid "Hide floating slider"
1193
+ msgstr "Nascondi per gli utenti loggati:"
1194
+
1195
+ #: ../admin/social_sharing.php:1535
1196
+ #, fuzzy
1197
+ msgid "Hides the slider arrow present below the floating share bar"
1198
+ msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1199
+
1200
+ #: ../admin/social_sharing.php:1543
1201
  msgid "Vertical floating bar responsiveness"
1202
  msgstr "Responsiveness Vertical"
1203
 
1204
+ #: ../admin/social_sharing.php:1546
1205
  #, php-format
1206
  msgid "Display vertical interface only when screen is wider than %s pixels"
1207
  msgstr ""
1208
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
1209
 
1210
+ #: ../admin/social_sharing.php:1553
1211
  msgid ""
1212
  "Display vertical interface only when screen is wider than the width "
1213
  "specified."
1215
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
1216
  "alla larghezza specificata."
1217
 
1218
+ #: ../admin/social_sharing.php:1561
1219
  msgid "Horizontal floating bar responsiveness"
1220
  msgstr "Responsiveness Horizontal"
1221
 
1222
+ #: ../admin/social_sharing.php:1564
1223
  #, php-format
1224
  msgid ""
1225
  "Stick vertical floating interface horizontally at bottom only when screen is "
1228
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
1229
  "quando lo schermo è più stretto di %s pixel"
1230
 
1231
+ #: ../admin/social_sharing.php:1571
1232
  msgid ""
1233
  "Stick vertical floating interface horizontally at bottom only when screen is "
1234
  "narrower than the width specified"
1236
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
1237
  "schermo è più stretto della larghezza specificata"
1238
 
1239
+ #: ../admin/social_sharing.php:1581
1240
  msgid "Horizontal floating bar position"
1241
  msgstr "Posizione Horizontal floating bar"
1242
 
1243
+ #: ../admin/social_sharing.php:1584
1244
  #, php-format
1245
  msgid "%s pixels from %s"
1246
  msgstr "%s pixels da %s"
1247
 
1248
+ #: ../admin/social_sharing.php:1585
1249
  msgid "Auto-adjust according to screen width (responsive)"
1250
  msgstr ""
1251
 
1252
+ #: ../admin/social_sharing.php:1592
1253
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1254
  msgstr ""
1255
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
1256
  "essere anche negativo."
1257
 
1258
+ #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1259
  msgid "Url shortener"
1260
  msgstr "Url shortener"
1261
 
1262
+ #: ../admin/social_sharing.php:1618
1263
  msgid "Use shortlinks already installed"
1264
  msgstr "Utilizza shortlinks installati"
1265
 
1266
+ #: ../admin/social_sharing.php:1628
1267
  msgid "Uses default short url permalinks without using any additional plugin"
1268
  msgstr ""
1269
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1270
  "plugin aggiuntivo"
1271
 
1272
+ #: ../admin/social_sharing.php:1636
1273
  msgid "Enable bit.ly url shortener for sharing"
1274
  msgstr "Abilita bit.ly url shortener"
1275
 
1276
+ #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1277
  msgid "Master control to enable bit.ly url shortening for sharing"
1278
  msgstr ""
1279
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1280
 
1281
+ #: ../admin/social_sharing.php:1654
1282
  msgid "bit.ly Login"
1283
  msgstr "bit.ly Login"
1284
 
1285
+ #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1286
  #, fuzzy, php-format
1287
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1288
  msgstr ""
1290
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1291
  "\"_blank\">questa pagina</a>"
1292
 
1293
+ #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1294
  msgid "bit.ly API Key"
1295
  msgstr "bit.ly API Key"
1296
 
1297
+ #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1298
  msgid "Clear Bitly Cache"
1299
  msgstr "Cancella Bitly Cache"
1300
 
1301
+ #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1302
  msgid "ShortUrl cache cleared successfully."
1303
  msgstr "ShortUrl cache cancellata correttamente"
1304
 
1305
+ #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1306
  msgid ""
1307
  "Use this to delete short urls saved in database. Handy, if urls of your "
1308
  "website have been changed but short urls are still being generated for old "
1312
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1313
  "sono ancora in uso per i vecchi URL."
1314
 
1315
+ #: ../admin/social_sharing.php:1712
1316
  msgid "Share Count Cache"
1317
  msgstr "Share Count Cache"
1318
 
1319
+ #: ../admin/social_sharing.php:1718
1320
  msgid "Refresh Share Count cache every"
1321
  msgstr "Aggiorna cache ogni"
1322
 
1323
+ #: ../admin/social_sharing.php:1723
1324
  msgid "Second(s)"
1325
  msgstr "Secondo(i)"
1326
 
1327
+ #: ../admin/social_sharing.php:1724
1328
  msgid "Minute(s)"
1329
  msgstr "Minuto(i)"
1330
 
1331
+ #: ../admin/social_sharing.php:1725
1332
  msgid "Hour(s)"
1333
  msgstr "Ora(e)"
1334
 
1335
+ #: ../admin/social_sharing.php:1726
1336
  msgid "Day(s)"
1337
  msgstr "Giorno(i)"
1338
 
1339
+ #: ../admin/social_sharing.php:1734
1340
  #, fuzzy, php-format
1341
  msgid ""
1342
  "Frequent cache refreshing results in slower loading of pages with share "
1346
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1347
  "rallentare il caricamento delle pagine."
1348
 
1349
+ #: ../admin/social_sharing.php:1742
1350
  msgid "Clear Share Counts Cache"
1351
  msgstr "Cancella Share Counts Cache"
1352
 
1353
+ #: ../admin/social_sharing.php:1746
1354
  msgid "Share Counts cache cleared successfully."
1355
  msgstr "Share Counts cache cancellata correttamente"
1356
 
1357
+ #: ../admin/social_sharing.php:1753
1358
  msgid "Use this to clear cached share counts"
1359
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1360
 
1361
+ #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1362
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1363
  #: ../admin/like_buttons.php:698
1364
  msgid "Language"
1365
  msgstr "Lingua"
1366
 
1367
+ #: ../admin/social_sharing.php:1778
1368
  #, php-format
1369
  msgid ""
1370
  "Enter the code of the language you want to use for like buttons. You can "
1376
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1377
  "predefinita"
1378
 
1379
+ #: ../admin/social_sharing.php:1787
1380
  msgid "Username in sharing"
1381
  msgstr "Username in sharing"
1382
 
1383
+ #: ../admin/social_sharing.php:1793
1384
  msgid "Twitter username (without @)"
1385
  msgstr "Username Twitter (senza @)"
1386
 
1387
+ #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1388
  msgid ""
1389
  "Provided username will be appended after the content being shared as \"via "
1390
  "@USERNAME\". Leave empty if you do not want any username in the content "
1393
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1394
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1395
 
1396
+ #: ../admin/social_sharing.php:1812
1397
  msgid "Buffer username (without @)"
1398
  msgstr "Username Buffer (senza @)"
1399
 
1400
+ #: ../admin/social_sharing.php:1831
1401
  msgid "AMP"
1402
  msgstr "AMP"
1403
 
1404
+ #: ../admin/social_sharing.php:1837
1405
  msgid "Enable sharing on AMP pages"
1406
  msgstr "Abilita sharing nelle pagine di AMP"
1407
 
1408
+ #: ../admin/social_sharing.php:1847
1409
  msgid "Enable this option to render sharing icons on AMP pages"
1410
  msgstr ""
1411
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1412
 
1413
+ #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1414
  msgid "myCRED"
1415
  msgstr ""
1416
 
1417
+ #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1418
  msgid "Append myCRED referral ID to the urls being shared"
1419
  msgstr ""
1420
 
1421
+ #: ../admin/social_sharing.php:1905
1422
  msgid "Facebook Sharing Troubleshooter"
1423
  msgstr "Risoluzione dei problemi Facebook Sharing"
1424
 
1425
+ #: ../admin/social_sharing.php:1910
1426
  msgid ""
1427
  "If Facebook sharing is not working fine, click at the following link and "
1428
  "enter the problematic url (where Facebook sharing is not working properly) "
1434
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1435
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1436
 
1437
+ #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:469
1438
+ #: ../admin/social_login.php:1241
1439
  msgid ""
1440
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1441
  "an online website for the plugin to function properly."
1442
  msgstr ""
1443
 
1444
+ #: ../admin/social_sharing.php:1928
1445
  msgid ""
1446
  "Why is sharer not showing the correct image, title and other meta tags "
1447
  "content?"
1449
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1450
  "altri contenuti meta tag?"
1451
 
1452
+ #: ../admin/social_sharing.php:1930
1453
  msgid "Why is Instagram icon redirecting to Instagram website?"
1454
  msgstr ""
1455
 
1456
+ #: ../admin/social_sharing.php:1931
1457
  msgid ""
1458
  "Instagram icon is there to send website visitors to the Instagram page of "
1459
  "your choice. You can save the desired Instagram handle in \"Instagram "
1461
  "sections."
1462
  msgstr ""
1463
 
1464
+ #: ../admin/social_sharing.php:1934
1465
  msgid ""
1466
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1467
  msgstr ""
1468
 
1469
+ #: ../admin/social_sharing.php:1935
1470
  msgid ""
1471
  "It takes some time for their service to track the shares made on Twitter "
1472
  "from your website. If you still feel it's taking too long you can contact "
1473
  "their support directly from their website."
1474
  msgstr ""
1475
 
1476
+ #: ../admin/social_sharing.php:1937 ../admin/like_buttons.php:814
1477
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1478
  msgstr ""
1479
 
1480
+ #: ../admin/social_sharing.php:1938
1481
  msgid ""
1482
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1483
  msgstr ""
1484
 
1485
+ #: ../admin/social_sharing.php:1939 ../admin/social_commenting.php:472
1486
+ #: ../admin/social_login.php:1248
1487
  msgid "Why is my browser blocking some features of the plugin?"
1488
  msgstr ""
1489
 
1490
+ #: ../admin/social_sharing.php:1940
1491
  #, fuzzy
1492
  msgid "Why the color of share icons is not being updated?"
1493
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1494
 
1495
+ #: ../admin/social_sharing.php:1941
1496
  #, fuzzy
1497
  msgid "Why Facebook share counts are not appearing?"
1498
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1499
 
1500
+ #: ../admin/social_sharing.php:1942
1501
  msgid ""
1502
  "How can I show share counts of my website rather than of individual pages/"
1503
  "posts?"
1505
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1506
  "pagine/post?"
1507
 
1508
+ #: ../admin/social_sharing.php:1943
1509
  msgid "How can I disable sharing on particular page/post?"
1510
  msgstr ""
1511
  "Come è possibile disattivare la condivisione di una pagina/post in "
1512
  "particolare?"
1513
 
1514
+ #: ../admin/social_sharing.php:1944
1515
  msgid "How can I specify minimum sharing count for sharing networks?"
1516
  msgstr ""
1517
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1518
  "di reti?"
1519
 
1520
+ #: ../admin/social_sharing.php:1945
1521
  msgid "How to share specific page?"
1522
  msgstr "Come posso condividere la pagina specifica?"
1523
 
1524
+ #: ../admin/social_sharing.php:1946
1525
  msgid "How to integrate Google Analytics with sharing?"
1526
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1527
 
1528
+ #: ../admin/social_sharing.php:1947
1529
  msgid "How to customize the look of total share counts?"
1530
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1531
 
1532
+ #: ../admin/social_sharing.php:1948
1533
  msgid "How to customize the look of individual share counts?"
1534
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1535
 
1536
+ #: ../admin/social_sharing.php:1949
1537
  msgid "How to show Whatsapp icon only on mobile devices?"
1538
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1539
 
1540
+ #: ../admin/social_sharing.php:1950
1541
  msgid "How to hide arrow after floating sharing bar?"
1542
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1543
 
1544
+ #: ../admin/social_sharing.php:1951
1545
  #, fuzzy
1546
  msgid "Why is share count not getting updated?"
1547
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1548
 
1549
+ #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:812
1550
  msgid "Why is there so much space between like buttons?"
1551
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1552
 
1553
+ #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:813
1554
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1555
  msgstr ""
1556
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
1836
  msgid "Advanced Configuration"
1837
  msgstr "Configurazione Avanzata"
1838
 
1839
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1840
  msgid "GDPR"
1841
  msgstr ""
1842
 
1843
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1844
  msgid "XProfile Integration"
1845
  msgstr "XProfile Integration"
1846
 
1890
  msgstr "LinkedIn"
1891
 
1892
  #: ../admin/social_login.php:119
1893
+ #, fuzzy
1894
+ msgid "Google"
1895
  msgstr "Google+"
1896
 
1897
  #: ../admin/social_login.php:123
2043
  "target=\"_blank\">questo collegamento</a>"
2044
 
2045
  #: ../admin/social_login.php:301
2046
+ #, fuzzy
2047
+ msgid "Google Client ID"
2048
  msgstr "Google+ Client ID"
2049
 
2050
  #: ../admin/social_login.php:311
2051
+ #, fuzzy, php-format
2052
  msgid ""
2053
+ "Required for Google Social Login to work. Please follow the documentation at "
2054
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
 
2055
  msgstr ""
2056
  "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
2057
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2068
 
2069
  #: ../admin/social_login.php:323
2070
  #, fuzzy
2071
+ msgid "Google Client Secret"
2072
  msgstr "Google+ Client ID"
2073
 
2074
  #: ../admin/social_login.php:333
2075
  #, fuzzy, php-format
2076
  msgid ""
2077
+ "Required for Google Social Login to work. Please follow the documentation at "
2078
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
 
2079
  msgstr ""
2080
  "Necessario per far funzionare GooglePlus Social Login. Per ottenere il "
2081
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2218
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2219
 
2220
  #: ../admin/social_login.php:551
2221
+ #, fuzzy
2222
+ msgid "Center align icons"
2223
+ msgstr "Riorganizza le icone"
2224
+
2225
+ #: ../admin/social_login.php:561
2226
+ #, fuzzy
2227
+ msgid "Center align social login icons"
2228
+ msgstr "Opzioni"
2229
+
2230
+ #: ../admin/social_login.php:569
2231
  msgid "Enable at login page"
2232
  msgstr "Attiva nella pagina di Login"
2233
 
2234
+ #: ../admin/social_login.php:579
2235
  msgid ""
2236
  "Social Login interface will get enabled at the login page of your website"
2237
  msgstr ""
2238
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2239
 
2240
+ #: ../admin/social_login.php:587
2241
  msgid "Enable at register page"
2242
  msgstr "Abilita nella pagina di registrazione"
2243
 
2244
+ #: ../admin/social_login.php:597
2245
  msgid ""
2246
  "Social Login interface will get enabled at the registration page of your "
2247
  "website"
2249
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2250
  "sito web"
2251
 
2252
+ #: ../admin/social_login.php:605
2253
  msgid "Enable at comment form"
2254
  msgstr "Attiva nel form dei commenti"
2255
 
2256
+ #: ../admin/social_login.php:615
2257
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2258
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2259
 
2260
+ #: ../admin/social_login.php:630
2261
  msgid "Enable before WooCommerce Customer Login Form"
2262
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2263
 
2264
+ #: ../admin/social_login.php:640
2265
  msgid ""
2266
  "Social Login Interface will get enabled before the customer login form at "
2267
  "WooCommerce My Account page"
2269
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2270
  "Woocommerce, prima del Form di Login."
2271
 
2272
+ #: ../admin/social_login.php:648
2273
+ #, fuzzy
2274
+ msgid "Enable at WooCommerce Customer Login Form"
2275
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2276
 
2277
+ #: ../admin/social_login.php:658
2278
+ #, fuzzy
2279
+ msgid ""
2280
+ "Integrate Social Login Interface with the customer login form at WooCommerce "
2281
+ "My Account page"
2282
+ msgstr ""
2283
+ "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2284
+ "Woocommerce, dopo il Form di Login."
2285
+
2286
+ #: ../admin/social_login.php:666
2287
+ #, fuzzy
2288
+ msgid "Enable at WooCommerce Customer Register Form"
2289
+ msgstr "Abilita dopo il form Customer Login di WooCommerce"
2290
+
2291
+ #: ../admin/social_login.php:676
2292
+ #, fuzzy
2293
  msgid ""
2294
+ "Integrate Social Login Interface with the customer register form at "
2295
  "WooCommerce My Account page"
2296
  msgstr ""
2297
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2298
  "Woocommerce, dopo il Form di Login."
2299
 
2300
+ #: ../admin/social_login.php:684
2301
  msgid "Enable at WooCommerce checkout page"
2302
  msgstr "Abilita nella pagina checkout di WooCommerce"
2303
 
2304
+ #: ../admin/social_login.php:694
2305
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2306
  msgstr ""
2307
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2308
  "Woocommerce"
2309
 
2310
+ #: ../admin/social_login.php:705
2311
  msgid "Auto-approve comments made by Social Login users"
2312
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2313
 
2314
+ #: ../admin/social_login.php:715
2315
  msgid ""
2316
  "If this option is enabled, and WordPress comment is made by Social Login "
2317
  "user, comment will get approved immediately without keeping in moderation."
2320
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2321
  "immediatamente senza nessuna possibilitá di moderazione."
2322
 
2323
+ #: ../admin/social_login.php:716
2324
  msgid "Note: This is not related to Facebook comments"
2325
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2326
 
2327
+ #: ../admin/social_login.php:726
2328
  msgid "Enable social avatar"
2329
  msgstr "Abilita Avatar"
2330
 
2331
+ #: ../admin/social_login.php:736
2332
  msgid ""
2333
  "Social profile pictures of the logged in user will be displayed as profile "
2334
  "avatar"
2336
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2337
  "avatar del profilo sul tuo sito"
2338
 
2339
+ #: ../admin/social_login.php:746
2340
  msgid "Avatar quality"
2341
  msgstr "Qualità Avatar"
2342
 
2343
+ #: ../admin/social_login.php:749
2344
  msgid "Average"
2345
  msgstr "Media"
2346
 
2347
+ #: ../admin/social_login.php:750
2348
  msgid "Best"
2349
  msgstr "Migliore"
2350
 
2351
+ #: ../admin/social_login.php:757
2352
  msgid "Choose avatar quality"
2353
  msgstr "Scelta qualità Avatar"
2354
 
2355
+ #: ../admin/social_login.php:766
2356
  msgid ""
2357
  "Show option for users to update social avatar at BuddyPress profile page"
2358
  msgstr ""
2359
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2360
  "profilo BuddyPress"
2361
 
2362
+ #: ../admin/social_login.php:776
2363
  msgid ""
2364
  "If enabled, users would be able to update their social avatar from \"Profile "
2365
  "photo\" section in BuddyPress profile at front-end"
2367
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2368
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2369
 
2370
+ #: ../admin/social_login.php:797
2371
  msgid ""
2372
  "If enabled and Social ID provider does not provide user's email address on "
2373
  "login, user will be asked to provide his/her email address. Otherwise, a "
2378
  "completare questa informazione. In caso contrario, sará generata una email "
2379
  "fittizia"
2380
 
2381
+ #: ../admin/social_login.php:806
2382
  msgid "Send post-registration email to user to set account password"
2383
  msgstr ""
2384
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2385
  "password"
2386
 
2387
+ #: ../admin/social_login.php:816
2388
  msgid ""
2389
  "If enabled, an email will be sent to user after registration through Social "
2390
  "Login, regarding his/her login credentials (username-password to be able to "
2394
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2395
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2396
 
2397
+ #: ../admin/social_login.php:824
2398
  msgid "Send new user registration notification email to admin"
2399
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2400
 
2401
+ #: ../admin/social_login.php:834
2402
  msgid ""
2403
  "If enabled, an email will be sent to admin after new user registers through "
2404
  "Social Login, notifying admin about the new user registration"
2407
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2408
  "registrazione"
2409
 
2410
+ #: ../admin/social_login.php:842
2411
  msgid "Login redirection"
2412
  msgstr "Reindirizzamento Login"
2413
 
2414
+ #: ../admin/social_login.php:846
2415
  msgid "Same page where user logged in"
2416
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2417
 
2418
+ #: ../admin/social_login.php:850 ../admin/social_login.php:880
2419
  msgid "Account dashboard"
2420
  msgstr "Pannello Account"
2421
 
2422
+ #: ../admin/social_login.php:853 ../admin/social_login.php:883
2423
  msgid "BuddyPress profile page"
2424
  msgstr "Pagina di profilo BuddyPress"
2425
 
2426
+ #: ../admin/social_login.php:856 ../admin/social_login.php:886
2427
  msgid "Custom Url"
2428
  msgstr "Url personalizzata"
2429
 
2430
+ #: ../admin/social_login.php:864
2431
  msgid "User will be redirected to the selected page after Social Login"
2432
  msgstr ""
2433
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2434
 
2435
+ #: ../admin/social_login.php:872
2436
  msgid "Registration redirection"
2437
  msgstr "Reindirizzamento Registratione"
2438
 
2439
+ #: ../admin/social_login.php:876
2440
  msgid "Same page from where user registered"
2441
  msgstr "La stessa pagina dove l'utente si è registrato"
2442
 
2443
+ #: ../admin/social_login.php:894
2444
  msgid ""
2445
  "User will be redirected to the selected page after registration (first "
2446
  "Social Login) through Social Login"
2448
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2449
  "(il primo Social Login) tramite il Social Login"
2450
 
2451
+ #: ../admin/social_login.php:903
2452
  #, fuzzy
2453
  msgid "Social Account Linking Options"
2454
  msgstr "Collegamento Social Account"
2455
 
2456
+ #: ../admin/social_login.php:919
2457
  #, fuzzy
2458
  msgid "Text to display above the Social Account Linking interface"
2459
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2460
 
2461
+ #: ../admin/social_login.php:927
2462
  #, fuzzy
2463
  msgid ""
2464
  "Link social account to already existing account, if email address matches"
2465
  msgstr ""
2466
  "Collega il tuo social account per accedere al tuo account su questo sito"
2467
 
2468
+ #: ../admin/social_login.php:937
2469
  msgid ""
2470
  "If email address of the user's Social Account matches with an already "
2471
  "existing account at your website, that social account will be linked to "
2473
  "Linking interface at their profile page."
2474
  msgstr ""
2475
 
2476
+ #: ../admin/social_login.php:946
2477
  msgid "Enable social account linking at BuddyPress profile page"
2478
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2479
 
2480
+ #: ../admin/social_login.php:956
2481
  msgid ""
2482
  "Enable this option to show social account linking interface at BuddyPress "
2483
  "profile page"
2485
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2486
  "nella pagina di profilo BuddyPress"
2487
 
2488
+ #: ../admin/social_login.php:967
2489
  msgid "Email popup options"
2490
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2491
 
2492
+ #: ../admin/social_login.php:973
2493
  msgid "Text on 'Email required' popup"
2494
  msgstr "Testo del pop-up"
2495
 
2496
+ #: ../admin/social_login.php:983
2497
  msgid ""
2498
  "This text will be displayed on email required popup. Leave empty if not "
2499
  "required."
2501
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2502
  "bianco se non si vuole utilizzare."
2503
 
2504
+ #: ../admin/social_login.php:992
2505
  msgid "Error message for 'Email required' popup"
2506
  msgstr "Messaggio d'errore"
2507
 
2508
+ #: ../admin/social_login.php:1002
2509
  msgid ""
2510
  "This message will be displayed to user if it provides invalid or already "
2511
  "registered email"
2513
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2514
  "indirizzo email non valido o già registrato."
2515
 
2516
+ #: ../admin/social_login.php:1011
2517
  msgid "Email popup height"
2518
  msgstr "Altezza pop-up Email"
2519
 
2520
+ #: ../admin/social_login.php:1021
2521
  msgid ""
2522
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2523
  "can increase the height of popup by specifying in this option. Leave empty "
2527
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2528
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2529
 
2530
+ #: ../admin/social_login.php:1029
2531
  msgid "Enable email verification"
2532
  msgstr "Abilita verifica email"
2533
 
2534
+ #: ../admin/social_login.php:1039
2535
  msgid ""
2536
  "If enabled, email provided by the user will be verified by sending a "
2537
  "confirmation link to that email. User would not be able to login without "
2541
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2542
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2543
 
2544
+ #: ../admin/social_login.php:1060
2545
  #, fuzzy
2546
  msgid "Enable GDPR opt-in"
2547
  msgstr "Abilita Disqus Commenting"
2548
 
2549
+ #: ../admin/social_login.php:1070
2550
  msgid ""
2551
  "Enable it to show GDPR opt-in for social login and social account linking"
2552
  msgstr ""
2553
 
2554
+ #: ../admin/social_login.php:1079
2555
  #, fuzzy
2556
  msgid "Placement of GDPR opt-in"
2557
  msgstr "Abilita Disqus Commenting"
2558
 
2559
+ #: ../admin/social_login.php:1083
2560
  #, fuzzy
2561
  msgid "Above Social Login icons"
2562
  msgstr "Opzioni"
2563
 
2564
+ #: ../admin/social_login.php:1085
2565
  #, fuzzy
2566
  msgid "Below Social Login icons"
2567
  msgstr "Opzioni"
2568
 
2569
+ #: ../admin/social_login.php:1091
2570
  #, fuzzy
2571
  msgid "Placement of GDPR opt-in above or below the social login icons"
2572
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2573
 
2574
+ #: ../admin/social_login.php:1099
2575
  msgid "Opt-in text"
2576
  msgstr ""
2577
 
2578
+ #: ../admin/social_login.php:1109
2579
  #, fuzzy
2580
  msgid "Text for the GDPR opt-in"
2581
  msgstr "Abilita Disqus Commenting"
2582
 
2583
+ #: ../admin/social_login.php:1117
2584
  msgid "Text to link to Privacy Policy page"
2585
  msgstr ""
2586
 
2587
+ #: ../admin/social_login.php:1127
2588
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2589
  msgstr ""
2590
 
2591
+ #: ../admin/social_login.php:1135
2592
  msgid "Privacy Policy Url"
2593
  msgstr ""
2594
 
2595
+ #: ../admin/social_login.php:1145
2596
  #, fuzzy
2597
  msgid "Url of the privacy policy page of your website"
2598
  msgstr "Url della homepage del tuo sito web"
2599
 
2600
+ #: ../admin/social_login.php:1196 ../inc/widget.php:252 ../inc/widget.php:422
2601
  #: ../inc/widget.php:586 ../inc/widget.php:734
2602
  msgid "Select"
2603
  msgstr "Selezionare"
2604
 
2605
+ #: ../admin/social_login.php:1227
2606
  msgid "Social Login Shortcode & Widget"
2607
  msgstr "Shortcode & Widget"
2608
 
2609
+ #: ../admin/social_login.php:1228
2610
  msgid "Social Linking Shortcode"
2611
  msgstr "Social Linking Shortcode"
2612
 
2613
+ #: ../admin/social_login.php:1243
2614
  msgid "Why is social login not working?"
2615
  msgstr ""
2616
 
2617
+ #: ../admin/social_login.php:1244
2618
  msgid ""
2619
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2620
  "belong to the same app"
2621
  msgstr ""
2622
 
2623
+ #: ../admin/social_login.php:1246
2624
+ msgid "Social Login not working with Varnish enabled"
2625
+ msgstr ""
2626
+
2627
+ #: ../admin/social_login.php:1247
2628
  msgid ""
2629
  "Why the user is not appearing logged in even after Social Login until the "
2630
  "webpage is refreshed manually?"
2834
  msgid "Like Buttons Shortcode & Widget"
2835
  msgstr "Pulsanti Shortcode & Widget"
2836
 
2837
+ #: ../inc/shortcode.php:198 ../inc/widget.php:47
2838
  msgid "Log Out"
2839
  msgstr "Log Out"
2840
 
2841
+ #: ../inc/shortcode.php:299
2842
  msgid ""
2843
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2844
  "Socializer > Social Login\" page in admin panel"
2858
  msgid "Archives"
2859
  msgstr "Archivi di categorie"
2860
 
2861
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1071
2862
  msgid "Invalid request"
2863
  msgstr "Domanda non valida"
2864
 
2865
+ #: ../inc/social_sharing.php:864
2866
  msgid "Providers not selected"
2867
  msgstr "Providers non selezionati"
2868
 
2869
+ #: ../inc/social_login.php:724
2870
  msgid "Email"
2871
  msgstr "Email"
2872
 
2873
+ #: ../inc/social_login.php:725
2874
  msgid "Confirm email"
2875
  msgstr "Conferma email"
2876
 
2877
+ #: ../inc/social_login.php:727
2878
  msgid "Save"
2879
  msgstr "Salva"
2880
 
2881
+ #: ../inc/social_login.php:728
2882
  msgid "Cancel"
2883
  msgstr "Cancella"
2884
 
2885
+ #: ../inc/social_login.php:802
2886
  msgid "Email Verification"
2887
  msgstr "Abilita verifica email"
2888
 
2889
+ #: ../inc/social_login.php:804
2890
  msgid ""
2891
  "Please click on the following link or paste it in browser to verify your "
2892
  "email"
2899
  msgstr "Super Socializer - Login"
2900
 
2901
  #: ../inc/widget.php:13
2902
+ #, fuzzy
2903
  msgid ""
2904
  "Let your website users login/register using their favorite Social ID "
2905
+ "Provider, such as Facebook, Twitter, Google, LinkedIn"
2906
  msgstr ""
2907
  "Permetti agli utenti del tuo sito web di accedere/registrarsi usando i loro "
2908
  "Social ID Provider favoriti, come Facebook, Twitter, Goolge+, LinkedIn"
3163
  msgid "RSS Feed URL:"
3164
  msgstr ""
3165
 
3166
+ #~ msgid ""
3167
+ #~ "We are a creative team with unique ideas in mind and service in heart. We "
3168
+ #~ "love what we do. For more info join us at"
3169
+ #~ msgstr ""
3170
+ #~ "Siamo un team creativo con idee uniche in mente e servizio nel cuore. "
3171
+ #~ "Amiamo quello che facciamo. Per maggiori informazioni unisciti a noi su"
3172
+
3173
  #~ msgid ""
3174
  #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3175
  #~ "share counts"
languages/super-socializer-pt_BR.mo CHANGED
Binary file
languages/super-socializer-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-01-22 06:48+0530\n"
6
- "PO-Revision-Date: 2019-01-22 06:48+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -82,7 +82,7 @@ msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
82
  msgid "Notification"
83
  msgstr "Notificaçao"
84
 
85
- #: ../super_socializer.php:902 ../admin/social_login.php:751
86
  msgid "Email required"
87
  msgstr "Necessário email"
88
 
@@ -111,28 +111,28 @@ msgstr ""
111
  msgid "Link copied."
112
  msgstr "LinkedIn"
113
 
114
- #: ../super_socializer.php:1236
115
  msgid "Super Socializer - General Options"
116
  msgstr "Super Socializer - Opções Gerais"
117
 
118
- #: ../super_socializer.php:1236 ../admin/general_options.php:15
119
  #: ../admin/social_commenting.php:47
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
- #: ../super_socializer.php:1304 ../helper.php:898
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
127
- #: ../super_socializer.php:1307
128
  msgid "Small Avatar Url"
129
  msgstr "Url para Avatar pequeno"
130
 
131
- #: ../super_socializer.php:1311
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
- #: ../super_socializer.php:1315 ../helper.php:901
136
  msgid ""
137
  "Do not fetch and update social avatar from my profile, next time I Social "
138
  "Login"
@@ -140,83 +140,90 @@ msgstr ""
140
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
141
  "Autenticação Social"
142
 
143
- #: ../super_socializer.php:1319 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
146
 
147
- #: ../super_socializer.php:1392 ../super_socializer.php:2036
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1398
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:1399
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "Email fornecido já está registrado ou é inválido"
160
 
161
- #: ../super_socializer.php:1404
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr ""
164
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
165
  "confirmá-lo"
166
 
167
- #: ../super_socializer.php:1408 ../super_socializer.php:1960
168
  msgid "Link your social account to login to your account at this website"
169
  msgstr "Associe sua conta social ao login de sua conta neste website"
170
 
171
- #: ../super_socializer.php:1637
 
 
 
 
 
 
 
172
  msgid ""
173
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
174
  "current version of Super Socialzer"
175
  msgstr ""
176
 
177
- #: ../super_socializer.php:1646
178
  msgid ""
179
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
180
  "version of Super Socialzer"
181
  msgstr ""
182
 
183
- #: ../super_socializer.php:1655
184
  msgid ""
185
  "Update \"Social Login Buttons\" add-on for compatibility with current "
186
  "version of Super Socialzer"
187
  msgstr ""
188
 
189
- #: ../super_socializer.php:1664
190
  msgid ""
191
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
192
  "with current version of Super Socialzer"
193
  msgstr ""
194
 
195
- #: ../super_socializer.php:1673
196
  msgid ""
197
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
198
  "with current version of Super Socialzer"
199
  msgstr ""
200
 
201
- #: ../super_socializer.php:1680
202
  msgid ""
203
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
204
  "LiveJournal Login of Super Socialzer"
205
  msgstr ""
206
 
207
- #: ../super_socializer.php:1691
208
  #, php-format
209
  msgid ""
210
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1707
214
  #, php-format
215
  msgid ""
216
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1731
220
  #, php-format
221
  msgid ""
222
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -224,14 +231,14 @@ msgid ""
224
  "target=\"_blank\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1731 ../super_socializer.php:1756
228
- #: ../super_socializer.php:1781 ../super_socializer.php:1806
229
- #: ../super_socializer.php:1839 ../super_socializer.php:1867
230
- #: ../super_socializer.php:1894 ../super_socializer.php:1918
231
  msgid "Okay"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1756
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -239,7 +246,7 @@ msgid ""
239
  "\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1781
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -247,7 +254,7 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1806
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -255,13 +262,13 @@ msgid ""
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1817
259
  #, php-format
260
  msgid ""
261
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1839
265
  #, php-format
266
  msgid ""
267
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -269,7 +276,7 @@ msgid ""
269
  "\"%s\" target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1867
273
  #, php-format
274
  msgid ""
275
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -278,7 +285,7 @@ msgid ""
278
  "your website %s with them. No need to copy-paste any code from their website."
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1894
282
  #, php-format
283
  msgid ""
284
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -286,7 +293,7 @@ msgid ""
286
  "\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1918
290
  #, php-format
291
  msgid ""
292
  "Your website visitors will see a popup notification (only once) if their "
@@ -391,8 +398,8 @@ msgid "Large Avatar"
391
  msgstr "Avatar Grande"
392
 
393
  #: ../helper.php:913 ../admin/general_options.php:132
394
- #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
395
- #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
396
  msgid "Save Changes"
397
  msgstr "Salvar Alterações"
398
 
@@ -414,9 +421,9 @@ msgid "Something bad happened"
414
  msgstr ""
415
 
416
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
417
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
418
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
419
- #: ../admin/social_login.php:5 ../admin/social_login.php:1226
420
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
421
  #, fuzzy, php-format
422
  msgid ""
@@ -492,15 +499,15 @@ msgstr ""
492
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
493
  "style&gt; )"
494
 
495
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
496
- #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
497
  #: ../admin/like_buttons.php:836
498
  #, fuzzy
499
  msgid "Instagram Shoutout"
500
  msgstr "Instagram"
501
 
502
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
503
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
504
  #: ../admin/like_buttons.php:838
505
  msgid ""
506
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -508,8 +515,8 @@ msgid ""
508
  "hashtags and people to mention in the Instagram post."
509
  msgstr ""
510
 
511
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
512
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
513
  #: ../admin/like_buttons.php:839
514
  msgid ""
515
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -519,8 +526,8 @@ msgid ""
519
  "time."
520
  msgstr ""
521
 
522
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
523
- #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
524
  #: ../admin/like_buttons.php:840
525
  msgid ""
526
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -541,57 +548,49 @@ msgstr "Versão"
541
  msgid "by"
542
  msgstr "por"
543
 
544
- #: ../admin/help.php:7
545
- msgid ""
546
- "We are a creative team with unique ideas in mind and service in heart. We "
547
- "love what we do. For more info join us at"
548
- msgstr ""
549
- "Nos somos um time criativo com ideias únicas na mente e serviço no coração. "
550
- "Nós amamos o que fazemos. Para mais informações junte-se a nós em"
551
-
552
- #: ../admin/help.php:19
553
  msgid "Donate Now"
554
  msgstr "Doe Agora"
555
 
556
- #: ../admin/help.php:25
557
  msgid "Plugin Demo"
558
  msgstr "Plugin Demo"
559
 
560
- #: ../admin/help.php:31
561
  msgid "Translate Plugin"
562
  msgstr ""
563
 
564
- #: ../admin/help.php:37 ../admin/social_login.php:58
565
  #, fuzzy
566
  msgid "Customize Social Login Icons"
567
  msgstr "Autenticação Social"
568
 
569
- #: ../admin/help.php:43
570
  msgid "Integrate with Google Analytics"
571
  msgstr "Integração com o Google Analytics"
572
 
573
- #: ../admin/help.php:49
574
  msgid "Boost sharing by awarding points"
575
  msgstr "Incremente o compartilhamento ganhando pontos"
576
 
577
- #: ../admin/help.php:55
578
  msgid "Award points for Social Login"
579
  msgstr "Ganhe pontos na Autenticação Social"
580
 
581
- #: ../admin/help.php:61
582
  msgid "Other Add-ons"
583
  msgstr "Outros Add-ons"
584
 
585
- #: ../admin/help.php:67
586
  #, fuzzy
587
  msgid "Support Forum"
588
  msgstr "Ajude-nos"
589
 
590
- #: ../admin/help.php:72
591
  msgid "Need Help?"
592
  msgstr "Precisa de Ajuda?"
593
 
594
- #: ../admin/help.php:74
595
  msgid ""
596
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
597
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
@@ -604,22 +603,22 @@ msgstr ""
604
  "para melhorar o plugin, apenas mande um email para <a href=\\\"mailto:"
605
  "support@heateor.com\\\">support@heateor.com</a>"
606
 
607
- #: ../admin/help.php:79
608
  msgid "Testimonial"
609
  msgstr ""
610
 
611
- #: ../admin/help.php:81
612
  msgid ""
613
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
614
  "\">testimonials@heateor.com</a>"
615
  msgstr ""
616
 
617
- #: ../admin/help.php:86
618
  msgid "Support Us"
619
  msgstr "Ajude-nos"
620
 
621
- #: ../admin/help.php:89 ../admin/help.php:92 ../admin/help.php:93
622
- #: ../admin/help.php:94 ../admin/help.php:95 ../admin/help.php:96
623
  msgid "Rate 5-star"
624
  msgstr "Pontue como 5-strelas"
625
 
@@ -660,9 +659,9 @@ msgstr "Miscelânia"
660
  msgid "3rd Party Integration"
661
  msgstr ""
662
 
663
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
664
- #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
665
- #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
666
  #: ../admin/like_buttons.php:797
667
  msgid "Shortcode & Widget"
668
  msgstr "Shortcode & Widget"
@@ -671,9 +670,9 @@ msgstr "Shortcode & Widget"
671
  msgid "Troubleshooter"
672
  msgstr "Resolução de Problemas"
673
 
674
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
675
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
676
- #: ../admin/social_login.php:47 ../admin/social_login.php:1203
677
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
678
  msgid "FAQ"
679
  msgstr "P&R"
@@ -907,7 +906,7 @@ msgid "Url to share"
907
  msgstr "Url para compartilhar"
908
 
909
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
910
- #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
911
  #: ../inc/widget.php:929
912
  msgid "Title"
913
  msgstr "Título"
@@ -996,7 +995,7 @@ msgid "Placement"
996
  msgstr "Localização"
997
 
998
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
999
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
1000
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1001
  msgid "Homepage"
1002
  msgstr "Homepage"
@@ -1195,16 +1194,26 @@ msgstr ""
1195
  "compartilhamento vertical"
1196
 
1197
  #: ../admin/social_sharing.php:1525
 
 
 
 
 
 
 
 
 
 
1198
  msgid "Vertical floating bar responsiveness"
1199
  msgstr "Sensibilidade da barra flutuante vertical"
1200
 
1201
- #: ../admin/social_sharing.php:1528
1202
  #, php-format
1203
  msgid "Display vertical interface only when screen is wider than %s pixels"
1204
  msgstr ""
1205
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
1206
 
1207
- #: ../admin/social_sharing.php:1535
1208
  msgid ""
1209
  "Display vertical interface only when screen is wider than the width "
1210
  "specified."
@@ -1212,11 +1221,11 @@ msgstr ""
1212
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
1213
  "especificada."
1214
 
1215
- #: ../admin/social_sharing.php:1543
1216
  msgid "Horizontal floating bar responsiveness"
1217
  msgstr "Sensibilidade da barra flutuante horizontal"
1218
 
1219
- #: ../admin/social_sharing.php:1546
1220
  #, php-format
1221
  msgid ""
1222
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1225,7 +1234,7 @@ msgstr ""
1225
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1226
  "quando a tela é mais estreita do que %s pixels"
1227
 
1228
- #: ../admin/social_sharing.php:1553
1229
  msgid ""
1230
  "Stick vertical floating interface horizontally at bottom only when screen is "
1231
  "narrower than the width specified"
@@ -1233,52 +1242,52 @@ msgstr ""
1233
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1234
  "quando a tela é mais estreita do que a largura especificada"
1235
 
1236
- #: ../admin/social_sharing.php:1563
1237
  msgid "Horizontal floating bar position"
1238
  msgstr "Posição da barra de flutuação horizontal"
1239
 
1240
- #: ../admin/social_sharing.php:1566
1241
  #, php-format
1242
  msgid "%s pixels from %s"
1243
  msgstr "%s pixels de %s"
1244
 
1245
- #: ../admin/social_sharing.php:1567
1246
  msgid "Auto-adjust according to screen width (responsive)"
1247
  msgstr ""
1248
 
1249
- #: ../admin/social_sharing.php:1574
1250
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1251
  msgstr ""
1252
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1253
  "também."
1254
 
1255
- #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1256
  msgid "Url shortener"
1257
  msgstr "Encurtador de Url"
1258
 
1259
- #: ../admin/social_sharing.php:1600
1260
  msgid "Use shortlinks already installed"
1261
  msgstr "Use shortlinks já instalados"
1262
 
1263
- #: ../admin/social_sharing.php:1610
1264
  msgid "Uses default short url permalinks without using any additional plugin"
1265
  msgstr ""
1266
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1267
 
1268
- #: ../admin/social_sharing.php:1618
1269
  msgid "Enable bit.ly url shortener for sharing"
1270
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1271
 
1272
- #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1273
  msgid "Master control to enable bit.ly url shortening for sharing"
1274
  msgstr ""
1275
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1276
 
1277
- #: ../admin/social_sharing.php:1636
1278
  msgid "bit.ly Login"
1279
  msgstr ""
1280
 
1281
- #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1282
  #, fuzzy, php-format
1283
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1284
  msgstr ""
@@ -1286,19 +1295,19 @@ msgstr ""
1286
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1287
  "para obter Twitter API Key"
1288
 
1289
- #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1290
  msgid "bit.ly API Key"
1291
  msgstr "bit.ly API Key"
1292
 
1293
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1294
  msgid "Clear Bitly Cache"
1295
  msgstr "Limpar o Cache Bitly"
1296
 
1297
- #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1298
  msgid "ShortUrl cache cleared successfully."
1299
  msgstr "Cache ShortUrl limpo com sucesso."
1300
 
1301
- #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1302
  msgid ""
1303
  "Use this to delete short urls saved in database. Handy, if urls of your "
1304
  "website have been changed but short urls are still being generated for old "
@@ -1308,31 +1317,31 @@ msgstr ""
1308
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1309
  "geradas para suas urls antigas."
1310
 
1311
- #: ../admin/social_sharing.php:1694
1312
  msgid "Share Count Cache"
1313
  msgstr "Cache de Contador de Compartilhamento"
1314
 
1315
- #: ../admin/social_sharing.php:1700
1316
  msgid "Refresh Share Count cache every"
1317
  msgstr "Atualizar o contador de compartilhamento a cada"
1318
 
1319
- #: ../admin/social_sharing.php:1705
1320
  msgid "Second(s)"
1321
  msgstr ""
1322
 
1323
- #: ../admin/social_sharing.php:1706
1324
  msgid "Minute(s)"
1325
  msgstr ""
1326
 
1327
- #: ../admin/social_sharing.php:1707
1328
  msgid "Hour(s)"
1329
  msgstr ""
1330
 
1331
- #: ../admin/social_sharing.php:1708
1332
  msgid "Day(s)"
1333
  msgstr ""
1334
 
1335
- #: ../admin/social_sharing.php:1716
1336
  #, fuzzy, php-format
1337
  msgid ""
1338
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1342,25 +1351,25 @@ msgstr ""
1342
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1343
  "páginas com os contadores de compartilhamento habilitados"
1344
 
1345
- #: ../admin/social_sharing.php:1724
1346
  msgid "Clear Share Counts Cache"
1347
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1348
 
1349
- #: ../admin/social_sharing.php:1728
1350
  msgid "Share Counts cache cleared successfully."
1351
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1352
 
1353
- #: ../admin/social_sharing.php:1735
1354
  msgid "Use this to clear cached share counts"
1355
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1356
 
1357
- #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1358
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1359
  #: ../admin/like_buttons.php:698
1360
  msgid "Language"
1361
  msgstr "Languagem"
1362
 
1363
- #: ../admin/social_sharing.php:1760
1364
  #, php-format
1365
  msgid ""
1366
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1371,15 +1380,15 @@ msgstr ""
1371
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1372
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1373
 
1374
- #: ../admin/social_sharing.php:1769
1375
  msgid "Username in sharing"
1376
  msgstr "Username no compartilhamento"
1377
 
1378
- #: ../admin/social_sharing.php:1775
1379
  msgid "Twitter username (without @)"
1380
  msgstr "Username do Twitter (sem @)"
1381
 
1382
- #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1383
  msgid ""
1384
  "Provided username will be appended after the content being shared as \"via "
1385
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1389,36 +1398,36 @@ msgstr ""
1389
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1390
  "no conteúdo sendo compartilhado."
1391
 
1392
- #: ../admin/social_sharing.php:1794
1393
  msgid "Buffer username (without @)"
1394
  msgstr "Username do Buffer (sem @)"
1395
 
1396
- #: ../admin/social_sharing.php:1813
1397
  msgid "AMP"
1398
  msgstr ""
1399
 
1400
- #: ../admin/social_sharing.php:1819
1401
  #, fuzzy
1402
  msgid "Enable sharing on AMP pages"
1403
  msgstr "Habilia a página de autenticação"
1404
 
1405
- #: ../admin/social_sharing.php:1829
1406
  msgid "Enable this option to render sharing icons on AMP pages"
1407
  msgstr ""
1408
 
1409
- #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1410
  msgid "myCRED"
1411
  msgstr ""
1412
 
1413
- #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1414
  msgid "Append myCRED referral ID to the urls being shared"
1415
  msgstr ""
1416
 
1417
- #: ../admin/social_sharing.php:1887
1418
  msgid "Facebook Sharing Troubleshooter"
1419
  msgstr "Solução de problema no compartilhamento com o Facebook"
1420
 
1421
- #: ../admin/social_sharing.php:1892
1422
  #, fuzzy
1423
  msgid ""
1424
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1431,24 +1440,24 @@ msgstr ""
1431
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1432
  "website:"
1433
 
1434
- #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1435
- #: ../admin/social_login.php:1205
1436
  msgid ""
1437
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1438
  "an online website for the plugin to function properly."
1439
  msgstr ""
1440
 
1441
- #: ../admin/social_sharing.php:1910
1442
  msgid ""
1443
  "Why is sharer not showing the correct image, title and other meta tags "
1444
  "content?"
1445
  msgstr ""
1446
 
1447
- #: ../admin/social_sharing.php:1912
1448
  msgid "Why is Instagram icon redirecting to Instagram website?"
1449
  msgstr ""
1450
 
1451
- #: ../admin/social_sharing.php:1913
1452
  msgid ""
1453
  "Instagram icon is there to send website visitors to the Instagram page of "
1454
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1456,43 +1465,43 @@ msgid ""
1456
  "sections."
1457
  msgstr ""
1458
 
1459
- #: ../admin/social_sharing.php:1916
1460
  msgid ""
1461
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1462
  msgstr ""
1463
 
1464
- #: ../admin/social_sharing.php:1917
1465
  msgid ""
1466
  "It takes some time for their service to track the shares made on Twitter "
1467
  "from your website. If you still feel it's taking too long you can contact "
1468
  "their support directly from their website."
1469
  msgstr ""
1470
 
1471
- #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:814
1472
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1473
  msgstr ""
1474
 
1475
- #: ../admin/social_sharing.php:1920
1476
  msgid ""
1477
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1478
  msgstr ""
1479
 
1480
- #: ../admin/social_sharing.php:1921 ../admin/social_commenting.php:472
1481
- #: ../admin/social_login.php:1211
1482
  msgid "Why is my browser blocking some features of the plugin?"
1483
  msgstr ""
1484
 
1485
- #: ../admin/social_sharing.php:1922
1486
  #, fuzzy
1487
  msgid "Why the color of share icons is not being updated?"
1488
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1489
 
1490
- #: ../admin/social_sharing.php:1923
1491
  #, fuzzy
1492
  msgid "Why Facebook share counts are not appearing?"
1493
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1494
 
1495
- #: ../admin/social_sharing.php:1924
1496
  msgid ""
1497
  "How can I show share counts of my website rather than of individual pages/"
1498
  "posts?"
@@ -1500,53 +1509,53 @@ msgstr ""
1500
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1501
  "das páginas/posts individuais?"
1502
 
1503
- #: ../admin/social_sharing.php:1925
1504
  msgid "How can I disable sharing on particular page/post?"
1505
  msgstr ""
1506
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1507
 
1508
- #: ../admin/social_sharing.php:1926
1509
  msgid "How can I specify minimum sharing count for sharing networks?"
1510
  msgstr ""
1511
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1512
  "sociais?"
1513
 
1514
- #: ../admin/social_sharing.php:1927
1515
  msgid "How to share specific page?"
1516
  msgstr "Como compartilhar página específica?"
1517
 
1518
- #: ../admin/social_sharing.php:1928
1519
  msgid "How to integrate Google Analytics with sharing?"
1520
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1521
 
1522
- #: ../admin/social_sharing.php:1929
1523
  msgid "How to customize the look of total share counts?"
1524
  msgstr ""
1525
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1526
 
1527
- #: ../admin/social_sharing.php:1930
1528
  msgid "How to customize the look of individual share counts?"
1529
  msgstr ""
1530
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1531
 
1532
- #: ../admin/social_sharing.php:1931
1533
  msgid "How to show Whatsapp icon only on mobile devices?"
1534
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1535
 
1536
- #: ../admin/social_sharing.php:1932
1537
  msgid "How to hide arrow after floating sharing bar?"
1538
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1539
 
1540
- #: ../admin/social_sharing.php:1933
1541
  #, fuzzy
1542
  msgid "Why is share count not getting updated?"
1543
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1544
 
1545
- #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1546
  msgid "Why is there so much space between like buttons?"
1547
  msgstr ""
1548
 
1549
- #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1550
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1551
  msgstr ""
1552
 
@@ -1831,11 +1840,11 @@ msgstr "Configuração Básica"
1831
  msgid "Advanced Configuration"
1832
  msgstr "Configuração Básica"
1833
 
1834
- #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1835
  msgid "GDPR"
1836
  msgstr ""
1837
 
1838
- #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1839
  msgid "XProfile Integration"
1840
  msgstr ""
1841
 
@@ -1884,7 +1893,8 @@ msgid "LinkedIn"
1884
  msgstr "LinkedIn"
1885
 
1886
  #: ../admin/social_login.php:119
1887
- msgid "Google+"
 
1888
  msgstr "Google+"
1889
 
1890
  #: ../admin/social_login.php:123
@@ -2035,15 +2045,15 @@ msgstr ""
2035
  "obeter API Key do LinkedIn"
2036
 
2037
  #: ../admin/social_login.php:301
2038
- msgid "Google+ Client ID"
 
2039
  msgstr "Google+ Client ID"
2040
 
2041
  #: ../admin/social_login.php:311
2042
- #, php-format
2043
  msgid ""
2044
- "Required for GooglePlus Social Login to work. Please follow the "
2045
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2046
- "GooglePlus Client ID"
2047
  msgstr ""
2048
  "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
2049
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
@@ -2059,15 +2069,14 @@ msgstr ""
2059
 
2060
  #: ../admin/social_login.php:323
2061
  #, fuzzy
2062
- msgid "Google+ Client Secret"
2063
  msgstr "Google+ Client ID"
2064
 
2065
  #: ../admin/social_login.php:333
2066
  #, fuzzy, php-format
2067
  msgid ""
2068
- "Required for GooglePlus Social Login to work. Please follow the "
2069
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2070
- "GooglePlus Client Secret"
2071
  msgstr ""
2072
  "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
2073
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
@@ -2210,21 +2219,31 @@ msgid "Text to display above the Social Login interface"
2210
  msgstr "Texto exibido acima da interface de Autenticação Social"
2211
 
2212
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
 
 
2213
  msgid "Enable at login page"
2214
  msgstr "Habilia a página de autenticação"
2215
 
2216
- #: ../admin/social_login.php:561
2217
  msgid ""
2218
  "Social Login interface will get enabled at the login page of your website"
2219
  msgstr ""
2220
  "Interface de Autenticação Social será habilitada na página de autenticação "
2221
  "do seu website"
2222
 
2223
- #: ../admin/social_login.php:569
2224
  msgid "Enable at register page"
2225
  msgstr "Habilitar página de registro"
2226
 
2227
- #: ../admin/social_login.php:579
2228
  msgid ""
2229
  "Social Login interface will get enabled at the registration page of your "
2230
  "website"
@@ -2232,21 +2251,21 @@ msgstr ""
2232
  "Interface de Autenticação Social será habilitada na página de registro de "
2233
  "seu website"
2234
 
2235
- #: ../admin/social_login.php:587
2236
  msgid "Enable at comment form"
2237
  msgstr "Habilitar no formulário de comentário"
2238
 
2239
- #: ../admin/social_login.php:597
2240
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2241
  msgstr ""
2242
  "Interface de Autenticação Social será habilitada em seu formulário de "
2243
  "comentários Wordpress"
2244
 
2245
- #: ../admin/social_login.php:612
2246
  msgid "Enable before WooCommerce Customer Login Form"
2247
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2248
 
2249
- #: ../admin/social_login.php:622
2250
  msgid ""
2251
  "Social Login Interface will get enabled before the customer login form at "
2252
  "WooCommerce My Account page"
@@ -2254,35 +2273,52 @@ msgstr ""
2254
  "Interface de Autenticação Social será habilitada antes do formulário de "
2255
  "autenticação de cliente na página Minha Conta do WooCommerce"
2256
 
2257
- #: ../admin/social_login.php:630
2258
- msgid "Enable after WooCommerce Customer Login Form"
 
2259
  msgstr ""
2260
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2261
 
2262
- #: ../admin/social_login.php:640
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2263
  msgid ""
2264
- "Social Login Interface will get enabled after the customer login form at "
2265
  "WooCommerce My Account page"
2266
  msgstr ""
2267
  "Interface de Autenticação Social será habilitada depois do formulário de "
2268
  "autenticação de cliente na página Minha Conta do WooCommerce"
2269
 
2270
- #: ../admin/social_login.php:648
2271
  msgid "Enable at WooCommerce checkout page"
2272
  msgstr "Habilitado na página de checkout do WooCommerce"
2273
 
2274
- #: ../admin/social_login.php:658
2275
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2276
  msgstr ""
2277
  "Interface de Autenticação Social será habilitada página de checkout do "
2278
  "WooCommerce"
2279
 
2280
- #: ../admin/social_login.php:669
2281
  msgid "Auto-approve comments made by Social Login users"
2282
  msgstr ""
2283
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2284
 
2285
- #: ../admin/social_login.php:679
2286
  msgid ""
2287
  "If this option is enabled, and WordPress comment is made by Social Login "
2288
  "user, comment will get approved immediately without keeping in moderation."
@@ -2291,15 +2327,15 @@ msgstr ""
2291
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2292
  "considerações de moderação."
2293
 
2294
- #: ../admin/social_login.php:680
2295
  msgid "Note: This is not related to Facebook comments"
2296
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2297
 
2298
- #: ../admin/social_login.php:690
2299
  msgid "Enable social avatar"
2300
  msgstr "Habilitar o avatar social"
2301
 
2302
- #: ../admin/social_login.php:700
2303
  msgid ""
2304
  "Social profile pictures of the logged in user will be displayed as profile "
2305
  "avatar"
@@ -2307,30 +2343,30 @@ msgstr ""
2307
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2308
  "do perfil"
2309
 
2310
- #: ../admin/social_login.php:710
2311
  msgid "Avatar quality"
2312
  msgstr "Qualidade do Avatar"
2313
 
2314
- #: ../admin/social_login.php:713
2315
  msgid "Average"
2316
  msgstr "Média"
2317
 
2318
- #: ../admin/social_login.php:714
2319
  msgid "Best"
2320
  msgstr "Melhor"
2321
 
2322
- #: ../admin/social_login.php:721
2323
  msgid "Choose avatar quality"
2324
  msgstr "Escolha a qualidade do avatar"
2325
 
2326
- #: ../admin/social_login.php:730
2327
  msgid ""
2328
  "Show option for users to update social avatar at BuddyPress profile page"
2329
  msgstr ""
2330
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2331
  "perfil do BuddyPress"
2332
 
2333
- #: ../admin/social_login.php:740
2334
  msgid ""
2335
  "If enabled, users would be able to update their social avatar from \"Profile "
2336
  "photo\" section in BuddyPress profile at front-end"
@@ -2338,7 +2374,7 @@ msgstr ""
2338
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2339
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2340
 
2341
- #: ../admin/social_login.php:761
2342
  msgid ""
2343
  "If enabled and Social ID provider does not provide user's email address on "
2344
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2348,11 +2384,11 @@ msgstr ""
2348
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2349
  "email. Do contrário, um email postiço será gerado"
2350
 
2351
- #: ../admin/social_login.php:770
2352
  msgid "Send post-registration email to user to set account password"
2353
  msgstr ""
2354
 
2355
- #: ../admin/social_login.php:780
2356
  msgid ""
2357
  "If enabled, an email will be sent to user after registration through Social "
2358
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2362,12 +2398,12 @@ msgstr ""
2362
  "Social, com respeito as credecial do usuário para autenticação (username-"
2363
  "senha para possibilitar a autenticação via formulário tradicional)"
2364
 
2365
- #: ../admin/social_login.php:788
2366
  #, fuzzy
2367
  msgid "Send new user registration notification email to admin"
2368
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2369
 
2370
- #: ../admin/social_login.php:798
2371
  #, fuzzy
2372
  msgid ""
2373
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2377,40 +2413,40 @@ msgstr ""
2377
  "Social, com respeito as credecial do usuário para autenticação (username-"
2378
  "senha para possibilitar a autenticação via formulário tradicional)"
2379
 
2380
- #: ../admin/social_login.php:806
2381
  msgid "Login redirection"
2382
  msgstr "Redireção de autenticação"
2383
 
2384
- #: ../admin/social_login.php:810
2385
  msgid "Same page where user logged in"
2386
  msgstr "Mesma página onde o usuário autenticou-se"
2387
 
2388
- #: ../admin/social_login.php:814 ../admin/social_login.php:844
2389
  msgid "Account dashboard"
2390
  msgstr "Painel da Conta"
2391
 
2392
- #: ../admin/social_login.php:817 ../admin/social_login.php:847
2393
  msgid "BuddyPress profile page"
2394
  msgstr "Página de perfil BuddyPress"
2395
 
2396
- #: ../admin/social_login.php:820 ../admin/social_login.php:850
2397
  msgid "Custom Url"
2398
  msgstr "Url Personalizada"
2399
 
2400
- #: ../admin/social_login.php:828
2401
  msgid "User will be redirected to the selected page after Social Login"
2402
  msgstr ""
2403
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2404
 
2405
- #: ../admin/social_login.php:836
2406
  msgid "Registration redirection"
2407
  msgstr "Redirecionamento de registro"
2408
 
2409
- #: ../admin/social_login.php:840
2410
  msgid "Same page from where user registered"
2411
  msgstr "Mesma página de onde o usuário se registrou"
2412
 
2413
- #: ../admin/social_login.php:858
2414
  msgid ""
2415
  "User will be redirected to the selected page after registration (first "
2416
  "Social Login) through Social Login"
@@ -2418,23 +2454,23 @@ msgstr ""
2418
  "O usuário será redirecionado para a página selecionada após o registro "
2419
  "(primeira Autenticação Social) através da Autenticação Social"
2420
 
2421
- #: ../admin/social_login.php:867
2422
  #, fuzzy
2423
  msgid "Social Account Linking Options"
2424
  msgstr "Comentário Social"
2425
 
2426
- #: ../admin/social_login.php:883
2427
  #, fuzzy
2428
  msgid "Text to display above the Social Account Linking interface"
2429
  msgstr "Texto exibido acima da interface de Autenticação Social"
2430
 
2431
- #: ../admin/social_login.php:891
2432
  #, fuzzy
2433
  msgid ""
2434
  "Link social account to already existing account, if email address matches"
2435
  msgstr "Associe sua conta social ao login de sua conta neste website"
2436
 
2437
- #: ../admin/social_login.php:901
2438
  msgid ""
2439
  "If email address of the user's Social Account matches with an already "
2440
  "existing account at your website, that social account will be linked to "
@@ -2442,11 +2478,11 @@ msgid ""
2442
  "Linking interface at their profile page."
2443
  msgstr ""
2444
 
2445
- #: ../admin/social_login.php:910
2446
  msgid "Enable social account linking at BuddyPress profile page"
2447
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2448
 
2449
- #: ../admin/social_login.php:920
2450
  msgid ""
2451
  "Enable this option to show social account linking interface at BuddyPress "
2452
  "profile page"
@@ -2454,15 +2490,15 @@ msgstr ""
2454
  "Habilitar estar opção para exibir a conta social associada a página de "
2455
  "interface de perfil do BuddyPress"
2456
 
2457
- #: ../admin/social_login.php:931
2458
  msgid "Email popup options"
2459
  msgstr "Opções de popup de email"
2460
 
2461
- #: ../admin/social_login.php:937
2462
  msgid "Text on 'Email required' popup"
2463
  msgstr "Texto popup de 'Email requerido'"
2464
 
2465
- #: ../admin/social_login.php:947
2466
  msgid ""
2467
  "This text will be displayed on email required popup. Leave empty if not "
2468
  "required."
@@ -2470,11 +2506,11 @@ msgstr ""
2470
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2471
  "o email não for requerido."
2472
 
2473
- #: ../admin/social_login.php:956
2474
  msgid "Error message for 'Email required' popup"
2475
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2476
 
2477
- #: ../admin/social_login.php:966
2478
  msgid ""
2479
  "This message will be displayed to user if it provides invalid or already "
2480
  "registered email"
@@ -2482,11 +2518,11 @@ msgstr ""
2482
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2483
  "ou já registrado"
2484
 
2485
- #: ../admin/social_login.php:975
2486
  msgid "Email popup height"
2487
  msgstr "Altura do popup de email"
2488
 
2489
- #: ../admin/social_login.php:985
2490
  msgid ""
2491
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2492
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2496,11 +2532,11 @@ msgstr ""
2496
  "requirido\\\", você pode incrementar a altura do popup através de "
2497
  "especificação nesta opção. Deixe vazio para padrão."
2498
 
2499
- #: ../admin/social_login.php:993
2500
  msgid "Enable email verification"
2501
  msgstr "Habilitar verificação de email"
2502
 
2503
- #: ../admin/social_login.php:1003
2504
  msgid ""
2505
  "If enabled, email provided by the user will be verified by sending a "
2506
  "confirmation link to that email. User would not be able to login without "
@@ -2510,86 +2546,90 @@ msgstr ""
2510
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2511
  "antes de validar seu email"
2512
 
2513
- #: ../admin/social_login.php:1024
2514
  #, fuzzy
2515
  msgid "Enable GDPR opt-in"
2516
  msgstr "Habilitar comentário Disqus"
2517
 
2518
- #: ../admin/social_login.php:1034
2519
  msgid ""
2520
  "Enable it to show GDPR opt-in for social login and social account linking"
2521
  msgstr ""
2522
 
2523
- #: ../admin/social_login.php:1043
2524
  #, fuzzy
2525
  msgid "Placement of GDPR opt-in"
2526
  msgstr "Habilitar comentário Disqus"
2527
 
2528
- #: ../admin/social_login.php:1047
2529
  #, fuzzy
2530
  msgid "Above Social Login icons"
2531
  msgstr "Autenticação Social"
2532
 
2533
- #: ../admin/social_login.php:1049
2534
  #, fuzzy
2535
  msgid "Below Social Login icons"
2536
  msgstr "Autenticação Social"
2537
 
2538
- #: ../admin/social_login.php:1055
2539
  #, fuzzy
2540
  msgid "Placement of GDPR opt-in above or below the social login icons"
2541
  msgstr "Texto exibido acima da interface de Autenticação Social"
2542
 
2543
- #: ../admin/social_login.php:1063
2544
  msgid "Opt-in text"
2545
  msgstr ""
2546
 
2547
- #: ../admin/social_login.php:1073
2548
  #, fuzzy
2549
  msgid "Text for the GDPR opt-in"
2550
  msgstr "Habilitar comentário Disqus"
2551
 
2552
- #: ../admin/social_login.php:1081
2553
  msgid "Text to link to Privacy Policy page"
2554
  msgstr ""
2555
 
2556
- #: ../admin/social_login.php:1091
2557
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2558
  msgstr ""
2559
 
2560
- #: ../admin/social_login.php:1099
2561
  msgid "Privacy Policy Url"
2562
  msgstr ""
2563
 
2564
- #: ../admin/social_login.php:1109
2565
  #, fuzzy
2566
  msgid "Url of the privacy policy page of your website"
2567
  msgstr "Url da homepage do seu website"
2568
 
2569
- #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2570
  #: ../inc/widget.php:586 ../inc/widget.php:734
2571
  msgid "Select"
2572
  msgstr "Selecione"
2573
 
2574
- #: ../admin/social_login.php:1191
2575
  msgid "Social Login Shortcode & Widget"
2576
  msgstr "Autenticação Social Shortcode & Widget"
2577
 
2578
- #: ../admin/social_login.php:1192
2579
  msgid "Social Linking Shortcode"
2580
  msgstr "Shortcode de associação Social"
2581
 
2582
- #: ../admin/social_login.php:1207
2583
  msgid "Why is social login not working?"
2584
  msgstr ""
2585
 
2586
- #: ../admin/social_login.php:1208
2587
  msgid ""
2588
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2589
  "belong to the same app"
2590
  msgstr ""
2591
 
2592
- #: ../admin/social_login.php:1210
 
 
 
 
2593
  msgid ""
2594
  "Why the user is not appearing logged in even after Social Login until the "
2595
  "webpage is refreshed manually?"
@@ -2797,11 +2837,11 @@ msgstr ""
2797
  msgid "Like Buttons Shortcode & Widget"
2798
  msgstr "Botões Like Shortcode & Widget"
2799
 
2800
- #: ../inc/shortcode.php:197 ../inc/widget.php:47
2801
  msgid "Log Out"
2802
  msgstr "Desautenticar"
2803
 
2804
- #: ../inc/shortcode.php:295
2805
  msgid ""
2806
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2807
  "Socializer > Social Login\" page in admin panel"
@@ -2820,36 +2860,36 @@ msgstr ""
2820
  msgid "Archives"
2821
  msgstr "Arquivos de Categorias"
2822
 
2823
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2824
  msgid "Invalid request"
2825
  msgstr "Requisição inválida"
2826
 
2827
- #: ../inc/social_sharing.php:870
2828
  msgid "Providers not selected"
2829
  msgstr "Provedor não selecionado"
2830
 
2831
- #: ../inc/social_login.php:721
2832
  msgid "Email"
2833
  msgstr ""
2834
 
2835
- #: ../inc/social_login.php:722
2836
  msgid "Confirm email"
2837
  msgstr ""
2838
 
2839
- #: ../inc/social_login.php:724
2840
  msgid "Save"
2841
  msgstr ""
2842
 
2843
- #: ../inc/social_login.php:725
2844
  msgid "Cancel"
2845
  msgstr ""
2846
 
2847
- #: ../inc/social_login.php:799
2848
  #, fuzzy
2849
  msgid "Email Verification"
2850
  msgstr "Habilitar verificação de email"
2851
 
2852
- #: ../inc/social_login.php:801
2853
  msgid ""
2854
  "Please click on the following link or paste it in browser to verify your "
2855
  "email"
@@ -2860,9 +2900,10 @@ msgid "Super Socializer - Login"
2860
  msgstr "Super Socializer - Autenticação"
2861
 
2862
  #: ../inc/widget.php:13
 
2863
  msgid ""
2864
  "Let your website users login/register using their favorite Social ID "
2865
- "Provider, such as Facebook, Twitter, Google+, LinkedIn"
2866
  msgstr ""
2867
  "Permita a seus usuários do website usarem o ID do provedor Social favorito "
2868
  "deles, como Facebook, Twitter, Google+, LinkedIn para autenticação/registro "
@@ -3127,6 +3168,13 @@ msgstr ""
3127
  msgid "RSS Feed URL:"
3128
  msgstr ""
3129
 
 
 
 
 
 
 
 
3130
  #~ msgid ""
3131
  #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3132
  #~ "share counts"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-02-23 08:36+0530\n"
6
+ "PO-Revision-Date: 2019-02-23 08:36+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
82
  msgid "Notification"
83
  msgstr "Notificaçao"
84
 
85
+ #: ../super_socializer.php:902 ../admin/social_login.php:787
86
  msgid "Email required"
87
  msgstr "Necessário email"
88
 
111
  msgid "Link copied."
112
  msgstr "LinkedIn"
113
 
114
+ #: ../super_socializer.php:1243
115
  msgid "Super Socializer - General Options"
116
  msgstr "Super Socializer - Opções Gerais"
117
 
118
+ #: ../super_socializer.php:1243 ../admin/general_options.php:15
119
  #: ../admin/social_commenting.php:47
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
+ #: ../super_socializer.php:1311 ../helper.php:898
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
127
+ #: ../super_socializer.php:1314
128
  msgid "Small Avatar Url"
129
  msgstr "Url para Avatar pequeno"
130
 
131
+ #: ../super_socializer.php:1318
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
+ #: ../super_socializer.php:1322 ../helper.php:901
136
  msgid ""
137
  "Do not fetch and update social avatar from my profile, next time I Social "
138
  "Login"
140
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
141
  "Autenticação Social"
142
 
143
+ #: ../super_socializer.php:1326 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
146
 
147
+ #: ../super_socializer.php:1399 ../super_socializer.php:2051
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1405
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:1406
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "Email fornecido já está registrado ou é inválido"
160
 
161
+ #: ../super_socializer.php:1411
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr ""
164
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
165
  "confirmá-lo"
166
 
167
+ #: ../super_socializer.php:1415 ../super_socializer.php:1975
168
  msgid "Link your social account to login to your account at this website"
169
  msgstr "Associe sua conta social ao login de sua conta neste website"
170
 
171
+ #: ../super_socializer.php:1642
172
+ #, php-format
173
+ msgid ""
174
+ "Thanks for installing Super Socializer plugin. Click <a href=\"%s\" target="
175
+ "\"_blank\">here</a> for the steps on how to configure the plugin"
176
+ msgstr ""
177
+
178
+ #: ../super_socializer.php:1652
179
  msgid ""
180
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
181
  "current version of Super Socialzer"
182
  msgstr ""
183
 
184
+ #: ../super_socializer.php:1661
185
  msgid ""
186
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
187
  "version of Super Socialzer"
188
  msgstr ""
189
 
190
+ #: ../super_socializer.php:1670
191
  msgid ""
192
  "Update \"Social Login Buttons\" add-on for compatibility with current "
193
  "version of Super Socialzer"
194
  msgstr ""
195
 
196
+ #: ../super_socializer.php:1679
197
  msgid ""
198
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
199
  "with current version of Super Socialzer"
200
  msgstr ""
201
 
202
+ #: ../super_socializer.php:1688
203
  msgid ""
204
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
205
  "with current version of Super Socialzer"
206
  msgstr ""
207
 
208
+ #: ../super_socializer.php:1695
209
  msgid ""
210
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
211
  "LiveJournal Login of Super Socialzer"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:1706
215
  #, php-format
216
  msgid ""
217
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1722
221
  #, php-format
222
  msgid ""
223
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1746
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
231
  "target=\"_blank\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1746 ../super_socializer.php:1771
235
+ #: ../super_socializer.php:1796 ../super_socializer.php:1821
236
+ #: ../super_socializer.php:1854 ../super_socializer.php:1882
237
+ #: ../super_socializer.php:1909 ../super_socializer.php:1933
238
  msgid "Okay"
239
  msgstr ""
240
 
241
+ #: ../super_socializer.php:1771
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
246
  "\">here</a>"
247
  msgstr ""
248
 
249
+ #: ../super_socializer.php:1796
250
  #, php-format
251
  msgid ""
252
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
254
  "target=\"_blank\">here</a>"
255
  msgstr ""
256
 
257
+ #: ../super_socializer.php:1821
258
  #, php-format
259
  msgid ""
260
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
262
  "target=\"_blank\">here</a>"
263
  msgstr ""
264
 
265
+ #: ../super_socializer.php:1832
266
  #, php-format
267
  msgid ""
268
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
269
  msgstr ""
270
 
271
+ #: ../super_socializer.php:1854
272
  #, php-format
273
  msgid ""
274
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
276
  "\"%s\" target=\"_blank\">here</a>"
277
  msgstr ""
278
 
279
+ #: ../super_socializer.php:1882
280
  #, php-format
281
  msgid ""
282
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
285
  "your website %s with them. No need to copy-paste any code from their website."
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:1909
289
  #, php-format
290
  msgid ""
291
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
293
  "\"%s\" target=\"_blank\">here</a>"
294
  msgstr ""
295
 
296
+ #: ../super_socializer.php:1933
297
  #, php-format
298
  msgid ""
299
  "Your website visitors will see a popup notification (only once) if their "
398
  msgstr "Avatar Grande"
399
 
400
  #: ../helper.php:913 ../admin/general_options.php:132
401
+ #: ../admin/social_sharing.php:1964 ../admin/social_commenting.php:483
402
+ #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
403
  msgid "Save Changes"
404
  msgstr "Salvar Alterações"
405
 
421
  msgstr ""
422
 
423
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
424
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1968
425
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
426
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1263
427
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
428
  #, fuzzy, php-format
429
  msgid ""
499
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
500
  "style&gt; )"
501
 
502
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1974
503
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1269
504
  #: ../admin/like_buttons.php:836
505
  #, fuzzy
506
  msgid "Instagram Shoutout"
507
  msgstr "Instagram"
508
 
509
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1976
510
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1271
511
  #: ../admin/like_buttons.php:838
512
  msgid ""
513
  "If you can send (to hello@heateor.com) how our plugin is helping your "
515
  "hashtags and people to mention in the Instagram post."
516
  msgstr ""
517
 
518
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1977
519
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1272
520
  #: ../admin/like_buttons.php:839
521
  msgid ""
522
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
526
  "time."
527
  msgstr ""
528
 
529
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1978
530
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1273
531
  #: ../admin/like_buttons.php:840
532
  msgid ""
533
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
548
  msgid "by"
549
  msgstr "por"
550
 
551
+ #: ../admin/help.php:18
 
 
 
 
 
 
 
 
552
  msgid "Donate Now"
553
  msgstr "Doe Agora"
554
 
555
+ #: ../admin/help.php:24
556
  msgid "Plugin Demo"
557
  msgstr "Plugin Demo"
558
 
559
+ #: ../admin/help.php:30
560
  msgid "Translate Plugin"
561
  msgstr ""
562
 
563
+ #: ../admin/help.php:36 ../admin/social_login.php:58
564
  #, fuzzy
565
  msgid "Customize Social Login Icons"
566
  msgstr "Autenticação Social"
567
 
568
+ #: ../admin/help.php:42
569
  msgid "Integrate with Google Analytics"
570
  msgstr "Integração com o Google Analytics"
571
 
572
+ #: ../admin/help.php:48
573
  msgid "Boost sharing by awarding points"
574
  msgstr "Incremente o compartilhamento ganhando pontos"
575
 
576
+ #: ../admin/help.php:54
577
  msgid "Award points for Social Login"
578
  msgstr "Ganhe pontos na Autenticação Social"
579
 
580
+ #: ../admin/help.php:60
581
  msgid "Other Add-ons"
582
  msgstr "Outros Add-ons"
583
 
584
+ #: ../admin/help.php:66
585
  #, fuzzy
586
  msgid "Support Forum"
587
  msgstr "Ajude-nos"
588
 
589
+ #: ../admin/help.php:71
590
  msgid "Need Help?"
591
  msgstr "Precisa de Ajuda?"
592
 
593
+ #: ../admin/help.php:73
594
  msgid ""
595
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
596
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
603
  "para melhorar o plugin, apenas mande um email para <a href=\\\"mailto:"
604
  "support@heateor.com\\\">support@heateor.com</a>"
605
 
606
+ #: ../admin/help.php:78
607
  msgid "Testimonial"
608
  msgstr ""
609
 
610
+ #: ../admin/help.php:80
611
  msgid ""
612
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
613
  "\">testimonials@heateor.com</a>"
614
  msgstr ""
615
 
616
+ #: ../admin/help.php:85
617
  msgid "Support Us"
618
  msgstr "Ajude-nos"
619
 
620
+ #: ../admin/help.php:88 ../admin/help.php:91 ../admin/help.php:92
621
+ #: ../admin/help.php:93 ../admin/help.php:94 ../admin/help.php:95
622
  msgid "Rate 5-star"
623
  msgstr "Pontue como 5-strelas"
624
 
659
  msgid "3rd Party Integration"
660
  msgstr ""
661
 
662
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
663
+ #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
664
+ #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
665
  #: ../admin/like_buttons.php:797
666
  msgid "Shortcode & Widget"
667
  msgstr "Shortcode & Widget"
670
  msgid "Troubleshooter"
671
  msgstr "Resolução de Problemas"
672
 
673
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
674
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
675
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1239
676
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
677
  msgid "FAQ"
678
  msgstr "P&R"
906
  msgstr "Url para compartilhar"
907
 
908
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
909
+ #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
910
  #: ../inc/widget.php:929
911
  msgid "Title"
912
  msgstr "Título"
995
  msgstr "Localização"
996
 
997
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
998
+ #: ../admin/social_login.php:848 ../admin/social_login.php:878
999
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1000
  msgid "Homepage"
1001
  msgstr "Homepage"
1194
  "compartilhamento vertical"
1195
 
1196
  #: ../admin/social_sharing.php:1525
1197
+ #, fuzzy
1198
+ msgid "Hide floating slider"
1199
+ msgstr "Escondido para usuários autenticados:"
1200
+
1201
+ #: ../admin/social_sharing.php:1535
1202
+ #, fuzzy
1203
+ msgid "Hides the slider arrow present below the floating share bar"
1204
+ msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1205
+
1206
+ #: ../admin/social_sharing.php:1543
1207
  msgid "Vertical floating bar responsiveness"
1208
  msgstr "Sensibilidade da barra flutuante vertical"
1209
 
1210
+ #: ../admin/social_sharing.php:1546
1211
  #, php-format
1212
  msgid "Display vertical interface only when screen is wider than %s pixels"
1213
  msgstr ""
1214
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
1215
 
1216
+ #: ../admin/social_sharing.php:1553
1217
  msgid ""
1218
  "Display vertical interface only when screen is wider than the width "
1219
  "specified."
1221
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
1222
  "especificada."
1223
 
1224
+ #: ../admin/social_sharing.php:1561
1225
  msgid "Horizontal floating bar responsiveness"
1226
  msgstr "Sensibilidade da barra flutuante horizontal"
1227
 
1228
+ #: ../admin/social_sharing.php:1564
1229
  #, php-format
1230
  msgid ""
1231
  "Stick vertical floating interface horizontally at bottom only when screen is "
1234
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1235
  "quando a tela é mais estreita do que %s pixels"
1236
 
1237
+ #: ../admin/social_sharing.php:1571
1238
  msgid ""
1239
  "Stick vertical floating interface horizontally at bottom only when screen is "
1240
  "narrower than the width specified"
1242
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1243
  "quando a tela é mais estreita do que a largura especificada"
1244
 
1245
+ #: ../admin/social_sharing.php:1581
1246
  msgid "Horizontal floating bar position"
1247
  msgstr "Posição da barra de flutuação horizontal"
1248
 
1249
+ #: ../admin/social_sharing.php:1584
1250
  #, php-format
1251
  msgid "%s pixels from %s"
1252
  msgstr "%s pixels de %s"
1253
 
1254
+ #: ../admin/social_sharing.php:1585
1255
  msgid "Auto-adjust according to screen width (responsive)"
1256
  msgstr ""
1257
 
1258
+ #: ../admin/social_sharing.php:1592
1259
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1260
  msgstr ""
1261
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1262
  "também."
1263
 
1264
+ #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1265
  msgid "Url shortener"
1266
  msgstr "Encurtador de Url"
1267
 
1268
+ #: ../admin/social_sharing.php:1618
1269
  msgid "Use shortlinks already installed"
1270
  msgstr "Use shortlinks já instalados"
1271
 
1272
+ #: ../admin/social_sharing.php:1628
1273
  msgid "Uses default short url permalinks without using any additional plugin"
1274
  msgstr ""
1275
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1276
 
1277
+ #: ../admin/social_sharing.php:1636
1278
  msgid "Enable bit.ly url shortener for sharing"
1279
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1280
 
1281
+ #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1282
  msgid "Master control to enable bit.ly url shortening for sharing"
1283
  msgstr ""
1284
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1285
 
1286
+ #: ../admin/social_sharing.php:1654
1287
  msgid "bit.ly Login"
1288
  msgstr ""
1289
 
1290
+ #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1291
  #, fuzzy, php-format
1292
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1293
  msgstr ""
1295
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1296
  "para obter Twitter API Key"
1297
 
1298
+ #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1299
  msgid "bit.ly API Key"
1300
  msgstr "bit.ly API Key"
1301
 
1302
+ #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1303
  msgid "Clear Bitly Cache"
1304
  msgstr "Limpar o Cache Bitly"
1305
 
1306
+ #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1307
  msgid "ShortUrl cache cleared successfully."
1308
  msgstr "Cache ShortUrl limpo com sucesso."
1309
 
1310
+ #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1311
  msgid ""
1312
  "Use this to delete short urls saved in database. Handy, if urls of your "
1313
  "website have been changed but short urls are still being generated for old "
1317
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1318
  "geradas para suas urls antigas."
1319
 
1320
+ #: ../admin/social_sharing.php:1712
1321
  msgid "Share Count Cache"
1322
  msgstr "Cache de Contador de Compartilhamento"
1323
 
1324
+ #: ../admin/social_sharing.php:1718
1325
  msgid "Refresh Share Count cache every"
1326
  msgstr "Atualizar o contador de compartilhamento a cada"
1327
 
1328
+ #: ../admin/social_sharing.php:1723
1329
  msgid "Second(s)"
1330
  msgstr ""
1331
 
1332
+ #: ../admin/social_sharing.php:1724
1333
  msgid "Minute(s)"
1334
  msgstr ""
1335
 
1336
+ #: ../admin/social_sharing.php:1725
1337
  msgid "Hour(s)"
1338
  msgstr ""
1339
 
1340
+ #: ../admin/social_sharing.php:1726
1341
  msgid "Day(s)"
1342
  msgstr ""
1343
 
1344
+ #: ../admin/social_sharing.php:1734
1345
  #, fuzzy, php-format
1346
  msgid ""
1347
  "Frequent cache refreshing results in slower loading of pages with share "
1351
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1352
  "páginas com os contadores de compartilhamento habilitados"
1353
 
1354
+ #: ../admin/social_sharing.php:1742
1355
  msgid "Clear Share Counts Cache"
1356
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1357
 
1358
+ #: ../admin/social_sharing.php:1746
1359
  msgid "Share Counts cache cleared successfully."
1360
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1361
 
1362
+ #: ../admin/social_sharing.php:1753
1363
  msgid "Use this to clear cached share counts"
1364
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1365
 
1366
+ #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1367
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1368
  #: ../admin/like_buttons.php:698
1369
  msgid "Language"
1370
  msgstr "Languagem"
1371
 
1372
+ #: ../admin/social_sharing.php:1778
1373
  #, php-format
1374
  msgid ""
1375
  "Enter the code of the language you want to use for like buttons. You can "
1380
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1381
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1382
 
1383
+ #: ../admin/social_sharing.php:1787
1384
  msgid "Username in sharing"
1385
  msgstr "Username no compartilhamento"
1386
 
1387
+ #: ../admin/social_sharing.php:1793
1388
  msgid "Twitter username (without @)"
1389
  msgstr "Username do Twitter (sem @)"
1390
 
1391
+ #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1392
  msgid ""
1393
  "Provided username will be appended after the content being shared as \"via "
1394
  "@USERNAME\". Leave empty if you do not want any username in the content "
1398
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1399
  "no conteúdo sendo compartilhado."
1400
 
1401
+ #: ../admin/social_sharing.php:1812
1402
  msgid "Buffer username (without @)"
1403
  msgstr "Username do Buffer (sem @)"
1404
 
1405
+ #: ../admin/social_sharing.php:1831
1406
  msgid "AMP"
1407
  msgstr ""
1408
 
1409
+ #: ../admin/social_sharing.php:1837
1410
  #, fuzzy
1411
  msgid "Enable sharing on AMP pages"
1412
  msgstr "Habilia a página de autenticação"
1413
 
1414
+ #: ../admin/social_sharing.php:1847
1415
  msgid "Enable this option to render sharing icons on AMP pages"
1416
  msgstr ""
1417
 
1418
+ #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1419
  msgid "myCRED"
1420
  msgstr ""
1421
 
1422
+ #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1423
  msgid "Append myCRED referral ID to the urls being shared"
1424
  msgstr ""
1425
 
1426
+ #: ../admin/social_sharing.php:1905
1427
  msgid "Facebook Sharing Troubleshooter"
1428
  msgstr "Solução de problema no compartilhamento com o Facebook"
1429
 
1430
+ #: ../admin/social_sharing.php:1910
1431
  #, fuzzy
1432
  msgid ""
1433
  "If Facebook sharing is not working fine, click at the following link and "
1440
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1441
  "website:"
1442
 
1443
+ #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:469
1444
+ #: ../admin/social_login.php:1241
1445
  msgid ""
1446
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1447
  "an online website for the plugin to function properly."
1448
  msgstr ""
1449
 
1450
+ #: ../admin/social_sharing.php:1928
1451
  msgid ""
1452
  "Why is sharer not showing the correct image, title and other meta tags "
1453
  "content?"
1454
  msgstr ""
1455
 
1456
+ #: ../admin/social_sharing.php:1930
1457
  msgid "Why is Instagram icon redirecting to Instagram website?"
1458
  msgstr ""
1459
 
1460
+ #: ../admin/social_sharing.php:1931
1461
  msgid ""
1462
  "Instagram icon is there to send website visitors to the Instagram page of "
1463
  "your choice. You can save the desired Instagram handle in \"Instagram "
1465
  "sections."
1466
  msgstr ""
1467
 
1468
+ #: ../admin/social_sharing.php:1934
1469
  msgid ""
1470
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1935
1474
  msgid ""
1475
  "It takes some time for their service to track the shares made on Twitter "
1476
  "from your website. If you still feel it's taking too long you can contact "
1477
  "their support directly from their website."
1478
  msgstr ""
1479
 
1480
+ #: ../admin/social_sharing.php:1937 ../admin/like_buttons.php:814
1481
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1482
  msgstr ""
1483
 
1484
+ #: ../admin/social_sharing.php:1938
1485
  msgid ""
1486
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1487
  msgstr ""
1488
 
1489
+ #: ../admin/social_sharing.php:1939 ../admin/social_commenting.php:472
1490
+ #: ../admin/social_login.php:1248
1491
  msgid "Why is my browser blocking some features of the plugin?"
1492
  msgstr ""
1493
 
1494
+ #: ../admin/social_sharing.php:1940
1495
  #, fuzzy
1496
  msgid "Why the color of share icons is not being updated?"
1497
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1498
 
1499
+ #: ../admin/social_sharing.php:1941
1500
  #, fuzzy
1501
  msgid "Why Facebook share counts are not appearing?"
1502
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1503
 
1504
+ #: ../admin/social_sharing.php:1942
1505
  msgid ""
1506
  "How can I show share counts of my website rather than of individual pages/"
1507
  "posts?"
1509
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1510
  "das páginas/posts individuais?"
1511
 
1512
+ #: ../admin/social_sharing.php:1943
1513
  msgid "How can I disable sharing on particular page/post?"
1514
  msgstr ""
1515
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1516
 
1517
+ #: ../admin/social_sharing.php:1944
1518
  msgid "How can I specify minimum sharing count for sharing networks?"
1519
  msgstr ""
1520
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1521
  "sociais?"
1522
 
1523
+ #: ../admin/social_sharing.php:1945
1524
  msgid "How to share specific page?"
1525
  msgstr "Como compartilhar página específica?"
1526
 
1527
+ #: ../admin/social_sharing.php:1946
1528
  msgid "How to integrate Google Analytics with sharing?"
1529
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1530
 
1531
+ #: ../admin/social_sharing.php:1947
1532
  msgid "How to customize the look of total share counts?"
1533
  msgstr ""
1534
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1535
 
1536
+ #: ../admin/social_sharing.php:1948
1537
  msgid "How to customize the look of individual share counts?"
1538
  msgstr ""
1539
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1540
 
1541
+ #: ../admin/social_sharing.php:1949
1542
  msgid "How to show Whatsapp icon only on mobile devices?"
1543
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1544
 
1545
+ #: ../admin/social_sharing.php:1950
1546
  msgid "How to hide arrow after floating sharing bar?"
1547
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1548
 
1549
+ #: ../admin/social_sharing.php:1951
1550
  #, fuzzy
1551
  msgid "Why is share count not getting updated?"
1552
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1553
 
1554
+ #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:812
1555
  msgid "Why is there so much space between like buttons?"
1556
  msgstr ""
1557
 
1558
+ #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:813
1559
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1560
  msgstr ""
1561
 
1840
  msgid "Advanced Configuration"
1841
  msgstr "Configuração Básica"
1842
 
1843
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1844
  msgid "GDPR"
1845
  msgstr ""
1846
 
1847
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1848
  msgid "XProfile Integration"
1849
  msgstr ""
1850
 
1893
  msgstr "LinkedIn"
1894
 
1895
  #: ../admin/social_login.php:119
1896
+ #, fuzzy
1897
+ msgid "Google"
1898
  msgstr "Google+"
1899
 
1900
  #: ../admin/social_login.php:123
2045
  "obeter API Key do LinkedIn"
2046
 
2047
  #: ../admin/social_login.php:301
2048
+ #, fuzzy
2049
+ msgid "Google Client ID"
2050
  msgstr "Google+ Client ID"
2051
 
2052
  #: ../admin/social_login.php:311
2053
+ #, fuzzy, php-format
2054
  msgid ""
2055
+ "Required for Google Social Login to work. Please follow the documentation at "
2056
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
 
2057
  msgstr ""
2058
  "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
2059
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2069
 
2070
  #: ../admin/social_login.php:323
2071
  #, fuzzy
2072
+ msgid "Google Client Secret"
2073
  msgstr "Google+ Client ID"
2074
 
2075
  #: ../admin/social_login.php:333
2076
  #, fuzzy, php-format
2077
  msgid ""
2078
+ "Required for Google Social Login to work. Please follow the documentation at "
2079
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
 
2080
  msgstr ""
2081
  "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a "
2082
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2219
  msgstr "Texto exibido acima da interface de Autenticação Social"
2220
 
2221
  #: ../admin/social_login.php:551
2222
+ #, fuzzy
2223
+ msgid "Center align icons"
2224
+ msgstr "Rearranjar ícones"
2225
+
2226
+ #: ../admin/social_login.php:561
2227
+ #, fuzzy
2228
+ msgid "Center align social login icons"
2229
+ msgstr "Autenticação Social"
2230
+
2231
+ #: ../admin/social_login.php:569
2232
  msgid "Enable at login page"
2233
  msgstr "Habilia a página de autenticação"
2234
 
2235
+ #: ../admin/social_login.php:579
2236
  msgid ""
2237
  "Social Login interface will get enabled at the login page of your website"
2238
  msgstr ""
2239
  "Interface de Autenticação Social será habilitada na página de autenticação "
2240
  "do seu website"
2241
 
2242
+ #: ../admin/social_login.php:587
2243
  msgid "Enable at register page"
2244
  msgstr "Habilitar página de registro"
2245
 
2246
+ #: ../admin/social_login.php:597
2247
  msgid ""
2248
  "Social Login interface will get enabled at the registration page of your "
2249
  "website"
2251
  "Interface de Autenticação Social será habilitada na página de registro de "
2252
  "seu website"
2253
 
2254
+ #: ../admin/social_login.php:605
2255
  msgid "Enable at comment form"
2256
  msgstr "Habilitar no formulário de comentário"
2257
 
2258
+ #: ../admin/social_login.php:615
2259
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2260
  msgstr ""
2261
  "Interface de Autenticação Social será habilitada em seu formulário de "
2262
  "comentários Wordpress"
2263
 
2264
+ #: ../admin/social_login.php:630
2265
  msgid "Enable before WooCommerce Customer Login Form"
2266
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2267
 
2268
+ #: ../admin/social_login.php:640
2269
  msgid ""
2270
  "Social Login Interface will get enabled before the customer login form at "
2271
  "WooCommerce My Account page"
2273
  "Interface de Autenticação Social será habilitada antes do formulário de "
2274
  "autenticação de cliente na página Minha Conta do WooCommerce"
2275
 
2276
+ #: ../admin/social_login.php:648
2277
+ #, fuzzy
2278
+ msgid "Enable at WooCommerce Customer Login Form"
2279
  msgstr ""
2280
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2281
 
2282
+ #: ../admin/social_login.php:658
2283
+ #, fuzzy
2284
+ msgid ""
2285
+ "Integrate Social Login Interface with the customer login form at WooCommerce "
2286
+ "My Account page"
2287
+ msgstr ""
2288
+ "Interface de Autenticação Social será habilitada depois do formulário de "
2289
+ "autenticação de cliente na página Minha Conta do WooCommerce"
2290
+
2291
+ #: ../admin/social_login.php:666
2292
+ #, fuzzy
2293
+ msgid "Enable at WooCommerce Customer Register Form"
2294
+ msgstr ""
2295
+ "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2296
+
2297
+ #: ../admin/social_login.php:676
2298
+ #, fuzzy
2299
  msgid ""
2300
+ "Integrate Social Login Interface with the customer register form at "
2301
  "WooCommerce My Account page"
2302
  msgstr ""
2303
  "Interface de Autenticação Social será habilitada depois do formulário de "
2304
  "autenticação de cliente na página Minha Conta do WooCommerce"
2305
 
2306
+ #: ../admin/social_login.php:684
2307
  msgid "Enable at WooCommerce checkout page"
2308
  msgstr "Habilitado na página de checkout do WooCommerce"
2309
 
2310
+ #: ../admin/social_login.php:694
2311
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2312
  msgstr ""
2313
  "Interface de Autenticação Social será habilitada página de checkout do "
2314
  "WooCommerce"
2315
 
2316
+ #: ../admin/social_login.php:705
2317
  msgid "Auto-approve comments made by Social Login users"
2318
  msgstr ""
2319
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2320
 
2321
+ #: ../admin/social_login.php:715
2322
  msgid ""
2323
  "If this option is enabled, and WordPress comment is made by Social Login "
2324
  "user, comment will get approved immediately without keeping in moderation."
2327
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2328
  "considerações de moderação."
2329
 
2330
+ #: ../admin/social_login.php:716
2331
  msgid "Note: This is not related to Facebook comments"
2332
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2333
 
2334
+ #: ../admin/social_login.php:726
2335
  msgid "Enable social avatar"
2336
  msgstr "Habilitar o avatar social"
2337
 
2338
+ #: ../admin/social_login.php:736
2339
  msgid ""
2340
  "Social profile pictures of the logged in user will be displayed as profile "
2341
  "avatar"
2343
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2344
  "do perfil"
2345
 
2346
+ #: ../admin/social_login.php:746
2347
  msgid "Avatar quality"
2348
  msgstr "Qualidade do Avatar"
2349
 
2350
+ #: ../admin/social_login.php:749
2351
  msgid "Average"
2352
  msgstr "Média"
2353
 
2354
+ #: ../admin/social_login.php:750
2355
  msgid "Best"
2356
  msgstr "Melhor"
2357
 
2358
+ #: ../admin/social_login.php:757
2359
  msgid "Choose avatar quality"
2360
  msgstr "Escolha a qualidade do avatar"
2361
 
2362
+ #: ../admin/social_login.php:766
2363
  msgid ""
2364
  "Show option for users to update social avatar at BuddyPress profile page"
2365
  msgstr ""
2366
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2367
  "perfil do BuddyPress"
2368
 
2369
+ #: ../admin/social_login.php:776
2370
  msgid ""
2371
  "If enabled, users would be able to update their social avatar from \"Profile "
2372
  "photo\" section in BuddyPress profile at front-end"
2374
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2375
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2376
 
2377
+ #: ../admin/social_login.php:797
2378
  msgid ""
2379
  "If enabled and Social ID provider does not provide user's email address on "
2380
  "login, user will be asked to provide his/her email address. Otherwise, a "
2384
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2385
  "email. Do contrário, um email postiço será gerado"
2386
 
2387
+ #: ../admin/social_login.php:806
2388
  msgid "Send post-registration email to user to set account password"
2389
  msgstr ""
2390
 
2391
+ #: ../admin/social_login.php:816
2392
  msgid ""
2393
  "If enabled, an email will be sent to user after registration through Social "
2394
  "Login, regarding his/her login credentials (username-password to be able to "
2398
  "Social, com respeito as credecial do usuário para autenticação (username-"
2399
  "senha para possibilitar a autenticação via formulário tradicional)"
2400
 
2401
+ #: ../admin/social_login.php:824
2402
  #, fuzzy
2403
  msgid "Send new user registration notification email to admin"
2404
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2405
 
2406
+ #: ../admin/social_login.php:834
2407
  #, fuzzy
2408
  msgid ""
2409
  "If enabled, an email will be sent to admin after new user registers through "
2413
  "Social, com respeito as credecial do usuário para autenticação (username-"
2414
  "senha para possibilitar a autenticação via formulário tradicional)"
2415
 
2416
+ #: ../admin/social_login.php:842
2417
  msgid "Login redirection"
2418
  msgstr "Redireção de autenticação"
2419
 
2420
+ #: ../admin/social_login.php:846
2421
  msgid "Same page where user logged in"
2422
  msgstr "Mesma página onde o usuário autenticou-se"
2423
 
2424
+ #: ../admin/social_login.php:850 ../admin/social_login.php:880
2425
  msgid "Account dashboard"
2426
  msgstr "Painel da Conta"
2427
 
2428
+ #: ../admin/social_login.php:853 ../admin/social_login.php:883
2429
  msgid "BuddyPress profile page"
2430
  msgstr "Página de perfil BuddyPress"
2431
 
2432
+ #: ../admin/social_login.php:856 ../admin/social_login.php:886
2433
  msgid "Custom Url"
2434
  msgstr "Url Personalizada"
2435
 
2436
+ #: ../admin/social_login.php:864
2437
  msgid "User will be redirected to the selected page after Social Login"
2438
  msgstr ""
2439
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2440
 
2441
+ #: ../admin/social_login.php:872
2442
  msgid "Registration redirection"
2443
  msgstr "Redirecionamento de registro"
2444
 
2445
+ #: ../admin/social_login.php:876
2446
  msgid "Same page from where user registered"
2447
  msgstr "Mesma página de onde o usuário se registrou"
2448
 
2449
+ #: ../admin/social_login.php:894
2450
  msgid ""
2451
  "User will be redirected to the selected page after registration (first "
2452
  "Social Login) through Social Login"
2454
  "O usuário será redirecionado para a página selecionada após o registro "
2455
  "(primeira Autenticação Social) através da Autenticação Social"
2456
 
2457
+ #: ../admin/social_login.php:903
2458
  #, fuzzy
2459
  msgid "Social Account Linking Options"
2460
  msgstr "Comentário Social"
2461
 
2462
+ #: ../admin/social_login.php:919
2463
  #, fuzzy
2464
  msgid "Text to display above the Social Account Linking interface"
2465
  msgstr "Texto exibido acima da interface de Autenticação Social"
2466
 
2467
+ #: ../admin/social_login.php:927
2468
  #, fuzzy
2469
  msgid ""
2470
  "Link social account to already existing account, if email address matches"
2471
  msgstr "Associe sua conta social ao login de sua conta neste website"
2472
 
2473
+ #: ../admin/social_login.php:937
2474
  msgid ""
2475
  "If email address of the user's Social Account matches with an already "
2476
  "existing account at your website, that social account will be linked to "
2478
  "Linking interface at their profile page."
2479
  msgstr ""
2480
 
2481
+ #: ../admin/social_login.php:946
2482
  msgid "Enable social account linking at BuddyPress profile page"
2483
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2484
 
2485
+ #: ../admin/social_login.php:956
2486
  msgid ""
2487
  "Enable this option to show social account linking interface at BuddyPress "
2488
  "profile page"
2490
  "Habilitar estar opção para exibir a conta social associada a página de "
2491
  "interface de perfil do BuddyPress"
2492
 
2493
+ #: ../admin/social_login.php:967
2494
  msgid "Email popup options"
2495
  msgstr "Opções de popup de email"
2496
 
2497
+ #: ../admin/social_login.php:973
2498
  msgid "Text on 'Email required' popup"
2499
  msgstr "Texto popup de 'Email requerido'"
2500
 
2501
+ #: ../admin/social_login.php:983
2502
  msgid ""
2503
  "This text will be displayed on email required popup. Leave empty if not "
2504
  "required."
2506
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2507
  "o email não for requerido."
2508
 
2509
+ #: ../admin/social_login.php:992
2510
  msgid "Error message for 'Email required' popup"
2511
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2512
 
2513
+ #: ../admin/social_login.php:1002
2514
  msgid ""
2515
  "This message will be displayed to user if it provides invalid or already "
2516
  "registered email"
2518
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2519
  "ou já registrado"
2520
 
2521
+ #: ../admin/social_login.php:1011
2522
  msgid "Email popup height"
2523
  msgstr "Altura do popup de email"
2524
 
2525
+ #: ../admin/social_login.php:1021
2526
  msgid ""
2527
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2528
  "can increase the height of popup by specifying in this option. Leave empty "
2532
  "requirido\\\", você pode incrementar a altura do popup através de "
2533
  "especificação nesta opção. Deixe vazio para padrão."
2534
 
2535
+ #: ../admin/social_login.php:1029
2536
  msgid "Enable email verification"
2537
  msgstr "Habilitar verificação de email"
2538
 
2539
+ #: ../admin/social_login.php:1039
2540
  msgid ""
2541
  "If enabled, email provided by the user will be verified by sending a "
2542
  "confirmation link to that email. User would not be able to login without "
2546
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2547
  "antes de validar seu email"
2548
 
2549
+ #: ../admin/social_login.php:1060
2550
  #, fuzzy
2551
  msgid "Enable GDPR opt-in"
2552
  msgstr "Habilitar comentário Disqus"
2553
 
2554
+ #: ../admin/social_login.php:1070
2555
  msgid ""
2556
  "Enable it to show GDPR opt-in for social login and social account linking"
2557
  msgstr ""
2558
 
2559
+ #: ../admin/social_login.php:1079
2560
  #, fuzzy
2561
  msgid "Placement of GDPR opt-in"
2562
  msgstr "Habilitar comentário Disqus"
2563
 
2564
+ #: ../admin/social_login.php:1083
2565
  #, fuzzy
2566
  msgid "Above Social Login icons"
2567
  msgstr "Autenticação Social"
2568
 
2569
+ #: ../admin/social_login.php:1085
2570
  #, fuzzy
2571
  msgid "Below Social Login icons"
2572
  msgstr "Autenticação Social"
2573
 
2574
+ #: ../admin/social_login.php:1091
2575
  #, fuzzy
2576
  msgid "Placement of GDPR opt-in above or below the social login icons"
2577
  msgstr "Texto exibido acima da interface de Autenticação Social"
2578
 
2579
+ #: ../admin/social_login.php:1099
2580
  msgid "Opt-in text"
2581
  msgstr ""
2582
 
2583
+ #: ../admin/social_login.php:1109
2584
  #, fuzzy
2585
  msgid "Text for the GDPR opt-in"
2586
  msgstr "Habilitar comentário Disqus"
2587
 
2588
+ #: ../admin/social_login.php:1117
2589
  msgid "Text to link to Privacy Policy page"
2590
  msgstr ""
2591
 
2592
+ #: ../admin/social_login.php:1127
2593
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2594
  msgstr ""
2595
 
2596
+ #: ../admin/social_login.php:1135
2597
  msgid "Privacy Policy Url"
2598
  msgstr ""
2599
 
2600
+ #: ../admin/social_login.php:1145
2601
  #, fuzzy
2602
  msgid "Url of the privacy policy page of your website"
2603
  msgstr "Url da homepage do seu website"
2604
 
2605
+ #: ../admin/social_login.php:1196 ../inc/widget.php:252 ../inc/widget.php:422
2606
  #: ../inc/widget.php:586 ../inc/widget.php:734
2607
  msgid "Select"
2608
  msgstr "Selecione"
2609
 
2610
+ #: ../admin/social_login.php:1227
2611
  msgid "Social Login Shortcode & Widget"
2612
  msgstr "Autenticação Social Shortcode & Widget"
2613
 
2614
+ #: ../admin/social_login.php:1228
2615
  msgid "Social Linking Shortcode"
2616
  msgstr "Shortcode de associação Social"
2617
 
2618
+ #: ../admin/social_login.php:1243
2619
  msgid "Why is social login not working?"
2620
  msgstr ""
2621
 
2622
+ #: ../admin/social_login.php:1244
2623
  msgid ""
2624
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2625
  "belong to the same app"
2626
  msgstr ""
2627
 
2628
+ #: ../admin/social_login.php:1246
2629
+ msgid "Social Login not working with Varnish enabled"
2630
+ msgstr ""
2631
+
2632
+ #: ../admin/social_login.php:1247
2633
  msgid ""
2634
  "Why the user is not appearing logged in even after Social Login until the "
2635
  "webpage is refreshed manually?"
2837
  msgid "Like Buttons Shortcode & Widget"
2838
  msgstr "Botões Like Shortcode & Widget"
2839
 
2840
+ #: ../inc/shortcode.php:198 ../inc/widget.php:47
2841
  msgid "Log Out"
2842
  msgstr "Desautenticar"
2843
 
2844
+ #: ../inc/shortcode.php:299
2845
  msgid ""
2846
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2847
  "Socializer > Social Login\" page in admin panel"
2860
  msgid "Archives"
2861
  msgstr "Arquivos de Categorias"
2862
 
2863
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1071
2864
  msgid "Invalid request"
2865
  msgstr "Requisição inválida"
2866
 
2867
+ #: ../inc/social_sharing.php:864
2868
  msgid "Providers not selected"
2869
  msgstr "Provedor não selecionado"
2870
 
2871
+ #: ../inc/social_login.php:724
2872
  msgid "Email"
2873
  msgstr ""
2874
 
2875
+ #: ../inc/social_login.php:725
2876
  msgid "Confirm email"
2877
  msgstr ""
2878
 
2879
+ #: ../inc/social_login.php:727
2880
  msgid "Save"
2881
  msgstr ""
2882
 
2883
+ #: ../inc/social_login.php:728
2884
  msgid "Cancel"
2885
  msgstr ""
2886
 
2887
+ #: ../inc/social_login.php:802
2888
  #, fuzzy
2889
  msgid "Email Verification"
2890
  msgstr "Habilitar verificação de email"
2891
 
2892
+ #: ../inc/social_login.php:804
2893
  msgid ""
2894
  "Please click on the following link or paste it in browser to verify your "
2895
  "email"
2900
  msgstr "Super Socializer - Autenticação"
2901
 
2902
  #: ../inc/widget.php:13
2903
+ #, fuzzy
2904
  msgid ""
2905
  "Let your website users login/register using their favorite Social ID "
2906
+ "Provider, such as Facebook, Twitter, Google, LinkedIn"
2907
  msgstr ""
2908
  "Permita a seus usuários do website usarem o ID do provedor Social favorito "
2909
  "deles, como Facebook, Twitter, Google+, LinkedIn para autenticação/registro "
3168
  msgid "RSS Feed URL:"
3169
  msgstr ""
3170
 
3171
+ #~ msgid ""
3172
+ #~ "We are a creative team with unique ideas in mind and service in heart. We "
3173
+ #~ "love what we do. For more info join us at"
3174
+ #~ msgstr ""
3175
+ #~ "Nos somos um time criativo com ideias únicas na mente e serviço no "
3176
+ #~ "coração. Nós amamos o que fazemos. Para mais informações junte-se a nós em"
3177
+
3178
  #~ msgid ""
3179
  #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3180
  #~ "share counts"
languages/super-socializer-ru_RU.mo CHANGED
Binary file
languages/super-socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-01-22 06:48+0530\n"
6
- "PO-Revision-Date: 2019-01-22 06:48+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -83,7 +83,7 @@ msgstr "Ваше сообщение было проверено. Теперь в
83
  msgid "Notification"
84
  msgstr "Уведомления"
85
 
86
- #: ../super_socializer.php:902 ../admin/social_login.php:751
87
  msgid "Email required"
88
  msgstr "Email (Обязательно)"
89
 
@@ -112,28 +112,28 @@ msgstr "Поделиться"
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
- #: ../super_socializer.php:1236
116
  msgid "Super Socializer - General Options"
117
  msgstr "Super Socializer - Общие настройки"
118
 
119
- #: ../super_socializer.php:1236 ../admin/general_options.php:15
120
  #: ../admin/social_commenting.php:47
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
- #: ../super_socializer.php:1304 ../helper.php:898
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
128
- #: ../super_socializer.php:1307
129
  msgid "Small Avatar Url"
130
  msgstr "Ссылка для маленького аватара"
131
 
132
- #: ../super_socializer.php:1311
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
- #: ../super_socializer.php:1315 ../helper.php:901
137
  msgid ""
138
  "Do not fetch and update social avatar from my profile, next time I Social "
139
  "Login"
@@ -141,13 +141,13 @@ msgstr ""
141
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
142
  "я когда я использую вход через соцсети"
143
 
144
- #: ../super_socializer.php:1319 ../helper.php:902
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
148
  "соцсети"
149
 
150
- #: ../super_socializer.php:1392 ../super_socializer.php:2036
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
@@ -155,76 +155,83 @@ msgstr ""
155
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
156
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
157
 
158
- #: ../super_socializer.php:1398
159
  msgid "Login with your Social ID"
160
  msgstr "Войти, используя социальный аккаунт"
161
 
162
- #: ../super_socializer.php:1399
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr ""
165
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
166
 
167
- #: ../super_socializer.php:1404
168
  msgid "Please enter a valid email address. You might be required to verify it"
169
  msgstr ""
170
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
171
  "потребуется проверить его"
172
 
173
- #: ../super_socializer.php:1408 ../super_socializer.php:1960
174
  msgid "Link your social account to login to your account at this website"
175
  msgstr ""
176
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
177
  "этом сайте"
178
 
179
- #: ../super_socializer.php:1637
 
 
 
 
 
 
 
180
  msgid ""
181
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
182
  "current version of Super Socialzer"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1646
186
  msgid ""
187
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
188
  "version of Super Socialzer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1655
192
  msgid ""
193
  "Update \"Social Login Buttons\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1664
198
  msgid ""
199
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
200
  "with current version of Super Socialzer"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1673
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:1680
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
212
  "LiveJournal Login of Super Socialzer"
213
  msgstr ""
214
 
215
- #: ../super_socializer.php:1691
216
  #, php-format
217
  msgid ""
218
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1707
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1731
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -232,14 +239,14 @@ msgid ""
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1731 ../super_socializer.php:1756
236
- #: ../super_socializer.php:1781 ../super_socializer.php:1806
237
- #: ../super_socializer.php:1839 ../super_socializer.php:1867
238
- #: ../super_socializer.php:1894 ../super_socializer.php:1918
239
  msgid "Okay"
240
  msgstr "Окей"
241
 
242
- #: ../super_socializer.php:1756
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -247,7 +254,7 @@ msgid ""
247
  "\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1781
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -255,7 +262,7 @@ msgid ""
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1806
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -263,13 +270,13 @@ msgid ""
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
- #: ../super_socializer.php:1817
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1839
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -277,7 +284,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1867
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -286,7 +293,7 @@ msgid ""
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1894
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -294,7 +301,7 @@ msgid ""
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:1918
298
  #, php-format
299
  msgid ""
300
  "Your website visitors will see a popup notification (only once) if their "
@@ -403,8 +410,8 @@ msgid "Large Avatar"
403
  msgstr "Большой аватар"
404
 
405
  #: ../helper.php:913 ../admin/general_options.php:132
406
- #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
407
- #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
408
  msgid "Save Changes"
409
  msgstr "Сохранить изменения"
410
 
@@ -426,9 +433,9 @@ msgid "Something bad happened"
426
  msgstr ""
427
 
428
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
429
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
430
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
431
- #: ../admin/social_login.php:5 ../admin/social_login.php:1226
432
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
433
  #, fuzzy, php-format
434
  msgid ""
@@ -511,15 +518,15 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
511
  msgstr ""
512
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
513
 
514
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
515
- #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
516
  #: ../admin/like_buttons.php:836
517
  #, fuzzy
518
  msgid "Instagram Shoutout"
519
  msgstr "Instagram"
520
 
521
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
522
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
523
  #: ../admin/like_buttons.php:838
524
  msgid ""
525
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -527,8 +534,8 @@ msgid ""
527
  "hashtags and people to mention in the Instagram post."
528
  msgstr ""
529
 
530
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
531
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
532
  #: ../admin/like_buttons.php:839
533
  msgid ""
534
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -538,8 +545,8 @@ msgid ""
538
  "time."
539
  msgstr ""
540
 
541
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
542
- #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
543
  #: ../admin/like_buttons.php:840
544
  msgid ""
545
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -560,57 +567,48 @@ msgstr "Версия"
560
  msgid "by"
561
  msgstr "от"
562
 
563
- #: ../admin/help.php:7
564
- msgid ""
565
- "We are a creative team with unique ideas in mind and service in heart. We "
566
- "love what we do. For more info join us at"
567
- msgstr ""
568
- "Мы являемся творческим коллективом с уникальными идеями в голове и "
569
- "обслуживанием в сердце. Мы любим то, что мы делаем. Для получения "
570
- "дополнительной информации присоединиться к нам на"
571
-
572
- #: ../admin/help.php:19
573
  msgid "Donate Now"
574
  msgstr "Пожертвовать"
575
 
576
- #: ../admin/help.php:25
577
  msgid "Plugin Demo"
578
  msgstr "Демо плагина"
579
 
580
- #: ../admin/help.php:31
581
  msgid "Translate Plugin"
582
  msgstr ""
583
 
584
- #: ../admin/help.php:37 ../admin/social_login.php:58
585
  #, fuzzy
586
  msgid "Customize Social Login Icons"
587
  msgstr "Параметры входа через соцсети"
588
 
589
- #: ../admin/help.php:43
590
  msgid "Integrate with Google Analytics"
591
  msgstr "Интеграция с Google Analytics"
592
 
593
- #: ../admin/help.php:49
594
  msgid "Boost sharing by awarding points"
595
  msgstr "Повысьте обмен, наградив точек"
596
 
597
- #: ../admin/help.php:55
598
  msgid "Award points for Social Login"
599
  msgstr "Премии пунктов для социального Логин"
600
 
601
- #: ../admin/help.php:61
602
  msgid "Other Add-ons"
603
  msgstr "Другие дополнения"
604
 
605
- #: ../admin/help.php:67
606
  msgid "Support Forum"
607
  msgstr "Форум поддержки"
608
 
609
- #: ../admin/help.php:72
610
  msgid "Need Help?"
611
  msgstr "Требуется помощь?"
612
 
613
- #: ../admin/help.php:74
614
  msgid ""
615
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
616
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
@@ -623,22 +621,22 @@ msgstr ""
623
  "внести в плагин, напишите нам на почту<a href=\"mailto:support@heateor.com"
624
  "\">support@heateor.com</a>"
625
 
626
- #: ../admin/help.php:79
627
  msgid "Testimonial"
628
  msgstr ""
629
 
630
- #: ../admin/help.php:81
631
  msgid ""
632
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
633
  "\">testimonials@heateor.com</a>"
634
  msgstr ""
635
 
636
- #: ../admin/help.php:86
637
  msgid "Support Us"
638
  msgstr "Поддержите нас"
639
 
640
- #: ../admin/help.php:89 ../admin/help.php:92 ../admin/help.php:93
641
- #: ../admin/help.php:94 ../admin/help.php:95 ../admin/help.php:96
642
  msgid "Rate 5-star"
643
  msgstr "Оценить 5-бальной шкале"
644
 
@@ -680,9 +678,9 @@ msgstr "Разное"
680
  msgid "3rd Party Integration"
681
  msgstr "XProfile интеграция"
682
 
683
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
684
- #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
685
- #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
686
  #: ../admin/like_buttons.php:797
687
  msgid "Shortcode & Widget"
688
  msgstr "Шорткод и виджет"
@@ -691,9 +689,9 @@ msgstr "Шорткод и виджет"
691
  msgid "Troubleshooter"
692
  msgstr "Устранение неисправностей"
693
 
694
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
695
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
696
- #: ../admin/social_login.php:47 ../admin/social_login.php:1203
697
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
698
  msgid "FAQ"
699
  msgstr "Часто задаваемые вопросы (FAQ)"
@@ -926,7 +924,7 @@ msgid "Url to share"
926
  msgstr "Ссылка чтобы Поделиться"
927
 
928
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
929
- #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
930
  #: ../inc/widget.php:929
931
  msgid "Title"
932
  msgstr "Заголовок"
@@ -1012,7 +1010,7 @@ msgid "Placement"
1012
  msgstr "Размещение"
1013
 
1014
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1015
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
1016
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1017
  msgid "Homepage"
1018
  msgstr "Главная"
@@ -1200,17 +1198,27 @@ msgstr ""
1200
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
1201
 
1202
  #: ../admin/social_sharing.php:1525
 
 
 
 
 
 
 
 
 
 
1203
  msgid "Vertical floating bar responsiveness"
1204
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1205
 
1206
- #: ../admin/social_sharing.php:1528
1207
  #, php-format
1208
  msgid "Display vertical interface only when screen is wider than %s pixels"
1209
  msgstr ""
1210
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
1211
  "пикселей."
1212
 
1213
- #: ../admin/social_sharing.php:1535
1214
  msgid ""
1215
  "Display vertical interface only when screen is wider than the width "
1216
  "specified."
@@ -1218,11 +1226,11 @@ msgstr ""
1218
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
1219
  "ширина по умолчанию."
1220
 
1221
- #: ../admin/social_sharing.php:1543
1222
  msgid "Horizontal floating bar responsiveness"
1223
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1224
 
1225
- #: ../admin/social_sharing.php:1546
1226
  #, php-format
1227
  msgid ""
1228
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1231,7 +1239,7 @@ msgstr ""
1231
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1232
  "уже чем %s пикселей"
1233
 
1234
- #: ../admin/social_sharing.php:1553
1235
  msgid ""
1236
  "Stick vertical floating interface horizontally at bottom only when screen is "
1237
  "narrower than the width specified"
@@ -1239,52 +1247,52 @@ msgstr ""
1239
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1240
  "уже чем указанная ширина"
1241
 
1242
- #: ../admin/social_sharing.php:1563
1243
  msgid "Horizontal floating bar position"
1244
  msgstr "Расположение горизонтальной плавающей панели"
1245
 
1246
- #: ../admin/social_sharing.php:1566
1247
  #, php-format
1248
  msgid "%s pixels from %s"
1249
  msgstr "%s пикселей от %s"
1250
 
1251
- #: ../admin/social_sharing.php:1567
1252
  msgid "Auto-adjust according to screen width (responsive)"
1253
  msgstr ""
1254
 
1255
- #: ../admin/social_sharing.php:1574
1256
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1257
  msgstr ""
1258
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
1259
  "отрицательным."
1260
 
1261
- #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1262
  msgid "Url shortener"
1263
  msgstr "Укорачивание URL"
1264
 
1265
- #: ../admin/social_sharing.php:1600
1266
  msgid "Use shortlinks already installed"
1267
  msgstr "Использование коротких ссылок уже установлено"
1268
 
1269
- #: ../admin/social_sharing.php:1610
1270
  msgid "Uses default short url permalinks without using any additional plugin"
1271
  msgstr ""
1272
  "Использует по умолчанию постоянные короткие url без использования каких-"
1273
  "либо дополнительных плагинов"
1274
 
1275
- #: ../admin/social_sharing.php:1618
1276
  msgid "Enable bit.ly url shortener for sharing"
1277
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1278
 
1279
- #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1280
  msgid "Master control to enable bit.ly url shortening for sharing"
1281
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1282
 
1283
- #: ../admin/social_sharing.php:1636
1284
  msgid "bit.ly Login"
1285
  msgstr "bit.ly логин"
1286
 
1287
- #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1288
  #, fuzzy, php-format
1289
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1290
  msgstr ""
@@ -1292,19 +1300,19 @@ msgstr ""
1292
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1293
  "Twitter."
1294
 
1295
- #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1296
  msgid "bit.ly API Key"
1297
  msgstr "bit.ly ключ приложения"
1298
 
1299
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1300
  msgid "Clear Bitly Cache"
1301
  msgstr "Очистить Bitly кэш"
1302
 
1303
- #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1304
  msgid "ShortUrl cache cleared successfully."
1305
  msgstr "ShortUrl кэш успешно очищен."
1306
 
1307
- #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1308
  msgid ""
1309
  "Use this to delete short urls saved in database. Handy, if urls of your "
1310
  "website have been changed but short urls are still being generated for old "
@@ -1314,31 +1322,31 @@ msgstr ""
1314
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1315
  "адреса по-прежнему создаются для старых URL-адресов."
1316
 
1317
- #: ../admin/social_sharing.php:1694
1318
  msgid "Share Count Cache"
1319
  msgstr "Кэш счетчиков поделиться"
1320
 
1321
- #: ../admin/social_sharing.php:1700
1322
  msgid "Refresh Share Count cache every"
1323
  msgstr "Обновить кэш счетчиков Поделиться"
1324
 
1325
- #: ../admin/social_sharing.php:1705
1326
  msgid "Second(s)"
1327
  msgstr "Секунд"
1328
 
1329
- #: ../admin/social_sharing.php:1706
1330
  msgid "Minute(s)"
1331
  msgstr "Минут"
1332
 
1333
- #: ../admin/social_sharing.php:1707
1334
  msgid "Hour(s)"
1335
  msgstr "Часов"
1336
 
1337
- #: ../admin/social_sharing.php:1708
1338
  msgid "Day(s)"
1339
  msgstr "Дней"
1340
 
1341
- #: ../admin/social_sharing.php:1716
1342
  #, fuzzy, php-format
1343
  msgid ""
1344
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1348,25 +1356,25 @@ msgstr ""
1348
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1349
  "включенными счетчиками Поделиться"
1350
 
1351
- #: ../admin/social_sharing.php:1724
1352
  msgid "Clear Share Counts Cache"
1353
  msgstr "Очистить кэш счетчиков Поделиться"
1354
 
1355
- #: ../admin/social_sharing.php:1728
1356
  msgid "Share Counts cache cleared successfully."
1357
  msgstr "Share Counts кэш успешно очищен."
1358
 
1359
- #: ../admin/social_sharing.php:1735
1360
  msgid "Use this to clear cached share counts"
1361
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1362
 
1363
- #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1364
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1365
  #: ../admin/like_buttons.php:698
1366
  msgid "Language"
1367
  msgstr "Язык"
1368
 
1369
- #: ../admin/social_sharing.php:1760
1370
  #, php-format
1371
  msgid ""
1372
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1377,15 +1385,15 @@ msgstr ""
1377
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1378
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1379
 
1380
- #: ../admin/social_sharing.php:1769
1381
  msgid "Username in sharing"
1382
  msgstr "Имя пользователя чтобы поделиться"
1383
 
1384
- #: ../admin/social_sharing.php:1775
1385
  msgid "Twitter username (without @)"
1386
  msgstr "Twitter имя пользователя (без @)"
1387
 
1388
- #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1389
  msgid ""
1390
  "Provided username will be appended after the content being shared as \"via "
1391
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1394,35 +1402,35 @@ msgstr ""
1394
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1395
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1396
 
1397
- #: ../admin/social_sharing.php:1794
1398
  msgid "Buffer username (without @)"
1399
  msgstr "Имя пользователя в Twitter (без @)"
1400
 
1401
- #: ../admin/social_sharing.php:1813
1402
  msgid "AMP"
1403
  msgstr "AMP"
1404
 
1405
- #: ../admin/social_sharing.php:1819
1406
  msgid "Enable sharing on AMP pages"
1407
  msgstr "Разрешить общий доступ на страницах AMP"
1408
 
1409
- #: ../admin/social_sharing.php:1829
1410
  msgid "Enable this option to render sharing icons on AMP pages"
1411
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1412
 
1413
- #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1414
  msgid "myCRED"
1415
  msgstr ""
1416
 
1417
- #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1418
  msgid "Append myCRED referral ID to the urls being shared"
1419
  msgstr ""
1420
 
1421
- #: ../admin/social_sharing.php:1887
1422
  msgid "Facebook Sharing Troubleshooter"
1423
  msgstr "Устранение неисправностей Поделиться от Facebook"
1424
 
1425
- #: ../admin/social_sharing.php:1892
1426
  msgid ""
1427
  "If Facebook sharing is not working fine, click at the following link and "
1428
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1434,14 +1442,14 @@ msgstr ""
1434
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1435
  "\"Получение информации о новой поломке\" ."
1436
 
1437
- #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1438
- #: ../admin/social_login.php:1205
1439
  msgid ""
1440
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1441
  "an online website for the plugin to function properly."
1442
  msgstr ""
1443
 
1444
- #: ../admin/social_sharing.php:1910
1445
  msgid ""
1446
  "Why is sharer not showing the correct image, title and other meta tags "
1447
  "content?"
@@ -1449,11 +1457,11 @@ msgstr ""
1449
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1450
  "мета данные контента? "
1451
 
1452
- #: ../admin/social_sharing.php:1912
1453
  msgid "Why is Instagram icon redirecting to Instagram website?"
1454
  msgstr ""
1455
 
1456
- #: ../admin/social_sharing.php:1913
1457
  msgid ""
1458
  "Instagram icon is there to send website visitors to the Instagram page of "
1459
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1461,42 +1469,42 @@ msgid ""
1461
  "sections."
1462
  msgstr ""
1463
 
1464
- #: ../admin/social_sharing.php:1916
1465
  msgid ""
1466
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1467
  msgstr ""
1468
 
1469
- #: ../admin/social_sharing.php:1917
1470
  msgid ""
1471
  "It takes some time for their service to track the shares made on Twitter "
1472
  "from your website. If you still feel it's taking too long you can contact "
1473
  "their support directly from their website."
1474
  msgstr ""
1475
 
1476
- #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:814
1477
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1478
  msgstr ""
1479
 
1480
- #: ../admin/social_sharing.php:1920
1481
  msgid ""
1482
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1483
  msgstr ""
1484
 
1485
- #: ../admin/social_sharing.php:1921 ../admin/social_commenting.php:472
1486
- #: ../admin/social_login.php:1211
1487
  msgid "Why is my browser blocking some features of the plugin?"
1488
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1489
 
1490
- #: ../admin/social_sharing.php:1922
1491
  #, fuzzy
1492
  msgid "Why the color of share icons is not being updated?"
1493
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1494
 
1495
- #: ../admin/social_sharing.php:1923
1496
  msgid "Why Facebook share counts are not appearing?"
1497
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1498
 
1499
- #: ../admin/social_sharing.php:1924
1500
  msgid ""
1501
  "How can I show share counts of my website rather than of individual pages/"
1502
  "posts?"
@@ -1504,49 +1512,49 @@ msgstr ""
1504
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1505
  "постах?"
1506
 
1507
- #: ../admin/social_sharing.php:1925
1508
  msgid "How can I disable sharing on particular page/post?"
1509
  msgstr ""
1510
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1511
 
1512
- #: ../admin/social_sharing.php:1926
1513
  msgid "How can I specify minimum sharing count for sharing networks?"
1514
  msgstr "Как мне указать минимальное количество для Поделиться"
1515
 
1516
- #: ../admin/social_sharing.php:1927
1517
  msgid "How to share specific page?"
1518
  msgstr "Как поделиться определенной страницей?"
1519
 
1520
- #: ../admin/social_sharing.php:1928
1521
  msgid "How to integrate Google Analytics with sharing?"
1522
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1523
 
1524
- #: ../admin/social_sharing.php:1929
1525
  msgid "How to customize the look of total share counts?"
1526
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1527
 
1528
- #: ../admin/social_sharing.php:1930
1529
  msgid "How to customize the look of individual share counts?"
1530
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1531
 
1532
- #: ../admin/social_sharing.php:1931
1533
  msgid "How to show Whatsapp icon only on mobile devices?"
1534
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1535
 
1536
- #: ../admin/social_sharing.php:1932
1537
  msgid "How to hide arrow after floating sharing bar?"
1538
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1539
 
1540
- #: ../admin/social_sharing.php:1933
1541
  #, fuzzy
1542
  msgid "Why is share count not getting updated?"
1543
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1544
 
1545
- #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1546
  msgid "Why is there so much space between like buttons?"
1547
  msgstr "Почему существует так много места между кнопками?"
1548
 
1549
- #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1550
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1551
  msgstr ""
1552
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
@@ -1831,11 +1839,11 @@ msgstr "Основные настройки"
1831
  msgid "Advanced Configuration"
1832
  msgstr "Расширенная конфигурация"
1833
 
1834
- #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1835
  msgid "GDPR"
1836
  msgstr ""
1837
 
1838
- #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1839
  msgid "XProfile Integration"
1840
  msgstr "XProfile интеграция"
1841
 
@@ -1885,7 +1893,8 @@ msgid "LinkedIn"
1885
  msgstr "LinkedIn"
1886
 
1887
  #: ../admin/social_login.php:119
1888
- msgid "Google+"
 
1889
  msgstr "Google+"
1890
 
1891
  #: ../admin/social_login.php:123
@@ -2035,15 +2044,15 @@ msgstr ""
2035
  "LinkedIn."
2036
 
2037
  #: ../admin/social_login.php:301
2038
- msgid "Google+ Client ID"
 
2039
  msgstr "Google+ ID клиента"
2040
 
2041
  #: ../admin/social_login.php:311
2042
- #, php-format
2043
  msgid ""
2044
- "Required for GooglePlus Social Login to work. Please follow the "
2045
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2046
- "GooglePlus Client ID"
2047
  msgstr ""
2048
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2049
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
@@ -2059,15 +2068,14 @@ msgstr ""
2059
 
2060
  #: ../admin/social_login.php:323
2061
  #, fuzzy
2062
- msgid "Google+ Client Secret"
2063
  msgstr "Google+ ID клиента"
2064
 
2065
  #: ../admin/social_login.php:333
2066
  #, fuzzy, php-format
2067
  msgid ""
2068
- "Required for GooglePlus Social Login to work. Please follow the "
2069
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2070
- "GooglePlus Client Secret"
2071
  msgstr ""
2072
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2073
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
@@ -2208,40 +2216,50 @@ msgid "Text to display above the Social Login interface"
2208
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2209
 
2210
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
 
 
2211
  msgid "Enable at login page"
2212
  msgstr "Включить страницу входа"
2213
 
2214
- #: ../admin/social_login.php:561
2215
  msgid ""
2216
  "Social Login interface will get enabled at the login page of your website"
2217
  msgstr ""
2218
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2219
 
2220
- #: ../admin/social_login.php:569
2221
  msgid "Enable at register page"
2222
  msgstr "Включить на странице регистрации"
2223
 
2224
- #: ../admin/social_login.php:579
2225
  msgid ""
2226
  "Social Login interface will get enabled at the registration page of your "
2227
  "website"
2228
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2229
 
2230
- #: ../admin/social_login.php:587
2231
  msgid "Enable at comment form"
2232
  msgstr "Включить в форму комментирования"
2233
 
2234
- #: ../admin/social_login.php:597
2235
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2236
  msgstr ""
2237
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2238
  "комментирования Wordpress"
2239
 
2240
- #: ../admin/social_login.php:612
2241
  msgid "Enable before WooCommerce Customer Login Form"
2242
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2243
 
2244
- #: ../admin/social_login.php:622
2245
  msgid ""
2246
  "Social Login Interface will get enabled before the customer login form at "
2247
  "WooCommerce My Account page"
@@ -2249,34 +2267,50 @@ msgstr ""
2249
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2250
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2251
 
2252
- #: ../admin/social_login.php:630
2253
- msgid "Enable after WooCommerce Customer Login Form"
 
2254
  msgstr "Включить после формы входа клиента WooCommerce"
2255
 
2256
- #: ../admin/social_login.php:640
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2257
  msgid ""
2258
- "Social Login Interface will get enabled after the customer login form at "
2259
  "WooCommerce My Account page"
2260
  msgstr ""
2261
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2262
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2263
 
2264
- #: ../admin/social_login.php:648
2265
  msgid "Enable at WooCommerce checkout page"
2266
  msgstr "Включить на странице оформления заказа WooCommerce"
2267
 
2268
- #: ../admin/social_login.php:658
2269
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2270
  msgstr ""
2271
  "Интерфейс входа через социальные сети будет активирован на странице "
2272
  "оформления заказа в WooCommerce"
2273
 
2274
- #: ../admin/social_login.php:669
2275
  msgid "Auto-approve comments made by Social Login users"
2276
  msgstr ""
2277
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2278
 
2279
- #: ../admin/social_login.php:679
2280
  msgid ""
2281
  "If this option is enabled, and WordPress comment is made by Social Login "
2282
  "user, comment will get approved immediately without keeping in moderation."
@@ -2285,15 +2319,15 @@ msgstr ""
2285
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2286
  "без модерации."
2287
 
2288
- #: ../admin/social_login.php:680
2289
  msgid "Note: This is not related to Facebook comments"
2290
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2291
 
2292
- #: ../admin/social_login.php:690
2293
  msgid "Enable social avatar"
2294
  msgstr "Включение социальных аватар"
2295
 
2296
- #: ../admin/social_login.php:700
2297
  msgid ""
2298
  "Social profile pictures of the logged in user will be displayed as profile "
2299
  "avatar"
@@ -2301,30 +2335,30 @@ msgstr ""
2301
  "Изображения пользователя в социальных сетях будет использоваться как "
2302
  "изображение профиля на сайте"
2303
 
2304
- #: ../admin/social_login.php:710
2305
  msgid "Avatar quality"
2306
  msgstr "Качество аватары"
2307
 
2308
- #: ../admin/social_login.php:713
2309
  msgid "Average"
2310
  msgstr "Среднее"
2311
 
2312
- #: ../admin/social_login.php:714
2313
  msgid "Best"
2314
  msgstr "лучший"
2315
 
2316
- #: ../admin/social_login.php:721
2317
  msgid "Choose avatar quality"
2318
  msgstr "Выберите качество аватара"
2319
 
2320
- #: ../admin/social_login.php:730
2321
  msgid ""
2322
  "Show option for users to update social avatar at BuddyPress profile page"
2323
  msgstr ""
2324
  "Показать вариант для пользователей для обновления социального аватара на "
2325
  "странице профиля BuddyPress"
2326
 
2327
- #: ../admin/social_login.php:740
2328
  msgid ""
2329
  "If enabled, users would be able to update their social avatar from \"Profile "
2330
  "photo\" section in BuddyPress profile at front-end"
@@ -2332,7 +2366,7 @@ msgstr ""
2332
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2333
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2334
 
2335
- #: ../admin/social_login.php:761
2336
  msgid ""
2337
  "If enabled and Social ID provider does not provide user's email address on "
2338
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2342,13 +2376,13 @@ msgstr ""
2342
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2343
  "случае, почта будет создана по образцу."
2344
 
2345
- #: ../admin/social_login.php:770
2346
  msgid "Send post-registration email to user to set account password"
2347
  msgstr ""
2348
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2349
  "установить пароль учетной записи"
2350
 
2351
- #: ../admin/social_login.php:780
2352
  msgid ""
2353
  "If enabled, an email will be sent to user after registration through Social "
2354
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2358,13 +2392,13 @@ msgstr ""
2358
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2359
  "возможность зайти черед стандартную форму авторизации"
2360
 
2361
- #: ../admin/social_login.php:788
2362
  msgid "Send new user registration notification email to admin"
2363
  msgstr ""
2364
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2365
  "администратору"
2366
 
2367
- #: ../admin/social_login.php:798
2368
  msgid ""
2369
  "If enabled, an email will be sent to admin after new user registers through "
2370
  "Social Login, notifying admin about the new user registration"
@@ -2372,41 +2406,41 @@ msgstr ""
2372
  "Если опция включена, на почту администратора прийдет уведомление о "
2373
  "регистрации нового пользователя через соцсети."
2374
 
2375
- #: ../admin/social_login.php:806
2376
  msgid "Login redirection"
2377
  msgstr "Перенаправления входа"
2378
 
2379
- #: ../admin/social_login.php:810
2380
  msgid "Same page where user logged in"
2381
  msgstr "Та же страница, на которой пользователь произвел вход "
2382
 
2383
- #: ../admin/social_login.php:814 ../admin/social_login.php:844
2384
  msgid "Account dashboard"
2385
  msgstr "Страница управления моим аккаунтом"
2386
 
2387
- #: ../admin/social_login.php:817 ../admin/social_login.php:847
2388
  msgid "BuddyPress profile page"
2389
  msgstr "Страница профиля BuddyPress"
2390
 
2391
- #: ../admin/social_login.php:820 ../admin/social_login.php:850
2392
  msgid "Custom Url"
2393
  msgstr "Пользовательская ссылка"
2394
 
2395
- #: ../admin/social_login.php:828
2396
  msgid "User will be redirected to the selected page after Social Login"
2397
  msgstr ""
2398
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2399
  "социальные сети"
2400
 
2401
- #: ../admin/social_login.php:836
2402
  msgid "Registration redirection"
2403
  msgstr "Перенаправлении регистрации"
2404
 
2405
- #: ../admin/social_login.php:840
2406
  msgid "Same page from where user registered"
2407
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2408
 
2409
- #: ../admin/social_login.php:858
2410
  msgid ""
2411
  "User will be redirected to the selected page after registration (first "
2412
  "Social Login) through Social Login"
@@ -2414,23 +2448,23 @@ msgstr ""
2414
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2415
  "(первый вход чере социальные сети) через социальные логин"
2416
 
2417
- #: ../admin/social_login.php:867
2418
  #, fuzzy
2419
  msgid "Social Account Linking Options"
2420
  msgstr "Ссылки на социальный аккаунт"
2421
 
2422
- #: ../admin/social_login.php:883
2423
  #, fuzzy
2424
  msgid "Text to display above the Social Account Linking interface"
2425
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2426
 
2427
- #: ../admin/social_login.php:891
2428
  msgid ""
2429
  "Link social account to already existing account, if email address matches"
2430
  msgstr ""
2431
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2432
 
2433
- #: ../admin/social_login.php:901
2434
  #, fuzzy
2435
  msgid ""
2436
  "If email address of the user's Social Account matches with an already "
@@ -2443,11 +2477,11 @@ msgstr ""
2443
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2444
  "странице профиля."
2445
 
2446
- #: ../admin/social_login.php:910
2447
  msgid "Enable social account linking at BuddyPress profile page"
2448
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2449
 
2450
- #: ../admin/social_login.php:920
2451
  msgid ""
2452
  "Enable this option to show social account linking interface at BuddyPress "
2453
  "profile page"
@@ -2455,15 +2489,15 @@ msgstr ""
2455
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2456
  "профиля BuddyPress"
2457
 
2458
- #: ../admin/social_login.php:931
2459
  msgid "Email popup options"
2460
  msgstr "Параметры всплывающей электронной Почты"
2461
 
2462
- #: ../admin/social_login.php:937
2463
  msgid "Text on 'Email required' popup"
2464
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2465
 
2466
- #: ../admin/social_login.php:947
2467
  msgid ""
2468
  "This text will be displayed on email required popup. Leave empty if not "
2469
  "required."
@@ -2471,11 +2505,11 @@ msgstr ""
2471
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2472
  "поле пустым если не требуется."
2473
 
2474
- #: ../admin/social_login.php:956
2475
  msgid "Error message for 'Email required' popup"
2476
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2477
 
2478
- #: ../admin/social_login.php:966
2479
  msgid ""
2480
  "This message will be displayed to user if it provides invalid or already "
2481
  "registered email"
@@ -2483,11 +2517,11 @@ msgstr ""
2483
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2484
  "уже используемую почту"
2485
 
2486
- #: ../admin/social_login.php:975
2487
  msgid "Email popup height"
2488
  msgstr "Высота высплывающего окна"
2489
 
2490
- #: ../admin/social_login.php:985
2491
  msgid ""
2492
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2493
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2497,11 +2531,11 @@ msgstr ""
2497
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2498
  "базового значения."
2499
 
2500
- #: ../admin/social_login.php:993
2501
  msgid "Enable email verification"
2502
  msgstr "Включить проверку электронной почты"
2503
 
2504
- #: ../admin/social_login.php:1003
2505
  msgid ""
2506
  "If enabled, email provided by the user will be verified by sending a "
2507
  "confirmation link to that email. User would not be able to login without "
@@ -2510,87 +2544,91 @@ msgstr ""
2510
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2511
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2512
 
2513
- #: ../admin/social_login.php:1024
2514
  #, fuzzy
2515
  msgid "Enable GDPR opt-in"
2516
  msgstr "Активировать комментирование через Disqus"
2517
 
2518
- #: ../admin/social_login.php:1034
2519
  msgid ""
2520
  "Enable it to show GDPR opt-in for social login and social account linking"
2521
  msgstr ""
2522
 
2523
- #: ../admin/social_login.php:1043
2524
  #, fuzzy
2525
  msgid "Placement of GDPR opt-in"
2526
  msgstr "Активировать комментирование через Disqus"
2527
 
2528
- #: ../admin/social_login.php:1047
2529
  #, fuzzy
2530
  msgid "Above Social Login icons"
2531
  msgstr "Параметры входа через соцсети"
2532
 
2533
- #: ../admin/social_login.php:1049
2534
  #, fuzzy
2535
  msgid "Below Social Login icons"
2536
  msgstr "Параметры входа через соцсети"
2537
 
2538
- #: ../admin/social_login.php:1055
2539
  #, fuzzy
2540
  msgid "Placement of GDPR opt-in above or below the social login icons"
2541
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2542
 
2543
- #: ../admin/social_login.php:1063
2544
  msgid "Opt-in text"
2545
  msgstr ""
2546
 
2547
- #: ../admin/social_login.php:1073
2548
  #, fuzzy
2549
  msgid "Text for the GDPR opt-in"
2550
  msgstr "Активировать комментирование через Disqus"
2551
 
2552
- #: ../admin/social_login.php:1081
2553
  msgid "Text to link to Privacy Policy page"
2554
  msgstr ""
2555
 
2556
- #: ../admin/social_login.php:1091
2557
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2558
  msgstr ""
2559
 
2560
- #: ../admin/social_login.php:1099
2561
  msgid "Privacy Policy Url"
2562
  msgstr ""
2563
 
2564
- #: ../admin/social_login.php:1109
2565
  #, fuzzy
2566
  msgid "Url of the privacy policy page of your website"
2567
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2568
 
2569
- #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2570
  #: ../inc/widget.php:586 ../inc/widget.php:734
2571
  msgid "Select"
2572
  msgstr "Выбор"
2573
 
2574
- #: ../admin/social_login.php:1191
2575
  msgid "Social Login Shortcode & Widget"
2576
  msgstr "Шорткод и виджет для входа через социальные сети "
2577
 
2578
- #: ../admin/social_login.php:1192
2579
  msgid "Social Linking Shortcode"
2580
  msgstr "Шорткод социальных ссылок"
2581
 
2582
- #: ../admin/social_login.php:1207
2583
  #, fuzzy
2584
  msgid "Why is social login not working?"
2585
  msgstr "Почему Facebook логин не работает?"
2586
 
2587
- #: ../admin/social_login.php:1208
2588
  msgid ""
2589
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2590
  "belong to the same app"
2591
  msgstr ""
2592
 
2593
- #: ../admin/social_login.php:1210
 
 
 
 
2594
  msgid ""
2595
  "Why the user is not appearing logged in even after Social Login until the "
2596
  "webpage is refreshed manually?"
@@ -2800,11 +2838,11 @@ msgstr ""
2800
  msgid "Like Buttons Shortcode & Widget"
2801
  msgstr "Шорткод и виджет Нравится"
2802
 
2803
- #: ../inc/shortcode.php:197 ../inc/widget.php:47
2804
  msgid "Log Out"
2805
  msgstr "Выйти"
2806
 
2807
- #: ../inc/shortcode.php:295
2808
  msgid ""
2809
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2810
  "Socializer > Social Login\" page in admin panel"
@@ -2823,35 +2861,35 @@ msgstr "Искать"
2823
  msgid "Archives"
2824
  msgstr "Архивы "
2825
 
2826
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2827
  msgid "Invalid request"
2828
  msgstr "Неверный Запрос!"
2829
 
2830
- #: ../inc/social_sharing.php:870
2831
  msgid "Providers not selected"
2832
  msgstr "Сервисы не выбраны"
2833
 
2834
- #: ../inc/social_login.php:721
2835
  msgid "Email"
2836
  msgstr "Email"
2837
 
2838
- #: ../inc/social_login.php:722
2839
  msgid "Confirm email"
2840
  msgstr "Подтвердить e-mail"
2841
 
2842
- #: ../inc/social_login.php:724
2843
  msgid "Save"
2844
  msgstr "Сохранить"
2845
 
2846
- #: ../inc/social_login.php:725
2847
  msgid "Cancel"
2848
  msgstr "Отменить"
2849
 
2850
- #: ../inc/social_login.php:799
2851
  msgid "Email Verification"
2852
  msgstr "Подтверждение адреса электронной почты"
2853
 
2854
- #: ../inc/social_login.php:801
2855
  msgid ""
2856
  "Please click on the following link or paste it in browser to verify your "
2857
  "email"
@@ -2864,9 +2902,10 @@ msgid "Super Socializer - Login"
2864
  msgstr "Super Socializer - Вход"
2865
 
2866
  #: ../inc/widget.php:13
 
2867
  msgid ""
2868
  "Let your website users login/register using their favorite Social ID "
2869
- "Provider, such as Facebook, Twitter, Google+, LinkedIn"
2870
  msgstr ""
2871
  "Дайте возможность пользователям с вашего сайта войти/зарегистрироваться "
2872
  "используя их любимые социальные сервисы, так как Facebook, Twitter, Google+, "
@@ -3125,6 +3164,14 @@ msgstr ""
3125
  msgid "RSS Feed URL:"
3126
  msgstr ""
3127
 
 
 
 
 
 
 
 
 
3128
  #~ msgid ""
3129
  #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3130
  #~ "share counts"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-02-23 08:36+0530\n"
6
+ "PO-Revision-Date: 2019-02-23 08:36+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
83
  msgid "Notification"
84
  msgstr "Уведомления"
85
 
86
+ #: ../super_socializer.php:902 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "Email (Обязательно)"
89
 
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
+ #: ../super_socializer.php:1243
116
  msgid "Super Socializer - General Options"
117
  msgstr "Super Socializer - Общие настройки"
118
 
119
+ #: ../super_socializer.php:1243 ../admin/general_options.php:15
120
  #: ../admin/social_commenting.php:47
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
+ #: ../super_socializer.php:1311 ../helper.php:898
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
128
+ #: ../super_socializer.php:1314
129
  msgid "Small Avatar Url"
130
  msgstr "Ссылка для маленького аватара"
131
 
132
+ #: ../super_socializer.php:1318
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
+ #: ../super_socializer.php:1322 ../helper.php:901
137
  msgid ""
138
  "Do not fetch and update social avatar from my profile, next time I Social "
139
  "Login"
141
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
142
  "я когда я использую вход через соцсети"
143
 
144
+ #: ../super_socializer.php:1326 ../helper.php:902
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
148
  "соцсети"
149
 
150
+ #: ../super_socializer.php:1399 ../super_socializer.php:2051
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
155
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
156
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
157
 
158
+ #: ../super_socializer.php:1405
159
  msgid "Login with your Social ID"
160
  msgstr "Войти, используя социальный аккаунт"
161
 
162
+ #: ../super_socializer.php:1406
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr ""
165
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
166
 
167
+ #: ../super_socializer.php:1411
168
  msgid "Please enter a valid email address. You might be required to verify it"
169
  msgstr ""
170
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
171
  "потребуется проверить его"
172
 
173
+ #: ../super_socializer.php:1415 ../super_socializer.php:1975
174
  msgid "Link your social account to login to your account at this website"
175
  msgstr ""
176
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
177
  "этом сайте"
178
 
179
+ #: ../super_socializer.php:1642
180
+ #, php-format
181
+ msgid ""
182
+ "Thanks for installing Super Socializer plugin. Click <a href=\"%s\" target="
183
+ "\"_blank\">here</a> for the steps on how to configure the plugin"
184
+ msgstr ""
185
+
186
+ #: ../super_socializer.php:1652
187
  msgid ""
188
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
189
  "current version of Super Socialzer"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:1661
193
  msgid ""
194
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
195
  "version of Super Socialzer"
196
  msgstr ""
197
 
198
+ #: ../super_socializer.php:1670
199
  msgid ""
200
  "Update \"Social Login Buttons\" add-on for compatibility with current "
201
  "version of Super Socialzer"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:1679
205
  msgid ""
206
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
207
  "with current version of Super Socialzer"
208
  msgstr ""
209
 
210
+ #: ../super_socializer.php:1688
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
213
  "with current version of Super Socialzer"
214
  msgstr ""
215
 
216
+ #: ../super_socializer.php:1695
217
  msgid ""
218
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
219
  "LiveJournal Login of Super Socialzer"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1706
223
  #, php-format
224
  msgid ""
225
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
+ #: ../super_socializer.php:1722
229
  #, php-format
230
  msgid ""
231
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1746
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1746 ../super_socializer.php:1771
243
+ #: ../super_socializer.php:1796 ../super_socializer.php:1821
244
+ #: ../super_socializer.php:1854 ../super_socializer.php:1882
245
+ #: ../super_socializer.php:1909 ../super_socializer.php:1933
246
  msgid "Okay"
247
  msgstr "Окей"
248
 
249
+ #: ../super_socializer.php:1771
250
  #, php-format
251
  msgid ""
252
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
254
  "\">here</a>"
255
  msgstr ""
256
 
257
+ #: ../super_socializer.php:1796
258
  #, php-format
259
  msgid ""
260
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
262
  "target=\"_blank\">here</a>"
263
  msgstr ""
264
 
265
+ #: ../super_socializer.php:1821
266
  #, php-format
267
  msgid ""
268
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
270
  "target=\"_blank\">here</a>"
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1832
274
  #, php-format
275
  msgid ""
276
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
277
  msgstr ""
278
 
279
+ #: ../super_socializer.php:1854
280
  #, php-format
281
  msgid ""
282
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
284
  "\"%s\" target=\"_blank\">here</a>"
285
  msgstr ""
286
 
287
+ #: ../super_socializer.php:1882
288
  #, php-format
289
  msgid ""
290
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
293
  "your website %s with them. No need to copy-paste any code from their website."
294
  msgstr ""
295
 
296
+ #: ../super_socializer.php:1909
297
  #, php-format
298
  msgid ""
299
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
301
  "\"%s\" target=\"_blank\">here</a>"
302
  msgstr ""
303
 
304
+ #: ../super_socializer.php:1933
305
  #, php-format
306
  msgid ""
307
  "Your website visitors will see a popup notification (only once) if their "
410
  msgstr "Большой аватар"
411
 
412
  #: ../helper.php:913 ../admin/general_options.php:132
413
+ #: ../admin/social_sharing.php:1964 ../admin/social_commenting.php:483
414
+ #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
415
  msgid "Save Changes"
416
  msgstr "Сохранить изменения"
417
 
433
  msgstr ""
434
 
435
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
436
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1968
437
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
438
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1263
439
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
440
  #, fuzzy, php-format
441
  msgid ""
518
  msgstr ""
519
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
520
 
521
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1974
522
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1269
523
  #: ../admin/like_buttons.php:836
524
  #, fuzzy
525
  msgid "Instagram Shoutout"
526
  msgstr "Instagram"
527
 
528
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1976
529
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1271
530
  #: ../admin/like_buttons.php:838
531
  msgid ""
532
  "If you can send (to hello@heateor.com) how our plugin is helping your "
534
  "hashtags and people to mention in the Instagram post."
535
  msgstr ""
536
 
537
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1977
538
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1272
539
  #: ../admin/like_buttons.php:839
540
  msgid ""
541
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
545
  "time."
546
  msgstr ""
547
 
548
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1978
549
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1273
550
  #: ../admin/like_buttons.php:840
551
  msgid ""
552
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
567
  msgid "by"
568
  msgstr "от"
569
 
570
+ #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
571
  msgid "Donate Now"
572
  msgstr "Пожертвовать"
573
 
574
+ #: ../admin/help.php:24
575
  msgid "Plugin Demo"
576
  msgstr "Демо плагина"
577
 
578
+ #: ../admin/help.php:30
579
  msgid "Translate Plugin"
580
  msgstr ""
581
 
582
+ #: ../admin/help.php:36 ../admin/social_login.php:58
583
  #, fuzzy
584
  msgid "Customize Social Login Icons"
585
  msgstr "Параметры входа через соцсети"
586
 
587
+ #: ../admin/help.php:42
588
  msgid "Integrate with Google Analytics"
589
  msgstr "Интеграция с Google Analytics"
590
 
591
+ #: ../admin/help.php:48
592
  msgid "Boost sharing by awarding points"
593
  msgstr "Повысьте обмен, наградив точек"
594
 
595
+ #: ../admin/help.php:54
596
  msgid "Award points for Social Login"
597
  msgstr "Премии пунктов для социального Логин"
598
 
599
+ #: ../admin/help.php:60
600
  msgid "Other Add-ons"
601
  msgstr "Другие дополнения"
602
 
603
+ #: ../admin/help.php:66
604
  msgid "Support Forum"
605
  msgstr "Форум поддержки"
606
 
607
+ #: ../admin/help.php:71
608
  msgid "Need Help?"
609
  msgstr "Требуется помощь?"
610
 
611
+ #: ../admin/help.php:73
612
  msgid ""
613
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
614
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
621
  "внести в плагин, напишите нам на почту<a href=\"mailto:support@heateor.com"
622
  "\">support@heateor.com</a>"
623
 
624
+ #: ../admin/help.php:78
625
  msgid "Testimonial"
626
  msgstr ""
627
 
628
+ #: ../admin/help.php:80
629
  msgid ""
630
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
631
  "\">testimonials@heateor.com</a>"
632
  msgstr ""
633
 
634
+ #: ../admin/help.php:85
635
  msgid "Support Us"
636
  msgstr "Поддержите нас"
637
 
638
+ #: ../admin/help.php:88 ../admin/help.php:91 ../admin/help.php:92
639
+ #: ../admin/help.php:93 ../admin/help.php:94 ../admin/help.php:95
640
  msgid "Rate 5-star"
641
  msgstr "Оценить 5-бальной шкале"
642
 
678
  msgid "3rd Party Integration"
679
  msgstr "XProfile интеграция"
680
 
681
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
682
+ #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
683
+ #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
684
  #: ../admin/like_buttons.php:797
685
  msgid "Shortcode & Widget"
686
  msgstr "Шорткод и виджет"
689
  msgid "Troubleshooter"
690
  msgstr "Устранение неисправностей"
691
 
692
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
693
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
694
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1239
695
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
696
  msgid "FAQ"
697
  msgstr "Часто задаваемые вопросы (FAQ)"
924
  msgstr "Ссылка чтобы Поделиться"
925
 
926
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
927
+ #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
928
  #: ../inc/widget.php:929
929
  msgid "Title"
930
  msgstr "Заголовок"
1010
  msgstr "Размещение"
1011
 
1012
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1013
+ #: ../admin/social_login.php:848 ../admin/social_login.php:878
1014
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1015
  msgid "Homepage"
1016
  msgstr "Главная"
1198
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
1199
 
1200
  #: ../admin/social_sharing.php:1525
1201
+ #, fuzzy
1202
+ msgid "Hide floating slider"
1203
+ msgstr "Скрыть для зарегистрированных пользователей"
1204
+
1205
+ #: ../admin/social_sharing.php:1535
1206
+ #, fuzzy
1207
+ msgid "Hides the slider arrow present below the floating share bar"
1208
+ msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1209
+
1210
+ #: ../admin/social_sharing.php:1543
1211
  msgid "Vertical floating bar responsiveness"
1212
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1213
 
1214
+ #: ../admin/social_sharing.php:1546
1215
  #, php-format
1216
  msgid "Display vertical interface only when screen is wider than %s pixels"
1217
  msgstr ""
1218
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
1219
  "пикселей."
1220
 
1221
+ #: ../admin/social_sharing.php:1553
1222
  msgid ""
1223
  "Display vertical interface only when screen is wider than the width "
1224
  "specified."
1226
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
1227
  "ширина по умолчанию."
1228
 
1229
+ #: ../admin/social_sharing.php:1561
1230
  msgid "Horizontal floating bar responsiveness"
1231
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1232
 
1233
+ #: ../admin/social_sharing.php:1564
1234
  #, php-format
1235
  msgid ""
1236
  "Stick vertical floating interface horizontally at bottom only when screen is "
1239
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1240
  "уже чем %s пикселей"
1241
 
1242
+ #: ../admin/social_sharing.php:1571
1243
  msgid ""
1244
  "Stick vertical floating interface horizontally at bottom only when screen is "
1245
  "narrower than the width specified"
1247
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1248
  "уже чем указанная ширина"
1249
 
1250
+ #: ../admin/social_sharing.php:1581
1251
  msgid "Horizontal floating bar position"
1252
  msgstr "Расположение горизонтальной плавающей панели"
1253
 
1254
+ #: ../admin/social_sharing.php:1584
1255
  #, php-format
1256
  msgid "%s pixels from %s"
1257
  msgstr "%s пикселей от %s"
1258
 
1259
+ #: ../admin/social_sharing.php:1585
1260
  msgid "Auto-adjust according to screen width (responsive)"
1261
  msgstr ""
1262
 
1263
+ #: ../admin/social_sharing.php:1592
1264
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1265
  msgstr ""
1266
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
1267
  "отрицательным."
1268
 
1269
+ #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1270
  msgid "Url shortener"
1271
  msgstr "Укорачивание URL"
1272
 
1273
+ #: ../admin/social_sharing.php:1618
1274
  msgid "Use shortlinks already installed"
1275
  msgstr "Использование коротких ссылок уже установлено"
1276
 
1277
+ #: ../admin/social_sharing.php:1628
1278
  msgid "Uses default short url permalinks without using any additional plugin"
1279
  msgstr ""
1280
  "Использует по умолчанию постоянные короткие url без использования каких-"
1281
  "либо дополнительных плагинов"
1282
 
1283
+ #: ../admin/social_sharing.php:1636
1284
  msgid "Enable bit.ly url shortener for sharing"
1285
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1286
 
1287
+ #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1288
  msgid "Master control to enable bit.ly url shortening for sharing"
1289
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1290
 
1291
+ #: ../admin/social_sharing.php:1654
1292
  msgid "bit.ly Login"
1293
  msgstr "bit.ly логин"
1294
 
1295
+ #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1296
  #, fuzzy, php-format
1297
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1298
  msgstr ""
1300
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1301
  "Twitter."
1302
 
1303
+ #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1304
  msgid "bit.ly API Key"
1305
  msgstr "bit.ly ключ приложения"
1306
 
1307
+ #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1308
  msgid "Clear Bitly Cache"
1309
  msgstr "Очистить Bitly кэш"
1310
 
1311
+ #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1312
  msgid "ShortUrl cache cleared successfully."
1313
  msgstr "ShortUrl кэш успешно очищен."
1314
 
1315
+ #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1316
  msgid ""
1317
  "Use this to delete short urls saved in database. Handy, if urls of your "
1318
  "website have been changed but short urls are still being generated for old "
1322
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1323
  "адреса по-прежнему создаются для старых URL-адресов."
1324
 
1325
+ #: ../admin/social_sharing.php:1712
1326
  msgid "Share Count Cache"
1327
  msgstr "Кэш счетчиков поделиться"
1328
 
1329
+ #: ../admin/social_sharing.php:1718
1330
  msgid "Refresh Share Count cache every"
1331
  msgstr "Обновить кэш счетчиков Поделиться"
1332
 
1333
+ #: ../admin/social_sharing.php:1723
1334
  msgid "Second(s)"
1335
  msgstr "Секунд"
1336
 
1337
+ #: ../admin/social_sharing.php:1724
1338
  msgid "Minute(s)"
1339
  msgstr "Минут"
1340
 
1341
+ #: ../admin/social_sharing.php:1725
1342
  msgid "Hour(s)"
1343
  msgstr "Часов"
1344
 
1345
+ #: ../admin/social_sharing.php:1726
1346
  msgid "Day(s)"
1347
  msgstr "Дней"
1348
 
1349
+ #: ../admin/social_sharing.php:1734
1350
  #, fuzzy, php-format
1351
  msgid ""
1352
  "Frequent cache refreshing results in slower loading of pages with share "
1356
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1357
  "включенными счетчиками Поделиться"
1358
 
1359
+ #: ../admin/social_sharing.php:1742
1360
  msgid "Clear Share Counts Cache"
1361
  msgstr "Очистить кэш счетчиков Поделиться"
1362
 
1363
+ #: ../admin/social_sharing.php:1746
1364
  msgid "Share Counts cache cleared successfully."
1365
  msgstr "Share Counts кэш успешно очищен."
1366
 
1367
+ #: ../admin/social_sharing.php:1753
1368
  msgid "Use this to clear cached share counts"
1369
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1370
 
1371
+ #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1372
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1373
  #: ../admin/like_buttons.php:698
1374
  msgid "Language"
1375
  msgstr "Язык"
1376
 
1377
+ #: ../admin/social_sharing.php:1778
1378
  #, php-format
1379
  msgid ""
1380
  "Enter the code of the language you want to use for like buttons. You can "
1385
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1386
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1387
 
1388
+ #: ../admin/social_sharing.php:1787
1389
  msgid "Username in sharing"
1390
  msgstr "Имя пользователя чтобы поделиться"
1391
 
1392
+ #: ../admin/social_sharing.php:1793
1393
  msgid "Twitter username (without @)"
1394
  msgstr "Twitter имя пользователя (без @)"
1395
 
1396
+ #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1397
  msgid ""
1398
  "Provided username will be appended after the content being shared as \"via "
1399
  "@USERNAME\". Leave empty if you do not want any username in the content "
1402
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1403
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1404
 
1405
+ #: ../admin/social_sharing.php:1812
1406
  msgid "Buffer username (without @)"
1407
  msgstr "Имя пользователя в Twitter (без @)"
1408
 
1409
+ #: ../admin/social_sharing.php:1831
1410
  msgid "AMP"
1411
  msgstr "AMP"
1412
 
1413
+ #: ../admin/social_sharing.php:1837
1414
  msgid "Enable sharing on AMP pages"
1415
  msgstr "Разрешить общий доступ на страницах AMP"
1416
 
1417
+ #: ../admin/social_sharing.php:1847
1418
  msgid "Enable this option to render sharing icons on AMP pages"
1419
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1420
 
1421
+ #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1422
  msgid "myCRED"
1423
  msgstr ""
1424
 
1425
+ #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1426
  msgid "Append myCRED referral ID to the urls being shared"
1427
  msgstr ""
1428
 
1429
+ #: ../admin/social_sharing.php:1905
1430
  msgid "Facebook Sharing Troubleshooter"
1431
  msgstr "Устранение неисправностей Поделиться от Facebook"
1432
 
1433
+ #: ../admin/social_sharing.php:1910
1434
  msgid ""
1435
  "If Facebook sharing is not working fine, click at the following link and "
1436
  "enter the problematic url (where Facebook sharing is not working properly) "
1442
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1443
  "\"Получение информации о новой поломке\" ."
1444
 
1445
+ #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:469
1446
+ #: ../admin/social_login.php:1241
1447
  msgid ""
1448
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1449
  "an online website for the plugin to function properly."
1450
  msgstr ""
1451
 
1452
+ #: ../admin/social_sharing.php:1928
1453
  msgid ""
1454
  "Why is sharer not showing the correct image, title and other meta tags "
1455
  "content?"
1457
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1458
  "мета данные контента? "
1459
 
1460
+ #: ../admin/social_sharing.php:1930
1461
  msgid "Why is Instagram icon redirecting to Instagram website?"
1462
  msgstr ""
1463
 
1464
+ #: ../admin/social_sharing.php:1931
1465
  msgid ""
1466
  "Instagram icon is there to send website visitors to the Instagram page of "
1467
  "your choice. You can save the desired Instagram handle in \"Instagram "
1469
  "sections."
1470
  msgstr ""
1471
 
1472
+ #: ../admin/social_sharing.php:1934
1473
  msgid ""
1474
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1475
  msgstr ""
1476
 
1477
+ #: ../admin/social_sharing.php:1935
1478
  msgid ""
1479
  "It takes some time for their service to track the shares made on Twitter "
1480
  "from your website. If you still feel it's taking too long you can contact "
1481
  "their support directly from their website."
1482
  msgstr ""
1483
 
1484
+ #: ../admin/social_sharing.php:1937 ../admin/like_buttons.php:814
1485
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1486
  msgstr ""
1487
 
1488
+ #: ../admin/social_sharing.php:1938
1489
  msgid ""
1490
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1491
  msgstr ""
1492
 
1493
+ #: ../admin/social_sharing.php:1939 ../admin/social_commenting.php:472
1494
+ #: ../admin/social_login.php:1248
1495
  msgid "Why is my browser blocking some features of the plugin?"
1496
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1497
 
1498
+ #: ../admin/social_sharing.php:1940
1499
  #, fuzzy
1500
  msgid "Why the color of share icons is not being updated?"
1501
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1502
 
1503
+ #: ../admin/social_sharing.php:1941
1504
  msgid "Why Facebook share counts are not appearing?"
1505
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1506
 
1507
+ #: ../admin/social_sharing.php:1942
1508
  msgid ""
1509
  "How can I show share counts of my website rather than of individual pages/"
1510
  "posts?"
1512
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1513
  "постах?"
1514
 
1515
+ #: ../admin/social_sharing.php:1943
1516
  msgid "How can I disable sharing on particular page/post?"
1517
  msgstr ""
1518
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1519
 
1520
+ #: ../admin/social_sharing.php:1944
1521
  msgid "How can I specify minimum sharing count for sharing networks?"
1522
  msgstr "Как мне указать минимальное количество для Поделиться"
1523
 
1524
+ #: ../admin/social_sharing.php:1945
1525
  msgid "How to share specific page?"
1526
  msgstr "Как поделиться определенной страницей?"
1527
 
1528
+ #: ../admin/social_sharing.php:1946
1529
  msgid "How to integrate Google Analytics with sharing?"
1530
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1531
 
1532
+ #: ../admin/social_sharing.php:1947
1533
  msgid "How to customize the look of total share counts?"
1534
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1535
 
1536
+ #: ../admin/social_sharing.php:1948
1537
  msgid "How to customize the look of individual share counts?"
1538
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1539
 
1540
+ #: ../admin/social_sharing.php:1949
1541
  msgid "How to show Whatsapp icon only on mobile devices?"
1542
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1543
 
1544
+ #: ../admin/social_sharing.php:1950
1545
  msgid "How to hide arrow after floating sharing bar?"
1546
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1547
 
1548
+ #: ../admin/social_sharing.php:1951
1549
  #, fuzzy
1550
  msgid "Why is share count not getting updated?"
1551
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1552
 
1553
+ #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:812
1554
  msgid "Why is there so much space between like buttons?"
1555
  msgstr "Почему существует так много места между кнопками?"
1556
 
1557
+ #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:813
1558
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1559
  msgstr ""
1560
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
1839
  msgid "Advanced Configuration"
1840
  msgstr "Расширенная конфигурация"
1841
 
1842
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1843
  msgid "GDPR"
1844
  msgstr ""
1845
 
1846
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1847
  msgid "XProfile Integration"
1848
  msgstr "XProfile интеграция"
1849
 
1893
  msgstr "LinkedIn"
1894
 
1895
  #: ../admin/social_login.php:119
1896
+ #, fuzzy
1897
+ msgid "Google"
1898
  msgstr "Google+"
1899
 
1900
  #: ../admin/social_login.php:123
2044
  "LinkedIn."
2045
 
2046
  #: ../admin/social_login.php:301
2047
+ #, fuzzy
2048
+ msgid "Google Client ID"
2049
  msgstr "Google+ ID клиента"
2050
 
2051
  #: ../admin/social_login.php:311
2052
+ #, fuzzy, php-format
2053
  msgid ""
2054
+ "Required for Google Social Login to work. Please follow the documentation at "
2055
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
 
2056
  msgstr ""
2057
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2058
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2068
 
2069
  #: ../admin/social_login.php:323
2070
  #, fuzzy
2071
+ msgid "Google Client Secret"
2072
  msgstr "Google+ ID клиента"
2073
 
2074
  #: ../admin/social_login.php:333
2075
  #, fuzzy, php-format
2076
  msgid ""
2077
+ "Required for Google Social Login to work. Please follow the documentation at "
2078
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
 
2079
  msgstr ""
2080
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2081
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2216
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2217
 
2218
  #: ../admin/social_login.php:551
2219
+ #, fuzzy
2220
+ msgid "Center align icons"
2221
+ msgstr "Переставить иконы"
2222
+
2223
+ #: ../admin/social_login.php:561
2224
+ #, fuzzy
2225
+ msgid "Center align social login icons"
2226
+ msgstr "Параметры входа через соцсети"
2227
+
2228
+ #: ../admin/social_login.php:569
2229
  msgid "Enable at login page"
2230
  msgstr "Включить страницу входа"
2231
 
2232
+ #: ../admin/social_login.php:579
2233
  msgid ""
2234
  "Social Login interface will get enabled at the login page of your website"
2235
  msgstr ""
2236
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2237
 
2238
+ #: ../admin/social_login.php:587
2239
  msgid "Enable at register page"
2240
  msgstr "Включить на странице регистрации"
2241
 
2242
+ #: ../admin/social_login.php:597
2243
  msgid ""
2244
  "Social Login interface will get enabled at the registration page of your "
2245
  "website"
2246
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2247
 
2248
+ #: ../admin/social_login.php:605
2249
  msgid "Enable at comment form"
2250
  msgstr "Включить в форму комментирования"
2251
 
2252
+ #: ../admin/social_login.php:615
2253
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2254
  msgstr ""
2255
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2256
  "комментирования Wordpress"
2257
 
2258
+ #: ../admin/social_login.php:630
2259
  msgid "Enable before WooCommerce Customer Login Form"
2260
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2261
 
2262
+ #: ../admin/social_login.php:640
2263
  msgid ""
2264
  "Social Login Interface will get enabled before the customer login form at "
2265
  "WooCommerce My Account page"
2267
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2268
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2269
 
2270
+ #: ../admin/social_login.php:648
2271
+ #, fuzzy
2272
+ msgid "Enable at WooCommerce Customer Login Form"
2273
  msgstr "Включить после формы входа клиента WooCommerce"
2274
 
2275
+ #: ../admin/social_login.php:658
2276
+ #, fuzzy
2277
+ msgid ""
2278
+ "Integrate Social Login Interface with the customer login form at WooCommerce "
2279
+ "My Account page"
2280
+ msgstr ""
2281
+ "Интерфейс входа через социальные сети будет активирован после формы входа "
2282
+ "для покупателя на странице Мой Аккаунт в WooCommerce"
2283
+
2284
+ #: ../admin/social_login.php:666
2285
+ #, fuzzy
2286
+ msgid "Enable at WooCommerce Customer Register Form"
2287
+ msgstr "Включить после формы входа клиента WooCommerce"
2288
+
2289
+ #: ../admin/social_login.php:676
2290
+ #, fuzzy
2291
  msgid ""
2292
+ "Integrate Social Login Interface with the customer register form at "
2293
  "WooCommerce My Account page"
2294
  msgstr ""
2295
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2296
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2297
 
2298
+ #: ../admin/social_login.php:684
2299
  msgid "Enable at WooCommerce checkout page"
2300
  msgstr "Включить на странице оформления заказа WooCommerce"
2301
 
2302
+ #: ../admin/social_login.php:694
2303
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2304
  msgstr ""
2305
  "Интерфейс входа через социальные сети будет активирован на странице "
2306
  "оформления заказа в WooCommerce"
2307
 
2308
+ #: ../admin/social_login.php:705
2309
  msgid "Auto-approve comments made by Social Login users"
2310
  msgstr ""
2311
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2312
 
2313
+ #: ../admin/social_login.php:715
2314
  msgid ""
2315
  "If this option is enabled, and WordPress comment is made by Social Login "
2316
  "user, comment will get approved immediately without keeping in moderation."
2319
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2320
  "без модерации."
2321
 
2322
+ #: ../admin/social_login.php:716
2323
  msgid "Note: This is not related to Facebook comments"
2324
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2325
 
2326
+ #: ../admin/social_login.php:726
2327
  msgid "Enable social avatar"
2328
  msgstr "Включение социальных аватар"
2329
 
2330
+ #: ../admin/social_login.php:736
2331
  msgid ""
2332
  "Social profile pictures of the logged in user will be displayed as profile "
2333
  "avatar"
2335
  "Изображения пользователя в социальных сетях будет использоваться как "
2336
  "изображение профиля на сайте"
2337
 
2338
+ #: ../admin/social_login.php:746
2339
  msgid "Avatar quality"
2340
  msgstr "Качество аватары"
2341
 
2342
+ #: ../admin/social_login.php:749
2343
  msgid "Average"
2344
  msgstr "Среднее"
2345
 
2346
+ #: ../admin/social_login.php:750
2347
  msgid "Best"
2348
  msgstr "лучший"
2349
 
2350
+ #: ../admin/social_login.php:757
2351
  msgid "Choose avatar quality"
2352
  msgstr "Выберите качество аватара"
2353
 
2354
+ #: ../admin/social_login.php:766
2355
  msgid ""
2356
  "Show option for users to update social avatar at BuddyPress profile page"
2357
  msgstr ""
2358
  "Показать вариант для пользователей для обновления социального аватара на "
2359
  "странице профиля BuddyPress"
2360
 
2361
+ #: ../admin/social_login.php:776
2362
  msgid ""
2363
  "If enabled, users would be able to update their social avatar from \"Profile "
2364
  "photo\" section in BuddyPress profile at front-end"
2366
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2367
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2368
 
2369
+ #: ../admin/social_login.php:797
2370
  msgid ""
2371
  "If enabled and Social ID provider does not provide user's email address on "
2372
  "login, user will be asked to provide his/her email address. Otherwise, a "
2376
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2377
  "случае, почта будет создана по образцу."
2378
 
2379
+ #: ../admin/social_login.php:806
2380
  msgid "Send post-registration email to user to set account password"
2381
  msgstr ""
2382
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2383
  "установить пароль учетной записи"
2384
 
2385
+ #: ../admin/social_login.php:816
2386
  msgid ""
2387
  "If enabled, an email will be sent to user after registration through Social "
2388
  "Login, regarding his/her login credentials (username-password to be able to "
2392
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2393
  "возможность зайти черед стандартную форму авторизации"
2394
 
2395
+ #: ../admin/social_login.php:824
2396
  msgid "Send new user registration notification email to admin"
2397
  msgstr ""
2398
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2399
  "администратору"
2400
 
2401
+ #: ../admin/social_login.php:834
2402
  msgid ""
2403
  "If enabled, an email will be sent to admin after new user registers through "
2404
  "Social Login, notifying admin about the new user registration"
2406
  "Если опция включена, на почту администратора прийдет уведомление о "
2407
  "регистрации нового пользователя через соцсети."
2408
 
2409
+ #: ../admin/social_login.php:842
2410
  msgid "Login redirection"
2411
  msgstr "Перенаправления входа"
2412
 
2413
+ #: ../admin/social_login.php:846
2414
  msgid "Same page where user logged in"
2415
  msgstr "Та же страница, на которой пользователь произвел вход "
2416
 
2417
+ #: ../admin/social_login.php:850 ../admin/social_login.php:880
2418
  msgid "Account dashboard"
2419
  msgstr "Страница управления моим аккаунтом"
2420
 
2421
+ #: ../admin/social_login.php:853 ../admin/social_login.php:883
2422
  msgid "BuddyPress profile page"
2423
  msgstr "Страница профиля BuddyPress"
2424
 
2425
+ #: ../admin/social_login.php:856 ../admin/social_login.php:886
2426
  msgid "Custom Url"
2427
  msgstr "Пользовательская ссылка"
2428
 
2429
+ #: ../admin/social_login.php:864
2430
  msgid "User will be redirected to the selected page after Social Login"
2431
  msgstr ""
2432
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2433
  "социальные сети"
2434
 
2435
+ #: ../admin/social_login.php:872
2436
  msgid "Registration redirection"
2437
  msgstr "Перенаправлении регистрации"
2438
 
2439
+ #: ../admin/social_login.php:876
2440
  msgid "Same page from where user registered"
2441
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2442
 
2443
+ #: ../admin/social_login.php:894
2444
  msgid ""
2445
  "User will be redirected to the selected page after registration (first "
2446
  "Social Login) through Social Login"
2448
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2449
  "(первый вход чере социальные сети) через социальные логин"
2450
 
2451
+ #: ../admin/social_login.php:903
2452
  #, fuzzy
2453
  msgid "Social Account Linking Options"
2454
  msgstr "Ссылки на социальный аккаунт"
2455
 
2456
+ #: ../admin/social_login.php:919
2457
  #, fuzzy
2458
  msgid "Text to display above the Social Account Linking interface"
2459
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2460
 
2461
+ #: ../admin/social_login.php:927
2462
  msgid ""
2463
  "Link social account to already existing account, if email address matches"
2464
  msgstr ""
2465
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2466
 
2467
+ #: ../admin/social_login.php:937
2468
  #, fuzzy
2469
  msgid ""
2470
  "If email address of the user's Social Account matches with an already "
2477
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2478
  "странице профиля."
2479
 
2480
+ #: ../admin/social_login.php:946
2481
  msgid "Enable social account linking at BuddyPress profile page"
2482
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2483
 
2484
+ #: ../admin/social_login.php:956
2485
  msgid ""
2486
  "Enable this option to show social account linking interface at BuddyPress "
2487
  "profile page"
2489
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2490
  "профиля BuddyPress"
2491
 
2492
+ #: ../admin/social_login.php:967
2493
  msgid "Email popup options"
2494
  msgstr "Параметры всплывающей электронной Почты"
2495
 
2496
+ #: ../admin/social_login.php:973
2497
  msgid "Text on 'Email required' popup"
2498
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2499
 
2500
+ #: ../admin/social_login.php:983
2501
  msgid ""
2502
  "This text will be displayed on email required popup. Leave empty if not "
2503
  "required."
2505
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2506
  "поле пустым если не требуется."
2507
 
2508
+ #: ../admin/social_login.php:992
2509
  msgid "Error message for 'Email required' popup"
2510
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2511
 
2512
+ #: ../admin/social_login.php:1002
2513
  msgid ""
2514
  "This message will be displayed to user if it provides invalid or already "
2515
  "registered email"
2517
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2518
  "уже используемую почту"
2519
 
2520
+ #: ../admin/social_login.php:1011
2521
  msgid "Email popup height"
2522
  msgstr "Высота высплывающего окна"
2523
 
2524
+ #: ../admin/social_login.php:1021
2525
  msgid ""
2526
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2527
  "can increase the height of popup by specifying in this option. Leave empty "
2531
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2532
  "базового значения."
2533
 
2534
+ #: ../admin/social_login.php:1029
2535
  msgid "Enable email verification"
2536
  msgstr "Включить проверку электронной почты"
2537
 
2538
+ #: ../admin/social_login.php:1039
2539
  msgid ""
2540
  "If enabled, email provided by the user will be verified by sending a "
2541
  "confirmation link to that email. User would not be able to login without "
2544
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2545
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2546
 
2547
+ #: ../admin/social_login.php:1060
2548
  #, fuzzy
2549
  msgid "Enable GDPR opt-in"
2550
  msgstr "Активировать комментирование через Disqus"
2551
 
2552
+ #: ../admin/social_login.php:1070
2553
  msgid ""
2554
  "Enable it to show GDPR opt-in for social login and social account linking"
2555
  msgstr ""
2556
 
2557
+ #: ../admin/social_login.php:1079
2558
  #, fuzzy
2559
  msgid "Placement of GDPR opt-in"
2560
  msgstr "Активировать комментирование через Disqus"
2561
 
2562
+ #: ../admin/social_login.php:1083
2563
  #, fuzzy
2564
  msgid "Above Social Login icons"
2565
  msgstr "Параметры входа через соцсети"
2566
 
2567
+ #: ../admin/social_login.php:1085
2568
  #, fuzzy
2569
  msgid "Below Social Login icons"
2570
  msgstr "Параметры входа через соцсети"
2571
 
2572
+ #: ../admin/social_login.php:1091
2573
  #, fuzzy
2574
  msgid "Placement of GDPR opt-in above or below the social login icons"
2575
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2576
 
2577
+ #: ../admin/social_login.php:1099
2578
  msgid "Opt-in text"
2579
  msgstr ""
2580
 
2581
+ #: ../admin/social_login.php:1109
2582
  #, fuzzy
2583
  msgid "Text for the GDPR opt-in"
2584
  msgstr "Активировать комментирование через Disqus"
2585
 
2586
+ #: ../admin/social_login.php:1117
2587
  msgid "Text to link to Privacy Policy page"
2588
  msgstr ""
2589
 
2590
+ #: ../admin/social_login.php:1127
2591
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2592
  msgstr ""
2593
 
2594
+ #: ../admin/social_login.php:1135
2595
  msgid "Privacy Policy Url"
2596
  msgstr ""
2597
 
2598
+ #: ../admin/social_login.php:1145
2599
  #, fuzzy
2600
  msgid "Url of the privacy policy page of your website"
2601
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2602
 
2603
+ #: ../admin/social_login.php:1196 ../inc/widget.php:252 ../inc/widget.php:422
2604
  #: ../inc/widget.php:586 ../inc/widget.php:734
2605
  msgid "Select"
2606
  msgstr "Выбор"
2607
 
2608
+ #: ../admin/social_login.php:1227
2609
  msgid "Social Login Shortcode & Widget"
2610
  msgstr "Шорткод и виджет для входа через социальные сети "
2611
 
2612
+ #: ../admin/social_login.php:1228
2613
  msgid "Social Linking Shortcode"
2614
  msgstr "Шорткод социальных ссылок"
2615
 
2616
+ #: ../admin/social_login.php:1243
2617
  #, fuzzy
2618
  msgid "Why is social login not working?"
2619
  msgstr "Почему Facebook логин не работает?"
2620
 
2621
+ #: ../admin/social_login.php:1244
2622
  msgid ""
2623
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2624
  "belong to the same app"
2625
  msgstr ""
2626
 
2627
+ #: ../admin/social_login.php:1246
2628
+ msgid "Social Login not working with Varnish enabled"
2629
+ msgstr ""
2630
+
2631
+ #: ../admin/social_login.php:1247
2632
  msgid ""
2633
  "Why the user is not appearing logged in even after Social Login until the "
2634
  "webpage is refreshed manually?"
2838
  msgid "Like Buttons Shortcode & Widget"
2839
  msgstr "Шорткод и виджет Нравится"
2840
 
2841
+ #: ../inc/shortcode.php:198 ../inc/widget.php:47
2842
  msgid "Log Out"
2843
  msgstr "Выйти"
2844
 
2845
+ #: ../inc/shortcode.php:299
2846
  msgid ""
2847
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2848
  "Socializer > Social Login\" page in admin panel"
2861
  msgid "Archives"
2862
  msgstr "Архивы "
2863
 
2864
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1071
2865
  msgid "Invalid request"
2866
  msgstr "Неверный Запрос!"
2867
 
2868
+ #: ../inc/social_sharing.php:864
2869
  msgid "Providers not selected"
2870
  msgstr "Сервисы не выбраны"
2871
 
2872
+ #: ../inc/social_login.php:724
2873
  msgid "Email"
2874
  msgstr "Email"
2875
 
2876
+ #: ../inc/social_login.php:725
2877
  msgid "Confirm email"
2878
  msgstr "Подтвердить e-mail"
2879
 
2880
+ #: ../inc/social_login.php:727
2881
  msgid "Save"
2882
  msgstr "Сохранить"
2883
 
2884
+ #: ../inc/social_login.php:728
2885
  msgid "Cancel"
2886
  msgstr "Отменить"
2887
 
2888
+ #: ../inc/social_login.php:802
2889
  msgid "Email Verification"
2890
  msgstr "Подтверждение адреса электронной почты"
2891
 
2892
+ #: ../inc/social_login.php:804
2893
  msgid ""
2894
  "Please click on the following link or paste it in browser to verify your "
2895
  "email"
2902
  msgstr "Super Socializer - Вход"
2903
 
2904
  #: ../inc/widget.php:13
2905
+ #, fuzzy
2906
  msgid ""
2907
  "Let your website users login/register using their favorite Social ID "
2908
+ "Provider, such as Facebook, Twitter, Google, LinkedIn"
2909
  msgstr ""
2910
  "Дайте возможность пользователям с вашего сайта войти/зарегистрироваться "
2911
  "используя их любимые социальные сервисы, так как Facebook, Twitter, Google+, "
3164
  msgid "RSS Feed URL:"
3165
  msgstr ""
3166
 
3167
+ #~ msgid ""
3168
+ #~ "We are a creative team with unique ideas in mind and service in heart. We "
3169
+ #~ "love what we do. For more info join us at"
3170
+ #~ msgstr ""
3171
+ #~ "Мы являемся творческим коллективом с уникальными идеями в голове и "
3172
+ #~ "обслуживанием в сердце. Мы любим то, что мы делаем. Для получения "
3173
+ #~ "дополнительной информации присоединиться к нам на"
3174
+
3175
  #~ msgid ""
3176
  #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3177
  #~ "share counts"
languages/super-socializer-uk.mo CHANGED
Binary file
languages/super-socializer-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-01-22 06:48+0530\n"
6
- "PO-Revision-Date: 2019-01-22 06:48+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -86,7 +86,7 @@ msgstr ""
86
  msgid "Notification"
87
  msgstr "Повідомлення"
88
 
89
- #: ../super_socializer.php:902 ../admin/social_login.php:751
90
  msgid "Email required"
91
  msgstr "Електронна адреса (обо'язково)"
92
 
@@ -115,28 +115,28 @@ msgstr "Поділитися"
115
  msgid "Link copied."
116
  msgstr "LinkedIn"
117
 
118
- #: ../super_socializer.php:1236
119
  msgid "Super Socializer - General Options"
120
  msgstr "Super Socializer - Загальні Параметри"
121
 
122
- #: ../super_socializer.php:1236 ../admin/general_options.php:15
123
  #: ../admin/social_commenting.php:47
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
- #: ../super_socializer.php:1304 ../helper.php:898
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
131
- #: ../super_socializer.php:1307
132
  msgid "Small Avatar Url"
133
  msgstr "Посилання для маленького аватара"
134
 
135
- #: ../super_socializer.php:1311
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
- #: ../super_socializer.php:1315 ../helper.php:901
140
  msgid ""
141
  "Do not fetch and update social avatar from my profile, next time I Social "
142
  "Login"
@@ -144,13 +144,13 @@ msgstr ""
144
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
145
  "раз коли я використовую вхід через соцмережі"
146
 
147
- #: ../super_socializer.php:1319 ../helper.php:902
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
151
  "соцмережі"
152
 
153
- #: ../super_socializer.php:1392 ../super_socializer.php:2036
154
  msgid ""
155
  "Your browser is blocking some features of this website. Please follow the "
156
  "instructions at {support_url} to unblock these."
@@ -158,75 +158,82 @@ msgstr ""
158
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
159
  "інструкцій в {support_url}, щоб розблокувати функції."
160
 
161
- #: ../super_socializer.php:1398
162
  msgid "Login with your Social ID"
163
  msgstr "Увійти через соціальний аккаунт"
164
 
165
- #: ../super_socializer.php:1399
166
  msgid "Email you entered is already registered or invalid"
167
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
168
 
169
- #: ../super_socializer.php:1404
170
  msgid "Please enter a valid email address. You might be required to verify it"
171
  msgstr ""
172
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
173
  "потрібно перевірити його"
174
 
175
- #: ../super_socializer.php:1408 ../super_socializer.php:1960
176
  msgid "Link your social account to login to your account at this website"
177
  msgstr ""
178
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
179
  "запис на цьому сайті"
180
 
181
- #: ../super_socializer.php:1637
 
 
 
 
 
 
 
182
  msgid ""
183
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
184
  "current version of Super Socialzer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1646
188
  msgid ""
189
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
190
  "version of Super Socialzer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1655
194
  msgid ""
195
  "Update \"Social Login Buttons\" add-on for compatibility with current "
196
  "version of Super Socialzer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1664
200
  msgid ""
201
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
202
  "with current version of Super Socialzer"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1673
206
  msgid ""
207
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
208
  "with current version of Super Socialzer"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1680
212
  msgid ""
213
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
214
  "LiveJournal Login of Super Socialzer"
215
  msgstr ""
216
 
217
- #: ../super_socializer.php:1691
218
  #, php-format
219
  msgid ""
220
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
221
  msgstr ""
222
 
223
- #: ../super_socializer.php:1707
224
  #, php-format
225
  msgid ""
226
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
227
  msgstr ""
228
 
229
- #: ../super_socializer.php:1731
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -234,14 +241,14 @@ msgid ""
234
  "target=\"_blank\">here</a>"
235
  msgstr ""
236
 
237
- #: ../super_socializer.php:1731 ../super_socializer.php:1756
238
- #: ../super_socializer.php:1781 ../super_socializer.php:1806
239
- #: ../super_socializer.php:1839 ../super_socializer.php:1867
240
- #: ../super_socializer.php:1894 ../super_socializer.php:1918
241
  msgid "Okay"
242
  msgstr "Гаразд."
243
 
244
- #: ../super_socializer.php:1756
245
  #, php-format
246
  msgid ""
247
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -249,7 +256,7 @@ msgid ""
249
  "\">here</a>"
250
  msgstr ""
251
 
252
- #: ../super_socializer.php:1781
253
  #, php-format
254
  msgid ""
255
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -257,7 +264,7 @@ msgid ""
257
  "target=\"_blank\">here</a>"
258
  msgstr ""
259
 
260
- #: ../super_socializer.php:1806
261
  #, php-format
262
  msgid ""
263
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -265,13 +272,13 @@ msgid ""
265
  "target=\"_blank\">here</a>"
266
  msgstr ""
267
 
268
- #: ../super_socializer.php:1817
269
  #, php-format
270
  msgid ""
271
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
272
  msgstr ""
273
 
274
- #: ../super_socializer.php:1839
275
  #, php-format
276
  msgid ""
277
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -279,7 +286,7 @@ msgid ""
279
  "\"%s\" target=\"_blank\">here</a>"
280
  msgstr ""
281
 
282
- #: ../super_socializer.php:1867
283
  #, php-format
284
  msgid ""
285
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -288,7 +295,7 @@ msgid ""
288
  "your website %s with them. No need to copy-paste any code from their website."
289
  msgstr ""
290
 
291
- #: ../super_socializer.php:1894
292
  #, php-format
293
  msgid ""
294
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -296,7 +303,7 @@ msgid ""
296
  "\"%s\" target=\"_blank\">here</a>"
297
  msgstr ""
298
 
299
- #: ../super_socializer.php:1918
300
  #, php-format
301
  msgid ""
302
  "Your website visitors will see a popup notification (only once) if their "
@@ -405,8 +412,8 @@ msgid "Large Avatar"
405
  msgstr "Великий аватар"
406
 
407
  #: ../helper.php:913 ../admin/general_options.php:132
408
- #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
409
- #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
410
  msgid "Save Changes"
411
  msgstr "Зберегти налаштування"
412
 
@@ -428,9 +435,9 @@ msgid "Something bad happened"
428
  msgstr ""
429
 
430
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
431
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
432
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
433
- #: ../admin/social_login.php:5 ../admin/social_login.php:1226
434
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
435
  #, fuzzy, php-format
436
  msgid ""
@@ -512,15 +519,15 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
512
  msgstr ""
513
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
514
 
515
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
516
- #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
517
  #: ../admin/like_buttons.php:836
518
  #, fuzzy
519
  msgid "Instagram Shoutout"
520
  msgstr "Instagram"
521
 
522
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
523
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
524
  #: ../admin/like_buttons.php:838
525
  msgid ""
526
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -528,8 +535,8 @@ msgid ""
528
  "hashtags and people to mention in the Instagram post."
529
  msgstr ""
530
 
531
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
532
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
533
  #: ../admin/like_buttons.php:839
534
  msgid ""
535
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -539,8 +546,8 @@ msgid ""
539
  "time."
540
  msgstr ""
541
 
542
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
543
- #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
544
  #: ../admin/like_buttons.php:840
545
  msgid ""
546
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -561,57 +568,48 @@ msgstr "Версія"
561
  msgid "by"
562
  msgstr "от"
563
 
564
- #: ../admin/help.php:7
565
- msgid ""
566
- "We are a creative team with unique ideas in mind and service in heart. We "
567
- "love what we do. For more info join us at"
568
- msgstr ""
569
- "Ми є творчий колектив з унікальними ідеями в голові і обслуговуванням в "
570
- "серце. Ми любимо те, що ми робимо. Для отримання додаткової інформації "
571
- "приєднайтеся до нас на"
572
-
573
- #: ../admin/help.php:19
574
  msgid "Donate Now"
575
  msgstr "Пожертвувати"
576
 
577
- #: ../admin/help.php:25
578
  msgid "Plugin Demo"
579
  msgstr "Демо плагіна"
580
 
581
- #: ../admin/help.php:31
582
  msgid "Translate Plugin"
583
  msgstr ""
584
 
585
- #: ../admin/help.php:37 ../admin/social_login.php:58
586
  #, fuzzy
587
  msgid "Customize Social Login Icons"
588
  msgstr "Параметри входу через соцмережі"
589
 
590
- #: ../admin/help.php:43
591
  msgid "Integrate with Google Analytics"
592
  msgstr "Интеграция с Google Analytics"
593
 
594
- #: ../admin/help.php:49
595
  msgid "Boost sharing by awarding points"
596
  msgstr "Збільште розшарювання, нагороджуючи очками"
597
 
598
- #: ../admin/help.php:55
599
  msgid "Award points for Social Login"
600
  msgstr "Преміальні очки якщо вхід через соцмережі"
601
 
602
- #: ../admin/help.php:61
603
  msgid "Other Add-ons"
604
  msgstr "Інші доповнення"
605
 
606
- #: ../admin/help.php:67
607
  msgid "Support Forum"
608
  msgstr "Форум підтримки"
609
 
610
- #: ../admin/help.php:72
611
  msgid "Need Help?"
612
  msgstr "Потрібна допомога?"
613
 
614
- #: ../admin/help.php:74
615
  msgid ""
616
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
617
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
@@ -624,22 +622,22 @@ msgstr ""
624
  "необхідно внести в плагін, напишіть нам на пошту <a href=\"mailto:"
625
  "support@heateor.com\"> support@heateor.com </a>"
626
 
627
- #: ../admin/help.php:79
628
  msgid "Testimonial"
629
  msgstr ""
630
 
631
- #: ../admin/help.php:81
632
  msgid ""
633
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
634
  "\">testimonials@heateor.com</a>"
635
  msgstr ""
636
 
637
- #: ../admin/help.php:86
638
  msgid "Support Us"
639
  msgstr "Підтримайте нас"
640
 
641
- #: ../admin/help.php:89 ../admin/help.php:92 ../admin/help.php:93
642
- #: ../admin/help.php:94 ../admin/help.php:95 ../admin/help.php:96
643
  msgid "Rate 5-star"
644
  msgstr "Оцінити 5-бальній шкалі"
645
 
@@ -681,9 +679,9 @@ msgstr "Різне"
681
  msgid "3rd Party Integration"
682
  msgstr "XProfile інтеграція"
683
 
684
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
685
- #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
686
- #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
687
  #: ../admin/like_buttons.php:797
688
  msgid "Shortcode & Widget"
689
  msgstr "Шорткод і віджет"
@@ -692,9 +690,9 @@ msgstr "Шорткод і віджет"
692
  msgid "Troubleshooter"
693
  msgstr "Усунення несправностей"
694
 
695
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
696
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
697
- #: ../admin/social_login.php:47 ../admin/social_login.php:1203
698
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
699
  msgid "FAQ"
700
  msgstr "Часті питання (FAQ)"
@@ -927,7 +925,7 @@ msgid "Url to share"
927
  msgstr "Посилання щоб Поділитися"
928
 
929
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
930
- #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
931
  #: ../inc/widget.php:929
932
  msgid "Title"
933
  msgstr "Заголовок"
@@ -1013,7 +1011,7 @@ msgid "Placement"
1013
  msgstr "Розміщення"
1014
 
1015
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1016
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
1017
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1018
  msgid "Homepage"
1019
  msgstr "Головна"
@@ -1201,17 +1199,27 @@ msgstr ""
1201
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
1202
 
1203
  #: ../admin/social_sharing.php:1525
 
 
 
 
 
 
 
 
 
 
1204
  msgid "Vertical floating bar responsiveness"
1205
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1206
 
1207
- #: ../admin/social_sharing.php:1528
1208
  #, php-format
1209
  msgid "Display vertical interface only when screen is wider than %s pixels"
1210
  msgstr ""
1211
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
1212
  "пікселів."
1213
 
1214
- #: ../admin/social_sharing.php:1535
1215
  msgid ""
1216
  "Display vertical interface only when screen is wider than the width "
1217
  "specified."
@@ -1219,11 +1227,11 @@ msgstr ""
1219
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
1220
  "ширина за замовчуванням."
1221
 
1222
- #: ../admin/social_sharing.php:1543
1223
  msgid "Horizontal floating bar responsiveness"
1224
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1225
 
1226
- #: ../admin/social_sharing.php:1546
1227
  #, php-format
1228
  msgid ""
1229
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1232,7 +1240,7 @@ msgstr ""
1232
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1233
  "вужче ніж% s пікселів"
1234
 
1235
- #: ../admin/social_sharing.php:1553
1236
  msgid ""
1237
  "Stick vertical floating interface horizontally at bottom only when screen is "
1238
  "narrower than the width specified"
@@ -1240,71 +1248,71 @@ msgstr ""
1240
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1241
  "вужче чим зазначена ширина"
1242
 
1243
- #: ../admin/social_sharing.php:1563
1244
  msgid "Horizontal floating bar position"
1245
  msgstr "Розташування горизонтальної плаваючої панелі"
1246
 
1247
- #: ../admin/social_sharing.php:1566
1248
  #, php-format
1249
  msgid "%s pixels from %s"
1250
  msgstr "%s пікселів від %s"
1251
 
1252
- #: ../admin/social_sharing.php:1567
1253
  msgid "Auto-adjust according to screen width (responsive)"
1254
  msgstr ""
1255
 
1256
- #: ../admin/social_sharing.php:1574
1257
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1258
  msgstr ""
1259
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
1260
  "негативним."
1261
 
1262
- #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1263
  msgid "Url shortener"
1264
  msgstr "Скорочення URL"
1265
 
1266
- #: ../admin/social_sharing.php:1600
1267
  msgid "Use shortlinks already installed"
1268
  msgstr "Використання коротких посилань вже встановлено"
1269
 
1270
- #: ../admin/social_sharing.php:1610
1271
  msgid "Uses default short url permalinks without using any additional plugin"
1272
  msgstr ""
1273
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1274
  "яких додаткових плагінів"
1275
 
1276
- #: ../admin/social_sharing.php:1618
1277
  msgid "Enable bit.ly url shortener for sharing"
1278
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1279
 
1280
- #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1281
  msgid "Master control to enable bit.ly url shortening for sharing"
1282
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1283
 
1284
- #: ../admin/social_sharing.php:1636
1285
  msgid "bit.ly Login"
1286
  msgstr "bit.ly Логін"
1287
 
1288
- #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1289
  #, fuzzy, php-format
1290
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1291
  msgstr ""
1292
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1293
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1294
 
1295
- #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1296
  msgid "bit.ly API Key"
1297
  msgstr "bit.ly ключ додатка"
1298
 
1299
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1300
  msgid "Clear Bitly Cache"
1301
  msgstr "Очистити Bitly кеш"
1302
 
1303
- #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1304
  msgid "ShortUrl cache cleared successfully."
1305
  msgstr "ShortUrl кеш успішно очищений."
1306
 
1307
- #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1308
  msgid ""
1309
  "Use this to delete short urls saved in database. Handy, if urls of your "
1310
  "website have been changed but short urls are still being generated for old "
@@ -1314,31 +1322,31 @@ msgstr ""
1314
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1315
  "адреси, як і раніше створюються для старих URL-адрес."
1316
 
1317
- #: ../admin/social_sharing.php:1694
1318
  msgid "Share Count Cache"
1319
  msgstr "Кеш лічильників Поділитися"
1320
 
1321
- #: ../admin/social_sharing.php:1700
1322
  msgid "Refresh Share Count cache every"
1323
  msgstr "Оновити кеш лічильників Поділитися"
1324
 
1325
- #: ../admin/social_sharing.php:1705
1326
  msgid "Second(s)"
1327
  msgstr "Секунд"
1328
 
1329
- #: ../admin/social_sharing.php:1706
1330
  msgid "Minute(s)"
1331
  msgstr "Хвилин"
1332
 
1333
- #: ../admin/social_sharing.php:1707
1334
  msgid "Hour(s)"
1335
  msgstr "Годин"
1336
 
1337
- #: ../admin/social_sharing.php:1708
1338
  msgid "Day(s)"
1339
  msgstr "Днів"
1340
 
1341
- #: ../admin/social_sharing.php:1716
1342
  #, fuzzy, php-format
1343
  msgid ""
1344
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1348,25 +1356,25 @@ msgstr ""
1348
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1349
  "включеними лічильниками Поділитися"
1350
 
1351
- #: ../admin/social_sharing.php:1724
1352
  msgid "Clear Share Counts Cache"
1353
  msgstr "Очистити кеш лічильників Поділитися"
1354
 
1355
- #: ../admin/social_sharing.php:1728
1356
  msgid "Share Counts cache cleared successfully."
1357
  msgstr "Кеш лічільників Поділитися успішно очищений."
1358
 
1359
- #: ../admin/social_sharing.php:1735
1360
  msgid "Use this to clear cached share counts"
1361
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1362
 
1363
- #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1364
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1365
  #: ../admin/like_buttons.php:698
1366
  msgid "Language"
1367
  msgstr "Мова"
1368
 
1369
- #: ../admin/social_sharing.php:1760
1370
  #, php-format
1371
  msgid ""
1372
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1378,15 +1386,15 @@ msgstr ""
1378
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1379
  "замовчуванням (Українська)."
1380
 
1381
- #: ../admin/social_sharing.php:1769
1382
  msgid "Username in sharing"
1383
  msgstr "Ім'я користувача щоб поділитися"
1384
 
1385
- #: ../admin/social_sharing.php:1775
1386
  msgid "Twitter username (without @)"
1387
  msgstr "Twitter ім'я користувача (без @)"
1388
 
1389
- #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1390
  msgid ""
1391
  "Provided username will be appended after the content being shared as \"via "
1392
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1395,35 +1403,35 @@ msgstr ""
1395
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1396
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1397
 
1398
- #: ../admin/social_sharing.php:1794
1399
  msgid "Buffer username (without @)"
1400
  msgstr "Ім'я користувача в Twitter (без @)"
1401
 
1402
- #: ../admin/social_sharing.php:1813
1403
  msgid "AMP"
1404
  msgstr "AMP"
1405
 
1406
- #: ../admin/social_sharing.php:1819
1407
  msgid "Enable sharing on AMP pages"
1408
  msgstr "Дозволити загальний доступ на сторінках AMP"
1409
 
1410
- #: ../admin/social_sharing.php:1829
1411
  msgid "Enable this option to render sharing icons on AMP pages"
1412
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1413
 
1414
- #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1415
  msgid "myCRED"
1416
  msgstr ""
1417
 
1418
- #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1419
  msgid "Append myCRED referral ID to the urls being shared"
1420
  msgstr ""
1421
 
1422
- #: ../admin/social_sharing.php:1887
1423
  msgid "Facebook Sharing Troubleshooter"
1424
  msgstr "Усунення несправностей Поділитися від Facebook"
1425
 
1426
- #: ../admin/social_sharing.php:1892
1427
  msgid ""
1428
  "If Facebook sharing is not working fine, click at the following link and "
1429
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1435,14 +1443,14 @@ msgstr ""
1435
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1436
  "\"Отримання інформації про нову поломки \"."
1437
 
1438
- #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1439
- #: ../admin/social_login.php:1205
1440
  msgid ""
1441
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1442
  "an online website for the plugin to function properly."
1443
  msgstr ""
1444
 
1445
- #: ../admin/social_sharing.php:1910
1446
  msgid ""
1447
  "Why is sharer not showing the correct image, title and other meta tags "
1448
  "content?"
@@ -1450,11 +1458,11 @@ msgstr ""
1450
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1451
  "дані контенту?"
1452
 
1453
- #: ../admin/social_sharing.php:1912
1454
  msgid "Why is Instagram icon redirecting to Instagram website?"
1455
  msgstr ""
1456
 
1457
- #: ../admin/social_sharing.php:1913
1458
  msgid ""
1459
  "Instagram icon is there to send website visitors to the Instagram page of "
1460
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1462,42 +1470,42 @@ msgid ""
1462
  "sections."
1463
  msgstr ""
1464
 
1465
- #: ../admin/social_sharing.php:1916
1466
  msgid ""
1467
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1468
  msgstr ""
1469
 
1470
- #: ../admin/social_sharing.php:1917
1471
  msgid ""
1472
  "It takes some time for their service to track the shares made on Twitter "
1473
  "from your website. If you still feel it's taking too long you can contact "
1474
  "their support directly from their website."
1475
  msgstr ""
1476
 
1477
- #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:814
1478
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1479
  msgstr ""
1480
 
1481
- #: ../admin/social_sharing.php:1920
1482
  msgid ""
1483
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1484
  msgstr ""
1485
 
1486
- #: ../admin/social_sharing.php:1921 ../admin/social_commenting.php:472
1487
- #: ../admin/social_login.php:1211
1488
  msgid "Why is my browser blocking some features of the plugin?"
1489
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1490
 
1491
- #: ../admin/social_sharing.php:1922
1492
  #, fuzzy
1493
  msgid "Why the color of share icons is not being updated?"
1494
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1495
 
1496
- #: ../admin/social_sharing.php:1923
1497
  msgid "Why Facebook share counts are not appearing?"
1498
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1499
 
1500
- #: ../admin/social_sharing.php:1924
1501
  msgid ""
1502
  "How can I show share counts of my website rather than of individual pages/"
1503
  "posts?"
@@ -1505,49 +1513,49 @@ msgstr ""
1505
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1506
  "постах?"
1507
 
1508
- #: ../admin/social_sharing.php:1925
1509
  msgid "How can I disable sharing on particular page/post?"
1510
  msgstr ""
1511
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1512
 
1513
- #: ../admin/social_sharing.php:1926
1514
  msgid "How can I specify minimum sharing count for sharing networks?"
1515
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1516
 
1517
- #: ../admin/social_sharing.php:1927
1518
  msgid "How to share specific page?"
1519
  msgstr "Як поділитися певною сторінкою?"
1520
 
1521
- #: ../admin/social_sharing.php:1928
1522
  msgid "How to integrate Google Analytics with sharing?"
1523
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1524
 
1525
- #: ../admin/social_sharing.php:1929
1526
  msgid "How to customize the look of total share counts?"
1527
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1528
 
1529
- #: ../admin/social_sharing.php:1930
1530
  msgid "How to customize the look of individual share counts?"
1531
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1532
 
1533
- #: ../admin/social_sharing.php:1931
1534
  msgid "How to show Whatsapp icon only on mobile devices?"
1535
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1536
 
1537
- #: ../admin/social_sharing.php:1932
1538
  msgid "How to hide arrow after floating sharing bar?"
1539
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1540
 
1541
- #: ../admin/social_sharing.php:1933
1542
  #, fuzzy
1543
  msgid "Why is share count not getting updated?"
1544
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1545
 
1546
- #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1547
  msgid "Why is there so much space between like buttons?"
1548
  msgstr "Чому існує так багато місця між кнопками?"
1549
 
1550
- #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1551
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1552
  msgstr ""
1553
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
@@ -1830,11 +1838,11 @@ msgstr "Основные настройки"
1830
  msgid "Advanced Configuration"
1831
  msgstr "Розширена конфігурація"
1832
 
1833
- #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1834
  msgid "GDPR"
1835
  msgstr ""
1836
 
1837
- #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1838
  msgid "XProfile Integration"
1839
  msgstr "XProfile інтеграція"
1840
 
@@ -1882,7 +1890,8 @@ msgid "LinkedIn"
1882
  msgstr "LinkedIn"
1883
 
1884
  #: ../admin/social_login.php:119
1885
- msgid "Google+"
 
1886
  msgstr "Google+"
1887
 
1888
  #: ../admin/social_login.php:123
@@ -2029,15 +2038,15 @@ msgstr ""
2029
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2030
 
2031
  #: ../admin/social_login.php:301
2032
- msgid "Google+ Client ID"
 
2033
  msgstr "Google+ ID клієнта"
2034
 
2035
  #: ../admin/social_login.php:311
2036
- #, php-format
2037
  msgid ""
2038
- "Required for GooglePlus Social Login to work. Please follow the "
2039
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2040
- "GooglePlus Client ID"
2041
  msgstr ""
2042
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2043
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
@@ -2053,15 +2062,14 @@ msgstr ""
2053
 
2054
  #: ../admin/social_login.php:323
2055
  #, fuzzy
2056
- msgid "Google+ Client Secret"
2057
  msgstr "Google+ ID клієнта"
2058
 
2059
  #: ../admin/social_login.php:333
2060
  #, fuzzy, php-format
2061
  msgid ""
2062
- "Required for GooglePlus Social Login to work. Please follow the "
2063
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
2064
- "GooglePlus Client Secret"
2065
  msgstr ""
2066
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2067
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
@@ -2198,39 +2206,49 @@ msgid "Text to display above the Social Login interface"
2198
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2199
 
2200
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
 
 
2201
  msgid "Enable at login page"
2202
  msgstr "Включити сторінку входу"
2203
 
2204
- #: ../admin/social_login.php:561
2205
  msgid ""
2206
  "Social Login interface will get enabled at the login page of your website"
2207
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2208
 
2209
- #: ../admin/social_login.php:569
2210
  msgid "Enable at register page"
2211
  msgstr "Включити на сторінці реєстрації"
2212
 
2213
- #: ../admin/social_login.php:579
2214
  msgid ""
2215
  "Social Login interface will get enabled at the registration page of your "
2216
  "website"
2217
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2218
 
2219
- #: ../admin/social_login.php:587
2220
  msgid "Enable at comment form"
2221
  msgstr "Включити в формі коментування"
2222
 
2223
- #: ../admin/social_login.php:597
2224
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2225
  msgstr ""
2226
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2227
  "Wordpress"
2228
 
2229
- #: ../admin/social_login.php:612
2230
  msgid "Enable before WooCommerce Customer Login Form"
2231
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2232
 
2233
- #: ../admin/social_login.php:622
2234
  msgid ""
2235
  "Social Login Interface will get enabled before the customer login form at "
2236
  "WooCommerce My Account page"
@@ -2238,35 +2256,51 @@ msgstr ""
2238
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2239
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2240
 
2241
- #: ../admin/social_login.php:630
2242
- msgid "Enable after WooCommerce Customer Login Form"
 
2243
  msgstr "Включити після форми входу клієнта WooCommerce"
2244
 
2245
- #: ../admin/social_login.php:640
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2246
  msgid ""
2247
- "Social Login Interface will get enabled after the customer login form at "
2248
  "WooCommerce My Account page"
2249
  msgstr ""
2250
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2251
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2252
 
2253
- #: ../admin/social_login.php:648
2254
  msgid "Enable at WooCommerce checkout page"
2255
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2256
 
2257
- #: ../admin/social_login.php:658
2258
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2259
  msgstr ""
2260
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2261
  "замовлення в WooCommerce"
2262
 
2263
- #: ../admin/social_login.php:669
2264
  msgid "Auto-approve comments made by Social Login users"
2265
  msgstr ""
2266
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2267
  "соцмережі"
2268
 
2269
- #: ../admin/social_login.php:679
2270
  msgid ""
2271
  "If this option is enabled, and WordPress comment is made by Social Login "
2272
  "user, comment will get approved immediately without keeping in moderation."
@@ -2275,15 +2309,15 @@ msgstr ""
2275
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2276
  "відразу без модерації."
2277
 
2278
- #: ../admin/social_login.php:680
2279
  msgid "Note: This is not related to Facebook comments"
2280
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2281
 
2282
- #: ../admin/social_login.php:690
2283
  msgid "Enable social avatar"
2284
  msgstr "Включення соціальних аватар"
2285
 
2286
- #: ../admin/social_login.php:700
2287
  msgid ""
2288
  "Social profile pictures of the logged in user will be displayed as profile "
2289
  "avatar"
@@ -2291,30 +2325,30 @@ msgstr ""
2291
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2292
  "профілю на сайті"
2293
 
2294
- #: ../admin/social_login.php:710
2295
  msgid "Avatar quality"
2296
  msgstr "Якість аватарки"
2297
 
2298
- #: ../admin/social_login.php:713
2299
  msgid "Average"
2300
  msgstr "Середнє"
2301
 
2302
- #: ../admin/social_login.php:714
2303
  msgid "Best"
2304
  msgstr "Кращий"
2305
 
2306
- #: ../admin/social_login.php:721
2307
  msgid "Choose avatar quality"
2308
  msgstr "Виберіть якість аватара"
2309
 
2310
- #: ../admin/social_login.php:730
2311
  msgid ""
2312
  "Show option for users to update social avatar at BuddyPress profile page"
2313
  msgstr ""
2314
  "Показати варіант для користувачів для оновлення соціального аватара на "
2315
  "сторінці профілю BuddyPress"
2316
 
2317
- #: ../admin/social_login.php:740
2318
  msgid ""
2319
  "If enabled, users would be able to update their social avatar from \"Profile "
2320
  "photo\" section in BuddyPress profile at front-end"
@@ -2322,7 +2356,7 @@ msgstr ""
2322
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2323
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2324
 
2325
- #: ../admin/social_login.php:761
2326
  msgid ""
2327
  "If enabled and Social ID provider does not provide user's email address on "
2328
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2332,13 +2366,13 @@ msgstr ""
2332
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2333
  "пошта буде створена за зразком."
2334
 
2335
- #: ../admin/social_login.php:770
2336
  msgid "Send post-registration email to user to set account password"
2337
  msgstr ""
2338
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2339
  "встановити пароль облікового запису"
2340
 
2341
- #: ../admin/social_login.php:780
2342
  msgid ""
2343
  "If enabled, an email will be sent to user after registration through Social "
2344
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2348,13 +2382,13 @@ msgstr ""
2348
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2349
  "стандартну форму авторизації"
2350
 
2351
- #: ../admin/social_login.php:788
2352
  msgid "Send new user registration notification email to admin"
2353
  msgstr ""
2354
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2355
  "пошті адміністратору"
2356
 
2357
- #: ../admin/social_login.php:798
2358
  msgid ""
2359
  "If enabled, an email will be sent to admin after new user registers through "
2360
  "Social Login, notifying admin about the new user registration"
@@ -2362,41 +2396,41 @@ msgstr ""
2362
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2363
  "реєстрацію нового користувача через соцмережі."
2364
 
2365
- #: ../admin/social_login.php:806
2366
  msgid "Login redirection"
2367
  msgstr "Перенаправлення входу"
2368
 
2369
- #: ../admin/social_login.php:810
2370
  msgid "Same page where user logged in"
2371
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2372
 
2373
- #: ../admin/social_login.php:814 ../admin/social_login.php:844
2374
  msgid "Account dashboard"
2375
  msgstr "Сторінка управління аккаунтом"
2376
 
2377
- #: ../admin/social_login.php:817 ../admin/social_login.php:847
2378
  msgid "BuddyPress profile page"
2379
  msgstr "Сторінка профілю BuddyPress"
2380
 
2381
- #: ../admin/social_login.php:820 ../admin/social_login.php:850
2382
  msgid "Custom Url"
2383
  msgstr "Користувацьке посилання"
2384
 
2385
- #: ../admin/social_login.php:828
2386
  msgid "User will be redirected to the selected page after Social Login"
2387
  msgstr ""
2388
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2389
  "соцмережі"
2390
 
2391
- #: ../admin/social_login.php:836
2392
  msgid "Registration redirection"
2393
  msgstr "Перенаправлення реєстрації"
2394
 
2395
- #: ../admin/social_login.php:840
2396
  msgid "Same page from where user registered"
2397
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2398
 
2399
- #: ../admin/social_login.php:858
2400
  msgid ""
2401
  "User will be redirected to the selected page after registration (first "
2402
  "Social Login) through Social Login"
@@ -2404,23 +2438,23 @@ msgstr ""
2404
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2405
  "вхід чере соцмережі) через соцмережі"
2406
 
2407
- #: ../admin/social_login.php:867
2408
  #, fuzzy
2409
  msgid "Social Account Linking Options"
2410
  msgstr "Посилання на соціальний аккаунт"
2411
 
2412
- #: ../admin/social_login.php:883
2413
  #, fuzzy
2414
  msgid "Text to display above the Social Account Linking interface"
2415
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2416
 
2417
- #: ../admin/social_login.php:891
2418
  msgid ""
2419
  "Link social account to already existing account, if email address matches"
2420
  msgstr ""
2421
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2422
 
2423
- #: ../admin/social_login.php:901
2424
  #, fuzzy
2425
  msgid ""
2426
  "If email address of the user's Social Account matches with an already "
@@ -2433,11 +2467,11 @@ msgstr ""
2433
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2434
  "профілю."
2435
 
2436
- #: ../admin/social_login.php:910
2437
  msgid "Enable social account linking at BuddyPress profile page"
2438
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2439
 
2440
- #: ../admin/social_login.php:920
2441
  msgid ""
2442
  "Enable this option to show social account linking interface at BuddyPress "
2443
  "profile page"
@@ -2445,15 +2479,15 @@ msgstr ""
2445
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2446
  "BuddyPress"
2447
 
2448
- #: ../admin/social_login.php:931
2449
  msgid "Email popup options"
2450
  msgstr "Параметри спливаючій електронної пошти"
2451
 
2452
- #: ../admin/social_login.php:937
2453
  msgid "Text on 'Email required' popup"
2454
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2455
 
2456
- #: ../admin/social_login.php:947
2457
  msgid ""
2458
  "This text will be displayed on email required popup. Leave empty if not "
2459
  "required."
@@ -2461,11 +2495,11 @@ msgstr ""
2461
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2462
  "поле порожнім якщо не потрібно."
2463
 
2464
- #: ../admin/social_login.php:956
2465
  msgid "Error message for 'Email required' popup"
2466
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2467
 
2468
- #: ../admin/social_login.php:966
2469
  msgid ""
2470
  "This message will be displayed to user if it provides invalid or already "
2471
  "registered email"
@@ -2473,11 +2507,11 @@ msgstr ""
2473
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2474
  "раніше запроваджену пошту"
2475
 
2476
- #: ../admin/social_login.php:975
2477
  msgid "Email popup height"
2478
  msgstr "Висота спливаючого вікна"
2479
 
2480
- #: ../admin/social_login.php:985
2481
  msgid ""
2482
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2483
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2487,11 +2521,11 @@ msgstr ""
2487
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2488
  "базового значення."
2489
 
2490
- #: ../admin/social_login.php:993
2491
  msgid "Enable email verification"
2492
  msgstr "Включити перевірку електронної пошти"
2493
 
2494
- #: ../admin/social_login.php:1003
2495
  msgid ""
2496
  "If enabled, email provided by the user will be verified by sending a "
2497
  "confirmation link to that email. User would not be able to login without "
@@ -2500,87 +2534,91 @@ msgstr ""
2500
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2501
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2502
 
2503
- #: ../admin/social_login.php:1024
2504
  #, fuzzy
2505
  msgid "Enable GDPR opt-in"
2506
  msgstr "Активувати коментування через Disqus"
2507
 
2508
- #: ../admin/social_login.php:1034
2509
  msgid ""
2510
  "Enable it to show GDPR opt-in for social login and social account linking"
2511
  msgstr ""
2512
 
2513
- #: ../admin/social_login.php:1043
2514
  #, fuzzy
2515
  msgid "Placement of GDPR opt-in"
2516
  msgstr "Активувати коментування через Disqus"
2517
 
2518
- #: ../admin/social_login.php:1047
2519
  #, fuzzy
2520
  msgid "Above Social Login icons"
2521
  msgstr "Параметри входу через соцмережі"
2522
 
2523
- #: ../admin/social_login.php:1049
2524
  #, fuzzy
2525
  msgid "Below Social Login icons"
2526
  msgstr "Параметри входу через соцмережі"
2527
 
2528
- #: ../admin/social_login.php:1055
2529
  #, fuzzy
2530
  msgid "Placement of GDPR opt-in above or below the social login icons"
2531
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2532
 
2533
- #: ../admin/social_login.php:1063
2534
  msgid "Opt-in text"
2535
  msgstr ""
2536
 
2537
- #: ../admin/social_login.php:1073
2538
  #, fuzzy
2539
  msgid "Text for the GDPR opt-in"
2540
  msgstr "Активувати коментування через Disqus"
2541
 
2542
- #: ../admin/social_login.php:1081
2543
  msgid "Text to link to Privacy Policy page"
2544
  msgstr ""
2545
 
2546
- #: ../admin/social_login.php:1091
2547
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2548
  msgstr ""
2549
 
2550
- #: ../admin/social_login.php:1099
2551
  msgid "Privacy Policy Url"
2552
  msgstr ""
2553
 
2554
- #: ../admin/social_login.php:1109
2555
  #, fuzzy
2556
  msgid "Url of the privacy policy page of your website"
2557
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2558
 
2559
- #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2560
  #: ../inc/widget.php:586 ../inc/widget.php:734
2561
  msgid "Select"
2562
  msgstr "Вибір"
2563
 
2564
- #: ../admin/social_login.php:1191
2565
  msgid "Social Login Shortcode & Widget"
2566
  msgstr "Шорткод і віджет для входу через соцмережі"
2567
 
2568
- #: ../admin/social_login.php:1192
2569
  msgid "Social Linking Shortcode"
2570
  msgstr "Шорткод соціальних посилань"
2571
 
2572
- #: ../admin/social_login.php:1207
2573
  #, fuzzy
2574
  msgid "Why is social login not working?"
2575
  msgstr "Чому Facebook Логін не працює?"
2576
 
2577
- #: ../admin/social_login.php:1208
2578
  msgid ""
2579
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2580
  "belong to the same app"
2581
  msgstr ""
2582
 
2583
- #: ../admin/social_login.php:1210
 
 
 
 
2584
  msgid ""
2585
  "Why the user is not appearing logged in even after Social Login until the "
2586
  "webpage is refreshed manually?"
@@ -2791,11 +2829,11 @@ msgstr ""
2791
  msgid "Like Buttons Shortcode & Widget"
2792
  msgstr "Шорткод і віджет Подобається"
2793
 
2794
- #: ../inc/shortcode.php:197 ../inc/widget.php:47
2795
  msgid "Log Out"
2796
  msgstr "Вихід"
2797
 
2798
- #: ../inc/shortcode.php:295
2799
  msgid ""
2800
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2801
  "Socializer > Social Login\" page in admin panel"
@@ -2813,35 +2851,35 @@ msgstr "Шукати"
2813
  msgid "Archives"
2814
  msgstr "Архіви "
2815
 
2816
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2817
  msgid "Invalid request"
2818
  msgstr "Невірний Запит!"
2819
 
2820
- #: ../inc/social_sharing.php:870
2821
  msgid "Providers not selected"
2822
  msgstr "Сервіси не вибрані"
2823
 
2824
- #: ../inc/social_login.php:721
2825
  msgid "Email"
2826
  msgstr "Email"
2827
 
2828
- #: ../inc/social_login.php:722
2829
  msgid "Confirm email"
2830
  msgstr "Підтвердити e-mail"
2831
 
2832
- #: ../inc/social_login.php:724
2833
  msgid "Save"
2834
  msgstr "Зберегти"
2835
 
2836
- #: ../inc/social_login.php:725
2837
  msgid "Cancel"
2838
  msgstr "Скасувати"
2839
 
2840
- #: ../inc/social_login.php:799
2841
  msgid "Email Verification"
2842
  msgstr "Підтвердження адреси електронної пошти"
2843
 
2844
- #: ../inc/social_login.php:801
2845
  msgid ""
2846
  "Please click on the following link or paste it in browser to verify your "
2847
  "email"
@@ -2854,9 +2892,10 @@ msgid "Super Socializer - Login"
2854
  msgstr "Super Socializer - Вхід"
2855
 
2856
  #: ../inc/widget.php:13
 
2857
  msgid ""
2858
  "Let your website users login/register using their favorite Social ID "
2859
- "Provider, such as Facebook, Twitter, Google+, LinkedIn"
2860
  msgstr ""
2861
  "Дайте можливість користувачам з вашого сайту увійти / зареєструватися "
2862
  "використовуючи їх улюблені соціальні сервіси, так як Facebook, Twitter, "
@@ -3115,6 +3154,14 @@ msgstr ""
3115
  msgid "RSS Feed URL:"
3116
  msgstr ""
3117
 
 
 
 
 
 
 
 
 
3118
  #~ msgid ""
3119
  #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3120
  #~ "share counts"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-02-23 08:37+0530\n"
6
+ "PO-Revision-Date: 2019-02-23 08:37+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
86
  msgid "Notification"
87
  msgstr "Повідомлення"
88
 
89
+ #: ../super_socializer.php:902 ../admin/social_login.php:787
90
  msgid "Email required"
91
  msgstr "Електронна адреса (обо'язково)"
92
 
115
  msgid "Link copied."
116
  msgstr "LinkedIn"
117
 
118
+ #: ../super_socializer.php:1243
119
  msgid "Super Socializer - General Options"
120
  msgstr "Super Socializer - Загальні Параметри"
121
 
122
+ #: ../super_socializer.php:1243 ../admin/general_options.php:15
123
  #: ../admin/social_commenting.php:47
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
+ #: ../super_socializer.php:1311 ../helper.php:898
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
131
+ #: ../super_socializer.php:1314
132
  msgid "Small Avatar Url"
133
  msgstr "Посилання для маленького аватара"
134
 
135
+ #: ../super_socializer.php:1318
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
+ #: ../super_socializer.php:1322 ../helper.php:901
140
  msgid ""
141
  "Do not fetch and update social avatar from my profile, next time I Social "
142
  "Login"
144
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
145
  "раз коли я використовую вхід через соцмережі"
146
 
147
+ #: ../super_socializer.php:1326 ../helper.php:902
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
151
  "соцмережі"
152
 
153
+ #: ../super_socializer.php:1399 ../super_socializer.php:2051
154
  msgid ""
155
  "Your browser is blocking some features of this website. Please follow the "
156
  "instructions at {support_url} to unblock these."
158
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
159
  "інструкцій в {support_url}, щоб розблокувати функції."
160
 
161
+ #: ../super_socializer.php:1405
162
  msgid "Login with your Social ID"
163
  msgstr "Увійти через соціальний аккаунт"
164
 
165
+ #: ../super_socializer.php:1406
166
  msgid "Email you entered is already registered or invalid"
167
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
168
 
169
+ #: ../super_socializer.php:1411
170
  msgid "Please enter a valid email address. You might be required to verify it"
171
  msgstr ""
172
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
173
  "потрібно перевірити його"
174
 
175
+ #: ../super_socializer.php:1415 ../super_socializer.php:1975
176
  msgid "Link your social account to login to your account at this website"
177
  msgstr ""
178
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
179
  "запис на цьому сайті"
180
 
181
+ #: ../super_socializer.php:1642
182
+ #, php-format
183
+ msgid ""
184
+ "Thanks for installing Super Socializer plugin. Click <a href=\"%s\" target="
185
+ "\"_blank\">here</a> for the steps on how to configure the plugin"
186
+ msgstr ""
187
+
188
+ #: ../super_socializer.php:1652
189
  msgid ""
190
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
191
  "current version of Super Socialzer"
192
  msgstr ""
193
 
194
+ #: ../super_socializer.php:1661
195
  msgid ""
196
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
197
  "version of Super Socialzer"
198
  msgstr ""
199
 
200
+ #: ../super_socializer.php:1670
201
  msgid ""
202
  "Update \"Social Login Buttons\" add-on for compatibility with current "
203
  "version of Super Socialzer"
204
  msgstr ""
205
 
206
+ #: ../super_socializer.php:1679
207
  msgid ""
208
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
209
  "with current version of Super Socialzer"
210
  msgstr ""
211
 
212
+ #: ../super_socializer.php:1688
213
  msgid ""
214
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
215
  "with current version of Super Socialzer"
216
  msgstr ""
217
 
218
+ #: ../super_socializer.php:1695
219
  msgid ""
220
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
221
  "LiveJournal Login of Super Socialzer"
222
  msgstr ""
223
 
224
+ #: ../super_socializer.php:1706
225
  #, php-format
226
  msgid ""
227
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
228
  msgstr ""
229
 
230
+ #: ../super_socializer.php:1722
231
  #, php-format
232
  msgid ""
233
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
234
  msgstr ""
235
 
236
+ #: ../super_socializer.php:1746
237
  #, php-format
238
  msgid ""
239
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
241
  "target=\"_blank\">here</a>"
242
  msgstr ""
243
 
244
+ #: ../super_socializer.php:1746 ../super_socializer.php:1771
245
+ #: ../super_socializer.php:1796 ../super_socializer.php:1821
246
+ #: ../super_socializer.php:1854 ../super_socializer.php:1882
247
+ #: ../super_socializer.php:1909 ../super_socializer.php:1933
248
  msgid "Okay"
249
  msgstr "Гаразд."
250
 
251
+ #: ../super_socializer.php:1771
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
256
  "\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:1796
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
264
  "target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1821
268
  #, php-format
269
  msgid ""
270
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
272
  "target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
+ #: ../super_socializer.php:1832
276
  #, php-format
277
  msgid ""
278
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1854
282
  #, php-format
283
  msgid ""
284
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
286
  "\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1882
290
  #, php-format
291
  msgid ""
292
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
295
  "your website %s with them. No need to copy-paste any code from their website."
296
  msgstr ""
297
 
298
+ #: ../super_socializer.php:1909
299
  #, php-format
300
  msgid ""
301
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
303
  "\"%s\" target=\"_blank\">here</a>"
304
  msgstr ""
305
 
306
+ #: ../super_socializer.php:1933
307
  #, php-format
308
  msgid ""
309
  "Your website visitors will see a popup notification (only once) if their "
412
  msgstr "Великий аватар"
413
 
414
  #: ../helper.php:913 ../admin/general_options.php:132
415
+ #: ../admin/social_sharing.php:1964 ../admin/social_commenting.php:483
416
+ #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
417
  msgid "Save Changes"
418
  msgstr "Зберегти налаштування"
419
 
435
  msgstr ""
436
 
437
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
438
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1968
439
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
440
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1263
441
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
442
  #, fuzzy, php-format
443
  msgid ""
519
  msgstr ""
520
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
521
 
522
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1974
523
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1269
524
  #: ../admin/like_buttons.php:836
525
  #, fuzzy
526
  msgid "Instagram Shoutout"
527
  msgstr "Instagram"
528
 
529
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1976
530
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1271
531
  #: ../admin/like_buttons.php:838
532
  msgid ""
533
  "If you can send (to hello@heateor.com) how our plugin is helping your "
535
  "hashtags and people to mention in the Instagram post."
536
  msgstr ""
537
 
538
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1977
539
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1272
540
  #: ../admin/like_buttons.php:839
541
  msgid ""
542
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
546
  "time."
547
  msgstr ""
548
 
549
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1978
550
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1273
551
  #: ../admin/like_buttons.php:840
552
  msgid ""
553
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
568
  msgid "by"
569
  msgstr "от"
570
 
571
+ #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
572
  msgid "Donate Now"
573
  msgstr "Пожертвувати"
574
 
575
+ #: ../admin/help.php:24
576
  msgid "Plugin Demo"
577
  msgstr "Демо плагіна"
578
 
579
+ #: ../admin/help.php:30
580
  msgid "Translate Plugin"
581
  msgstr ""
582
 
583
+ #: ../admin/help.php:36 ../admin/social_login.php:58
584
  #, fuzzy
585
  msgid "Customize Social Login Icons"
586
  msgstr "Параметри входу через соцмережі"
587
 
588
+ #: ../admin/help.php:42
589
  msgid "Integrate with Google Analytics"
590
  msgstr "Интеграция с Google Analytics"
591
 
592
+ #: ../admin/help.php:48
593
  msgid "Boost sharing by awarding points"
594
  msgstr "Збільште розшарювання, нагороджуючи очками"
595
 
596
+ #: ../admin/help.php:54
597
  msgid "Award points for Social Login"
598
  msgstr "Преміальні очки якщо вхід через соцмережі"
599
 
600
+ #: ../admin/help.php:60
601
  msgid "Other Add-ons"
602
  msgstr "Інші доповнення"
603
 
604
+ #: ../admin/help.php:66
605
  msgid "Support Forum"
606
  msgstr "Форум підтримки"
607
 
608
+ #: ../admin/help.php:71
609
  msgid "Need Help?"
610
  msgstr "Потрібна допомога?"
611
 
612
+ #: ../admin/help.php:73
613
  msgid ""
614
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
615
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
622
  "необхідно внести в плагін, напишіть нам на пошту <a href=\"mailto:"
623
  "support@heateor.com\"> support@heateor.com </a>"
624
 
625
+ #: ../admin/help.php:78
626
  msgid "Testimonial"
627
  msgstr ""
628
 
629
+ #: ../admin/help.php:80
630
  msgid ""
631
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
632
  "\">testimonials@heateor.com</a>"
633
  msgstr ""
634
 
635
+ #: ../admin/help.php:85
636
  msgid "Support Us"
637
  msgstr "Підтримайте нас"
638
 
639
+ #: ../admin/help.php:88 ../admin/help.php:91 ../admin/help.php:92
640
+ #: ../admin/help.php:93 ../admin/help.php:94 ../admin/help.php:95
641
  msgid "Rate 5-star"
642
  msgstr "Оцінити 5-бальній шкалі"
643
 
679
  msgid "3rd Party Integration"
680
  msgstr "XProfile інтеграція"
681
 
682
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
683
+ #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
684
+ #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
685
  #: ../admin/like_buttons.php:797
686
  msgid "Shortcode & Widget"
687
  msgstr "Шорткод і віджет"
690
  msgid "Troubleshooter"
691
  msgstr "Усунення несправностей"
692
 
693
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
694
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
695
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1239
696
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
697
  msgid "FAQ"
698
  msgstr "Часті питання (FAQ)"
925
  msgstr "Посилання щоб Поділитися"
926
 
927
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
928
+ #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
929
  #: ../inc/widget.php:929
930
  msgid "Title"
931
  msgstr "Заголовок"
1011
  msgstr "Розміщення"
1012
 
1013
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1014
+ #: ../admin/social_login.php:848 ../admin/social_login.php:878
1015
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1016
  msgid "Homepage"
1017
  msgstr "Головна"
1199
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
1200
 
1201
  #: ../admin/social_sharing.php:1525
1202
+ #, fuzzy
1203
+ msgid "Hide floating slider"
1204
+ msgstr "Закрити для зареєстрованих користувачів"
1205
+
1206
+ #: ../admin/social_sharing.php:1535
1207
+ #, fuzzy
1208
+ msgid "Hides the slider arrow present below the floating share bar"
1209
+ msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1210
+
1211
+ #: ../admin/social_sharing.php:1543
1212
  msgid "Vertical floating bar responsiveness"
1213
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1214
 
1215
+ #: ../admin/social_sharing.php:1546
1216
  #, php-format
1217
  msgid "Display vertical interface only when screen is wider than %s pixels"
1218
  msgstr ""
1219
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
1220
  "пікселів."
1221
 
1222
+ #: ../admin/social_sharing.php:1553
1223
  msgid ""
1224
  "Display vertical interface only when screen is wider than the width "
1225
  "specified."
1227
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
1228
  "ширина за замовчуванням."
1229
 
1230
+ #: ../admin/social_sharing.php:1561
1231
  msgid "Horizontal floating bar responsiveness"
1232
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1233
 
1234
+ #: ../admin/social_sharing.php:1564
1235
  #, php-format
1236
  msgid ""
1237
  "Stick vertical floating interface horizontally at bottom only when screen is "
1240
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1241
  "вужче ніж% s пікселів"
1242
 
1243
+ #: ../admin/social_sharing.php:1571
1244
  msgid ""
1245
  "Stick vertical floating interface horizontally at bottom only when screen is "
1246
  "narrower than the width specified"
1248
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1249
  "вужче чим зазначена ширина"
1250
 
1251
+ #: ../admin/social_sharing.php:1581
1252
  msgid "Horizontal floating bar position"
1253
  msgstr "Розташування горизонтальної плаваючої панелі"
1254
 
1255
+ #: ../admin/social_sharing.php:1584
1256
  #, php-format
1257
  msgid "%s pixels from %s"
1258
  msgstr "%s пікселів від %s"
1259
 
1260
+ #: ../admin/social_sharing.php:1585
1261
  msgid "Auto-adjust according to screen width (responsive)"
1262
  msgstr ""
1263
 
1264
+ #: ../admin/social_sharing.php:1592
1265
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1266
  msgstr ""
1267
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
1268
  "негативним."
1269
 
1270
+ #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1271
  msgid "Url shortener"
1272
  msgstr "Скорочення URL"
1273
 
1274
+ #: ../admin/social_sharing.php:1618
1275
  msgid "Use shortlinks already installed"
1276
  msgstr "Використання коротких посилань вже встановлено"
1277
 
1278
+ #: ../admin/social_sharing.php:1628
1279
  msgid "Uses default short url permalinks without using any additional plugin"
1280
  msgstr ""
1281
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1282
  "яких додаткових плагінів"
1283
 
1284
+ #: ../admin/social_sharing.php:1636
1285
  msgid "Enable bit.ly url shortener for sharing"
1286
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1287
 
1288
+ #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1289
  msgid "Master control to enable bit.ly url shortening for sharing"
1290
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1291
 
1292
+ #: ../admin/social_sharing.php:1654
1293
  msgid "bit.ly Login"
1294
  msgstr "bit.ly Логін"
1295
 
1296
+ #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1297
  #, fuzzy, php-format
1298
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1299
  msgstr ""
1300
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1301
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1302
 
1303
+ #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1304
  msgid "bit.ly API Key"
1305
  msgstr "bit.ly ключ додатка"
1306
 
1307
+ #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1308
  msgid "Clear Bitly Cache"
1309
  msgstr "Очистити Bitly кеш"
1310
 
1311
+ #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1312
  msgid "ShortUrl cache cleared successfully."
1313
  msgstr "ShortUrl кеш успішно очищений."
1314
 
1315
+ #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1316
  msgid ""
1317
  "Use this to delete short urls saved in database. Handy, if urls of your "
1318
  "website have been changed but short urls are still being generated for old "
1322
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1323
  "адреси, як і раніше створюються для старих URL-адрес."
1324
 
1325
+ #: ../admin/social_sharing.php:1712
1326
  msgid "Share Count Cache"
1327
  msgstr "Кеш лічильників Поділитися"
1328
 
1329
+ #: ../admin/social_sharing.php:1718
1330
  msgid "Refresh Share Count cache every"
1331
  msgstr "Оновити кеш лічильників Поділитися"
1332
 
1333
+ #: ../admin/social_sharing.php:1723
1334
  msgid "Second(s)"
1335
  msgstr "Секунд"
1336
 
1337
+ #: ../admin/social_sharing.php:1724
1338
  msgid "Minute(s)"
1339
  msgstr "Хвилин"
1340
 
1341
+ #: ../admin/social_sharing.php:1725
1342
  msgid "Hour(s)"
1343
  msgstr "Годин"
1344
 
1345
+ #: ../admin/social_sharing.php:1726
1346
  msgid "Day(s)"
1347
  msgstr "Днів"
1348
 
1349
+ #: ../admin/social_sharing.php:1734
1350
  #, fuzzy, php-format
1351
  msgid ""
1352
  "Frequent cache refreshing results in slower loading of pages with share "
1356
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1357
  "включеними лічильниками Поділитися"
1358
 
1359
+ #: ../admin/social_sharing.php:1742
1360
  msgid "Clear Share Counts Cache"
1361
  msgstr "Очистити кеш лічильників Поділитися"
1362
 
1363
+ #: ../admin/social_sharing.php:1746
1364
  msgid "Share Counts cache cleared successfully."
1365
  msgstr "Кеш лічільників Поділитися успішно очищений."
1366
 
1367
+ #: ../admin/social_sharing.php:1753
1368
  msgid "Use this to clear cached share counts"
1369
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1370
 
1371
+ #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1372
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1373
  #: ../admin/like_buttons.php:698
1374
  msgid "Language"
1375
  msgstr "Мова"
1376
 
1377
+ #: ../admin/social_sharing.php:1778
1378
  #, php-format
1379
  msgid ""
1380
  "Enter the code of the language you want to use for like buttons. You can "
1386
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1387
  "замовчуванням (Українська)."
1388
 
1389
+ #: ../admin/social_sharing.php:1787
1390
  msgid "Username in sharing"
1391
  msgstr "Ім'я користувача щоб поділитися"
1392
 
1393
+ #: ../admin/social_sharing.php:1793
1394
  msgid "Twitter username (without @)"
1395
  msgstr "Twitter ім'я користувача (без @)"
1396
 
1397
+ #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1398
  msgid ""
1399
  "Provided username will be appended after the content being shared as \"via "
1400
  "@USERNAME\". Leave empty if you do not want any username in the content "
1403
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1404
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1405
 
1406
+ #: ../admin/social_sharing.php:1812
1407
  msgid "Buffer username (without @)"
1408
  msgstr "Ім'я користувача в Twitter (без @)"
1409
 
1410
+ #: ../admin/social_sharing.php:1831
1411
  msgid "AMP"
1412
  msgstr "AMP"
1413
 
1414
+ #: ../admin/social_sharing.php:1837
1415
  msgid "Enable sharing on AMP pages"
1416
  msgstr "Дозволити загальний доступ на сторінках AMP"
1417
 
1418
+ #: ../admin/social_sharing.php:1847
1419
  msgid "Enable this option to render sharing icons on AMP pages"
1420
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1421
 
1422
+ #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1423
  msgid "myCRED"
1424
  msgstr ""
1425
 
1426
+ #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1427
  msgid "Append myCRED referral ID to the urls being shared"
1428
  msgstr ""
1429
 
1430
+ #: ../admin/social_sharing.php:1905
1431
  msgid "Facebook Sharing Troubleshooter"
1432
  msgstr "Усунення несправностей Поділитися від Facebook"
1433
 
1434
+ #: ../admin/social_sharing.php:1910
1435
  msgid ""
1436
  "If Facebook sharing is not working fine, click at the following link and "
1437
  "enter the problematic url (where Facebook sharing is not working properly) "
1443
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1444
  "\"Отримання інформації про нову поломки \"."
1445
 
1446
+ #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:469
1447
+ #: ../admin/social_login.php:1241
1448
  msgid ""
1449
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1450
  "an online website for the plugin to function properly."
1451
  msgstr ""
1452
 
1453
+ #: ../admin/social_sharing.php:1928
1454
  msgid ""
1455
  "Why is sharer not showing the correct image, title and other meta tags "
1456
  "content?"
1458
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1459
  "дані контенту?"
1460
 
1461
+ #: ../admin/social_sharing.php:1930
1462
  msgid "Why is Instagram icon redirecting to Instagram website?"
1463
  msgstr ""
1464
 
1465
+ #: ../admin/social_sharing.php:1931
1466
  msgid ""
1467
  "Instagram icon is there to send website visitors to the Instagram page of "
1468
  "your choice. You can save the desired Instagram handle in \"Instagram "
1470
  "sections."
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1934
1474
  msgid ""
1475
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1476
  msgstr ""
1477
 
1478
+ #: ../admin/social_sharing.php:1935
1479
  msgid ""
1480
  "It takes some time for their service to track the shares made on Twitter "
1481
  "from your website. If you still feel it's taking too long you can contact "
1482
  "their support directly from their website."
1483
  msgstr ""
1484
 
1485
+ #: ../admin/social_sharing.php:1937 ../admin/like_buttons.php:814
1486
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1487
  msgstr ""
1488
 
1489
+ #: ../admin/social_sharing.php:1938
1490
  msgid ""
1491
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1492
  msgstr ""
1493
 
1494
+ #: ../admin/social_sharing.php:1939 ../admin/social_commenting.php:472
1495
+ #: ../admin/social_login.php:1248
1496
  msgid "Why is my browser blocking some features of the plugin?"
1497
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1498
 
1499
+ #: ../admin/social_sharing.php:1940
1500
  #, fuzzy
1501
  msgid "Why the color of share icons is not being updated?"
1502
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1503
 
1504
+ #: ../admin/social_sharing.php:1941
1505
  msgid "Why Facebook share counts are not appearing?"
1506
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1507
 
1508
+ #: ../admin/social_sharing.php:1942
1509
  msgid ""
1510
  "How can I show share counts of my website rather than of individual pages/"
1511
  "posts?"
1513
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1514
  "постах?"
1515
 
1516
+ #: ../admin/social_sharing.php:1943
1517
  msgid "How can I disable sharing on particular page/post?"
1518
  msgstr ""
1519
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1520
 
1521
+ #: ../admin/social_sharing.php:1944
1522
  msgid "How can I specify minimum sharing count for sharing networks?"
1523
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1524
 
1525
+ #: ../admin/social_sharing.php:1945
1526
  msgid "How to share specific page?"
1527
  msgstr "Як поділитися певною сторінкою?"
1528
 
1529
+ #: ../admin/social_sharing.php:1946
1530
  msgid "How to integrate Google Analytics with sharing?"
1531
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1532
 
1533
+ #: ../admin/social_sharing.php:1947
1534
  msgid "How to customize the look of total share counts?"
1535
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1536
 
1537
+ #: ../admin/social_sharing.php:1948
1538
  msgid "How to customize the look of individual share counts?"
1539
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1540
 
1541
+ #: ../admin/social_sharing.php:1949
1542
  msgid "How to show Whatsapp icon only on mobile devices?"
1543
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1544
 
1545
+ #: ../admin/social_sharing.php:1950
1546
  msgid "How to hide arrow after floating sharing bar?"
1547
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1548
 
1549
+ #: ../admin/social_sharing.php:1951
1550
  #, fuzzy
1551
  msgid "Why is share count not getting updated?"
1552
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1553
 
1554
+ #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:812
1555
  msgid "Why is there so much space between like buttons?"
1556
  msgstr "Чому існує так багато місця між кнопками?"
1557
 
1558
+ #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:813
1559
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1560
  msgstr ""
1561
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
1838
  msgid "Advanced Configuration"
1839
  msgstr "Розширена конфігурація"
1840
 
1841
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1842
  msgid "GDPR"
1843
  msgstr ""
1844
 
1845
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1846
  msgid "XProfile Integration"
1847
  msgstr "XProfile інтеграція"
1848
 
1890
  msgstr "LinkedIn"
1891
 
1892
  #: ../admin/social_login.php:119
1893
+ #, fuzzy
1894
+ msgid "Google"
1895
  msgstr "Google+"
1896
 
1897
  #: ../admin/social_login.php:123
2038
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2039
 
2040
  #: ../admin/social_login.php:301
2041
+ #, fuzzy
2042
+ msgid "Google Client ID"
2043
  msgstr "Google+ ID клієнта"
2044
 
2045
  #: ../admin/social_login.php:311
2046
+ #, fuzzy, php-format
2047
  msgid ""
2048
+ "Required for Google Social Login to work. Please follow the documentation at "
2049
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
 
2050
  msgstr ""
2051
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2052
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2062
 
2063
  #: ../admin/social_login.php:323
2064
  #, fuzzy
2065
+ msgid "Google Client Secret"
2066
  msgstr "Google+ ID клієнта"
2067
 
2068
  #: ../admin/social_login.php:333
2069
  #, fuzzy, php-format
2070
  msgid ""
2071
+ "Required for Google Social Login to work. Please follow the documentation at "
2072
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
 
2073
  msgstr ""
2074
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2075
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2206
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2207
 
2208
  #: ../admin/social_login.php:551
2209
+ #, fuzzy
2210
+ msgid "Center align icons"
2211
+ msgstr "Змінити порядок іконок"
2212
+
2213
+ #: ../admin/social_login.php:561
2214
+ #, fuzzy
2215
+ msgid "Center align social login icons"
2216
+ msgstr "Параметри входу через соцмережі"
2217
+
2218
+ #: ../admin/social_login.php:569
2219
  msgid "Enable at login page"
2220
  msgstr "Включити сторінку входу"
2221
 
2222
+ #: ../admin/social_login.php:579
2223
  msgid ""
2224
  "Social Login interface will get enabled at the login page of your website"
2225
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2226
 
2227
+ #: ../admin/social_login.php:587
2228
  msgid "Enable at register page"
2229
  msgstr "Включити на сторінці реєстрації"
2230
 
2231
+ #: ../admin/social_login.php:597
2232
  msgid ""
2233
  "Social Login interface will get enabled at the registration page of your "
2234
  "website"
2235
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2236
 
2237
+ #: ../admin/social_login.php:605
2238
  msgid "Enable at comment form"
2239
  msgstr "Включити в формі коментування"
2240
 
2241
+ #: ../admin/social_login.php:615
2242
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2243
  msgstr ""
2244
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2245
  "Wordpress"
2246
 
2247
+ #: ../admin/social_login.php:630
2248
  msgid "Enable before WooCommerce Customer Login Form"
2249
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2250
 
2251
+ #: ../admin/social_login.php:640
2252
  msgid ""
2253
  "Social Login Interface will get enabled before the customer login form at "
2254
  "WooCommerce My Account page"
2256
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2257
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2258
 
2259
+ #: ../admin/social_login.php:648
2260
+ #, fuzzy
2261
+ msgid "Enable at WooCommerce Customer Login Form"
2262
  msgstr "Включити після форми входу клієнта WooCommerce"
2263
 
2264
+ #: ../admin/social_login.php:658
2265
+ #, fuzzy
2266
+ msgid ""
2267
+ "Integrate Social Login Interface with the customer login form at WooCommerce "
2268
+ "My Account page"
2269
+ msgstr ""
2270
+ "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2271
+ "покупця на сторінці Мій Аккаунт в WooCommerce"
2272
+
2273
+ #: ../admin/social_login.php:666
2274
+ #, fuzzy
2275
+ msgid "Enable at WooCommerce Customer Register Form"
2276
+ msgstr "Включити після форми входу клієнта WooCommerce"
2277
+
2278
+ #: ../admin/social_login.php:676
2279
+ #, fuzzy
2280
  msgid ""
2281
+ "Integrate Social Login Interface with the customer register form at "
2282
  "WooCommerce My Account page"
2283
  msgstr ""
2284
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2285
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2286
 
2287
+ #: ../admin/social_login.php:684
2288
  msgid "Enable at WooCommerce checkout page"
2289
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2290
 
2291
+ #: ../admin/social_login.php:694
2292
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2293
  msgstr ""
2294
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2295
  "замовлення в WooCommerce"
2296
 
2297
+ #: ../admin/social_login.php:705
2298
  msgid "Auto-approve comments made by Social Login users"
2299
  msgstr ""
2300
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2301
  "соцмережі"
2302
 
2303
+ #: ../admin/social_login.php:715
2304
  msgid ""
2305
  "If this option is enabled, and WordPress comment is made by Social Login "
2306
  "user, comment will get approved immediately without keeping in moderation."
2309
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2310
  "відразу без модерації."
2311
 
2312
+ #: ../admin/social_login.php:716
2313
  msgid "Note: This is not related to Facebook comments"
2314
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2315
 
2316
+ #: ../admin/social_login.php:726
2317
  msgid "Enable social avatar"
2318
  msgstr "Включення соціальних аватар"
2319
 
2320
+ #: ../admin/social_login.php:736
2321
  msgid ""
2322
  "Social profile pictures of the logged in user will be displayed as profile "
2323
  "avatar"
2325
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2326
  "профілю на сайті"
2327
 
2328
+ #: ../admin/social_login.php:746
2329
  msgid "Avatar quality"
2330
  msgstr "Якість аватарки"
2331
 
2332
+ #: ../admin/social_login.php:749
2333
  msgid "Average"
2334
  msgstr "Середнє"
2335
 
2336
+ #: ../admin/social_login.php:750
2337
  msgid "Best"
2338
  msgstr "Кращий"
2339
 
2340
+ #: ../admin/social_login.php:757
2341
  msgid "Choose avatar quality"
2342
  msgstr "Виберіть якість аватара"
2343
 
2344
+ #: ../admin/social_login.php:766
2345
  msgid ""
2346
  "Show option for users to update social avatar at BuddyPress profile page"
2347
  msgstr ""
2348
  "Показати варіант для користувачів для оновлення соціального аватара на "
2349
  "сторінці профілю BuddyPress"
2350
 
2351
+ #: ../admin/social_login.php:776
2352
  msgid ""
2353
  "If enabled, users would be able to update their social avatar from \"Profile "
2354
  "photo\" section in BuddyPress profile at front-end"
2356
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2357
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2358
 
2359
+ #: ../admin/social_login.php:797
2360
  msgid ""
2361
  "If enabled and Social ID provider does not provide user's email address on "
2362
  "login, user will be asked to provide his/her email address. Otherwise, a "
2366
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2367
  "пошта буде створена за зразком."
2368
 
2369
+ #: ../admin/social_login.php:806
2370
  msgid "Send post-registration email to user to set account password"
2371
  msgstr ""
2372
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2373
  "встановити пароль облікового запису"
2374
 
2375
+ #: ../admin/social_login.php:816
2376
  msgid ""
2377
  "If enabled, an email will be sent to user after registration through Social "
2378
  "Login, regarding his/her login credentials (username-password to be able to "
2382
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2383
  "стандартну форму авторизації"
2384
 
2385
+ #: ../admin/social_login.php:824
2386
  msgid "Send new user registration notification email to admin"
2387
  msgstr ""
2388
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2389
  "пошті адміністратору"
2390
 
2391
+ #: ../admin/social_login.php:834
2392
  msgid ""
2393
  "If enabled, an email will be sent to admin after new user registers through "
2394
  "Social Login, notifying admin about the new user registration"
2396
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2397
  "реєстрацію нового користувача через соцмережі."
2398
 
2399
+ #: ../admin/social_login.php:842
2400
  msgid "Login redirection"
2401
  msgstr "Перенаправлення входу"
2402
 
2403
+ #: ../admin/social_login.php:846
2404
  msgid "Same page where user logged in"
2405
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2406
 
2407
+ #: ../admin/social_login.php:850 ../admin/social_login.php:880
2408
  msgid "Account dashboard"
2409
  msgstr "Сторінка управління аккаунтом"
2410
 
2411
+ #: ../admin/social_login.php:853 ../admin/social_login.php:883
2412
  msgid "BuddyPress profile page"
2413
  msgstr "Сторінка профілю BuddyPress"
2414
 
2415
+ #: ../admin/social_login.php:856 ../admin/social_login.php:886
2416
  msgid "Custom Url"
2417
  msgstr "Користувацьке посилання"
2418
 
2419
+ #: ../admin/social_login.php:864
2420
  msgid "User will be redirected to the selected page after Social Login"
2421
  msgstr ""
2422
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2423
  "соцмережі"
2424
 
2425
+ #: ../admin/social_login.php:872
2426
  msgid "Registration redirection"
2427
  msgstr "Перенаправлення реєстрації"
2428
 
2429
+ #: ../admin/social_login.php:876
2430
  msgid "Same page from where user registered"
2431
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2432
 
2433
+ #: ../admin/social_login.php:894
2434
  msgid ""
2435
  "User will be redirected to the selected page after registration (first "
2436
  "Social Login) through Social Login"
2438
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2439
  "вхід чере соцмережі) через соцмережі"
2440
 
2441
+ #: ../admin/social_login.php:903
2442
  #, fuzzy
2443
  msgid "Social Account Linking Options"
2444
  msgstr "Посилання на соціальний аккаунт"
2445
 
2446
+ #: ../admin/social_login.php:919
2447
  #, fuzzy
2448
  msgid "Text to display above the Social Account Linking interface"
2449
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2450
 
2451
+ #: ../admin/social_login.php:927
2452
  msgid ""
2453
  "Link social account to already existing account, if email address matches"
2454
  msgstr ""
2455
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2456
 
2457
+ #: ../admin/social_login.php:937
2458
  #, fuzzy
2459
  msgid ""
2460
  "If email address of the user's Social Account matches with an already "
2467
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2468
  "профілю."
2469
 
2470
+ #: ../admin/social_login.php:946
2471
  msgid "Enable social account linking at BuddyPress profile page"
2472
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2473
 
2474
+ #: ../admin/social_login.php:956
2475
  msgid ""
2476
  "Enable this option to show social account linking interface at BuddyPress "
2477
  "profile page"
2479
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2480
  "BuddyPress"
2481
 
2482
+ #: ../admin/social_login.php:967
2483
  msgid "Email popup options"
2484
  msgstr "Параметри спливаючій електронної пошти"
2485
 
2486
+ #: ../admin/social_login.php:973
2487
  msgid "Text on 'Email required' popup"
2488
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2489
 
2490
+ #: ../admin/social_login.php:983
2491
  msgid ""
2492
  "This text will be displayed on email required popup. Leave empty if not "
2493
  "required."
2495
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2496
  "поле порожнім якщо не потрібно."
2497
 
2498
+ #: ../admin/social_login.php:992
2499
  msgid "Error message for 'Email required' popup"
2500
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2501
 
2502
+ #: ../admin/social_login.php:1002
2503
  msgid ""
2504
  "This message will be displayed to user if it provides invalid or already "
2505
  "registered email"
2507
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2508
  "раніше запроваджену пошту"
2509
 
2510
+ #: ../admin/social_login.php:1011
2511
  msgid "Email popup height"
2512
  msgstr "Висота спливаючого вікна"
2513
 
2514
+ #: ../admin/social_login.php:1021
2515
  msgid ""
2516
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2517
  "can increase the height of popup by specifying in this option. Leave empty "
2521
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2522
  "базового значення."
2523
 
2524
+ #: ../admin/social_login.php:1029
2525
  msgid "Enable email verification"
2526
  msgstr "Включити перевірку електронної пошти"
2527
 
2528
+ #: ../admin/social_login.php:1039
2529
  msgid ""
2530
  "If enabled, email provided by the user will be verified by sending a "
2531
  "confirmation link to that email. User would not be able to login without "
2534
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2535
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2536
 
2537
+ #: ../admin/social_login.php:1060
2538
  #, fuzzy
2539
  msgid "Enable GDPR opt-in"
2540
  msgstr "Активувати коментування через Disqus"
2541
 
2542
+ #: ../admin/social_login.php:1070
2543
  msgid ""
2544
  "Enable it to show GDPR opt-in for social login and social account linking"
2545
  msgstr ""
2546
 
2547
+ #: ../admin/social_login.php:1079
2548
  #, fuzzy
2549
  msgid "Placement of GDPR opt-in"
2550
  msgstr "Активувати коментування через Disqus"
2551
 
2552
+ #: ../admin/social_login.php:1083
2553
  #, fuzzy
2554
  msgid "Above Social Login icons"
2555
  msgstr "Параметри входу через соцмережі"
2556
 
2557
+ #: ../admin/social_login.php:1085
2558
  #, fuzzy
2559
  msgid "Below Social Login icons"
2560
  msgstr "Параметри входу через соцмережі"
2561
 
2562
+ #: ../admin/social_login.php:1091
2563
  #, fuzzy
2564
  msgid "Placement of GDPR opt-in above or below the social login icons"
2565
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2566
 
2567
+ #: ../admin/social_login.php:1099
2568
  msgid "Opt-in text"
2569
  msgstr ""
2570
 
2571
+ #: ../admin/social_login.php:1109
2572
  #, fuzzy
2573
  msgid "Text for the GDPR opt-in"
2574
  msgstr "Активувати коментування через Disqus"
2575
 
2576
+ #: ../admin/social_login.php:1117
2577
  msgid "Text to link to Privacy Policy page"
2578
  msgstr ""
2579
 
2580
+ #: ../admin/social_login.php:1127
2581
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2582
  msgstr ""
2583
 
2584
+ #: ../admin/social_login.php:1135
2585
  msgid "Privacy Policy Url"
2586
  msgstr ""
2587
 
2588
+ #: ../admin/social_login.php:1145
2589
  #, fuzzy
2590
  msgid "Url of the privacy policy page of your website"
2591
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2592
 
2593
+ #: ../admin/social_login.php:1196 ../inc/widget.php:252 ../inc/widget.php:422
2594
  #: ../inc/widget.php:586 ../inc/widget.php:734
2595
  msgid "Select"
2596
  msgstr "Вибір"
2597
 
2598
+ #: ../admin/social_login.php:1227
2599
  msgid "Social Login Shortcode & Widget"
2600
  msgstr "Шорткод і віджет для входу через соцмережі"
2601
 
2602
+ #: ../admin/social_login.php:1228
2603
  msgid "Social Linking Shortcode"
2604
  msgstr "Шорткод соціальних посилань"
2605
 
2606
+ #: ../admin/social_login.php:1243
2607
  #, fuzzy
2608
  msgid "Why is social login not working?"
2609
  msgstr "Чому Facebook Логін не працює?"
2610
 
2611
+ #: ../admin/social_login.php:1244
2612
  msgid ""
2613
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2614
  "belong to the same app"
2615
  msgstr ""
2616
 
2617
+ #: ../admin/social_login.php:1246
2618
+ msgid "Social Login not working with Varnish enabled"
2619
+ msgstr ""
2620
+
2621
+ #: ../admin/social_login.php:1247
2622
  msgid ""
2623
  "Why the user is not appearing logged in even after Social Login until the "
2624
  "webpage is refreshed manually?"
2829
  msgid "Like Buttons Shortcode & Widget"
2830
  msgstr "Шорткод і віджет Подобається"
2831
 
2832
+ #: ../inc/shortcode.php:198 ../inc/widget.php:47
2833
  msgid "Log Out"
2834
  msgstr "Вихід"
2835
 
2836
+ #: ../inc/shortcode.php:299
2837
  msgid ""
2838
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2839
  "Socializer > Social Login\" page in admin panel"
2851
  msgid "Archives"
2852
  msgstr "Архіви "
2853
 
2854
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1071
2855
  msgid "Invalid request"
2856
  msgstr "Невірний Запит!"
2857
 
2858
+ #: ../inc/social_sharing.php:864
2859
  msgid "Providers not selected"
2860
  msgstr "Сервіси не вибрані"
2861
 
2862
+ #: ../inc/social_login.php:724
2863
  msgid "Email"
2864
  msgstr "Email"
2865
 
2866
+ #: ../inc/social_login.php:725
2867
  msgid "Confirm email"
2868
  msgstr "Підтвердити e-mail"
2869
 
2870
+ #: ../inc/social_login.php:727
2871
  msgid "Save"
2872
  msgstr "Зберегти"
2873
 
2874
+ #: ../inc/social_login.php:728
2875
  msgid "Cancel"
2876
  msgstr "Скасувати"
2877
 
2878
+ #: ../inc/social_login.php:802
2879
  msgid "Email Verification"
2880
  msgstr "Підтвердження адреси електронної пошти"
2881
 
2882
+ #: ../inc/social_login.php:804
2883
  msgid ""
2884
  "Please click on the following link or paste it in browser to verify your "
2885
  "email"
2892
  msgstr "Super Socializer - Вхід"
2893
 
2894
  #: ../inc/widget.php:13
2895
+ #, fuzzy
2896
  msgid ""
2897
  "Let your website users login/register using their favorite Social ID "
2898
+ "Provider, such as Facebook, Twitter, Google, LinkedIn"
2899
  msgstr ""
2900
  "Дайте можливість користувачам з вашого сайту увійти / зареєструватися "
2901
  "використовуючи їх улюблені соціальні сервіси, так як Facebook, Twitter, "
3154
  msgid "RSS Feed URL:"
3155
  msgstr ""
3156
 
3157
+ #~ msgid ""
3158
+ #~ "We are a creative team with unique ideas in mind and service in heart. We "
3159
+ #~ "love what we do. For more info join us at"
3160
+ #~ msgstr ""
3161
+ #~ "Ми є творчий колектив з унікальними ідеями в голові і обслуговуванням в "
3162
+ #~ "серце. Ми любимо те, що ми робимо. Для отримання додаткової інформації "
3163
+ #~ "приєднайтеся до нас на"
3164
+
3165
  #~ msgid ""
3166
  #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3167
  #~ "share counts"
languages/super-socializer-zh_CN.mo CHANGED
Binary file
languages/super-socializer-zh_CN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
- "POT-Creation-Date: 2019-01-22 06:47+0530\n"
5
- "PO-Revision-Date: 2019-01-22 06:47+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -82,7 +82,7 @@ msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
82
  msgid "Notification"
83
  msgstr "通知"
84
 
85
- #: super_socializer.php:902 admin/social_login.php:751
86
  msgid "Email required"
87
  msgstr "邮件地址(比选)"
88
 
@@ -110,38 +110,38 @@ msgstr "分享"
110
  msgid "Link copied."
111
  msgstr "链接已复制。"
112
 
113
- #: super_socializer.php:1236
114
  msgid "Super Socializer - General Options"
115
  msgstr "Super Socializer-常规选项"
116
 
117
- #: super_socializer.php:1236 admin/general_options.php:15
118
  #: admin/social_commenting.php:47
119
  msgid "General Options"
120
  msgstr "常规选项"
121
 
122
- #: super_socializer.php:1304 helper.php:898
123
  msgid "Social Avatar"
124
  msgstr "社会化头像"
125
 
126
- #: super_socializer.php:1307
127
  msgid "Small Avatar Url"
128
  msgstr "小头像 Url"
129
 
130
- #: super_socializer.php:1311
131
  msgid "Large Avatar Url"
132
  msgstr "大头像 Url"
133
 
134
- #: super_socializer.php:1315 helper.php:901
135
  msgid ""
136
  "Do not fetch and update social avatar from my profile, next time I Social "
137
  "Login"
138
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
139
 
140
- #: super_socializer.php:1319 helper.php:902
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
144
- #: super_socializer.php:1392 super_socializer.php:2036
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
@@ -149,42 +149,49 @@ msgstr ""
149
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
150
  "操作。"
151
 
152
- #: super_socializer.php:1398
153
  msgid "Login with your Social ID"
154
  msgstr "使用您的社交 ID登录"
155
 
156
- #: super_socializer.php:1399
157
  msgid "Email you entered is already registered or invalid"
158
  msgstr "您输入的电子邮件已经注册或无效"
159
 
160
- #: super_socializer.php:1404
161
  msgid "Please enter a valid email address. You might be required to verify it"
162
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
163
 
164
- #: super_socializer.php:1408 super_socializer.php:1960
165
  msgid "Link your social account to login to your account at this website"
166
  msgstr "链接你的社会化媒体帐户登录您本站账号"
167
 
168
- #: super_socializer.php:1637
 
 
 
 
 
 
 
169
  msgid ""
170
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
171
  "current version of Super Socialzer"
172
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
173
 
174
- #: super_socializer.php:1646
175
  msgid ""
176
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
177
  "version of Super Socialzer"
178
  msgstr ""
179
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
180
 
181
- #: super_socializer.php:1655
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socialzer"
185
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
186
 
187
- #: super_socializer.php:1664
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socialzer"
@@ -192,20 +199,20 @@ msgstr ""
192
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
193
  "容"
194
 
195
- #: super_socializer.php:1673
196
  msgid ""
197
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
198
  "with current version of Super Socialzer"
199
  msgstr ""
200
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
201
 
202
- #: super_socializer.php:1680
203
  msgid ""
204
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
205
  "LiveJournal Login of Super Socialzer"
206
  msgstr "更新 \"社交登录 mycred 集成\" 加载项与超级社交器的 livejoin 登录兼容"
207
 
208
- #: super_socializer.php:1691
209
  #, php-format
210
  msgid ""
211
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
@@ -213,13 +220,13 @@ msgstr ""
213
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
214
  "处 </a>"
215
 
216
- #: super_socializer.php:1707
217
  #, php-format
218
  msgid ""
219
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
220
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
221
 
222
- #: super_socializer.php:1731
223
  #, php-format
224
  msgid ""
225
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -230,14 +237,14 @@ msgstr ""
230
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
231
  "target = \"_ black\" > </a>"
232
 
233
- #: super_socializer.php:1731 super_socializer.php:1756
234
- #: super_socializer.php:1781 super_socializer.php:1806
235
- #: super_socializer.php:1839 super_socializer.php:1867
236
- #: super_socializer.php:1894 super_socializer.php:1918
237
  msgid "Okay"
238
  msgstr "好的"
239
 
240
- #: super_socializer.php:1756
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -248,7 +255,7 @@ msgstr ""
248
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
249
  "a>"
250
 
251
- #: super_socializer.php:1781
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -259,7 +266,7 @@ msgstr ""
259
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
260
  "black\" > </a>"
261
 
262
- #: super_socializer.php:1806
263
  #, php-format
264
  msgid ""
265
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -270,13 +277,13 @@ msgstr ""
270
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
271
  "black\" > </a>"
272
 
273
- #: super_socializer.php:1817
274
  #, php-format
275
  msgid ""
276
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
277
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
278
 
279
- #: super_socializer.php:1839
280
  #, php-format
281
  msgid ""
282
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -286,7 +293,7 @@ msgstr ""
286
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
287
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
288
 
289
- #: super_socializer.php:1867
290
  #, php-format
291
  msgid ""
292
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -295,7 +302,7 @@ msgid ""
295
  "your website %s with them. No need to copy-paste any code from their website."
296
  msgstr ""
297
 
298
- #: super_socializer.php:1894
299
  #, php-format
300
  msgid ""
301
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -306,7 +313,7 @@ msgstr ""
306
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
307
  "\" > </a>"
308
 
309
- #: super_socializer.php:1918
310
  #, php-format
311
  msgid ""
312
  "Your website visitors will see a popup notification (only once) if their "
@@ -412,8 +419,8 @@ msgstr "小头像"
412
  msgid "Large Avatar"
413
  msgstr "大头像"
414
 
415
- #: helper.php:913 admin/general_options.php:132 admin/social_sharing.php:1946
416
- #: admin/social_commenting.php:483 admin/social_login.php:1222
417
  #: admin/like_buttons.php:826
418
  msgid "Save Changes"
419
  msgstr "保存更改"
@@ -435,9 +442,9 @@ msgid "Something bad happened"
435
  msgstr "发生了一些不好的事情"
436
 
437
  #: admin/general_options.php:7 admin/general_options.php:136
438
- #: admin/social_sharing.php:5 admin/social_sharing.php:1950
439
  #: admin/social_commenting.php:5 admin/social_commenting.php:487
440
- #: admin/social_login.php:5 admin/social_login.php:1226
441
  #: admin/like_buttons.php:6 admin/like_buttons.php:830
442
  #, fuzzy, php-format
443
  msgid ""
@@ -506,14 +513,14 @@ msgstr "自定义CSS"
506
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
507
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
508
 
509
- #: admin/general_options.php:147 admin/social_sharing.php:1956
510
- #: admin/social_commenting.php:493 admin/social_login.php:1232
511
  #: admin/like_buttons.php:836
512
  msgid "Instagram Shoutout"
513
  msgstr ""
514
 
515
- #: admin/general_options.php:149 admin/social_sharing.php:1958
516
- #: admin/social_commenting.php:495 admin/social_login.php:1234
517
  #: admin/like_buttons.php:838
518
  msgid ""
519
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -523,8 +530,8 @@ msgstr ""
523
  "如果您可以发送(至hello@heateor.com)我们的插件如何帮助您的业务,我们可以在"
524
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
525
 
526
- #: admin/general_options.php:150 admin/social_sharing.php:1959
527
- #: admin/social_commenting.php:496 admin/social_login.php:1235
528
  #: admin/like_buttons.php:839
529
  msgid ""
530
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -537,8 +544,8 @@ msgstr ""
537
  "年里,他们已经成为最受欢迎的在线教练网站之一。任何人都可以在短时间内以一种非"
538
  "常简单的方式精通自己选择的编程语言。"
539
 
540
- #: admin/general_options.php:151 admin/social_sharing.php:1960
541
- #: admin/social_commenting.php:497 admin/social_login.php:1236
542
  #: admin/like_buttons.php:840
543
  msgid ""
544
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -562,54 +569,47 @@ msgstr "版本"
562
  msgid "by"
563
  msgstr "作者"
564
 
565
- #: admin/help.php:7
566
- msgid ""
567
- "We are a creative team with unique ideas in mind and service in heart. We "
568
- "love what we do. For more info join us at"
569
- msgstr ""
570
- "我们是有独特想法与用心在服务的创意团队。我们热爱我们所做的。更多的信息请访问"
571
-
572
- #: admin/help.php:19
573
  msgid "Donate Now"
574
  msgstr "现在捐赠"
575
 
576
- #: admin/help.php:25
577
  msgid "Plugin Demo"
578
  msgstr "插件演示"
579
 
580
- #: admin/help.php:31
581
  msgid "Translate Plugin"
582
  msgstr "翻译插件"
583
 
584
- #: admin/help.php:37 admin/social_login.php:58
585
  msgid "Customize Social Login Icons"
586
  msgstr "自定义社交登录图标"
587
 
588
- #: admin/help.php:43
589
  msgid "Integrate with Google Analytics"
590
  msgstr "谷歌分析与集成"
591
 
592
- #: admin/help.php:49
593
  msgid "Boost sharing by awarding points"
594
  msgstr "通过授予积分刺激共享"
595
 
596
- #: admin/help.php:55
597
  msgid "Award points for Social Login"
598
  msgstr "为社交登录授予积分"
599
 
600
- #: admin/help.php:61
601
  msgid "Other Add-ons"
602
  msgstr "其他加载项"
603
 
604
- #: admin/help.php:67
605
  msgid "Support Forum"
606
  msgstr "支持论坛"
607
 
608
- #: admin/help.php:72
609
  msgid "Need Help?"
610
  msgstr "需要帮助?"
611
 
612
- #: admin/help.php:74
613
  msgid ""
614
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
615
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
@@ -621,11 +621,11 @@ msgstr ""
621
  "件,只需发电子邮件<a href=“mailto:support@heateor.com”>support@heateor.com</"
622
  "a>"
623
 
624
- #: admin/help.php:79
625
  msgid "Testimonial"
626
  msgstr "见证"
627
 
628
- #: admin/help.php:81
629
  msgid ""
630
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
631
  "\">testimonials@heateor.com</a>"
@@ -633,12 +633,12 @@ msgstr ""
633
  "您可以向我们发送表扬信<a href=\"mailto:testimonials@heateor.com"
634
  "\">testimonials@heateor.com</a>"
635
 
636
- #: admin/help.php:86
637
  msgid "Support Us"
638
  msgstr "支持我们"
639
 
640
- #: admin/help.php:89 admin/help.php:92 admin/help.php:93 admin/help.php:94
641
- #: admin/help.php:95 admin/help.php:96
642
  msgid "Rate 5-star"
643
  msgstr "5-星评价"
644
 
@@ -679,9 +679,9 @@ msgstr "其他"
679
  msgid "3rd Party Integration"
680
  msgstr "第三方集成"
681
 
682
- #: admin/social_sharing.php:56 admin/social_sharing.php:1874
683
- #: admin/social_sharing.php:1876 admin/social_login.php:46
684
- #: admin/social_login.php:1189 admin/like_buttons.php:51
685
  #: admin/like_buttons.php:797
686
  msgid "Shortcode & Widget"
687
  msgstr "简码&小工具"
@@ -690,9 +690,9 @@ msgstr "简码&小工具"
690
  msgid "Troubleshooter"
691
  msgstr "排错"
692
 
693
- #: admin/social_sharing.php:58 admin/social_sharing.php:1907
694
  #: admin/social_commenting.php:40 admin/social_commenting.php:467
695
- #: admin/social_login.php:47 admin/social_login.php:1203
696
  #: admin/like_buttons.php:52 admin/like_buttons.php:810
697
  msgid "FAQ"
698
  msgstr "常见问题解答"
@@ -919,7 +919,7 @@ msgid "Url to share"
919
  msgstr "要分享的网址"
920
 
921
  #: admin/social_sharing.php:735 admin/social_login.php:532
922
- #: admin/social_login.php:873 admin/like_buttons.php:109 inc/widget.php:929
923
  msgid "Title"
924
  msgstr "标题"
925
 
@@ -1001,7 +1001,7 @@ msgid "Placement"
1001
  msgstr "放置"
1002
 
1003
  #: admin/social_sharing.php:972 admin/social_sharing.php:1413
1004
- #: admin/social_login.php:812 admin/social_login.php:842
1005
  #: admin/like_buttons.php:226 admin/like_buttons.php:511
1006
  msgid "Homepage"
1007
  msgstr "主页"
@@ -1175,97 +1175,107 @@ msgid "Specify the pages where you want to enable vertical Sharing interface"
1175
  msgstr "指定要实现垂直共享界面的网页"
1176
 
1177
  #: admin/social_sharing.php:1525
 
 
 
 
 
 
 
 
 
 
1178
  msgid "Vertical floating bar responsiveness"
1179
  msgstr "立式浮栏响应能力"
1180
 
1181
- #: admin/social_sharing.php:1528
1182
  #, php-format
1183
  msgid "Display vertical interface only when screen is wider than %s pixels"
1184
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
1185
 
1186
- #: admin/social_sharing.php:1535
1187
  msgid ""
1188
  "Display vertical interface only when screen is wider than the width "
1189
  "specified."
1190
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
1191
 
1192
- #: admin/social_sharing.php:1543
1193
  msgid "Horizontal floating bar responsiveness"
1194
  msgstr "水平浮动栏响应"
1195
 
1196
- #: admin/social_sharing.php:1546
1197
  #, php-format
1198
  msgid ""
1199
  "Stick vertical floating interface horizontally at bottom only when screen is "
1200
  "narrower than %s pixels"
1201
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
1202
 
1203
- #: admin/social_sharing.php:1553
1204
  msgid ""
1205
  "Stick vertical floating interface horizontally at bottom only when screen is "
1206
  "narrower than the width specified"
1207
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
1208
 
1209
- #: admin/social_sharing.php:1563
1210
  msgid "Horizontal floating bar position"
1211
  msgstr "水平浮动栏位置"
1212
 
1213
- #: admin/social_sharing.php:1566
1214
  #, php-format
1215
  msgid "%s pixels from %s"
1216
  msgstr "%s像素来自%s"
1217
 
1218
- #: admin/social_sharing.php:1567
1219
  msgid "Auto-adjust according to screen width (responsive)"
1220
  msgstr "根据屏幕宽度自动调整 (自响应)"
1221
 
1222
- #: admin/social_sharing.php:1574
1223
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1224
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
1225
 
1226
- #: admin/social_sharing.php:1594 admin/like_buttons.php:592
1227
  msgid "Url shortener"
1228
  msgstr "短网址"
1229
 
1230
- #: admin/social_sharing.php:1600
1231
  msgid "Use shortlinks already installed"
1232
  msgstr "短网址已安装,发推按钮"
1233
 
1234
- #: admin/social_sharing.php:1610
1235
  msgid "Uses default short url permalinks without using any additional plugin"
1236
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
1237
 
1238
- #: admin/social_sharing.php:1618
1239
  msgid "Enable bit.ly url shortener for sharing"
1240
  msgstr "用于使用bit.ly url短链共享"
1241
 
1242
- #: admin/social_sharing.php:1628 admin/like_buttons.php:626
1243
  msgid "Master control to enable bit.ly url shortening for sharing"
1244
  msgstr "主控件以启用 bit.ly url 短链共享"
1245
 
1246
- #: admin/social_sharing.php:1636
1247
  msgid "bit.ly Login"
1248
  msgstr "bit.ly登录"
1249
 
1250
- #: admin/social_sharing.php:1646 admin/social_sharing.php:1665
1251
  #, php-format
1252
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1253
  msgstr ""
1254
  "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
1255
 
1256
- #: admin/social_sharing.php:1655 admin/like_buttons.php:653
1257
  msgid "bit.ly API Key"
1258
  msgstr "bit.ly API 密钥"
1259
 
1260
- #: admin/social_sharing.php:1674 admin/like_buttons.php:672
1261
  msgid "Clear Bitly Cache"
1262
  msgstr "清除 Bitly 缓存"
1263
 
1264
- #: admin/social_sharing.php:1678 admin/like_buttons.php:676
1265
  msgid "ShortUrl cache cleared successfully."
1266
  msgstr "ShortUrl 缓存成功清除。"
1267
 
1268
- #: admin/social_sharing.php:1685 admin/like_buttons.php:683
1269
  msgid ""
1270
  "Use this to delete short urls saved in database. Handy, if urls of your "
1271
  "website have been changed but short urls are still being generated for old "
@@ -1274,31 +1284,31 @@ msgstr ""
1274
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1275
  "仍为旧网址,手动处理。"
1276
 
1277
- #: admin/social_sharing.php:1694
1278
  msgid "Share Count Cache"
1279
  msgstr "共享计数缓存"
1280
 
1281
- #: admin/social_sharing.php:1700
1282
  msgid "Refresh Share Count cache every"
1283
  msgstr "清空每个计数器缓存"
1284
 
1285
- #: admin/social_sharing.php:1705
1286
  msgid "Second(s)"
1287
  msgstr "秒(s)"
1288
 
1289
- #: admin/social_sharing.php:1706
1290
  msgid "Minute(s)"
1291
  msgstr "分钟"
1292
 
1293
- #: admin/social_sharing.php:1707
1294
  msgid "Hour(s)"
1295
  msgstr "小时"
1296
 
1297
- #: admin/social_sharing.php:1708
1298
  msgid "Day(s)"
1299
  msgstr "天"
1300
 
1301
- #: admin/social_sharing.php:1716
1302
  #, php-format
1303
  msgid ""
1304
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1308,25 +1318,25 @@ msgstr ""
1308
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1309
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1310
 
1311
- #: admin/social_sharing.php:1724
1312
  msgid "Clear Share Counts Cache"
1313
  msgstr "清除共享计数缓存"
1314
 
1315
- #: admin/social_sharing.php:1728
1316
  msgid "Share Counts cache cleared successfully."
1317
  msgstr "分享计数缓存成功清除。"
1318
 
1319
- #: admin/social_sharing.php:1735
1320
  msgid "Use this to clear cached share counts"
1321
  msgstr "使用这个清除计数的缓存"
1322
 
1323
- #: admin/social_sharing.php:1744 admin/social_sharing.php:1750
1324
  #: admin/social_commenting.php:324 admin/like_buttons.php:692
1325
  #: admin/like_buttons.php:698
1326
  msgid "Language"
1327
  msgstr "语言"
1328
 
1329
- #: admin/social_sharing.php:1760
1330
  #, php-format
1331
  msgid ""
1332
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1336,15 +1346,15 @@ msgstr ""
1336
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1337
  "链接</a>找到语言代码。留空为默认 (英语)"
1338
 
1339
- #: admin/social_sharing.php:1769
1340
  msgid "Username in sharing"
1341
  msgstr "共享的用户名"
1342
 
1343
- #: admin/social_sharing.php:1775
1344
  msgid "Twitter username (without @)"
1345
  msgstr "Twitter账号(无@)"
1346
 
1347
- #: admin/social_sharing.php:1785 admin/social_sharing.php:1804
1348
  msgid ""
1349
  "Provided username will be appended after the content being shared as \"via "
1350
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1353,35 +1363,35 @@ msgstr ""
1353
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1354
  "请留空。"
1355
 
1356
- #: admin/social_sharing.php:1794
1357
  msgid "Buffer username (without @)"
1358
  msgstr "缓冲用户名 (无 @)"
1359
 
1360
- #: admin/social_sharing.php:1813
1361
  msgid "AMP"
1362
  msgstr ""
1363
 
1364
- #: admin/social_sharing.php:1819
1365
  msgid "Enable sharing on AMP pages"
1366
  msgstr "在 AMP 页面上启用分享"
1367
 
1368
- #: admin/social_sharing.php:1829
1369
  msgid "Enable this option to render sharing icons on AMP pages"
1370
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1371
 
1372
- #: admin/social_sharing.php:1848 admin/like_buttons.php:771
1373
  msgid "myCRED"
1374
  msgstr "myCRED"
1375
 
1376
- #: admin/social_sharing.php:1854 admin/like_buttons.php:777
1377
  msgid "Append myCRED referral ID to the urls being shared"
1378
  msgstr "将myCRED推荐ID追加到分享的URL"
1379
 
1380
- #: admin/social_sharing.php:1887
1381
  msgid "Facebook Sharing Troubleshooter"
1382
  msgstr "Facebook 分享疑难解答"
1383
 
1384
- #: admin/social_sharing.php:1892
1385
  msgid ""
1386
  "If Facebook sharing is not working fine, click at the following link and "
1387
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1391,8 +1401,8 @@ msgstr ""
1391
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1392
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1393
 
1394
- #: admin/social_sharing.php:1909 admin/social_commenting.php:469
1395
- #: admin/social_login.php:1205
1396
  msgid ""
1397
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1398
  "an online website for the plugin to function properly."
@@ -1400,17 +1410,17 @@ msgstr ""
1400
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1401
  "使插件正常运行。"
1402
 
1403
- #: admin/social_sharing.php:1910
1404
  msgid ""
1405
  "Why is sharer not showing the correct image, title and other meta tags "
1406
  "content?"
1407
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1408
 
1409
- #: admin/social_sharing.php:1912
1410
  msgid "Why is Instagram icon redirecting to Instagram website?"
1411
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1412
 
1413
- #: admin/social_sharing.php:1913
1414
  msgid ""
1415
  "Instagram icon is there to send website visitors to the Instagram page of "
1416
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1420,87 +1430,87 @@ msgstr ""
1420
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1421
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1422
 
1423
- #: admin/social_sharing.php:1916
1424
  msgid ""
1425
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1426
  msgstr ""
1427
 
1428
- #: admin/social_sharing.php:1917
1429
  msgid ""
1430
  "It takes some time for their service to track the shares made on Twitter "
1431
  "from your website. If you still feel it's taking too long you can contact "
1432
  "their support directly from their website."
1433
  msgstr ""
1434
 
1435
- #: admin/social_sharing.php:1919 admin/like_buttons.php:814
1436
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1437
  msgstr "如何在同一行中放置标题和社交分享图标?"
1438
 
1439
- #: admin/social_sharing.php:1920
1440
  msgid ""
1441
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1442
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1443
 
1444
- #: admin/social_sharing.php:1921 admin/social_commenting.php:472
1445
- #: admin/social_login.php:1211
1446
  msgid "Why is my browser blocking some features of the plugin?"
1447
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1448
 
1449
- #: admin/social_sharing.php:1922
1450
  msgid "Why the color of share icons is not being updated?"
1451
  msgstr "为什么分享图标的颜色未更新?"
1452
 
1453
- #: admin/social_sharing.php:1923
1454
  msgid "Why Facebook share counts are not appearing?"
1455
  msgstr "为什么Facebook 分享数量没有出现?"
1456
 
1457
- #: admin/social_sharing.php:1924
1458
  msgid ""
1459
  "How can I show share counts of my website rather than of individual pages/"
1460
  "posts?"
1461
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1462
 
1463
- #: admin/social_sharing.php:1925
1464
  msgid "How can I disable sharing on particular page/post?"
1465
  msgstr "如何在特定的页面文章上禁用共享?"
1466
 
1467
- #: admin/social_sharing.php:1926
1468
  msgid "How can I specify minimum sharing count for sharing networks?"
1469
  msgstr "如何为共享网络共享指定最少数目?"
1470
 
1471
- #: admin/social_sharing.php:1927
1472
  msgid "How to share specific page?"
1473
  msgstr "如何共享特定页面?"
1474
 
1475
- #: admin/social_sharing.php:1928
1476
  msgid "How to integrate Google Analytics with sharing?"
1477
  msgstr "谷歌分析与集成"
1478
 
1479
- #: admin/social_sharing.php:1929
1480
  msgid "How to customize the look of total share counts?"
1481
  msgstr "如何自定义总共享计数的外观?"
1482
 
1483
- #: admin/social_sharing.php:1930
1484
  msgid "How to customize the look of individual share counts?"
1485
  msgstr "如何自定义个人共享计数的外观?"
1486
 
1487
- #: admin/social_sharing.php:1931
1488
  msgid "How to show Whatsapp icon only on mobile devices?"
1489
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1490
 
1491
- #: admin/social_sharing.php:1932
1492
  msgid "How to hide arrow after floating sharing bar?"
1493
  msgstr "如何在浮动共享栏后隐藏箭头?"
1494
 
1495
- #: admin/social_sharing.php:1933
1496
  msgid "Why is share count not getting updated?"
1497
  msgstr "为什么共享计数没有得到更新?"
1498
 
1499
- #: admin/social_sharing.php:1934 admin/like_buttons.php:812
1500
  msgid "Why is there so much space between like buttons?"
1501
  msgstr "为什么像按钮之间有这么多的空间?"
1502
 
1503
- #: admin/social_sharing.php:1935 admin/like_buttons.php:813
1504
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1505
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1506
 
@@ -1760,11 +1770,11 @@ msgstr "基本配置"
1760
  msgid "Advanced Configuration"
1761
  msgstr "高级配置"
1762
 
1763
- #: admin/social_login.php:42 admin/social_login.php:1018
1764
  msgid "GDPR"
1765
  msgstr "GDPR"
1766
 
1767
- #: admin/social_login.php:44 admin/social_login.php:1140
1768
  msgid "XProfile Integration"
1769
  msgstr "xprofile 集成"
1770
 
@@ -1809,7 +1819,8 @@ msgid "LinkedIn"
1809
  msgstr "LinkedIn"
1810
 
1811
  #: admin/social_login.php:119
1812
- msgid "Google+"
 
1813
  msgstr "Google+"
1814
 
1815
  #: admin/social_login.php:123
@@ -1943,15 +1954,14 @@ msgstr ""
1943
  "档进行操作, 以获取 linkedin 客户端机密"
1944
 
1945
  #: admin/social_login.php:301
1946
- msgid "Google+ Client ID"
1947
  msgstr ""
1948
 
1949
  #: admin/social_login.php:311
1950
- #, php-format
1951
  msgid ""
1952
- "Required for GooglePlus Social Login to work. Please follow the "
1953
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1954
- "GooglePlus Client ID"
1955
  msgstr ""
1956
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1957
  "接</a>得到GOOGLEPLUS客户端ID"
@@ -1963,15 +1973,14 @@ msgid ""
1963
  msgstr "粘贴以下 url 在 <strong> 授权的 re正确性 uri </strong> 选项在上述链接"
1964
 
1965
  #: admin/social_login.php:323
1966
- msgid "Google+ Client Secret"
1967
  msgstr ""
1968
 
1969
  #: admin/social_login.php:333
1970
- #, php-format
1971
  msgid ""
1972
- "Required for GooglePlus Social Login to work. Please follow the "
1973
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1974
- "GooglePlus Client Secret"
1975
  msgstr ""
1976
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
1977
  "链接 </a> 获取 google plus 客户端机密"
@@ -2094,65 +2103,89 @@ msgid "Text to display above the Social Login interface"
2094
  msgstr "文本显示社交登录界面的上方"
2095
 
2096
  #: admin/social_login.php:551
 
 
 
 
 
 
 
 
 
 
2097
  msgid "Enable at login page"
2098
  msgstr "在登录页面启用"
2099
 
2100
- #: admin/social_login.php:561
2101
  msgid ""
2102
  "Social Login interface will get enabled at the login page of your website"
2103
  msgstr "社交登录界面会在你的网站的登录页面启用"
2104
 
2105
- #: admin/social_login.php:569
2106
  msgid "Enable at register page"
2107
  msgstr "在注册页面启用"
2108
 
2109
- #: admin/social_login.php:579
2110
  msgid ""
2111
  "Social Login interface will get enabled at the registration page of your "
2112
  "website"
2113
  msgstr "社交登录界面会在你的网站的注册页面启用"
2114
 
2115
- #: admin/social_login.php:587
2116
  msgid "Enable at comment form"
2117
  msgstr "在评论表单启用"
2118
 
2119
- #: admin/social_login.php:597
2120
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2121
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2122
 
2123
- #: admin/social_login.php:612
2124
  msgid "Enable before WooCommerce Customer Login Form"
2125
  msgstr "WooCommerce客户登录表单前启用"
2126
 
2127
- #: admin/social_login.php:622
2128
  msgid ""
2129
  "Social Login Interface will get enabled before the customer login form at "
2130
  "WooCommerce My Account page"
2131
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2132
 
2133
- #: admin/social_login.php:630
2134
- msgid "Enable after WooCommerce Customer Login Form"
 
2135
  msgstr "在WooCommerce客户登录表单后启用"
2136
 
2137
- #: admin/social_login.php:640
 
 
 
 
 
 
 
 
 
 
 
 
 
2138
  msgid ""
2139
- "Social Login Interface will get enabled after the customer login form at "
2140
  "WooCommerce My Account page"
2141
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2142
 
2143
- #: admin/social_login.php:648
2144
  msgid "Enable at WooCommerce checkout page"
2145
  msgstr "在WooCommerce “结算”页面启用"
2146
 
2147
- #: admin/social_login.php:658
2148
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2149
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2150
 
2151
- #: admin/social_login.php:669
2152
  msgid "Auto-approve comments made by Social Login users"
2153
  msgstr "自动批准社交登录用户评论"
2154
 
2155
- #: admin/social_login.php:679
2156
  msgid ""
2157
  "If this option is enabled, and WordPress comment is made by Social Login "
2158
  "user, comment will get approved immediately without keeping in moderation."
@@ -2160,42 +2193,42 @@ msgstr ""
2160
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2161
  "况下立即批准。"
2162
 
2163
- #: admin/social_login.php:680
2164
  msgid "Note: This is not related to Facebook comments"
2165
  msgstr "注:这Facebook的评论无关"
2166
 
2167
- #: admin/social_login.php:690
2168
  msgid "Enable social avatar"
2169
  msgstr "启用社交头像"
2170
 
2171
- #: admin/social_login.php:700
2172
  msgid ""
2173
  "Social profile pictures of the logged in user will be displayed as profile "
2174
  "avatar"
2175
  msgstr "登录用户的社交资料图片将显示为个人头像"
2176
 
2177
- #: admin/social_login.php:710
2178
  msgid "Avatar quality"
2179
  msgstr "头像质量"
2180
 
2181
- #: admin/social_login.php:713
2182
  msgid "Average"
2183
  msgstr "一般"
2184
 
2185
- #: admin/social_login.php:714
2186
  msgid "Best"
2187
  msgstr "最好"
2188
 
2189
- #: admin/social_login.php:721
2190
  msgid "Choose avatar quality"
2191
  msgstr "选择头像质量"
2192
 
2193
- #: admin/social_login.php:730
2194
  msgid ""
2195
  "Show option for users to update social avatar at BuddyPress profile page"
2196
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2197
 
2198
- #: admin/social_login.php:740
2199
  msgid ""
2200
  "If enabled, users would be able to update their social avatar from \"Profile "
2201
  "photo\" section in BuddyPress profile at front-end"
@@ -2203,7 +2236,7 @@ msgstr ""
2203
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2204
  "头像"
2205
 
2206
- #: admin/social_login.php:761
2207
  msgid ""
2208
  "If enabled and Social ID provider does not provide user's email address on "
2209
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2212,11 +2245,11 @@ msgstr ""
2212
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2213
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2214
 
2215
- #: admin/social_login.php:770
2216
  msgid "Send post-registration email to user to set account password"
2217
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2218
 
2219
- #: admin/social_login.php:780
2220
  msgid ""
2221
  "If enabled, an email will be sent to user after registration through Social "
2222
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2225,11 +2258,11 @@ msgstr ""
2225
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2226
  "(用户名,密码,能够通过传统的登录表单登录)"
2227
 
2228
- #: admin/social_login.php:788
2229
  msgid "Send new user registration notification email to admin"
2230
  msgstr "向管理员发送新的用户注册通知电子邮件"
2231
 
2232
- #: admin/social_login.php:798
2233
  msgid ""
2234
  "If enabled, an email will be sent to admin after new user registers through "
2235
  "Social Login, notifying admin about the new user registration"
@@ -2237,59 +2270,59 @@ msgstr ""
2237
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2238
  "关新用户注册的信息"
2239
 
2240
- #: admin/social_login.php:806
2241
  msgid "Login redirection"
2242
  msgstr "登录重定向"
2243
 
2244
- #: admin/social_login.php:810
2245
  msgid "Same page where user logged in"
2246
  msgstr "用户登录同样的页面"
2247
 
2248
- #: admin/social_login.php:814 admin/social_login.php:844
2249
  msgid "Account dashboard"
2250
  msgstr "帐户信息中心"
2251
 
2252
- #: admin/social_login.php:817 admin/social_login.php:847
2253
  msgid "BuddyPress profile page"
2254
  msgstr "BuddyPress 档案"
2255
 
2256
- #: admin/social_login.php:820 admin/social_login.php:850
2257
  msgid "Custom Url"
2258
  msgstr "自定义 URL"
2259
 
2260
- #: admin/social_login.php:828
2261
  msgid "User will be redirected to the selected page after Social Login"
2262
  msgstr "用户社交登录后会被重定向到选择的页面"
2263
 
2264
- #: admin/social_login.php:836
2265
  msgid "Registration redirection"
2266
  msgstr "注册重定向"
2267
 
2268
- #: admin/social_login.php:840
2269
  msgid "Same page from where user registered"
2270
  msgstr "用户注册同样的页面"
2271
 
2272
- #: admin/social_login.php:858
2273
  msgid ""
2274
  "User will be redirected to the selected page after registration (first "
2275
  "Social Login) through Social Login"
2276
  msgstr ""
2277
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2278
 
2279
- #: admin/social_login.php:867
2280
  msgid "Social Account Linking Options"
2281
  msgstr "社交帐户链接选项"
2282
 
2283
- #: admin/social_login.php:883
2284
  msgid "Text to display above the Social Account Linking interface"
2285
  msgstr "要显示在社交帐户链接界面上方的文本"
2286
 
2287
- #: admin/social_login.php:891
2288
  msgid ""
2289
  "Link social account to already existing account, if email address matches"
2290
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2291
 
2292
- #: admin/social_login.php:901
2293
  msgid ""
2294
  "If email address of the user's Social Account matches with an already "
2295
  "existing account at your website, that social account will be linked to "
@@ -2299,45 +2332,45 @@ msgstr ""
2299
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2300
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2301
 
2302
- #: admin/social_login.php:910
2303
  msgid "Enable social account linking at BuddyPress profile page"
2304
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2305
 
2306
- #: admin/social_login.php:920
2307
  msgid ""
2308
  "Enable this option to show social account linking interface at BuddyPress "
2309
  "profile page"
2310
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2311
 
2312
- #: admin/social_login.php:931
2313
  msgid "Email popup options"
2314
  msgstr "电子邮件弹出选项"
2315
 
2316
- #: admin/social_login.php:937
2317
  msgid "Text on 'Email required' popup"
2318
  msgstr "在“电子邮件必填”弹出口显示的文本"
2319
 
2320
- #: admin/social_login.php:947
2321
  msgid ""
2322
  "This text will be displayed on email required popup. Leave empty if not "
2323
  "required."
2324
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2325
 
2326
- #: admin/social_login.php:956
2327
  msgid "Error message for 'Email required' popup"
2328
  msgstr "“电子邮件必填”弹出口的错误信息"
2329
 
2330
- #: admin/social_login.php:966
2331
  msgid ""
2332
  "This message will be displayed to user if it provides invalid or already "
2333
  "registered email"
2334
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2335
 
2336
- #: admin/social_login.php:975
2337
  msgid "Email popup height"
2338
  msgstr "电子邮件弹出口高度"
2339
 
2340
- #: admin/social_login.php:985
2341
  msgid ""
2342
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2343
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2346,11 +2379,11 @@ msgstr ""
2346
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2347
  "的高度。留空为默认。"
2348
 
2349
- #: admin/social_login.php:993
2350
  msgid "Enable email verification"
2351
  msgstr "启用电子邮件验证"
2352
 
2353
- #: admin/social_login.php:1003
2354
  msgid ""
2355
  "If enabled, email provided by the user will be verified by sending a "
2356
  "confirmation link to that email. User would not be able to login without "
@@ -2359,82 +2392,86 @@ msgstr ""
2359
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2360
  "录。"
2361
 
2362
- #: admin/social_login.php:1024
2363
  msgid "Enable GDPR opt-in"
2364
  msgstr ""
2365
 
2366
- #: admin/social_login.php:1034
2367
  msgid ""
2368
  "Enable it to show GDPR opt-in for social login and social account linking"
2369
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2370
 
2371
- #: admin/social_login.php:1043
2372
  msgid "Placement of GDPR opt-in"
2373
  msgstr ""
2374
 
2375
- #: admin/social_login.php:1047
2376
  #, fuzzy
2377
  msgid "Above Social Login icons"
2378
  msgstr "社交登录选项"
2379
 
2380
- #: admin/social_login.php:1049
2381
  #, fuzzy
2382
  msgid "Below Social Login icons"
2383
  msgstr "社交登录选项"
2384
 
2385
- #: admin/social_login.php:1055
2386
  #, fuzzy
2387
  msgid "Placement of GDPR opt-in above or below the social login icons"
2388
  msgstr "在社交登录图标上方显示的选择加入的文本"
2389
 
2390
- #: admin/social_login.php:1063
2391
  msgid "Opt-in text"
2392
  msgstr ""
2393
 
2394
- #: admin/social_login.php:1073
2395
  msgid "Text for the GDPR opt-in"
2396
  msgstr ""
2397
 
2398
- #: admin/social_login.php:1081
2399
  msgid "Text to link to Privacy Policy page"
2400
  msgstr "要链接到隐私政策页面的文本"
2401
 
2402
- #: admin/social_login.php:1091
2403
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2404
  msgstr "要链接到隐私策略页的选入文本中的单词"
2405
 
2406
- #: admin/social_login.php:1099
2407
  msgid "Privacy Policy Url"
2408
  msgstr "隐私政策网址"
2409
 
2410
- #: admin/social_login.php:1109
2411
  msgid "Url of the privacy policy page of your website"
2412
  msgstr "您网站的隐私政策页面的网址"
2413
 
2414
- #: admin/social_login.php:1160 inc/widget.php:252 inc/widget.php:422
2415
  #: inc/widget.php:586 inc/widget.php:734
2416
  msgid "Select"
2417
  msgstr "选择"
2418
 
2419
- #: admin/social_login.php:1191
2420
  msgid "Social Login Shortcode & Widget"
2421
  msgstr ""
2422
 
2423
- #: admin/social_login.php:1192
2424
  msgid "Social Linking Shortcode"
2425
  msgstr "社交链接简码"
2426
 
2427
- #: admin/social_login.php:1207
2428
  msgid "Why is social login not working?"
2429
  msgstr "为什么社交登录不起作用?"
2430
 
2431
- #: admin/social_login.php:1208
2432
  msgid ""
2433
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2434
  "belong to the same app"
2435
  msgstr ""
2436
 
2437
- #: admin/social_login.php:1210
 
 
 
 
2438
  msgid ""
2439
  "Why the user is not appearing logged in even after Social Login until the "
2440
  "webpage is refreshed manually?"
@@ -2625,11 +2662,11 @@ msgstr ""
2625
  msgid "Like Buttons Shortcode & Widget"
2626
  msgstr "喜欢按钮简码 & 小部件"
2627
 
2628
- #: inc/shortcode.php:197 inc/widget.php:47
2629
  msgid "Log Out"
2630
  msgstr "注销"
2631
 
2632
- #: inc/shortcode.php:295
2633
  msgid ""
2634
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2635
  "Socializer > Social Login\" page in admin panel"
@@ -2647,35 +2684,35 @@ msgstr "搜索"
2647
  msgid "Archives"
2648
  msgstr "档案"
2649
 
2650
- #: inc/social_sharing.php:863 inc/social_sharing.php:1077
2651
  msgid "Invalid request"
2652
  msgstr "无效请求。"
2653
 
2654
- #: inc/social_sharing.php:870
2655
  msgid "Providers not selected"
2656
  msgstr "未选定的供应商"
2657
 
2658
- #: inc/social_login.php:721
2659
  msgid "Email"
2660
  msgstr "邮箱"
2661
 
2662
- #: inc/social_login.php:722
2663
  msgid "Confirm email"
2664
  msgstr "确认邮箱"
2665
 
2666
- #: inc/social_login.php:724
2667
  msgid "Save"
2668
  msgstr "保存"
2669
 
2670
- #: inc/social_login.php:725
2671
  msgid "Cancel"
2672
  msgstr "取消"
2673
 
2674
- #: inc/social_login.php:799
2675
  msgid "Email Verification"
2676
  msgstr "电子邮件验证"
2677
 
2678
- #: inc/social_login.php:801
2679
  msgid ""
2680
  "Please click on the following link or paste it in browser to verify your "
2681
  "email"
@@ -2686,9 +2723,10 @@ msgid "Super Socializer - Login"
2686
  msgstr "Super Socializer-登录"
2687
 
2688
  #: inc/widget.php:13
 
2689
  msgid ""
2690
  "Let your website users login/register using their favorite Social ID "
2691
- "Provider, such as Facebook, Twitter, Google+, LinkedIn"
2692
  msgstr ""
2693
  "让您的网站用户使用他们最喜欢的社会化 ID ,例如 Facebook,Twitter,Google +,"
2694
  "LinkedIn 登录/注册"
@@ -2920,6 +2958,13 @@ msgstr "YouTube频道网址:"
2920
  msgid "RSS Feed URL:"
2921
  msgstr "RSS 订阅链接:"
2922
 
 
 
 
 
 
 
 
2923
  #~ msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
2924
  #~ msgstr "恢复移动到 ssl/http 后丢失的 facebook 评论"
2925
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2019-02-23 08:37+0530\n"
5
+ "PO-Revision-Date: 2019-02-23 08:37+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
82
  msgid "Notification"
83
  msgstr "通知"
84
 
85
+ #: super_socializer.php:902 admin/social_login.php:787
86
  msgid "Email required"
87
  msgstr "邮件地址(比选)"
88
 
110
  msgid "Link copied."
111
  msgstr "链接已复制。"
112
 
113
+ #: super_socializer.php:1243
114
  msgid "Super Socializer - General Options"
115
  msgstr "Super Socializer-常规选项"
116
 
117
+ #: super_socializer.php:1243 admin/general_options.php:15
118
  #: admin/social_commenting.php:47
119
  msgid "General Options"
120
  msgstr "常规选项"
121
 
122
+ #: super_socializer.php:1311 helper.php:898
123
  msgid "Social Avatar"
124
  msgstr "社会化头像"
125
 
126
+ #: super_socializer.php:1314
127
  msgid "Small Avatar Url"
128
  msgstr "小头像 Url"
129
 
130
+ #: super_socializer.php:1318
131
  msgid "Large Avatar Url"
132
  msgstr "大头像 Url"
133
 
134
+ #: super_socializer.php:1322 helper.php:901
135
  msgid ""
136
  "Do not fetch and update social avatar from my profile, next time I Social "
137
  "Login"
138
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
139
 
140
+ #: super_socializer.php:1326 helper.php:902
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
144
+ #: super_socializer.php:1399 super_socializer.php:2051
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
149
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
150
  "操作。"
151
 
152
+ #: super_socializer.php:1405
153
  msgid "Login with your Social ID"
154
  msgstr "使用您的社交 ID登录"
155
 
156
+ #: super_socializer.php:1406
157
  msgid "Email you entered is already registered or invalid"
158
  msgstr "您输入的电子邮件已经注册或无效"
159
 
160
+ #: super_socializer.php:1411
161
  msgid "Please enter a valid email address. You might be required to verify it"
162
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
163
 
164
+ #: super_socializer.php:1415 super_socializer.php:1975
165
  msgid "Link your social account to login to your account at this website"
166
  msgstr "链接你的社会化媒体帐户登录您本站账号"
167
 
168
+ #: super_socializer.php:1642
169
+ #, php-format
170
+ msgid ""
171
+ "Thanks for installing Super Socializer plugin. Click <a href=\"%s\" target="
172
+ "\"_blank\">here</a> for the steps on how to configure the plugin"
173
+ msgstr ""
174
+
175
+ #: super_socializer.php:1652
176
  msgid ""
177
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
178
  "current version of Super Socialzer"
179
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
180
 
181
+ #: super_socializer.php:1661
182
  msgid ""
183
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
184
  "version of Super Socialzer"
185
  msgstr ""
186
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
187
 
188
+ #: super_socializer.php:1670
189
  msgid ""
190
  "Update \"Social Login Buttons\" add-on for compatibility with current "
191
  "version of Super Socialzer"
192
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
193
 
194
+ #: super_socializer.php:1679
195
  msgid ""
196
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
197
  "with current version of Super Socialzer"
199
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
200
  "容"
201
 
202
+ #: super_socializer.php:1688
203
  msgid ""
204
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
205
  "with current version of Super Socialzer"
206
  msgstr ""
207
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
208
 
209
+ #: super_socializer.php:1695
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
212
  "LiveJournal Login of Super Socialzer"
213
  msgstr "更新 \"社交登录 mycred 集成\" 加载项与超级社交器的 livejoin 登录兼容"
214
 
215
+ #: super_socializer.php:1706
216
  #, php-format
217
  msgid ""
218
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
220
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
221
  "处 </a>"
222
 
223
+ #: super_socializer.php:1722
224
  #, php-format
225
  msgid ""
226
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
227
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
228
 
229
+ #: super_socializer.php:1746
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
237
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
238
  "target = \"_ black\" > </a>"
239
 
240
+ #: super_socializer.php:1746 super_socializer.php:1771
241
+ #: super_socializer.php:1796 super_socializer.php:1821
242
+ #: super_socializer.php:1854 super_socializer.php:1882
243
+ #: super_socializer.php:1909 super_socializer.php:1933
244
  msgid "Okay"
245
  msgstr "好的"
246
 
247
+ #: super_socializer.php:1771
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
255
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
256
  "a>"
257
 
258
+ #: super_socializer.php:1796
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
266
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
267
  "black\" > </a>"
268
 
269
+ #: super_socializer.php:1821
270
  #, php-format
271
  msgid ""
272
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
277
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
278
  "black\" > </a>"
279
 
280
+ #: super_socializer.php:1832
281
  #, php-format
282
  msgid ""
283
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
284
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
285
 
286
+ #: super_socializer.php:1854
287
  #, php-format
288
  msgid ""
289
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
293
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
294
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
295
 
296
+ #: super_socializer.php:1882
297
  #, php-format
298
  msgid ""
299
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
302
  "your website %s with them. No need to copy-paste any code from their website."
303
  msgstr ""
304
 
305
+ #: super_socializer.php:1909
306
  #, php-format
307
  msgid ""
308
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
313
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
314
  "\" > </a>"
315
 
316
+ #: super_socializer.php:1933
317
  #, php-format
318
  msgid ""
319
  "Your website visitors will see a popup notification (only once) if their "
419
  msgid "Large Avatar"
420
  msgstr "大头像"
421
 
422
+ #: helper.php:913 admin/general_options.php:132 admin/social_sharing.php:1964
423
+ #: admin/social_commenting.php:483 admin/social_login.php:1259
424
  #: admin/like_buttons.php:826
425
  msgid "Save Changes"
426
  msgstr "保存更改"
442
  msgstr "发生了一些不好的事情"
443
 
444
  #: admin/general_options.php:7 admin/general_options.php:136
445
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1968
446
  #: admin/social_commenting.php:5 admin/social_commenting.php:487
447
+ #: admin/social_login.php:5 admin/social_login.php:1263
448
  #: admin/like_buttons.php:6 admin/like_buttons.php:830
449
  #, fuzzy, php-format
450
  msgid ""
513
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
514
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
515
 
516
+ #: admin/general_options.php:147 admin/social_sharing.php:1974
517
+ #: admin/social_commenting.php:493 admin/social_login.php:1269
518
  #: admin/like_buttons.php:836
519
  msgid "Instagram Shoutout"
520
  msgstr ""
521
 
522
+ #: admin/general_options.php:149 admin/social_sharing.php:1976
523
+ #: admin/social_commenting.php:495 admin/social_login.php:1271
524
  #: admin/like_buttons.php:838
525
  msgid ""
526
  "If you can send (to hello@heateor.com) how our plugin is helping your "
530
  "如果您可以发送(至hello@heateor.com)我们的插件如何帮助您的业务,我们可以在"
531
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
532
 
533
+ #: admin/general_options.php:150 admin/social_sharing.php:1977
534
+ #: admin/social_commenting.php:496 admin/social_login.php:1272
535
  #: admin/like_buttons.php:839
536
  msgid ""
537
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
544
  "年里,他们已经成为最受欢迎的在线教练网站之一。任何人都可以在短时间内以一种非"
545
  "常简单的方式精通自己选择的编程语言。"
546
 
547
+ #: admin/general_options.php:151 admin/social_sharing.php:1978
548
+ #: admin/social_commenting.php:497 admin/social_login.php:1273
549
  #: admin/like_buttons.php:840
550
  msgid ""
551
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
569
  msgid "by"
570
  msgstr "作者"
571
 
572
+ #: admin/help.php:18
 
 
 
 
 
 
 
573
  msgid "Donate Now"
574
  msgstr "现在捐赠"
575
 
576
+ #: admin/help.php:24
577
  msgid "Plugin Demo"
578
  msgstr "插件演示"
579
 
580
+ #: admin/help.php:30
581
  msgid "Translate Plugin"
582
  msgstr "翻译插件"
583
 
584
+ #: admin/help.php:36 admin/social_login.php:58
585
  msgid "Customize Social Login Icons"
586
  msgstr "自定义社交登录图标"
587
 
588
+ #: admin/help.php:42
589
  msgid "Integrate with Google Analytics"
590
  msgstr "谷歌分析与集成"
591
 
592
+ #: admin/help.php:48
593
  msgid "Boost sharing by awarding points"
594
  msgstr "通过授予积分刺激共享"
595
 
596
+ #: admin/help.php:54
597
  msgid "Award points for Social Login"
598
  msgstr "为社交登录授予积分"
599
 
600
+ #: admin/help.php:60
601
  msgid "Other Add-ons"
602
  msgstr "其他加载项"
603
 
604
+ #: admin/help.php:66
605
  msgid "Support Forum"
606
  msgstr "支持论坛"
607
 
608
+ #: admin/help.php:71
609
  msgid "Need Help?"
610
  msgstr "需要帮助?"
611
 
612
+ #: admin/help.php:73
613
  msgid ""
614
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
615
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
621
  "件,只需发电子邮件<a href=“mailto:support@heateor.com”>support@heateor.com</"
622
  "a>"
623
 
624
+ #: admin/help.php:78
625
  msgid "Testimonial"
626
  msgstr "见证"
627
 
628
+ #: admin/help.php:80
629
  msgid ""
630
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
631
  "\">testimonials@heateor.com</a>"
633
  "您可以向我们发送表扬信<a href=\"mailto:testimonials@heateor.com"
634
  "\">testimonials@heateor.com</a>"
635
 
636
+ #: admin/help.php:85
637
  msgid "Support Us"
638
  msgstr "支持我们"
639
 
640
+ #: admin/help.php:88 admin/help.php:91 admin/help.php:92 admin/help.php:93
641
+ #: admin/help.php:94 admin/help.php:95
642
  msgid "Rate 5-star"
643
  msgstr "5-星评价"
644
 
679
  msgid "3rd Party Integration"
680
  msgstr "第三方集成"
681
 
682
+ #: admin/social_sharing.php:56 admin/social_sharing.php:1892
683
+ #: admin/social_sharing.php:1894 admin/social_login.php:46
684
+ #: admin/social_login.php:1225 admin/like_buttons.php:51
685
  #: admin/like_buttons.php:797
686
  msgid "Shortcode & Widget"
687
  msgstr "简码&小工具"
690
  msgid "Troubleshooter"
691
  msgstr "排错"
692
 
693
+ #: admin/social_sharing.php:58 admin/social_sharing.php:1925
694
  #: admin/social_commenting.php:40 admin/social_commenting.php:467
695
+ #: admin/social_login.php:47 admin/social_login.php:1239
696
  #: admin/like_buttons.php:52 admin/like_buttons.php:810
697
  msgid "FAQ"
698
  msgstr "常见问题解答"
919
  msgstr "要分享的网址"
920
 
921
  #: admin/social_sharing.php:735 admin/social_login.php:532
922
+ #: admin/social_login.php:909 admin/like_buttons.php:109 inc/widget.php:929
923
  msgid "Title"
924
  msgstr "标题"
925
 
1001
  msgstr "放置"
1002
 
1003
  #: admin/social_sharing.php:972 admin/social_sharing.php:1413
1004
+ #: admin/social_login.php:848 admin/social_login.php:878
1005
  #: admin/like_buttons.php:226 admin/like_buttons.php:511
1006
  msgid "Homepage"
1007
  msgstr "主页"
1175
  msgstr "指定要实现垂直共享界面的网页"
1176
 
1177
  #: admin/social_sharing.php:1525
1178
+ #, fuzzy
1179
+ msgid "Hide floating slider"
1180
+ msgstr "隐藏登入客戶"
1181
+
1182
+ #: admin/social_sharing.php:1535
1183
+ #, fuzzy
1184
+ msgid "Hides the slider arrow present below the floating share bar"
1185
+ msgstr "如何在浮动共享栏后隐藏箭头?"
1186
+
1187
+ #: admin/social_sharing.php:1543
1188
  msgid "Vertical floating bar responsiveness"
1189
  msgstr "立式浮栏响应能力"
1190
 
1191
+ #: admin/social_sharing.php:1546
1192
  #, php-format
1193
  msgid "Display vertical interface only when screen is wider than %s pixels"
1194
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
1195
 
1196
+ #: admin/social_sharing.php:1553
1197
  msgid ""
1198
  "Display vertical interface only when screen is wider than the width "
1199
  "specified."
1200
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
1201
 
1202
+ #: admin/social_sharing.php:1561
1203
  msgid "Horizontal floating bar responsiveness"
1204
  msgstr "水平浮动栏响应"
1205
 
1206
+ #: admin/social_sharing.php:1564
1207
  #, php-format
1208
  msgid ""
1209
  "Stick vertical floating interface horizontally at bottom only when screen is "
1210
  "narrower than %s pixels"
1211
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
1212
 
1213
+ #: admin/social_sharing.php:1571
1214
  msgid ""
1215
  "Stick vertical floating interface horizontally at bottom only when screen is "
1216
  "narrower than the width specified"
1217
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
1218
 
1219
+ #: admin/social_sharing.php:1581
1220
  msgid "Horizontal floating bar position"
1221
  msgstr "水平浮动栏位置"
1222
 
1223
+ #: admin/social_sharing.php:1584
1224
  #, php-format
1225
  msgid "%s pixels from %s"
1226
  msgstr "%s像素来自%s"
1227
 
1228
+ #: admin/social_sharing.php:1585
1229
  msgid "Auto-adjust according to screen width (responsive)"
1230
  msgstr "根据屏幕宽度自动调整 (自响应)"
1231
 
1232
+ #: admin/social_sharing.php:1592
1233
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1234
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
1235
 
1236
+ #: admin/social_sharing.php:1612 admin/like_buttons.php:592
1237
  msgid "Url shortener"
1238
  msgstr "短网址"
1239
 
1240
+ #: admin/social_sharing.php:1618
1241
  msgid "Use shortlinks already installed"
1242
  msgstr "短网址已安装,发推按钮"
1243
 
1244
+ #: admin/social_sharing.php:1628
1245
  msgid "Uses default short url permalinks without using any additional plugin"
1246
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
1247
 
1248
+ #: admin/social_sharing.php:1636
1249
  msgid "Enable bit.ly url shortener for sharing"
1250
  msgstr "用于使用bit.ly url短链共享"
1251
 
1252
+ #: admin/social_sharing.php:1646 admin/like_buttons.php:626
1253
  msgid "Master control to enable bit.ly url shortening for sharing"
1254
  msgstr "主控件以启用 bit.ly url 短链共享"
1255
 
1256
+ #: admin/social_sharing.php:1654
1257
  msgid "bit.ly Login"
1258
  msgstr "bit.ly登录"
1259
 
1260
+ #: admin/social_sharing.php:1664 admin/social_sharing.php:1683
1261
  #, php-format
1262
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1263
  msgstr ""
1264
  "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
1265
 
1266
+ #: admin/social_sharing.php:1673 admin/like_buttons.php:653
1267
  msgid "bit.ly API Key"
1268
  msgstr "bit.ly API 密钥"
1269
 
1270
+ #: admin/social_sharing.php:1692 admin/like_buttons.php:672
1271
  msgid "Clear Bitly Cache"
1272
  msgstr "清除 Bitly 缓存"
1273
 
1274
+ #: admin/social_sharing.php:1696 admin/like_buttons.php:676
1275
  msgid "ShortUrl cache cleared successfully."
1276
  msgstr "ShortUrl 缓存成功清除。"
1277
 
1278
+ #: admin/social_sharing.php:1703 admin/like_buttons.php:683
1279
  msgid ""
1280
  "Use this to delete short urls saved in database. Handy, if urls of your "
1281
  "website have been changed but short urls are still being generated for old "
1284
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1285
  "仍为旧网址,手动处理。"
1286
 
1287
+ #: admin/social_sharing.php:1712
1288
  msgid "Share Count Cache"
1289
  msgstr "共享计数缓存"
1290
 
1291
+ #: admin/social_sharing.php:1718
1292
  msgid "Refresh Share Count cache every"
1293
  msgstr "清空每个计数器缓存"
1294
 
1295
+ #: admin/social_sharing.php:1723
1296
  msgid "Second(s)"
1297
  msgstr "秒(s)"
1298
 
1299
+ #: admin/social_sharing.php:1724
1300
  msgid "Minute(s)"
1301
  msgstr "分钟"
1302
 
1303
+ #: admin/social_sharing.php:1725
1304
  msgid "Hour(s)"
1305
  msgstr "小时"
1306
 
1307
+ #: admin/social_sharing.php:1726
1308
  msgid "Day(s)"
1309
  msgstr "天"
1310
 
1311
+ #: admin/social_sharing.php:1734
1312
  #, php-format
1313
  msgid ""
1314
  "Frequent cache refreshing results in slower loading of pages with share "
1318
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1319
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1320
 
1321
+ #: admin/social_sharing.php:1742
1322
  msgid "Clear Share Counts Cache"
1323
  msgstr "清除共享计数缓存"
1324
 
1325
+ #: admin/social_sharing.php:1746
1326
  msgid "Share Counts cache cleared successfully."
1327
  msgstr "分享计数缓存成功清除。"
1328
 
1329
+ #: admin/social_sharing.php:1753
1330
  msgid "Use this to clear cached share counts"
1331
  msgstr "使用这个清除计数的缓存"
1332
 
1333
+ #: admin/social_sharing.php:1762 admin/social_sharing.php:1768
1334
  #: admin/social_commenting.php:324 admin/like_buttons.php:692
1335
  #: admin/like_buttons.php:698
1336
  msgid "Language"
1337
  msgstr "语言"
1338
 
1339
+ #: admin/social_sharing.php:1778
1340
  #, php-format
1341
  msgid ""
1342
  "Enter the code of the language you want to use for like buttons. You can "
1346
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1347
  "链接</a>找到语言代码。留空为默认 (英语)"
1348
 
1349
+ #: admin/social_sharing.php:1787
1350
  msgid "Username in sharing"
1351
  msgstr "共享的用户名"
1352
 
1353
+ #: admin/social_sharing.php:1793
1354
  msgid "Twitter username (without @)"
1355
  msgstr "Twitter账号(无@)"
1356
 
1357
+ #: admin/social_sharing.php:1803 admin/social_sharing.php:1822
1358
  msgid ""
1359
  "Provided username will be appended after the content being shared as \"via "
1360
  "@USERNAME\". Leave empty if you do not want any username in the content "
1363
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1364
  "请留空。"
1365
 
1366
+ #: admin/social_sharing.php:1812
1367
  msgid "Buffer username (without @)"
1368
  msgstr "缓冲用户名 (无 @)"
1369
 
1370
+ #: admin/social_sharing.php:1831
1371
  msgid "AMP"
1372
  msgstr ""
1373
 
1374
+ #: admin/social_sharing.php:1837
1375
  msgid "Enable sharing on AMP pages"
1376
  msgstr "在 AMP 页面上启用分享"
1377
 
1378
+ #: admin/social_sharing.php:1847
1379
  msgid "Enable this option to render sharing icons on AMP pages"
1380
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1381
 
1382
+ #: admin/social_sharing.php:1866 admin/like_buttons.php:771
1383
  msgid "myCRED"
1384
  msgstr "myCRED"
1385
 
1386
+ #: admin/social_sharing.php:1872 admin/like_buttons.php:777
1387
  msgid "Append myCRED referral ID to the urls being shared"
1388
  msgstr "将myCRED推荐ID追加到分享的URL"
1389
 
1390
+ #: admin/social_sharing.php:1905
1391
  msgid "Facebook Sharing Troubleshooter"
1392
  msgstr "Facebook 分享疑难解答"
1393
 
1394
+ #: admin/social_sharing.php:1910
1395
  msgid ""
1396
  "If Facebook sharing is not working fine, click at the following link and "
1397
  "enter the problematic url (where Facebook sharing is not working properly) "
1401
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1402
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1403
 
1404
+ #: admin/social_sharing.php:1927 admin/social_commenting.php:469
1405
+ #: admin/social_login.php:1241
1406
  msgid ""
1407
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1408
  "an online website for the plugin to function properly."
1410
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1411
  "使插件正常运行。"
1412
 
1413
+ #: admin/social_sharing.php:1928
1414
  msgid ""
1415
  "Why is sharer not showing the correct image, title and other meta tags "
1416
  "content?"
1417
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1418
 
1419
+ #: admin/social_sharing.php:1930
1420
  msgid "Why is Instagram icon redirecting to Instagram website?"
1421
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1422
 
1423
+ #: admin/social_sharing.php:1931
1424
  msgid ""
1425
  "Instagram icon is there to send website visitors to the Instagram page of "
1426
  "your choice. You can save the desired Instagram handle in \"Instagram "
1430
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1431
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1432
 
1433
+ #: admin/social_sharing.php:1934
1434
  msgid ""
1435
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1436
  msgstr ""
1437
 
1438
+ #: admin/social_sharing.php:1935
1439
  msgid ""
1440
  "It takes some time for their service to track the shares made on Twitter "
1441
  "from your website. If you still feel it's taking too long you can contact "
1442
  "their support directly from their website."
1443
  msgstr ""
1444
 
1445
+ #: admin/social_sharing.php:1937 admin/like_buttons.php:814
1446
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1447
  msgstr "如何在同一行中放置标题和社交分享图标?"
1448
 
1449
+ #: admin/social_sharing.php:1938
1450
  msgid ""
1451
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1452
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1453
 
1454
+ #: admin/social_sharing.php:1939 admin/social_commenting.php:472
1455
+ #: admin/social_login.php:1248
1456
  msgid "Why is my browser blocking some features of the plugin?"
1457
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1458
 
1459
+ #: admin/social_sharing.php:1940
1460
  msgid "Why the color of share icons is not being updated?"
1461
  msgstr "为什么分享图标的颜色未更新?"
1462
 
1463
+ #: admin/social_sharing.php:1941
1464
  msgid "Why Facebook share counts are not appearing?"
1465
  msgstr "为什么Facebook 分享数量没有出现?"
1466
 
1467
+ #: admin/social_sharing.php:1942
1468
  msgid ""
1469
  "How can I show share counts of my website rather than of individual pages/"
1470
  "posts?"
1471
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1472
 
1473
+ #: admin/social_sharing.php:1943
1474
  msgid "How can I disable sharing on particular page/post?"
1475
  msgstr "如何在特定的页面文章上禁用共享?"
1476
 
1477
+ #: admin/social_sharing.php:1944
1478
  msgid "How can I specify minimum sharing count for sharing networks?"
1479
  msgstr "如何为共享网络共享指定最少数目?"
1480
 
1481
+ #: admin/social_sharing.php:1945
1482
  msgid "How to share specific page?"
1483
  msgstr "如何共享特定页面?"
1484
 
1485
+ #: admin/social_sharing.php:1946
1486
  msgid "How to integrate Google Analytics with sharing?"
1487
  msgstr "谷歌分析与集成"
1488
 
1489
+ #: admin/social_sharing.php:1947
1490
  msgid "How to customize the look of total share counts?"
1491
  msgstr "如何自定义总共享计数的外观?"
1492
 
1493
+ #: admin/social_sharing.php:1948
1494
  msgid "How to customize the look of individual share counts?"
1495
  msgstr "如何自定义个人共享计数的外观?"
1496
 
1497
+ #: admin/social_sharing.php:1949
1498
  msgid "How to show Whatsapp icon only on mobile devices?"
1499
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1500
 
1501
+ #: admin/social_sharing.php:1950
1502
  msgid "How to hide arrow after floating sharing bar?"
1503
  msgstr "如何在浮动共享栏后隐藏箭头?"
1504
 
1505
+ #: admin/social_sharing.php:1951
1506
  msgid "Why is share count not getting updated?"
1507
  msgstr "为什么共享计数没有得到更新?"
1508
 
1509
+ #: admin/social_sharing.php:1952 admin/like_buttons.php:812
1510
  msgid "Why is there so much space between like buttons?"
1511
  msgstr "为什么像按钮之间有这么多的空间?"
1512
 
1513
+ #: admin/social_sharing.php:1953 admin/like_buttons.php:813
1514
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1515
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1516
 
1770
  msgid "Advanced Configuration"
1771
  msgstr "高级配置"
1772
 
1773
+ #: admin/social_login.php:42 admin/social_login.php:1054
1774
  msgid "GDPR"
1775
  msgstr "GDPR"
1776
 
1777
+ #: admin/social_login.php:44 admin/social_login.php:1176
1778
  msgid "XProfile Integration"
1779
  msgstr "xprofile 集成"
1780
 
1819
  msgstr "LinkedIn"
1820
 
1821
  #: admin/social_login.php:119
1822
+ #, fuzzy
1823
+ msgid "Google"
1824
  msgstr "Google+"
1825
 
1826
  #: admin/social_login.php:123
1954
  "档进行操作, 以获取 linkedin 客户端机密"
1955
 
1956
  #: admin/social_login.php:301
1957
+ msgid "Google Client ID"
1958
  msgstr ""
1959
 
1960
  #: admin/social_login.php:311
1961
+ #, fuzzy, php-format
1962
  msgid ""
1963
+ "Required for Google Social Login to work. Please follow the documentation at "
1964
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
 
1965
  msgstr ""
1966
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1967
  "接</a>得到GOOGLEPLUS客户端ID"
1973
  msgstr "粘贴以下 url 在 <strong> 授权的 re正确性 uri </strong> 选项在上述链接"
1974
 
1975
  #: admin/social_login.php:323
1976
+ msgid "Google Client Secret"
1977
  msgstr ""
1978
 
1979
  #: admin/social_login.php:333
1980
+ #, fuzzy, php-format
1981
  msgid ""
1982
+ "Required for Google Social Login to work. Please follow the documentation at "
1983
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
 
1984
  msgstr ""
1985
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
1986
  "链接 </a> 获取 google plus 客户端机密"
2103
  msgstr "文本显示社交登录界面的上方"
2104
 
2105
  #: admin/social_login.php:551
2106
+ #, fuzzy
2107
+ msgid "Center align icons"
2108
+ msgstr "重新排列图标"
2109
+
2110
+ #: admin/social_login.php:561
2111
+ #, fuzzy
2112
+ msgid "Center align social login icons"
2113
+ msgstr "社交登录选项"
2114
+
2115
+ #: admin/social_login.php:569
2116
  msgid "Enable at login page"
2117
  msgstr "在登录页面启用"
2118
 
2119
+ #: admin/social_login.php:579
2120
  msgid ""
2121
  "Social Login interface will get enabled at the login page of your website"
2122
  msgstr "社交登录界面会在你的网站的登录页面启用"
2123
 
2124
+ #: admin/social_login.php:587
2125
  msgid "Enable at register page"
2126
  msgstr "在注册页面启用"
2127
 
2128
+ #: admin/social_login.php:597
2129
  msgid ""
2130
  "Social Login interface will get enabled at the registration page of your "
2131
  "website"
2132
  msgstr "社交登录界面会在你的网站的注册页面启用"
2133
 
2134
+ #: admin/social_login.php:605
2135
  msgid "Enable at comment form"
2136
  msgstr "在评论表单启用"
2137
 
2138
+ #: admin/social_login.php:615
2139
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2140
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2141
 
2142
+ #: admin/social_login.php:630
2143
  msgid "Enable before WooCommerce Customer Login Form"
2144
  msgstr "WooCommerce客户登录表单前启用"
2145
 
2146
+ #: admin/social_login.php:640
2147
  msgid ""
2148
  "Social Login Interface will get enabled before the customer login form at "
2149
  "WooCommerce My Account page"
2150
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2151
 
2152
+ #: admin/social_login.php:648
2153
+ #, fuzzy
2154
+ msgid "Enable at WooCommerce Customer Login Form"
2155
  msgstr "在WooCommerce客户登录表单后启用"
2156
 
2157
+ #: admin/social_login.php:658
2158
+ #, fuzzy
2159
+ msgid ""
2160
+ "Integrate Social Login Interface with the customer login form at WooCommerce "
2161
+ "My Account page"
2162
+ msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2163
+
2164
+ #: admin/social_login.php:666
2165
+ #, fuzzy
2166
+ msgid "Enable at WooCommerce Customer Register Form"
2167
+ msgstr "在WooCommerce客户登录表单后启用"
2168
+
2169
+ #: admin/social_login.php:676
2170
+ #, fuzzy
2171
  msgid ""
2172
+ "Integrate Social Login Interface with the customer register form at "
2173
  "WooCommerce My Account page"
2174
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2175
 
2176
+ #: admin/social_login.php:684
2177
  msgid "Enable at WooCommerce checkout page"
2178
  msgstr "在WooCommerce “结算”页面启用"
2179
 
2180
+ #: admin/social_login.php:694
2181
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2182
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2183
 
2184
+ #: admin/social_login.php:705
2185
  msgid "Auto-approve comments made by Social Login users"
2186
  msgstr "自动批准社交登录用户评论"
2187
 
2188
+ #: admin/social_login.php:715
2189
  msgid ""
2190
  "If this option is enabled, and WordPress comment is made by Social Login "
2191
  "user, comment will get approved immediately without keeping in moderation."
2193
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2194
  "况下立即批准。"
2195
 
2196
+ #: admin/social_login.php:716
2197
  msgid "Note: This is not related to Facebook comments"
2198
  msgstr "注:这Facebook的评论无关"
2199
 
2200
+ #: admin/social_login.php:726
2201
  msgid "Enable social avatar"
2202
  msgstr "启用社交头像"
2203
 
2204
+ #: admin/social_login.php:736
2205
  msgid ""
2206
  "Social profile pictures of the logged in user will be displayed as profile "
2207
  "avatar"
2208
  msgstr "登录用户的社交资料图片将显示为个人头像"
2209
 
2210
+ #: admin/social_login.php:746
2211
  msgid "Avatar quality"
2212
  msgstr "头像质量"
2213
 
2214
+ #: admin/social_login.php:749
2215
  msgid "Average"
2216
  msgstr "一般"
2217
 
2218
+ #: admin/social_login.php:750
2219
  msgid "Best"
2220
  msgstr "最好"
2221
 
2222
+ #: admin/social_login.php:757
2223
  msgid "Choose avatar quality"
2224
  msgstr "选择头像质量"
2225
 
2226
+ #: admin/social_login.php:766
2227
  msgid ""
2228
  "Show option for users to update social avatar at BuddyPress profile page"
2229
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2230
 
2231
+ #: admin/social_login.php:776
2232
  msgid ""
2233
  "If enabled, users would be able to update their social avatar from \"Profile "
2234
  "photo\" section in BuddyPress profile at front-end"
2236
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2237
  "头像"
2238
 
2239
+ #: admin/social_login.php:797
2240
  msgid ""
2241
  "If enabled and Social ID provider does not provide user's email address on "
2242
  "login, user will be asked to provide his/her email address. Otherwise, a "
2245
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2246
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2247
 
2248
+ #: admin/social_login.php:806
2249
  msgid "Send post-registration email to user to set account password"
2250
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2251
 
2252
+ #: admin/social_login.php:816
2253
  msgid ""
2254
  "If enabled, an email will be sent to user after registration through Social "
2255
  "Login, regarding his/her login credentials (username-password to be able to "
2258
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2259
  "(用户名,密码,能够通过传统的登录表单登录)"
2260
 
2261
+ #: admin/social_login.php:824
2262
  msgid "Send new user registration notification email to admin"
2263
  msgstr "向管理员发送新的用户注册通知电子邮件"
2264
 
2265
+ #: admin/social_login.php:834
2266
  msgid ""
2267
  "If enabled, an email will be sent to admin after new user registers through "
2268
  "Social Login, notifying admin about the new user registration"
2270
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2271
  "关新用户注册的信息"
2272
 
2273
+ #: admin/social_login.php:842
2274
  msgid "Login redirection"
2275
  msgstr "登录重定向"
2276
 
2277
+ #: admin/social_login.php:846
2278
  msgid "Same page where user logged in"
2279
  msgstr "用户登录同样的页面"
2280
 
2281
+ #: admin/social_login.php:850 admin/social_login.php:880
2282
  msgid "Account dashboard"
2283
  msgstr "帐户信息中心"
2284
 
2285
+ #: admin/social_login.php:853 admin/social_login.php:883
2286
  msgid "BuddyPress profile page"
2287
  msgstr "BuddyPress 档案"
2288
 
2289
+ #: admin/social_login.php:856 admin/social_login.php:886
2290
  msgid "Custom Url"
2291
  msgstr "自定义 URL"
2292
 
2293
+ #: admin/social_login.php:864
2294
  msgid "User will be redirected to the selected page after Social Login"
2295
  msgstr "用户社交登录后会被重定向到选择的页面"
2296
 
2297
+ #: admin/social_login.php:872
2298
  msgid "Registration redirection"
2299
  msgstr "注册重定向"
2300
 
2301
+ #: admin/social_login.php:876
2302
  msgid "Same page from where user registered"
2303
  msgstr "用户注册同样的页面"
2304
 
2305
+ #: admin/social_login.php:894
2306
  msgid ""
2307
  "User will be redirected to the selected page after registration (first "
2308
  "Social Login) through Social Login"
2309
  msgstr ""
2310
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2311
 
2312
+ #: admin/social_login.php:903
2313
  msgid "Social Account Linking Options"
2314
  msgstr "社交帐户链接选项"
2315
 
2316
+ #: admin/social_login.php:919
2317
  msgid "Text to display above the Social Account Linking interface"
2318
  msgstr "要显示在社交帐户链接界面上方的文本"
2319
 
2320
+ #: admin/social_login.php:927
2321
  msgid ""
2322
  "Link social account to already existing account, if email address matches"
2323
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2324
 
2325
+ #: admin/social_login.php:937
2326
  msgid ""
2327
  "If email address of the user's Social Account matches with an already "
2328
  "existing account at your website, that social account will be linked to "
2332
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2333
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2334
 
2335
+ #: admin/social_login.php:946
2336
  msgid "Enable social account linking at BuddyPress profile page"
2337
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2338
 
2339
+ #: admin/social_login.php:956
2340
  msgid ""
2341
  "Enable this option to show social account linking interface at BuddyPress "
2342
  "profile page"
2343
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2344
 
2345
+ #: admin/social_login.php:967
2346
  msgid "Email popup options"
2347
  msgstr "电子邮件弹出选项"
2348
 
2349
+ #: admin/social_login.php:973
2350
  msgid "Text on 'Email required' popup"
2351
  msgstr "在“电子邮件必填”弹出口显示的文本"
2352
 
2353
+ #: admin/social_login.php:983
2354
  msgid ""
2355
  "This text will be displayed on email required popup. Leave empty if not "
2356
  "required."
2357
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2358
 
2359
+ #: admin/social_login.php:992
2360
  msgid "Error message for 'Email required' popup"
2361
  msgstr "“电子邮件必填”弹出口的错误信息"
2362
 
2363
+ #: admin/social_login.php:1002
2364
  msgid ""
2365
  "This message will be displayed to user if it provides invalid or already "
2366
  "registered email"
2367
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2368
 
2369
+ #: admin/social_login.php:1011
2370
  msgid "Email popup height"
2371
  msgstr "电子邮件弹出口高度"
2372
 
2373
+ #: admin/social_login.php:1021
2374
  msgid ""
2375
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2376
  "can increase the height of popup by specifying in this option. Leave empty "
2379
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2380
  "的高度。留空为默认。"
2381
 
2382
+ #: admin/social_login.php:1029
2383
  msgid "Enable email verification"
2384
  msgstr "启用电子邮件验证"
2385
 
2386
+ #: admin/social_login.php:1039
2387
  msgid ""
2388
  "If enabled, email provided by the user will be verified by sending a "
2389
  "confirmation link to that email. User would not be able to login without "
2392
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2393
  "录。"
2394
 
2395
+ #: admin/social_login.php:1060
2396
  msgid "Enable GDPR opt-in"
2397
  msgstr ""
2398
 
2399
+ #: admin/social_login.php:1070
2400
  msgid ""
2401
  "Enable it to show GDPR opt-in for social login and social account linking"
2402
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2403
 
2404
+ #: admin/social_login.php:1079
2405
  msgid "Placement of GDPR opt-in"
2406
  msgstr ""
2407
 
2408
+ #: admin/social_login.php:1083
2409
  #, fuzzy
2410
  msgid "Above Social Login icons"
2411
  msgstr "社交登录选项"
2412
 
2413
+ #: admin/social_login.php:1085
2414
  #, fuzzy
2415
  msgid "Below Social Login icons"
2416
  msgstr "社交登录选项"
2417
 
2418
+ #: admin/social_login.php:1091
2419
  #, fuzzy
2420
  msgid "Placement of GDPR opt-in above or below the social login icons"
2421
  msgstr "在社交登录图标上方显示的选择加入的文本"
2422
 
2423
+ #: admin/social_login.php:1099
2424
  msgid "Opt-in text"
2425
  msgstr ""
2426
 
2427
+ #: admin/social_login.php:1109
2428
  msgid "Text for the GDPR opt-in"
2429
  msgstr ""
2430
 
2431
+ #: admin/social_login.php:1117
2432
  msgid "Text to link to Privacy Policy page"
2433
  msgstr "要链接到隐私政策页面的文本"
2434
 
2435
+ #: admin/social_login.php:1127
2436
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2437
  msgstr "要链接到隐私策略页的选入文本中的单词"
2438
 
2439
+ #: admin/social_login.php:1135
2440
  msgid "Privacy Policy Url"
2441
  msgstr "隐私政策网址"
2442
 
2443
+ #: admin/social_login.php:1145
2444
  msgid "Url of the privacy policy page of your website"
2445
  msgstr "您网站的隐私政策页面的网址"
2446
 
2447
+ #: admin/social_login.php:1196 inc/widget.php:252 inc/widget.php:422
2448
  #: inc/widget.php:586 inc/widget.php:734
2449
  msgid "Select"
2450
  msgstr "选择"
2451
 
2452
+ #: admin/social_login.php:1227
2453
  msgid "Social Login Shortcode & Widget"
2454
  msgstr ""
2455
 
2456
+ #: admin/social_login.php:1228
2457
  msgid "Social Linking Shortcode"
2458
  msgstr "社交链接简码"
2459
 
2460
+ #: admin/social_login.php:1243
2461
  msgid "Why is social login not working?"
2462
  msgstr "为什么社交登录不起作用?"
2463
 
2464
+ #: admin/social_login.php:1244
2465
  msgid ""
2466
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2467
  "belong to the same app"
2468
  msgstr ""
2469
 
2470
+ #: admin/social_login.php:1246
2471
+ msgid "Social Login not working with Varnish enabled"
2472
+ msgstr ""
2473
+
2474
+ #: admin/social_login.php:1247
2475
  msgid ""
2476
  "Why the user is not appearing logged in even after Social Login until the "
2477
  "webpage is refreshed manually?"
2662
  msgid "Like Buttons Shortcode & Widget"
2663
  msgstr "喜欢按钮简码 & 小部件"
2664
 
2665
+ #: inc/shortcode.php:198 inc/widget.php:47
2666
  msgid "Log Out"
2667
  msgstr "注销"
2668
 
2669
+ #: inc/shortcode.php:299
2670
  msgid ""
2671
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2672
  "Socializer > Social Login\" page in admin panel"
2684
  msgid "Archives"
2685
  msgstr "档案"
2686
 
2687
+ #: inc/social_sharing.php:857 inc/social_sharing.php:1071
2688
  msgid "Invalid request"
2689
  msgstr "无效请求。"
2690
 
2691
+ #: inc/social_sharing.php:864
2692
  msgid "Providers not selected"
2693
  msgstr "未选定的供应商"
2694
 
2695
+ #: inc/social_login.php:724
2696
  msgid "Email"
2697
  msgstr "邮箱"
2698
 
2699
+ #: inc/social_login.php:725
2700
  msgid "Confirm email"
2701
  msgstr "确认邮箱"
2702
 
2703
+ #: inc/social_login.php:727
2704
  msgid "Save"
2705
  msgstr "保存"
2706
 
2707
+ #: inc/social_login.php:728
2708
  msgid "Cancel"
2709
  msgstr "取消"
2710
 
2711
+ #: inc/social_login.php:802
2712
  msgid "Email Verification"
2713
  msgstr "电子邮件验证"
2714
 
2715
+ #: inc/social_login.php:804
2716
  msgid ""
2717
  "Please click on the following link or paste it in browser to verify your "
2718
  "email"
2723
  msgstr "Super Socializer-登录"
2724
 
2725
  #: inc/widget.php:13
2726
+ #, fuzzy
2727
  msgid ""
2728
  "Let your website users login/register using their favorite Social ID "
2729
+ "Provider, such as Facebook, Twitter, Google, LinkedIn"
2730
  msgstr ""
2731
  "让您的网站用户使用他们最喜欢的社会化 ID ,例如 Facebook,Twitter,Google +,"
2732
  "LinkedIn 登录/注册"
2958
  msgid "RSS Feed URL:"
2959
  msgstr "RSS 订阅链接:"
2960
 
2961
+ #~ msgid ""
2962
+ #~ "We are a creative team with unique ideas in mind and service in heart. We "
2963
+ #~ "love what we do. For more info join us at"
2964
+ #~ msgstr ""
2965
+ #~ "我们是有独特想法与用心在服务的创意团队。我们热爱我们所做的。更多的信息请访"
2966
+ #~ "问"
2967
+
2968
  #~ msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
2969
  #~ msgstr "恢复移动到 ssl/http 后丢失的 facebook 评论"
2970
 
languages/super-socializer.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-01-22 06:49+0530\n"
6
- "PO-Revision-Date: 2019-01-22 06:49+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -71,7 +71,7 @@ msgstr ""
71
  msgid "Notification"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:902 ../admin/social_login.php:751
75
  msgid "Email required"
76
  msgstr ""
77
 
@@ -99,108 +99,115 @@ msgstr ""
99
  msgid "Link copied."
100
  msgstr ""
101
 
102
- #: ../super_socializer.php:1236
103
  msgid "Super Socializer - General Options"
104
  msgstr ""
105
 
106
- #: ../super_socializer.php:1236 ../admin/general_options.php:15
107
  #: ../admin/social_commenting.php:47
108
  msgid "General Options"
109
  msgstr ""
110
 
111
- #: ../super_socializer.php:1304 ../helper.php:898
112
  msgid "Social Avatar"
113
  msgstr ""
114
 
115
- #: ../super_socializer.php:1307
116
  msgid "Small Avatar Url"
117
  msgstr ""
118
 
119
- #: ../super_socializer.php:1311
120
  msgid "Large Avatar Url"
121
  msgstr ""
122
 
123
- #: ../super_socializer.php:1315 ../helper.php:901
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
127
  msgstr ""
128
 
129
- #: ../super_socializer.php:1319 ../helper.php:902
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
- #: ../super_socializer.php:1392 ../super_socializer.php:2036
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
137
  msgstr ""
138
 
139
- #: ../super_socializer.php:1398
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1399
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1404
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
 
151
- #: ../super_socializer.php:1408 ../super_socializer.php:1960
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr ""
154
 
155
- #: ../super_socializer.php:1637
 
 
 
 
 
 
 
156
  msgid ""
157
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
158
  "current version of Super Socialzer"
159
  msgstr ""
160
 
161
- #: ../super_socializer.php:1646
162
  msgid ""
163
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
164
  "version of Super Socialzer"
165
  msgstr ""
166
 
167
- #: ../super_socializer.php:1655
168
  msgid ""
169
  "Update \"Social Login Buttons\" add-on for compatibility with current "
170
  "version of Super Socialzer"
171
  msgstr ""
172
 
173
- #: ../super_socializer.php:1664
174
  msgid ""
175
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
176
  "with current version of Super Socialzer"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1673
180
  msgid ""
181
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
182
  "with current version of Super Socialzer"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1680
186
  msgid ""
187
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
188
  "LiveJournal Login of Super Socialzer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1691
192
  #, php-format
193
  msgid ""
194
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1707
198
  #, php-format
199
  msgid ""
200
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1731
204
  #, php-format
205
  msgid ""
206
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -208,14 +215,14 @@ msgid ""
208
  "target=\"_blank\">here</a>"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1731 ../super_socializer.php:1756
212
- #: ../super_socializer.php:1781 ../super_socializer.php:1806
213
- #: ../super_socializer.php:1839 ../super_socializer.php:1867
214
- #: ../super_socializer.php:1894 ../super_socializer.php:1918
215
  msgid "Okay"
216
  msgstr ""
217
 
218
- #: ../super_socializer.php:1756
219
  #, php-format
220
  msgid ""
221
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -223,7 +230,7 @@ msgid ""
223
  "\">here</a>"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1781
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -231,7 +238,7 @@ msgid ""
231
  "target=\"_blank\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1806
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -239,13 +246,13 @@ msgid ""
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1817
243
  #, php-format
244
  msgid ""
245
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
246
  msgstr ""
247
 
248
- #: ../super_socializer.php:1839
249
  #, php-format
250
  msgid ""
251
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -253,7 +260,7 @@ msgid ""
253
  "\"%s\" target=\"_blank\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1867
257
  #, php-format
258
  msgid ""
259
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -262,7 +269,7 @@ msgid ""
262
  "your website %s with them. No need to copy-paste any code from their website."
263
  msgstr ""
264
 
265
- #: ../super_socializer.php:1894
266
  #, php-format
267
  msgid ""
268
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -270,7 +277,7 @@ msgid ""
270
  "\"%s\" target=\"_blank\">here</a>"
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1918
274
  #, php-format
275
  msgid ""
276
  "Your website visitors will see a popup notification (only once) if their "
@@ -373,8 +380,8 @@ msgid "Large Avatar"
373
  msgstr ""
374
 
375
  #: ../helper.php:913 ../admin/general_options.php:132
376
- #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
377
- #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
378
  msgid "Save Changes"
379
  msgstr ""
380
 
@@ -395,9 +402,9 @@ msgid "Something bad happened"
395
  msgstr ""
396
 
397
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
398
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
399
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
400
- #: ../admin/social_login.php:5 ../admin/social_login.php:1226
401
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
402
  #, php-format
403
  msgid ""
@@ -463,14 +470,14 @@ msgstr ""
463
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
464
  msgstr ""
465
 
466
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
467
- #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
468
  #: ../admin/like_buttons.php:836
469
  msgid "Instagram Shoutout"
470
  msgstr ""
471
 
472
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
473
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
474
  #: ../admin/like_buttons.php:838
475
  msgid ""
476
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -478,8 +485,8 @@ msgid ""
478
  "hashtags and people to mention in the Instagram post."
479
  msgstr ""
480
 
481
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
482
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
483
  #: ../admin/like_buttons.php:839
484
  msgid ""
485
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -489,8 +496,8 @@ msgid ""
489
  "time."
490
  msgstr ""
491
 
492
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
493
- #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
494
  #: ../admin/like_buttons.php:840
495
  msgid ""
496
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -511,53 +518,47 @@ msgstr ""
511
  msgid "by"
512
  msgstr ""
513
 
514
- #: ../admin/help.php:7
515
- msgid ""
516
- "We are a creative team with unique ideas in mind and service in heart. We "
517
- "love what we do. For more info join us at"
518
- msgstr ""
519
-
520
- #: ../admin/help.php:19
521
  msgid "Donate Now"
522
  msgstr ""
523
 
524
- #: ../admin/help.php:25
525
  msgid "Plugin Demo"
526
  msgstr ""
527
 
528
- #: ../admin/help.php:31
529
  msgid "Translate Plugin"
530
  msgstr ""
531
 
532
- #: ../admin/help.php:37 ../admin/social_login.php:58
533
  msgid "Customize Social Login Icons"
534
  msgstr ""
535
 
536
- #: ../admin/help.php:43
537
  msgid "Integrate with Google Analytics"
538
  msgstr ""
539
 
540
- #: ../admin/help.php:49
541
  msgid "Boost sharing by awarding points"
542
  msgstr ""
543
 
544
- #: ../admin/help.php:55
545
  msgid "Award points for Social Login"
546
  msgstr ""
547
 
548
- #: ../admin/help.php:61
549
  msgid "Other Add-ons"
550
  msgstr ""
551
 
552
- #: ../admin/help.php:67
553
  msgid "Support Forum"
554
  msgstr ""
555
 
556
- #: ../admin/help.php:72
557
  msgid "Need Help?"
558
  msgstr ""
559
 
560
- #: ../admin/help.php:74
561
  msgid ""
562
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
563
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
@@ -565,22 +566,22 @@ msgid ""
565
  "email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
566
  msgstr ""
567
 
568
- #: ../admin/help.php:79
569
  msgid "Testimonial"
570
  msgstr ""
571
 
572
- #: ../admin/help.php:81
573
  msgid ""
574
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
575
  "\">testimonials@heateor.com</a>"
576
  msgstr ""
577
 
578
- #: ../admin/help.php:86
579
  msgid "Support Us"
580
  msgstr ""
581
 
582
- #: ../admin/help.php:89 ../admin/help.php:92 ../admin/help.php:93
583
- #: ../admin/help.php:94 ../admin/help.php:95 ../admin/help.php:96
584
  msgid "Rate 5-star"
585
  msgstr ""
586
 
@@ -621,9 +622,9 @@ msgstr ""
621
  msgid "3rd Party Integration"
622
  msgstr ""
623
 
624
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
625
- #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
626
- #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
627
  #: ../admin/like_buttons.php:797
628
  msgid "Shortcode & Widget"
629
  msgstr ""
@@ -632,9 +633,9 @@ msgstr ""
632
  msgid "Troubleshooter"
633
  msgstr ""
634
 
635
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
636
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
637
- #: ../admin/social_login.php:47 ../admin/social_login.php:1203
638
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
639
  msgid "FAQ"
640
  msgstr ""
@@ -855,7 +856,7 @@ msgid "Url to share"
855
  msgstr ""
856
 
857
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
858
- #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
859
  #: ../inc/widget.php:929
860
  msgid "Title"
861
  msgstr ""
@@ -938,7 +939,7 @@ msgid "Placement"
938
  msgstr ""
939
 
940
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
941
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
942
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
943
  msgid "Homepage"
944
  msgstr ""
@@ -1106,127 +1107,135 @@ msgid "Specify the pages where you want to enable vertical Sharing interface"
1106
  msgstr ""
1107
 
1108
  #: ../admin/social_sharing.php:1525
 
 
 
 
 
 
 
 
1109
  msgid "Vertical floating bar responsiveness"
1110
  msgstr ""
1111
 
1112
- #: ../admin/social_sharing.php:1528
1113
  #, php-format
1114
  msgid "Display vertical interface only when screen is wider than %s pixels"
1115
  msgstr ""
1116
 
1117
- #: ../admin/social_sharing.php:1535
1118
  msgid ""
1119
  "Display vertical interface only when screen is wider than the width "
1120
  "specified."
1121
  msgstr ""
1122
 
1123
- #: ../admin/social_sharing.php:1543
1124
  msgid "Horizontal floating bar responsiveness"
1125
  msgstr ""
1126
 
1127
- #: ../admin/social_sharing.php:1546
1128
  #, php-format
1129
  msgid ""
1130
  "Stick vertical floating interface horizontally at bottom only when screen is "
1131
  "narrower than %s pixels"
1132
  msgstr ""
1133
 
1134
- #: ../admin/social_sharing.php:1553
1135
  msgid ""
1136
  "Stick vertical floating interface horizontally at bottom only when screen is "
1137
  "narrower than the width specified"
1138
  msgstr ""
1139
 
1140
- #: ../admin/social_sharing.php:1563
1141
  msgid "Horizontal floating bar position"
1142
  msgstr ""
1143
 
1144
- #: ../admin/social_sharing.php:1566
1145
  #, php-format
1146
  msgid "%s pixels from %s"
1147
  msgstr ""
1148
 
1149
- #: ../admin/social_sharing.php:1567
1150
  msgid "Auto-adjust according to screen width (responsive)"
1151
  msgstr ""
1152
 
1153
- #: ../admin/social_sharing.php:1574
1154
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1155
  msgstr ""
1156
 
1157
- #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1158
  msgid "Url shortener"
1159
  msgstr ""
1160
 
1161
- #: ../admin/social_sharing.php:1600
1162
  msgid "Use shortlinks already installed"
1163
  msgstr ""
1164
 
1165
- #: ../admin/social_sharing.php:1610
1166
  msgid "Uses default short url permalinks without using any additional plugin"
1167
  msgstr ""
1168
 
1169
- #: ../admin/social_sharing.php:1618
1170
  msgid "Enable bit.ly url shortener for sharing"
1171
  msgstr ""
1172
 
1173
- #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1174
  msgid "Master control to enable bit.ly url shortening for sharing"
1175
  msgstr ""
1176
 
1177
- #: ../admin/social_sharing.php:1636
1178
  msgid "bit.ly Login"
1179
  msgstr ""
1180
 
1181
- #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1182
  #, php-format
1183
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1184
  msgstr ""
1185
 
1186
- #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1187
  msgid "bit.ly API Key"
1188
  msgstr ""
1189
 
1190
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1191
  msgid "Clear Bitly Cache"
1192
  msgstr ""
1193
 
1194
- #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1195
  msgid "ShortUrl cache cleared successfully."
1196
  msgstr ""
1197
 
1198
- #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1199
  msgid ""
1200
  "Use this to delete short urls saved in database. Handy, if urls of your "
1201
  "website have been changed but short urls are still being generated for old "
1202
  "urls."
1203
  msgstr ""
1204
 
1205
- #: ../admin/social_sharing.php:1694
1206
  msgid "Share Count Cache"
1207
  msgstr ""
1208
 
1209
- #: ../admin/social_sharing.php:1700
1210
  msgid "Refresh Share Count cache every"
1211
  msgstr ""
1212
 
1213
- #: ../admin/social_sharing.php:1705
1214
  msgid "Second(s)"
1215
  msgstr ""
1216
 
1217
- #: ../admin/social_sharing.php:1706
1218
  msgid "Minute(s)"
1219
  msgstr ""
1220
 
1221
- #: ../admin/social_sharing.php:1707
1222
  msgid "Hour(s)"
1223
  msgstr ""
1224
 
1225
- #: ../admin/social_sharing.php:1708
1226
  msgid "Day(s)"
1227
  msgstr ""
1228
 
1229
- #: ../admin/social_sharing.php:1716
1230
  #, php-format
1231
  msgid ""
1232
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1234,25 +1243,25 @@ msgid ""
1234
  "target=\"_blank\">here</a>"
1235
  msgstr ""
1236
 
1237
- #: ../admin/social_sharing.php:1724
1238
  msgid "Clear Share Counts Cache"
1239
  msgstr ""
1240
 
1241
- #: ../admin/social_sharing.php:1728
1242
  msgid "Share Counts cache cleared successfully."
1243
  msgstr ""
1244
 
1245
- #: ../admin/social_sharing.php:1735
1246
  msgid "Use this to clear cached share counts"
1247
  msgstr ""
1248
 
1249
- #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1250
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1251
  #: ../admin/like_buttons.php:698
1252
  msgid "Language"
1253
  msgstr ""
1254
 
1255
- #: ../admin/social_sharing.php:1760
1256
  #, php-format
1257
  msgid ""
1258
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1260,50 +1269,50 @@ msgid ""
1260
  "Leave it empty for default language(English)"
1261
  msgstr ""
1262
 
1263
- #: ../admin/social_sharing.php:1769
1264
  msgid "Username in sharing"
1265
  msgstr ""
1266
 
1267
- #: ../admin/social_sharing.php:1775
1268
  msgid "Twitter username (without @)"
1269
  msgstr ""
1270
 
1271
- #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1272
  msgid ""
1273
  "Provided username will be appended after the content being shared as \"via "
1274
  "@USERNAME\". Leave empty if you do not want any username in the content "
1275
  "being shared."
1276
  msgstr ""
1277
 
1278
- #: ../admin/social_sharing.php:1794
1279
  msgid "Buffer username (without @)"
1280
  msgstr ""
1281
 
1282
- #: ../admin/social_sharing.php:1813
1283
  msgid "AMP"
1284
  msgstr ""
1285
 
1286
- #: ../admin/social_sharing.php:1819
1287
  msgid "Enable sharing on AMP pages"
1288
  msgstr ""
1289
 
1290
- #: ../admin/social_sharing.php:1829
1291
  msgid "Enable this option to render sharing icons on AMP pages"
1292
  msgstr ""
1293
 
1294
- #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1295
  msgid "myCRED"
1296
  msgstr ""
1297
 
1298
- #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1299
  msgid "Append myCRED referral ID to the urls being shared"
1300
  msgstr ""
1301
 
1302
- #: ../admin/social_sharing.php:1887
1303
  msgid "Facebook Sharing Troubleshooter"
1304
  msgstr ""
1305
 
1306
- #: ../admin/social_sharing.php:1892
1307
  msgid ""
1308
  "If Facebook sharing is not working fine, click at the following link and "
1309
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1311,24 +1320,24 @@ msgid ""
1311
  "button."
1312
  msgstr ""
1313
 
1314
- #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1315
- #: ../admin/social_login.php:1205
1316
  msgid ""
1317
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1318
  "an online website for the plugin to function properly."
1319
  msgstr ""
1320
 
1321
- #: ../admin/social_sharing.php:1910
1322
  msgid ""
1323
  "Why is sharer not showing the correct image, title and other meta tags "
1324
  "content?"
1325
  msgstr ""
1326
 
1327
- #: ../admin/social_sharing.php:1912
1328
  msgid "Why is Instagram icon redirecting to Instagram website?"
1329
  msgstr ""
1330
 
1331
- #: ../admin/social_sharing.php:1913
1332
  msgid ""
1333
  "Instagram icon is there to send website visitors to the Instagram page of "
1334
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1336,87 +1345,87 @@ msgid ""
1336
  "sections."
1337
  msgstr ""
1338
 
1339
- #: ../admin/social_sharing.php:1916
1340
  msgid ""
1341
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1342
  msgstr ""
1343
 
1344
- #: ../admin/social_sharing.php:1917
1345
  msgid ""
1346
  "It takes some time for their service to track the shares made on Twitter "
1347
  "from your website. If you still feel it's taking too long you can contact "
1348
  "their support directly from their website."
1349
  msgstr ""
1350
 
1351
- #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:814
1352
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1353
  msgstr ""
1354
 
1355
- #: ../admin/social_sharing.php:1920
1356
  msgid ""
1357
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1358
  msgstr ""
1359
 
1360
- #: ../admin/social_sharing.php:1921 ../admin/social_commenting.php:472
1361
- #: ../admin/social_login.php:1211
1362
  msgid "Why is my browser blocking some features of the plugin?"
1363
  msgstr ""
1364
 
1365
- #: ../admin/social_sharing.php:1922
1366
  msgid "Why the color of share icons is not being updated?"
1367
  msgstr ""
1368
 
1369
- #: ../admin/social_sharing.php:1923
1370
  msgid "Why Facebook share counts are not appearing?"
1371
  msgstr ""
1372
 
1373
- #: ../admin/social_sharing.php:1924
1374
  msgid ""
1375
  "How can I show share counts of my website rather than of individual pages/"
1376
  "posts?"
1377
  msgstr ""
1378
 
1379
- #: ../admin/social_sharing.php:1925
1380
  msgid "How can I disable sharing on particular page/post?"
1381
  msgstr ""
1382
 
1383
- #: ../admin/social_sharing.php:1926
1384
  msgid "How can I specify minimum sharing count for sharing networks?"
1385
  msgstr ""
1386
 
1387
- #: ../admin/social_sharing.php:1927
1388
  msgid "How to share specific page?"
1389
  msgstr ""
1390
 
1391
- #: ../admin/social_sharing.php:1928
1392
  msgid "How to integrate Google Analytics with sharing?"
1393
  msgstr ""
1394
 
1395
- #: ../admin/social_sharing.php:1929
1396
  msgid "How to customize the look of total share counts?"
1397
  msgstr ""
1398
 
1399
- #: ../admin/social_sharing.php:1930
1400
  msgid "How to customize the look of individual share counts?"
1401
  msgstr ""
1402
 
1403
- #: ../admin/social_sharing.php:1931
1404
  msgid "How to show Whatsapp icon only on mobile devices?"
1405
  msgstr ""
1406
 
1407
- #: ../admin/social_sharing.php:1932
1408
  msgid "How to hide arrow after floating sharing bar?"
1409
  msgstr ""
1410
 
1411
- #: ../admin/social_sharing.php:1933
1412
  msgid "Why is share count not getting updated?"
1413
  msgstr ""
1414
 
1415
- #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1416
  msgid "Why is there so much space between like buttons?"
1417
  msgstr ""
1418
 
1419
- #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1420
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1421
  msgstr ""
1422
 
@@ -1665,11 +1674,11 @@ msgstr ""
1665
  msgid "Advanced Configuration"
1666
  msgstr ""
1667
 
1668
- #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1669
  msgid "GDPR"
1670
  msgstr ""
1671
 
1672
- #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1673
  msgid "XProfile Integration"
1674
  msgstr ""
1675
 
@@ -1711,7 +1720,7 @@ msgid "LinkedIn"
1711
  msgstr ""
1712
 
1713
  #: ../admin/social_login.php:119
1714
- msgid "Google+"
1715
  msgstr ""
1716
 
1717
  #: ../admin/social_login.php:123
@@ -1833,15 +1842,14 @@ msgid ""
1833
  msgstr ""
1834
 
1835
  #: ../admin/social_login.php:301
1836
- msgid "Google+ Client ID"
1837
  msgstr ""
1838
 
1839
  #: ../admin/social_login.php:311
1840
  #, php-format
1841
  msgid ""
1842
- "Required for GooglePlus Social Login to work. Please follow the "
1843
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1844
- "GooglePlus Client ID"
1845
  msgstr ""
1846
 
1847
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
@@ -1851,15 +1859,14 @@ msgid ""
1851
  msgstr ""
1852
 
1853
  #: ../admin/social_login.php:323
1854
- msgid "Google+ Client Secret"
1855
  msgstr ""
1856
 
1857
  #: ../admin/social_login.php:333
1858
  #, php-format
1859
  msgid ""
1860
- "Required for GooglePlus Social Login to work. Please follow the "
1861
- "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1862
- "GooglePlus Client Secret"
1863
  msgstr ""
1864
 
1865
  #: ../admin/social_login.php:345
@@ -1968,191 +1975,209 @@ msgid "Text to display above the Social Login interface"
1968
  msgstr ""
1969
 
1970
  #: ../admin/social_login.php:551
1971
- msgid "Enable at login page"
1972
  msgstr ""
1973
 
1974
  #: ../admin/social_login.php:561
 
 
 
 
 
 
 
 
1975
  msgid ""
1976
  "Social Login interface will get enabled at the login page of your website"
1977
  msgstr ""
1978
 
1979
- #: ../admin/social_login.php:569
1980
  msgid "Enable at register page"
1981
  msgstr ""
1982
 
1983
- #: ../admin/social_login.php:579
1984
  msgid ""
1985
  "Social Login interface will get enabled at the registration page of your "
1986
  "website"
1987
  msgstr ""
1988
 
1989
- #: ../admin/social_login.php:587
1990
  msgid "Enable at comment form"
1991
  msgstr ""
1992
 
1993
- #: ../admin/social_login.php:597
1994
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1995
  msgstr ""
1996
 
1997
- #: ../admin/social_login.php:612
1998
  msgid "Enable before WooCommerce Customer Login Form"
1999
  msgstr ""
2000
 
2001
- #: ../admin/social_login.php:622
2002
  msgid ""
2003
  "Social Login Interface will get enabled before the customer login form at "
2004
  "WooCommerce My Account page"
2005
  msgstr ""
2006
 
2007
- #: ../admin/social_login.php:630
2008
- msgid "Enable after WooCommerce Customer Login Form"
2009
  msgstr ""
2010
 
2011
- #: ../admin/social_login.php:640
 
 
 
 
 
 
 
 
 
 
2012
  msgid ""
2013
- "Social Login Interface will get enabled after the customer login form at "
2014
  "WooCommerce My Account page"
2015
  msgstr ""
2016
 
2017
- #: ../admin/social_login.php:648
2018
  msgid "Enable at WooCommerce checkout page"
2019
  msgstr ""
2020
 
2021
- #: ../admin/social_login.php:658
2022
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2023
  msgstr ""
2024
 
2025
- #: ../admin/social_login.php:669
2026
  msgid "Auto-approve comments made by Social Login users"
2027
  msgstr ""
2028
 
2029
- #: ../admin/social_login.php:679
2030
  msgid ""
2031
  "If this option is enabled, and WordPress comment is made by Social Login "
2032
  "user, comment will get approved immediately without keeping in moderation."
2033
  msgstr ""
2034
 
2035
- #: ../admin/social_login.php:680
2036
  msgid "Note: This is not related to Facebook comments"
2037
  msgstr ""
2038
 
2039
- #: ../admin/social_login.php:690
2040
  msgid "Enable social avatar"
2041
  msgstr ""
2042
 
2043
- #: ../admin/social_login.php:700
2044
  msgid ""
2045
  "Social profile pictures of the logged in user will be displayed as profile "
2046
  "avatar"
2047
  msgstr ""
2048
 
2049
- #: ../admin/social_login.php:710
2050
  msgid "Avatar quality"
2051
  msgstr ""
2052
 
2053
- #: ../admin/social_login.php:713
2054
  msgid "Average"
2055
  msgstr ""
2056
 
2057
- #: ../admin/social_login.php:714
2058
  msgid "Best"
2059
  msgstr ""
2060
 
2061
- #: ../admin/social_login.php:721
2062
  msgid "Choose avatar quality"
2063
  msgstr ""
2064
 
2065
- #: ../admin/social_login.php:730
2066
  msgid ""
2067
  "Show option for users to update social avatar at BuddyPress profile page"
2068
  msgstr ""
2069
 
2070
- #: ../admin/social_login.php:740
2071
  msgid ""
2072
  "If enabled, users would be able to update their social avatar from \"Profile "
2073
  "photo\" section in BuddyPress profile at front-end"
2074
  msgstr ""
2075
 
2076
- #: ../admin/social_login.php:761
2077
  msgid ""
2078
  "If enabled and Social ID provider does not provide user's email address on "
2079
  "login, user will be asked to provide his/her email address. Otherwise, a "
2080
  "dummy email will be generated"
2081
  msgstr ""
2082
 
2083
- #: ../admin/social_login.php:770
2084
  msgid "Send post-registration email to user to set account password"
2085
  msgstr ""
2086
 
2087
- #: ../admin/social_login.php:780
2088
  msgid ""
2089
  "If enabled, an email will be sent to user after registration through Social "
2090
  "Login, regarding his/her login credentials (username-password to be able to "
2091
  "login via traditional login form)"
2092
  msgstr ""
2093
 
2094
- #: ../admin/social_login.php:788
2095
  msgid "Send new user registration notification email to admin"
2096
  msgstr ""
2097
 
2098
- #: ../admin/social_login.php:798
2099
  msgid ""
2100
  "If enabled, an email will be sent to admin after new user registers through "
2101
  "Social Login, notifying admin about the new user registration"
2102
  msgstr ""
2103
 
2104
- #: ../admin/social_login.php:806
2105
  msgid "Login redirection"
2106
  msgstr ""
2107
 
2108
- #: ../admin/social_login.php:810
2109
  msgid "Same page where user logged in"
2110
  msgstr ""
2111
 
2112
- #: ../admin/social_login.php:814 ../admin/social_login.php:844
2113
  msgid "Account dashboard"
2114
  msgstr ""
2115
 
2116
- #: ../admin/social_login.php:817 ../admin/social_login.php:847
2117
  msgid "BuddyPress profile page"
2118
  msgstr ""
2119
 
2120
- #: ../admin/social_login.php:820 ../admin/social_login.php:850
2121
  msgid "Custom Url"
2122
  msgstr ""
2123
 
2124
- #: ../admin/social_login.php:828
2125
  msgid "User will be redirected to the selected page after Social Login"
2126
  msgstr ""
2127
 
2128
- #: ../admin/social_login.php:836
2129
  msgid "Registration redirection"
2130
  msgstr ""
2131
 
2132
- #: ../admin/social_login.php:840
2133
  msgid "Same page from where user registered"
2134
  msgstr ""
2135
 
2136
- #: ../admin/social_login.php:858
2137
  msgid ""
2138
  "User will be redirected to the selected page after registration (first "
2139
  "Social Login) through Social Login"
2140
  msgstr ""
2141
 
2142
- #: ../admin/social_login.php:867
2143
  msgid "Social Account Linking Options"
2144
  msgstr ""
2145
 
2146
- #: ../admin/social_login.php:883
2147
  msgid "Text to display above the Social Account Linking interface"
2148
  msgstr ""
2149
 
2150
- #: ../admin/social_login.php:891
2151
  msgid ""
2152
  "Link social account to already existing account, if email address matches"
2153
  msgstr ""
2154
 
2155
- #: ../admin/social_login.php:901
2156
  msgid ""
2157
  "If email address of the user's Social Account matches with an already "
2158
  "existing account at your website, that social account will be linked to "
@@ -2160,135 +2185,139 @@ msgid ""
2160
  "Linking interface at their profile page."
2161
  msgstr ""
2162
 
2163
- #: ../admin/social_login.php:910
2164
  msgid "Enable social account linking at BuddyPress profile page"
2165
  msgstr ""
2166
 
2167
- #: ../admin/social_login.php:920
2168
  msgid ""
2169
  "Enable this option to show social account linking interface at BuddyPress "
2170
  "profile page"
2171
  msgstr ""
2172
 
2173
- #: ../admin/social_login.php:931
2174
  msgid "Email popup options"
2175
  msgstr ""
2176
 
2177
- #: ../admin/social_login.php:937
2178
  msgid "Text on 'Email required' popup"
2179
  msgstr ""
2180
 
2181
- #: ../admin/social_login.php:947
2182
  msgid ""
2183
  "This text will be displayed on email required popup. Leave empty if not "
2184
  "required."
2185
  msgstr ""
2186
 
2187
- #: ../admin/social_login.php:956
2188
  msgid "Error message for 'Email required' popup"
2189
  msgstr ""
2190
 
2191
- #: ../admin/social_login.php:966
2192
  msgid ""
2193
  "This message will be displayed to user if it provides invalid or already "
2194
  "registered email"
2195
  msgstr ""
2196
 
2197
- #: ../admin/social_login.php:975
2198
  msgid "Email popup height"
2199
  msgstr ""
2200
 
2201
- #: ../admin/social_login.php:985
2202
  msgid ""
2203
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2204
  "can increase the height of popup by specifying in this option. Leave empty "
2205
  "for default."
2206
  msgstr ""
2207
 
2208
- #: ../admin/social_login.php:993
2209
  msgid "Enable email verification"
2210
  msgstr ""
2211
 
2212
- #: ../admin/social_login.php:1003
2213
  msgid ""
2214
  "If enabled, email provided by the user will be verified by sending a "
2215
  "confirmation link to that email. User would not be able to login without "
2216
  "verifying his/her email"
2217
  msgstr ""
2218
 
2219
- #: ../admin/social_login.php:1024
2220
  msgid "Enable GDPR opt-in"
2221
  msgstr ""
2222
 
2223
- #: ../admin/social_login.php:1034
2224
  msgid ""
2225
  "Enable it to show GDPR opt-in for social login and social account linking"
2226
  msgstr ""
2227
 
2228
- #: ../admin/social_login.php:1043
2229
  msgid "Placement of GDPR opt-in"
2230
  msgstr ""
2231
 
2232
- #: ../admin/social_login.php:1047
2233
  msgid "Above Social Login icons"
2234
  msgstr ""
2235
 
2236
- #: ../admin/social_login.php:1049
2237
  msgid "Below Social Login icons"
2238
  msgstr ""
2239
 
2240
- #: ../admin/social_login.php:1055
2241
  msgid "Placement of GDPR opt-in above or below the social login icons"
2242
  msgstr ""
2243
 
2244
- #: ../admin/social_login.php:1063
2245
  msgid "Opt-in text"
2246
  msgstr ""
2247
 
2248
- #: ../admin/social_login.php:1073
2249
  msgid "Text for the GDPR opt-in"
2250
  msgstr ""
2251
 
2252
- #: ../admin/social_login.php:1081
2253
  msgid "Text to link to Privacy Policy page"
2254
  msgstr ""
2255
 
2256
- #: ../admin/social_login.php:1091
2257
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2258
  msgstr ""
2259
 
2260
- #: ../admin/social_login.php:1099
2261
  msgid "Privacy Policy Url"
2262
  msgstr ""
2263
 
2264
- #: ../admin/social_login.php:1109
2265
  msgid "Url of the privacy policy page of your website"
2266
  msgstr ""
2267
 
2268
- #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2269
  #: ../inc/widget.php:586 ../inc/widget.php:734
2270
  msgid "Select"
2271
  msgstr ""
2272
 
2273
- #: ../admin/social_login.php:1191
2274
  msgid "Social Login Shortcode & Widget"
2275
  msgstr ""
2276
 
2277
- #: ../admin/social_login.php:1192
2278
  msgid "Social Linking Shortcode"
2279
  msgstr ""
2280
 
2281
- #: ../admin/social_login.php:1207
2282
  msgid "Why is social login not working?"
2283
  msgstr ""
2284
 
2285
- #: ../admin/social_login.php:1208
2286
  msgid ""
2287
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2288
  "belong to the same app"
2289
  msgstr ""
2290
 
2291
- #: ../admin/social_login.php:1210
 
 
 
 
2292
  msgid ""
2293
  "Why the user is not appearing logged in even after Social Login until the "
2294
  "webpage is refreshed manually?"
@@ -2466,11 +2495,11 @@ msgstr ""
2466
  msgid "Like Buttons Shortcode & Widget"
2467
  msgstr ""
2468
 
2469
- #: ../inc/shortcode.php:197 ../inc/widget.php:47
2470
  msgid "Log Out"
2471
  msgstr ""
2472
 
2473
- #: ../inc/shortcode.php:295
2474
  msgid ""
2475
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2476
  "Socializer > Social Login\" page in admin panel"
@@ -2486,35 +2515,35 @@ msgstr ""
2486
  msgid "Archives"
2487
  msgstr ""
2488
 
2489
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2490
  msgid "Invalid request"
2491
  msgstr ""
2492
 
2493
- #: ../inc/social_sharing.php:870
2494
  msgid "Providers not selected"
2495
  msgstr ""
2496
 
2497
- #: ../inc/social_login.php:721
2498
  msgid "Email"
2499
  msgstr ""
2500
 
2501
- #: ../inc/social_login.php:722
2502
  msgid "Confirm email"
2503
  msgstr ""
2504
 
2505
- #: ../inc/social_login.php:724
2506
  msgid "Save"
2507
  msgstr ""
2508
 
2509
- #: ../inc/social_login.php:725
2510
  msgid "Cancel"
2511
  msgstr ""
2512
 
2513
- #: ../inc/social_login.php:799
2514
  msgid "Email Verification"
2515
  msgstr ""
2516
 
2517
- #: ../inc/social_login.php:801
2518
  msgid ""
2519
  "Please click on the following link or paste it in browser to verify your "
2520
  "email"
@@ -2527,7 +2556,7 @@ msgstr ""
2527
  #: ../inc/widget.php:13
2528
  msgid ""
2529
  "Let your website users login/register using their favorite Social ID "
2530
- "Provider, such as Facebook, Twitter, Google+, LinkedIn"
2531
  msgstr ""
2532
 
2533
  #: ../inc/widget.php:71
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-02-23 08:37+0530\n"
6
+ "PO-Revision-Date: 2019-02-23 08:37+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
71
  msgid "Notification"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:902 ../admin/social_login.php:787
75
  msgid "Email required"
76
  msgstr ""
77
 
99
  msgid "Link copied."
100
  msgstr ""
101
 
102
+ #: ../super_socializer.php:1243
103
  msgid "Super Socializer - General Options"
104
  msgstr ""
105
 
106
+ #: ../super_socializer.php:1243 ../admin/general_options.php:15
107
  #: ../admin/social_commenting.php:47
108
  msgid "General Options"
109
  msgstr ""
110
 
111
+ #: ../super_socializer.php:1311 ../helper.php:898
112
  msgid "Social Avatar"
113
  msgstr ""
114
 
115
+ #: ../super_socializer.php:1314
116
  msgid "Small Avatar Url"
117
  msgstr ""
118
 
119
+ #: ../super_socializer.php:1318
120
  msgid "Large Avatar Url"
121
  msgstr ""
122
 
123
+ #: ../super_socializer.php:1322 ../helper.php:901
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
127
  msgstr ""
128
 
129
+ #: ../super_socializer.php:1326 ../helper.php:902
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
+ #: ../super_socializer.php:1399 ../super_socializer.php:2051
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
137
  msgstr ""
138
 
139
+ #: ../super_socializer.php:1405
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1406
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1411
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
 
151
+ #: ../super_socializer.php:1415 ../super_socializer.php:1975
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr ""
154
 
155
+ #: ../super_socializer.php:1642
156
+ #, php-format
157
+ msgid ""
158
+ "Thanks for installing Super Socializer plugin. Click <a href=\"%s\" target="
159
+ "\"_blank\">here</a> for the steps on how to configure the plugin"
160
+ msgstr ""
161
+
162
+ #: ../super_socializer.php:1652
163
  msgid ""
164
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
165
  "current version of Super Socialzer"
166
  msgstr ""
167
 
168
+ #: ../super_socializer.php:1661
169
  msgid ""
170
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
171
  "version of Super Socialzer"
172
  msgstr ""
173
 
174
+ #: ../super_socializer.php:1670
175
  msgid ""
176
  "Update \"Social Login Buttons\" add-on for compatibility with current "
177
  "version of Super Socialzer"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1679
181
  msgid ""
182
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
183
  "with current version of Super Socialzer"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:1688
187
  msgid ""
188
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
189
  "with current version of Super Socialzer"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:1695
193
  msgid ""
194
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
195
  "LiveJournal Login of Super Socialzer"
196
  msgstr ""
197
 
198
+ #: ../super_socializer.php:1706
199
  #, php-format
200
  msgid ""
201
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:1722
205
  #, php-format
206
  msgid ""
207
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
208
  msgstr ""
209
 
210
+ #: ../super_socializer.php:1746
211
  #, php-format
212
  msgid ""
213
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
215
  "target=\"_blank\">here</a>"
216
  msgstr ""
217
 
218
+ #: ../super_socializer.php:1746 ../super_socializer.php:1771
219
+ #: ../super_socializer.php:1796 ../super_socializer.php:1821
220
+ #: ../super_socializer.php:1854 ../super_socializer.php:1882
221
+ #: ../super_socializer.php:1909 ../super_socializer.php:1933
222
  msgid "Okay"
223
  msgstr ""
224
 
225
+ #: ../super_socializer.php:1771
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
230
  "\">here</a>"
231
  msgstr ""
232
 
233
+ #: ../super_socializer.php:1796
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
+ #: ../super_socializer.php:1821
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
246
  "target=\"_blank\">here</a>"
247
  msgstr ""
248
 
249
+ #: ../super_socializer.php:1832
250
  #, php-format
251
  msgid ""
252
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
253
  msgstr ""
254
 
255
+ #: ../super_socializer.php:1854
256
  #, php-format
257
  msgid ""
258
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
260
  "\"%s\" target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
+ #: ../super_socializer.php:1882
264
  #, php-format
265
  msgid ""
266
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
269
  "your website %s with them. No need to copy-paste any code from their website."
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1909
273
  #, php-format
274
  msgid ""
275
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:1933
281
  #, php-format
282
  msgid ""
283
  "Your website visitors will see a popup notification (only once) if their "
380
  msgstr ""
381
 
382
  #: ../helper.php:913 ../admin/general_options.php:132
383
+ #: ../admin/social_sharing.php:1964 ../admin/social_commenting.php:483
384
+ #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
385
  msgid "Save Changes"
386
  msgstr ""
387
 
402
  msgstr ""
403
 
404
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
405
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1968
406
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
407
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1263
408
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
409
  #, php-format
410
  msgid ""
470
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
471
  msgstr ""
472
 
473
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1974
474
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1269
475
  #: ../admin/like_buttons.php:836
476
  msgid "Instagram Shoutout"
477
  msgstr ""
478
 
479
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1976
480
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1271
481
  #: ../admin/like_buttons.php:838
482
  msgid ""
483
  "If you can send (to hello@heateor.com) how our plugin is helping your "
485
  "hashtags and people to mention in the Instagram post."
486
  msgstr ""
487
 
488
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1977
489
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1272
490
  #: ../admin/like_buttons.php:839
491
  msgid ""
492
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
496
  "time."
497
  msgstr ""
498
 
499
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1978
500
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1273
501
  #: ../admin/like_buttons.php:840
502
  msgid ""
503
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
518
  msgid "by"
519
  msgstr ""
520
 
521
+ #: ../admin/help.php:18
 
 
 
 
 
 
522
  msgid "Donate Now"
523
  msgstr ""
524
 
525
+ #: ../admin/help.php:24
526
  msgid "Plugin Demo"
527
  msgstr ""
528
 
529
+ #: ../admin/help.php:30
530
  msgid "Translate Plugin"
531
  msgstr ""
532
 
533
+ #: ../admin/help.php:36 ../admin/social_login.php:58
534
  msgid "Customize Social Login Icons"
535
  msgstr ""
536
 
537
+ #: ../admin/help.php:42
538
  msgid "Integrate with Google Analytics"
539
  msgstr ""
540
 
541
+ #: ../admin/help.php:48
542
  msgid "Boost sharing by awarding points"
543
  msgstr ""
544
 
545
+ #: ../admin/help.php:54
546
  msgid "Award points for Social Login"
547
  msgstr ""
548
 
549
+ #: ../admin/help.php:60
550
  msgid "Other Add-ons"
551
  msgstr ""
552
 
553
+ #: ../admin/help.php:66
554
  msgid "Support Forum"
555
  msgstr ""
556
 
557
+ #: ../admin/help.php:71
558
  msgid "Need Help?"
559
  msgstr ""
560
 
561
+ #: ../admin/help.php:73
562
  msgid ""
563
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
564
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
566
  "email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
567
  msgstr ""
568
 
569
+ #: ../admin/help.php:78
570
  msgid "Testimonial"
571
  msgstr ""
572
 
573
+ #: ../admin/help.php:80
574
  msgid ""
575
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
576
  "\">testimonials@heateor.com</a>"
577
  msgstr ""
578
 
579
+ #: ../admin/help.php:85
580
  msgid "Support Us"
581
  msgstr ""
582
 
583
+ #: ../admin/help.php:88 ../admin/help.php:91 ../admin/help.php:92
584
+ #: ../admin/help.php:93 ../admin/help.php:94 ../admin/help.php:95
585
  msgid "Rate 5-star"
586
  msgstr ""
587
 
622
  msgid "3rd Party Integration"
623
  msgstr ""
624
 
625
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
626
+ #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
627
+ #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
628
  #: ../admin/like_buttons.php:797
629
  msgid "Shortcode & Widget"
630
  msgstr ""
633
  msgid "Troubleshooter"
634
  msgstr ""
635
 
636
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
637
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
638
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1239
639
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
640
  msgid "FAQ"
641
  msgstr ""
856
  msgstr ""
857
 
858
  #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
859
+ #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
860
  #: ../inc/widget.php:929
861
  msgid "Title"
862
  msgstr ""
939
  msgstr ""
940
 
941
  #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
942
+ #: ../admin/social_login.php:848 ../admin/social_login.php:878
943
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
944
  msgid "Homepage"
945
  msgstr ""
1107
  msgstr ""
1108
 
1109
  #: ../admin/social_sharing.php:1525
1110
+ msgid "Hide floating slider"
1111
+ msgstr ""
1112
+
1113
+ #: ../admin/social_sharing.php:1535
1114
+ msgid "Hides the slider arrow present below the floating share bar"
1115
+ msgstr ""
1116
+
1117
+ #: ../admin/social_sharing.php:1543
1118
  msgid "Vertical floating bar responsiveness"
1119
  msgstr ""
1120
 
1121
+ #: ../admin/social_sharing.php:1546
1122
  #, php-format
1123
  msgid "Display vertical interface only when screen is wider than %s pixels"
1124
  msgstr ""
1125
 
1126
+ #: ../admin/social_sharing.php:1553
1127
  msgid ""
1128
  "Display vertical interface only when screen is wider than the width "
1129
  "specified."
1130
  msgstr ""
1131
 
1132
+ #: ../admin/social_sharing.php:1561
1133
  msgid "Horizontal floating bar responsiveness"
1134
  msgstr ""
1135
 
1136
+ #: ../admin/social_sharing.php:1564
1137
  #, php-format
1138
  msgid ""
1139
  "Stick vertical floating interface horizontally at bottom only when screen is "
1140
  "narrower than %s pixels"
1141
  msgstr ""
1142
 
1143
+ #: ../admin/social_sharing.php:1571
1144
  msgid ""
1145
  "Stick vertical floating interface horizontally at bottom only when screen is "
1146
  "narrower than the width specified"
1147
  msgstr ""
1148
 
1149
+ #: ../admin/social_sharing.php:1581
1150
  msgid "Horizontal floating bar position"
1151
  msgstr ""
1152
 
1153
+ #: ../admin/social_sharing.php:1584
1154
  #, php-format
1155
  msgid "%s pixels from %s"
1156
  msgstr ""
1157
 
1158
+ #: ../admin/social_sharing.php:1585
1159
  msgid "Auto-adjust according to screen width (responsive)"
1160
  msgstr ""
1161
 
1162
+ #: ../admin/social_sharing.php:1592
1163
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1164
  msgstr ""
1165
 
1166
+ #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1167
  msgid "Url shortener"
1168
  msgstr ""
1169
 
1170
+ #: ../admin/social_sharing.php:1618
1171
  msgid "Use shortlinks already installed"
1172
  msgstr ""
1173
 
1174
+ #: ../admin/social_sharing.php:1628
1175
  msgid "Uses default short url permalinks without using any additional plugin"
1176
  msgstr ""
1177
 
1178
+ #: ../admin/social_sharing.php:1636
1179
  msgid "Enable bit.ly url shortener for sharing"
1180
  msgstr ""
1181
 
1182
+ #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1183
  msgid "Master control to enable bit.ly url shortening for sharing"
1184
  msgstr ""
1185
 
1186
+ #: ../admin/social_sharing.php:1654
1187
  msgid "bit.ly Login"
1188
  msgstr ""
1189
 
1190
+ #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1191
  #, php-format
1192
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1193
  msgstr ""
1194
 
1195
+ #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1196
  msgid "bit.ly API Key"
1197
  msgstr ""
1198
 
1199
+ #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1200
  msgid "Clear Bitly Cache"
1201
  msgstr ""
1202
 
1203
+ #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1204
  msgid "ShortUrl cache cleared successfully."
1205
  msgstr ""
1206
 
1207
+ #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1208
  msgid ""
1209
  "Use this to delete short urls saved in database. Handy, if urls of your "
1210
  "website have been changed but short urls are still being generated for old "
1211
  "urls."
1212
  msgstr ""
1213
 
1214
+ #: ../admin/social_sharing.php:1712
1215
  msgid "Share Count Cache"
1216
  msgstr ""
1217
 
1218
+ #: ../admin/social_sharing.php:1718
1219
  msgid "Refresh Share Count cache every"
1220
  msgstr ""
1221
 
1222
+ #: ../admin/social_sharing.php:1723
1223
  msgid "Second(s)"
1224
  msgstr ""
1225
 
1226
+ #: ../admin/social_sharing.php:1724
1227
  msgid "Minute(s)"
1228
  msgstr ""
1229
 
1230
+ #: ../admin/social_sharing.php:1725
1231
  msgid "Hour(s)"
1232
  msgstr ""
1233
 
1234
+ #: ../admin/social_sharing.php:1726
1235
  msgid "Day(s)"
1236
  msgstr ""
1237
 
1238
+ #: ../admin/social_sharing.php:1734
1239
  #, php-format
1240
  msgid ""
1241
  "Frequent cache refreshing results in slower loading of pages with share "
1243
  "target=\"_blank\">here</a>"
1244
  msgstr ""
1245
 
1246
+ #: ../admin/social_sharing.php:1742
1247
  msgid "Clear Share Counts Cache"
1248
  msgstr ""
1249
 
1250
+ #: ../admin/social_sharing.php:1746
1251
  msgid "Share Counts cache cleared successfully."
1252
  msgstr ""
1253
 
1254
+ #: ../admin/social_sharing.php:1753
1255
  msgid "Use this to clear cached share counts"
1256
  msgstr ""
1257
 
1258
+ #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1259
  #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1260
  #: ../admin/like_buttons.php:698
1261
  msgid "Language"
1262
  msgstr ""
1263
 
1264
+ #: ../admin/social_sharing.php:1778
1265
  #, php-format
1266
  msgid ""
1267
  "Enter the code of the language you want to use for like buttons. You can "
1269
  "Leave it empty for default language(English)"
1270
  msgstr ""
1271
 
1272
+ #: ../admin/social_sharing.php:1787
1273
  msgid "Username in sharing"
1274
  msgstr ""
1275
 
1276
+ #: ../admin/social_sharing.php:1793
1277
  msgid "Twitter username (without @)"
1278
  msgstr ""
1279
 
1280
+ #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1281
  msgid ""
1282
  "Provided username will be appended after the content being shared as \"via "
1283
  "@USERNAME\". Leave empty if you do not want any username in the content "
1284
  "being shared."
1285
  msgstr ""
1286
 
1287
+ #: ../admin/social_sharing.php:1812
1288
  msgid "Buffer username (without @)"
1289
  msgstr ""
1290
 
1291
+ #: ../admin/social_sharing.php:1831
1292
  msgid "AMP"
1293
  msgstr ""
1294
 
1295
+ #: ../admin/social_sharing.php:1837
1296
  msgid "Enable sharing on AMP pages"
1297
  msgstr ""
1298
 
1299
+ #: ../admin/social_sharing.php:1847
1300
  msgid "Enable this option to render sharing icons on AMP pages"
1301
  msgstr ""
1302
 
1303
+ #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1304
  msgid "myCRED"
1305
  msgstr ""
1306
 
1307
+ #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1308
  msgid "Append myCRED referral ID to the urls being shared"
1309
  msgstr ""
1310
 
1311
+ #: ../admin/social_sharing.php:1905
1312
  msgid "Facebook Sharing Troubleshooter"
1313
  msgstr ""
1314
 
1315
+ #: ../admin/social_sharing.php:1910
1316
  msgid ""
1317
  "If Facebook sharing is not working fine, click at the following link and "
1318
  "enter the problematic url (where Facebook sharing is not working properly) "
1320
  "button."
1321
  msgstr ""
1322
 
1323
+ #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:469
1324
+ #: ../admin/social_login.php:1241
1325
  msgid ""
1326
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1327
  "an online website for the plugin to function properly."
1328
  msgstr ""
1329
 
1330
+ #: ../admin/social_sharing.php:1928
1331
  msgid ""
1332
  "Why is sharer not showing the correct image, title and other meta tags "
1333
  "content?"
1334
  msgstr ""
1335
 
1336
+ #: ../admin/social_sharing.php:1930
1337
  msgid "Why is Instagram icon redirecting to Instagram website?"
1338
  msgstr ""
1339
 
1340
+ #: ../admin/social_sharing.php:1931
1341
  msgid ""
1342
  "Instagram icon is there to send website visitors to the Instagram page of "
1343
  "your choice. You can save the desired Instagram handle in \"Instagram "
1345
  "sections."
1346
  msgstr ""
1347
 
1348
+ #: ../admin/social_sharing.php:1934
1349
  msgid ""
1350
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1351
  msgstr ""
1352
 
1353
+ #: ../admin/social_sharing.php:1935
1354
  msgid ""
1355
  "It takes some time for their service to track the shares made on Twitter "
1356
  "from your website. If you still feel it's taking too long you can contact "
1357
  "their support directly from their website."
1358
  msgstr ""
1359
 
1360
+ #: ../admin/social_sharing.php:1937 ../admin/like_buttons.php:814
1361
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1362
  msgstr ""
1363
 
1364
+ #: ../admin/social_sharing.php:1938
1365
  msgid ""
1366
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1367
  msgstr ""
1368
 
1369
+ #: ../admin/social_sharing.php:1939 ../admin/social_commenting.php:472
1370
+ #: ../admin/social_login.php:1248
1371
  msgid "Why is my browser blocking some features of the plugin?"
1372
  msgstr ""
1373
 
1374
+ #: ../admin/social_sharing.php:1940
1375
  msgid "Why the color of share icons is not being updated?"
1376
  msgstr ""
1377
 
1378
+ #: ../admin/social_sharing.php:1941
1379
  msgid "Why Facebook share counts are not appearing?"
1380
  msgstr ""
1381
 
1382
+ #: ../admin/social_sharing.php:1942
1383
  msgid ""
1384
  "How can I show share counts of my website rather than of individual pages/"
1385
  "posts?"
1386
  msgstr ""
1387
 
1388
+ #: ../admin/social_sharing.php:1943
1389
  msgid "How can I disable sharing on particular page/post?"
1390
  msgstr ""
1391
 
1392
+ #: ../admin/social_sharing.php:1944
1393
  msgid "How can I specify minimum sharing count for sharing networks?"
1394
  msgstr ""
1395
 
1396
+ #: ../admin/social_sharing.php:1945
1397
  msgid "How to share specific page?"
1398
  msgstr ""
1399
 
1400
+ #: ../admin/social_sharing.php:1946
1401
  msgid "How to integrate Google Analytics with sharing?"
1402
  msgstr ""
1403
 
1404
+ #: ../admin/social_sharing.php:1947
1405
  msgid "How to customize the look of total share counts?"
1406
  msgstr ""
1407
 
1408
+ #: ../admin/social_sharing.php:1948
1409
  msgid "How to customize the look of individual share counts?"
1410
  msgstr ""
1411
 
1412
+ #: ../admin/social_sharing.php:1949
1413
  msgid "How to show Whatsapp icon only on mobile devices?"
1414
  msgstr ""
1415
 
1416
+ #: ../admin/social_sharing.php:1950
1417
  msgid "How to hide arrow after floating sharing bar?"
1418
  msgstr ""
1419
 
1420
+ #: ../admin/social_sharing.php:1951
1421
  msgid "Why is share count not getting updated?"
1422
  msgstr ""
1423
 
1424
+ #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:812
1425
  msgid "Why is there so much space between like buttons?"
1426
  msgstr ""
1427
 
1428
+ #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:813
1429
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1430
  msgstr ""
1431
 
1674
  msgid "Advanced Configuration"
1675
  msgstr ""
1676
 
1677
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1678
  msgid "GDPR"
1679
  msgstr ""
1680
 
1681
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1682
  msgid "XProfile Integration"
1683
  msgstr ""
1684
 
1720
  msgstr ""
1721
 
1722
  #: ../admin/social_login.php:119
1723
+ msgid "Google"
1724
  msgstr ""
1725
 
1726
  #: ../admin/social_login.php:123
1842
  msgstr ""
1843
 
1844
  #: ../admin/social_login.php:301
1845
+ msgid "Google Client ID"
1846
  msgstr ""
1847
 
1848
  #: ../admin/social_login.php:311
1849
  #, php-format
1850
  msgid ""
1851
+ "Required for Google Social Login to work. Please follow the documentation at "
1852
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client ID"
 
1853
  msgstr ""
1854
 
1855
  #: ../admin/social_login.php:313 ../admin/social_login.php:335
1859
  msgstr ""
1860
 
1861
  #: ../admin/social_login.php:323
1862
+ msgid "Google Client Secret"
1863
  msgstr ""
1864
 
1865
  #: ../admin/social_login.php:333
1866
  #, php-format
1867
  msgid ""
1868
+ "Required for Google Social Login to work. Please follow the documentation at "
1869
+ "<a href=\"%s\" target=\"_blank\">this link</a> to get Google Client Secret"
 
1870
  msgstr ""
1871
 
1872
  #: ../admin/social_login.php:345
1975
  msgstr ""
1976
 
1977
  #: ../admin/social_login.php:551
1978
+ msgid "Center align icons"
1979
  msgstr ""
1980
 
1981
  #: ../admin/social_login.php:561
1982
+ msgid "Center align social login icons"
1983
+ msgstr ""
1984
+
1985
+ #: ../admin/social_login.php:569
1986
+ msgid "Enable at login page"
1987
+ msgstr ""
1988
+
1989
+ #: ../admin/social_login.php:579
1990
  msgid ""
1991
  "Social Login interface will get enabled at the login page of your website"
1992
  msgstr ""
1993
 
1994
+ #: ../admin/social_login.php:587
1995
  msgid "Enable at register page"
1996
  msgstr ""
1997
 
1998
+ #: ../admin/social_login.php:597
1999
  msgid ""
2000
  "Social Login interface will get enabled at the registration page of your "
2001
  "website"
2002
  msgstr ""
2003
 
2004
+ #: ../admin/social_login.php:605
2005
  msgid "Enable at comment form"
2006
  msgstr ""
2007
 
2008
+ #: ../admin/social_login.php:615
2009
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2010
  msgstr ""
2011
 
2012
+ #: ../admin/social_login.php:630
2013
  msgid "Enable before WooCommerce Customer Login Form"
2014
  msgstr ""
2015
 
2016
+ #: ../admin/social_login.php:640
2017
  msgid ""
2018
  "Social Login Interface will get enabled before the customer login form at "
2019
  "WooCommerce My Account page"
2020
  msgstr ""
2021
 
2022
+ #: ../admin/social_login.php:648
2023
+ msgid "Enable at WooCommerce Customer Login Form"
2024
  msgstr ""
2025
 
2026
+ #: ../admin/social_login.php:658
2027
+ msgid ""
2028
+ "Integrate Social Login Interface with the customer login form at WooCommerce "
2029
+ "My Account page"
2030
+ msgstr ""
2031
+
2032
+ #: ../admin/social_login.php:666
2033
+ msgid "Enable at WooCommerce Customer Register Form"
2034
+ msgstr ""
2035
+
2036
+ #: ../admin/social_login.php:676
2037
  msgid ""
2038
+ "Integrate Social Login Interface with the customer register form at "
2039
  "WooCommerce My Account page"
2040
  msgstr ""
2041
 
2042
+ #: ../admin/social_login.php:684
2043
  msgid "Enable at WooCommerce checkout page"
2044
  msgstr ""
2045
 
2046
+ #: ../admin/social_login.php:694
2047
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2048
  msgstr ""
2049
 
2050
+ #: ../admin/social_login.php:705
2051
  msgid "Auto-approve comments made by Social Login users"
2052
  msgstr ""
2053
 
2054
+ #: ../admin/social_login.php:715
2055
  msgid ""
2056
  "If this option is enabled, and WordPress comment is made by Social Login "
2057
  "user, comment will get approved immediately without keeping in moderation."
2058
  msgstr ""
2059
 
2060
+ #: ../admin/social_login.php:716
2061
  msgid "Note: This is not related to Facebook comments"
2062
  msgstr ""
2063
 
2064
+ #: ../admin/social_login.php:726
2065
  msgid "Enable social avatar"
2066
  msgstr ""
2067
 
2068
+ #: ../admin/social_login.php:736
2069
  msgid ""
2070
  "Social profile pictures of the logged in user will be displayed as profile "
2071
  "avatar"
2072
  msgstr ""
2073
 
2074
+ #: ../admin/social_login.php:746
2075
  msgid "Avatar quality"
2076
  msgstr ""
2077
 
2078
+ #: ../admin/social_login.php:749
2079
  msgid "Average"
2080
  msgstr ""
2081
 
2082
+ #: ../admin/social_login.php:750
2083
  msgid "Best"
2084
  msgstr ""
2085
 
2086
+ #: ../admin/social_login.php:757
2087
  msgid "Choose avatar quality"
2088
  msgstr ""
2089
 
2090
+ #: ../admin/social_login.php:766
2091
  msgid ""
2092
  "Show option for users to update social avatar at BuddyPress profile page"
2093
  msgstr ""
2094
 
2095
+ #: ../admin/social_login.php:776
2096
  msgid ""
2097
  "If enabled, users would be able to update their social avatar from \"Profile "
2098
  "photo\" section in BuddyPress profile at front-end"
2099
  msgstr ""
2100
 
2101
+ #: ../admin/social_login.php:797
2102
  msgid ""
2103
  "If enabled and Social ID provider does not provide user's email address on "
2104
  "login, user will be asked to provide his/her email address. Otherwise, a "
2105
  "dummy email will be generated"
2106
  msgstr ""
2107
 
2108
+ #: ../admin/social_login.php:806
2109
  msgid "Send post-registration email to user to set account password"
2110
  msgstr ""
2111
 
2112
+ #: ../admin/social_login.php:816
2113
  msgid ""
2114
  "If enabled, an email will be sent to user after registration through Social "
2115
  "Login, regarding his/her login credentials (username-password to be able to "
2116
  "login via traditional login form)"
2117
  msgstr ""
2118
 
2119
+ #: ../admin/social_login.php:824
2120
  msgid "Send new user registration notification email to admin"
2121
  msgstr ""
2122
 
2123
+ #: ../admin/social_login.php:834
2124
  msgid ""
2125
  "If enabled, an email will be sent to admin after new user registers through "
2126
  "Social Login, notifying admin about the new user registration"
2127
  msgstr ""
2128
 
2129
+ #: ../admin/social_login.php:842
2130
  msgid "Login redirection"
2131
  msgstr ""
2132
 
2133
+ #: ../admin/social_login.php:846
2134
  msgid "Same page where user logged in"
2135
  msgstr ""
2136
 
2137
+ #: ../admin/social_login.php:850 ../admin/social_login.php:880
2138
  msgid "Account dashboard"
2139
  msgstr ""
2140
 
2141
+ #: ../admin/social_login.php:853 ../admin/social_login.php:883
2142
  msgid "BuddyPress profile page"
2143
  msgstr ""
2144
 
2145
+ #: ../admin/social_login.php:856 ../admin/social_login.php:886
2146
  msgid "Custom Url"
2147
  msgstr ""
2148
 
2149
+ #: ../admin/social_login.php:864
2150
  msgid "User will be redirected to the selected page after Social Login"
2151
  msgstr ""
2152
 
2153
+ #: ../admin/social_login.php:872
2154
  msgid "Registration redirection"
2155
  msgstr ""
2156
 
2157
+ #: ../admin/social_login.php:876
2158
  msgid "Same page from where user registered"
2159
  msgstr ""
2160
 
2161
+ #: ../admin/social_login.php:894
2162
  msgid ""
2163
  "User will be redirected to the selected page after registration (first "
2164
  "Social Login) through Social Login"
2165
  msgstr ""
2166
 
2167
+ #: ../admin/social_login.php:903
2168
  msgid "Social Account Linking Options"
2169
  msgstr ""
2170
 
2171
+ #: ../admin/social_login.php:919
2172
  msgid "Text to display above the Social Account Linking interface"
2173
  msgstr ""
2174
 
2175
+ #: ../admin/social_login.php:927
2176
  msgid ""
2177
  "Link social account to already existing account, if email address matches"
2178
  msgstr ""
2179
 
2180
+ #: ../admin/social_login.php:937
2181
  msgid ""
2182
  "If email address of the user's Social Account matches with an already "
2183
  "existing account at your website, that social account will be linked to "
2185
  "Linking interface at their profile page."
2186
  msgstr ""
2187
 
2188
+ #: ../admin/social_login.php:946
2189
  msgid "Enable social account linking at BuddyPress profile page"
2190
  msgstr ""
2191
 
2192
+ #: ../admin/social_login.php:956
2193
  msgid ""
2194
  "Enable this option to show social account linking interface at BuddyPress "
2195
  "profile page"
2196
  msgstr ""
2197
 
2198
+ #: ../admin/social_login.php:967
2199
  msgid "Email popup options"
2200
  msgstr ""
2201
 
2202
+ #: ../admin/social_login.php:973
2203
  msgid "Text on 'Email required' popup"
2204
  msgstr ""
2205
 
2206
+ #: ../admin/social_login.php:983
2207
  msgid ""
2208
  "This text will be displayed on email required popup. Leave empty if not "
2209
  "required."
2210
  msgstr ""
2211
 
2212
+ #: ../admin/social_login.php:992
2213
  msgid "Error message for 'Email required' popup"
2214
  msgstr ""
2215
 
2216
+ #: ../admin/social_login.php:1002
2217
  msgid ""
2218
  "This message will be displayed to user if it provides invalid or already "
2219
  "registered email"
2220
  msgstr ""
2221
 
2222
+ #: ../admin/social_login.php:1011
2223
  msgid "Email popup height"
2224
  msgstr ""
2225
 
2226
+ #: ../admin/social_login.php:1021
2227
  msgid ""
2228
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2229
  "can increase the height of popup by specifying in this option. Leave empty "
2230
  "for default."
2231
  msgstr ""
2232
 
2233
+ #: ../admin/social_login.php:1029
2234
  msgid "Enable email verification"
2235
  msgstr ""
2236
 
2237
+ #: ../admin/social_login.php:1039
2238
  msgid ""
2239
  "If enabled, email provided by the user will be verified by sending a "
2240
  "confirmation link to that email. User would not be able to login without "
2241
  "verifying his/her email"
2242
  msgstr ""
2243
 
2244
+ #: ../admin/social_login.php:1060
2245
  msgid "Enable GDPR opt-in"
2246
  msgstr ""
2247
 
2248
+ #: ../admin/social_login.php:1070
2249
  msgid ""
2250
  "Enable it to show GDPR opt-in for social login and social account linking"
2251
  msgstr ""
2252
 
2253
+ #: ../admin/social_login.php:1079
2254
  msgid "Placement of GDPR opt-in"
2255
  msgstr ""
2256
 
2257
+ #: ../admin/social_login.php:1083
2258
  msgid "Above Social Login icons"
2259
  msgstr ""
2260
 
2261
+ #: ../admin/social_login.php:1085
2262
  msgid "Below Social Login icons"
2263
  msgstr ""
2264
 
2265
+ #: ../admin/social_login.php:1091
2266
  msgid "Placement of GDPR opt-in above or below the social login icons"
2267
  msgstr ""
2268
 
2269
+ #: ../admin/social_login.php:1099
2270
  msgid "Opt-in text"
2271
  msgstr ""
2272
 
2273
+ #: ../admin/social_login.php:1109
2274
  msgid "Text for the GDPR opt-in"
2275
  msgstr ""
2276
 
2277
+ #: ../admin/social_login.php:1117
2278
  msgid "Text to link to Privacy Policy page"
2279
  msgstr ""
2280
 
2281
+ #: ../admin/social_login.php:1127
2282
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2283
  msgstr ""
2284
 
2285
+ #: ../admin/social_login.php:1135
2286
  msgid "Privacy Policy Url"
2287
  msgstr ""
2288
 
2289
+ #: ../admin/social_login.php:1145
2290
  msgid "Url of the privacy policy page of your website"
2291
  msgstr ""
2292
 
2293
+ #: ../admin/social_login.php:1196 ../inc/widget.php:252 ../inc/widget.php:422
2294
  #: ../inc/widget.php:586 ../inc/widget.php:734
2295
  msgid "Select"
2296
  msgstr ""
2297
 
2298
+ #: ../admin/social_login.php:1227
2299
  msgid "Social Login Shortcode & Widget"
2300
  msgstr ""
2301
 
2302
+ #: ../admin/social_login.php:1228
2303
  msgid "Social Linking Shortcode"
2304
  msgstr ""
2305
 
2306
+ #: ../admin/social_login.php:1243
2307
  msgid "Why is social login not working?"
2308
  msgstr ""
2309
 
2310
+ #: ../admin/social_login.php:1244
2311
  msgid ""
2312
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2313
  "belong to the same app"
2314
  msgstr ""
2315
 
2316
+ #: ../admin/social_login.php:1246
2317
+ msgid "Social Login not working with Varnish enabled"
2318
+ msgstr ""
2319
+
2320
+ #: ../admin/social_login.php:1247
2321
  msgid ""
2322
  "Why the user is not appearing logged in even after Social Login until the "
2323
  "webpage is refreshed manually?"
2495
  msgid "Like Buttons Shortcode & Widget"
2496
  msgstr ""
2497
 
2498
+ #: ../inc/shortcode.php:198 ../inc/widget.php:47
2499
  msgid "Log Out"
2500
  msgstr ""
2501
 
2502
+ #: ../inc/shortcode.php:299
2503
  msgid ""
2504
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2505
  "Socializer > Social Login\" page in admin panel"
2515
  msgid "Archives"
2516
  msgstr ""
2517
 
2518
+ #: ../inc/social_sharing.php:857 ../inc/social_sharing.php:1071
2519
  msgid "Invalid request"
2520
  msgstr ""
2521
 
2522
+ #: ../inc/social_sharing.php:864
2523
  msgid "Providers not selected"
2524
  msgstr ""
2525
 
2526
+ #: ../inc/social_login.php:724
2527
  msgid "Email"
2528
  msgstr ""
2529
 
2530
+ #: ../inc/social_login.php:725
2531
  msgid "Confirm email"
2532
  msgstr ""
2533
 
2534
+ #: ../inc/social_login.php:727
2535
  msgid "Save"
2536
  msgstr ""
2537
 
2538
+ #: ../inc/social_login.php:728
2539
  msgid "Cancel"
2540
  msgstr ""
2541
 
2542
+ #: ../inc/social_login.php:802
2543
  msgid "Email Verification"
2544
  msgstr ""
2545
 
2546
+ #: ../inc/social_login.php:804
2547
  msgid ""
2548
  "Please click on the following link or paste it in browser to verify your "
2549
  "email"
2556
  #: ../inc/widget.php:13
2557
  msgid ""
2558
  "Let your website users login/register using their favorite Social ID "
2559
+ "Provider, such as Facebook, Twitter, Google, LinkedIn"
2560
  msgstr ""
2561
 
2562
  #: ../inc/widget.php:71
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Twitch login
5
  Requires at least: 2.5.0
6
- Tested up to: 5.0.3
7
- Stable tag: 7.12.9
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
@@ -212,6 +212,17 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
212
  8. **Social Commenting**: Disqus Commenting selected
213
 
214
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
215
  = 7.12.9 =
216
  * [Improvement] Google+ Login at some places in the text needed to be replaced with Google Login
217
 
@@ -1726,4 +1737,15 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
1726
  * [New] Added option to hide the slider present below the floating share bar
1727
 
1728
  = 7.12.9 =
1729
- * [Improvement] Google+ Login at some places in the text needed to be replaced with Google Login
 
 
 
 
 
 
 
 
 
 
 
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Twitch login
5
  Requires at least: 2.5.0
6
+ Tested up to: 5.1
7
+ Stable tag: 7.12.10
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
212
  8. **Social Commenting**: Disqus Commenting selected
213
 
214
  == Changelog ==
215
+ = 7.12.10 =
216
+ * [New] Added option to center align social login icons
217
+ * [New] Added option to integrate social login icons with WooCommerce register form
218
+ * [New] Added "redirect_url" attribute in <a href="http://support.heateor.com/social-login-shortcode-and-widget/">social login shortcode</a>
219
+ * [Bugfix] Center alignment for standard share icons and like buttons was not working in some cases
220
+ * [Bugfix] Enabling social share count was not taking effect for rectangular social share/like buttons
221
+ * [Bugfix] Fixed mis-alignment of rectangular social share icons
222
+ * [Bugfix] Xing share stopped working
223
+ * [Bugfix] Whatsapp share was not working on Firefox and Safari browsers
224
+ * [Improvement] Improved the look of slider arrow below the floating share bar
225
+
226
  = 7.12.9 =
227
  * [Improvement] Google+ Login at some places in the text needed to be replaced with Google Login
228
 
1737
  * [New] Added option to hide the slider present below the floating share bar
1738
 
1739
  = 7.12.9 =
1740
+ * [Improvement] Google+ Login at some places in the text needed to be replaced with Google Login
1741
+
1742
+ = 7.12.10 =
1743
+ * [New] Added option to center align social login icons
1744
+ * [New] Added option to integrate social login icons with WooCommerce register form
1745
+ * [New] Added "redirect_url" attribute in <a href="http://support.heateor.com/social-login-shortcode-and-widget/">social login shortcode</a>
1746
+ * [Bugfix] Center alignment for standard share icons and like buttons was not working in some cases
1747
+ * [Bugfix] Enabling social share count was not taking effect for rectangular social share/like buttons
1748
+ * [Bugfix] Fixed mis-alignment of rectangular social share icons
1749
+ * [Bugfix] Xing share stopped working
1750
+ * [Bugfix] Whatsapp share was not working on Firefox and Safari browsers
1751
+ * [Improvement] Improved the look of slider arrow below the floating share bar
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more.
6
- Version: 7.12.9
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.12.9');
15
 
16
  require 'helper.php';
17
 
@@ -994,7 +994,7 @@ function the_champ_frontend_scripts(){
994
  if(the_champ_social_sharing_enabled() || (the_champ_social_counter_enabled() && the_champ_vertical_social_counter_enabled())){
995
  global $theChampSharingOptions, $theChampCounterOptions, $post;
996
  ?>
997
- <script> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php', heateorSsUrlCountFetched = [], heateorSsSharesText = '<?php echo htmlspecialchars(__('Shares', 'super-socializer'), ENT_QUOTES); ?>', heateorSsShareText = '<?php echo htmlspecialchars(__('Share', 'super-socializer'), ENT_QUOTES); ?>', theChampPluginIconPath = '<?php echo plugins_url('images/logo.png', __FILE__) ?>', theChampHorizontalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['hor_enable']) && ( isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']) ) ? 1 : 0 ?>, theChampVerticalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['vertical_enable']) && ( isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']) ) ? 1 : 0 ?>, theChampSharingOffset = <?php echo (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] : 0) ?>, theChampCounterOffset = <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) && $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] != '' ? $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] : 0) ?>, theChampMobileStickySharingEnabled = <?php echo isset($theChampSharingOptions['vertical_enable']) && isset($theChampSharingOptions['bottom_mobile_sharing']) && $theChampSharingOptions['horizontal_screen_width'] != '' ? 1 : 0; ?>, heateorSsCopyLinkMessage = "<?php echo htmlspecialchars(__('Link copied.', 'super-socializer'), ENT_QUOTES); ?>";
998
  <?php
999
  if(isset($theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_more']) || in_array('Copy_Link', $theChampSharingOptions['horizontal_re_providers']))){
1000
  $postId = 0;
@@ -1073,7 +1073,7 @@ function the_champ_frontend_scripts(){
1073
  * Stylesheets to load at front end
1074
  */
1075
  function the_champ_frontend_styles(){
1076
- global $theChampSharingOptions, $theChampGeneralOptions;
1077
  ?>
1078
  <style type="text/css">.the_champ_horizontal_sharing .theChampSharing{
1079
  <?php if ( $theChampSharingOptions['horizontal_bg_color_default'] != '' ) { ?>
@@ -1187,7 +1187,17 @@ function the_champ_frontend_styles(){
1187
  $bottom_sharing_responsive_css = 'div.the_champ_bottom_sharing{width:100%!important;left:0!important;}div.the_champ_bottom_sharing li{width:'.(100/($num_sharing_icons+$total_share_count_enabled+$more_icon_enabled)).'% !important;}div.the_champ_bottom_sharing .theChampSharing{width: 100% !important;}div.the_champ_bottom_sharing div.theChampTotalShareCount{font-size:1em!important;line-height:' . ( $vertical_sharing_icon_height*70/100 ) . 'px!important}div.the_champ_bottom_sharing div.theChampTotalShareText{font-size:.7em!important;line-height:0px!important}';
1188
  }
1189
  echo isset($theChampSharingOptions['vertical_enable']) && isset( $theChampSharingOptions['bottom_mobile_sharing'] ) && $theChampSharingOptions['horizontal_screen_width'] != '' ? 'div.heateor_ss_mobile_footer{display:none;}@media screen and (max-width:' . $theChampSharingOptions['horizontal_screen_width'] . 'px){'.$bottom_sharing_responsive_css.'div.heateor_ss_mobile_footer{display:block;height:'.($theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_height'] : $theChampSharingOptions['vertical_sharing_size']).'px;}.the_champ_bottom_sharing{padding:0!important;' . ( $theChampSharingOptions['bottom_sharing_position_radio'] == 'nonresponsive' && $theChampSharingOptions['bottom_sharing_position'] != '' ? $theChampSharingOptions['bottom_sharing_alignment'] . ':' . $theChampSharingOptions['bottom_sharing_position'] . 'px!important;' . $bottom_sharing_postion_inverse . ':auto!important;' : '' ) . 'display:block!important;width: auto!important;bottom:' . ( isset( $theChampSharingOptions['vertical_total_shares'] ) ? '-10' : '-2' ) . 'px!important;top: auto!important;}.the_champ_bottom_sharing .the_champ_square_count{line-height: inherit;}.the_champ_bottom_sharing .theChampSharingArrow{display:none;}.the_champ_bottom_sharing .theChampTCBackground{margin-right: 1.1em !important}}' : '';
1190
- echo $theChampGeneralOptions['custom_css'];echo isset($theChampSharingOptions['hide_slider']) ? 'div.theChampSharingArrow{display:none}' : ''; ?></style>
 
 
 
 
 
 
 
 
 
 
1191
  <?php
1192
  wp_enqueue_style( 'the_champ_frontend_css', plugins_url( 'css/front.css', __FILE__ ), false, THE_CHAMP_SS_VERSION );
1193
  $default_svg = false;
@@ -1404,7 +1414,6 @@ function the_champ_save_default_options(){
1404
  'enableAtComment' => 1,
1405
  'scl_title' => __('Link your social account to login to your account at this website', 'super-socializer'),
1406
  'link_account' => 1,
1407
- 'gdpr_enable' => 1,
1408
  'gdpr_placement' => 'above',
1409
  'privacy_policy_url' => '',
1410
  'privacy_policy_optin_text' => 'I agree to my personal data being stored and used as per Privacy Policy',
@@ -1534,6 +1543,7 @@ function the_champ_activate_plugin($networkWide){
1534
  }
1535
  }
1536
  the_champ_save_default_options();
 
1537
  }
1538
  register_activation_hook(__FILE__, 'the_champ_activate_plugin');
1539
 
@@ -1627,6 +1637,14 @@ add_action('wp_ajax_heateor_ss_google_redirection_notification_read', 'heateor_s
1627
  function the_champ_addon_update_notification(){
1628
  if(current_user_can('manage_options')){
1629
  global $theChampLoginOptions;
 
 
 
 
 
 
 
 
1630
  if(defined('HEATEOR_FB_COM_MOD_VERSION') && version_compare('1.2.5', HEATEOR_FB_COM_MOD_VERSION) > 0){
1631
  ?>
1632
  <div class="error notice">
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more.
6
+ Version: 7.12.10
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.12.10');
15
 
16
  require 'helper.php';
17
 
994
  if(the_champ_social_sharing_enabled() || (the_champ_social_counter_enabled() && the_champ_vertical_social_counter_enabled())){
995
  global $theChampSharingOptions, $theChampCounterOptions, $post;
996
  ?>
997
+ <script> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php', heateorSsWhatsappShareAPI = '<?php echo heateor_ss_whatsapp_share_api(); ?>', heateorSsUrlCountFetched = [], heateorSsSharesText = '<?php echo htmlspecialchars(__('Shares', 'super-socializer'), ENT_QUOTES); ?>', heateorSsShareText = '<?php echo htmlspecialchars(__('Share', 'super-socializer'), ENT_QUOTES); ?>', theChampPluginIconPath = '<?php echo plugins_url('images/logo.png', __FILE__) ?>', theChampHorizontalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['hor_enable']) && ( isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']) ) ? 1 : 0 ?>, theChampVerticalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['vertical_enable']) && ( isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']) ) ? 1 : 0 ?>, theChampSharingOffset = <?php echo (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] : 0) ?>, theChampCounterOffset = <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) && $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] != '' ? $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] : 0) ?>, theChampMobileStickySharingEnabled = <?php echo isset($theChampSharingOptions['vertical_enable']) && isset($theChampSharingOptions['bottom_mobile_sharing']) && $theChampSharingOptions['horizontal_screen_width'] != '' ? 1 : 0; ?>, heateorSsCopyLinkMessage = "<?php echo htmlspecialchars(__('Link copied.', 'super-socializer'), ENT_QUOTES); ?>";
998
  <?php
999
  if(isset($theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_more']) || in_array('Copy_Link', $theChampSharingOptions['horizontal_re_providers']))){
1000
  $postId = 0;
1073
  * Stylesheets to load at front end
1074
  */
1075
  function the_champ_frontend_styles(){
1076
+ global $theChampSharingOptions, $theChampGeneralOptions, $theChampLoginOptions, $theChampCounterOptions;
1077
  ?>
1078
  <style type="text/css">.the_champ_horizontal_sharing .theChampSharing{
1079
  <?php if ( $theChampSharingOptions['horizontal_bg_color_default'] != '' ) { ?>
1187
  $bottom_sharing_responsive_css = 'div.the_champ_bottom_sharing{width:100%!important;left:0!important;}div.the_champ_bottom_sharing li{width:'.(100/($num_sharing_icons+$total_share_count_enabled+$more_icon_enabled)).'% !important;}div.the_champ_bottom_sharing .theChampSharing{width: 100% !important;}div.the_champ_bottom_sharing div.theChampTotalShareCount{font-size:1em!important;line-height:' . ( $vertical_sharing_icon_height*70/100 ) . 'px!important}div.the_champ_bottom_sharing div.theChampTotalShareText{font-size:.7em!important;line-height:0px!important}';
1188
  }
1189
  echo isset($theChampSharingOptions['vertical_enable']) && isset( $theChampSharingOptions['bottom_mobile_sharing'] ) && $theChampSharingOptions['horizontal_screen_width'] != '' ? 'div.heateor_ss_mobile_footer{display:none;}@media screen and (max-width:' . $theChampSharingOptions['horizontal_screen_width'] . 'px){'.$bottom_sharing_responsive_css.'div.heateor_ss_mobile_footer{display:block;height:'.($theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_height'] : $theChampSharingOptions['vertical_sharing_size']).'px;}.the_champ_bottom_sharing{padding:0!important;' . ( $theChampSharingOptions['bottom_sharing_position_radio'] == 'nonresponsive' && $theChampSharingOptions['bottom_sharing_position'] != '' ? $theChampSharingOptions['bottom_sharing_alignment'] . ':' . $theChampSharingOptions['bottom_sharing_position'] . 'px!important;' . $bottom_sharing_postion_inverse . ':auto!important;' : '' ) . 'display:block!important;width: auto!important;bottom:' . ( isset( $theChampSharingOptions['vertical_total_shares'] ) ? '-10' : '-2' ) . 'px!important;top: auto!important;}.the_champ_bottom_sharing .the_champ_square_count{line-height: inherit;}.the_champ_bottom_sharing .theChampSharingArrow{display:none;}.the_champ_bottom_sharing .theChampTCBackground{margin-right: 1.1em !important}}' : '';
1190
+ echo $theChampGeneralOptions['custom_css'];
1191
+ echo isset($theChampSharingOptions['hide_slider']) ? 'div.theChampSharingArrow{display:none}' : '';
1192
+ if(isset($theChampSharingOptions['hor_enable']) && $theChampSharingOptions['hor_sharing_alignment'] == "center"){
1193
+ echo 'div.the_champ_sharing_title{text-align:center}ul.the_champ_sharing_ul{width:100%;text-align:center;}div.the_champ_horizontal_sharing ul.the_champ_sharing_ul li{float:none!important;display:inline-block;}';
1194
+ }
1195
+ if(isset($theChampSharingOptions['hor_enable']) && $theChampCounterOptions['hor_counter_alignment'] == "center"){
1196
+ echo 'div.the_champ_counter_title{text-align:center}ul.the_champ_counter_ul{width:100%;text-align:center;}div.the_champ_horizontal_counter ul.the_champ_counter_ul li{float:none!important;display:inline-block;}';
1197
+ }
1198
+ if(isset($theChampLoginOptions['center_align'])){
1199
+ echo 'div.the_champ_social_login_title,div.the_champ_login_container{text-align:center}ul.the_champ_login_ul{width:100%;text-align:center;}div.the_champ_login_container ul.the_champ_login_ul li{float:none!important;display:inline-block;}';
1200
+ }?></style>
1201
  <?php
1202
  wp_enqueue_style( 'the_champ_frontend_css', plugins_url( 'css/front.css', __FILE__ ), false, THE_CHAMP_SS_VERSION );
1203
  $default_svg = false;
1414
  'enableAtComment' => 1,
1415
  'scl_title' => __('Link your social account to login to your account at this website', 'super-socializer'),
1416
  'link_account' => 1,
 
1417
  'gdpr_placement' => 'above',
1418
  'privacy_policy_url' => '',
1419
  'privacy_policy_optin_text' => 'I agree to my personal data being stored and used as per Privacy Policy',
1543
  }
1544
  }
1545
  the_champ_save_default_options();
1546
+ set_transient( 'heateor-ss-admin-notice-on-activation', true, 5 );
1547
  }
1548
  register_activation_hook(__FILE__, 'the_champ_activate_plugin');
1549
 
1637
  function the_champ_addon_update_notification(){
1638
  if(current_user_can('manage_options')){
1639
  global $theChampLoginOptions;
1640
+ if(get_transient('heateor-ss-admin-notice-on-activation')){ ?>
1641
+ <div class="notice notice-success is-dismissible">
1642
+ <p><strong><?php printf(__('Thanks for installing Super Socializer plugin. Click <a href="%s" target="_blank">here</a> for the steps on how to configure the plugin', 'super-socializer'), 'http://support.heateor.com/super-socializer-configuration'); ?></strong></p>
1643
+ </div> <?php
1644
+ // Delete transient, only display this notice once
1645
+ delete_transient('heateor-ss-admin-notice-on-activation');
1646
+ }
1647
+
1648
  if(defined('HEATEOR_FB_COM_MOD_VERSION') && version_compare('1.2.5', HEATEOR_FB_COM_MOD_VERSION) > 0){
1649
  ?>
1650
  <div class="error notice">