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

Version Description

  • [Bugfix] Added TwitCount.com service to get Twitter share counts working again
  • [Improvement] Improved Chinese translation
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.4
Comparing to
See all releases

Code changes from version 7.12.3 to 7.12.4

admin/help.php CHANGED
@@ -16,7 +16,7 @@
16
 
17
  <div style="margin-bottom: 21px">
18
  <div class="inside" style="padding-top:10px">
19
- <a href="https://www.heateor.com/donate/?action=Super+Socializer" style="text-decoration:none" target="_blank"><input type="button" style="background-color:#D51F1F" class="ss_demo" value="<?php _e( 'Donate Now', 'super-socializer' ) ?>" /></a>
20
  </div>
21
  </div>
22
 
16
 
17
  <div style="margin-bottom: 21px">
18
  <div class="inside" style="padding-top:10px">
19
+ <a href="https://www.heateor.com/donate/?action=Super+Socializer" style="text-decoration:none" target="_blank"><input type="button" class="ss_demo" style="background-color:#D51F1F;background: linear-gradient(#2e9fff, #2481d0);" value="<?php _e( 'Donate Now', 'super-socializer' ) ?>" /></a>
20
  </div>
21
  </div>
22
 
admin/social_commenting.php CHANGED
@@ -186,7 +186,7 @@
186
  <tr>
187
  <td colspan="2">
188
  <div>
189
- <a href="https://www.heateor.com/add-ons" target="_blank"><input type="button" value="<?php _e('Enable Facebook Comments notification and moderation', 'super-socializer') ?>" class="ss_demo" /></a>
190
  </div>
191
  </td>
192
  </tr>
@@ -230,7 +230,7 @@
230
  <tr>
231
  <td colspan="2">
232
  <div>
233
- <a href="https://www.heateor.com/facebook-comments-moderation" target="_blank"><input type="button" value="<?php _e('Show Recent Facebook Comments in a Widget', 'super-socializer') ?>" class="ss_demo" /></a>
234
  </div>
235
  </td>
236
  </tr>
@@ -313,14 +313,6 @@
313
  </div>
314
  </td>
315
  </tr>
316
-
317
- <tr>
318
- <td colspan="2">
319
- <div>
320
- <a href="https://www.heateor.com/facebook-comments-moderation" target="_blank"><input type="button" value="<?php _e('Recover Facebook Comments Lost After Moving to SSL/Https', 'super-socializer') ?>" class="ss_demo" /></a>
321
- </div>
322
- </td>
323
- </tr>
324
 
325
  <tr>
326
  <th>
186
  <tr>
187
  <td colspan="2">
188
  <div>
189
+ <a href="https://www.heateor.com/add-ons" target="_blank"><input type="button" value="<?php _e('Enable Facebook Comments notification and moderation', 'super-socializer') ?> >>>" class="ss_demo" /></a>
190
  </div>
191
  </td>
192
  </tr>
230
  <tr>
231
  <td colspan="2">
232
  <div>
233
+ <a href="https://www.heateor.com/facebook-comments-moderation" target="_blank"><input type="button" value="<?php _e('Show Recent Facebook Comments in a Widget', 'super-socializer') ?> >>>" class="ss_demo" /></a>
234
  </div>
235
  </td>
236
  </tr>
313
  </div>
314
  </td>
315
  </tr>
 
 
 
 
 
 
 
 
316
 
317
  <tr>
318
  <th>
admin/social_login.php CHANGED
@@ -50,7 +50,7 @@
50
  <div class="inside">
51
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
52
  <tr>
53
- <td colspan="2"><a href="https://www.heateor.com/social-login-buttons" target="_blank" style="text-decoration:none"><input style="width: auto;padding: 10px 42px;" type="button" value="<?php _e('Customize Social Login Icons', 'super-socializer'); ?>" class="ss_demo"></a></td>
54
  </tr>
55
 
56
  <tr>
50
  <div class="inside">
51
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
52
  <tr>
53
+ <td colspan="2"><a href="https://www.heateor.com/social-login-buttons" target="_blank" style="text-decoration:none"><input style="width: auto;padding: 10px 42px;" type="button" value="<?php _e('Customize Social Login Icons', 'super-socializer'); ?> >>>" class="ss_demo"></a></td>
54
  </tr>
55
 
56
  <tr>
admin/social_sharing.php CHANGED
@@ -30,7 +30,7 @@
30
 
31
  <div style="clear:both"></div>
32
  <div>
33
- <a href="https://www.heateor.com/recover-social-share-counts" target="_blank"><input type="button" value="<?php _e('Recover Social Share Counts Lost After Moving to SSL/Https', 'super-socializer') ?>" class="ss_demo" /></a>
34
  </div>
35
  <div style="clear:both"></div>
36
 
@@ -1043,29 +1043,7 @@
1043
  <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1044
  <br/>
1045
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki and Vkontakte', 'super-socializer' ) ?></span>
1046
- </td>
1047
- </tr>
1048
-
1049
- <?php
1050
- $tweetCountService = 'newsharecounts';
1051
- if ( isset( $theChampSharingOptions['tweet_count_service'] ) ) {
1052
- $tweetCountService = $theChampSharingOptions['tweet_count_service'];
1053
- } elseif ( isset( $theChampSharingOptions['vertical_tweet_count_service'] ) ) {
1054
- $tweetCountService = $theChampSharingOptions['vertical_tweet_count_service'];
1055
- }
1056
- ?>
1057
-
1058
- <tr id="the_champ_twitter_share_count" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? '' : 'style="display:none"' ?>>
1059
- <th>
1060
- </th>
1061
- <td>
1062
- <input id="the_champ_newsharecounts" name="the_champ_sharing[tweet_count_service]" type="radio" <?php echo $tweetCountService == 'newsharecounts' ? 'checked = "checked"' : '';?> value="newsharecounts" /><label for="the_champ_newsharecounts"><?php echo sprintf( __( 'Use <a href="%s" target="_blank">NewShareCounts</a> to show Twitter share counts', 'super-socializer'), 'http://newsharecounts.com' ) ?></label>
1063
- <br/>
1064
- <span class="the_champ_help_content" style="display:block"><?php echo sprintf( __( 'For this to work, you have to enter your website url %s and sign in using Twitter at <a href="%s" target="_blank">their website</a>', 'super-socializer'), esc_url(home_url()), 'http://newsharecounts.com' ) ?></span>
1065
- <br/>
1066
- <input id="the_champ_opensharecount" name="the_champ_sharing[tweet_count_service]" type="radio" <?php echo $tweetCountService == 'opensharecount' ? 'checked = "checked"' : '';?> value="opensharecount" /><label for="the_champ_opensharecount"><?php echo sprintf( __( 'Use <a href="%s" target="_blank">OpenShareCount</a> to show Twitter share counts', 'super-socializer'), 'http://opensharecount.com' ) ?></label>
1067
- <br/>
1068
- <span class="the_champ_help_content" style="display:block"><?php echo sprintf( __( 'For this to work, you have to sign up and register your website url %s at <a href="%s" target="_blank">their website</a>', 'super-socializer'), esc_url(home_url()), 'http://opensharecount.com' ) ?></span>
1069
  </td>
1070
  </tr>
1071
 
@@ -1487,20 +1465,7 @@
1487
  <input id="the_champ_vertical_counts" name="the_champ_sharing[vertical_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1488
  <br/>
1489
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki and Vkontakte', 'super-socializer' ) ?></span>
1490
- </td>
1491
- </tr>
1492
-
1493
- <tr id="the_champ_twitter_vertical_share_count" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? '' : 'style="display:none"' ?>>
1494
- <th>
1495
- </th>
1496
- <td>
1497
- <input id="the_champ_vertical_newsharecounts" name="the_champ_sharing[vertical_tweet_count_service]" type="radio" <?php echo $tweetCountService == 'newsharecounts' ? 'checked = "checked"' : '';?> value="newsharecounts" /><label for="the_champ_vertical_newsharecounts"><?php echo sprintf( __( 'Use <a href="%s" target="_blank">NewShareCounts</a> to show Twitter share counts', 'super-socializer'), 'http://newsharecounts.com' ) ?></label>
1498
- <br/>
1499
- <span class="the_champ_help_content" style="display:block"><?php echo sprintf( __( 'For this to work, you have to enter your website url %s and sign in using Twitter at <a href="%s" target="_blank">their website</a>', 'super-socializer'), esc_url(home_url()), 'http://newsharecounts.com' ) ?></span>
1500
- <br/>
1501
- <input id="the_champ_vertical_opensharecount" name="the_champ_sharing[vertical_tweet_count_service]" type="radio" <?php echo $tweetCountService == 'opensharecount' ? 'checked = "checked"' : '';?> value="opensharecount" /><label for="the_champ_vertical_opensharecount"><?php echo sprintf( __( 'Use <a href="%s" target="_blank">OpenShareCount</a> to show Twitter share counts', 'super-socializer'), 'http://opensharecount.com' ) ?></label>
1502
- <br/>
1503
- <span class="the_champ_help_content" style="display:block"><?php echo sprintf( __( 'For this to work, you have to sign up and register your website url %s at <a href="%s" target="_blank">their website</a>', 'super-socializer'), esc_url(home_url()), 'http://opensharecount.com' ) ?></span>
1504
  </td>
1505
  </tr>
1506
 
@@ -1942,6 +1907,10 @@
1942
  <a href="javascript:void(0)"><?php _e('Why is Instagram icon redirecting to Instagram website?', 'super-socializer'); ?></a>
1943
  <div><?php _e('Instagram icon is there to send website visitors to the Instagram page of your choice. You can save the desired Instagram handle in "Instagram Username" option in "Standard Interface" and "Floating Interface" sections.', 'super-socializer'); ?></div>
1944
  </p>
 
 
 
 
1945
  <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>
1946
  <p><a href="https://www.heateor.com/recover-social-share-counts/" target="_blank"><?php _e('How to restore Social Share counts lost after moving my website to SSL/Https?', 'super-socializer' ) ?></a></p>
1947
  <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>
30
 
31
  <div style="clear:both"></div>
32
  <div>
33
+ <a href="https://www.heateor.com/recover-social-share-counts" target="_blank"><input type="button" value="<?php _e('Recover Social Share Counts Lost After Moving to SSL/Https', 'super-socializer') ?> >>>" class="ss_demo" style="width:55%" /></a>
34
  </div>
35
  <div style="clear:both"></div>
36
 
1043
  <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1044
  <br/>
1045
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki and Vkontakte', 'super-socializer' ) ?></span>
1046
+ <span class="the_champ_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer' ), 'http://twitcount.com', home_url() ) ?></strong></span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1047
  </td>
1048
  </tr>
1049
 
1465
  <input id="the_champ_vertical_counts" name="the_champ_sharing[vertical_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1466
  <br/>
1467
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki and Vkontakte', 'super-socializer' ) ?></span>
1468
+ <span class="the_champ_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer' ), 'http://twitcount.com', home_url() ) ?></strong></span>
 
 
 
 
 
 
 
 
 
 
 
 
 
1469
  </td>
1470
  </tr>
1471
 
1907
  <a href="javascript:void(0)"><?php _e('Why is Instagram icon redirecting to Instagram website?', 'super-socializer'); ?></a>
1908
  <div><?php _e('Instagram icon is there to send website visitors to the Instagram page of your choice. You can save the desired Instagram handle in "Instagram Username" option in "Standard Interface" and "Floating Interface" sections.', 'super-socializer'); ?></div>
1909
  </p>
1910
+ <p>
1911
+ <a href="javascript:void(0)"><?php _e('Why are Twitter shares not appearing even after registering at Twitcount.com?', 'super-socializer'); ?></a>
1912
+ <div><?php _e("It takes some time for their service to track the shares made on Twitter from your website. If you still feel it's taking too long you can contact their support directly from their website.", 'super-socializer'); ?></div>
1913
+ </p>
1914
  <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>
1915
  <p><a href="https://www.heateor.com/recover-social-share-counts/" target="_blank"><?php _e('How to restore Social Share counts lost after moving my website to SSL/Https?', 'super-socializer' ) ?></a></p>
1916
  <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>
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:#dd4b39}.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}.theChampDeliciousSvg{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-12.5%20-12.5%2055%2055%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%3E%3C%2Fsvg%3E) 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}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) 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-color:#1D9AFC;padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer}.ss_demo:hover{background-color:#5BACEC}.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:#247CED}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampDeliciousBackground{background-color:#53BEEE}.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}.theChampBaiduBackground{background-color: #2319DC}.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}.theChampDiHITTBackground{background-color: #FF6300}.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}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fdff88}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPolyvoreBackground{background-color: #2A2A2A}.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}.theChampSegnaloBackground{background-color: #fdff88}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.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}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color:#3B599D}.theChampGentleReaderBackground{background-color:#46aecf}.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: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:#dd4b39}.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}.theChampDeliciousSvg{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-12.5%20-12.5%2055%2055%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%3E%3C%2Fsvg%3E) 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}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) 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:#247CED}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampDeliciousBackground{background-color:#53BEEE}.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}.theChampBaiduBackground{background-color: #2319DC}.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}.theChampDiHITTBackground{background-color: #FF6300}.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}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fdff88}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPolyvoreBackground{background-color: #2A2A2A}.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}.theChampSegnaloBackground{background-color: #fdff88}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.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}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color:#3B599D}.theChampGentleReaderBackground{background-color:#46aecf}.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;}}
inc/social_sharing.php CHANGED
@@ -870,19 +870,6 @@ function the_champ_sharing_count(){
870
  the_champ_ajax_response(array('status' => 0, 'message' => __('Providers not selected')));
871
  }
872
 
873
- $tweetCountService = 'newsharecounts';
874
- if ( isset( $theChampSharingOptions['tweet_count_service'] ) ) {
875
- $tweetCountService = $theChampSharingOptions['tweet_count_service'];
876
- } elseif ( isset( $theChampSharingOptions['vertical_tweet_count_service'] ) ) {
877
- $tweetCountService = $theChampSharingOptions['vertical_tweet_count_service'];
878
- }
879
-
880
- if ( $tweetCountService == 'opensharecount' ) {
881
- $twitterCountApi = 'http://opensharecount.com/count.json?url=';
882
- } elseif ( $tweetCountService == 'newsharecounts' ) {
883
- $twitterCountApi = 'http://public.newsharecounts.com/count.json?url=';
884
- }
885
-
886
  $responseData = array();
887
  $ajaxResponse = array();
888
  if(in_array('facebook', $sharingNetworks)){
@@ -927,7 +914,7 @@ function the_champ_sharing_count(){
927
  foreach($sharingNetworks as $provider){
928
  switch($provider){
929
  case 'twitter':
930
- $url = $twitterCountApi . $targetUrl;
931
  break;
932
  case 'linkedin':
933
  $url = 'https://www.linkedin.com/countserv/count/share?url='. $targetUrl .'&format=json';
870
  the_champ_ajax_response(array('status' => 0, 'message' => __('Providers not selected')));
871
  }
872
 
 
 
 
 
 
 
 
 
 
 
 
 
 
873
  $responseData = array();
874
  $ajaxResponse = array();
875
  if(in_array('facebook', $sharingNetworks)){
914
  foreach($sharingNetworks as $provider){
915
  switch($provider){
916
  case 'twitter':
917
+ $url = "https://counts.twitcount.com/counts.php?url=" . $targetUrl;
918
  break;
919
  case 'linkedin':
920
  $url = 'https://www.linkedin.com/countserv/count/share?url='. $targetUrl .'&format=json';
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: 2018-09-06 23:22+0530\n"
6
- "PO-Revision-Date: 2018-09-06 23:22+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -68,7 +68,7 @@ msgid ""
68
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
69
  msgstr ""
70
 
71
- #: ../super_socializer.php:872 ../helper.php:963
72
  msgid "Please verify your email address to login."
73
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
74
 
@@ -88,7 +88,7 @@ msgstr "البريد الإلكتروني - إدخال القيمة إجباري
88
  msgid "Please check your email inbox to complete the registration."
89
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
90
 
91
- #: ../super_socializer.php:904 ../helper.php:503
92
  msgid "Enter your LiveJournal username"
93
  msgstr ""
94
 
@@ -120,7 +120,7 @@ msgstr "آخر تسجيل دخول | Last Login"
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
- #: ../super_socializer.php:1296 ../helper.php:885
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
@@ -134,17 +134,17 @@ msgstr "صغير الرمزية رابط"
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
- #: ../super_socializer.php:1307 ../helper.php:888
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:1311 ../helper.php:889
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1384 ../super_socializer.php:2010
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
@@ -162,61 +162,61 @@ msgstr "البريد الإلكتروني الذي أدخلته غير مسجل
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
164
 
165
- #: ../super_socializer.php:1400 ../super_socializer.php:1934
166
  msgid "Link your social account to login to your account at this website"
167
  msgstr ""
168
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
169
  "الى حسابك في هذا الموقع"
170
 
171
- #: ../super_socializer.php:1629
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:1638
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:1647
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:1656
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:1665
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:1672
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:1683
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:1699
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:1723
220
  #, php-format
221
  msgid ""
222
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -224,14 +224,14 @@ msgid ""
224
  "target=\"_blank\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1723 ../super_socializer.php:1748
228
- #: ../super_socializer.php:1773 ../super_socializer.php:1798
229
- #: ../super_socializer.php:1831 ../super_socializer.php:1859
230
- #: ../super_socializer.php:1886 ../super_socializer.php:1910
231
  msgid "Okay"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1748
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -239,7 +239,7 @@ msgid ""
239
  "\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1773
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -247,7 +247,7 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1798
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -255,13 +255,13 @@ msgid ""
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1809
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:1831
265
  #, php-format
266
  msgid ""
267
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -269,15 +269,16 @@ msgid ""
269
  "\"%s\" target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1859
273
  #, php-format
274
  msgid ""
275
- "Twitter share counts are no longer working as newsharecounts.com is down. To "
276
- "continue showing the Twitter shares, just sign up <a href=\"%s\" target="
277
- "\"_blank\">here</a> with this domain"
 
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1886
281
  #, php-format
282
  msgid ""
283
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -285,7 +286,7 @@ msgid ""
285
  "\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:1910
289
  #, php-format
290
  msgid ""
291
  "Your website visitors will see a popup notification (only once) if their "
@@ -312,113 +313,113 @@ msgstr "إضغط للمزيد من المساعدة"
312
  msgid "Click to hide help"
313
  msgstr "إضغط لإخفاء المساعدة "
314
 
315
- #: ../helper.php:252
316
  #, fuzzy
317
  msgid "Add-Ons"
318
  msgstr "إضافات"
319
 
320
- #: ../helper.php:253
321
  msgid "Support Documentation"
322
  msgstr ""
323
 
324
- #: ../helper.php:254
325
  msgid "Settings"
326
  msgstr "الإعدادات"
327
 
328
- #: ../helper.php:548
329
  msgid "Account linked successfully"
330
  msgstr "تم ربط حسابك بنجاح"
331
 
332
- #: ../helper.php:552
333
  msgid "Account already exists or linked"
334
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
335
 
336
- #: ../helper.php:614 ../helper.php:620
337
  msgid "Currently"
338
  msgstr "في الوقت الحاضر"
339
 
340
- #: ../helper.php:614 ../helper.php:620
341
  msgid "Connected with"
342
  msgstr ""
343
 
344
- #: ../helper.php:614 ../helper.php:620
345
  msgid "Remove"
346
  msgstr "إزالة"
347
 
348
- #: ../helper.php:691
349
  #, fuzzy
350
  msgid "Social Account Linking"
351
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
352
 
353
- #: ../helper.php:741
354
  #, fuzzy
355
  msgid "Disable Standard Social Sharing on this "
356
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
357
 
358
- #: ../helper.php:746
359
  #, fuzzy
360
  msgid "Disable Floating Social Sharing on this "
361
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
362
 
363
- #: ../helper.php:751
364
  #, fuzzy
365
  msgid "Disable Standard like buttons on this "
366
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
367
 
368
- #: ../helper.php:756
369
  #, fuzzy
370
  msgid "Disable Floating like buttons on this "
371
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
372
 
373
- #: ../helper.php:761
374
  msgid "Disable Social Commenting on this "
375
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
376
 
377
- #: ../helper.php:770
378
  #, fuzzy
379
  msgid "Standard Sharing Interface"
380
  msgstr "المشاركات الأفقي"
381
 
382
- #: ../helper.php:776 ../helper.php:795
383
  msgid "Starting share count for "
384
  msgstr "بدء العد حصة ل"
385
 
386
- #: ../helper.php:789
387
  #, fuzzy
388
  msgid "Floating Sharing Interface"
389
  msgstr "المشاركات الأفقي"
390
 
391
- #: ../helper.php:892
392
  #, fuzzy
393
  msgid "Small Avatar"
394
  msgstr "صغير الرمزية رابط"
395
 
396
- #: ../helper.php:896
397
  #, fuzzy
398
  msgid "Large Avatar"
399
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
400
 
401
- #: ../helper.php:900 ../admin/general_options.php:128
402
- #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
403
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
404
  #, fuzzy
405
  msgid "Save Changes"
406
  msgstr "حفظ"
407
 
408
- #: ../helper.php:1000
409
  msgid "Click to delete social profile data"
410
  msgstr ""
411
 
412
- #: ../helper.php:1029
413
  #, fuzzy
414
  msgid "Deleting"
415
  msgstr "الإعدادات"
416
 
417
- #: ../helper.php:1039
418
  msgid "Deleted"
419
  msgstr ""
420
 
421
- #: ../helper.php:1041
422
  msgid "Something bad happened"
423
  msgstr ""
424
 
@@ -490,15 +491,15 @@ msgstr "رابط (URL) مخصّص"
490
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
491
  msgstr ""
492
 
493
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
494
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1202
495
  #: ../admin/like_buttons.php:827
496
  #, fuzzy
497
  msgid "Instagram Shoutout"
498
  msgstr "إنستاجرام"
499
 
500
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
501
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1204
502
  #: ../admin/like_buttons.php:829
503
  msgid ""
504
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -506,8 +507,8 @@ msgid ""
506
  "hashtags and people to mention in the Instagram post."
507
  msgstr ""
508
 
509
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
510
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1205
511
  #: ../admin/like_buttons.php:830
512
  msgid ""
513
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -517,8 +518,8 @@ msgid ""
517
  "time."
518
  msgstr ""
519
 
520
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
521
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1206
522
  #: ../admin/like_buttons.php:831
523
  msgid ""
524
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -671,8 +672,8 @@ msgstr ""
671
  msgid "3rd Party Integration"
672
  msgstr ""
673
 
674
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
675
- #: ../admin/social_sharing.php:1907 ../admin/social_login.php:41
676
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
677
  #: ../admin/like_buttons.php:793
678
  #, fuzzy
@@ -684,8 +685,8 @@ msgstr "استخدم كود مختصر | Include the shortcode"
684
  msgid "Troubleshooter"
685
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
686
 
687
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
688
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
689
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
690
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
691
  #, fuzzy
@@ -804,7 +805,7 @@ msgstr ""
804
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
805
 
806
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
807
- #: ../admin/social_sharing.php:1330 ../admin/like_buttons.php:406
808
  #: ../inc/widget.php:436 ../inc/widget.php:748
809
  #, fuzzy
810
  msgid "Background Color"
@@ -852,7 +853,7 @@ msgid "(applies, if counter enabled)"
852
  msgstr ""
853
 
854
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
855
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1352
856
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
857
  #: ../inc/widget.php:422 ../inc/widget.php:734
858
  #, fuzzy
@@ -864,7 +865,7 @@ msgid "Top"
864
  msgstr ""
865
 
866
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
867
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1353
868
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
869
  #: ../inc/widget.php:423 ../inc/widget.php:735
870
  #, fuzzy
@@ -917,31 +918,31 @@ msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي
917
  msgid "Master control to enable standard sharing"
918
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
919
 
920
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1156
921
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
922
  #, fuzzy
923
  msgid "Target Url"
924
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
925
 
926
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1160
927
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
928
  #, fuzzy
929
  msgid "Url of the webpage where icons are located (default)"
930
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
931
 
932
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1162
933
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
934
  #, fuzzy
935
  msgid "Url of the homepage of your website"
936
  msgstr "URL لعملاء الموقع (اختياري)"
937
 
938
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1164
939
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
940
  #, fuzzy
941
  msgid "Custom url"
942
  msgstr "رابط (URL) مخصّص"
943
 
944
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1171
945
  #, fuzzy
946
  msgid "Url to share"
947
  msgstr " شارك الآخرين بهذة الفقرة"
@@ -958,53 +959,53 @@ msgstr "العنوان"
958
  msgid "The text to display above the sharing interface"
959
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
960
 
961
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1180
962
  #, fuzzy
963
  msgid "Instagram username"
964
  msgstr "إنستاجرام"
965
 
966
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1190
967
  msgid ""
968
  "Username of the Instagram account you want to redirect users to, on clicking "
969
  "the icon"
970
  msgstr ""
971
 
972
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1200
973
  #, fuzzy
974
  msgid "HTML ID of container element of comment form"
975
  msgstr "ID HTML التعليق حاوية شكل"
976
 
977
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1210
978
  msgid ""
979
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
980
  "icon."
981
  msgstr ""
982
 
983
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1219
984
  #, fuzzy
985
  msgid "Rearrange icons"
986
  msgstr "إعادة ترتيب الرموز"
987
 
988
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1278
989
  #, fuzzy
990
  msgid "Drag the icons to rearrange in desired order"
991
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
992
 
993
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1286
994
  #, fuzzy
995
  msgid "Select Sharing Services"
996
  msgstr "اختر مقالة"
997
 
998
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1293
999
  msgid "Select sharing services to show in social share bar"
1000
  msgstr ""
1001
 
1002
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1311
1003
  #, fuzzy
1004
  msgid "Search social network"
1005
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1006
 
1007
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1348
1008
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
1009
  #, fuzzy
1010
  msgid "Horizontal alignment"
@@ -1015,7 +1016,7 @@ msgstr "بلا محاذاة"
1015
  msgid "Center"
1016
  msgstr "وسط"
1017
 
1018
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1361
1019
  #, fuzzy
1020
  msgid "Horizontal alignment of the sharing interface"
1021
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
@@ -1040,41 +1041,41 @@ msgstr "أسفل"
1040
  msgid "Specify position of the sharing interface with respect to the content"
1041
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
1042
 
1043
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1427
1044
  msgid "Placement"
1045
  msgstr ""
1046
 
1047
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
1048
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
1049
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1050
  #, fuzzy
1051
  msgid "Homepage"
1052
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
1053
 
1054
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1433
1055
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1056
  #, fuzzy
1057
  msgid "Posts"
1058
  msgstr "مقالات"
1059
 
1060
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1435
1061
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1062
  #, fuzzy
1063
  msgid "Pages"
1064
  msgstr "صفحات"
1065
 
1066
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1437
1067
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1068
  msgid "Excerpts and Posts page"
1069
  msgstr ""
1070
 
1071
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1439
1072
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1073
  #, fuzzy
1074
  msgid "Category Archives"
1075
  msgstr "الأرشيف"
1076
 
1077
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1441
1078
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1079
  #, fuzzy
1080
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
@@ -1089,13 +1090,13 @@ msgstr "النشاط BuddyPress والمجموعات"
1089
  msgid "BuddyPress group (only at top of content)"
1090
  msgstr ""
1091
 
1092
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1463
1093
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1094
  #, fuzzy
1095
  msgid "BBPress forum"
1096
  msgstr "المنتدى المستعمل | User Forum"
1097
 
1098
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1466
1099
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1100
  #, fuzzy
1101
  msgid "BBPress topic"
@@ -1123,66 +1124,47 @@ msgstr "WooCommerce الشكر الصفحة"
1123
  msgid "Specify the pages where you want to enable Sharing interface"
1124
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
1125
 
1126
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1484
1127
  #, fuzzy
1128
  msgid "Show share counts"
1129
  msgstr "عرض عدد المقالات"
1130
 
1131
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1489
1132
  msgid ""
1133
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1134
  "Pinterest, Odnoklassniki and Vkontakte"
1135
  msgstr ""
1136
 
1137
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1497
1138
- #, php-format
1139
- msgid ""
1140
- "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
1141
- "share counts"
1142
- msgstr ""
1143
-
1144
- #: ../admin/social_sharing.php:1064 ../admin/social_sharing.php:1499
1145
- #, php-format
1146
- msgid ""
1147
- "For this to work, you have to enter your website url %s and sign in using "
1148
- "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
1149
- msgstr ""
1150
-
1151
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1501
1152
- #, php-format
1153
- msgid ""
1154
- "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
1155
- "share counts"
1156
- msgstr ""
1157
-
1158
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1503
1159
  #, php-format
1160
  msgid ""
1161
- "For this to work, you have to sign up and register your website url %s at <a "
1162
- "href=\"%s\" target=\"_blank\">their website</a>"
 
 
1163
  msgstr ""
1164
 
1165
- #: ../admin/social_sharing.php:1075 ../admin/social_sharing.php:1510
1166
  #, fuzzy
1167
  msgid "If enabled, share counts are displayed above sharing icons."
1168
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1169
 
1170
- #: ../admin/social_sharing.php:1084 ../admin/social_sharing.php:1519
1171
  #, fuzzy
1172
  msgid "Show total shares"
1173
  msgstr "عرض عدد المقالات"
1174
 
1175
- #: ../admin/social_sharing.php:1094 ../admin/social_sharing.php:1529
1176
  #, fuzzy
1177
  msgid "If enabled, total shares will be displayed with sharing icons"
1178
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1179
 
1180
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1538
1181
  #, fuzzy
1182
  msgid "Enable 'More' icon"
1183
  msgstr "الرمز معاينة"
1184
 
1185
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1548
1186
  #, fuzzy
1187
  msgid ""
1188
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
@@ -1191,22 +1173,22 @@ msgstr ""
1191
  "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات "
1192
  "مشاركة إضافية في المنبثقة"
1193
 
1194
- #: ../admin/social_sharing.php:1130
1195
  #, fuzzy
1196
  msgid "Floating Sharing Interface Options"
1197
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1198
 
1199
- #: ../admin/social_sharing.php:1136
1200
  #, fuzzy
1201
  msgid "Enable Floating sharing interface"
1202
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
1203
 
1204
- #: ../admin/social_sharing.php:1146
1205
  #, fuzzy
1206
  msgid "Master control to enable floating sharing widget"
1207
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
1208
 
1209
- #: ../admin/social_sharing.php:1340
1210
  #, fuzzy
1211
  msgid ""
1212
  "Specify the color or hex code (example #cc78e0) for the background of "
@@ -1218,12 +1200,12 @@ msgstr ""
1218
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
1219
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1220
 
1221
- #: ../admin/social_sharing.php:1370 ../admin/like_buttons.php:446
1222
  #, fuzzy
1223
  msgid "Left offset"
1224
  msgstr "يسار"
1225
 
1226
- #: ../admin/social_sharing.php:1380
1227
  #, fuzzy
1228
  msgid ""
1229
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1232,12 +1214,12 @@ msgstr ""
1232
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
1233
  "اليسار. يمكن أن يكون رقم سلبي جداً."
1234
 
1235
- #: ../admin/social_sharing.php:1390 ../admin/like_buttons.php:466
1236
  #, fuzzy
1237
  msgid "Right offset"
1238
  msgstr "يمين"
1239
 
1240
- #: ../admin/social_sharing.php:1400
1241
  #, fuzzy
1242
  msgid ""
1243
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1246,12 +1228,12 @@ msgstr ""
1246
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
1247
  "اليمين. يمكن أن يكون رقم سلبي جداً."
1248
 
1249
- #: ../admin/social_sharing.php:1409 ../admin/like_buttons.php:485
1250
  #, fuzzy
1251
  msgid "Top offset"
1252
  msgstr "أعلى"
1253
 
1254
- #: ../admin/social_sharing.php:1419
1255
  #, fuzzy
1256
  msgid ""
1257
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1260,96 +1242,96 @@ msgstr ""
1260
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
1261
  "الأعلى."
1262
 
1263
- #: ../admin/social_sharing.php:1455 ../admin/like_buttons.php:531
1264
  #, fuzzy
1265
  msgid "BuddyPress group"
1266
  msgstr "تحرير ملفي الشخصي"
1267
 
1268
- #: ../admin/social_sharing.php:1476
1269
  #, fuzzy
1270
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1271
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
1272
 
1273
- #: ../admin/social_sharing.php:1556
1274
  #, fuzzy
1275
  msgid "Vertical floating bar responsiveness"
1276
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1277
 
1278
- #: ../admin/social_sharing.php:1559
1279
  #, php-format
1280
  msgid "Display vertical interface only when screen is wider than %s pixels"
1281
  msgstr ""
1282
 
1283
- #: ../admin/social_sharing.php:1566
1284
  msgid ""
1285
  "Display vertical interface only when screen is wider than the width "
1286
  "specified."
1287
  msgstr ""
1288
 
1289
- #: ../admin/social_sharing.php:1574
1290
  msgid "Horizontal floating bar responsiveness"
1291
  msgstr ""
1292
 
1293
- #: ../admin/social_sharing.php:1577
1294
  #, fuzzy, php-format
1295
  msgid ""
1296
  "Stick vertical floating interface horizontally at bottom only when screen is "
1297
  "narrower than %s pixels"
1298
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
1299
 
1300
- #: ../admin/social_sharing.php:1584
1301
  msgid ""
1302
  "Stick vertical floating interface horizontally at bottom only when screen is "
1303
  "narrower than the width specified"
1304
  msgstr ""
1305
 
1306
- #: ../admin/social_sharing.php:1594
1307
  #, fuzzy
1308
  msgid "Horizontal floating bar position"
1309
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1310
 
1311
- #: ../admin/social_sharing.php:1597
1312
  #, php-format
1313
  msgid "%s pixels from %s"
1314
  msgstr ""
1315
 
1316
- #: ../admin/social_sharing.php:1598
1317
  msgid "Auto-adjust according to screen width (responsive)"
1318
  msgstr ""
1319
 
1320
- #: ../admin/social_sharing.php:1605
1321
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1322
  msgstr ""
1323
 
1324
- #: ../admin/social_sharing.php:1625 ../admin/like_buttons.php:588
1325
  #, fuzzy
1326
  msgid "Url shortener"
1327
  msgstr "عنوان Url للقيام بالتعليق على"
1328
 
1329
- #: ../admin/social_sharing.php:1631
1330
  #, fuzzy
1331
  msgid "Use shortlinks already installed"
1332
  msgstr "تمّ التنصيب مسبقاً"
1333
 
1334
- #: ../admin/social_sharing.php:1641
1335
  msgid "Uses default short url permalinks without using any additional plugin"
1336
  msgstr ""
1337
 
1338
- #: ../admin/social_sharing.php:1649
1339
  #, fuzzy
1340
  msgid "Enable bit.ly url shortener for sharing"
1341
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1342
 
1343
- #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:622
1344
  #, fuzzy
1345
  msgid "Master control to enable bit.ly url shortening for sharing"
1346
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1347
 
1348
- #: ../admin/social_sharing.php:1667
1349
  msgid "bit.ly Login"
1350
  msgstr ""
1351
 
1352
- #: ../admin/social_sharing.php:1677 ../admin/social_sharing.php:1696
1353
  #, fuzzy, php-format
1354
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1355
  msgstr ""
@@ -1357,52 +1339,52 @@ msgstr ""
1357
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1358
  "\"مفتاح API التغريد\""
1359
 
1360
- #: ../admin/social_sharing.php:1686 ../admin/like_buttons.php:649
1361
  #, fuzzy
1362
  msgid "bit.ly API Key"
1363
  msgstr "مفتاح API الخاص | API Private Key"
1364
 
1365
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:668
1366
  msgid "Clear Bitly Cache"
1367
  msgstr ""
1368
 
1369
- #: ../admin/social_sharing.php:1709 ../admin/like_buttons.php:672
1370
  #, fuzzy
1371
  msgid "ShortUrl cache cleared successfully."
1372
  msgstr "تم ربط حسابك بنجاح"
1373
 
1374
- #: ../admin/social_sharing.php:1716 ../admin/like_buttons.php:679
1375
  msgid ""
1376
  "Use this to delete short urls saved in database. Handy, if urls of your "
1377
  "website have been changed but short urls are still being generated for old "
1378
  "urls."
1379
  msgstr ""
1380
 
1381
- #: ../admin/social_sharing.php:1725
1382
  msgid "Share Count Cache"
1383
  msgstr ""
1384
 
1385
- #: ../admin/social_sharing.php:1731
1386
  msgid "Refresh Share Count cache every"
1387
  msgstr ""
1388
 
1389
- #: ../admin/social_sharing.php:1736
1390
  msgid "Second(s)"
1391
  msgstr ""
1392
 
1393
- #: ../admin/social_sharing.php:1737
1394
  msgid "Minute(s)"
1395
  msgstr ""
1396
 
1397
- #: ../admin/social_sharing.php:1738
1398
  msgid "Hour(s)"
1399
  msgstr ""
1400
 
1401
- #: ../admin/social_sharing.php:1739
1402
  msgid "Day(s)"
1403
  msgstr ""
1404
 
1405
- #: ../admin/social_sharing.php:1747
1406
  #, php-format
1407
  msgid ""
1408
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1410,21 +1392,21 @@ msgid ""
1410
  "target=\"_blank\">here</a>"
1411
  msgstr ""
1412
 
1413
- #: ../admin/social_sharing.php:1755
1414
  msgid "Clear Share Counts Cache"
1415
  msgstr ""
1416
 
1417
- #: ../admin/social_sharing.php:1759
1418
  #, fuzzy
1419
  msgid "Share Counts cache cleared successfully."
1420
  msgstr "تم ربط حسابك بنجاح"
1421
 
1422
- #: ../admin/social_sharing.php:1766
1423
  msgid "Use this to clear cached share counts"
1424
  msgstr ""
1425
 
1426
- #: ../admin/social_sharing.php:1775 ../admin/social_sharing.php:1781
1427
- #: ../admin/social_commenting.php:328 ../admin/like_buttons.php:688
1428
  #: ../admin/like_buttons.php:694
1429
  #, fuzzy
1430
  msgid "Language"
@@ -1432,7 +1414,7 @@ msgstr ""
1432
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1433
  "والخصائص التالية: %s"
1434
 
1435
- #: ../admin/social_sharing.php:1791
1436
  #, fuzzy, php-format
1437
  msgid ""
1438
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1443,17 +1425,17 @@ msgstr ""
1443
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1444
  "فارغاً ل language(English) الافتراضي"
1445
 
1446
- #: ../admin/social_sharing.php:1800
1447
  #, fuzzy
1448
  msgid "Username in sharing"
1449
  msgstr "شارك الأخرين عبر تويتر"
1450
 
1451
- #: ../admin/social_sharing.php:1806
1452
  #, fuzzy
1453
  msgid "Twitter username (without @)"
1454
  msgstr "قالب بدون %1$s"
1455
 
1456
- #: ../admin/social_sharing.php:1816 ../admin/social_sharing.php:1835
1457
  #, fuzzy
1458
  msgid ""
1459
  "Provided username will be appended after the content being shared as \"via "
@@ -1463,37 +1445,37 @@ msgstr ""
1463
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1464
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1465
 
1466
- #: ../admin/social_sharing.php:1825
1467
  #, fuzzy
1468
  msgid "Buffer username (without @)"
1469
  msgstr "قالب بدون %1$s"
1470
 
1471
- #: ../admin/social_sharing.php:1844
1472
  msgid "AMP"
1473
  msgstr ""
1474
 
1475
- #: ../admin/social_sharing.php:1850
1476
  #, fuzzy
1477
  msgid "Enable sharing on AMP pages"
1478
  msgstr "صفحة"
1479
 
1480
- #: ../admin/social_sharing.php:1860
1481
  msgid "Enable this option to render sharing icons on AMP pages"
1482
  msgstr ""
1483
 
1484
- #: ../admin/social_sharing.php:1879 ../admin/like_buttons.php:767
1485
  msgid "myCRED"
1486
  msgstr ""
1487
 
1488
- #: ../admin/social_sharing.php:1885 ../admin/like_buttons.php:773
1489
  msgid "Append myCRED referral ID to the urls being shared"
1490
  msgstr ""
1491
 
1492
- #: ../admin/social_sharing.php:1918
1493
  msgid "Facebook Sharing Troubleshooter"
1494
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1495
 
1496
- #: ../admin/social_sharing.php:1923
1497
  #, fuzzy
1498
  msgid ""
1499
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1504,18 +1486,18 @@ msgstr ""
1504
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1505
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1506
 
1507
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1508
  #: ../admin/social_login.php:1180
1509
  msgid ""
1510
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1511
  "an online website for the plugin to function properly."
1512
  msgstr ""
1513
 
1514
- #: ../admin/social_sharing.php:1942
1515
  msgid "Why is Instagram icon redirecting to Instagram website?"
1516
  msgstr ""
1517
 
1518
- #: ../admin/social_sharing.php:1943
1519
  msgid ""
1520
  "Instagram icon is there to send website visitors to the Instagram page of "
1521
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1523,35 +1505,47 @@ msgid ""
1523
  "sections."
1524
  msgstr ""
1525
 
1526
- #: ../admin/social_sharing.php:1945 ../admin/like_buttons.php:810
 
 
 
 
 
 
 
 
 
 
 
 
1527
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1528
  msgstr ""
1529
 
1530
- #: ../admin/social_sharing.php:1946
1531
  msgid ""
1532
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1533
  msgstr ""
1534
 
1535
- #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1536
  #: ../admin/social_login.php:1186
1537
  msgid "Why is my browser blocking some features of the plugin?"
1538
  msgstr ""
1539
 
1540
- #: ../admin/social_sharing.php:1948
1541
  msgid "Why the color of share icons is not being updated?"
1542
  msgstr ""
1543
 
1544
- #: ../admin/social_sharing.php:1949
1545
  msgid ""
1546
  "Why is sharer not showing the correct image, title and other meta tags "
1547
  "content?"
1548
  msgstr ""
1549
 
1550
- #: ../admin/social_sharing.php:1950
1551
  msgid "Why Facebook share counts are not appearing?"
1552
  msgstr ""
1553
 
1554
- #: ../admin/social_sharing.php:1951
1555
  #, fuzzy
1556
  msgid ""
1557
  "How can I show share counts of my website rather than of individual pages/"
@@ -1560,51 +1554,51 @@ msgstr ""
1560
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1561
  "الوظائف؟"
1562
 
1563
- #: ../admin/social_sharing.php:1952
1564
  #, fuzzy
1565
  msgid "How can I disable sharing on particular page/post?"
1566
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1567
 
1568
- #: ../admin/social_sharing.php:1953
1569
  #, fuzzy
1570
  msgid "How can I specify minimum sharing count for sharing networks?"
1571
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1572
 
1573
- #: ../admin/social_sharing.php:1954
1574
  msgid "How to share specific page?"
1575
  msgstr ""
1576
 
1577
- #: ../admin/social_sharing.php:1955
1578
  msgid "How to integrate Google Analytics with sharing?"
1579
  msgstr ""
1580
 
1581
- #: ../admin/social_sharing.php:1956
1582
  msgid "How to customize the look of total share counts?"
1583
  msgstr ""
1584
 
1585
- #: ../admin/social_sharing.php:1957
1586
  #, fuzzy
1587
  msgid "How to customize the look of individual share counts?"
1588
  msgstr "عرض عدد المقالات"
1589
 
1590
- #: ../admin/social_sharing.php:1958
1591
  #, fuzzy
1592
  msgid "How to show Whatsapp icon only on mobile devices?"
1593
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1594
 
1595
- #: ../admin/social_sharing.php:1959
1596
  msgid "How to hide arrow after floating sharing bar?"
1597
  msgstr ""
1598
 
1599
- #: ../admin/social_sharing.php:1960
1600
  msgid "Why is share count not getting updated?"
1601
  msgstr ""
1602
 
1603
- #: ../admin/social_sharing.php:1961 ../admin/like_buttons.php:808
1604
  msgid "Why is there so much space between like buttons?"
1605
  msgstr ""
1606
 
1607
- #: ../admin/social_sharing.php:1962 ../admin/like_buttons.php:809
1608
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1609
  msgstr ""
1610
 
@@ -1623,7 +1617,7 @@ msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقي
1623
  msgid "Social Commenting"
1624
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1625
 
1626
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:458
1627
  #, fuzzy
1628
  msgid "Shortcode"
1629
  msgstr "استخدم كود مختصر | Include the shortcode"
@@ -1714,7 +1708,7 @@ msgstr "تعليقات فيسبوكيه"
1714
  msgid "Enable Facebook Commenting"
1715
  msgstr "تعليقات فيسبوكيه"
1716
 
1717
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:389
1718
  msgid "Url to comment on"
1719
  msgstr "عنوان Url للقيام بالتعليق على"
1720
 
@@ -1736,7 +1730,7 @@ msgstr ""
1736
  msgid "Show Recent Facebook Comments in a Widget"
1737
  msgstr "تعليقات فيسبوكيه"
1738
 
1739
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:371
1740
  #, fuzzy
1741
  msgid "Width"
1742
  msgstr "عرض"
@@ -1809,11 +1803,7 @@ msgstr "إدراج التاريخ/الوقت"
1809
  msgid "The order to use when displaying comments."
1810
  msgstr "الترتيب استخدامها عند عرض التعليقات."
1811
 
1812
- #: ../admin/social_commenting.php:320
1813
- msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
1814
- msgstr ""
1815
-
1816
- #: ../admin/social_commenting.php:338
1817
  #, fuzzy, php-format
1818
  msgid ""
1819
  "Enter the code of the language you want to use to display commenting. You "
@@ -1824,22 +1814,22 @@ msgstr ""
1824
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1825
  "فارغاً ل language(English) الافتراضي"
1826
 
1827
- #: ../admin/social_commenting.php:347
1828
  #, fuzzy
1829
  msgid "Google Plus Commenting Options"
1830
  msgstr "جوجل بالإضافة إلى خيارات التعليق"
1831
 
1832
- #: ../admin/social_commenting.php:353 ../admin/social_commenting.php:363
1833
  #, fuzzy
1834
  msgid "Enable Google Plus Commenting"
1835
  msgstr "تمكين المشاركة عبر Google."
1836
 
1837
- #: ../admin/social_commenting.php:381
1838
  #, fuzzy
1839
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1840
  msgstr "عرض واجهة GooglePlus تعليقه. اتركه فارغاً لضبط تلقائي"
1841
 
1842
- #: ../admin/social_commenting.php:399
1843
  #, fuzzy
1844
  msgid ""
1845
  "The absolute URL that comments posted will be permanently associated with. "
@@ -1852,22 +1842,22 @@ msgstr ""
1852
  "<strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم "
1853
  "تمكين."
1854
 
1855
- #: ../admin/social_commenting.php:408
1856
  #, fuzzy
1857
  msgid "Disqus Commenting Options"
1858
  msgstr "الخيارات"
1859
 
1860
- #: ../admin/social_commenting.php:414 ../admin/social_commenting.php:424
1861
  #, fuzzy
1862
  msgid "Enable Disqus Commenting"
1863
  msgstr "إتاحة التعليق من هارد"
1864
 
1865
- #: ../admin/social_commenting.php:432
1866
  #, fuzzy
1867
  msgid "Disqus Shortname"
1868
  msgstr "هارد Shortname"
1869
 
1870
- #: ../admin/social_commenting.php:442
1871
  #, fuzzy
1872
  msgid ""
1873
  "<strong>Required to use Disqus commenting.</strong> For more info on "
@@ -1876,28 +1866,28 @@ msgstr ""
1876
  "<strong>مطلوب لاستخدام تعليقاً من هارد.</strong> لمزيد من المعلومات حول "
1877
  "shortname، قم بزيارة الوصلة التالية."
1878
 
1879
- #: ../admin/social_commenting.php:460
1880
  #, fuzzy
1881
  msgid "Social Commenting Shortcode"
1882
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1883
 
1884
- #: ../admin/social_commenting.php:474
1885
  msgid ""
1886
  "How to show recent Facebook Comments from all over the website in a widget?"
1887
  msgstr ""
1888
 
1889
- #: ../admin/social_commenting.php:475
1890
  msgid ""
1891
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1892
  "Https?"
1893
  msgstr ""
1894
 
1895
- #: ../admin/social_commenting.php:477
1896
  #, fuzzy
1897
  msgid "How can I disable Social Commenting at individual page/post?"
1898
  msgstr "كيف يمكنني تعطيل \"الاجتماعية وتعليقاً\" على صفحة فردية/الوظيفة؟"
1899
 
1900
- #: ../admin/social_commenting.php:478
1901
  msgid "How to disable default comment form from Social Commenting?"
1902
  msgstr "كيفية تعطيل شكل تعليق الافتراضي من وتعليقا الاجتماعي؟"
1903
 
@@ -2980,7 +2970,7 @@ msgstr ""
2980
  msgid "Archives"
2981
  msgstr "الأرشيف"
2982
 
2983
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1090
2984
  #, fuzzy
2985
  msgid "Invalid request"
2986
  msgstr "طلب غير صحيح"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-11-27 13:18+0530\n"
6
+ "PO-Revision-Date: 2018-11-27 13:18+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
68
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
69
  msgstr ""
70
 
71
+ #: ../super_socializer.php:872 ../helper.php:968
72
  msgid "Please verify your email address to login."
73
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
74
 
88
  msgid "Please check your email inbox to complete the registration."
89
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
90
 
91
+ #: ../super_socializer.php:904 ../helper.php:508
92
  msgid "Enter your LiveJournal username"
93
  msgstr ""
94
 
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
+ #: ../super_socializer.php:1296 ../helper.php:890
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
+ #: ../super_socializer.php:1307 ../helper.php:893
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:1311 ../helper.php:894
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1384 ../super_socializer.php:2009
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
164
 
165
+ #: ../super_socializer.php:1400 ../super_socializer.php:1933
166
  msgid "Link your social account to login to your account at this website"
167
  msgstr ""
168
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
169
  "الى حسابك في هذا الموقع"
170
 
171
+ #: ../super_socializer.php:1628
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:1637
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:1646
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:1655
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:1664
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:1671
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:1682
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:1698
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:1722
220
  #, php-format
221
  msgid ""
222
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
224
  "target=\"_blank\">here</a>"
225
  msgstr ""
226
 
227
+ #: ../super_socializer.php:1722 ../super_socializer.php:1747
228
+ #: ../super_socializer.php:1772 ../super_socializer.php:1797
229
+ #: ../super_socializer.php:1830 ../super_socializer.php:1858
230
+ #: ../super_socializer.php:1885 ../super_socializer.php:1909
231
  msgid "Okay"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1747
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
239
  "\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1772
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1797
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1808
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:1830
265
  #, php-format
266
  msgid ""
267
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
269
  "\"%s\" target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1858
273
  #, php-format
274
  msgid ""
275
+ "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
276
+ "continue showing the Twitter shares, click \"Give me my Twitter counts back"
277
+ "\" button at <a href=\"%s\" target=\"_blank\">their website</a> and register "
278
+ "your website %s with them. No need to copy-paste any code from their website."
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1885
282
  #, php-format
283
  msgid ""
284
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
286
  "\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1909
290
  #, php-format
291
  msgid ""
292
  "Your website visitors will see a popup notification (only once) if their "
313
  msgid "Click to hide help"
314
  msgstr "إضغط لإخفاء المساعدة "
315
 
316
+ #: ../helper.php:256
317
  #, fuzzy
318
  msgid "Add-Ons"
319
  msgstr "إضافات"
320
 
321
+ #: ../helper.php:257
322
  msgid "Support Documentation"
323
  msgstr ""
324
 
325
+ #: ../helper.php:258
326
  msgid "Settings"
327
  msgstr "الإعدادات"
328
 
329
+ #: ../helper.php:553
330
  msgid "Account linked successfully"
331
  msgstr "تم ربط حسابك بنجاح"
332
 
333
+ #: ../helper.php:557
334
  msgid "Account already exists or linked"
335
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
336
 
337
+ #: ../helper.php:619 ../helper.php:625
338
  msgid "Currently"
339
  msgstr "في الوقت الحاضر"
340
 
341
+ #: ../helper.php:619 ../helper.php:625
342
  msgid "Connected with"
343
  msgstr ""
344
 
345
+ #: ../helper.php:619 ../helper.php:625
346
  msgid "Remove"
347
  msgstr "إزالة"
348
 
349
+ #: ../helper.php:696
350
  #, fuzzy
351
  msgid "Social Account Linking"
352
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
353
 
354
+ #: ../helper.php:746
355
  #, fuzzy
356
  msgid "Disable Standard Social Sharing on this "
357
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
358
 
359
+ #: ../helper.php:751
360
  #, fuzzy
361
  msgid "Disable Floating Social Sharing on this "
362
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
363
 
364
+ #: ../helper.php:756
365
  #, fuzzy
366
  msgid "Disable Standard like buttons on this "
367
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
368
 
369
+ #: ../helper.php:761
370
  #, fuzzy
371
  msgid "Disable Floating like buttons on this "
372
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
373
 
374
+ #: ../helper.php:766
375
  msgid "Disable Social Commenting on this "
376
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
377
 
378
+ #: ../helper.php:775
379
  #, fuzzy
380
  msgid "Standard Sharing Interface"
381
  msgstr "المشاركات الأفقي"
382
 
383
+ #: ../helper.php:781 ../helper.php:800
384
  msgid "Starting share count for "
385
  msgstr "بدء العد حصة ل"
386
 
387
+ #: ../helper.php:794
388
  #, fuzzy
389
  msgid "Floating Sharing Interface"
390
  msgstr "المشاركات الأفقي"
391
 
392
+ #: ../helper.php:897
393
  #, fuzzy
394
  msgid "Small Avatar"
395
  msgstr "صغير الرمزية رابط"
396
 
397
+ #: ../helper.php:901
398
  #, fuzzy
399
  msgid "Large Avatar"
400
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
401
 
402
+ #: ../helper.php:905 ../admin/general_options.php:128
403
+ #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
404
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
405
  #, fuzzy
406
  msgid "Save Changes"
407
  msgstr "حفظ"
408
 
409
+ #: ../helper.php:1005
410
  msgid "Click to delete social profile data"
411
  msgstr ""
412
 
413
+ #: ../helper.php:1034
414
  #, fuzzy
415
  msgid "Deleting"
416
  msgstr "الإعدادات"
417
 
418
+ #: ../helper.php:1044
419
  msgid "Deleted"
420
  msgstr ""
421
 
422
+ #: ../helper.php:1046
423
  msgid "Something bad happened"
424
  msgstr ""
425
 
491
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
492
  msgstr ""
493
 
494
+ #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
495
+ #: ../admin/social_commenting.php:484 ../admin/social_login.php:1202
496
  #: ../admin/like_buttons.php:827
497
  #, fuzzy
498
  msgid "Instagram Shoutout"
499
  msgstr "إنستاجرام"
500
 
501
+ #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
502
+ #: ../admin/social_commenting.php:486 ../admin/social_login.php:1204
503
  #: ../admin/like_buttons.php:829
504
  msgid ""
505
  "If you can send (to hello@heateor.com) how our plugin is helping your "
507
  "hashtags and people to mention in the Instagram post."
508
  msgstr ""
509
 
510
+ #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
511
+ #: ../admin/social_commenting.php:487 ../admin/social_login.php:1205
512
  #: ../admin/like_buttons.php:830
513
  msgid ""
514
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
518
  "time."
519
  msgstr ""
520
 
521
+ #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
522
+ #: ../admin/social_commenting.php:488 ../admin/social_login.php:1206
523
  #: ../admin/like_buttons.php:831
524
  msgid ""
525
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
672
  msgid "3rd Party Integration"
673
  msgstr ""
674
 
675
+ #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
676
+ #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
677
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
678
  #: ../admin/like_buttons.php:793
679
  #, fuzzy
685
  msgid "Troubleshooter"
686
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
687
 
688
+ #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
689
+ #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
690
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
691
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
692
  #, fuzzy
805
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
806
 
807
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
808
+ #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
809
  #: ../inc/widget.php:436 ../inc/widget.php:748
810
  #, fuzzy
811
  msgid "Background Color"
853
  msgstr ""
854
 
855
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
856
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
857
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
858
  #: ../inc/widget.php:422 ../inc/widget.php:734
859
  #, fuzzy
865
  msgstr ""
866
 
867
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
868
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
869
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
870
  #: ../inc/widget.php:423 ../inc/widget.php:735
871
  #, fuzzy
918
  msgid "Master control to enable standard sharing"
919
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
920
 
921
+ #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
922
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
923
  #, fuzzy
924
  msgid "Target Url"
925
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
926
 
927
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
928
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
929
  #, fuzzy
930
  msgid "Url of the webpage where icons are located (default)"
931
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
932
 
933
+ #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
934
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
935
  #, fuzzy
936
  msgid "Url of the homepage of your website"
937
  msgstr "URL لعملاء الموقع (اختياري)"
938
 
939
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
940
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
941
  #, fuzzy
942
  msgid "Custom url"
943
  msgstr "رابط (URL) مخصّص"
944
 
945
+ #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
946
  #, fuzzy
947
  msgid "Url to share"
948
  msgstr " شارك الآخرين بهذة الفقرة"
959
  msgid "The text to display above the sharing interface"
960
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
961
 
962
+ #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
963
  #, fuzzy
964
  msgid "Instagram username"
965
  msgstr "إنستاجرام"
966
 
967
+ #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
968
  msgid ""
969
  "Username of the Instagram account you want to redirect users to, on clicking "
970
  "the icon"
971
  msgstr ""
972
 
973
+ #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
974
  #, fuzzy
975
  msgid "HTML ID of container element of comment form"
976
  msgstr "ID HTML التعليق حاوية شكل"
977
 
978
+ #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
979
  msgid ""
980
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
981
  "icon."
982
  msgstr ""
983
 
984
+ #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
985
  #, fuzzy
986
  msgid "Rearrange icons"
987
  msgstr "إعادة ترتيب الرموز"
988
 
989
+ #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
990
  #, fuzzy
991
  msgid "Drag the icons to rearrange in desired order"
992
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
993
 
994
+ #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
995
  #, fuzzy
996
  msgid "Select Sharing Services"
997
  msgstr "اختر مقالة"
998
 
999
+ #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
1000
  msgid "Select sharing services to show in social share bar"
1001
  msgstr ""
1002
 
1003
+ #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
1004
  #, fuzzy
1005
  msgid "Search social network"
1006
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1007
 
1008
+ #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
1009
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
1010
  #, fuzzy
1011
  msgid "Horizontal alignment"
1016
  msgid "Center"
1017
  msgstr "وسط"
1018
 
1019
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
1020
  #, fuzzy
1021
  msgid "Horizontal alignment of the sharing interface"
1022
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1041
  msgid "Specify position of the sharing interface with respect to the content"
1042
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
1043
 
1044
+ #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
1045
  msgid "Placement"
1046
  msgstr ""
1047
 
1048
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1049
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
1050
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1051
  #, fuzzy
1052
  msgid "Homepage"
1053
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
1054
 
1055
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
1056
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1057
  #, fuzzy
1058
  msgid "Posts"
1059
  msgstr "مقالات"
1060
 
1061
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1062
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1063
  #, fuzzy
1064
  msgid "Pages"
1065
  msgstr "صفحات"
1066
 
1067
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1068
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1069
  msgid "Excerpts and Posts page"
1070
  msgstr ""
1071
 
1072
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1073
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1074
  #, fuzzy
1075
  msgid "Category Archives"
1076
  msgstr "الأرشيف"
1077
 
1078
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1079
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1080
  #, fuzzy
1081
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1090
  msgid "BuddyPress group (only at top of content)"
1091
  msgstr ""
1092
 
1093
+ #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1094
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1095
  #, fuzzy
1096
  msgid "BBPress forum"
1097
  msgstr "المنتدى المستعمل | User Forum"
1098
 
1099
+ #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1100
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1101
  #, fuzzy
1102
  msgid "BBPress topic"
1124
  msgid "Specify the pages where you want to enable Sharing interface"
1125
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
1126
 
1127
+ #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1128
  #, fuzzy
1129
  msgid "Show share counts"
1130
  msgstr "عرض عدد المقالات"
1131
 
1132
+ #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1133
  msgid ""
1134
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1135
  "Pinterest, Odnoklassniki and Vkontakte"
1136
  msgstr ""
1137
 
1138
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1139
  #, php-format
1140
  msgid ""
1141
+ "To show Twitter share count, you have to click \"Give me my Twitter counts "
1142
+ "back\" button at <a href=\"%s\" target=\"_blank\">TwitCount.com</a> and "
1143
+ "register your website %s with them. No need to copy-paste any code from "
1144
+ "their website."
1145
  msgstr ""
1146
 
1147
+ #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
1148
  #, fuzzy
1149
  msgid "If enabled, share counts are displayed above sharing icons."
1150
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1151
 
1152
+ #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1153
  #, fuzzy
1154
  msgid "Show total shares"
1155
  msgstr "عرض عدد المقالات"
1156
 
1157
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1158
  #, fuzzy
1159
  msgid "If enabled, total shares will be displayed with sharing icons"
1160
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1161
 
1162
+ #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1163
  #, fuzzy
1164
  msgid "Enable 'More' icon"
1165
  msgstr "الرمز معاينة"
1166
 
1167
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1168
  #, fuzzy
1169
  msgid ""
1170
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1173
  "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات "
1174
  "مشاركة إضافية في المنبثقة"
1175
 
1176
+ #: ../admin/social_sharing.php:1108
1177
  #, fuzzy
1178
  msgid "Floating Sharing Interface Options"
1179
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1180
 
1181
+ #: ../admin/social_sharing.php:1114
1182
  #, fuzzy
1183
  msgid "Enable Floating sharing interface"
1184
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
1185
 
1186
+ #: ../admin/social_sharing.php:1124
1187
  #, fuzzy
1188
  msgid "Master control to enable floating sharing widget"
1189
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
1190
 
1191
+ #: ../admin/social_sharing.php:1318
1192
  #, fuzzy
1193
  msgid ""
1194
  "Specify the color or hex code (example #cc78e0) for the background of "
1200
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
1201
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1202
 
1203
+ #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1204
  #, fuzzy
1205
  msgid "Left offset"
1206
  msgstr "يسار"
1207
 
1208
+ #: ../admin/social_sharing.php:1358
1209
  #, fuzzy
1210
  msgid ""
1211
  "Specify a number. Increase in number will shift sharing interface towards "
1214
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
1215
  "اليسار. يمكن أن يكون رقم سلبي جداً."
1216
 
1217
+ #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1218
  #, fuzzy
1219
  msgid "Right offset"
1220
  msgstr "يمين"
1221
 
1222
+ #: ../admin/social_sharing.php:1378
1223
  #, fuzzy
1224
  msgid ""
1225
  "Specify a number. Increase in number will shift sharing interface towards "
1228
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
1229
  "اليمين. يمكن أن يكون رقم سلبي جداً."
1230
 
1231
+ #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1232
  #, fuzzy
1233
  msgid "Top offset"
1234
  msgstr "أعلى"
1235
 
1236
+ #: ../admin/social_sharing.php:1397
1237
  #, fuzzy
1238
  msgid ""
1239
  "Specify a number. Increase in number will shift sharing interface towards "
1242
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
1243
  "الأعلى."
1244
 
1245
+ #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1246
  #, fuzzy
1247
  msgid "BuddyPress group"
1248
  msgstr "تحرير ملفي الشخصي"
1249
 
1250
+ #: ../admin/social_sharing.php:1454
1251
  #, fuzzy
1252
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1253
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
1254
 
1255
+ #: ../admin/social_sharing.php:1521
1256
  #, fuzzy
1257
  msgid "Vertical floating bar responsiveness"
1258
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1259
 
1260
+ #: ../admin/social_sharing.php:1524
1261
  #, php-format
1262
  msgid "Display vertical interface only when screen is wider than %s pixels"
1263
  msgstr ""
1264
 
1265
+ #: ../admin/social_sharing.php:1531
1266
  msgid ""
1267
  "Display vertical interface only when screen is wider than the width "
1268
  "specified."
1269
  msgstr ""
1270
 
1271
+ #: ../admin/social_sharing.php:1539
1272
  msgid "Horizontal floating bar responsiveness"
1273
  msgstr ""
1274
 
1275
+ #: ../admin/social_sharing.php:1542
1276
  #, fuzzy, php-format
1277
  msgid ""
1278
  "Stick vertical floating interface horizontally at bottom only when screen is "
1279
  "narrower than %s pixels"
1280
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
1281
 
1282
+ #: ../admin/social_sharing.php:1549
1283
  msgid ""
1284
  "Stick vertical floating interface horizontally at bottom only when screen is "
1285
  "narrower than the width specified"
1286
  msgstr ""
1287
 
1288
+ #: ../admin/social_sharing.php:1559
1289
  #, fuzzy
1290
  msgid "Horizontal floating bar position"
1291
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1292
 
1293
+ #: ../admin/social_sharing.php:1562
1294
  #, php-format
1295
  msgid "%s pixels from %s"
1296
  msgstr ""
1297
 
1298
+ #: ../admin/social_sharing.php:1563
1299
  msgid "Auto-adjust according to screen width (responsive)"
1300
  msgstr ""
1301
 
1302
+ #: ../admin/social_sharing.php:1570
1303
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1304
  msgstr ""
1305
 
1306
+ #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1307
  #, fuzzy
1308
  msgid "Url shortener"
1309
  msgstr "عنوان Url للقيام بالتعليق على"
1310
 
1311
+ #: ../admin/social_sharing.php:1596
1312
  #, fuzzy
1313
  msgid "Use shortlinks already installed"
1314
  msgstr "تمّ التنصيب مسبقاً"
1315
 
1316
+ #: ../admin/social_sharing.php:1606
1317
  msgid "Uses default short url permalinks without using any additional plugin"
1318
  msgstr ""
1319
 
1320
+ #: ../admin/social_sharing.php:1614
1321
  #, fuzzy
1322
  msgid "Enable bit.ly url shortener for sharing"
1323
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1324
 
1325
+ #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1326
  #, fuzzy
1327
  msgid "Master control to enable bit.ly url shortening for sharing"
1328
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1329
 
1330
+ #: ../admin/social_sharing.php:1632
1331
  msgid "bit.ly Login"
1332
  msgstr ""
1333
 
1334
+ #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1335
  #, fuzzy, php-format
1336
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1337
  msgstr ""
1339
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1340
  "\"مفتاح API التغريد\""
1341
 
1342
+ #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1343
  #, fuzzy
1344
  msgid "bit.ly API Key"
1345
  msgstr "مفتاح API الخاص | API Private Key"
1346
 
1347
+ #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1348
  msgid "Clear Bitly Cache"
1349
  msgstr ""
1350
 
1351
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1352
  #, fuzzy
1353
  msgid "ShortUrl cache cleared successfully."
1354
  msgstr "تم ربط حسابك بنجاح"
1355
 
1356
+ #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1357
  msgid ""
1358
  "Use this to delete short urls saved in database. Handy, if urls of your "
1359
  "website have been changed but short urls are still being generated for old "
1360
  "urls."
1361
  msgstr ""
1362
 
1363
+ #: ../admin/social_sharing.php:1690
1364
  msgid "Share Count Cache"
1365
  msgstr ""
1366
 
1367
+ #: ../admin/social_sharing.php:1696
1368
  msgid "Refresh Share Count cache every"
1369
  msgstr ""
1370
 
1371
+ #: ../admin/social_sharing.php:1701
1372
  msgid "Second(s)"
1373
  msgstr ""
1374
 
1375
+ #: ../admin/social_sharing.php:1702
1376
  msgid "Minute(s)"
1377
  msgstr ""
1378
 
1379
+ #: ../admin/social_sharing.php:1703
1380
  msgid "Hour(s)"
1381
  msgstr ""
1382
 
1383
+ #: ../admin/social_sharing.php:1704
1384
  msgid "Day(s)"
1385
  msgstr ""
1386
 
1387
+ #: ../admin/social_sharing.php:1712
1388
  #, php-format
1389
  msgid ""
1390
  "Frequent cache refreshing results in slower loading of pages with share "
1392
  "target=\"_blank\">here</a>"
1393
  msgstr ""
1394
 
1395
+ #: ../admin/social_sharing.php:1720
1396
  msgid "Clear Share Counts Cache"
1397
  msgstr ""
1398
 
1399
+ #: ../admin/social_sharing.php:1724
1400
  #, fuzzy
1401
  msgid "Share Counts cache cleared successfully."
1402
  msgstr "تم ربط حسابك بنجاح"
1403
 
1404
+ #: ../admin/social_sharing.php:1731
1405
  msgid "Use this to clear cached share counts"
1406
  msgstr ""
1407
 
1408
+ #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1409
+ #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1410
  #: ../admin/like_buttons.php:694
1411
  #, fuzzy
1412
  msgid "Language"
1414
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1415
  "والخصائص التالية: %s"
1416
 
1417
+ #: ../admin/social_sharing.php:1756
1418
  #, fuzzy, php-format
1419
  msgid ""
1420
  "Enter the code of the language you want to use for like buttons. You can "
1425
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1426
  "فارغاً ل language(English) الافتراضي"
1427
 
1428
+ #: ../admin/social_sharing.php:1765
1429
  #, fuzzy
1430
  msgid "Username in sharing"
1431
  msgstr "شارك الأخرين عبر تويتر"
1432
 
1433
+ #: ../admin/social_sharing.php:1771
1434
  #, fuzzy
1435
  msgid "Twitter username (without @)"
1436
  msgstr "قالب بدون %1$s"
1437
 
1438
+ #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1439
  #, fuzzy
1440
  msgid ""
1441
  "Provided username will be appended after the content being shared as \"via "
1445
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1446
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1447
 
1448
+ #: ../admin/social_sharing.php:1790
1449
  #, fuzzy
1450
  msgid "Buffer username (without @)"
1451
  msgstr "قالب بدون %1$s"
1452
 
1453
+ #: ../admin/social_sharing.php:1809
1454
  msgid "AMP"
1455
  msgstr ""
1456
 
1457
+ #: ../admin/social_sharing.php:1815
1458
  #, fuzzy
1459
  msgid "Enable sharing on AMP pages"
1460
  msgstr "صفحة"
1461
 
1462
+ #: ../admin/social_sharing.php:1825
1463
  msgid "Enable this option to render sharing icons on AMP pages"
1464
  msgstr ""
1465
 
1466
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1467
  msgid "myCRED"
1468
  msgstr ""
1469
 
1470
+ #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1471
  msgid "Append myCRED referral ID to the urls being shared"
1472
  msgstr ""
1473
 
1474
+ #: ../admin/social_sharing.php:1883
1475
  msgid "Facebook Sharing Troubleshooter"
1476
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1477
 
1478
+ #: ../admin/social_sharing.php:1888
1479
  #, fuzzy
1480
  msgid ""
1481
  "If Facebook sharing is not working fine, click at the following link and "
1486
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1487
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1488
 
1489
+ #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1490
  #: ../admin/social_login.php:1180
1491
  msgid ""
1492
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1493
  "an online website for the plugin to function properly."
1494
  msgstr ""
1495
 
1496
+ #: ../admin/social_sharing.php:1907
1497
  msgid "Why is Instagram icon redirecting to Instagram website?"
1498
  msgstr ""
1499
 
1500
+ #: ../admin/social_sharing.php:1908
1501
  msgid ""
1502
  "Instagram icon is there to send website visitors to the Instagram page of "
1503
  "your choice. You can save the desired Instagram handle in \"Instagram "
1505
  "sections."
1506
  msgstr ""
1507
 
1508
+ #: ../admin/social_sharing.php:1911
1509
+ msgid ""
1510
+ "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1511
+ msgstr ""
1512
+
1513
+ #: ../admin/social_sharing.php:1912
1514
+ msgid ""
1515
+ "It takes some time for their service to track the shares made on Twitter "
1516
+ "from your website. If you still feel it's taking too long you can contact "
1517
+ "their support directly from their website."
1518
+ msgstr ""
1519
+
1520
+ #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1521
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1522
  msgstr ""
1523
 
1524
+ #: ../admin/social_sharing.php:1915
1525
  msgid ""
1526
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1527
  msgstr ""
1528
 
1529
+ #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1530
  #: ../admin/social_login.php:1186
1531
  msgid "Why is my browser blocking some features of the plugin?"
1532
  msgstr ""
1533
 
1534
+ #: ../admin/social_sharing.php:1917
1535
  msgid "Why the color of share icons is not being updated?"
1536
  msgstr ""
1537
 
1538
+ #: ../admin/social_sharing.php:1918
1539
  msgid ""
1540
  "Why is sharer not showing the correct image, title and other meta tags "
1541
  "content?"
1542
  msgstr ""
1543
 
1544
+ #: ../admin/social_sharing.php:1919
1545
  msgid "Why Facebook share counts are not appearing?"
1546
  msgstr ""
1547
 
1548
+ #: ../admin/social_sharing.php:1920
1549
  #, fuzzy
1550
  msgid ""
1551
  "How can I show share counts of my website rather than of individual pages/"
1554
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1555
  "الوظائف؟"
1556
 
1557
+ #: ../admin/social_sharing.php:1921
1558
  #, fuzzy
1559
  msgid "How can I disable sharing on particular page/post?"
1560
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1561
 
1562
+ #: ../admin/social_sharing.php:1922
1563
  #, fuzzy
1564
  msgid "How can I specify minimum sharing count for sharing networks?"
1565
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1566
 
1567
+ #: ../admin/social_sharing.php:1923
1568
  msgid "How to share specific page?"
1569
  msgstr ""
1570
 
1571
+ #: ../admin/social_sharing.php:1924
1572
  msgid "How to integrate Google Analytics with sharing?"
1573
  msgstr ""
1574
 
1575
+ #: ../admin/social_sharing.php:1925
1576
  msgid "How to customize the look of total share counts?"
1577
  msgstr ""
1578
 
1579
+ #: ../admin/social_sharing.php:1926
1580
  #, fuzzy
1581
  msgid "How to customize the look of individual share counts?"
1582
  msgstr "عرض عدد المقالات"
1583
 
1584
+ #: ../admin/social_sharing.php:1927
1585
  #, fuzzy
1586
  msgid "How to show Whatsapp icon only on mobile devices?"
1587
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1588
 
1589
+ #: ../admin/social_sharing.php:1928
1590
  msgid "How to hide arrow after floating sharing bar?"
1591
  msgstr ""
1592
 
1593
+ #: ../admin/social_sharing.php:1929
1594
  msgid "Why is share count not getting updated?"
1595
  msgstr ""
1596
 
1597
+ #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1598
  msgid "Why is there so much space between like buttons?"
1599
  msgstr ""
1600
 
1601
+ #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1602
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1603
  msgstr ""
1604
 
1617
  msgid "Social Commenting"
1618
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1619
 
1620
+ #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1621
  #, fuzzy
1622
  msgid "Shortcode"
1623
  msgstr "استخدم كود مختصر | Include the shortcode"
1708
  msgid "Enable Facebook Commenting"
1709
  msgstr "تعليقات فيسبوكيه"
1710
 
1711
+ #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1712
  msgid "Url to comment on"
1713
  msgstr "عنوان Url للقيام بالتعليق على"
1714
 
1730
  msgid "Show Recent Facebook Comments in a Widget"
1731
  msgstr "تعليقات فيسبوكيه"
1732
 
1733
+ #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1734
  #, fuzzy
1735
  msgid "Width"
1736
  msgstr "عرض"
1803
  msgid "The order to use when displaying comments."
1804
  msgstr "الترتيب استخدامها عند عرض التعليقات."
1805
 
1806
+ #: ../admin/social_commenting.php:330
 
 
 
 
1807
  #, fuzzy, php-format
1808
  msgid ""
1809
  "Enter the code of the language you want to use to display commenting. You "
1814
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1815
  "فارغاً ل language(English) الافتراضي"
1816
 
1817
+ #: ../admin/social_commenting.php:339
1818
  #, fuzzy
1819
  msgid "Google Plus Commenting Options"
1820
  msgstr "جوجل بالإضافة إلى خيارات التعليق"
1821
 
1822
+ #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1823
  #, fuzzy
1824
  msgid "Enable Google Plus Commenting"
1825
  msgstr "تمكين المشاركة عبر Google."
1826
 
1827
+ #: ../admin/social_commenting.php:373
1828
  #, fuzzy
1829
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1830
  msgstr "عرض واجهة GooglePlus تعليقه. اتركه فارغاً لضبط تلقائي"
1831
 
1832
+ #: ../admin/social_commenting.php:391
1833
  #, fuzzy
1834
  msgid ""
1835
  "The absolute URL that comments posted will be permanently associated with. "
1842
  "<strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم "
1843
  "تمكين."
1844
 
1845
+ #: ../admin/social_commenting.php:400
1846
  #, fuzzy
1847
  msgid "Disqus Commenting Options"
1848
  msgstr "الخيارات"
1849
 
1850
+ #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1851
  #, fuzzy
1852
  msgid "Enable Disqus Commenting"
1853
  msgstr "إتاحة التعليق من هارد"
1854
 
1855
+ #: ../admin/social_commenting.php:424
1856
  #, fuzzy
1857
  msgid "Disqus Shortname"
1858
  msgstr "هارد Shortname"
1859
 
1860
+ #: ../admin/social_commenting.php:434
1861
  #, fuzzy
1862
  msgid ""
1863
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1866
  "<strong>مطلوب لاستخدام تعليقاً من هارد.</strong> لمزيد من المعلومات حول "
1867
  "shortname، قم بزيارة الوصلة التالية."
1868
 
1869
+ #: ../admin/social_commenting.php:452
1870
  #, fuzzy
1871
  msgid "Social Commenting Shortcode"
1872
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1873
 
1874
+ #: ../admin/social_commenting.php:466
1875
  msgid ""
1876
  "How to show recent Facebook Comments from all over the website in a widget?"
1877
  msgstr ""
1878
 
1879
+ #: ../admin/social_commenting.php:467
1880
  msgid ""
1881
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1882
  "Https?"
1883
  msgstr ""
1884
 
1885
+ #: ../admin/social_commenting.php:469
1886
  #, fuzzy
1887
  msgid "How can I disable Social Commenting at individual page/post?"
1888
  msgstr "كيف يمكنني تعطيل \"الاجتماعية وتعليقاً\" على صفحة فردية/الوظيفة؟"
1889
 
1890
+ #: ../admin/social_commenting.php:470
1891
  msgid "How to disable default comment form from Social Commenting?"
1892
  msgstr "كيفية تعطيل شكل تعليق الافتراضي من وتعليقا الاجتماعي؟"
1893
 
2970
  msgid "Archives"
2971
  msgstr "الأرشيف"
2972
 
2973
+ #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2974
  #, fuzzy
2975
  msgid "Invalid request"
2976
  msgstr "طلب غير صحيح"
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: 2018-09-06 23:22+0530\n"
6
- "PO-Revision-Date: 2018-09-06 23:22+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -71,7 +71,7 @@ msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:872 ../helper.php:963
75
  msgid "Please verify your email address to login."
76
  msgstr "Por favor verifica tu dirección de email para ingresar."
77
 
@@ -93,7 +93,7 @@ msgstr ""
93
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
94
  "registro."
95
 
96
- #: ../super_socializer.php:904 ../helper.php:503
97
  msgid "Enter your LiveJournal username"
98
  msgstr ""
99
 
@@ -123,7 +123,7 @@ msgstr "Super Socializer - Opciones Generales"
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
- #: ../super_socializer.php:1296 ../helper.php:885
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
@@ -135,7 +135,7 @@ msgstr "Url de Avatar Pequeño"
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
- #: ../super_socializer.php:1307 ../helper.php:888
139
  msgid ""
140
  "Do not fetch and update social avatar from my profile, next time I Social "
141
  "Login"
@@ -143,11 +143,11 @@ 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:1311 ../helper.php:889
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:1384 ../super_socializer.php:2010
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
@@ -167,61 +167,61 @@ msgstr ""
167
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
168
  "verificarla"
169
 
170
- #: ../super_socializer.php:1400 ../super_socializer.php:1934
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:1629
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:1638
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:1647
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:1656
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:1665
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:1672
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:1683
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:1699
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:1723
225
  #, php-format
226
  msgid ""
227
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -229,14 +229,14 @@ msgid ""
229
  "target=\"_blank\">here</a>"
230
  msgstr ""
231
 
232
- #: ../super_socializer.php:1723 ../super_socializer.php:1748
233
- #: ../super_socializer.php:1773 ../super_socializer.php:1798
234
- #: ../super_socializer.php:1831 ../super_socializer.php:1859
235
- #: ../super_socializer.php:1886 ../super_socializer.php:1910
236
  msgid "Okay"
237
  msgstr ""
238
 
239
- #: ../super_socializer.php:1748
240
  #, php-format
241
  msgid ""
242
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -244,7 +244,7 @@ msgid ""
244
  "\">here</a>"
245
  msgstr ""
246
 
247
- #: ../super_socializer.php:1773
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -252,7 +252,7 @@ msgid ""
252
  "target=\"_blank\">here</a>"
253
  msgstr ""
254
 
255
- #: ../super_socializer.php:1798
256
  #, php-format
257
  msgid ""
258
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -260,13 +260,13 @@ msgid ""
260
  "target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
- #: ../super_socializer.php:1809
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:1831
270
  #, php-format
271
  msgid ""
272
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -274,15 +274,16 @@ msgid ""
274
  "\"%s\" target=\"_blank\">here</a>"
275
  msgstr ""
276
 
277
- #: ../super_socializer.php:1859
278
  #, php-format
279
  msgid ""
280
- "Twitter share counts are no longer working as newsharecounts.com is down. To "
281
- "continue showing the Twitter shares, just sign up <a href=\"%s\" target="
282
- "\"_blank\">here</a> with this domain"
 
283
  msgstr ""
284
 
285
- #: ../super_socializer.php:1886
286
  #, php-format
287
  msgid ""
288
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -290,7 +291,7 @@ msgid ""
290
  "\"%s\" target=\"_blank\">here</a>"
291
  msgstr ""
292
 
293
- #: ../super_socializer.php:1910
294
  #, php-format
295
  msgid ""
296
  "Your website visitors will see a popup notification (only once) if their "
@@ -316,104 +317,104 @@ msgstr "Pulsa para mostrar la ayuda"
316
  msgid "Click to hide help"
317
  msgstr "Pulsa para ocultar la ayuda"
318
 
319
- #: ../helper.php:252
320
  #, fuzzy
321
  msgid "Add-Ons"
322
  msgstr "Otros Complementos"
323
 
324
- #: ../helper.php:253
325
  msgid "Support Documentation"
326
  msgstr ""
327
 
328
- #: ../helper.php:254
329
  msgid "Settings"
330
  msgstr "Ajustes"
331
 
332
- #: ../helper.php:548
333
  msgid "Account linked successfully"
334
  msgstr "Cuenta enlazada con éxito"
335
 
336
- #: ../helper.php:552
337
  msgid "Account already exists or linked"
338
  msgstr "Esta cuenta ya existe o ha sido enlazada"
339
 
340
- #: ../helper.php:614 ../helper.php:620
341
  msgid "Currently"
342
  msgstr "Actualmente"
343
 
344
- #: ../helper.php:614 ../helper.php:620
345
  msgid "Connected with"
346
  msgstr ""
347
 
348
- #: ../helper.php:614 ../helper.php:620
349
  msgid "Remove"
350
  msgstr "Remover"
351
 
352
- #: ../helper.php:691
353
  #, fuzzy
354
  msgid "Social Account Linking"
355
  msgstr "Comentarios en redes sociales"
356
 
357
- #: ../helper.php:741
358
  msgid "Disable Standard Social Sharing on this "
359
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
360
 
361
- #: ../helper.php:746
362
  msgid "Disable Floating Social Sharing on this "
363
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
364
 
365
- #: ../helper.php:751
366
  msgid "Disable Standard like buttons on this "
367
  msgstr "Desactivar los botones Me gusta Estándares aquí"
368
 
369
- #: ../helper.php:756
370
  msgid "Disable Floating like buttons on this "
371
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
372
 
373
- #: ../helper.php:761
374
  msgid "Disable Social Commenting on this "
375
  msgstr "Desactivar Comentarios de redes sociales aquí"
376
 
377
- #: ../helper.php:770
378
  msgid "Standard Sharing Interface"
379
  msgstr "Interfaz Estándar para Compartir"
380
 
381
- #: ../helper.php:776 ../helper.php:795
382
  msgid "Starting share count for "
383
  msgstr "Comienzo del Contador de veces compartidas"
384
 
385
- #: ../helper.php:789
386
  msgid "Floating Sharing Interface"
387
  msgstr "Interfaz Flotante de botones Compartir"
388
 
389
- #: ../helper.php:892
390
  msgid "Small Avatar"
391
  msgstr "Avatar Pequeño"
392
 
393
- #: ../helper.php:896
394
  msgid "Large Avatar"
395
  msgstr "Avatar Grande"
396
 
397
- #: ../helper.php:900 ../admin/general_options.php:128
398
- #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
399
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
400
  msgid "Save Changes"
401
  msgstr "Guardar Cambios"
402
 
403
- #: ../helper.php:1000
404
  msgid "Click to delete social profile data"
405
  msgstr ""
406
 
407
- #: ../helper.php:1029
408
  #, fuzzy
409
  msgid "Deleting"
410
  msgstr "Ajustes"
411
 
412
- #: ../helper.php:1039
413
  msgid "Deleted"
414
  msgstr ""
415
 
416
- #: ../helper.php:1041
417
  msgid "Something bad happened"
418
  msgstr ""
419
 
@@ -482,15 +483,15 @@ msgstr ""
482
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
483
  "style&gt;)"
484
 
485
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
486
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1202
487
  #: ../admin/like_buttons.php:827
488
  #, fuzzy
489
  msgid "Instagram Shoutout"
490
  msgstr "Instagram"
491
 
492
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
493
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1204
494
  #: ../admin/like_buttons.php:829
495
  msgid ""
496
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -498,8 +499,8 @@ msgid ""
498
  "hashtags and people to mention in the Instagram post."
499
  msgstr ""
500
 
501
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
502
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1205
503
  #: ../admin/like_buttons.php:830
504
  msgid ""
505
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -509,8 +510,8 @@ msgid ""
509
  "time."
510
  msgstr ""
511
 
512
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
513
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1206
514
  #: ../admin/like_buttons.php:831
515
  msgid ""
516
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -651,8 +652,8 @@ msgstr "Miscelánea"
651
  msgid "3rd Party Integration"
652
  msgstr ""
653
 
654
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
655
- #: ../admin/social_sharing.php:1907 ../admin/social_login.php:41
656
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
657
  #: ../admin/like_buttons.php:793
658
  msgid "Shortcode & Widget"
@@ -662,8 +663,8 @@ msgstr "Widgets y Shortcodes"
662
  msgid "Troubleshooter"
663
  msgstr "Resolución de problmas"
664
 
665
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
666
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
667
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
668
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
669
  msgid "FAQ"
@@ -772,7 +773,7 @@ msgstr ""
772
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
773
 
774
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
775
- #: ../admin/social_sharing.php:1330 ../admin/like_buttons.php:406
776
  #: ../inc/widget.php:436 ../inc/widget.php:748
777
  msgid "Background Color"
778
  msgstr "Color del fondo"
@@ -817,7 +818,7 @@ msgid "(applies, if counter enabled)"
817
  msgstr "(aplicable si el contador está activo)"
818
 
819
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
820
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1352
821
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
822
  #: ../inc/widget.php:422 ../inc/widget.php:734
823
  msgid "Left"
@@ -828,7 +829,7 @@ msgid "Top"
828
  msgstr "Arriba"
829
 
830
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
831
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1353
832
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
833
  #: ../inc/widget.php:423 ../inc/widget.php:735
834
  msgid "Right"
@@ -874,27 +875,27 @@ msgstr "Permitir Interfaz Estándar de Compartir"
874
  msgid "Master control to enable standard sharing"
875
  msgstr "Control Maestro para permitir Compartir estándar"
876
 
877
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1156
878
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
879
  msgid "Target Url"
880
  msgstr "Target Url"
881
 
882
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1160
883
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
884
  msgid "Url of the webpage where icons are located (default)"
885
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
886
 
887
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1162
888
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
889
  msgid "Url of the homepage of your website"
890
  msgstr "Url de la página de inicio de tu sitio web"
891
 
892
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1164
893
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
894
  msgid "Custom url"
895
  msgstr "Url personalizada"
896
 
897
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1171
898
  msgid "Url to share"
899
  msgstr "Url para compartir"
900
 
@@ -908,52 +909,52 @@ msgstr "Título"
908
  msgid "The text to display above the sharing interface"
909
  msgstr "El texto para mostrar sobre la interfaz de Compartir"
910
 
911
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1180
912
  #, fuzzy
913
  msgid "Instagram username"
914
  msgstr "Instagram"
915
 
916
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1190
917
  msgid ""
918
  "Username of the Instagram account you want to redirect users to, on clicking "
919
  "the icon"
920
  msgstr ""
921
 
922
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1200
923
  #, fuzzy
924
  msgid "HTML ID of container element of comment form"
925
  msgstr "HTML ID del contenedor del formulario de comentario"
926
 
927
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1210
928
  msgid ""
929
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
930
  "icon."
931
  msgstr ""
932
 
933
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1219
934
  msgid "Rearrange icons"
935
  msgstr "Reorganizar iconos"
936
 
937
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1278
938
  msgid "Drag the icons to rearrange in desired order"
939
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
940
 
941
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1286
942
  msgid "Select Sharing Services"
943
  msgstr "Selecciona los Servicios para Compartir"
944
 
945
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1293
946
  msgid "Select sharing services to show in social share bar"
947
  msgstr ""
948
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
949
  "sociales"
950
 
951
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1311
952
  #, fuzzy
953
  msgid "Search social network"
954
  msgstr "como red social primaria"
955
 
956
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1348
957
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
958
  msgid "Horizontal alignment"
959
  msgstr "Alineación horizontal"
@@ -962,7 +963,7 @@ msgstr "Alineación horizontal"
962
  msgid "Center"
963
  msgstr "Centrar"
964
 
965
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1361
966
  msgid "Horizontal alignment of the sharing interface"
967
  msgstr "Alineación horizontal de la interfaz de Compartir"
968
 
@@ -983,38 +984,38 @@ msgid "Specify position of the sharing interface with respect to the content"
983
  msgstr ""
984
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
985
 
986
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1427
987
  msgid "Placement"
988
  msgstr "Ubicación"
989
 
990
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
991
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
992
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
993
  msgid "Homepage"
994
  msgstr "Página de Inicio"
995
 
996
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1433
997
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
998
  msgid "Posts"
999
  msgstr "Entradas"
1000
 
1001
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1435
1002
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1003
  msgid "Pages"
1004
  msgstr "Páginas"
1005
 
1006
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1437
1007
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1008
  #, fuzzy
1009
  msgid "Excerpts and Posts page"
1010
  msgstr "Extractos (en la Página de Inicio)"
1011
 
1012
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1439
1013
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1014
  msgid "Category Archives"
1015
  msgstr "Archivos por Categoría"
1016
 
1017
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1441
1018
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1019
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1020
  msgstr ""
@@ -1029,12 +1030,12 @@ msgstr "Actividad en BuddyPress"
1029
  msgid "BuddyPress group (only at top of content)"
1030
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
1031
 
1032
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1463
1033
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1034
  msgid "BBPress forum"
1035
  msgstr "Foro BBPress"
1036
 
1037
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1466
1038
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1039
  msgid "BBPress topic"
1040
  msgstr "Tema BBPress"
@@ -1060,11 +1061,11 @@ msgid "Specify the pages where you want to enable Sharing interface"
1060
  msgstr ""
1061
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
1062
 
1063
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1484
1064
  msgid "Show share counts"
1065
  msgstr "Mostrar contadores de las veces compartidas"
1066
 
1067
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1489
1068
  #, fuzzy
1069
  msgid ""
1070
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1074,63 +1075,36 @@ msgstr ""
1074
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
1075
  "Stumbleupon, Odnoklassniki y Vkontakte"
1076
 
1077
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1497
1078
- #, php-format
1079
- msgid ""
1080
- "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
1081
- "share counts"
1082
- msgstr ""
1083
- "Usa <a href=\"%s\" target=\"_blank\">Nuevos Contadores de Compartir</a> para "
1084
- "mostrar el número de veces compartidas en Twitter"
1085
-
1086
- #: ../admin/social_sharing.php:1064 ../admin/social_sharing.php:1499
1087
  #, php-format
1088
  msgid ""
1089
- "For this to work, you have to enter your website url %s and sign in using "
1090
- "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
 
 
1091
  msgstr ""
1092
- "Para que esto funcione, tienes que introducir la url de tu sitio web %s e "
1093
- "ingresar usando Twitter en <a href=\"%s\" target=\"_blank\">su sitio web</a>"
1094
 
1095
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1501
1096
- #, php-format
1097
- msgid ""
1098
- "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
1099
- "share counts"
1100
- msgstr ""
1101
- "Usa <a href=\"%s\" target=\"_blank\">Abrir Contador de Compartir</a> para "
1102
- "mostrar el número de veces compartidas en Twitter"
1103
-
1104
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1503
1105
- #, php-format
1106
- msgid ""
1107
- "For this to work, you have to sign up and register your website url %s at <a "
1108
- "href=\"%s\" target=\"_blank\">their website</a>"
1109
- msgstr ""
1110
- "Para que esto funcione, tienes que firmar y registrar la url de tu sitio web "
1111
- "%s en <a href=\"%s\" target=\"_blank\">su sitio web </a>"
1112
-
1113
- #: ../admin/social_sharing.php:1075 ../admin/social_sharing.php:1510
1114
  msgid "If enabled, share counts are displayed above sharing icons."
1115
  msgstr ""
1116
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
1117
  "iconos de compartir."
1118
 
1119
- #: ../admin/social_sharing.php:1084 ../admin/social_sharing.php:1519
1120
  msgid "Show total shares"
1121
  msgstr "Mostrar número total de veces compartidas"
1122
 
1123
- #: ../admin/social_sharing.php:1094 ../admin/social_sharing.php:1529
1124
  msgid "If enabled, total shares will be displayed with sharing icons"
1125
  msgstr ""
1126
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
1127
  "de compartir."
1128
 
1129
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1538
1130
  msgid "Enable 'More' icon"
1131
  msgstr "Permitir el icono 'Más'"
1132
 
1133
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1548
1134
  msgid ""
1135
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1136
  "which shows additional sharing networks in popup"
@@ -1138,19 +1112,19 @@ msgstr ""
1138
  "Si se activa, el icono \"Más\" aparecerá después de los iconos de compartir "
1139
  "seleccionados, y mostrará en un popup las redes adicionales para compartir"
1140
 
1141
- #: ../admin/social_sharing.php:1130
1142
  msgid "Floating Sharing Interface Options"
1143
  msgstr "Opciones de la Interfaz Flotante de Compartir"
1144
 
1145
- #: ../admin/social_sharing.php:1136
1146
  msgid "Enable Floating sharing interface"
1147
  msgstr "Permitir la Interfaz Flotante de Compartir"
1148
 
1149
- #: ../admin/social_sharing.php:1146
1150
  msgid "Master control to enable floating sharing widget"
1151
  msgstr "Control maestro para permitir el widget flotante de compartir"
1152
 
1153
- #: ../admin/social_sharing.php:1340
1154
  msgid ""
1155
  "Specify the color or hex code (example #cc78e0) for the background of "
1156
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1162,11 +1136,11 @@ msgstr ""
1162
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
1163
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
1164
 
1165
- #: ../admin/social_sharing.php:1370 ../admin/like_buttons.php:446
1166
  msgid "Left offset"
1167
  msgstr "Desplazamiento a la izquierda"
1168
 
1169
- #: ../admin/social_sharing.php:1380
1170
  msgid ""
1171
  "Specify a number. Increase in number will shift sharing interface towards "
1172
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1175,11 +1149,11 @@ msgstr ""
1175
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
1176
  "la izquierda. El número puede ser negativo también."
1177
 
1178
- #: ../admin/social_sharing.php:1390 ../admin/like_buttons.php:466
1179
  msgid "Right offset"
1180
  msgstr "Desplazamiento a la derecha"
1181
 
1182
- #: ../admin/social_sharing.php:1400
1183
  msgid ""
1184
  "Specify a number. Increase in number will shift sharing interface towards "
1185
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1188,11 +1162,11 @@ msgstr ""
1188
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
1189
  "hacia la derecha. El número puede ser negativo también."
1190
 
1191
- #: ../admin/social_sharing.php:1409 ../admin/like_buttons.php:485
1192
  msgid "Top offset"
1193
  msgstr "Desplazamiento hacia arriba"
1194
 
1195
- #: ../admin/social_sharing.php:1419
1196
  msgid ""
1197
  "Specify a number. Increase in number will shift sharing interface towards "
1198
  "bottom and decrease will shift it towards top."
@@ -1201,28 +1175,28 @@ msgstr ""
1201
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
1202
  "abajo."
1203
 
1204
- #: ../admin/social_sharing.php:1455 ../admin/like_buttons.php:531
1205
  msgid "BuddyPress group"
1206
  msgstr "grupo BuddyPress"
1207
 
1208
- #: ../admin/social_sharing.php:1476
1209
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1210
  msgstr ""
1211
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
1212
  "Compartir"
1213
 
1214
- #: ../admin/social_sharing.php:1556
1215
  msgid "Vertical floating bar responsiveness"
1216
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1217
 
1218
- #: ../admin/social_sharing.php:1559
1219
  #, php-format
1220
  msgid "Display vertical interface only when screen is wider than %s pixels"
1221
  msgstr ""
1222
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
1223
  "pixels"
1224
 
1225
- #: ../admin/social_sharing.php:1566
1226
  msgid ""
1227
  "Display vertical interface only when screen is wider than the width "
1228
  "specified."
@@ -1230,11 +1204,11 @@ msgstr ""
1230
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
1231
  "ancho especificado."
1232
 
1233
- #: ../admin/social_sharing.php:1574
1234
  msgid "Horizontal floating bar responsiveness"
1235
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1236
 
1237
- #: ../admin/social_sharing.php:1577
1238
  #, php-format
1239
  msgid ""
1240
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1243,7 +1217,7 @@ msgstr ""
1243
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1244
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
1245
 
1246
- #: ../admin/social_sharing.php:1584
1247
  msgid ""
1248
  "Stick vertical floating interface horizontally at bottom only when screen is "
1249
  "narrower than the width specified"
@@ -1251,52 +1225,52 @@ msgstr ""
1251
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1252
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
1253
 
1254
- #: ../admin/social_sharing.php:1594
1255
  msgid "Horizontal floating bar position"
1256
  msgstr "Posición de la barra flotante horizontal"
1257
 
1258
- #: ../admin/social_sharing.php:1597
1259
  #, php-format
1260
  msgid "%s pixels from %s"
1261
  msgstr "%s pixels de %s"
1262
 
1263
- #: ../admin/social_sharing.php:1598
1264
  msgid "Auto-adjust according to screen width (responsive)"
1265
  msgstr ""
1266
 
1267
- #: ../admin/social_sharing.php:1605
1268
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1269
  msgstr ""
1270
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
1271
  "también."
1272
 
1273
- #: ../admin/social_sharing.php:1625 ../admin/like_buttons.php:588
1274
  msgid "Url shortener"
1275
  msgstr "Acortador de Url"
1276
 
1277
- #: ../admin/social_sharing.php:1631
1278
  msgid "Use shortlinks already installed"
1279
  msgstr "Utiliza los shortlinks ya instalados"
1280
 
1281
- #: ../admin/social_sharing.php:1641
1282
  msgid "Uses default short url permalinks without using any additional plugin"
1283
  msgstr ""
1284
 
1285
- #: ../admin/social_sharing.php:1649
1286
  msgid "Enable bit.ly url shortener for sharing"
1287
  msgstr "Habilitar acortador de url bit.ly para compartir"
1288
 
1289
- #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:622
1290
  msgid "Master control to enable bit.ly url shortening for sharing"
1291
  msgstr ""
1292
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1293
 
1294
- #: ../admin/social_sharing.php:1667
1295
  #, fuzzy
1296
  msgid "bit.ly Login"
1297
  msgstr "Ingreso a través de redes sociales"
1298
 
1299
- #: ../admin/social_sharing.php:1677 ../admin/social_sharing.php:1696
1300
  #, fuzzy, php-format
1301
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1302
  msgstr ""
@@ -1304,19 +1278,19 @@ msgstr ""
1304
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1305
  "conseguir tu Twitter Key"
1306
 
1307
- #: ../admin/social_sharing.php:1686 ../admin/like_buttons.php:649
1308
  msgid "bit.ly API Key"
1309
  msgstr "bit.ly API Key"
1310
 
1311
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:668
1312
  msgid "Clear Bitly Cache"
1313
  msgstr ""
1314
 
1315
- #: ../admin/social_sharing.php:1709 ../admin/like_buttons.php:672
1316
  msgid "ShortUrl cache cleared successfully."
1317
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1318
 
1319
- #: ../admin/social_sharing.php:1716 ../admin/like_buttons.php:679
1320
  msgid ""
1321
  "Use this to delete short urls saved in database. Handy, if urls of your "
1322
  "website have been changed but short urls are still being generated for old "
@@ -1326,31 +1300,31 @@ msgstr ""
1326
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1327
  "url cortas todavía se están generando para viejas url."
1328
 
1329
- #: ../admin/social_sharing.php:1725
1330
  msgid "Share Count Cache"
1331
  msgstr ""
1332
 
1333
- #: ../admin/social_sharing.php:1731
1334
  msgid "Refresh Share Count cache every"
1335
  msgstr ""
1336
 
1337
- #: ../admin/social_sharing.php:1736
1338
  msgid "Second(s)"
1339
  msgstr ""
1340
 
1341
- #: ../admin/social_sharing.php:1737
1342
  msgid "Minute(s)"
1343
  msgstr ""
1344
 
1345
- #: ../admin/social_sharing.php:1738
1346
  msgid "Hour(s)"
1347
  msgstr ""
1348
 
1349
- #: ../admin/social_sharing.php:1739
1350
  msgid "Day(s)"
1351
  msgstr ""
1352
 
1353
- #: ../admin/social_sharing.php:1747
1354
  #, php-format
1355
  msgid ""
1356
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1358,26 +1332,26 @@ msgid ""
1358
  "target=\"_blank\">here</a>"
1359
  msgstr ""
1360
 
1361
- #: ../admin/social_sharing.php:1755
1362
  msgid "Clear Share Counts Cache"
1363
  msgstr ""
1364
 
1365
- #: ../admin/social_sharing.php:1759
1366
  #, fuzzy
1367
  msgid "Share Counts cache cleared successfully."
1368
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1369
 
1370
- #: ../admin/social_sharing.php:1766
1371
  msgid "Use this to clear cached share counts"
1372
  msgstr ""
1373
 
1374
- #: ../admin/social_sharing.php:1775 ../admin/social_sharing.php:1781
1375
- #: ../admin/social_commenting.php:328 ../admin/like_buttons.php:688
1376
  #: ../admin/like_buttons.php:694
1377
  msgid "Language"
1378
  msgstr "Idioma"
1379
 
1380
- #: ../admin/social_sharing.php:1791
1381
  #, php-format
1382
  msgid ""
1383
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1388,15 +1362,15 @@ msgstr ""
1388
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1389
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1390
 
1391
- #: ../admin/social_sharing.php:1800
1392
  msgid "Username in sharing"
1393
  msgstr "Nombre de usuario en Compartir"
1394
 
1395
- #: ../admin/social_sharing.php:1806
1396
  msgid "Twitter username (without @)"
1397
  msgstr "Nombre de usuario de Twitter (sin @)"
1398
 
1399
- #: ../admin/social_sharing.php:1816 ../admin/social_sharing.php:1835
1400
  msgid ""
1401
  "Provided username will be appended after the content being shared as \"via "
1402
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1406,36 +1380,36 @@ msgstr ""
1406
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1407
  "nombre de usuario en el contenido compartido."
1408
 
1409
- #: ../admin/social_sharing.php:1825
1410
  msgid "Buffer username (without @)"
1411
  msgstr "Nombre de usuario de Buffer (sin @)"
1412
 
1413
- #: ../admin/social_sharing.php:1844
1414
  msgid "AMP"
1415
  msgstr ""
1416
 
1417
- #: ../admin/social_sharing.php:1850
1418
  #, fuzzy
1419
  msgid "Enable sharing on AMP pages"
1420
  msgstr "Permitir Página de Ingreso"
1421
 
1422
- #: ../admin/social_sharing.php:1860
1423
  msgid "Enable this option to render sharing icons on AMP pages"
1424
  msgstr ""
1425
 
1426
- #: ../admin/social_sharing.php:1879 ../admin/like_buttons.php:767
1427
  msgid "myCRED"
1428
  msgstr ""
1429
 
1430
- #: ../admin/social_sharing.php:1885 ../admin/like_buttons.php:773
1431
  msgid "Append myCRED referral ID to the urls being shared"
1432
  msgstr ""
1433
 
1434
- #: ../admin/social_sharing.php:1918
1435
  msgid "Facebook Sharing Troubleshooter"
1436
  msgstr "Resolución de problemas al Compartir en Facebook"
1437
 
1438
- #: ../admin/social_sharing.php:1923
1439
  #, fuzzy
1440
  msgid ""
1441
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1447,18 +1421,18 @@ msgstr ""
1447
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1448
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1449
 
1450
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1451
  #: ../admin/social_login.php:1180
1452
  msgid ""
1453
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1454
  "an online website for the plugin to function properly."
1455
  msgstr ""
1456
 
1457
- #: ../admin/social_sharing.php:1942
1458
  msgid "Why is Instagram icon redirecting to Instagram website?"
1459
  msgstr ""
1460
 
1461
- #: ../admin/social_sharing.php:1943
1462
  msgid ""
1463
  "Instagram icon is there to send website visitors to the Instagram page of "
1464
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1466,35 +1440,47 @@ msgid ""
1466
  "sections."
1467
  msgstr ""
1468
 
1469
- #: ../admin/social_sharing.php:1945 ../admin/like_buttons.php:810
 
 
 
 
 
 
 
 
 
 
 
 
1470
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1471
  msgstr ""
1472
 
1473
- #: ../admin/social_sharing.php:1946
1474
  msgid ""
1475
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1476
  msgstr ""
1477
 
1478
- #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1479
  #: ../admin/social_login.php:1186
1480
  msgid "Why is my browser blocking some features of the plugin?"
1481
  msgstr ""
1482
 
1483
- #: ../admin/social_sharing.php:1948
1484
  msgid "Why the color of share icons is not being updated?"
1485
  msgstr ""
1486
 
1487
- #: ../admin/social_sharing.php:1949
1488
  msgid ""
1489
  "Why is sharer not showing the correct image, title and other meta tags "
1490
  "content?"
1491
  msgstr ""
1492
 
1493
- #: ../admin/social_sharing.php:1950
1494
  msgid "Why Facebook share counts are not appearing?"
1495
  msgstr ""
1496
 
1497
- #: ../admin/social_sharing.php:1951
1498
  msgid ""
1499
  "How can I show share counts of my website rather than of individual pages/"
1500
  "posts?"
@@ -1502,54 +1488,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:1952
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:1953
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:1954
1518
  msgid "How to share specific page?"
1519
  msgstr "¿Cómo compartir una página específica?"
1520
 
1521
- #: ../admin/social_sharing.php:1955
1522
  msgid "How to integrate Google Analytics with sharing?"
1523
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1524
 
1525
- #: ../admin/social_sharing.php:1956
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:1957
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:1958
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:1959
1541
  msgid "How to hide arrow after floating sharing bar?"
1542
  msgstr ""
1543
 
1544
- #: ../admin/social_sharing.php:1960
1545
  msgid "Why is share count not getting updated?"
1546
  msgstr ""
1547
 
1548
- #: ../admin/social_sharing.php:1961 ../admin/like_buttons.php:808
1549
  msgid "Why is there so much space between like buttons?"
1550
  msgstr ""
1551
 
1552
- #: ../admin/social_sharing.php:1962 ../admin/like_buttons.php:809
1553
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1554
  msgstr ""
1555
 
@@ -1565,7 +1551,7 @@ msgstr "Control maestro para permitir Comentarios en redes sociales"
1565
  msgid "Social Commenting"
1566
  msgstr "Comentarios en redes sociales"
1567
 
1568
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:458
1569
  msgid "Shortcode"
1570
  msgstr "Shortcode"
1571
 
@@ -1648,7 +1634,7 @@ msgstr "Permitir la notificación y moderación de Comentarios de Facebook"
1648
  msgid "Enable Facebook Commenting"
1649
  msgstr "Permitir Comentarios de Facebook"
1650
 
1651
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:389
1652
  msgid "Url to comment on"
1653
  msgstr "Url para comentar"
1654
 
@@ -1669,7 +1655,7 @@ msgstr ""
1669
  msgid "Show Recent Facebook Comments in a Widget"
1670
  msgstr "Permitir Comentarios de Facebook"
1671
 
1672
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:371
1673
  msgid "Width"
1674
  msgstr "Ancho"
1675
 
@@ -1731,11 +1717,7 @@ msgstr "Fecha"
1731
  msgid "The order to use when displaying comments."
1732
  msgstr "El orden para usar cuando se muestren los comentarios."
1733
 
1734
- #: ../admin/social_commenting.php:320
1735
- msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
1736
- msgstr ""
1737
-
1738
- #: ../admin/social_commenting.php:338
1739
  #, php-format
1740
  msgid ""
1741
  "Enter the code of the language you want to use to display commenting. You "
@@ -1746,21 +1728,21 @@ msgstr ""
1746
  "comentarios. Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1747
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1748
 
1749
- #: ../admin/social_commenting.php:347
1750
  msgid "Google Plus Commenting Options"
1751
  msgstr "Opciones de Comentarios de Google Plus"
1752
 
1753
- #: ../admin/social_commenting.php:353 ../admin/social_commenting.php:363
1754
  msgid "Enable Google Plus Commenting"
1755
  msgstr "Permitir Comentarios de Google Plus"
1756
 
1757
- #: ../admin/social_commenting.php:381
1758
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1759
  msgstr ""
1760
  "Ancho de la interfaz de los Comentarios de Google Plus. Déjalo vacío para "
1761
  "que se ajuste automáticamente."
1762
 
1763
- #: ../admin/social_commenting.php:399
1764
  msgid ""
1765
  "The absolute URL that comments posted will be permanently associated with. "
1766
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1772,19 +1754,19 @@ msgstr ""
1772
  "vincularán a esta URL.<br/>Si se deja vacía <strong>(Recomendado)</ strong>, "
1773
  "se utilizará la url de la página web en la que los comentarios están activos."
1774
 
1775
- #: ../admin/social_commenting.php:408
1776
  msgid "Disqus Commenting Options"
1777
  msgstr "Opciones de Comentarios de Disqus"
1778
 
1779
- #: ../admin/social_commenting.php:414 ../admin/social_commenting.php:424
1780
  msgid "Enable Disqus Commenting"
1781
  msgstr "Permitir Comentarios de Disqus"
1782
 
1783
- #: ../admin/social_commenting.php:432
1784
  msgid "Disqus Shortname"
1785
  msgstr "Shortname Disqus"
1786
 
1787
- #: ../admin/social_commenting.php:442
1788
  msgid ""
1789
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1790
  "shortname, visit following link."
@@ -1792,28 +1774,28 @@ msgstr ""
1792
  "<strong>Necesario para utilizar los Comentarios de Disqus.</ strong> Para "
1793
  "obtener más información sobre el shortname, visita el siguiente enlace."
1794
 
1795
- #: ../admin/social_commenting.php:460
1796
  msgid "Social Commenting Shortcode"
1797
  msgstr "Shortcode de Comentarios Sociales"
1798
 
1799
- #: ../admin/social_commenting.php:474
1800
  msgid ""
1801
  "How to show recent Facebook Comments from all over the website in a widget?"
1802
  msgstr ""
1803
 
1804
- #: ../admin/social_commenting.php:475
1805
  msgid ""
1806
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1807
  "Https?"
1808
  msgstr ""
1809
 
1810
- #: ../admin/social_commenting.php:477
1811
  msgid "How can I disable Social Commenting at individual page/post?"
1812
  msgstr ""
1813
  "¿Cómo puedo desactivar los Comentarios Sociales en páginas individuales o "
1814
  "entradas?"
1815
 
1816
- #: ../admin/social_commenting.php:478
1817
  msgid "How to disable default comment form from Social Commenting?"
1818
  msgstr ""
1819
  "¿Cómo desactivar el formulario de comentarios por defecto de los Comentarios "
@@ -2825,7 +2807,7 @@ msgstr ""
2825
  msgid "Archives"
2826
  msgstr "Archivos por Categoría"
2827
 
2828
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1090
2829
  msgid "Invalid request"
2830
  msgstr "Petición no válida"
2831
 
@@ -3109,6 +3091,35 @@ msgstr ""
3109
  msgid "RSS Feed URL:"
3110
  msgstr ""
3111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3112
  #~ msgid ""
3113
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3114
  #~ "strong> options at the link mentioned"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-11-27 13:18+0530\n"
6
+ "PO-Revision-Date: 2018-11-27 13:18+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:872 ../helper.php:968
75
  msgid "Please verify your email address to login."
76
  msgstr "Por favor verifica tu dirección de email para ingresar."
77
 
93
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
94
  "registro."
95
 
96
+ #: ../super_socializer.php:904 ../helper.php:508
97
  msgid "Enter your LiveJournal username"
98
  msgstr ""
99
 
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
+ #: ../super_socializer.php:1296 ../helper.php:890
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
+ #: ../super_socializer.php:1307 ../helper.php:893
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:1311 ../helper.php:894
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:1384 ../super_socializer.php:2009
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
167
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
168
  "verificarla"
169
 
170
+ #: ../super_socializer.php:1400 ../super_socializer.php:1933
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:1628
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:1637
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:1646
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:1655
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:1664
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:1671
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:1682
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:1698
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:1722
225
  #, php-format
226
  msgid ""
227
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
229
  "target=\"_blank\">here</a>"
230
  msgstr ""
231
 
232
+ #: ../super_socializer.php:1722 ../super_socializer.php:1747
233
+ #: ../super_socializer.php:1772 ../super_socializer.php:1797
234
+ #: ../super_socializer.php:1830 ../super_socializer.php:1858
235
+ #: ../super_socializer.php:1885 ../super_socializer.php:1909
236
  msgid "Okay"
237
  msgstr ""
238
 
239
+ #: ../super_socializer.php:1747
240
  #, php-format
241
  msgid ""
242
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
244
  "\">here</a>"
245
  msgstr ""
246
 
247
+ #: ../super_socializer.php:1772
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
252
  "target=\"_blank\">here</a>"
253
  msgstr ""
254
 
255
+ #: ../super_socializer.php:1797
256
  #, php-format
257
  msgid ""
258
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
260
  "target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
+ #: ../super_socializer.php:1808
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:1830
270
  #, php-format
271
  msgid ""
272
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
274
  "\"%s\" target=\"_blank\">here</a>"
275
  msgstr ""
276
 
277
+ #: ../super_socializer.php:1858
278
  #, php-format
279
  msgid ""
280
+ "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
281
+ "continue showing the Twitter shares, click \"Give me my Twitter counts back"
282
+ "\" button at <a href=\"%s\" target=\"_blank\">their website</a> and register "
283
+ "your website %s with them. No need to copy-paste any code from their website."
284
  msgstr ""
285
 
286
+ #: ../super_socializer.php:1885
287
  #, php-format
288
  msgid ""
289
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
291
  "\"%s\" target=\"_blank\">here</a>"
292
  msgstr ""
293
 
294
+ #: ../super_socializer.php:1909
295
  #, php-format
296
  msgid ""
297
  "Your website visitors will see a popup notification (only once) if their "
317
  msgid "Click to hide help"
318
  msgstr "Pulsa para ocultar la ayuda"
319
 
320
+ #: ../helper.php:256
321
  #, fuzzy
322
  msgid "Add-Ons"
323
  msgstr "Otros Complementos"
324
 
325
+ #: ../helper.php:257
326
  msgid "Support Documentation"
327
  msgstr ""
328
 
329
+ #: ../helper.php:258
330
  msgid "Settings"
331
  msgstr "Ajustes"
332
 
333
+ #: ../helper.php:553
334
  msgid "Account linked successfully"
335
  msgstr "Cuenta enlazada con éxito"
336
 
337
+ #: ../helper.php:557
338
  msgid "Account already exists or linked"
339
  msgstr "Esta cuenta ya existe o ha sido enlazada"
340
 
341
+ #: ../helper.php:619 ../helper.php:625
342
  msgid "Currently"
343
  msgstr "Actualmente"
344
 
345
+ #: ../helper.php:619 ../helper.php:625
346
  msgid "Connected with"
347
  msgstr ""
348
 
349
+ #: ../helper.php:619 ../helper.php:625
350
  msgid "Remove"
351
  msgstr "Remover"
352
 
353
+ #: ../helper.php:696
354
  #, fuzzy
355
  msgid "Social Account Linking"
356
  msgstr "Comentarios en redes sociales"
357
 
358
+ #: ../helper.php:746
359
  msgid "Disable Standard Social Sharing on this "
360
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
361
 
362
+ #: ../helper.php:751
363
  msgid "Disable Floating Social Sharing on this "
364
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
365
 
366
+ #: ../helper.php:756
367
  msgid "Disable Standard like buttons on this "
368
  msgstr "Desactivar los botones Me gusta Estándares aquí"
369
 
370
+ #: ../helper.php:761
371
  msgid "Disable Floating like buttons on this "
372
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
373
 
374
+ #: ../helper.php:766
375
  msgid "Disable Social Commenting on this "
376
  msgstr "Desactivar Comentarios de redes sociales aquí"
377
 
378
+ #: ../helper.php:775
379
  msgid "Standard Sharing Interface"
380
  msgstr "Interfaz Estándar para Compartir"
381
 
382
+ #: ../helper.php:781 ../helper.php:800
383
  msgid "Starting share count for "
384
  msgstr "Comienzo del Contador de veces compartidas"
385
 
386
+ #: ../helper.php:794
387
  msgid "Floating Sharing Interface"
388
  msgstr "Interfaz Flotante de botones Compartir"
389
 
390
+ #: ../helper.php:897
391
  msgid "Small Avatar"
392
  msgstr "Avatar Pequeño"
393
 
394
+ #: ../helper.php:901
395
  msgid "Large Avatar"
396
  msgstr "Avatar Grande"
397
 
398
+ #: ../helper.php:905 ../admin/general_options.php:128
399
+ #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
400
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
401
  msgid "Save Changes"
402
  msgstr "Guardar Cambios"
403
 
404
+ #: ../helper.php:1005
405
  msgid "Click to delete social profile data"
406
  msgstr ""
407
 
408
+ #: ../helper.php:1034
409
  #, fuzzy
410
  msgid "Deleting"
411
  msgstr "Ajustes"
412
 
413
+ #: ../helper.php:1044
414
  msgid "Deleted"
415
  msgstr ""
416
 
417
+ #: ../helper.php:1046
418
  msgid "Something bad happened"
419
  msgstr ""
420
 
483
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
484
  "style&gt;)"
485
 
486
+ #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
487
+ #: ../admin/social_commenting.php:484 ../admin/social_login.php:1202
488
  #: ../admin/like_buttons.php:827
489
  #, fuzzy
490
  msgid "Instagram Shoutout"
491
  msgstr "Instagram"
492
 
493
+ #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
494
+ #: ../admin/social_commenting.php:486 ../admin/social_login.php:1204
495
  #: ../admin/like_buttons.php:829
496
  msgid ""
497
  "If you can send (to hello@heateor.com) how our plugin is helping your "
499
  "hashtags and people to mention in the Instagram post."
500
  msgstr ""
501
 
502
+ #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
503
+ #: ../admin/social_commenting.php:487 ../admin/social_login.php:1205
504
  #: ../admin/like_buttons.php:830
505
  msgid ""
506
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
510
  "time."
511
  msgstr ""
512
 
513
+ #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
514
+ #: ../admin/social_commenting.php:488 ../admin/social_login.php:1206
515
  #: ../admin/like_buttons.php:831
516
  msgid ""
517
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
652
  msgid "3rd Party Integration"
653
  msgstr ""
654
 
655
+ #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
656
+ #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
657
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
658
  #: ../admin/like_buttons.php:793
659
  msgid "Shortcode & Widget"
663
  msgid "Troubleshooter"
664
  msgstr "Resolución de problmas"
665
 
666
+ #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
667
+ #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
668
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
669
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
670
  msgid "FAQ"
773
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
774
 
775
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
776
+ #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
777
  #: ../inc/widget.php:436 ../inc/widget.php:748
778
  msgid "Background Color"
779
  msgstr "Color del fondo"
818
  msgstr "(aplicable si el contador está activo)"
819
 
820
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
821
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
822
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
823
  #: ../inc/widget.php:422 ../inc/widget.php:734
824
  msgid "Left"
829
  msgstr "Arriba"
830
 
831
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
832
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
833
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
834
  #: ../inc/widget.php:423 ../inc/widget.php:735
835
  msgid "Right"
875
  msgid "Master control to enable standard sharing"
876
  msgstr "Control Maestro para permitir Compartir estándar"
877
 
878
+ #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
879
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
880
  msgid "Target Url"
881
  msgstr "Target Url"
882
 
883
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
884
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
885
  msgid "Url of the webpage where icons are located (default)"
886
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
887
 
888
+ #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
889
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
890
  msgid "Url of the homepage of your website"
891
  msgstr "Url de la página de inicio de tu sitio web"
892
 
893
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
894
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
895
  msgid "Custom url"
896
  msgstr "Url personalizada"
897
 
898
+ #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
899
  msgid "Url to share"
900
  msgstr "Url para compartir"
901
 
909
  msgid "The text to display above the sharing interface"
910
  msgstr "El texto para mostrar sobre la interfaz de Compartir"
911
 
912
+ #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
913
  #, fuzzy
914
  msgid "Instagram username"
915
  msgstr "Instagram"
916
 
917
+ #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
918
  msgid ""
919
  "Username of the Instagram account you want to redirect users to, on clicking "
920
  "the icon"
921
  msgstr ""
922
 
923
+ #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
924
  #, fuzzy
925
  msgid "HTML ID of container element of comment form"
926
  msgstr "HTML ID del contenedor del formulario de comentario"
927
 
928
+ #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
929
  msgid ""
930
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
931
  "icon."
932
  msgstr ""
933
 
934
+ #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
935
  msgid "Rearrange icons"
936
  msgstr "Reorganizar iconos"
937
 
938
+ #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
939
  msgid "Drag the icons to rearrange in desired order"
940
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
941
 
942
+ #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
943
  msgid "Select Sharing Services"
944
  msgstr "Selecciona los Servicios para Compartir"
945
 
946
+ #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
947
  msgid "Select sharing services to show in social share bar"
948
  msgstr ""
949
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
950
  "sociales"
951
 
952
+ #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
953
  #, fuzzy
954
  msgid "Search social network"
955
  msgstr "como red social primaria"
956
 
957
+ #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
958
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
959
  msgid "Horizontal alignment"
960
  msgstr "Alineación horizontal"
963
  msgid "Center"
964
  msgstr "Centrar"
965
 
966
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
967
  msgid "Horizontal alignment of the sharing interface"
968
  msgstr "Alineación horizontal de la interfaz de Compartir"
969
 
984
  msgstr ""
985
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
986
 
987
+ #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
988
  msgid "Placement"
989
  msgstr "Ubicación"
990
 
991
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
992
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
993
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
994
  msgid "Homepage"
995
  msgstr "Página de Inicio"
996
 
997
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
998
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
999
  msgid "Posts"
1000
  msgstr "Entradas"
1001
 
1002
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1003
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1004
  msgid "Pages"
1005
  msgstr "Páginas"
1006
 
1007
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1008
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1009
  #, fuzzy
1010
  msgid "Excerpts and Posts page"
1011
  msgstr "Extractos (en la Página de Inicio)"
1012
 
1013
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1014
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1015
  msgid "Category Archives"
1016
  msgstr "Archivos por Categoría"
1017
 
1018
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1019
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1020
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1021
  msgstr ""
1030
  msgid "BuddyPress group (only at top of content)"
1031
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
1032
 
1033
+ #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1034
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1035
  msgid "BBPress forum"
1036
  msgstr "Foro BBPress"
1037
 
1038
+ #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1039
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1040
  msgid "BBPress topic"
1041
  msgstr "Tema BBPress"
1061
  msgstr ""
1062
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
1063
 
1064
+ #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1065
  msgid "Show share counts"
1066
  msgstr "Mostrar contadores de las veces compartidas"
1067
 
1068
+ #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1069
  #, fuzzy
1070
  msgid ""
1071
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1075
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
1076
  "Stumbleupon, Odnoklassniki y Vkontakte"
1077
 
1078
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
 
 
 
 
 
 
 
 
 
1079
  #, php-format
1080
  msgid ""
1081
+ "To show Twitter share count, you have to click \"Give me my Twitter counts "
1082
+ "back\" button at <a href=\"%s\" target=\"_blank\">TwitCount.com</a> and "
1083
+ "register your website %s with them. No need to copy-paste any code from "
1084
+ "their website."
1085
  msgstr ""
 
 
1086
 
1087
+ #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1088
  msgid "If enabled, share counts are displayed above sharing icons."
1089
  msgstr ""
1090
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
1091
  "iconos de compartir."
1092
 
1093
+ #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1094
  msgid "Show total shares"
1095
  msgstr "Mostrar número total de veces compartidas"
1096
 
1097
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1098
  msgid "If enabled, total shares will be displayed with sharing icons"
1099
  msgstr ""
1100
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
1101
  "de compartir."
1102
 
1103
+ #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1104
  msgid "Enable 'More' icon"
1105
  msgstr "Permitir el icono 'Más'"
1106
 
1107
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1108
  msgid ""
1109
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1110
  "which shows additional sharing networks in popup"
1112
  "Si se activa, el icono \"Más\" aparecerá después de los iconos de compartir "
1113
  "seleccionados, y mostrará en un popup las redes adicionales para compartir"
1114
 
1115
+ #: ../admin/social_sharing.php:1108
1116
  msgid "Floating Sharing Interface Options"
1117
  msgstr "Opciones de la Interfaz Flotante de Compartir"
1118
 
1119
+ #: ../admin/social_sharing.php:1114
1120
  msgid "Enable Floating sharing interface"
1121
  msgstr "Permitir la Interfaz Flotante de Compartir"
1122
 
1123
+ #: ../admin/social_sharing.php:1124
1124
  msgid "Master control to enable floating sharing widget"
1125
  msgstr "Control maestro para permitir el widget flotante de compartir"
1126
 
1127
+ #: ../admin/social_sharing.php:1318
1128
  msgid ""
1129
  "Specify the color or hex code (example #cc78e0) for the background of "
1130
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1136
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
1137
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
1138
 
1139
+ #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1140
  msgid "Left offset"
1141
  msgstr "Desplazamiento a la izquierda"
1142
 
1143
+ #: ../admin/social_sharing.php:1358
1144
  msgid ""
1145
  "Specify a number. Increase in number will shift sharing interface towards "
1146
  "right and decrease will shift it towards left. Number can be negative too."
1149
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
1150
  "la izquierda. El número puede ser negativo también."
1151
 
1152
+ #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1153
  msgid "Right offset"
1154
  msgstr "Desplazamiento a la derecha"
1155
 
1156
+ #: ../admin/social_sharing.php:1378
1157
  msgid ""
1158
  "Specify a number. Increase in number will shift sharing interface towards "
1159
  "left and decrease will shift it towards right. Number can be negative too."
1162
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
1163
  "hacia la derecha. El número puede ser negativo también."
1164
 
1165
+ #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1166
  msgid "Top offset"
1167
  msgstr "Desplazamiento hacia arriba"
1168
 
1169
+ #: ../admin/social_sharing.php:1397
1170
  msgid ""
1171
  "Specify a number. Increase in number will shift sharing interface towards "
1172
  "bottom and decrease will shift it towards top."
1175
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
1176
  "abajo."
1177
 
1178
+ #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1179
  msgid "BuddyPress group"
1180
  msgstr "grupo BuddyPress"
1181
 
1182
+ #: ../admin/social_sharing.php:1454
1183
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1184
  msgstr ""
1185
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
1186
  "Compartir"
1187
 
1188
+ #: ../admin/social_sharing.php:1521
1189
  msgid "Vertical floating bar responsiveness"
1190
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1191
 
1192
+ #: ../admin/social_sharing.php:1524
1193
  #, php-format
1194
  msgid "Display vertical interface only when screen is wider than %s pixels"
1195
  msgstr ""
1196
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
1197
  "pixels"
1198
 
1199
+ #: ../admin/social_sharing.php:1531
1200
  msgid ""
1201
  "Display vertical interface only when screen is wider than the width "
1202
  "specified."
1204
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
1205
  "ancho especificado."
1206
 
1207
+ #: ../admin/social_sharing.php:1539
1208
  msgid "Horizontal floating bar responsiveness"
1209
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1210
 
1211
+ #: ../admin/social_sharing.php:1542
1212
  #, php-format
1213
  msgid ""
1214
  "Stick vertical floating interface horizontally at bottom only when screen is "
1217
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1218
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
1219
 
1220
+ #: ../admin/social_sharing.php:1549
1221
  msgid ""
1222
  "Stick vertical floating interface horizontally at bottom only when screen is "
1223
  "narrower than the width specified"
1225
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1226
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
1227
 
1228
+ #: ../admin/social_sharing.php:1559
1229
  msgid "Horizontal floating bar position"
1230
  msgstr "Posición de la barra flotante horizontal"
1231
 
1232
+ #: ../admin/social_sharing.php:1562
1233
  #, php-format
1234
  msgid "%s pixels from %s"
1235
  msgstr "%s pixels de %s"
1236
 
1237
+ #: ../admin/social_sharing.php:1563
1238
  msgid "Auto-adjust according to screen width (responsive)"
1239
  msgstr ""
1240
 
1241
+ #: ../admin/social_sharing.php:1570
1242
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1243
  msgstr ""
1244
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
1245
  "también."
1246
 
1247
+ #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1248
  msgid "Url shortener"
1249
  msgstr "Acortador de Url"
1250
 
1251
+ #: ../admin/social_sharing.php:1596
1252
  msgid "Use shortlinks already installed"
1253
  msgstr "Utiliza los shortlinks ya instalados"
1254
 
1255
+ #: ../admin/social_sharing.php:1606
1256
  msgid "Uses default short url permalinks without using any additional plugin"
1257
  msgstr ""
1258
 
1259
+ #: ../admin/social_sharing.php:1614
1260
  msgid "Enable bit.ly url shortener for sharing"
1261
  msgstr "Habilitar acortador de url bit.ly para compartir"
1262
 
1263
+ #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1264
  msgid "Master control to enable bit.ly url shortening for sharing"
1265
  msgstr ""
1266
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1267
 
1268
+ #: ../admin/social_sharing.php:1632
1269
  #, fuzzy
1270
  msgid "bit.ly Login"
1271
  msgstr "Ingreso a través de redes sociales"
1272
 
1273
+ #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1274
  #, fuzzy, php-format
1275
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1276
  msgstr ""
1278
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1279
  "conseguir tu Twitter Key"
1280
 
1281
+ #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1282
  msgid "bit.ly API Key"
1283
  msgstr "bit.ly API Key"
1284
 
1285
+ #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1286
  msgid "Clear Bitly Cache"
1287
  msgstr ""
1288
 
1289
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1290
  msgid "ShortUrl cache cleared successfully."
1291
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1292
 
1293
+ #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1294
  msgid ""
1295
  "Use this to delete short urls saved in database. Handy, if urls of your "
1296
  "website have been changed but short urls are still being generated for old "
1300
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1301
  "url cortas todavía se están generando para viejas url."
1302
 
1303
+ #: ../admin/social_sharing.php:1690
1304
  msgid "Share Count Cache"
1305
  msgstr ""
1306
 
1307
+ #: ../admin/social_sharing.php:1696
1308
  msgid "Refresh Share Count cache every"
1309
  msgstr ""
1310
 
1311
+ #: ../admin/social_sharing.php:1701
1312
  msgid "Second(s)"
1313
  msgstr ""
1314
 
1315
+ #: ../admin/social_sharing.php:1702
1316
  msgid "Minute(s)"
1317
  msgstr ""
1318
 
1319
+ #: ../admin/social_sharing.php:1703
1320
  msgid "Hour(s)"
1321
  msgstr ""
1322
 
1323
+ #: ../admin/social_sharing.php:1704
1324
  msgid "Day(s)"
1325
  msgstr ""
1326
 
1327
+ #: ../admin/social_sharing.php:1712
1328
  #, php-format
1329
  msgid ""
1330
  "Frequent cache refreshing results in slower loading of pages with share "
1332
  "target=\"_blank\">here</a>"
1333
  msgstr ""
1334
 
1335
+ #: ../admin/social_sharing.php:1720
1336
  msgid "Clear Share Counts Cache"
1337
  msgstr ""
1338
 
1339
+ #: ../admin/social_sharing.php:1724
1340
  #, fuzzy
1341
  msgid "Share Counts cache cleared successfully."
1342
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1343
 
1344
+ #: ../admin/social_sharing.php:1731
1345
  msgid "Use this to clear cached share counts"
1346
  msgstr ""
1347
 
1348
+ #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1349
+ #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1350
  #: ../admin/like_buttons.php:694
1351
  msgid "Language"
1352
  msgstr "Idioma"
1353
 
1354
+ #: ../admin/social_sharing.php:1756
1355
  #, php-format
1356
  msgid ""
1357
  "Enter the code of the language you want to use for like buttons. You can "
1362
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1363
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1364
 
1365
+ #: ../admin/social_sharing.php:1765
1366
  msgid "Username in sharing"
1367
  msgstr "Nombre de usuario en Compartir"
1368
 
1369
+ #: ../admin/social_sharing.php:1771
1370
  msgid "Twitter username (without @)"
1371
  msgstr "Nombre de usuario de Twitter (sin @)"
1372
 
1373
+ #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1374
  msgid ""
1375
  "Provided username will be appended after the content being shared as \"via "
1376
  "@USERNAME\". Leave empty if you do not want any username in the content "
1380
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1381
  "nombre de usuario en el contenido compartido."
1382
 
1383
+ #: ../admin/social_sharing.php:1790
1384
  msgid "Buffer username (without @)"
1385
  msgstr "Nombre de usuario de Buffer (sin @)"
1386
 
1387
+ #: ../admin/social_sharing.php:1809
1388
  msgid "AMP"
1389
  msgstr ""
1390
 
1391
+ #: ../admin/social_sharing.php:1815
1392
  #, fuzzy
1393
  msgid "Enable sharing on AMP pages"
1394
  msgstr "Permitir Página de Ingreso"
1395
 
1396
+ #: ../admin/social_sharing.php:1825
1397
  msgid "Enable this option to render sharing icons on AMP pages"
1398
  msgstr ""
1399
 
1400
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1401
  msgid "myCRED"
1402
  msgstr ""
1403
 
1404
+ #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1405
  msgid "Append myCRED referral ID to the urls being shared"
1406
  msgstr ""
1407
 
1408
+ #: ../admin/social_sharing.php:1883
1409
  msgid "Facebook Sharing Troubleshooter"
1410
  msgstr "Resolución de problemas al Compartir en Facebook"
1411
 
1412
+ #: ../admin/social_sharing.php:1888
1413
  #, fuzzy
1414
  msgid ""
1415
  "If Facebook sharing is not working fine, click at the following link and "
1421
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1422
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1423
 
1424
+ #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1425
  #: ../admin/social_login.php:1180
1426
  msgid ""
1427
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1428
  "an online website for the plugin to function properly."
1429
  msgstr ""
1430
 
1431
+ #: ../admin/social_sharing.php:1907
1432
  msgid "Why is Instagram icon redirecting to Instagram website?"
1433
  msgstr ""
1434
 
1435
+ #: ../admin/social_sharing.php:1908
1436
  msgid ""
1437
  "Instagram icon is there to send website visitors to the Instagram page of "
1438
  "your choice. You can save the desired Instagram handle in \"Instagram "
1440
  "sections."
1441
  msgstr ""
1442
 
1443
+ #: ../admin/social_sharing.php:1911
1444
+ msgid ""
1445
+ "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1446
+ msgstr ""
1447
+
1448
+ #: ../admin/social_sharing.php:1912
1449
+ msgid ""
1450
+ "It takes some time for their service to track the shares made on Twitter "
1451
+ "from your website. If you still feel it's taking too long you can contact "
1452
+ "their support directly from their website."
1453
+ msgstr ""
1454
+
1455
+ #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1456
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1457
  msgstr ""
1458
 
1459
+ #: ../admin/social_sharing.php:1915
1460
  msgid ""
1461
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1462
  msgstr ""
1463
 
1464
+ #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1465
  #: ../admin/social_login.php:1186
1466
  msgid "Why is my browser blocking some features of the plugin?"
1467
  msgstr ""
1468
 
1469
+ #: ../admin/social_sharing.php:1917
1470
  msgid "Why the color of share icons is not being updated?"
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1918
1474
  msgid ""
1475
  "Why is sharer not showing the correct image, title and other meta tags "
1476
  "content?"
1477
  msgstr ""
1478
 
1479
+ #: ../admin/social_sharing.php:1919
1480
  msgid "Why Facebook share counts are not appearing?"
1481
  msgstr ""
1482
 
1483
+ #: ../admin/social_sharing.php:1920
1484
  msgid ""
1485
  "How can I show share counts of my website rather than of individual pages/"
1486
  "posts?"
1488
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1489
  "lugar de páginas individuales o entradas?"
1490
 
1491
+ #: ../admin/social_sharing.php:1921
1492
  msgid "How can I disable sharing on particular page/post?"
1493
  msgstr ""
1494
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1495
  "entrada?"
1496
 
1497
+ #: ../admin/social_sharing.php:1922
1498
  msgid "How can I specify minimum sharing count for sharing networks?"
1499
  msgstr ""
1500
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1501
  "sociales?"
1502
 
1503
+ #: ../admin/social_sharing.php:1923
1504
  msgid "How to share specific page?"
1505
  msgstr "¿Cómo compartir una página específica?"
1506
 
1507
+ #: ../admin/social_sharing.php:1924
1508
  msgid "How to integrate Google Analytics with sharing?"
1509
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1510
 
1511
+ #: ../admin/social_sharing.php:1925
1512
  msgid "How to customize the look of total share counts?"
1513
  msgstr ""
1514
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1515
 
1516
+ #: ../admin/social_sharing.php:1926
1517
  msgid "How to customize the look of individual share counts?"
1518
  msgstr ""
1519
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1520
  "compartidas?"
1521
 
1522
+ #: ../admin/social_sharing.php:1927
1523
  msgid "How to show Whatsapp icon only on mobile devices?"
1524
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1525
 
1526
+ #: ../admin/social_sharing.php:1928
1527
  msgid "How to hide arrow after floating sharing bar?"
1528
  msgstr ""
1529
 
1530
+ #: ../admin/social_sharing.php:1929
1531
  msgid "Why is share count not getting updated?"
1532
  msgstr ""
1533
 
1534
+ #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1535
  msgid "Why is there so much space between like buttons?"
1536
  msgstr ""
1537
 
1538
+ #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1539
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1540
  msgstr ""
1541
 
1551
  msgid "Social Commenting"
1552
  msgstr "Comentarios en redes sociales"
1553
 
1554
+ #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1555
  msgid "Shortcode"
1556
  msgstr "Shortcode"
1557
 
1634
  msgid "Enable Facebook Commenting"
1635
  msgstr "Permitir Comentarios de Facebook"
1636
 
1637
+ #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1638
  msgid "Url to comment on"
1639
  msgstr "Url para comentar"
1640
 
1655
  msgid "Show Recent Facebook Comments in a Widget"
1656
  msgstr "Permitir Comentarios de Facebook"
1657
 
1658
+ #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1659
  msgid "Width"
1660
  msgstr "Ancho"
1661
 
1717
  msgid "The order to use when displaying comments."
1718
  msgstr "El orden para usar cuando se muestren los comentarios."
1719
 
1720
+ #: ../admin/social_commenting.php:330
 
 
 
 
1721
  #, php-format
1722
  msgid ""
1723
  "Enter the code of the language you want to use to display commenting. You "
1728
  "comentarios. Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1729
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1730
 
1731
+ #: ../admin/social_commenting.php:339
1732
  msgid "Google Plus Commenting Options"
1733
  msgstr "Opciones de Comentarios de Google Plus"
1734
 
1735
+ #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1736
  msgid "Enable Google Plus Commenting"
1737
  msgstr "Permitir Comentarios de Google Plus"
1738
 
1739
+ #: ../admin/social_commenting.php:373
1740
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1741
  msgstr ""
1742
  "Ancho de la interfaz de los Comentarios de Google Plus. Déjalo vacío para "
1743
  "que se ajuste automáticamente."
1744
 
1745
+ #: ../admin/social_commenting.php:391
1746
  msgid ""
1747
  "The absolute URL that comments posted will be permanently associated with. "
1748
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1754
  "vincularán a esta URL.<br/>Si se deja vacía <strong>(Recomendado)</ strong>, "
1755
  "se utilizará la url de la página web en la que los comentarios están activos."
1756
 
1757
+ #: ../admin/social_commenting.php:400
1758
  msgid "Disqus Commenting Options"
1759
  msgstr "Opciones de Comentarios de Disqus"
1760
 
1761
+ #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1762
  msgid "Enable Disqus Commenting"
1763
  msgstr "Permitir Comentarios de Disqus"
1764
 
1765
+ #: ../admin/social_commenting.php:424
1766
  msgid "Disqus Shortname"
1767
  msgstr "Shortname Disqus"
1768
 
1769
+ #: ../admin/social_commenting.php:434
1770
  msgid ""
1771
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1772
  "shortname, visit following link."
1774
  "<strong>Necesario para utilizar los Comentarios de Disqus.</ strong> Para "
1775
  "obtener más información sobre el shortname, visita el siguiente enlace."
1776
 
1777
+ #: ../admin/social_commenting.php:452
1778
  msgid "Social Commenting Shortcode"
1779
  msgstr "Shortcode de Comentarios Sociales"
1780
 
1781
+ #: ../admin/social_commenting.php:466
1782
  msgid ""
1783
  "How to show recent Facebook Comments from all over the website in a widget?"
1784
  msgstr ""
1785
 
1786
+ #: ../admin/social_commenting.php:467
1787
  msgid ""
1788
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1789
  "Https?"
1790
  msgstr ""
1791
 
1792
+ #: ../admin/social_commenting.php:469
1793
  msgid "How can I disable Social Commenting at individual page/post?"
1794
  msgstr ""
1795
  "¿Cómo puedo desactivar los Comentarios Sociales en páginas individuales o "
1796
  "entradas?"
1797
 
1798
+ #: ../admin/social_commenting.php:470
1799
  msgid "How to disable default comment form from Social Commenting?"
1800
  msgstr ""
1801
  "¿Cómo desactivar el formulario de comentarios por defecto de los Comentarios "
2807
  msgid "Archives"
2808
  msgstr "Archivos por Categoría"
2809
 
2810
+ #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2811
  msgid "Invalid request"
2812
  msgstr "Petición no válida"
2813
 
3091
  msgid "RSS Feed URL:"
3092
  msgstr ""
3093
 
3094
+ #~ msgid ""
3095
+ #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3096
+ #~ "share counts"
3097
+ #~ msgstr ""
3098
+ #~ "Usa <a href=\"%s\" target=\"_blank\">Nuevos Contadores de Compartir</a> "
3099
+ #~ "para mostrar el número de veces compartidas en Twitter"
3100
+
3101
+ #~ msgid ""
3102
+ #~ "For this to work, you have to enter your website url %s and sign in using "
3103
+ #~ "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
3104
+ #~ msgstr ""
3105
+ #~ "Para que esto funcione, tienes que introducir la url de tu sitio web %s e "
3106
+ #~ "ingresar usando Twitter en <a href=\"%s\" target=\"_blank\">su sitio web</"
3107
+ #~ "a>"
3108
+
3109
+ #~ msgid ""
3110
+ #~ "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
3111
+ #~ "share counts"
3112
+ #~ msgstr ""
3113
+ #~ "Usa <a href=\"%s\" target=\"_blank\">Abrir Contador de Compartir</a> para "
3114
+ #~ "mostrar el número de veces compartidas en Twitter"
3115
+
3116
+ #~ msgid ""
3117
+ #~ "For this to work, you have to sign up and register your website url %s at "
3118
+ #~ "<a href=\"%s\" target=\"_blank\">their website</a>"
3119
+ #~ msgstr ""
3120
+ #~ "Para que esto funcione, tienes que firmar y registrar la url de tu sitio "
3121
+ #~ "web %s en <a href=\"%s\" target=\"_blank\">su sitio web </a>"
3122
+
3123
  #~ msgid ""
3124
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3125
  #~ "strong> options at the link mentioned"
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: 2018-09-06 23:22+0530\n"
6
- "PO-Revision-Date: 2018-09-06 23:22+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -71,7 +71,7 @@ msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:872 ../helper.php:963
75
  msgid "Please verify your email address to login."
76
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
77
 
@@ -91,7 +91,7 @@ msgstr "E-mail cím szükséges"
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
93
 
94
- #: ../super_socializer.php:904 ../helper.php:503
95
  msgid "Enter your LiveJournal username"
96
  msgstr ""
97
 
@@ -123,7 +123,7 @@ msgstr "Super Socializer - Belépés"
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
- #: ../super_socializer.php:1296 ../helper.php:885
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
@@ -137,17 +137,17 @@ msgstr "Kis Avatar URL"
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
- #: ../super_socializer.php:1307 ../helper.php:888
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:1311 ../helper.php:889
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
150
- #: ../super_socializer.php:1384 ../super_socializer.php:2010
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
@@ -165,59 +165,59 @@ msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
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:1400 ../super_socializer.php:1934
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:1629
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:1638
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:1647
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:1656
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:1665
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:1672
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:1683
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:1699
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:1723
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -225,14 +225,14 @@ msgid ""
225
  "target=\"_blank\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1723 ../super_socializer.php:1748
229
- #: ../super_socializer.php:1773 ../super_socializer.php:1798
230
- #: ../super_socializer.php:1831 ../super_socializer.php:1859
231
- #: ../super_socializer.php:1886 ../super_socializer.php:1910
232
  msgid "Okay"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1748
236
  #, php-format
237
  msgid ""
238
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -240,7 +240,7 @@ msgid ""
240
  "\">here</a>"
241
  msgstr ""
242
 
243
- #: ../super_socializer.php:1773
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -248,7 +248,7 @@ msgid ""
248
  "target=\"_blank\">here</a>"
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1798
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -256,13 +256,13 @@ msgid ""
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1809
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:1831
266
  #, php-format
267
  msgid ""
268
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -270,15 +270,16 @@ msgid ""
270
  "\"%s\" target=\"_blank\">here</a>"
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1859
274
  #, php-format
275
  msgid ""
276
- "Twitter share counts are no longer working as newsharecounts.com is down. To "
277
- "continue showing the Twitter shares, just sign up <a href=\"%s\" target="
278
- "\"_blank\">here</a> with this domain"
 
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1886
282
  #, php-format
283
  msgid ""
284
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -286,7 +287,7 @@ msgid ""
286
  "\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1910
290
  #, php-format
291
  msgid ""
292
  "Your website visitors will see a popup notification (only once) if their "
@@ -313,112 +314,112 @@ msgstr "Kattintson megmutatni segítség"
313
  msgid "Click to hide help"
314
  msgstr "Elrejtéséhez kattintson segítség"
315
 
316
- #: ../helper.php:252
317
  #, fuzzy
318
  msgid "Add-Ons"
319
  msgstr "A kiegészítőket"
320
 
321
- #: ../helper.php:253
322
  msgid "Support Documentation"
323
  msgstr ""
324
 
325
- #: ../helper.php:254
326
  msgid "Settings"
327
  msgstr "Beállítások"
328
 
329
- #: ../helper.php:548
330
  msgid "Account linked successfully"
331
  msgstr "Fiók kapcsolása sikeres"
332
 
333
- #: ../helper.php:552
334
  msgid "Account already exists or linked"
335
  msgstr "Fiók már létezik, vagy össze van kötve"
336
 
337
- #: ../helper.php:614 ../helper.php:620
338
  msgid "Currently"
339
  msgstr "Jelenleg"
340
 
341
- #: ../helper.php:614 ../helper.php:620
342
  msgid "Connected with"
343
  msgstr ""
344
 
345
- #: ../helper.php:614 ../helper.php:620
346
  msgid "Remove"
347
  msgstr "Eltávolítás"
348
 
349
- #: ../helper.php:691
350
  #, fuzzy
351
  msgid "Social Account Linking"
352
  msgstr "Közösségi Hozzászólás"
353
 
354
- #: ../helper.php:741
355
  #, fuzzy
356
  msgid "Disable Standard Social Sharing on this "
357
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
358
 
359
- #: ../helper.php:746
360
  #, fuzzy
361
  msgid "Disable Floating Social Sharing on this "
362
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
363
 
364
- #: ../helper.php:751
365
  #, fuzzy
366
  msgid "Disable Standard like buttons on this "
367
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
368
 
369
- #: ../helper.php:756
370
  #, fuzzy
371
  msgid "Disable Floating like buttons on this "
372
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
373
 
374
- #: ../helper.php:761
375
  msgid "Disable Social Commenting on this "
376
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
377
 
378
- #: ../helper.php:770
379
  #, fuzzy
380
  msgid "Standard Sharing Interface"
381
  msgstr "Megosztási Felület"
382
 
383
- #: ../helper.php:776 ../helper.php:795
384
  msgid "Starting share count for "
385
  msgstr "Megosztás számok kezdése ehhez"
386
 
387
- #: ../helper.php:789
388
  #, fuzzy
389
  msgid "Floating Sharing Interface"
390
  msgstr "Megosztási Felület"
391
 
392
- #: ../helper.php:892
393
  #, fuzzy
394
  msgid "Small Avatar"
395
  msgstr "Kis Avatar URL"
396
 
397
- #: ../helper.php:896
398
  #, fuzzy
399
  msgid "Large Avatar"
400
  msgstr "Cél Url"
401
 
402
- #: ../helper.php:900 ../admin/general_options.php:128
403
- #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
404
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
405
  msgid "Save Changes"
406
  msgstr "Változások Mentése"
407
 
408
- #: ../helper.php:1000
409
  msgid "Click to delete social profile data"
410
  msgstr ""
411
 
412
- #: ../helper.php:1029
413
  #, fuzzy
414
  msgid "Deleting"
415
  msgstr "Beállítások"
416
 
417
- #: ../helper.php:1039
418
  msgid "Deleted"
419
  msgstr ""
420
 
421
- #: ../helper.php:1041
422
  msgid "Something bad happened"
423
  msgstr ""
424
 
@@ -486,15 +487,15 @@ msgstr "Egyedi URL"
486
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
487
  msgstr ""
488
 
489
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
490
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1202
491
  #: ../admin/like_buttons.php:827
492
  #, fuzzy
493
  msgid "Instagram Shoutout"
494
  msgstr "Instagram"
495
 
496
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
497
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1204
498
  #: ../admin/like_buttons.php:829
499
  msgid ""
500
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -502,8 +503,8 @@ msgid ""
502
  "hashtags and people to mention in the Instagram post."
503
  msgstr ""
504
 
505
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
506
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1205
507
  #: ../admin/like_buttons.php:830
508
  msgid ""
509
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -513,8 +514,8 @@ msgid ""
513
  "time."
514
  msgstr ""
515
 
516
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
517
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1206
518
  #: ../admin/like_buttons.php:831
519
  msgid ""
520
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -660,8 +661,8 @@ msgstr ""
660
  msgid "3rd Party Integration"
661
  msgstr ""
662
 
663
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
664
- #: ../admin/social_sharing.php:1907 ../admin/social_login.php:41
665
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
666
  #: ../admin/like_buttons.php:793
667
  msgid "Shortcode & Widget"
@@ -671,8 +672,8 @@ msgstr "Shortcode és Widget"
671
  msgid "Troubleshooter"
672
  msgstr "Hibamegoldó"
673
 
674
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
675
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
676
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
677
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
678
  msgid "FAQ"
@@ -784,7 +785,7 @@ msgstr ""
784
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
785
 
786
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
787
- #: ../admin/social_sharing.php:1330 ../admin/like_buttons.php:406
788
  #: ../inc/widget.php:436 ../inc/widget.php:748
789
  msgid "Background Color"
790
  msgstr "Háttér Szín"
@@ -831,7 +832,7 @@ msgid "(applies, if counter enabled)"
831
  msgstr ""
832
 
833
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
834
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1352
835
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
836
  #: ../inc/widget.php:422 ../inc/widget.php:734
837
  msgid "Left"
@@ -842,7 +843,7 @@ msgid "Top"
842
  msgstr ""
843
 
844
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
845
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1353
846
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
847
  #: ../inc/widget.php:423 ../inc/widget.php:735
848
  msgid "Right"
@@ -894,27 +895,27 @@ msgstr "Vízszintes megosztási felület bekapcsolása"
894
  msgid "Master control to enable standard sharing"
895
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
896
 
897
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1156
898
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
899
  msgid "Target Url"
900
  msgstr "Cél Url"
901
 
902
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1160
903
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
904
  msgid "Url of the webpage where icons are located (default)"
905
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
906
 
907
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1162
908
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
909
  msgid "Url of the homepage of your website"
910
  msgstr "A főoldalad Url-je"
911
 
912
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1164
913
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
914
  msgid "Custom url"
915
  msgstr "Egyedi URL"
916
 
917
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1171
918
  msgid "Url to share"
919
  msgstr "Megosztás Url-je"
920
 
@@ -928,51 +929,51 @@ msgstr "Cím"
928
  msgid "The text to display above the sharing interface"
929
  msgstr "Szöveg a megosztási felület fölött"
930
 
931
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1180
932
  #, fuzzy
933
  msgid "Instagram username"
934
  msgstr "Instagram"
935
 
936
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1190
937
  msgid ""
938
  "Username of the Instagram account you want to redirect users to, on clicking "
939
  "the icon"
940
  msgstr ""
941
 
942
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1200
943
  #, fuzzy
944
  msgid "HTML ID of container element of comment form"
945
  msgstr "HTML ID komment formájában konténer"
946
 
947
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1210
948
  msgid ""
949
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
950
  "icon."
951
  msgstr ""
952
 
953
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1219
954
  msgid "Rearrange icons"
955
  msgstr "Ikonsorrend beállítás"
956
 
957
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1278
958
  msgid "Drag the icons to rearrange in desired order"
959
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
960
 
961
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1286
962
  #, fuzzy
963
  msgid "Select Sharing Services"
964
  msgstr "Válassz és rendezz sorba szolgáltatókat"
965
 
966
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1293
967
  msgid "Select sharing services to show in social share bar"
968
  msgstr ""
969
 
970
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1311
971
  #, fuzzy
972
  msgid "Search social network"
973
  msgstr "elsődleges szociális háló"
974
 
975
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1348
976
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
977
  msgid "Horizontal alignment"
978
  msgstr "Függőleges igazítás"
@@ -981,7 +982,7 @@ msgstr "Függőleges igazítás"
981
  msgid "Center"
982
  msgstr "Középen"
983
 
984
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1361
985
  msgid "Horizontal alignment of the sharing interface"
986
  msgstr "A megosztási felület függőleges igazítása"
987
 
@@ -1002,37 +1003,37 @@ msgid "Specify position of the sharing interface with respect to the content"
1002
  msgstr ""
1003
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1004
 
1005
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1427
1006
  msgid "Placement"
1007
  msgstr ""
1008
 
1009
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
1010
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
1011
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1012
  msgid "Homepage"
1013
  msgstr "Kezdő oldal"
1014
 
1015
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1433
1016
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1017
  msgid "Posts"
1018
  msgstr "Bejegyzések"
1019
 
1020
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1435
1021
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1022
  msgid "Pages"
1023
  msgstr "Oldalak"
1024
 
1025
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1437
1026
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1027
  msgid "Excerpts and Posts page"
1028
  msgstr ""
1029
 
1030
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1439
1031
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1032
  msgid "Category Archives"
1033
  msgstr "Kategória Archívum"
1034
 
1035
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1441
1036
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1037
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1038
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
@@ -1046,12 +1047,12 @@ msgstr "BuddyPress tevékenység és csoportok"
1046
  msgid "BuddyPress group (only at top of content)"
1047
  msgstr ""
1048
 
1049
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1463
1050
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1051
  msgid "BBPress forum"
1052
  msgstr "BBPress fórum"
1053
 
1054
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1466
1055
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1056
  msgid "BBPress topic"
1057
  msgstr "BBPress téma"
@@ -1076,67 +1077,44 @@ msgstr "WooCommerce Thankyou oldal"
1076
  msgid "Specify the pages where you want to enable Sharing interface"
1077
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1078
 
1079
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1484
1080
  msgid "Show share counts"
1081
  msgstr "Megosztás számok mutatása"
1082
 
1083
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1489
1084
  msgid ""
1085
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1086
  "Pinterest, Odnoklassniki and Vkontakte"
1087
  msgstr ""
1088
 
1089
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1497
1090
  #, php-format
1091
  msgid ""
1092
- "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
1093
- "share counts"
1094
- msgstr ""
1095
-
1096
- #: ../admin/social_sharing.php:1064 ../admin/social_sharing.php:1499
1097
- #, fuzzy, php-format
1098
- msgid ""
1099
- "For this to work, you have to enter your website url %s and sign in using "
1100
- "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
1101
  msgstr ""
1102
- "Ezen lehetőség használatához kövesd <a href=\"%s\" target=\"_blank\">ezen "
1103
- "leírás</a> lépéseit"
1104
 
1105
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1501
1106
- #, php-format
1107
- msgid ""
1108
- "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
1109
- "share counts"
1110
- msgstr ""
1111
-
1112
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1503
1113
- #, fuzzy, php-format
1114
- msgid ""
1115
- "For this to work, you have to sign up and register your website url %s at <a "
1116
- "href=\"%s\" target=\"_blank\">their website</a>"
1117
- msgstr ""
1118
- "Ezen lehetőség használatához kövesd <a href=\"%s\" target=\"_blank\">ezen "
1119
- "leírás</a> lépéseit"
1120
-
1121
- #: ../admin/social_sharing.php:1075 ../admin/social_sharing.php:1510
1122
  msgid "If enabled, share counts are displayed above sharing icons."
1123
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1124
 
1125
- #: ../admin/social_sharing.php:1084 ../admin/social_sharing.php:1519
1126
  #, fuzzy
1127
  msgid "Show total shares"
1128
  msgstr "Megosztás számok mutatása"
1129
 
1130
- #: ../admin/social_sharing.php:1094 ../admin/social_sharing.php:1529
1131
  #, fuzzy
1132
  msgid "If enabled, total shares will be displayed with sharing icons"
1133
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1134
 
1135
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1538
1136
  msgid "Enable 'More' icon"
1137
  msgstr "'Még több' ikon bekapcsolása"
1138
 
1139
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1548
1140
  msgid ""
1141
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1142
  "which shows additional sharing networks in popup"
@@ -1144,23 +1122,23 @@ msgstr ""
1144
  "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott "
1145
  "megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
1146
 
1147
- #: ../admin/social_sharing.php:1130
1148
  #, fuzzy
1149
  msgid "Floating Sharing Interface Options"
1150
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1151
 
1152
- #: ../admin/social_sharing.php:1136
1153
  #, fuzzy
1154
  msgid "Enable Floating sharing interface"
1155
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1156
 
1157
- #: ../admin/social_sharing.php:1146
1158
  #, fuzzy
1159
  msgid "Master control to enable floating sharing widget"
1160
  msgstr ""
1161
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1162
 
1163
- #: ../admin/social_sharing.php:1340
1164
  msgid ""
1165
  "Specify the color or hex code (example #cc78e0) for the background of "
1166
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1171,11 +1149,11 @@ msgstr ""
1171
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
1172
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
1173
 
1174
- #: ../admin/social_sharing.php:1370 ../admin/like_buttons.php:446
1175
  msgid "Left offset"
1176
  msgstr "Bal margó"
1177
 
1178
- #: ../admin/social_sharing.php:1380
1179
  msgid ""
1180
  "Specify a number. Increase in number will shift sharing interface towards "
1181
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1183,11 +1161,11 @@ msgstr ""
1183
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
1184
  "Megadhatsz negatív értéket is."
1185
 
1186
- #: ../admin/social_sharing.php:1390 ../admin/like_buttons.php:466
1187
  msgid "Right offset"
1188
  msgstr "Jobb margó"
1189
 
1190
- #: ../admin/social_sharing.php:1400
1191
  msgid ""
1192
  "Specify a number. Increase in number will shift sharing interface towards "
1193
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1195,47 +1173,47 @@ msgstr ""
1195
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
1196
  "Megadhatsz negatív értéket is."
1197
 
1198
- #: ../admin/social_sharing.php:1409 ../admin/like_buttons.php:485
1199
  msgid "Top offset"
1200
  msgstr "Felső margó"
1201
 
1202
- #: ../admin/social_sharing.php:1419
1203
  msgid ""
1204
  "Specify a number. Increase in number will shift sharing interface towards "
1205
  "bottom and decrease will shift it towards top."
1206
  msgstr ""
1207
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1208
 
1209
- #: ../admin/social_sharing.php:1455 ../admin/like_buttons.php:531
1210
  #, fuzzy
1211
  msgid "BuddyPress group"
1212
  msgstr "BuddyPress profil oldal"
1213
 
1214
- #: ../admin/social_sharing.php:1476
1215
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1216
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
1217
 
1218
- #: ../admin/social_sharing.php:1556
1219
  #, fuzzy
1220
  msgid "Vertical floating bar responsiveness"
1221
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1222
 
1223
- #: ../admin/social_sharing.php:1559
1224
  #, php-format
1225
  msgid "Display vertical interface only when screen is wider than %s pixels"
1226
  msgstr ""
1227
 
1228
- #: ../admin/social_sharing.php:1566
1229
  msgid ""
1230
  "Display vertical interface only when screen is wider than the width "
1231
  "specified."
1232
  msgstr ""
1233
 
1234
- #: ../admin/social_sharing.php:1574
1235
  msgid "Horizontal floating bar responsiveness"
1236
  msgstr ""
1237
 
1238
- #: ../admin/social_sharing.php:1577
1239
  #, fuzzy, php-format
1240
  msgid ""
1241
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1244,56 +1222,56 @@ msgstr ""
1244
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
1245
  "eszközök"
1246
 
1247
- #: ../admin/social_sharing.php:1584
1248
  msgid ""
1249
  "Stick vertical floating interface horizontally at bottom only when screen is "
1250
  "narrower than the width specified"
1251
  msgstr ""
1252
 
1253
- #: ../admin/social_sharing.php:1594
1254
  #, fuzzy
1255
  msgid "Horizontal floating bar position"
1256
  msgstr "Vízszintes Megosztási Felület Beállítások"
1257
 
1258
- #: ../admin/social_sharing.php:1597
1259
  #, php-format
1260
  msgid "%s pixels from %s"
1261
  msgstr ""
1262
 
1263
- #: ../admin/social_sharing.php:1598
1264
  msgid "Auto-adjust according to screen width (responsive)"
1265
  msgstr ""
1266
 
1267
- #: ../admin/social_sharing.php:1605
1268
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1269
  msgstr ""
1270
 
1271
- #: ../admin/social_sharing.php:1625 ../admin/like_buttons.php:588
1272
  msgid "Url shortener"
1273
  msgstr "Url rövidítő"
1274
 
1275
- #: ../admin/social_sharing.php:1631
1276
  msgid "Use shortlinks already installed"
1277
  msgstr "Használja shortlinks már telepítve"
1278
 
1279
- #: ../admin/social_sharing.php:1641
1280
  msgid "Uses default short url permalinks without using any additional plugin"
1281
  msgstr ""
1282
 
1283
- #: ../admin/social_sharing.php:1649
1284
  msgid "Enable bit.ly url shortener for sharing"
1285
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1286
 
1287
- #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:622
1288
  msgid "Master control to enable bit.ly url shortening for sharing"
1289
  msgstr ""
1290
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1291
 
1292
- #: ../admin/social_sharing.php:1667
1293
  msgid "bit.ly Login"
1294
  msgstr ""
1295
 
1296
- #: ../admin/social_sharing.php:1677 ../admin/social_sharing.php:1696
1297
  #, fuzzy, php-format
1298
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1299
  msgstr ""
@@ -1301,51 +1279,51 @@ msgstr ""
1301
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1302
  "API Key beszerzéshez"
1303
 
1304
- #: ../admin/social_sharing.php:1686 ../admin/like_buttons.php:649
1305
  msgid "bit.ly API Key"
1306
  msgstr "bit.ly API Key"
1307
 
1308
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:668
1309
  msgid "Clear Bitly Cache"
1310
  msgstr ""
1311
 
1312
- #: ../admin/social_sharing.php:1709 ../admin/like_buttons.php:672
1313
  #, fuzzy
1314
  msgid "ShortUrl cache cleared successfully."
1315
  msgstr "Fiók kapcsolása sikeres"
1316
 
1317
- #: ../admin/social_sharing.php:1716 ../admin/like_buttons.php:679
1318
  msgid ""
1319
  "Use this to delete short urls saved in database. Handy, if urls of your "
1320
  "website have been changed but short urls are still being generated for old "
1321
  "urls."
1322
  msgstr ""
1323
 
1324
- #: ../admin/social_sharing.php:1725
1325
  msgid "Share Count Cache"
1326
  msgstr ""
1327
 
1328
- #: ../admin/social_sharing.php:1731
1329
  msgid "Refresh Share Count cache every"
1330
  msgstr ""
1331
 
1332
- #: ../admin/social_sharing.php:1736
1333
  msgid "Second(s)"
1334
  msgstr ""
1335
 
1336
- #: ../admin/social_sharing.php:1737
1337
  msgid "Minute(s)"
1338
  msgstr ""
1339
 
1340
- #: ../admin/social_sharing.php:1738
1341
  msgid "Hour(s)"
1342
  msgstr ""
1343
 
1344
- #: ../admin/social_sharing.php:1739
1345
  msgid "Day(s)"
1346
  msgstr ""
1347
 
1348
- #: ../admin/social_sharing.php:1747
1349
  #, php-format
1350
  msgid ""
1351
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1353,26 +1331,26 @@ msgid ""
1353
  "target=\"_blank\">here</a>"
1354
  msgstr ""
1355
 
1356
- #: ../admin/social_sharing.php:1755
1357
  msgid "Clear Share Counts Cache"
1358
  msgstr ""
1359
 
1360
- #: ../admin/social_sharing.php:1759
1361
  #, fuzzy
1362
  msgid "Share Counts cache cleared successfully."
1363
  msgstr "Fiók kapcsolása sikeres"
1364
 
1365
- #: ../admin/social_sharing.php:1766
1366
  msgid "Use this to clear cached share counts"
1367
  msgstr ""
1368
 
1369
- #: ../admin/social_sharing.php:1775 ../admin/social_sharing.php:1781
1370
- #: ../admin/social_commenting.php:328 ../admin/like_buttons.php:688
1371
  #: ../admin/like_buttons.php:694
1372
  msgid "Language"
1373
  msgstr "Nyelv"
1374
 
1375
- #: ../admin/social_sharing.php:1791
1376
  #, fuzzy, php-format
1377
  msgid ""
1378
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1383,16 +1361,16 @@ msgstr ""
1383
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1384
  "az alapértelmezett (angol) nyelv használatához"
1385
 
1386
- #: ../admin/social_sharing.php:1800
1387
  #, fuzzy
1388
  msgid "Username in sharing"
1389
  msgstr "Twitter felhasználónév a megosztásban"
1390
 
1391
- #: ../admin/social_sharing.php:1806
1392
  msgid "Twitter username (without @)"
1393
  msgstr "Twitter felhasználónév (@ nélkül)"
1394
 
1395
- #: ../admin/social_sharing.php:1816 ../admin/social_sharing.php:1835
1396
  msgid ""
1397
  "Provided username will be appended after the content being shared as \"via "
1398
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1401,37 +1379,37 @@ msgstr ""
1401
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1402
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1403
 
1404
- #: ../admin/social_sharing.php:1825
1405
  #, fuzzy
1406
  msgid "Buffer username (without @)"
1407
  msgstr "Twitter felhasználónév (@ nélkül)"
1408
 
1409
- #: ../admin/social_sharing.php:1844
1410
  msgid "AMP"
1411
  msgstr ""
1412
 
1413
- #: ../admin/social_sharing.php:1850
1414
  #, fuzzy
1415
  msgid "Enable sharing on AMP pages"
1416
  msgstr "Bekapcsolás a belépés oldalon"
1417
 
1418
- #: ../admin/social_sharing.php:1860
1419
  msgid "Enable this option to render sharing icons on AMP pages"
1420
  msgstr ""
1421
 
1422
- #: ../admin/social_sharing.php:1879 ../admin/like_buttons.php:767
1423
  msgid "myCRED"
1424
  msgstr ""
1425
 
1426
- #: ../admin/social_sharing.php:1885 ../admin/like_buttons.php:773
1427
  msgid "Append myCRED referral ID to the urls being shared"
1428
  msgstr ""
1429
 
1430
- #: ../admin/social_sharing.php:1918
1431
  msgid "Facebook Sharing Troubleshooter"
1432
  msgstr "Facebook Megosztás Hibaelhárító"
1433
 
1434
- #: ../admin/social_sharing.php:1923
1435
  #, fuzzy
1436
  msgid ""
1437
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1443,18 +1421,18 @@ msgstr ""
1443
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1444
  "tökéletesen) a szöveges mezőben:"
1445
 
1446
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1447
  #: ../admin/social_login.php:1180
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:1942
1454
  msgid "Why is Instagram icon redirecting to Instagram website?"
1455
  msgstr ""
1456
 
1457
- #: ../admin/social_sharing.php:1943
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,35 +1440,47 @@ msgid ""
1462
  "sections."
1463
  msgstr ""
1464
 
1465
- #: ../admin/social_sharing.php:1945 ../admin/like_buttons.php:810
 
 
 
 
 
 
 
 
 
 
 
 
1466
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1467
  msgstr ""
1468
 
1469
- #: ../admin/social_sharing.php:1946
1470
  msgid ""
1471
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1472
  msgstr ""
1473
 
1474
- #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1475
  #: ../admin/social_login.php:1186
1476
  msgid "Why is my browser blocking some features of the plugin?"
1477
  msgstr ""
1478
 
1479
- #: ../admin/social_sharing.php:1948
1480
  msgid "Why the color of share icons is not being updated?"
1481
  msgstr ""
1482
 
1483
- #: ../admin/social_sharing.php:1949
1484
  msgid ""
1485
  "Why is sharer not showing the correct image, title and other meta tags "
1486
  "content?"
1487
  msgstr ""
1488
 
1489
- #: ../admin/social_sharing.php:1950
1490
  msgid "Why Facebook share counts are not appearing?"
1491
  msgstr ""
1492
 
1493
- #: ../admin/social_sharing.php:1951
1494
  msgid ""
1495
  "How can I show share counts of my website rather than of individual pages/"
1496
  "posts?"
@@ -1498,50 +1488,50 @@ msgstr ""
1498
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1499
  "kívül is?"
1500
 
1501
- #: ../admin/social_sharing.php:1952
1502
  msgid "How can I disable sharing on particular page/post?"
1503
  msgstr ""
1504
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1505
 
1506
- #: ../admin/social_sharing.php:1953
1507
  msgid "How can I specify minimum sharing count for sharing networks?"
1508
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1509
 
1510
- #: ../admin/social_sharing.php:1954
1511
  msgid "How to share specific page?"
1512
  msgstr ""
1513
 
1514
- #: ../admin/social_sharing.php:1955
1515
  msgid "How to integrate Google Analytics with sharing?"
1516
  msgstr ""
1517
 
1518
- #: ../admin/social_sharing.php:1956
1519
  msgid "How to customize the look of total share counts?"
1520
  msgstr ""
1521
 
1522
- #: ../admin/social_sharing.php:1957
1523
  #, fuzzy
1524
  msgid "How to customize the look of individual share counts?"
1525
  msgstr "Megosztás számok mutatása:"
1526
 
1527
- #: ../admin/social_sharing.php:1958
1528
  #, fuzzy
1529
  msgid "How to show Whatsapp icon only on mobile devices?"
1530
  msgstr "Hide megosztása mobil eszközökön"
1531
 
1532
- #: ../admin/social_sharing.php:1959
1533
  msgid "How to hide arrow after floating sharing bar?"
1534
  msgstr ""
1535
 
1536
- #: ../admin/social_sharing.php:1960
1537
  msgid "Why is share count not getting updated?"
1538
  msgstr ""
1539
 
1540
- #: ../admin/social_sharing.php:1961 ../admin/like_buttons.php:808
1541
  msgid "Why is there so much space between like buttons?"
1542
  msgstr ""
1543
 
1544
- #: ../admin/social_sharing.php:1962 ../admin/like_buttons.php:809
1545
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1546
  msgstr ""
1547
 
@@ -1558,7 +1548,7 @@ msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásá
1558
  msgid "Social Commenting"
1559
  msgstr "Közösségi Hozzászólás"
1560
 
1561
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:458
1562
  msgid "Shortcode"
1563
  msgstr "Shortcode"
1564
 
@@ -1642,7 +1632,7 @@ msgstr "Facebook Hozzászólás Bekapcsolás"
1642
  msgid "Enable Facebook Commenting"
1643
  msgstr "Facebook Hozzászólás Bekapcsolás"
1644
 
1645
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:389
1646
  msgid "Url to comment on"
1647
  msgstr "A hozzászólás URL"
1648
 
@@ -1663,7 +1653,7 @@ msgstr ""
1663
  msgid "Show Recent Facebook Comments in a Widget"
1664
  msgstr "Csak Facebook Hozzászólás legyen"
1665
 
1666
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:371
1667
  msgid "Width"
1668
  msgstr "Szélesség"
1669
 
@@ -1722,11 +1712,7 @@ msgstr "Időrend"
1722
  msgid "The order to use when displaying comments."
1723
  msgstr "A hozzászólás megjelenésének sorrendje."
1724
 
1725
- #: ../admin/social_commenting.php:320
1726
- msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
1727
- msgstr ""
1728
-
1729
- #: ../admin/social_commenting.php:338
1730
  #, php-format
1731
  msgid ""
1732
  "Enter the code of the language you want to use to display commenting. You "
@@ -1737,21 +1723,21 @@ msgstr ""
1737
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1738
  "az alapértelmezett (angol) nyelv használatához "
1739
 
1740
- #: ../admin/social_commenting.php:347
1741
  msgid "Google Plus Commenting Options"
1742
  msgstr "Google+ Hozzászólás Beállítások"
1743
 
1744
- #: ../admin/social_commenting.php:353 ../admin/social_commenting.php:363
1745
  msgid "Enable Google Plus Commenting"
1746
  msgstr "Google+ Hozzászólás Bekapcsolása"
1747
 
1748
- #: ../admin/social_commenting.php:381
1749
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1750
  msgstr ""
1751
  "Google+ hozzászólás felület szélessége. Hagyd üresen az automatikus "
1752
  "beállításhoz"
1753
 
1754
- #: ../admin/social_commenting.php:399
1755
  msgid ""
1756
  "The absolute URL that comments posted will be permanently associated with. "
1757
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1763,19 +1749,19 @@ msgstr ""
1763
  ">Ha üresen hagyod <strong>(Erősen ajánlott)</strong>, azt az URL-t "
1764
  "használjuk, melyhez a hozzászólás érkezett."
1765
 
1766
- #: ../admin/social_commenting.php:408
1767
  msgid "Disqus Commenting Options"
1768
  msgstr "Disqus Hozzászólás Beállítások"
1769
 
1770
- #: ../admin/social_commenting.php:414 ../admin/social_commenting.php:424
1771
  msgid "Enable Disqus Commenting"
1772
  msgstr "Disqus Hozzászólás Bekapcsolása"
1773
 
1774
- #: ../admin/social_commenting.php:432
1775
  msgid "Disqus Shortname"
1776
  msgstr "Disqus Shortname"
1777
 
1778
- #: ../admin/social_commenting.php:442
1779
  msgid ""
1780
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1781
  "shortname, visit following link."
@@ -1783,29 +1769,29 @@ msgstr ""
1783
  "<strong>Szükséges a Disqus hozzászólás használatához.</strong> További "
1784
  "információkért nézd meg ezt a linket."
1785
 
1786
- #: ../admin/social_commenting.php:460
1787
  #, fuzzy
1788
  msgid "Social Commenting Shortcode"
1789
  msgstr "Közösségi Hozzászólás"
1790
 
1791
- #: ../admin/social_commenting.php:474
1792
  msgid ""
1793
  "How to show recent Facebook Comments from all over the website in a widget?"
1794
  msgstr ""
1795
 
1796
- #: ../admin/social_commenting.php:475
1797
  msgid ""
1798
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1799
  "Https?"
1800
  msgstr ""
1801
 
1802
- #: ../admin/social_commenting.php:477
1803
  msgid "How can I disable Social Commenting at individual page/post?"
1804
  msgstr ""
1805
  "Hogyan kapcsolhatom ki a Közösségi Hozzászólást az egyes oldalak/bejegyzések "
1806
  "esetében?"
1807
 
1808
- #: ../admin/social_commenting.php:478
1809
  msgid "How to disable default comment form from Social Commenting?"
1810
  msgstr ""
1811
  "Hogyan lehet letiltani alapértelmezett megjegyzés formájában a Social "
@@ -2806,7 +2792,7 @@ msgstr ""
2806
  msgid "Archives"
2807
  msgstr "Kategória Archívum"
2808
 
2809
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1090
2810
  msgid "Invalid request"
2811
  msgstr "Hibás kérés"
2812
 
@@ -3092,6 +3078,22 @@ msgstr ""
3092
  msgid "RSS Feed URL:"
3093
  msgstr ""
3094
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3095
  #~ msgid ""
3096
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3097
  #~ "strong> options at the link mentioned"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-11-27 13:18+0530\n"
6
+ "PO-Revision-Date: 2018-11-27 13:18+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:872 ../helper.php:968
75
  msgid "Please verify your email address to login."
76
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
77
 
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
93
 
94
+ #: ../super_socializer.php:904 ../helper.php:508
95
  msgid "Enter your LiveJournal username"
96
  msgstr ""
97
 
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
+ #: ../super_socializer.php:1296 ../helper.php:890
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
+ #: ../super_socializer.php:1307 ../helper.php:893
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:1311 ../helper.php:894
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
150
+ #: ../super_socializer.php:1384 ../super_socializer.php:2009
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
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:1400 ../super_socializer.php:1933
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:1628
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:1637
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:1646
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:1655
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:1664
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:1671
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:1682
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:1698
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:1722
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
225
  "target=\"_blank\">here</a>"
226
  msgstr ""
227
 
228
+ #: ../super_socializer.php:1722 ../super_socializer.php:1747
229
+ #: ../super_socializer.php:1772 ../super_socializer.php:1797
230
+ #: ../super_socializer.php:1830 ../super_socializer.php:1858
231
+ #: ../super_socializer.php:1885 ../super_socializer.php:1909
232
  msgid "Okay"
233
  msgstr ""
234
 
235
+ #: ../super_socializer.php:1747
236
  #, php-format
237
  msgid ""
238
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
240
  "\">here</a>"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1772
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
248
  "target=\"_blank\">here</a>"
249
  msgstr ""
250
 
251
+ #: ../super_socializer.php:1797
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:1808
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:1830
266
  #, php-format
267
  msgid ""
268
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
270
  "\"%s\" target=\"_blank\">here</a>"
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1858
274
  #, php-format
275
  msgid ""
276
+ "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
277
+ "continue showing the Twitter shares, click \"Give me my Twitter counts back"
278
+ "\" button at <a href=\"%s\" target=\"_blank\">their website</a> and register "
279
+ "your website %s with them. No need to copy-paste any code from their website."
280
  msgstr ""
281
 
282
+ #: ../super_socializer.php:1885
283
  #, php-format
284
  msgid ""
285
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
287
  "\"%s\" target=\"_blank\">here</a>"
288
  msgstr ""
289
 
290
+ #: ../super_socializer.php:1909
291
  #, php-format
292
  msgid ""
293
  "Your website visitors will see a popup notification (only once) if their "
314
  msgid "Click to hide help"
315
  msgstr "Elrejtéséhez kattintson segítség"
316
 
317
+ #: ../helper.php:256
318
  #, fuzzy
319
  msgid "Add-Ons"
320
  msgstr "A kiegészítőket"
321
 
322
+ #: ../helper.php:257
323
  msgid "Support Documentation"
324
  msgstr ""
325
 
326
+ #: ../helper.php:258
327
  msgid "Settings"
328
  msgstr "Beállítások"
329
 
330
+ #: ../helper.php:553
331
  msgid "Account linked successfully"
332
  msgstr "Fiók kapcsolása sikeres"
333
 
334
+ #: ../helper.php:557
335
  msgid "Account already exists or linked"
336
  msgstr "Fiók már létezik, vagy össze van kötve"
337
 
338
+ #: ../helper.php:619 ../helper.php:625
339
  msgid "Currently"
340
  msgstr "Jelenleg"
341
 
342
+ #: ../helper.php:619 ../helper.php:625
343
  msgid "Connected with"
344
  msgstr ""
345
 
346
+ #: ../helper.php:619 ../helper.php:625
347
  msgid "Remove"
348
  msgstr "Eltávolítás"
349
 
350
+ #: ../helper.php:696
351
  #, fuzzy
352
  msgid "Social Account Linking"
353
  msgstr "Közösségi Hozzászólás"
354
 
355
+ #: ../helper.php:746
356
  #, fuzzy
357
  msgid "Disable Standard Social Sharing on this "
358
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
359
 
360
+ #: ../helper.php:751
361
  #, fuzzy
362
  msgid "Disable Floating Social Sharing on this "
363
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
364
 
365
+ #: ../helper.php:756
366
  #, fuzzy
367
  msgid "Disable Standard like buttons on this "
368
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
369
 
370
+ #: ../helper.php:761
371
  #, fuzzy
372
  msgid "Disable Floating like buttons on this "
373
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
374
 
375
+ #: ../helper.php:766
376
  msgid "Disable Social Commenting on this "
377
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
378
 
379
+ #: ../helper.php:775
380
  #, fuzzy
381
  msgid "Standard Sharing Interface"
382
  msgstr "Megosztási Felület"
383
 
384
+ #: ../helper.php:781 ../helper.php:800
385
  msgid "Starting share count for "
386
  msgstr "Megosztás számok kezdése ehhez"
387
 
388
+ #: ../helper.php:794
389
  #, fuzzy
390
  msgid "Floating Sharing Interface"
391
  msgstr "Megosztási Felület"
392
 
393
+ #: ../helper.php:897
394
  #, fuzzy
395
  msgid "Small Avatar"
396
  msgstr "Kis Avatar URL"
397
 
398
+ #: ../helper.php:901
399
  #, fuzzy
400
  msgid "Large Avatar"
401
  msgstr "Cél Url"
402
 
403
+ #: ../helper.php:905 ../admin/general_options.php:128
404
+ #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
405
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
406
  msgid "Save Changes"
407
  msgstr "Változások Mentése"
408
 
409
+ #: ../helper.php:1005
410
  msgid "Click to delete social profile data"
411
  msgstr ""
412
 
413
+ #: ../helper.php:1034
414
  #, fuzzy
415
  msgid "Deleting"
416
  msgstr "Beállítások"
417
 
418
+ #: ../helper.php:1044
419
  msgid "Deleted"
420
  msgstr ""
421
 
422
+ #: ../helper.php:1046
423
  msgid "Something bad happened"
424
  msgstr ""
425
 
487
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
488
  msgstr ""
489
 
490
+ #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
491
+ #: ../admin/social_commenting.php:484 ../admin/social_login.php:1202
492
  #: ../admin/like_buttons.php:827
493
  #, fuzzy
494
  msgid "Instagram Shoutout"
495
  msgstr "Instagram"
496
 
497
+ #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
498
+ #: ../admin/social_commenting.php:486 ../admin/social_login.php:1204
499
  #: ../admin/like_buttons.php:829
500
  msgid ""
501
  "If you can send (to hello@heateor.com) how our plugin is helping your "
503
  "hashtags and people to mention in the Instagram post."
504
  msgstr ""
505
 
506
+ #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
507
+ #: ../admin/social_commenting.php:487 ../admin/social_login.php:1205
508
  #: ../admin/like_buttons.php:830
509
  msgid ""
510
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
514
  "time."
515
  msgstr ""
516
 
517
+ #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
518
+ #: ../admin/social_commenting.php:488 ../admin/social_login.php:1206
519
  #: ../admin/like_buttons.php:831
520
  msgid ""
521
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
661
  msgid "3rd Party Integration"
662
  msgstr ""
663
 
664
+ #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
665
+ #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
666
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
667
  #: ../admin/like_buttons.php:793
668
  msgid "Shortcode & Widget"
672
  msgid "Troubleshooter"
673
  msgstr "Hibamegoldó"
674
 
675
+ #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
676
+ #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
677
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
678
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
679
  msgid "FAQ"
785
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
786
 
787
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
788
+ #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
789
  #: ../inc/widget.php:436 ../inc/widget.php:748
790
  msgid "Background Color"
791
  msgstr "Háttér Szín"
832
  msgstr ""
833
 
834
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
835
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
836
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
837
  #: ../inc/widget.php:422 ../inc/widget.php:734
838
  msgid "Left"
843
  msgstr ""
844
 
845
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
846
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
847
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
848
  #: ../inc/widget.php:423 ../inc/widget.php:735
849
  msgid "Right"
895
  msgid "Master control to enable standard sharing"
896
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
897
 
898
+ #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
899
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
900
  msgid "Target Url"
901
  msgstr "Cél Url"
902
 
903
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
904
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
905
  msgid "Url of the webpage where icons are located (default)"
906
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
907
 
908
+ #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
909
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
910
  msgid "Url of the homepage of your website"
911
  msgstr "A főoldalad Url-je"
912
 
913
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
914
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
915
  msgid "Custom url"
916
  msgstr "Egyedi URL"
917
 
918
+ #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
919
  msgid "Url to share"
920
  msgstr "Megosztás Url-je"
921
 
929
  msgid "The text to display above the sharing interface"
930
  msgstr "Szöveg a megosztási felület fölött"
931
 
932
+ #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
933
  #, fuzzy
934
  msgid "Instagram username"
935
  msgstr "Instagram"
936
 
937
+ #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
938
  msgid ""
939
  "Username of the Instagram account you want to redirect users to, on clicking "
940
  "the icon"
941
  msgstr ""
942
 
943
+ #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
944
  #, fuzzy
945
  msgid "HTML ID of container element of comment form"
946
  msgstr "HTML ID komment formájában konténer"
947
 
948
+ #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
949
  msgid ""
950
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
951
  "icon."
952
  msgstr ""
953
 
954
+ #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
955
  msgid "Rearrange icons"
956
  msgstr "Ikonsorrend beállítás"
957
 
958
+ #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
959
  msgid "Drag the icons to rearrange in desired order"
960
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
961
 
962
+ #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
963
  #, fuzzy
964
  msgid "Select Sharing Services"
965
  msgstr "Válassz és rendezz sorba szolgáltatókat"
966
 
967
+ #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
968
  msgid "Select sharing services to show in social share bar"
969
  msgstr ""
970
 
971
+ #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
972
  #, fuzzy
973
  msgid "Search social network"
974
  msgstr "elsődleges szociális háló"
975
 
976
+ #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
977
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
978
  msgid "Horizontal alignment"
979
  msgstr "Függőleges igazítás"
982
  msgid "Center"
983
  msgstr "Középen"
984
 
985
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
986
  msgid "Horizontal alignment of the sharing interface"
987
  msgstr "A megosztási felület függőleges igazítása"
988
 
1003
  msgstr ""
1004
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1005
 
1006
+ #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
1007
  msgid "Placement"
1008
  msgstr ""
1009
 
1010
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1011
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
1012
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1013
  msgid "Homepage"
1014
  msgstr "Kezdő oldal"
1015
 
1016
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
1017
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1018
  msgid "Posts"
1019
  msgstr "Bejegyzések"
1020
 
1021
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1022
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1023
  msgid "Pages"
1024
  msgstr "Oldalak"
1025
 
1026
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1027
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1028
  msgid "Excerpts and Posts page"
1029
  msgstr ""
1030
 
1031
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1032
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1033
  msgid "Category Archives"
1034
  msgstr "Kategória Archívum"
1035
 
1036
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1037
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1038
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1039
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
1047
  msgid "BuddyPress group (only at top of content)"
1048
  msgstr ""
1049
 
1050
+ #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1051
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1052
  msgid "BBPress forum"
1053
  msgstr "BBPress fórum"
1054
 
1055
+ #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1056
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1057
  msgid "BBPress topic"
1058
  msgstr "BBPress téma"
1077
  msgid "Specify the pages where you want to enable Sharing interface"
1078
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1079
 
1080
+ #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1081
  msgid "Show share counts"
1082
  msgstr "Megosztás számok mutatása"
1083
 
1084
+ #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1085
  msgid ""
1086
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1087
  "Pinterest, Odnoklassniki and Vkontakte"
1088
  msgstr ""
1089
 
1090
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
1091
  #, php-format
1092
  msgid ""
1093
+ "To show Twitter share count, you have to click \"Give me my Twitter counts "
1094
+ "back\" button at <a href=\"%s\" target=\"_blank\">TwitCount.com</a> and "
1095
+ "register your website %s with them. No need to copy-paste any code from "
1096
+ "their website."
 
 
 
 
 
1097
  msgstr ""
 
 
1098
 
1099
+ #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1100
  msgid "If enabled, share counts are displayed above sharing icons."
1101
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1102
 
1103
+ #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1104
  #, fuzzy
1105
  msgid "Show total shares"
1106
  msgstr "Megosztás számok mutatása"
1107
 
1108
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1109
  #, fuzzy
1110
  msgid "If enabled, total shares will be displayed with sharing icons"
1111
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1112
 
1113
+ #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1114
  msgid "Enable 'More' icon"
1115
  msgstr "'Még több' ikon bekapcsolása"
1116
 
1117
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1118
  msgid ""
1119
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1120
  "which shows additional sharing networks in popup"
1122
  "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott "
1123
  "megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
1124
 
1125
+ #: ../admin/social_sharing.php:1108
1126
  #, fuzzy
1127
  msgid "Floating Sharing Interface Options"
1128
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1129
 
1130
+ #: ../admin/social_sharing.php:1114
1131
  #, fuzzy
1132
  msgid "Enable Floating sharing interface"
1133
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1134
 
1135
+ #: ../admin/social_sharing.php:1124
1136
  #, fuzzy
1137
  msgid "Master control to enable floating sharing widget"
1138
  msgstr ""
1139
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1140
 
1141
+ #: ../admin/social_sharing.php:1318
1142
  msgid ""
1143
  "Specify the color or hex code (example #cc78e0) for the background of "
1144
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1149
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
1150
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
1151
 
1152
+ #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1153
  msgid "Left offset"
1154
  msgstr "Bal margó"
1155
 
1156
+ #: ../admin/social_sharing.php:1358
1157
  msgid ""
1158
  "Specify a number. Increase in number will shift sharing interface towards "
1159
  "right and decrease will shift it towards left. Number can be negative too."
1161
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
1162
  "Megadhatsz negatív értéket is."
1163
 
1164
+ #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1165
  msgid "Right offset"
1166
  msgstr "Jobb margó"
1167
 
1168
+ #: ../admin/social_sharing.php:1378
1169
  msgid ""
1170
  "Specify a number. Increase in number will shift sharing interface towards "
1171
  "left and decrease will shift it towards right. Number can be negative too."
1173
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
1174
  "Megadhatsz negatív értéket is."
1175
 
1176
+ #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1177
  msgid "Top offset"
1178
  msgstr "Felső margó"
1179
 
1180
+ #: ../admin/social_sharing.php:1397
1181
  msgid ""
1182
  "Specify a number. Increase in number will shift sharing interface towards "
1183
  "bottom and decrease will shift it towards top."
1184
  msgstr ""
1185
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1186
 
1187
+ #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1188
  #, fuzzy
1189
  msgid "BuddyPress group"
1190
  msgstr "BuddyPress profil oldal"
1191
 
1192
+ #: ../admin/social_sharing.php:1454
1193
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1194
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
1195
 
1196
+ #: ../admin/social_sharing.php:1521
1197
  #, fuzzy
1198
  msgid "Vertical floating bar responsiveness"
1199
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1200
 
1201
+ #: ../admin/social_sharing.php:1524
1202
  #, php-format
1203
  msgid "Display vertical interface only when screen is wider than %s pixels"
1204
  msgstr ""
1205
 
1206
+ #: ../admin/social_sharing.php:1531
1207
  msgid ""
1208
  "Display vertical interface only when screen is wider than the width "
1209
  "specified."
1210
  msgstr ""
1211
 
1212
+ #: ../admin/social_sharing.php:1539
1213
  msgid "Horizontal floating bar responsiveness"
1214
  msgstr ""
1215
 
1216
+ #: ../admin/social_sharing.php:1542
1217
  #, fuzzy, php-format
1218
  msgid ""
1219
  "Stick vertical floating interface horizontally at bottom only when screen is "
1222
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
1223
  "eszközök"
1224
 
1225
+ #: ../admin/social_sharing.php:1549
1226
  msgid ""
1227
  "Stick vertical floating interface horizontally at bottom only when screen is "
1228
  "narrower than the width specified"
1229
  msgstr ""
1230
 
1231
+ #: ../admin/social_sharing.php:1559
1232
  #, fuzzy
1233
  msgid "Horizontal floating bar position"
1234
  msgstr "Vízszintes Megosztási Felület Beállítások"
1235
 
1236
+ #: ../admin/social_sharing.php:1562
1237
  #, php-format
1238
  msgid "%s pixels from %s"
1239
  msgstr ""
1240
 
1241
+ #: ../admin/social_sharing.php:1563
1242
  msgid "Auto-adjust according to screen width (responsive)"
1243
  msgstr ""
1244
 
1245
+ #: ../admin/social_sharing.php:1570
1246
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1247
  msgstr ""
1248
 
1249
+ #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1250
  msgid "Url shortener"
1251
  msgstr "Url rövidítő"
1252
 
1253
+ #: ../admin/social_sharing.php:1596
1254
  msgid "Use shortlinks already installed"
1255
  msgstr "Használja shortlinks már telepítve"
1256
 
1257
+ #: ../admin/social_sharing.php:1606
1258
  msgid "Uses default short url permalinks without using any additional plugin"
1259
  msgstr ""
1260
 
1261
+ #: ../admin/social_sharing.php:1614
1262
  msgid "Enable bit.ly url shortener for sharing"
1263
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1264
 
1265
+ #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1266
  msgid "Master control to enable bit.ly url shortening for sharing"
1267
  msgstr ""
1268
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1269
 
1270
+ #: ../admin/social_sharing.php:1632
1271
  msgid "bit.ly Login"
1272
  msgstr ""
1273
 
1274
+ #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1275
  #, fuzzy, php-format
1276
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1277
  msgstr ""
1279
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1280
  "API Key beszerzéshez"
1281
 
1282
+ #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1283
  msgid "bit.ly API Key"
1284
  msgstr "bit.ly API Key"
1285
 
1286
+ #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1287
  msgid "Clear Bitly Cache"
1288
  msgstr ""
1289
 
1290
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1291
  #, fuzzy
1292
  msgid "ShortUrl cache cleared successfully."
1293
  msgstr "Fiók kapcsolása sikeres"
1294
 
1295
+ #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1296
  msgid ""
1297
  "Use this to delete short urls saved in database. Handy, if urls of your "
1298
  "website have been changed but short urls are still being generated for old "
1299
  "urls."
1300
  msgstr ""
1301
 
1302
+ #: ../admin/social_sharing.php:1690
1303
  msgid "Share Count Cache"
1304
  msgstr ""
1305
 
1306
+ #: ../admin/social_sharing.php:1696
1307
  msgid "Refresh Share Count cache every"
1308
  msgstr ""
1309
 
1310
+ #: ../admin/social_sharing.php:1701
1311
  msgid "Second(s)"
1312
  msgstr ""
1313
 
1314
+ #: ../admin/social_sharing.php:1702
1315
  msgid "Minute(s)"
1316
  msgstr ""
1317
 
1318
+ #: ../admin/social_sharing.php:1703
1319
  msgid "Hour(s)"
1320
  msgstr ""
1321
 
1322
+ #: ../admin/social_sharing.php:1704
1323
  msgid "Day(s)"
1324
  msgstr ""
1325
 
1326
+ #: ../admin/social_sharing.php:1712
1327
  #, php-format
1328
  msgid ""
1329
  "Frequent cache refreshing results in slower loading of pages with share "
1331
  "target=\"_blank\">here</a>"
1332
  msgstr ""
1333
 
1334
+ #: ../admin/social_sharing.php:1720
1335
  msgid "Clear Share Counts Cache"
1336
  msgstr ""
1337
 
1338
+ #: ../admin/social_sharing.php:1724
1339
  #, fuzzy
1340
  msgid "Share Counts cache cleared successfully."
1341
  msgstr "Fiók kapcsolása sikeres"
1342
 
1343
+ #: ../admin/social_sharing.php:1731
1344
  msgid "Use this to clear cached share counts"
1345
  msgstr ""
1346
 
1347
+ #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1348
+ #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1349
  #: ../admin/like_buttons.php:694
1350
  msgid "Language"
1351
  msgstr "Nyelv"
1352
 
1353
+ #: ../admin/social_sharing.php:1756
1354
  #, fuzzy, php-format
1355
  msgid ""
1356
  "Enter the code of the language you want to use for like buttons. You can "
1361
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1362
  "az alapértelmezett (angol) nyelv használatához"
1363
 
1364
+ #: ../admin/social_sharing.php:1765
1365
  #, fuzzy
1366
  msgid "Username in sharing"
1367
  msgstr "Twitter felhasználónév a megosztásban"
1368
 
1369
+ #: ../admin/social_sharing.php:1771
1370
  msgid "Twitter username (without @)"
1371
  msgstr "Twitter felhasználónév (@ nélkül)"
1372
 
1373
+ #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1374
  msgid ""
1375
  "Provided username will be appended after the content being shared as \"via "
1376
  "@USERNAME\". Leave empty if you do not want any username in the content "
1379
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1380
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1381
 
1382
+ #: ../admin/social_sharing.php:1790
1383
  #, fuzzy
1384
  msgid "Buffer username (without @)"
1385
  msgstr "Twitter felhasználónév (@ nélkül)"
1386
 
1387
+ #: ../admin/social_sharing.php:1809
1388
  msgid "AMP"
1389
  msgstr ""
1390
 
1391
+ #: ../admin/social_sharing.php:1815
1392
  #, fuzzy
1393
  msgid "Enable sharing on AMP pages"
1394
  msgstr "Bekapcsolás a belépés oldalon"
1395
 
1396
+ #: ../admin/social_sharing.php:1825
1397
  msgid "Enable this option to render sharing icons on AMP pages"
1398
  msgstr ""
1399
 
1400
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1401
  msgid "myCRED"
1402
  msgstr ""
1403
 
1404
+ #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1405
  msgid "Append myCRED referral ID to the urls being shared"
1406
  msgstr ""
1407
 
1408
+ #: ../admin/social_sharing.php:1883
1409
  msgid "Facebook Sharing Troubleshooter"
1410
  msgstr "Facebook Megosztás Hibaelhárító"
1411
 
1412
+ #: ../admin/social_sharing.php:1888
1413
  #, fuzzy
1414
  msgid ""
1415
  "If Facebook sharing is not working fine, click at the following link and "
1421
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1422
  "tökéletesen) a szöveges mezőben:"
1423
 
1424
+ #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1425
  #: ../admin/social_login.php:1180
1426
  msgid ""
1427
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1428
  "an online website for the plugin to function properly."
1429
  msgstr ""
1430
 
1431
+ #: ../admin/social_sharing.php:1907
1432
  msgid "Why is Instagram icon redirecting to Instagram website?"
1433
  msgstr ""
1434
 
1435
+ #: ../admin/social_sharing.php:1908
1436
  msgid ""
1437
  "Instagram icon is there to send website visitors to the Instagram page of "
1438
  "your choice. You can save the desired Instagram handle in \"Instagram "
1440
  "sections."
1441
  msgstr ""
1442
 
1443
+ #: ../admin/social_sharing.php:1911
1444
+ msgid ""
1445
+ "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1446
+ msgstr ""
1447
+
1448
+ #: ../admin/social_sharing.php:1912
1449
+ msgid ""
1450
+ "It takes some time for their service to track the shares made on Twitter "
1451
+ "from your website. If you still feel it's taking too long you can contact "
1452
+ "their support directly from their website."
1453
+ msgstr ""
1454
+
1455
+ #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1456
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1457
  msgstr ""
1458
 
1459
+ #: ../admin/social_sharing.php:1915
1460
  msgid ""
1461
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1462
  msgstr ""
1463
 
1464
+ #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1465
  #: ../admin/social_login.php:1186
1466
  msgid "Why is my browser blocking some features of the plugin?"
1467
  msgstr ""
1468
 
1469
+ #: ../admin/social_sharing.php:1917
1470
  msgid "Why the color of share icons is not being updated?"
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1918
1474
  msgid ""
1475
  "Why is sharer not showing the correct image, title and other meta tags "
1476
  "content?"
1477
  msgstr ""
1478
 
1479
+ #: ../admin/social_sharing.php:1919
1480
  msgid "Why Facebook share counts are not appearing?"
1481
  msgstr ""
1482
 
1483
+ #: ../admin/social_sharing.php:1920
1484
  msgid ""
1485
  "How can I show share counts of my website rather than of individual pages/"
1486
  "posts?"
1488
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1489
  "kívül is?"
1490
 
1491
+ #: ../admin/social_sharing.php:1921
1492
  msgid "How can I disable sharing on particular page/post?"
1493
  msgstr ""
1494
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1495
 
1496
+ #: ../admin/social_sharing.php:1922
1497
  msgid "How can I specify minimum sharing count for sharing networks?"
1498
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1499
 
1500
+ #: ../admin/social_sharing.php:1923
1501
  msgid "How to share specific page?"
1502
  msgstr ""
1503
 
1504
+ #: ../admin/social_sharing.php:1924
1505
  msgid "How to integrate Google Analytics with sharing?"
1506
  msgstr ""
1507
 
1508
+ #: ../admin/social_sharing.php:1925
1509
  msgid "How to customize the look of total share counts?"
1510
  msgstr ""
1511
 
1512
+ #: ../admin/social_sharing.php:1926
1513
  #, fuzzy
1514
  msgid "How to customize the look of individual share counts?"
1515
  msgstr "Megosztás számok mutatása:"
1516
 
1517
+ #: ../admin/social_sharing.php:1927
1518
  #, fuzzy
1519
  msgid "How to show Whatsapp icon only on mobile devices?"
1520
  msgstr "Hide megosztása mobil eszközökön"
1521
 
1522
+ #: ../admin/social_sharing.php:1928
1523
  msgid "How to hide arrow after floating sharing bar?"
1524
  msgstr ""
1525
 
1526
+ #: ../admin/social_sharing.php:1929
1527
  msgid "Why is share count not getting updated?"
1528
  msgstr ""
1529
 
1530
+ #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1531
  msgid "Why is there so much space between like buttons?"
1532
  msgstr ""
1533
 
1534
+ #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1535
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1536
  msgstr ""
1537
 
1548
  msgid "Social Commenting"
1549
  msgstr "Közösségi Hozzászólás"
1550
 
1551
+ #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1552
  msgid "Shortcode"
1553
  msgstr "Shortcode"
1554
 
1632
  msgid "Enable Facebook Commenting"
1633
  msgstr "Facebook Hozzászólás Bekapcsolás"
1634
 
1635
+ #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1636
  msgid "Url to comment on"
1637
  msgstr "A hozzászólás URL"
1638
 
1653
  msgid "Show Recent Facebook Comments in a Widget"
1654
  msgstr "Csak Facebook Hozzászólás legyen"
1655
 
1656
+ #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1657
  msgid "Width"
1658
  msgstr "Szélesség"
1659
 
1712
  msgid "The order to use when displaying comments."
1713
  msgstr "A hozzászólás megjelenésének sorrendje."
1714
 
1715
+ #: ../admin/social_commenting.php:330
 
 
 
 
1716
  #, php-format
1717
  msgid ""
1718
  "Enter the code of the language you want to use to display commenting. You "
1723
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1724
  "az alapértelmezett (angol) nyelv használatához "
1725
 
1726
+ #: ../admin/social_commenting.php:339
1727
  msgid "Google Plus Commenting Options"
1728
  msgstr "Google+ Hozzászólás Beállítások"
1729
 
1730
+ #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1731
  msgid "Enable Google Plus Commenting"
1732
  msgstr "Google+ Hozzászólás Bekapcsolása"
1733
 
1734
+ #: ../admin/social_commenting.php:373
1735
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1736
  msgstr ""
1737
  "Google+ hozzászólás felület szélessége. Hagyd üresen az automatikus "
1738
  "beállításhoz"
1739
 
1740
+ #: ../admin/social_commenting.php:391
1741
  msgid ""
1742
  "The absolute URL that comments posted will be permanently associated with. "
1743
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1749
  ">Ha üresen hagyod <strong>(Erősen ajánlott)</strong>, azt az URL-t "
1750
  "használjuk, melyhez a hozzászólás érkezett."
1751
 
1752
+ #: ../admin/social_commenting.php:400
1753
  msgid "Disqus Commenting Options"
1754
  msgstr "Disqus Hozzászólás Beállítások"
1755
 
1756
+ #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1757
  msgid "Enable Disqus Commenting"
1758
  msgstr "Disqus Hozzászólás Bekapcsolása"
1759
 
1760
+ #: ../admin/social_commenting.php:424
1761
  msgid "Disqus Shortname"
1762
  msgstr "Disqus Shortname"
1763
 
1764
+ #: ../admin/social_commenting.php:434
1765
  msgid ""
1766
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1767
  "shortname, visit following link."
1769
  "<strong>Szükséges a Disqus hozzászólás használatához.</strong> További "
1770
  "információkért nézd meg ezt a linket."
1771
 
1772
+ #: ../admin/social_commenting.php:452
1773
  #, fuzzy
1774
  msgid "Social Commenting Shortcode"
1775
  msgstr "Közösségi Hozzászólás"
1776
 
1777
+ #: ../admin/social_commenting.php:466
1778
  msgid ""
1779
  "How to show recent Facebook Comments from all over the website in a widget?"
1780
  msgstr ""
1781
 
1782
+ #: ../admin/social_commenting.php:467
1783
  msgid ""
1784
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1785
  "Https?"
1786
  msgstr ""
1787
 
1788
+ #: ../admin/social_commenting.php:469
1789
  msgid "How can I disable Social Commenting at individual page/post?"
1790
  msgstr ""
1791
  "Hogyan kapcsolhatom ki a Közösségi Hozzászólást az egyes oldalak/bejegyzések "
1792
  "esetében?"
1793
 
1794
+ #: ../admin/social_commenting.php:470
1795
  msgid "How to disable default comment form from Social Commenting?"
1796
  msgstr ""
1797
  "Hogyan lehet letiltani alapértelmezett megjegyzés formájában a Social "
2792
  msgid "Archives"
2793
  msgstr "Kategória Archívum"
2794
 
2795
+ #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2796
  msgid "Invalid request"
2797
  msgstr "Hibás kérés"
2798
 
3078
  msgid "RSS Feed URL:"
3079
  msgstr ""
3080
 
3081
+ #, fuzzy
3082
+ #~ msgid ""
3083
+ #~ "For this to work, you have to enter your website url %s and sign in using "
3084
+ #~ "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
3085
+ #~ msgstr ""
3086
+ #~ "Ezen lehetőség használatához kövesd <a href=\"%s\" target=\"_blank\">ezen "
3087
+ #~ "leírás</a> lépéseit"
3088
+
3089
+ #, fuzzy
3090
+ #~ msgid ""
3091
+ #~ "For this to work, you have to sign up and register your website url %s at "
3092
+ #~ "<a href=\"%s\" target=\"_blank\">their website</a>"
3093
+ #~ msgstr ""
3094
+ #~ "Ezen lehetőség használatához kövesd <a href=\"%s\" target=\"_blank\">ezen "
3095
+ #~ "leírás</a> lépéseit"
3096
+
3097
  #~ msgid ""
3098
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3099
  #~ "strong> options at the link mentioned"
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: 2018-09-06 23:22+0530\n"
6
- "PO-Revision-Date: 2018-09-06 23:22+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -71,7 +71,7 @@ msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:872 ../helper.php:963
75
  msgid "Please verify your email address to login."
76
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
77
 
@@ -95,7 +95,7 @@ msgstr ""
95
  "Per favore, per completare la registrazione, controlla la tua casella di "
96
  "posta elettronica."
97
 
98
- #: ../super_socializer.php:904 ../helper.php:503
99
  msgid "Enter your LiveJournal username"
100
  msgstr ""
101
 
@@ -125,7 +125,7 @@ msgstr "Super Socializer - Opzioni"
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
- #: ../super_socializer.php:1296 ../helper.php:885
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
@@ -137,7 +137,7 @@ msgstr "Url Avatar Piccolo"
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
- #: ../super_socializer.php:1307 ../helper.php:888
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
@@ -145,11 +145,11 @@ 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:1311 ../helper.php:889
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:1384 ../super_socializer.php:2010
153
  msgid ""
154
  "Your browser is blocking some features of this website. Please follow the "
155
  "instructions at {support_url} to unblock these."
@@ -169,60 +169,60 @@ msgstr ""
169
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
170
  "una verifica"
171
 
172
- #: ../super_socializer.php:1400 ../super_socializer.php:1934
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:1629
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:1638
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:1647
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:1656
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:1665
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:1672
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:1683
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:1699
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:1723
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -230,14 +230,14 @@ msgid ""
230
  "target=\"_blank\">here</a>"
231
  msgstr ""
232
 
233
- #: ../super_socializer.php:1723 ../super_socializer.php:1748
234
- #: ../super_socializer.php:1773 ../super_socializer.php:1798
235
- #: ../super_socializer.php:1831 ../super_socializer.php:1859
236
- #: ../super_socializer.php:1886 ../super_socializer.php:1910
237
  msgid "Okay"
238
  msgstr ""
239
 
240
- #: ../super_socializer.php:1748
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -245,7 +245,7 @@ msgid ""
245
  "\">here</a>"
246
  msgstr ""
247
 
248
- #: ../super_socializer.php:1773
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -253,7 +253,7 @@ msgid ""
253
  "target=\"_blank\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1798
257
  #, php-format
258
  msgid ""
259
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -261,13 +261,13 @@ msgid ""
261
  "target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1809
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:1831
271
  #, php-format
272
  msgid ""
273
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -275,15 +275,16 @@ msgid ""
275
  "\"%s\" target=\"_blank\">here</a>"
276
  msgstr ""
277
 
278
- #: ../super_socializer.php:1859
279
  #, php-format
280
  msgid ""
281
- "Twitter share counts are no longer working as newsharecounts.com is down. To "
282
- "continue showing the Twitter shares, just sign up <a href=\"%s\" target="
283
- "\"_blank\">here</a> with this domain"
 
284
  msgstr ""
285
 
286
- #: ../super_socializer.php:1886
287
  #, php-format
288
  msgid ""
289
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -291,7 +292,7 @@ msgid ""
291
  "\"%s\" target=\"_blank\">here</a>"
292
  msgstr ""
293
 
294
- #: ../super_socializer.php:1910
295
  #, php-format
296
  msgid ""
297
  "Your website visitors will see a popup notification (only once) if their "
@@ -317,103 +318,103 @@ msgstr "Clicca per vedere l'aiuto"
317
  msgid "Click to hide help"
318
  msgstr "Clicca per nascondere l'aiuto"
319
 
320
- #: ../helper.php:252
321
  #, fuzzy
322
  msgid "Add-Ons"
323
  msgstr "Altri Add-ons"
324
 
325
- #: ../helper.php:253
326
  msgid "Support Documentation"
327
  msgstr ""
328
 
329
- #: ../helper.php:254
330
  msgid "Settings"
331
  msgstr "Configurazioni"
332
 
333
- #: ../helper.php:548
334
  msgid "Account linked successfully"
335
  msgstr "Account collegato correttamente"
336
 
337
- #: ../helper.php:552
338
  msgid "Account already exists or linked"
339
  msgstr "Account esistente o già collegato"
340
 
341
- #: ../helper.php:614 ../helper.php:620
342
  msgid "Currently"
343
  msgstr "Attualmente"
344
 
345
- #: ../helper.php:614 ../helper.php:620
346
  msgid "Connected with"
347
  msgstr "Connesso con"
348
 
349
- #: ../helper.php:614 ../helper.php:620
350
  msgid "Remove"
351
  msgstr "rimuovere"
352
 
353
- #: ../helper.php:691
354
  msgid "Social Account Linking"
355
  msgstr "Collegamento Social Account"
356
 
357
- #: ../helper.php:741
358
  msgid "Disable Standard Social Sharing on this "
359
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
360
 
361
- #: ../helper.php:746
362
  msgid "Disable Floating Social Sharing on this "
363
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
364
 
365
- #: ../helper.php:751
366
  msgid "Disable Standard like buttons on this "
367
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
368
 
369
- #: ../helper.php:756
370
  msgid "Disable Floating like buttons on this "
371
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
372
 
373
- #: ../helper.php:761
374
  msgid "Disable Social Commenting on this "
375
  msgstr "Disabilita Social Commenting"
376
 
377
- #: ../helper.php:770
378
  msgid "Standard Sharing Interface"
379
  msgstr "Interfaccia Sharing Standard"
380
 
381
- #: ../helper.php:776 ../helper.php:795
382
  msgid "Starting share count for "
383
  msgstr "Avvio share count per"
384
 
385
- #: ../helper.php:789
386
  msgid "Floating Sharing Interface"
387
  msgstr "Interfaccia Sharing Floating"
388
 
389
- #: ../helper.php:892
390
  msgid "Small Avatar"
391
  msgstr "Avatar Piccolo"
392
 
393
- #: ../helper.php:896
394
  msgid "Large Avatar"
395
  msgstr "Avatar Grande"
396
 
397
- #: ../helper.php:900 ../admin/general_options.php:128
398
- #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
399
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
400
  msgid "Save Changes"
401
  msgstr "Salva le modifiche"
402
 
403
- #: ../helper.php:1000
404
  msgid "Click to delete social profile data"
405
  msgstr ""
406
 
407
- #: ../helper.php:1029
408
  #, fuzzy
409
  msgid "Deleting"
410
  msgstr "Configurazioni"
411
 
412
- #: ../helper.php:1039
413
  msgid "Deleted"
414
  msgstr ""
415
 
416
- #: ../helper.php:1041
417
  msgid "Something bad happened"
418
  msgstr ""
419
 
@@ -481,15 +482,15 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
481
  msgstr ""
482
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
483
 
484
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
485
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1202
486
  #: ../admin/like_buttons.php:827
487
  #, fuzzy
488
  msgid "Instagram Shoutout"
489
  msgstr "Instagram"
490
 
491
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
492
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1204
493
  #: ../admin/like_buttons.php:829
494
  msgid ""
495
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -497,8 +498,8 @@ msgid ""
497
  "hashtags and people to mention in the Instagram post."
498
  msgstr ""
499
 
500
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
501
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1205
502
  #: ../admin/like_buttons.php:830
503
  msgid ""
504
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -508,8 +509,8 @@ msgid ""
508
  "time."
509
  msgstr ""
510
 
511
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
512
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1206
513
  #: ../admin/like_buttons.php:831
514
  msgid ""
515
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -648,8 +649,8 @@ msgstr "Miscellanea"
648
  msgid "3rd Party Integration"
649
  msgstr "XProfile Integration"
650
 
651
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
652
- #: ../admin/social_sharing.php:1907 ../admin/social_login.php:41
653
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
654
  #: ../admin/like_buttons.php:793
655
  msgid "Shortcode & Widget"
@@ -659,8 +660,8 @@ msgstr "Shortcode & Widget"
659
  msgid "Troubleshooter"
660
  msgstr "Risoluzione dei problemi"
661
 
662
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
663
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
664
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
665
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
666
  msgid "FAQ"
@@ -770,7 +771,7 @@ msgstr ""
770
  "\"_blank\">questo collegamento</a>"
771
 
772
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
773
- #: ../admin/social_sharing.php:1330 ../admin/like_buttons.php:406
774
  #: ../inc/widget.php:436 ../inc/widget.php:748
775
  msgid "Background Color"
776
  msgstr "Colore Background"
@@ -815,7 +816,7 @@ msgid "(applies, if counter enabled)"
815
  msgstr "(Si applica, se il Counter è abilitato)"
816
 
817
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
818
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1352
819
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
820
  #: ../inc/widget.php:422 ../inc/widget.php:734
821
  msgid "Left"
@@ -826,7 +827,7 @@ msgid "Top"
826
  msgstr "Top"
827
 
828
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
829
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1353
830
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
831
  #: ../inc/widget.php:423 ../inc/widget.php:735
832
  msgid "Right"
@@ -872,27 +873,27 @@ msgstr "Abilita interfaccia standard"
872
  msgid "Master control to enable standard sharing"
873
  msgstr "Controllo Principale per abilitare l'interfaccia standard"
874
 
875
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1156
876
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
877
  msgid "Target Url"
878
  msgstr "URL di destinazione"
879
 
880
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1160
881
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
882
  msgid "Url of the webpage where icons are located (default)"
883
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
884
 
885
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1162
886
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
887
  msgid "Url of the homepage of your website"
888
  msgstr "Url della homepage del tuo sito web"
889
 
890
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1164
891
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
892
  msgid "Custom url"
893
  msgstr "Url personalizzata"
894
 
895
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1171
896
  msgid "Url to share"
897
  msgstr "Url da condividere"
898
 
@@ -906,11 +907,11 @@ msgstr "Titolo"
906
  msgid "The text to display above the sharing interface"
907
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
908
 
909
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1180
910
  msgid "Instagram username"
911
  msgstr "Username Instagram"
912
 
913
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1190
914
  msgid ""
915
  "Username of the Instagram account you want to redirect users to, on clicking "
916
  "the icon"
@@ -918,39 +919,39 @@ msgstr ""
918
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
919
  "utenti facendo clic sull'icona"
920
 
921
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1200
922
  #, fuzzy
923
  msgid "HTML ID of container element of comment form"
924
  msgstr "ID HTML del modulo dei commenti container"
925
 
926
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1210
927
  msgid ""
928
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
929
  "icon."
930
  msgstr ""
931
 
932
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1219
933
  msgid "Rearrange icons"
934
  msgstr "Riorganizza le icone"
935
 
936
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1278
937
  msgid "Drag the icons to rearrange in desired order"
938
  msgstr "Trascina le icone per riordinare"
939
 
940
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1286
941
  msgid "Select Sharing Services"
942
  msgstr "Seleziona i Service"
943
 
944
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1293
945
  msgid "Select sharing services to show in social share bar"
946
  msgstr "Seleziona i servizi di sharing da mostrare"
947
 
948
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1311
949
  #, fuzzy
950
  msgid "Search social network"
951
  msgstr "come rete sociale primaria"
952
 
953
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1348
954
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
955
  msgid "Horizontal alignment"
956
  msgstr "Allineamento orizzontale"
@@ -959,7 +960,7 @@ msgstr "Allineamento orizzontale"
959
  msgid "Center"
960
  msgstr "centro"
961
 
962
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1361
963
  msgid "Horizontal alignment of the sharing interface"
964
  msgstr "Allineamento orizzontale della interfaccia sharing"
965
 
@@ -979,37 +980,37 @@ msgstr "Parte inferiore del contenuto"
979
  msgid "Specify position of the sharing interface with respect to the content"
980
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
981
 
982
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1427
983
  msgid "Placement"
984
  msgstr "Collocazione"
985
 
986
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
987
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
988
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
989
  msgid "Homepage"
990
  msgstr "Homepage"
991
 
992
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1433
993
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
994
  msgid "Posts"
995
  msgstr "Post"
996
 
997
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1435
998
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
999
  msgid "Pages"
1000
  msgstr "Pagine"
1001
 
1002
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1437
1003
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1004
  msgid "Excerpts and Posts page"
1005
  msgstr "Pagine di Estratti ed Articoli"
1006
 
1007
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1439
1008
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1009
  msgid "Category Archives"
1010
  msgstr "Archivi di categorie"
1011
 
1012
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1441
1013
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1014
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1015
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
@@ -1022,12 +1023,12 @@ msgstr "Attività BuddyPress"
1022
  msgid "BuddyPress group (only at top of content)"
1023
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
1024
 
1025
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1463
1026
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1027
  msgid "BBPress forum"
1028
  msgstr "BBPress forum"
1029
 
1030
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1466
1031
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1032
  msgid "BBPress topic"
1033
  msgstr "Argomento BBPress"
@@ -1052,11 +1053,11 @@ msgstr "WooCommerce Pagina Thankyou"
1052
  msgid "Specify the pages where you want to enable Sharing interface"
1053
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
1054
 
1055
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1484
1056
  msgid "Show share counts"
1057
  msgstr "Mostra quantità"
1058
 
1059
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1489
1060
  #, fuzzy
1061
  msgid ""
1062
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1065,64 +1066,36 @@ msgstr ""
1065
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
1066
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
1067
 
1068
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1497
1069
- #, php-format
1070
- msgid ""
1071
- "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
1072
- "share counts"
1073
- msgstr ""
1074
- "Utilizz <a href=\"%s\" target=\"_blank\">NewShareCounts</a> per mostrare i "
1075
- "Twitter share count"
1076
-
1077
- #: ../admin/social_sharing.php:1064 ../admin/social_sharing.php:1499
1078
  #, php-format
1079
  msgid ""
1080
- "For this to work, you have to enter your website url %s and sign in using "
1081
- "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
 
 
1082
  msgstr ""
1083
- "Per usare questa funzione, è necessario inserire la url %s del tuo sito web "
1084
- "e accedere via Twitter all'indirizzo <a href=\"%s\" target=\"_blank\">del "
1085
- "loro sito web</a>"
1086
 
1087
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1501
1088
- #, php-format
1089
- msgid ""
1090
- "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
1091
- "share counts"
1092
- msgstr ""
1093
- "Utilizza <a href=\"%s\" target=\"_blank\">OpenShareCount</a> per mostrare i "
1094
- "Twitter share count"
1095
-
1096
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1503
1097
- #, php-format
1098
- msgid ""
1099
- "For this to work, you have to sign up and register your website url %s at <a "
1100
- "href=\"%s\" target=\"_blank\">their website</a>"
1101
- msgstr ""
1102
- "Per usare questa funzione è necessario iscriversi e registrare la url %s del "
1103
- "proprio sito web su <a href=\"%s\" target=\"_blank\">del loro sito web</a>"
1104
-
1105
- #: ../admin/social_sharing.php:1075 ../admin/social_sharing.php:1510
1106
  msgid "If enabled, share counts are displayed above sharing icons."
1107
  msgstr ""
1108
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
1109
  "sopra le icone condivise"
1110
 
1111
- #: ../admin/social_sharing.php:1084 ../admin/social_sharing.php:1519
1112
  msgid "Show total shares"
1113
  msgstr "Mostra totale"
1114
 
1115
- #: ../admin/social_sharing.php:1094 ../admin/social_sharing.php:1529
1116
  msgid "If enabled, total shares will be displayed with sharing icons"
1117
  msgstr ""
1118
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
1119
  "le icone condivise"
1120
 
1121
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1538
1122
  msgid "Enable 'More' icon"
1123
  msgstr "Abilita icona 'More'"
1124
 
1125
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1548
1126
  msgid ""
1127
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1128
  "which shows additional sharing networks in popup"
@@ -1131,19 +1104,19 @@ msgstr ""
1131
  "icone sharing selezionate e mostrerà in un popup altri sharing networks "
1132
  "disponibili"
1133
 
1134
- #: ../admin/social_sharing.php:1130
1135
  msgid "Floating Sharing Interface Options"
1136
  msgstr "Opzioni"
1137
 
1138
- #: ../admin/social_sharing.php:1136
1139
  msgid "Enable Floating sharing interface"
1140
  msgstr "Abilita Interfaccia Floating"
1141
 
1142
- #: ../admin/social_sharing.php:1146
1143
  msgid "Master control to enable floating sharing widget"
1144
  msgstr "Controllo Principale per abilitare il floating sharing widget"
1145
 
1146
- #: ../admin/social_sharing.php:1340
1147
  msgid ""
1148
  "Specify the color or hex code (example #cc78e0) for the background of "
1149
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1154,11 +1127,11 @@ msgstr ""
1154
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
1155
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1156
 
1157
- #: ../admin/social_sharing.php:1370 ../admin/like_buttons.php:446
1158
  msgid "Left offset"
1159
  msgstr "Left offset"
1160
 
1161
- #: ../admin/social_sharing.php:1380
1162
  msgid ""
1163
  "Specify a number. Increase in number will shift sharing interface towards "
1164
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1167,11 +1140,11 @@ msgstr ""
1167
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
1168
  "essere negativo."
1169
 
1170
- #: ../admin/social_sharing.php:1390 ../admin/like_buttons.php:466
1171
  msgid "Right offset"
1172
  msgstr "Right offset"
1173
 
1174
- #: ../admin/social_sharing.php:1400
1175
  msgid ""
1176
  "Specify a number. Increase in number will shift sharing interface towards "
1177
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1180,11 +1153,11 @@ msgstr ""
1180
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
1181
  "essere negativo."
1182
 
1183
- #: ../admin/social_sharing.php:1409 ../admin/like_buttons.php:485
1184
  msgid "Top offset"
1185
  msgstr "Top offset"
1186
 
1187
- #: ../admin/social_sharing.php:1419
1188
  msgid ""
1189
  "Specify a number. Increase in number will shift sharing interface towards "
1190
  "bottom and decrease will shift it towards top."
@@ -1192,26 +1165,26 @@ msgstr ""
1192
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
1193
  "verso il basso e un numero minore lo muove verso l'alto."
1194
 
1195
- #: ../admin/social_sharing.php:1455 ../admin/like_buttons.php:531
1196
  msgid "BuddyPress group"
1197
  msgstr "BuddyPress group"
1198
 
1199
- #: ../admin/social_sharing.php:1476
1200
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1201
  msgstr ""
1202
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
1203
 
1204
- #: ../admin/social_sharing.php:1556
1205
  msgid "Vertical floating bar responsiveness"
1206
  msgstr "Responsiveness Vertical"
1207
 
1208
- #: ../admin/social_sharing.php:1559
1209
  #, php-format
1210
  msgid "Display vertical interface only when screen is wider than %s pixels"
1211
  msgstr ""
1212
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
1213
 
1214
- #: ../admin/social_sharing.php:1566
1215
  msgid ""
1216
  "Display vertical interface only when screen is wider than the width "
1217
  "specified."
@@ -1219,11 +1192,11 @@ msgstr ""
1219
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
1220
  "alla larghezza specificata."
1221
 
1222
- #: ../admin/social_sharing.php:1574
1223
  msgid "Horizontal floating bar responsiveness"
1224
  msgstr "Responsiveness Horizontal"
1225
 
1226
- #: ../admin/social_sharing.php:1577
1227
  #, php-format
1228
  msgid ""
1229
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1232,7 +1205,7 @@ msgstr ""
1232
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
1233
  "quando lo schermo è più stretto di %s pixel"
1234
 
1235
- #: ../admin/social_sharing.php:1584
1236
  msgid ""
1237
  "Stick vertical floating interface horizontally at bottom only when screen is "
1238
  "narrower than the width specified"
@@ -1240,53 +1213,53 @@ msgstr ""
1240
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
1241
  "schermo è più stretto della larghezza specificata"
1242
 
1243
- #: ../admin/social_sharing.php:1594
1244
  msgid "Horizontal floating bar position"
1245
  msgstr "Posizione Horizontal floating bar"
1246
 
1247
- #: ../admin/social_sharing.php:1597
1248
  #, php-format
1249
  msgid "%s pixels from %s"
1250
  msgstr "%s pixels da %s"
1251
 
1252
- #: ../admin/social_sharing.php:1598
1253
  msgid "Auto-adjust according to screen width (responsive)"
1254
  msgstr ""
1255
 
1256
- #: ../admin/social_sharing.php:1605
1257
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1258
  msgstr ""
1259
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
1260
  "essere anche negativo."
1261
 
1262
- #: ../admin/social_sharing.php:1625 ../admin/like_buttons.php:588
1263
  msgid "Url shortener"
1264
  msgstr "Url shortener"
1265
 
1266
- #: ../admin/social_sharing.php:1631
1267
  msgid "Use shortlinks already installed"
1268
  msgstr "Utilizza shortlinks installati"
1269
 
1270
- #: ../admin/social_sharing.php:1641
1271
  msgid "Uses default short url permalinks without using any additional plugin"
1272
  msgstr ""
1273
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1274
  "plugin aggiuntivo"
1275
 
1276
- #: ../admin/social_sharing.php:1649
1277
  msgid "Enable bit.ly url shortener for sharing"
1278
  msgstr "Abilita bit.ly url shortener"
1279
 
1280
- #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:622
1281
  msgid "Master control to enable bit.ly url shortening for sharing"
1282
  msgstr ""
1283
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1284
 
1285
- #: ../admin/social_sharing.php:1667
1286
  msgid "bit.ly Login"
1287
  msgstr "bit.ly Login"
1288
 
1289
- #: ../admin/social_sharing.php:1677 ../admin/social_sharing.php:1696
1290
  #, fuzzy, php-format
1291
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1292
  msgstr ""
@@ -1294,19 +1267,19 @@ msgstr ""
1294
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1295
  "\"_blank\">questa pagina</a>"
1296
 
1297
- #: ../admin/social_sharing.php:1686 ../admin/like_buttons.php:649
1298
  msgid "bit.ly API Key"
1299
  msgstr "bit.ly API Key"
1300
 
1301
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:668
1302
  msgid "Clear Bitly Cache"
1303
  msgstr "Cancella Bitly Cache"
1304
 
1305
- #: ../admin/social_sharing.php:1709 ../admin/like_buttons.php:672
1306
  msgid "ShortUrl cache cleared successfully."
1307
  msgstr "ShortUrl cache cancellata correttamente"
1308
 
1309
- #: ../admin/social_sharing.php:1716 ../admin/like_buttons.php:679
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 "
@@ -1316,31 +1289,31 @@ msgstr ""
1316
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1317
  "sono ancora in uso per i vecchi URL."
1318
 
1319
- #: ../admin/social_sharing.php:1725
1320
  msgid "Share Count Cache"
1321
  msgstr "Share Count Cache"
1322
 
1323
- #: ../admin/social_sharing.php:1731
1324
  msgid "Refresh Share Count cache every"
1325
  msgstr "Aggiorna cache ogni"
1326
 
1327
- #: ../admin/social_sharing.php:1736
1328
  msgid "Second(s)"
1329
  msgstr "Secondo(i)"
1330
 
1331
- #: ../admin/social_sharing.php:1737
1332
  msgid "Minute(s)"
1333
  msgstr "Minuto(i)"
1334
 
1335
- #: ../admin/social_sharing.php:1738
1336
  msgid "Hour(s)"
1337
  msgstr "Ora(e)"
1338
 
1339
- #: ../admin/social_sharing.php:1739
1340
  msgid "Day(s)"
1341
  msgstr "Giorno(i)"
1342
 
1343
- #: ../admin/social_sharing.php:1747
1344
  #, fuzzy, php-format
1345
  msgid ""
1346
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1350,25 +1323,25 @@ msgstr ""
1350
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1351
  "rallentare il caricamento delle pagine."
1352
 
1353
- #: ../admin/social_sharing.php:1755
1354
  msgid "Clear Share Counts Cache"
1355
  msgstr "Cancella Share Counts Cache"
1356
 
1357
- #: ../admin/social_sharing.php:1759
1358
  msgid "Share Counts cache cleared successfully."
1359
  msgstr "Share Counts cache cancellata correttamente"
1360
 
1361
- #: ../admin/social_sharing.php:1766
1362
  msgid "Use this to clear cached share counts"
1363
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1364
 
1365
- #: ../admin/social_sharing.php:1775 ../admin/social_sharing.php:1781
1366
- #: ../admin/social_commenting.php:328 ../admin/like_buttons.php:688
1367
  #: ../admin/like_buttons.php:694
1368
  msgid "Language"
1369
  msgstr "Lingua"
1370
 
1371
- #: ../admin/social_sharing.php:1791
1372
  #, php-format
1373
  msgid ""
1374
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1380,15 +1353,15 @@ msgstr ""
1380
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1381
  "predefinita"
1382
 
1383
- #: ../admin/social_sharing.php:1800
1384
  msgid "Username in sharing"
1385
  msgstr "Username in sharing"
1386
 
1387
- #: ../admin/social_sharing.php:1806
1388
  msgid "Twitter username (without @)"
1389
  msgstr "Username Twitter (senza @)"
1390
 
1391
- #: ../admin/social_sharing.php:1816 ../admin/social_sharing.php:1835
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 "
@@ -1397,36 +1370,36 @@ msgstr ""
1397
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1398
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1399
 
1400
- #: ../admin/social_sharing.php:1825
1401
  msgid "Buffer username (without @)"
1402
  msgstr "Username Buffer (senza @)"
1403
 
1404
- #: ../admin/social_sharing.php:1844
1405
  msgid "AMP"
1406
  msgstr "AMP"
1407
 
1408
- #: ../admin/social_sharing.php:1850
1409
  msgid "Enable sharing on AMP pages"
1410
  msgstr "Abilita sharing nelle pagine di AMP"
1411
 
1412
- #: ../admin/social_sharing.php:1860
1413
  msgid "Enable this option to render sharing icons on AMP pages"
1414
  msgstr ""
1415
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1416
 
1417
- #: ../admin/social_sharing.php:1879 ../admin/like_buttons.php:767
1418
  msgid "myCRED"
1419
  msgstr ""
1420
 
1421
- #: ../admin/social_sharing.php:1885 ../admin/like_buttons.php:773
1422
  msgid "Append myCRED referral ID to the urls being shared"
1423
  msgstr ""
1424
 
1425
- #: ../admin/social_sharing.php:1918
1426
  msgid "Facebook Sharing Troubleshooter"
1427
  msgstr "Risoluzione dei problemi Facebook Sharing"
1428
 
1429
- #: ../admin/social_sharing.php:1923
1430
  msgid ""
1431
  "If Facebook sharing is not working fine, click at the following link and "
1432
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1438,18 +1411,18 @@ msgstr ""
1438
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1439
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1440
 
1441
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1442
  #: ../admin/social_login.php:1180
1443
  msgid ""
1444
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1445
  "an online website for the plugin to function properly."
1446
  msgstr ""
1447
 
1448
- #: ../admin/social_sharing.php:1942
1449
  msgid "Why is Instagram icon redirecting to Instagram website?"
1450
  msgstr ""
1451
 
1452
- #: ../admin/social_sharing.php:1943
1453
  msgid ""
1454
  "Instagram icon is there to send website visitors to the Instagram page of "
1455
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1457,26 +1430,38 @@ msgid ""
1457
  "sections."
1458
  msgstr ""
1459
 
1460
- #: ../admin/social_sharing.php:1945 ../admin/like_buttons.php:810
 
 
 
 
 
 
 
 
 
 
 
 
1461
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1462
  msgstr ""
1463
 
1464
- #: ../admin/social_sharing.php:1946
1465
  msgid ""
1466
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1467
  msgstr ""
1468
 
1469
- #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1470
  #: ../admin/social_login.php:1186
1471
  msgid "Why is my browser blocking some features of the plugin?"
1472
  msgstr ""
1473
 
1474
- #: ../admin/social_sharing.php:1948
1475
  #, fuzzy
1476
  msgid "Why the color of share icons is not being updated?"
1477
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1478
 
1479
- #: ../admin/social_sharing.php:1949
1480
  msgid ""
1481
  "Why is sharer not showing the correct image, title and other meta tags "
1482
  "content?"
@@ -1484,12 +1469,12 @@ msgstr ""
1484
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1485
  "altri contenuti meta tag?"
1486
 
1487
- #: ../admin/social_sharing.php:1950
1488
  #, fuzzy
1489
  msgid "Why Facebook share counts are not appearing?"
1490
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1491
 
1492
- #: ../admin/social_sharing.php:1951
1493
  msgid ""
1494
  "How can I show share counts of my website rather than of individual pages/"
1495
  "posts?"
@@ -1497,52 +1482,52 @@ msgstr ""
1497
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1498
  "pagine/post?"
1499
 
1500
- #: ../admin/social_sharing.php:1952
1501
  msgid "How can I disable sharing on particular page/post?"
1502
  msgstr ""
1503
  "Come è possibile disattivare la condivisione di una pagina/post in "
1504
  "particolare?"
1505
 
1506
- #: ../admin/social_sharing.php:1953
1507
  msgid "How can I specify minimum sharing count for sharing networks?"
1508
  msgstr ""
1509
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1510
  "di reti?"
1511
 
1512
- #: ../admin/social_sharing.php:1954
1513
  msgid "How to share specific page?"
1514
  msgstr "Come posso condividere la pagina specifica?"
1515
 
1516
- #: ../admin/social_sharing.php:1955
1517
  msgid "How to integrate Google Analytics with sharing?"
1518
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1519
 
1520
- #: ../admin/social_sharing.php:1956
1521
  msgid "How to customize the look of total share counts?"
1522
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1523
 
1524
- #: ../admin/social_sharing.php:1957
1525
  msgid "How to customize the look of individual share counts?"
1526
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1527
 
1528
- #: ../admin/social_sharing.php:1958
1529
  msgid "How to show Whatsapp icon only on mobile devices?"
1530
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1531
 
1532
- #: ../admin/social_sharing.php:1959
1533
  msgid "How to hide arrow after floating sharing bar?"
1534
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1535
 
1536
- #: ../admin/social_sharing.php:1960
1537
  #, fuzzy
1538
  msgid "Why is share count not getting updated?"
1539
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1540
 
1541
- #: ../admin/social_sharing.php:1961 ../admin/like_buttons.php:808
1542
  msgid "Why is there so much space between like buttons?"
1543
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1544
 
1545
- #: ../admin/social_sharing.php:1962 ../admin/like_buttons.php:809
1546
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1547
  msgstr ""
1548
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
@@ -1560,7 +1545,7 @@ msgstr "Controllo Principale per abilitare Social Commenting"
1560
  msgid "Social Commenting"
1561
  msgstr "Social Commenting"
1562
 
1563
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:458
1564
  msgid "Shortcode"
1565
  msgstr "Shortcode"
1566
 
@@ -1642,7 +1627,7 @@ msgstr "Commenti Facebook - notifiche e moderazione"
1642
  msgid "Enable Facebook Commenting"
1643
  msgstr "Abilita Facebook Commenting"
1644
 
1645
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:389
1646
  msgid "Url to comment on"
1647
  msgstr "Url per commenti"
1648
 
@@ -1664,7 +1649,7 @@ msgstr ""
1664
  msgid "Show Recent Facebook Comments in a Widget"
1665
  msgstr "Conservare solo i Commenti di Facebook"
1666
 
1667
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:371
1668
  msgid "Width"
1669
  msgstr "Larghezza"
1670
 
@@ -1725,11 +1710,7 @@ msgstr "Tempo"
1725
  msgid "The order to use when displaying comments."
1726
  msgstr "L'ordine da usare quando si mostrano i commenti."
1727
 
1728
- #: ../admin/social_commenting.php:320
1729
- msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
1730
- msgstr ""
1731
-
1732
- #: ../admin/social_commenting.php:338
1733
  #, php-format
1734
  msgid ""
1735
  "Enter the code of the language you want to use to display commenting. You "
@@ -1741,21 +1722,21 @@ msgstr ""
1741
  "target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la "
1742
  "lingua predefinita"
1743
 
1744
- #: ../admin/social_commenting.php:347
1745
  msgid "Google Plus Commenting Options"
1746
  msgstr "Opzioni Google Plus Commenting"
1747
 
1748
- #: ../admin/social_commenting.php:353 ../admin/social_commenting.php:363
1749
  msgid "Enable Google Plus Commenting"
1750
  msgstr "Abilita Google+ Commenting"
1751
 
1752
- #: ../admin/social_commenting.php:381
1753
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1754
  msgstr ""
1755
  "Larghezza dell'interfaccia GooglePlus Commenting. Lasciare vuoto per una "
1756
  "regolazione automatica"
1757
 
1758
- #: ../admin/social_commenting.php:399
1759
  msgid ""
1760
  "The absolute URL that comments posted will be permanently associated with. "
1761
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1768,19 +1749,19 @@ msgstr ""
1768
  "<strong>(raccomandato)</strong>, si utilizzará la URL della página web nella "
1769
  "quale i commenti sono abilitati."
1770
 
1771
- #: ../admin/social_commenting.php:408
1772
  msgid "Disqus Commenting Options"
1773
  msgstr "Opzioni Disqus Commenting"
1774
 
1775
- #: ../admin/social_commenting.php:414 ../admin/social_commenting.php:424
1776
  msgid "Enable Disqus Commenting"
1777
  msgstr "Abilita Disqus Commenting"
1778
 
1779
- #: ../admin/social_commenting.php:432
1780
  msgid "Disqus Shortname"
1781
  msgstr "Disqus Shortname"
1782
 
1783
- #: ../admin/social_commenting.php:442
1784
  msgid ""
1785
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1786
  "shortname, visit following link."
@@ -1788,27 +1769,27 @@ msgstr ""
1788
  "<strong> Richiesto per usare Disqus commenting.</strong> Per ulteriori "
1789
  "informazioni, visitare il seguente link."
1790
 
1791
- #: ../admin/social_commenting.php:460
1792
  msgid "Social Commenting Shortcode"
1793
  msgstr "Social Commenting Shortcode"
1794
 
1795
- #: ../admin/social_commenting.php:474
1796
  msgid ""
1797
  "How to show recent Facebook Comments from all over the website in a widget?"
1798
  msgstr ""
1799
 
1800
- #: ../admin/social_commenting.php:475
1801
  msgid ""
1802
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1803
  "Https?"
1804
  msgstr ""
1805
 
1806
- #: ../admin/social_commenting.php:477
1807
  msgid "How can I disable Social Commenting at individual page/post?"
1808
  msgstr ""
1809
  "Come è possibile disattivare Social Commenting in una singola pagina/post?"
1810
 
1811
- #: ../admin/social_commenting.php:478
1812
  msgid "How to disable default comment form from Social Commenting?"
1813
  msgstr "Come posso disattivare il commento predefinito da Social Commenting?"
1814
 
@@ -2804,7 +2785,7 @@ msgstr ""
2804
  msgid "Archives"
2805
  msgstr "Archivi di categorie"
2806
 
2807
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1090
2808
  msgid "Invalid request"
2809
  msgstr "Domanda non valida"
2810
 
@@ -3084,6 +3065,36 @@ msgstr ""
3084
  msgid "RSS Feed URL:"
3085
  msgstr ""
3086
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3087
  #~ msgid ""
3088
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3089
  #~ "strong> options at the link mentioned"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-11-27 13:18+0530\n"
6
+ "PO-Revision-Date: 2018-11-27 13:18+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:872 ../helper.php:968
75
  msgid "Please verify your email address to login."
76
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
77
 
95
  "Per favore, per completare la registrazione, controlla la tua casella di "
96
  "posta elettronica."
97
 
98
+ #: ../super_socializer.php:904 ../helper.php:508
99
  msgid "Enter your LiveJournal username"
100
  msgstr ""
101
 
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
+ #: ../super_socializer.php:1296 ../helper.php:890
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
+ #: ../super_socializer.php:1307 ../helper.php:893
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:1311 ../helper.php:894
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:1384 ../super_socializer.php:2009
153
  msgid ""
154
  "Your browser is blocking some features of this website. Please follow the "
155
  "instructions at {support_url} to unblock these."
169
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
170
  "una verifica"
171
 
172
+ #: ../super_socializer.php:1400 ../super_socializer.php:1933
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:1628
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:1637
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:1646
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:1655
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:1664
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:1671
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:1682
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:1698
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:1722
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
230
  "target=\"_blank\">here</a>"
231
  msgstr ""
232
 
233
+ #: ../super_socializer.php:1722 ../super_socializer.php:1747
234
+ #: ../super_socializer.php:1772 ../super_socializer.php:1797
235
+ #: ../super_socializer.php:1830 ../super_socializer.php:1858
236
+ #: ../super_socializer.php:1885 ../super_socializer.php:1909
237
  msgid "Okay"
238
  msgstr ""
239
 
240
+ #: ../super_socializer.php:1747
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
245
  "\">here</a>"
246
  msgstr ""
247
 
248
+ #: ../super_socializer.php:1772
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
253
  "target=\"_blank\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1797
257
  #, php-format
258
  msgid ""
259
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
261
  "target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:1808
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:1830
271
  #, php-format
272
  msgid ""
273
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
275
  "\"%s\" target=\"_blank\">here</a>"
276
  msgstr ""
277
 
278
+ #: ../super_socializer.php:1858
279
  #, php-format
280
  msgid ""
281
+ "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
282
+ "continue showing the Twitter shares, click \"Give me my Twitter counts back"
283
+ "\" button at <a href=\"%s\" target=\"_blank\">their website</a> and register "
284
+ "your website %s with them. No need to copy-paste any code from their website."
285
  msgstr ""
286
 
287
+ #: ../super_socializer.php:1885
288
  #, php-format
289
  msgid ""
290
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
292
  "\"%s\" target=\"_blank\">here</a>"
293
  msgstr ""
294
 
295
+ #: ../super_socializer.php:1909
296
  #, php-format
297
  msgid ""
298
  "Your website visitors will see a popup notification (only once) if their "
318
  msgid "Click to hide help"
319
  msgstr "Clicca per nascondere l'aiuto"
320
 
321
+ #: ../helper.php:256
322
  #, fuzzy
323
  msgid "Add-Ons"
324
  msgstr "Altri Add-ons"
325
 
326
+ #: ../helper.php:257
327
  msgid "Support Documentation"
328
  msgstr ""
329
 
330
+ #: ../helper.php:258
331
  msgid "Settings"
332
  msgstr "Configurazioni"
333
 
334
+ #: ../helper.php:553
335
  msgid "Account linked successfully"
336
  msgstr "Account collegato correttamente"
337
 
338
+ #: ../helper.php:557
339
  msgid "Account already exists or linked"
340
  msgstr "Account esistente o già collegato"
341
 
342
+ #: ../helper.php:619 ../helper.php:625
343
  msgid "Currently"
344
  msgstr "Attualmente"
345
 
346
+ #: ../helper.php:619 ../helper.php:625
347
  msgid "Connected with"
348
  msgstr "Connesso con"
349
 
350
+ #: ../helper.php:619 ../helper.php:625
351
  msgid "Remove"
352
  msgstr "rimuovere"
353
 
354
+ #: ../helper.php:696
355
  msgid "Social Account Linking"
356
  msgstr "Collegamento Social Account"
357
 
358
+ #: ../helper.php:746
359
  msgid "Disable Standard Social Sharing on this "
360
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
361
 
362
+ #: ../helper.php:751
363
  msgid "Disable Floating Social Sharing on this "
364
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
365
 
366
+ #: ../helper.php:756
367
  msgid "Disable Standard like buttons on this "
368
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
369
 
370
+ #: ../helper.php:761
371
  msgid "Disable Floating like buttons on this "
372
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
373
 
374
+ #: ../helper.php:766
375
  msgid "Disable Social Commenting on this "
376
  msgstr "Disabilita Social Commenting"
377
 
378
+ #: ../helper.php:775
379
  msgid "Standard Sharing Interface"
380
  msgstr "Interfaccia Sharing Standard"
381
 
382
+ #: ../helper.php:781 ../helper.php:800
383
  msgid "Starting share count for "
384
  msgstr "Avvio share count per"
385
 
386
+ #: ../helper.php:794
387
  msgid "Floating Sharing Interface"
388
  msgstr "Interfaccia Sharing Floating"
389
 
390
+ #: ../helper.php:897
391
  msgid "Small Avatar"
392
  msgstr "Avatar Piccolo"
393
 
394
+ #: ../helper.php:901
395
  msgid "Large Avatar"
396
  msgstr "Avatar Grande"
397
 
398
+ #: ../helper.php:905 ../admin/general_options.php:128
399
+ #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
400
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
401
  msgid "Save Changes"
402
  msgstr "Salva le modifiche"
403
 
404
+ #: ../helper.php:1005
405
  msgid "Click to delete social profile data"
406
  msgstr ""
407
 
408
+ #: ../helper.php:1034
409
  #, fuzzy
410
  msgid "Deleting"
411
  msgstr "Configurazioni"
412
 
413
+ #: ../helper.php:1044
414
  msgid "Deleted"
415
  msgstr ""
416
 
417
+ #: ../helper.php:1046
418
  msgid "Something bad happened"
419
  msgstr ""
420
 
482
  msgstr ""
483
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
484
 
485
+ #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
486
+ #: ../admin/social_commenting.php:484 ../admin/social_login.php:1202
487
  #: ../admin/like_buttons.php:827
488
  #, fuzzy
489
  msgid "Instagram Shoutout"
490
  msgstr "Instagram"
491
 
492
+ #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
493
+ #: ../admin/social_commenting.php:486 ../admin/social_login.php:1204
494
  #: ../admin/like_buttons.php:829
495
  msgid ""
496
  "If you can send (to hello@heateor.com) how our plugin is helping your "
498
  "hashtags and people to mention in the Instagram post."
499
  msgstr ""
500
 
501
+ #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
502
+ #: ../admin/social_commenting.php:487 ../admin/social_login.php:1205
503
  #: ../admin/like_buttons.php:830
504
  msgid ""
505
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
509
  "time."
510
  msgstr ""
511
 
512
+ #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
513
+ #: ../admin/social_commenting.php:488 ../admin/social_login.php:1206
514
  #: ../admin/like_buttons.php:831
515
  msgid ""
516
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
649
  msgid "3rd Party Integration"
650
  msgstr "XProfile Integration"
651
 
652
+ #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
653
+ #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
654
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
655
  #: ../admin/like_buttons.php:793
656
  msgid "Shortcode & Widget"
660
  msgid "Troubleshooter"
661
  msgstr "Risoluzione dei problemi"
662
 
663
+ #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
664
+ #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
665
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
666
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
667
  msgid "FAQ"
771
  "\"_blank\">questo collegamento</a>"
772
 
773
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
774
+ #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
775
  #: ../inc/widget.php:436 ../inc/widget.php:748
776
  msgid "Background Color"
777
  msgstr "Colore Background"
816
  msgstr "(Si applica, se il Counter è abilitato)"
817
 
818
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
819
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
820
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
821
  #: ../inc/widget.php:422 ../inc/widget.php:734
822
  msgid "Left"
827
  msgstr "Top"
828
 
829
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
830
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
831
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
832
  #: ../inc/widget.php:423 ../inc/widget.php:735
833
  msgid "Right"
873
  msgid "Master control to enable standard sharing"
874
  msgstr "Controllo Principale per abilitare l'interfaccia standard"
875
 
876
+ #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
877
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
878
  msgid "Target Url"
879
  msgstr "URL di destinazione"
880
 
881
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
882
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
883
  msgid "Url of the webpage where icons are located (default)"
884
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
885
 
886
+ #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
887
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
888
  msgid "Url of the homepage of your website"
889
  msgstr "Url della homepage del tuo sito web"
890
 
891
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
892
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
893
  msgid "Custom url"
894
  msgstr "Url personalizzata"
895
 
896
+ #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
897
  msgid "Url to share"
898
  msgstr "Url da condividere"
899
 
907
  msgid "The text to display above the sharing interface"
908
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
909
 
910
+ #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
911
  msgid "Instagram username"
912
  msgstr "Username Instagram"
913
 
914
+ #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
915
  msgid ""
916
  "Username of the Instagram account you want to redirect users to, on clicking "
917
  "the icon"
919
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
920
  "utenti facendo clic sull'icona"
921
 
922
+ #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
923
  #, fuzzy
924
  msgid "HTML ID of container element of comment form"
925
  msgstr "ID HTML del modulo dei commenti container"
926
 
927
+ #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
928
  msgid ""
929
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
930
  "icon."
931
  msgstr ""
932
 
933
+ #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
934
  msgid "Rearrange icons"
935
  msgstr "Riorganizza le icone"
936
 
937
+ #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
938
  msgid "Drag the icons to rearrange in desired order"
939
  msgstr "Trascina le icone per riordinare"
940
 
941
+ #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
942
  msgid "Select Sharing Services"
943
  msgstr "Seleziona i Service"
944
 
945
+ #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
946
  msgid "Select sharing services to show in social share bar"
947
  msgstr "Seleziona i servizi di sharing da mostrare"
948
 
949
+ #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
950
  #, fuzzy
951
  msgid "Search social network"
952
  msgstr "come rete sociale primaria"
953
 
954
+ #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
955
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
956
  msgid "Horizontal alignment"
957
  msgstr "Allineamento orizzontale"
960
  msgid "Center"
961
  msgstr "centro"
962
 
963
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
964
  msgid "Horizontal alignment of the sharing interface"
965
  msgstr "Allineamento orizzontale della interfaccia sharing"
966
 
980
  msgid "Specify position of the sharing interface with respect to the content"
981
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
982
 
983
+ #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
984
  msgid "Placement"
985
  msgstr "Collocazione"
986
 
987
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
988
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
989
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
990
  msgid "Homepage"
991
  msgstr "Homepage"
992
 
993
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
994
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
995
  msgid "Posts"
996
  msgstr "Post"
997
 
998
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
999
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1000
  msgid "Pages"
1001
  msgstr "Pagine"
1002
 
1003
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1004
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1005
  msgid "Excerpts and Posts page"
1006
  msgstr "Pagine di Estratti ed Articoli"
1007
 
1008
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1009
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1010
  msgid "Category Archives"
1011
  msgstr "Archivi di categorie"
1012
 
1013
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1014
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1015
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1016
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
1023
  msgid "BuddyPress group (only at top of content)"
1024
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
1025
 
1026
+ #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1027
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1028
  msgid "BBPress forum"
1029
  msgstr "BBPress forum"
1030
 
1031
+ #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1032
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1033
  msgid "BBPress topic"
1034
  msgstr "Argomento BBPress"
1053
  msgid "Specify the pages where you want to enable Sharing interface"
1054
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
1055
 
1056
+ #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1057
  msgid "Show share counts"
1058
  msgstr "Mostra quantità"
1059
 
1060
+ #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1061
  #, fuzzy
1062
  msgid ""
1063
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1066
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
1067
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
1068
 
1069
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
 
 
 
 
 
 
 
 
 
1070
  #, php-format
1071
  msgid ""
1072
+ "To show Twitter share count, you have to click \"Give me my Twitter counts "
1073
+ "back\" button at <a href=\"%s\" target=\"_blank\">TwitCount.com</a> and "
1074
+ "register your website %s with them. No need to copy-paste any code from "
1075
+ "their website."
1076
  msgstr ""
 
 
 
1077
 
1078
+ #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1079
  msgid "If enabled, share counts are displayed above sharing icons."
1080
  msgstr ""
1081
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
1082
  "sopra le icone condivise"
1083
 
1084
+ #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1085
  msgid "Show total shares"
1086
  msgstr "Mostra totale"
1087
 
1088
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1089
  msgid "If enabled, total shares will be displayed with sharing icons"
1090
  msgstr ""
1091
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
1092
  "le icone condivise"
1093
 
1094
+ #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1095
  msgid "Enable 'More' icon"
1096
  msgstr "Abilita icona 'More'"
1097
 
1098
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1099
  msgid ""
1100
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1101
  "which shows additional sharing networks in popup"
1104
  "icone sharing selezionate e mostrerà in un popup altri sharing networks "
1105
  "disponibili"
1106
 
1107
+ #: ../admin/social_sharing.php:1108
1108
  msgid "Floating Sharing Interface Options"
1109
  msgstr "Opzioni"
1110
 
1111
+ #: ../admin/social_sharing.php:1114
1112
  msgid "Enable Floating sharing interface"
1113
  msgstr "Abilita Interfaccia Floating"
1114
 
1115
+ #: ../admin/social_sharing.php:1124
1116
  msgid "Master control to enable floating sharing widget"
1117
  msgstr "Controllo Principale per abilitare il floating sharing widget"
1118
 
1119
+ #: ../admin/social_sharing.php:1318
1120
  msgid ""
1121
  "Specify the color or hex code (example #cc78e0) for the background of "
1122
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1127
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
1128
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1129
 
1130
+ #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1131
  msgid "Left offset"
1132
  msgstr "Left offset"
1133
 
1134
+ #: ../admin/social_sharing.php:1358
1135
  msgid ""
1136
  "Specify a number. Increase in number will shift sharing interface towards "
1137
  "right and decrease will shift it towards left. Number can be negative too."
1140
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
1141
  "essere negativo."
1142
 
1143
+ #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1144
  msgid "Right offset"
1145
  msgstr "Right offset"
1146
 
1147
+ #: ../admin/social_sharing.php:1378
1148
  msgid ""
1149
  "Specify a number. Increase in number will shift sharing interface towards "
1150
  "left and decrease will shift it towards right. Number can be negative too."
1153
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
1154
  "essere negativo."
1155
 
1156
+ #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1157
  msgid "Top offset"
1158
  msgstr "Top offset"
1159
 
1160
+ #: ../admin/social_sharing.php:1397
1161
  msgid ""
1162
  "Specify a number. Increase in number will shift sharing interface towards "
1163
  "bottom and decrease will shift it towards top."
1165
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
1166
  "verso il basso e un numero minore lo muove verso l'alto."
1167
 
1168
+ #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1169
  msgid "BuddyPress group"
1170
  msgstr "BuddyPress group"
1171
 
1172
+ #: ../admin/social_sharing.php:1454
1173
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1174
  msgstr ""
1175
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
1176
 
1177
+ #: ../admin/social_sharing.php:1521
1178
  msgid "Vertical floating bar responsiveness"
1179
  msgstr "Responsiveness Vertical"
1180
 
1181
+ #: ../admin/social_sharing.php:1524
1182
  #, php-format
1183
  msgid "Display vertical interface only when screen is wider than %s pixels"
1184
  msgstr ""
1185
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
1186
 
1187
+ #: ../admin/social_sharing.php:1531
1188
  msgid ""
1189
  "Display vertical interface only when screen is wider than the width "
1190
  "specified."
1192
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
1193
  "alla larghezza specificata."
1194
 
1195
+ #: ../admin/social_sharing.php:1539
1196
  msgid "Horizontal floating bar responsiveness"
1197
  msgstr "Responsiveness Horizontal"
1198
 
1199
+ #: ../admin/social_sharing.php:1542
1200
  #, php-format
1201
  msgid ""
1202
  "Stick vertical floating interface horizontally at bottom only when screen is "
1205
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
1206
  "quando lo schermo è più stretto di %s pixel"
1207
 
1208
+ #: ../admin/social_sharing.php:1549
1209
  msgid ""
1210
  "Stick vertical floating interface horizontally at bottom only when screen is "
1211
  "narrower than the width specified"
1213
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
1214
  "schermo è più stretto della larghezza specificata"
1215
 
1216
+ #: ../admin/social_sharing.php:1559
1217
  msgid "Horizontal floating bar position"
1218
  msgstr "Posizione Horizontal floating bar"
1219
 
1220
+ #: ../admin/social_sharing.php:1562
1221
  #, php-format
1222
  msgid "%s pixels from %s"
1223
  msgstr "%s pixels da %s"
1224
 
1225
+ #: ../admin/social_sharing.php:1563
1226
  msgid "Auto-adjust according to screen width (responsive)"
1227
  msgstr ""
1228
 
1229
+ #: ../admin/social_sharing.php:1570
1230
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1231
  msgstr ""
1232
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
1233
  "essere anche negativo."
1234
 
1235
+ #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1236
  msgid "Url shortener"
1237
  msgstr "Url shortener"
1238
 
1239
+ #: ../admin/social_sharing.php:1596
1240
  msgid "Use shortlinks already installed"
1241
  msgstr "Utilizza shortlinks installati"
1242
 
1243
+ #: ../admin/social_sharing.php:1606
1244
  msgid "Uses default short url permalinks without using any additional plugin"
1245
  msgstr ""
1246
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1247
  "plugin aggiuntivo"
1248
 
1249
+ #: ../admin/social_sharing.php:1614
1250
  msgid "Enable bit.ly url shortener for sharing"
1251
  msgstr "Abilita bit.ly url shortener"
1252
 
1253
+ #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1254
  msgid "Master control to enable bit.ly url shortening for sharing"
1255
  msgstr ""
1256
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1257
 
1258
+ #: ../admin/social_sharing.php:1632
1259
  msgid "bit.ly Login"
1260
  msgstr "bit.ly Login"
1261
 
1262
+ #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1263
  #, fuzzy, php-format
1264
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1265
  msgstr ""
1267
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1268
  "\"_blank\">questa pagina</a>"
1269
 
1270
+ #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1271
  msgid "bit.ly API Key"
1272
  msgstr "bit.ly API Key"
1273
 
1274
+ #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1275
  msgid "Clear Bitly Cache"
1276
  msgstr "Cancella Bitly Cache"
1277
 
1278
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1279
  msgid "ShortUrl cache cleared successfully."
1280
  msgstr "ShortUrl cache cancellata correttamente"
1281
 
1282
+ #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1283
  msgid ""
1284
  "Use this to delete short urls saved in database. Handy, if urls of your "
1285
  "website have been changed but short urls are still being generated for old "
1289
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1290
  "sono ancora in uso per i vecchi URL."
1291
 
1292
+ #: ../admin/social_sharing.php:1690
1293
  msgid "Share Count Cache"
1294
  msgstr "Share Count Cache"
1295
 
1296
+ #: ../admin/social_sharing.php:1696
1297
  msgid "Refresh Share Count cache every"
1298
  msgstr "Aggiorna cache ogni"
1299
 
1300
+ #: ../admin/social_sharing.php:1701
1301
  msgid "Second(s)"
1302
  msgstr "Secondo(i)"
1303
 
1304
+ #: ../admin/social_sharing.php:1702
1305
  msgid "Minute(s)"
1306
  msgstr "Minuto(i)"
1307
 
1308
+ #: ../admin/social_sharing.php:1703
1309
  msgid "Hour(s)"
1310
  msgstr "Ora(e)"
1311
 
1312
+ #: ../admin/social_sharing.php:1704
1313
  msgid "Day(s)"
1314
  msgstr "Giorno(i)"
1315
 
1316
+ #: ../admin/social_sharing.php:1712
1317
  #, fuzzy, php-format
1318
  msgid ""
1319
  "Frequent cache refreshing results in slower loading of pages with share "
1323
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1324
  "rallentare il caricamento delle pagine."
1325
 
1326
+ #: ../admin/social_sharing.php:1720
1327
  msgid "Clear Share Counts Cache"
1328
  msgstr "Cancella Share Counts Cache"
1329
 
1330
+ #: ../admin/social_sharing.php:1724
1331
  msgid "Share Counts cache cleared successfully."
1332
  msgstr "Share Counts cache cancellata correttamente"
1333
 
1334
+ #: ../admin/social_sharing.php:1731
1335
  msgid "Use this to clear cached share counts"
1336
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1337
 
1338
+ #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1339
+ #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1340
  #: ../admin/like_buttons.php:694
1341
  msgid "Language"
1342
  msgstr "Lingua"
1343
 
1344
+ #: ../admin/social_sharing.php:1756
1345
  #, php-format
1346
  msgid ""
1347
  "Enter the code of the language you want to use for like buttons. You can "
1353
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1354
  "predefinita"
1355
 
1356
+ #: ../admin/social_sharing.php:1765
1357
  msgid "Username in sharing"
1358
  msgstr "Username in sharing"
1359
 
1360
+ #: ../admin/social_sharing.php:1771
1361
  msgid "Twitter username (without @)"
1362
  msgstr "Username Twitter (senza @)"
1363
 
1364
+ #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1365
  msgid ""
1366
  "Provided username will be appended after the content being shared as \"via "
1367
  "@USERNAME\". Leave empty if you do not want any username in the content "
1370
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1371
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1372
 
1373
+ #: ../admin/social_sharing.php:1790
1374
  msgid "Buffer username (without @)"
1375
  msgstr "Username Buffer (senza @)"
1376
 
1377
+ #: ../admin/social_sharing.php:1809
1378
  msgid "AMP"
1379
  msgstr "AMP"
1380
 
1381
+ #: ../admin/social_sharing.php:1815
1382
  msgid "Enable sharing on AMP pages"
1383
  msgstr "Abilita sharing nelle pagine di AMP"
1384
 
1385
+ #: ../admin/social_sharing.php:1825
1386
  msgid "Enable this option to render sharing icons on AMP pages"
1387
  msgstr ""
1388
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1389
 
1390
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1391
  msgid "myCRED"
1392
  msgstr ""
1393
 
1394
+ #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1395
  msgid "Append myCRED referral ID to the urls being shared"
1396
  msgstr ""
1397
 
1398
+ #: ../admin/social_sharing.php:1883
1399
  msgid "Facebook Sharing Troubleshooter"
1400
  msgstr "Risoluzione dei problemi Facebook Sharing"
1401
 
1402
+ #: ../admin/social_sharing.php:1888
1403
  msgid ""
1404
  "If Facebook sharing is not working fine, click at the following link and "
1405
  "enter the problematic url (where Facebook sharing is not working properly) "
1411
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1412
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1413
 
1414
+ #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1415
  #: ../admin/social_login.php:1180
1416
  msgid ""
1417
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1418
  "an online website for the plugin to function properly."
1419
  msgstr ""
1420
 
1421
+ #: ../admin/social_sharing.php:1907
1422
  msgid "Why is Instagram icon redirecting to Instagram website?"
1423
  msgstr ""
1424
 
1425
+ #: ../admin/social_sharing.php:1908
1426
  msgid ""
1427
  "Instagram icon is there to send website visitors to the Instagram page of "
1428
  "your choice. You can save the desired Instagram handle in \"Instagram "
1430
  "sections."
1431
  msgstr ""
1432
 
1433
+ #: ../admin/social_sharing.php:1911
1434
+ msgid ""
1435
+ "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1436
+ msgstr ""
1437
+
1438
+ #: ../admin/social_sharing.php:1912
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:1914 ../admin/like_buttons.php:810
1446
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1447
  msgstr ""
1448
 
1449
+ #: ../admin/social_sharing.php:1915
1450
  msgid ""
1451
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1452
  msgstr ""
1453
 
1454
+ #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1455
  #: ../admin/social_login.php:1186
1456
  msgid "Why is my browser blocking some features of the plugin?"
1457
  msgstr ""
1458
 
1459
+ #: ../admin/social_sharing.php:1917
1460
  #, fuzzy
1461
  msgid "Why the color of share icons is not being updated?"
1462
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1463
 
1464
+ #: ../admin/social_sharing.php:1918
1465
  msgid ""
1466
  "Why is sharer not showing the correct image, title and other meta tags "
1467
  "content?"
1469
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1470
  "altri contenuti meta tag?"
1471
 
1472
+ #: ../admin/social_sharing.php:1919
1473
  #, fuzzy
1474
  msgid "Why Facebook share counts are not appearing?"
1475
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1476
 
1477
+ #: ../admin/social_sharing.php:1920
1478
  msgid ""
1479
  "How can I show share counts of my website rather than of individual pages/"
1480
  "posts?"
1482
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1483
  "pagine/post?"
1484
 
1485
+ #: ../admin/social_sharing.php:1921
1486
  msgid "How can I disable sharing on particular page/post?"
1487
  msgstr ""
1488
  "Come è possibile disattivare la condivisione di una pagina/post in "
1489
  "particolare?"
1490
 
1491
+ #: ../admin/social_sharing.php:1922
1492
  msgid "How can I specify minimum sharing count for sharing networks?"
1493
  msgstr ""
1494
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1495
  "di reti?"
1496
 
1497
+ #: ../admin/social_sharing.php:1923
1498
  msgid "How to share specific page?"
1499
  msgstr "Come posso condividere la pagina specifica?"
1500
 
1501
+ #: ../admin/social_sharing.php:1924
1502
  msgid "How to integrate Google Analytics with sharing?"
1503
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1504
 
1505
+ #: ../admin/social_sharing.php:1925
1506
  msgid "How to customize the look of total share counts?"
1507
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1508
 
1509
+ #: ../admin/social_sharing.php:1926
1510
  msgid "How to customize the look of individual share counts?"
1511
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1512
 
1513
+ #: ../admin/social_sharing.php:1927
1514
  msgid "How to show Whatsapp icon only on mobile devices?"
1515
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1516
 
1517
+ #: ../admin/social_sharing.php:1928
1518
  msgid "How to hide arrow after floating sharing bar?"
1519
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1520
 
1521
+ #: ../admin/social_sharing.php:1929
1522
  #, fuzzy
1523
  msgid "Why is share count not getting updated?"
1524
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1525
 
1526
+ #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1527
  msgid "Why is there so much space between like buttons?"
1528
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1529
 
1530
+ #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1531
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1532
  msgstr ""
1533
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
1545
  msgid "Social Commenting"
1546
  msgstr "Social Commenting"
1547
 
1548
+ #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1549
  msgid "Shortcode"
1550
  msgstr "Shortcode"
1551
 
1627
  msgid "Enable Facebook Commenting"
1628
  msgstr "Abilita Facebook Commenting"
1629
 
1630
+ #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1631
  msgid "Url to comment on"
1632
  msgstr "Url per commenti"
1633
 
1649
  msgid "Show Recent Facebook Comments in a Widget"
1650
  msgstr "Conservare solo i Commenti di Facebook"
1651
 
1652
+ #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1653
  msgid "Width"
1654
  msgstr "Larghezza"
1655
 
1710
  msgid "The order to use when displaying comments."
1711
  msgstr "L'ordine da usare quando si mostrano i commenti."
1712
 
1713
+ #: ../admin/social_commenting.php:330
 
 
 
 
1714
  #, php-format
1715
  msgid ""
1716
  "Enter the code of the language you want to use to display commenting. You "
1722
  "target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la "
1723
  "lingua predefinita"
1724
 
1725
+ #: ../admin/social_commenting.php:339
1726
  msgid "Google Plus Commenting Options"
1727
  msgstr "Opzioni Google Plus Commenting"
1728
 
1729
+ #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1730
  msgid "Enable Google Plus Commenting"
1731
  msgstr "Abilita Google+ Commenting"
1732
 
1733
+ #: ../admin/social_commenting.php:373
1734
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1735
  msgstr ""
1736
  "Larghezza dell'interfaccia GooglePlus Commenting. Lasciare vuoto per una "
1737
  "regolazione automatica"
1738
 
1739
+ #: ../admin/social_commenting.php:391
1740
  msgid ""
1741
  "The absolute URL that comments posted will be permanently associated with. "
1742
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1749
  "<strong>(raccomandato)</strong>, si utilizzará la URL della página web nella "
1750
  "quale i commenti sono abilitati."
1751
 
1752
+ #: ../admin/social_commenting.php:400
1753
  msgid "Disqus Commenting Options"
1754
  msgstr "Opzioni Disqus Commenting"
1755
 
1756
+ #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1757
  msgid "Enable Disqus Commenting"
1758
  msgstr "Abilita Disqus Commenting"
1759
 
1760
+ #: ../admin/social_commenting.php:424
1761
  msgid "Disqus Shortname"
1762
  msgstr "Disqus Shortname"
1763
 
1764
+ #: ../admin/social_commenting.php:434
1765
  msgid ""
1766
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1767
  "shortname, visit following link."
1769
  "<strong> Richiesto per usare Disqus commenting.</strong> Per ulteriori "
1770
  "informazioni, visitare il seguente link."
1771
 
1772
+ #: ../admin/social_commenting.php:452
1773
  msgid "Social Commenting Shortcode"
1774
  msgstr "Social Commenting Shortcode"
1775
 
1776
+ #: ../admin/social_commenting.php:466
1777
  msgid ""
1778
  "How to show recent Facebook Comments from all over the website in a widget?"
1779
  msgstr ""
1780
 
1781
+ #: ../admin/social_commenting.php:467
1782
  msgid ""
1783
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1784
  "Https?"
1785
  msgstr ""
1786
 
1787
+ #: ../admin/social_commenting.php:469
1788
  msgid "How can I disable Social Commenting at individual page/post?"
1789
  msgstr ""
1790
  "Come è possibile disattivare Social Commenting in una singola pagina/post?"
1791
 
1792
+ #: ../admin/social_commenting.php:470
1793
  msgid "How to disable default comment form from Social Commenting?"
1794
  msgstr "Come posso disattivare il commento predefinito da Social Commenting?"
1795
 
2785
  msgid "Archives"
2786
  msgstr "Archivi di categorie"
2787
 
2788
+ #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2789
  msgid "Invalid request"
2790
  msgstr "Domanda non valida"
2791
 
3065
  msgid "RSS Feed URL:"
3066
  msgstr ""
3067
 
3068
+ #~ msgid ""
3069
+ #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3070
+ #~ "share counts"
3071
+ #~ msgstr ""
3072
+ #~ "Utilizz <a href=\"%s\" target=\"_blank\">NewShareCounts</a> per mostrare "
3073
+ #~ "i Twitter share count"
3074
+
3075
+ #~ msgid ""
3076
+ #~ "For this to work, you have to enter your website url %s and sign in using "
3077
+ #~ "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
3078
+ #~ msgstr ""
3079
+ #~ "Per usare questa funzione, è necessario inserire la url %s del tuo sito "
3080
+ #~ "web e accedere via Twitter all'indirizzo <a href=\"%s\" target=\"_blank"
3081
+ #~ "\">del loro sito web</a>"
3082
+
3083
+ #~ msgid ""
3084
+ #~ "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
3085
+ #~ "share counts"
3086
+ #~ msgstr ""
3087
+ #~ "Utilizza <a href=\"%s\" target=\"_blank\">OpenShareCount</a> per "
3088
+ #~ "mostrare i Twitter share count"
3089
+
3090
+ #~ msgid ""
3091
+ #~ "For this to work, you have to sign up and register your website url %s at "
3092
+ #~ "<a href=\"%s\" target=\"_blank\">their website</a>"
3093
+ #~ msgstr ""
3094
+ #~ "Per usare questa funzione è necessario iscriversi e registrare la url %s "
3095
+ #~ "del proprio sito web su <a href=\"%s\" target=\"_blank\">del loro sito "
3096
+ #~ "web</a>"
3097
+
3098
  #~ msgid ""
3099
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3100
  #~ "strong> options at the link mentioned"
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: 2018-09-06 23:21+0530\n"
6
- "PO-Revision-Date: 2018-09-06 23:21+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -70,7 +70,7 @@ msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr ""
72
 
73
- #: ../super_socializer.php:872 ../helper.php:963
74
  msgid "Please verify your email address to login."
75
  msgstr "Por favor verifique seu endereço de email no login."
76
 
@@ -90,7 +90,7 @@ msgstr "Necessário email"
90
  msgid "Please check your email inbox to complete the registration."
91
  msgstr "Por favor verifique sua caixa de email para completar o registro."
92
 
93
- #: ../super_socializer.php:904 ../helper.php:503
94
  msgid "Enter your LiveJournal username"
95
  msgstr ""
96
 
@@ -120,7 +120,7 @@ msgstr "Super Socializer - Opções Gerais"
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
- #: ../super_socializer.php:1296 ../helper.php:885
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
@@ -132,7 +132,7 @@ msgstr "Url para Avatar pequeno"
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
- #: ../super_socializer.php:1307 ../helper.php:888
136
  msgid ""
137
  "Do not fetch and update social avatar from my profile, next time I Social "
138
  "Login"
@@ -140,11 +140,11 @@ 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:1311 ../helper.php:889
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:1384 ../super_socializer.php:2010
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
@@ -164,59 +164,59 @@ 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:1400 ../super_socializer.php:1934
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:1629
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:1638
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:1647
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:1656
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:1665
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:1672
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:1683
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:1699
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:1723
220
  #, php-format
221
  msgid ""
222
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -224,14 +224,14 @@ msgid ""
224
  "target=\"_blank\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1723 ../super_socializer.php:1748
228
- #: ../super_socializer.php:1773 ../super_socializer.php:1798
229
- #: ../super_socializer.php:1831 ../super_socializer.php:1859
230
- #: ../super_socializer.php:1886 ../super_socializer.php:1910
231
  msgid "Okay"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1748
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -239,7 +239,7 @@ msgid ""
239
  "\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1773
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -247,7 +247,7 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1798
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -255,13 +255,13 @@ msgid ""
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1809
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:1831
265
  #, php-format
266
  msgid ""
267
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -269,15 +269,16 @@ msgid ""
269
  "\"%s\" target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1859
273
  #, php-format
274
  msgid ""
275
- "Twitter share counts are no longer working as newsharecounts.com is down. To "
276
- "continue showing the Twitter shares, just sign up <a href=\"%s\" target="
277
- "\"_blank\">here</a> with this domain"
 
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1886
281
  #, php-format
282
  msgid ""
283
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -285,7 +286,7 @@ msgid ""
285
  "\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:1910
289
  #, php-format
290
  msgid ""
291
  "Your website visitors will see a popup notification (only once) if their "
@@ -311,104 +312,104 @@ msgstr "Click para exibir ajuda"
311
  msgid "Click to hide help"
312
  msgstr "Click para esconder ajuda"
313
 
314
- #: ../helper.php:252
315
  #, fuzzy
316
  msgid "Add-Ons"
317
  msgstr "Outros Add-ons"
318
 
319
- #: ../helper.php:253
320
  msgid "Support Documentation"
321
  msgstr ""
322
 
323
- #: ../helper.php:254
324
  msgid "Settings"
325
  msgstr "Configurações"
326
 
327
- #: ../helper.php:548
328
  msgid "Account linked successfully"
329
  msgstr "Conta associada com sucesso"
330
 
331
- #: ../helper.php:552
332
  msgid "Account already exists or linked"
333
  msgstr "Conta já existente ou já está associada"
334
 
335
- #: ../helper.php:614 ../helper.php:620
336
  msgid "Currently"
337
  msgstr "Atualmente"
338
 
339
- #: ../helper.php:614 ../helper.php:620
340
  msgid "Connected with"
341
  msgstr ""
342
 
343
- #: ../helper.php:614 ../helper.php:620
344
  msgid "Remove"
345
  msgstr "Remover"
346
 
347
- #: ../helper.php:691
348
  #, fuzzy
349
  msgid "Social Account Linking"
350
  msgstr "Comentário Social"
351
 
352
- #: ../helper.php:741
353
  msgid "Disable Standard Social Sharing on this "
354
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
355
 
356
- #: ../helper.php:746
357
  msgid "Disable Floating Social Sharing on this "
358
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
359
 
360
- #: ../helper.php:751
361
  msgid "Disable Standard like buttons on this "
362
  msgstr "Desabilitar o botão de like padrão neste(a) "
363
 
364
- #: ../helper.php:756
365
  msgid "Disable Floating like buttons on this "
366
  msgstr "Desabilitar o botão flutuante de like neste(a) "
367
 
368
- #: ../helper.php:761
369
  msgid "Disable Social Commenting on this "
370
  msgstr "Desabilitar o Comentário Social neste(a) "
371
 
372
- #: ../helper.php:770
373
  msgid "Standard Sharing Interface"
374
  msgstr "Interface Padrão de Compartilhamento"
375
 
376
- #: ../helper.php:776 ../helper.php:795
377
  msgid "Starting share count for "
378
  msgstr "Iniciando contagem compartilhada para "
379
 
380
- #: ../helper.php:789
381
  msgid "Floating Sharing Interface"
382
  msgstr "Interface de Compartilhamento Flutuante"
383
 
384
- #: ../helper.php:892
385
  msgid "Small Avatar"
386
  msgstr "Avatar Pequeno"
387
 
388
- #: ../helper.php:896
389
  msgid "Large Avatar"
390
  msgstr "Avatar Grande"
391
 
392
- #: ../helper.php:900 ../admin/general_options.php:128
393
- #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
394
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
395
  msgid "Save Changes"
396
  msgstr "Salvar Alterações"
397
 
398
- #: ../helper.php:1000
399
  msgid "Click to delete social profile data"
400
  msgstr ""
401
 
402
- #: ../helper.php:1029
403
  #, fuzzy
404
  msgid "Deleting"
405
  msgstr "Configurações"
406
 
407
- #: ../helper.php:1039
408
  msgid "Deleted"
409
  msgstr ""
410
 
411
- #: ../helper.php:1041
412
  msgid "Something bad happened"
413
  msgstr ""
414
 
@@ -477,15 +478,15 @@ msgstr ""
477
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
478
  "style&gt; )"
479
 
480
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
481
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1202
482
  #: ../admin/like_buttons.php:827
483
  #, fuzzy
484
  msgid "Instagram Shoutout"
485
  msgstr "Instagram"
486
 
487
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
488
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1204
489
  #: ../admin/like_buttons.php:829
490
  msgid ""
491
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -493,8 +494,8 @@ msgid ""
493
  "hashtags and people to mention in the Instagram post."
494
  msgstr ""
495
 
496
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
497
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1205
498
  #: ../admin/like_buttons.php:830
499
  msgid ""
500
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -504,8 +505,8 @@ msgid ""
504
  "time."
505
  msgstr ""
506
 
507
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
508
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1206
509
  #: ../admin/like_buttons.php:831
510
  msgid ""
511
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -645,8 +646,8 @@ msgstr "Miscelânia"
645
  msgid "3rd Party Integration"
646
  msgstr ""
647
 
648
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
649
- #: ../admin/social_sharing.php:1907 ../admin/social_login.php:41
650
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
651
  #: ../admin/like_buttons.php:793
652
  msgid "Shortcode & Widget"
@@ -656,8 +657,8 @@ msgstr "Shortcode & Widget"
656
  msgid "Troubleshooter"
657
  msgstr "Resolução de Problemas"
658
 
659
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
660
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
661
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
662
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
663
  msgid "FAQ"
@@ -765,7 +766,7 @@ msgstr ""
765
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
766
 
767
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
768
- #: ../admin/social_sharing.php:1330 ../admin/like_buttons.php:406
769
  #: ../inc/widget.php:436 ../inc/widget.php:748
770
  msgid "Background Color"
771
  msgstr "Cor de Fundo"
@@ -810,7 +811,7 @@ msgid "(applies, if counter enabled)"
810
  msgstr "(aplica-se, caso o contador esteja habilitado)"
811
 
812
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
813
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1352
814
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
815
  #: ../inc/widget.php:422 ../inc/widget.php:734
816
  msgid "Left"
@@ -821,7 +822,7 @@ msgid "Top"
821
  msgstr "Acima"
822
 
823
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
824
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1353
825
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
826
  #: ../inc/widget.php:423 ../inc/widget.php:735
827
  msgid "Right"
@@ -867,27 +868,27 @@ msgstr "Habilita interface de Compartilhamento padrão"
867
  msgid "Master control to enable standard sharing"
868
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
869
 
870
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1156
871
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
872
  msgid "Target Url"
873
  msgstr "Url Destino"
874
 
875
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1160
876
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
877
  msgid "Url of the webpage where icons are located (default)"
878
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
879
 
880
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1162
881
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
882
  msgid "Url of the homepage of your website"
883
  msgstr "Url da homepage do seu website"
884
 
885
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1164
886
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
887
  msgid "Custom url"
888
  msgstr "Url personalizada"
889
 
890
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1171
891
  msgid "Url to share"
892
  msgstr "Url para compartilhar"
893
 
@@ -901,52 +902,52 @@ msgstr "Título"
901
  msgid "The text to display above the sharing interface"
902
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
903
 
904
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1180
905
  #, fuzzy
906
  msgid "Instagram username"
907
  msgstr "Instagram"
908
 
909
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1190
910
  msgid ""
911
  "Username of the Instagram account you want to redirect users to, on clicking "
912
  "the icon"
913
  msgstr ""
914
 
915
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1200
916
  #, fuzzy
917
  msgid "HTML ID of container element of comment form"
918
  msgstr "HTML ID do comentário do container"
919
 
920
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1210
921
  msgid ""
922
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
923
  "icon."
924
  msgstr ""
925
 
926
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1219
927
  msgid "Rearrange icons"
928
  msgstr "Rearranjar ícones"
929
 
930
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1278
931
  msgid "Drag the icons to rearrange in desired order"
932
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
933
 
934
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1286
935
  msgid "Select Sharing Services"
936
  msgstr "Selecione os Serviços Compartilhados"
937
 
938
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1293
939
  msgid "Select sharing services to show in social share bar"
940
  msgstr ""
941
  "Selecione os serviços compartilhados para exibir na barra de "
942
  "compartilhamento social"
943
 
944
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1311
945
  #, fuzzy
946
  msgid "Search social network"
947
  msgstr "como rede social primária"
948
 
949
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1348
950
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
951
  msgid "Horizontal alignment"
952
  msgstr "Alinhamento horizonal"
@@ -955,7 +956,7 @@ msgstr "Alinhamento horizonal"
955
  msgid "Center"
956
  msgstr "Centro"
957
 
958
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1361
959
  msgid "Horizontal alignment of the sharing interface"
960
  msgstr "Alinhamento horizontal da interface de compartilhamento"
961
 
@@ -976,38 +977,38 @@ msgid "Specify position of the sharing interface with respect to the content"
976
  msgstr ""
977
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
978
 
979
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1427
980
  msgid "Placement"
981
  msgstr "Localização"
982
 
983
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
984
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
985
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
986
  msgid "Homepage"
987
  msgstr "Homepage"
988
 
989
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1433
990
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
991
  msgid "Posts"
992
  msgstr "Posts"
993
 
994
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1435
995
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
996
  msgid "Pages"
997
  msgstr "Páginas"
998
 
999
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1437
1000
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1001
  #, fuzzy
1002
  msgid "Excerpts and Posts page"
1003
  msgstr "Pedaços (na Homepage)"
1004
 
1005
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1439
1006
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1007
  msgid "Category Archives"
1008
  msgstr "Arquivos de Categorias"
1009
 
1010
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1441
1011
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1012
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1013
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
@@ -1020,12 +1021,12 @@ msgstr "Atividade BuddyPress"
1020
  msgid "BuddyPress group (only at top of content)"
1021
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
1022
 
1023
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1463
1024
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1025
  msgid "BBPress forum"
1026
  msgstr "Forum BBPress"
1027
 
1028
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1466
1029
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1030
  msgid "BBPress topic"
1031
  msgstr "Tópico BBPress"
@@ -1052,11 +1053,11 @@ msgstr ""
1052
  "Especifique as páginas onde você deseja habilitar a interface de "
1053
  "compartilhamento"
1054
 
1055
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1484
1056
  msgid "Show share counts"
1057
  msgstr "Exibir contadores de compartilhamento"
1058
 
1059
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1489
1060
  #, fuzzy
1061
  msgid ""
1062
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1066,64 +1067,36 @@ msgstr ""
1066
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
1067
  "Odnoklassniki e Vkontakte"
1068
 
1069
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1497
1070
- #, php-format
1071
- msgid ""
1072
- "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
1073
- "share counts"
1074
- msgstr ""
1075
- "Use <a href=\\\"%s\\\" target=\\\"_blank\\\">NewShareCounts</a> para exibir "
1076
- "o contador do Twitter"
1077
-
1078
- #: ../admin/social_sharing.php:1064 ../admin/social_sharing.php:1499
1079
  #, php-format
1080
  msgid ""
1081
- "For this to work, you have to enter your website url %s and sign in using "
1082
- "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
 
 
1083
  msgstr ""
1084
- "Para isso funcionar, você deve fornecer a url de seu website %s e se "
1085
- "autenticar na conta do Twitter em <a href=\\\"%s\\\" target=\\\"_blank\\"
1086
- "\">no website dele</a>"
1087
 
1088
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1501
1089
- #, php-format
1090
- msgid ""
1091
- "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
1092
- "share counts"
1093
- msgstr ""
1094
- "Use <a href=\\\"%s\\\" target=\\\"_blank\\\">OpenShareCount</a> para exibir "
1095
- "o contador de compartilhamento do Twitter"
1096
-
1097
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1503
1098
- #, php-format
1099
- msgid ""
1100
- "For this to work, you have to sign up and register your website url %s at <a "
1101
- "href=\"%s\" target=\"_blank\">their website</a>"
1102
- msgstr ""
1103
- "Para isso funcionar, você tem que se autenticar e registrar a url de seu "
1104
- "website %s em <a href=\\\"%s\\\" target=\\\"_blank\\\">no website dele</a>"
1105
-
1106
- #: ../admin/social_sharing.php:1075 ../admin/social_sharing.php:1510
1107
  msgid "If enabled, share counts are displayed above sharing icons."
1108
  msgstr ""
1109
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
1110
  "ícones de compartilhamento."
1111
 
1112
- #: ../admin/social_sharing.php:1084 ../admin/social_sharing.php:1519
1113
  msgid "Show total shares"
1114
  msgstr "Exibe total de compartilhamentos"
1115
 
1116
- #: ../admin/social_sharing.php:1094 ../admin/social_sharing.php:1529
1117
  msgid "If enabled, total shares will be displayed with sharing icons"
1118
  msgstr ""
1119
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
1120
  "de compartilhamento"
1121
 
1122
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1538
1123
  msgid "Enable 'More' icon"
1124
  msgstr "Habilitar 'Mais' ícones"
1125
 
1126
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1548
1127
  msgid ""
1128
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1129
  "which shows additional sharing networks in popup"
@@ -1132,19 +1105,19 @@ msgstr ""
1132
  "de compartilhamento com a exibição adicional das redes sociais "
1133
  "compartilhadas em um popup"
1134
 
1135
- #: ../admin/social_sharing.php:1130
1136
  msgid "Floating Sharing Interface Options"
1137
  msgstr "Opções da Interface de Compartilhamento Flutuante"
1138
 
1139
- #: ../admin/social_sharing.php:1136
1140
  msgid "Enable Floating sharing interface"
1141
  msgstr "Habilita interface de compartilhamento flutuante"
1142
 
1143
- #: ../admin/social_sharing.php:1146
1144
  msgid "Master control to enable floating sharing widget"
1145
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
1146
 
1147
- #: ../admin/social_sharing.php:1340
1148
  msgid ""
1149
  "Specify the color or hex code (example #cc78e0) for the background of "
1150
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1156,11 +1129,11 @@ msgstr ""
1156
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
1157
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
1158
 
1159
- #: ../admin/social_sharing.php:1370 ../admin/like_buttons.php:446
1160
  msgid "Left offset"
1161
  msgstr "Ajuste à esquerda"
1162
 
1163
- #: ../admin/social_sharing.php:1380
1164
  msgid ""
1165
  "Specify a number. Increase in number will shift sharing interface towards "
1166
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1170,11 +1143,11 @@ msgstr ""
1170
  "interface de compartilhamento para a esquerda. Os números podem também ser "
1171
  "negativos."
1172
 
1173
- #: ../admin/social_sharing.php:1390 ../admin/like_buttons.php:466
1174
  msgid "Right offset"
1175
  msgstr "Ajuste à direita"
1176
 
1177
- #: ../admin/social_sharing.php:1400
1178
  msgid ""
1179
  "Specify a number. Increase in number will shift sharing interface towards "
1180
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1184,11 +1157,11 @@ msgstr ""
1184
  "interface de compartilhamento para a direita. Os números podem também ser "
1185
  "negativos."
1186
 
1187
- #: ../admin/social_sharing.php:1409 ../admin/like_buttons.php:485
1188
  msgid "Top offset"
1189
  msgstr "Ajuste acima"
1190
 
1191
- #: ../admin/social_sharing.php:1419
1192
  msgid ""
1193
  "Specify a number. Increase in number will shift sharing interface towards "
1194
  "bottom and decrease will shift it towards top."
@@ -1197,27 +1170,27 @@ msgstr ""
1197
  "compartilhamento para baixo e decrementos no número irão deslocar a "
1198
  "interface de compartilhamento para cima."
1199
 
1200
- #: ../admin/social_sharing.php:1455 ../admin/like_buttons.php:531
1201
  msgid "BuddyPress group"
1202
  msgstr "Grupo BuddyPress"
1203
 
1204
- #: ../admin/social_sharing.php:1476
1205
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1206
  msgstr ""
1207
  "Especifique as páginas onde você deseja habilitar a interface de "
1208
  "compartilhamento vertical"
1209
 
1210
- #: ../admin/social_sharing.php:1556
1211
  msgid "Vertical floating bar responsiveness"
1212
  msgstr "Sensibilidade da barra flutuante vertical"
1213
 
1214
- #: ../admin/social_sharing.php:1559
1215
  #, php-format
1216
  msgid "Display vertical interface only when screen is wider than %s pixels"
1217
  msgstr ""
1218
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
1219
 
1220
- #: ../admin/social_sharing.php:1566
1221
  msgid ""
1222
  "Display vertical interface only when screen is wider than the width "
1223
  "specified."
@@ -1225,11 +1198,11 @@ msgstr ""
1225
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
1226
  "especificada."
1227
 
1228
- #: ../admin/social_sharing.php:1574
1229
  msgid "Horizontal floating bar responsiveness"
1230
  msgstr "Sensibilidade da barra flutuante horizontal"
1231
 
1232
- #: ../admin/social_sharing.php:1577
1233
  #, php-format
1234
  msgid ""
1235
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1238,7 +1211,7 @@ msgstr ""
1238
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1239
  "quando a tela é mais estreita do que %s pixels"
1240
 
1241
- #: ../admin/social_sharing.php:1584
1242
  msgid ""
1243
  "Stick vertical floating interface horizontally at bottom only when screen is "
1244
  "narrower than the width specified"
@@ -1246,52 +1219,52 @@ msgstr ""
1246
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1247
  "quando a tela é mais estreita do que a largura especificada"
1248
 
1249
- #: ../admin/social_sharing.php:1594
1250
  msgid "Horizontal floating bar position"
1251
  msgstr "Posição da barra de flutuação horizontal"
1252
 
1253
- #: ../admin/social_sharing.php:1597
1254
  #, php-format
1255
  msgid "%s pixels from %s"
1256
  msgstr "%s pixels de %s"
1257
 
1258
- #: ../admin/social_sharing.php:1598
1259
  msgid "Auto-adjust according to screen width (responsive)"
1260
  msgstr ""
1261
 
1262
- #: ../admin/social_sharing.php:1605
1263
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1264
  msgstr ""
1265
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1266
  "também."
1267
 
1268
- #: ../admin/social_sharing.php:1625 ../admin/like_buttons.php:588
1269
  msgid "Url shortener"
1270
  msgstr "Encurtador de Url"
1271
 
1272
- #: ../admin/social_sharing.php:1631
1273
  msgid "Use shortlinks already installed"
1274
  msgstr "Use shortlinks já instalados"
1275
 
1276
- #: ../admin/social_sharing.php:1641
1277
  msgid "Uses default short url permalinks without using any additional plugin"
1278
  msgstr ""
1279
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1280
 
1281
- #: ../admin/social_sharing.php:1649
1282
  msgid "Enable bit.ly url shortener for sharing"
1283
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1284
 
1285
- #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:622
1286
  msgid "Master control to enable bit.ly url shortening for sharing"
1287
  msgstr ""
1288
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1289
 
1290
- #: ../admin/social_sharing.php:1667
1291
  msgid "bit.ly Login"
1292
  msgstr ""
1293
 
1294
- #: ../admin/social_sharing.php:1677 ../admin/social_sharing.php:1696
1295
  #, fuzzy, php-format
1296
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1297
  msgstr ""
@@ -1299,19 +1272,19 @@ msgstr ""
1299
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1300
  "para obter Twitter API Key"
1301
 
1302
- #: ../admin/social_sharing.php:1686 ../admin/like_buttons.php:649
1303
  msgid "bit.ly API Key"
1304
  msgstr "bit.ly API Key"
1305
 
1306
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:668
1307
  msgid "Clear Bitly Cache"
1308
  msgstr "Limpar o Cache Bitly"
1309
 
1310
- #: ../admin/social_sharing.php:1709 ../admin/like_buttons.php:672
1311
  msgid "ShortUrl cache cleared successfully."
1312
  msgstr "Cache ShortUrl limpo com sucesso."
1313
 
1314
- #: ../admin/social_sharing.php:1716 ../admin/like_buttons.php:679
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,31 +1294,31 @@ msgstr ""
1321
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1322
  "geradas para suas urls antigas."
1323
 
1324
- #: ../admin/social_sharing.php:1725
1325
  msgid "Share Count Cache"
1326
  msgstr "Cache de Contador de Compartilhamento"
1327
 
1328
- #: ../admin/social_sharing.php:1731
1329
  msgid "Refresh Share Count cache every"
1330
  msgstr "Atualizar o contador de compartilhamento a cada"
1331
 
1332
- #: ../admin/social_sharing.php:1736
1333
  msgid "Second(s)"
1334
  msgstr ""
1335
 
1336
- #: ../admin/social_sharing.php:1737
1337
  msgid "Minute(s)"
1338
  msgstr ""
1339
 
1340
- #: ../admin/social_sharing.php:1738
1341
  msgid "Hour(s)"
1342
  msgstr ""
1343
 
1344
- #: ../admin/social_sharing.php:1739
1345
  msgid "Day(s)"
1346
  msgstr ""
1347
 
1348
- #: ../admin/social_sharing.php:1747
1349
  #, fuzzy, php-format
1350
  msgid ""
1351
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1355,25 +1328,25 @@ msgstr ""
1355
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1356
  "páginas com os contadores de compartilhamento habilitados"
1357
 
1358
- #: ../admin/social_sharing.php:1755
1359
  msgid "Clear Share Counts Cache"
1360
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1361
 
1362
- #: ../admin/social_sharing.php:1759
1363
  msgid "Share Counts cache cleared successfully."
1364
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1365
 
1366
- #: ../admin/social_sharing.php:1766
1367
  msgid "Use this to clear cached share counts"
1368
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1369
 
1370
- #: ../admin/social_sharing.php:1775 ../admin/social_sharing.php:1781
1371
- #: ../admin/social_commenting.php:328 ../admin/like_buttons.php:688
1372
  #: ../admin/like_buttons.php:694
1373
  msgid "Language"
1374
  msgstr "Languagem"
1375
 
1376
- #: ../admin/social_sharing.php:1791
1377
  #, php-format
1378
  msgid ""
1379
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1384,15 +1357,15 @@ msgstr ""
1384
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1385
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1386
 
1387
- #: ../admin/social_sharing.php:1800
1388
  msgid "Username in sharing"
1389
  msgstr "Username no compartilhamento"
1390
 
1391
- #: ../admin/social_sharing.php:1806
1392
  msgid "Twitter username (without @)"
1393
  msgstr "Username do Twitter (sem @)"
1394
 
1395
- #: ../admin/social_sharing.php:1816 ../admin/social_sharing.php:1835
1396
  msgid ""
1397
  "Provided username will be appended after the content being shared as \"via "
1398
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1402,36 +1375,36 @@ msgstr ""
1402
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1403
  "no conteúdo sendo compartilhado."
1404
 
1405
- #: ../admin/social_sharing.php:1825
1406
  msgid "Buffer username (without @)"
1407
  msgstr "Username do Buffer (sem @)"
1408
 
1409
- #: ../admin/social_sharing.php:1844
1410
  msgid "AMP"
1411
  msgstr ""
1412
 
1413
- #: ../admin/social_sharing.php:1850
1414
  #, fuzzy
1415
  msgid "Enable sharing on AMP pages"
1416
  msgstr "Habilia a página de autenticação"
1417
 
1418
- #: ../admin/social_sharing.php:1860
1419
  msgid "Enable this option to render sharing icons on AMP pages"
1420
  msgstr ""
1421
 
1422
- #: ../admin/social_sharing.php:1879 ../admin/like_buttons.php:767
1423
  msgid "myCRED"
1424
  msgstr ""
1425
 
1426
- #: ../admin/social_sharing.php:1885 ../admin/like_buttons.php:773
1427
  msgid "Append myCRED referral ID to the urls being shared"
1428
  msgstr ""
1429
 
1430
- #: ../admin/social_sharing.php:1918
1431
  msgid "Facebook Sharing Troubleshooter"
1432
  msgstr "Solução de problema no compartilhamento com o Facebook"
1433
 
1434
- #: ../admin/social_sharing.php:1923
1435
  #, fuzzy
1436
  msgid ""
1437
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1444,18 +1417,18 @@ msgstr ""
1444
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1445
  "website:"
1446
 
1447
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1448
  #: ../admin/social_login.php:1180
1449
  msgid ""
1450
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1451
  "an online website for the plugin to function properly."
1452
  msgstr ""
1453
 
1454
- #: ../admin/social_sharing.php:1942
1455
  msgid "Why is Instagram icon redirecting to Instagram website?"
1456
  msgstr ""
1457
 
1458
- #: ../admin/social_sharing.php:1943
1459
  msgid ""
1460
  "Instagram icon is there to send website visitors to the Instagram page of "
1461
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1463,37 +1436,49 @@ msgid ""
1463
  "sections."
1464
  msgstr ""
1465
 
1466
- #: ../admin/social_sharing.php:1945 ../admin/like_buttons.php:810
 
 
 
 
 
 
 
 
 
 
 
 
1467
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1468
  msgstr ""
1469
 
1470
- #: ../admin/social_sharing.php:1946
1471
  msgid ""
1472
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1473
  msgstr ""
1474
 
1475
- #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1476
  #: ../admin/social_login.php:1186
1477
  msgid "Why is my browser blocking some features of the plugin?"
1478
  msgstr ""
1479
 
1480
- #: ../admin/social_sharing.php:1948
1481
  #, fuzzy
1482
  msgid "Why the color of share icons is not being updated?"
1483
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1484
 
1485
- #: ../admin/social_sharing.php:1949
1486
  msgid ""
1487
  "Why is sharer not showing the correct image, title and other meta tags "
1488
  "content?"
1489
  msgstr ""
1490
 
1491
- #: ../admin/social_sharing.php:1950
1492
  #, fuzzy
1493
  msgid "Why Facebook share counts are not appearing?"
1494
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1495
 
1496
- #: ../admin/social_sharing.php:1951
1497
  msgid ""
1498
  "How can I show share counts of my website rather than of individual pages/"
1499
  "posts?"
@@ -1501,53 +1486,53 @@ msgstr ""
1501
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1502
  "das páginas/posts individuais?"
1503
 
1504
- #: ../admin/social_sharing.php:1952
1505
  msgid "How can I disable sharing on particular page/post?"
1506
  msgstr ""
1507
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1508
 
1509
- #: ../admin/social_sharing.php:1953
1510
  msgid "How can I specify minimum sharing count for sharing networks?"
1511
  msgstr ""
1512
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1513
  "sociais?"
1514
 
1515
- #: ../admin/social_sharing.php:1954
1516
  msgid "How to share specific page?"
1517
  msgstr "Como compartilhar página específica?"
1518
 
1519
- #: ../admin/social_sharing.php:1955
1520
  msgid "How to integrate Google Analytics with sharing?"
1521
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1522
 
1523
- #: ../admin/social_sharing.php:1956
1524
  msgid "How to customize the look of total share counts?"
1525
  msgstr ""
1526
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1527
 
1528
- #: ../admin/social_sharing.php:1957
1529
  msgid "How to customize the look of individual share counts?"
1530
  msgstr ""
1531
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1532
 
1533
- #: ../admin/social_sharing.php:1958
1534
  msgid "How to show Whatsapp icon only on mobile devices?"
1535
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1536
 
1537
- #: ../admin/social_sharing.php:1959
1538
  msgid "How to hide arrow after floating sharing bar?"
1539
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1540
 
1541
- #: ../admin/social_sharing.php:1960
1542
  #, fuzzy
1543
  msgid "Why is share count not getting updated?"
1544
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1545
 
1546
- #: ../admin/social_sharing.php:1961 ../admin/like_buttons.php:808
1547
  msgid "Why is there so much space between like buttons?"
1548
  msgstr ""
1549
 
1550
- #: ../admin/social_sharing.php:1962 ../admin/like_buttons.php:809
1551
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1552
  msgstr ""
1553
 
@@ -1563,7 +1548,7 @@ msgstr "Controle mestre para habilitar o Comentário Social"
1563
  msgid "Social Commenting"
1564
  msgstr "Comentário Social"
1565
 
1566
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:458
1567
  msgid "Shortcode"
1568
  msgstr "Shortcode"
1569
 
@@ -1645,7 +1630,7 @@ msgstr "Habilita Comentários Facebook com motificação e moderação"
1645
  msgid "Enable Facebook Commenting"
1646
  msgstr "Habilta Comentários Facebook"
1647
 
1648
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:389
1649
  msgid "Url to comment on"
1650
  msgstr "Url para comentário"
1651
 
@@ -1666,7 +1651,7 @@ msgstr ""
1666
  msgid "Show Recent Facebook Comments in a Widget"
1667
  msgstr "Habilta Comentários Facebook"
1668
 
1669
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:371
1670
  msgid "Width"
1671
  msgstr "Largura"
1672
 
@@ -1728,11 +1713,7 @@ msgstr "Tempo"
1728
  msgid "The order to use when displaying comments."
1729
  msgstr "Ordem a ser usada quando exibir comentários."
1730
 
1731
- #: ../admin/social_commenting.php:320
1732
- msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
1733
- msgstr ""
1734
-
1735
- #: ../admin/social_commenting.php:338
1736
  #, php-format
1737
  msgid ""
1738
  "Enter the code of the language you want to use to display commenting. You "
@@ -1744,21 +1725,21 @@ msgstr ""
1744
  "target=\\\"_blank\\\">neste link</a>. Deixe em branco para línguagem padrão "
1745
  "(inglês)"
1746
 
1747
- #: ../admin/social_commenting.php:347
1748
  msgid "Google Plus Commenting Options"
1749
  msgstr "Opções de Comentário Google Plus"
1750
 
1751
- #: ../admin/social_commenting.php:353 ../admin/social_commenting.php:363
1752
  msgid "Enable Google Plus Commenting"
1753
  msgstr "Habilitar Comentários para o Google Plus"
1754
 
1755
- #: ../admin/social_commenting.php:381
1756
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1757
  msgstr ""
1758
  "Largura da interface de Comentário do GooglePlus. Deixe em branco para auto "
1759
  "ajuste"
1760
 
1761
- #: ../admin/social_commenting.php:399
1762
  msgid ""
1763
  "The absolute URL that comments posted will be permanently associated with. "
1764
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1770,19 +1751,19 @@ msgstr ""
1770
  "URL. <br/>se vazio à esquerda <strong>(Recomendado)</strong>, a url da "
1771
  "webpage será utilizada em cada comentário que estiver habilitado."
1772
 
1773
- #: ../admin/social_commenting.php:408
1774
  msgid "Disqus Commenting Options"
1775
  msgstr "Opções de Comentário Disqus"
1776
 
1777
- #: ../admin/social_commenting.php:414 ../admin/social_commenting.php:424
1778
  msgid "Enable Disqus Commenting"
1779
  msgstr "Habilitar comentário Disqus"
1780
 
1781
- #: ../admin/social_commenting.php:432
1782
  msgid "Disqus Shortname"
1783
  msgstr "Disqus Shortname"
1784
 
1785
- #: ../admin/social_commenting.php:442
1786
  msgid ""
1787
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1788
  "shortname, visit following link."
@@ -1790,27 +1771,27 @@ msgstr ""
1790
  "<strong>Requerido para utilizar comentários Disqus.</strong> Para mais "
1791
  "informações sobre shortname, visite o seguinte link."
1792
 
1793
- #: ../admin/social_commenting.php:460
1794
  msgid "Social Commenting Shortcode"
1795
  msgstr "Shortcode em Comentário Social"
1796
 
1797
- #: ../admin/social_commenting.php:474
1798
  msgid ""
1799
  "How to show recent Facebook Comments from all over the website in a widget?"
1800
  msgstr ""
1801
 
1802
- #: ../admin/social_commenting.php:475
1803
  msgid ""
1804
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1805
  "Https?"
1806
  msgstr ""
1807
 
1808
- #: ../admin/social_commenting.php:477
1809
  msgid "How can I disable Social Commenting at individual page/post?"
1810
  msgstr ""
1811
  "Como posso desabilitar Comentário Social em uma pagina/post individual?"
1812
 
1813
- #: ../admin/social_commenting.php:478
1814
  msgid "How to disable default comment form from Social Commenting?"
1815
  msgstr ""
1816
  "Como deabilitar formulários de comentários padrão de Comentário Social?"
@@ -2805,7 +2786,7 @@ msgstr ""
2805
  msgid "Archives"
2806
  msgstr "Arquivos de Categorias"
2807
 
2808
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1090
2809
  msgid "Invalid request"
2810
  msgstr "Requisição inválida"
2811
 
@@ -3090,6 +3071,35 @@ msgstr ""
3090
  msgid "RSS Feed URL:"
3091
  msgstr ""
3092
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3093
  #~ msgid ""
3094
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3095
  #~ "strong> options at the link mentioned"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-11-27 13:17+0530\n"
6
+ "PO-Revision-Date: 2018-11-27 13:17+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr ""
72
 
73
+ #: ../super_socializer.php:872 ../helper.php:968
74
  msgid "Please verify your email address to login."
75
  msgstr "Por favor verifique seu endereço de email no login."
76
 
90
  msgid "Please check your email inbox to complete the registration."
91
  msgstr "Por favor verifique sua caixa de email para completar o registro."
92
 
93
+ #: ../super_socializer.php:904 ../helper.php:508
94
  msgid "Enter your LiveJournal username"
95
  msgstr ""
96
 
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
+ #: ../super_socializer.php:1296 ../helper.php:890
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
+ #: ../super_socializer.php:1307 ../helper.php:893
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:1311 ../helper.php:894
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:1384 ../super_socializer.php:2009
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
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:1400 ../super_socializer.php:1933
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:1628
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:1637
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:1646
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:1655
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:1664
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:1671
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:1682
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:1698
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:1722
220
  #, php-format
221
  msgid ""
222
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
224
  "target=\"_blank\">here</a>"
225
  msgstr ""
226
 
227
+ #: ../super_socializer.php:1722 ../super_socializer.php:1747
228
+ #: ../super_socializer.php:1772 ../super_socializer.php:1797
229
+ #: ../super_socializer.php:1830 ../super_socializer.php:1858
230
+ #: ../super_socializer.php:1885 ../super_socializer.php:1909
231
  msgid "Okay"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1747
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
239
  "\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1772
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1797
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1808
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:1830
265
  #, php-format
266
  msgid ""
267
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
269
  "\"%s\" target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1858
273
  #, php-format
274
  msgid ""
275
+ "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
276
+ "continue showing the Twitter shares, click \"Give me my Twitter counts back"
277
+ "\" button at <a href=\"%s\" target=\"_blank\">their website</a> and register "
278
+ "your website %s with them. No need to copy-paste any code from their website."
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1885
282
  #, php-format
283
  msgid ""
284
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
286
  "\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1909
290
  #, php-format
291
  msgid ""
292
  "Your website visitors will see a popup notification (only once) if their "
312
  msgid "Click to hide help"
313
  msgstr "Click para esconder ajuda"
314
 
315
+ #: ../helper.php:256
316
  #, fuzzy
317
  msgid "Add-Ons"
318
  msgstr "Outros Add-ons"
319
 
320
+ #: ../helper.php:257
321
  msgid "Support Documentation"
322
  msgstr ""
323
 
324
+ #: ../helper.php:258
325
  msgid "Settings"
326
  msgstr "Configurações"
327
 
328
+ #: ../helper.php:553
329
  msgid "Account linked successfully"
330
  msgstr "Conta associada com sucesso"
331
 
332
+ #: ../helper.php:557
333
  msgid "Account already exists or linked"
334
  msgstr "Conta já existente ou já está associada"
335
 
336
+ #: ../helper.php:619 ../helper.php:625
337
  msgid "Currently"
338
  msgstr "Atualmente"
339
 
340
+ #: ../helper.php:619 ../helper.php:625
341
  msgid "Connected with"
342
  msgstr ""
343
 
344
+ #: ../helper.php:619 ../helper.php:625
345
  msgid "Remove"
346
  msgstr "Remover"
347
 
348
+ #: ../helper.php:696
349
  #, fuzzy
350
  msgid "Social Account Linking"
351
  msgstr "Comentário Social"
352
 
353
+ #: ../helper.php:746
354
  msgid "Disable Standard Social Sharing on this "
355
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
356
 
357
+ #: ../helper.php:751
358
  msgid "Disable Floating Social Sharing on this "
359
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
360
 
361
+ #: ../helper.php:756
362
  msgid "Disable Standard like buttons on this "
363
  msgstr "Desabilitar o botão de like padrão neste(a) "
364
 
365
+ #: ../helper.php:761
366
  msgid "Disable Floating like buttons on this "
367
  msgstr "Desabilitar o botão flutuante de like neste(a) "
368
 
369
+ #: ../helper.php:766
370
  msgid "Disable Social Commenting on this "
371
  msgstr "Desabilitar o Comentário Social neste(a) "
372
 
373
+ #: ../helper.php:775
374
  msgid "Standard Sharing Interface"
375
  msgstr "Interface Padrão de Compartilhamento"
376
 
377
+ #: ../helper.php:781 ../helper.php:800
378
  msgid "Starting share count for "
379
  msgstr "Iniciando contagem compartilhada para "
380
 
381
+ #: ../helper.php:794
382
  msgid "Floating Sharing Interface"
383
  msgstr "Interface de Compartilhamento Flutuante"
384
 
385
+ #: ../helper.php:897
386
  msgid "Small Avatar"
387
  msgstr "Avatar Pequeno"
388
 
389
+ #: ../helper.php:901
390
  msgid "Large Avatar"
391
  msgstr "Avatar Grande"
392
 
393
+ #: ../helper.php:905 ../admin/general_options.php:128
394
+ #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
395
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
396
  msgid "Save Changes"
397
  msgstr "Salvar Alterações"
398
 
399
+ #: ../helper.php:1005
400
  msgid "Click to delete social profile data"
401
  msgstr ""
402
 
403
+ #: ../helper.php:1034
404
  #, fuzzy
405
  msgid "Deleting"
406
  msgstr "Configurações"
407
 
408
+ #: ../helper.php:1044
409
  msgid "Deleted"
410
  msgstr ""
411
 
412
+ #: ../helper.php:1046
413
  msgid "Something bad happened"
414
  msgstr ""
415
 
478
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
479
  "style&gt; )"
480
 
481
+ #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
482
+ #: ../admin/social_commenting.php:484 ../admin/social_login.php:1202
483
  #: ../admin/like_buttons.php:827
484
  #, fuzzy
485
  msgid "Instagram Shoutout"
486
  msgstr "Instagram"
487
 
488
+ #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
489
+ #: ../admin/social_commenting.php:486 ../admin/social_login.php:1204
490
  #: ../admin/like_buttons.php:829
491
  msgid ""
492
  "If you can send (to hello@heateor.com) how our plugin is helping your "
494
  "hashtags and people to mention in the Instagram post."
495
  msgstr ""
496
 
497
+ #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
498
+ #: ../admin/social_commenting.php:487 ../admin/social_login.php:1205
499
  #: ../admin/like_buttons.php:830
500
  msgid ""
501
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
505
  "time."
506
  msgstr ""
507
 
508
+ #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
509
+ #: ../admin/social_commenting.php:488 ../admin/social_login.php:1206
510
  #: ../admin/like_buttons.php:831
511
  msgid ""
512
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
646
  msgid "3rd Party Integration"
647
  msgstr ""
648
 
649
+ #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
650
+ #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
651
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
652
  #: ../admin/like_buttons.php:793
653
  msgid "Shortcode & Widget"
657
  msgid "Troubleshooter"
658
  msgstr "Resolução de Problemas"
659
 
660
+ #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
661
+ #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
662
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
663
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
664
  msgid "FAQ"
766
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
767
 
768
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
769
+ #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
770
  #: ../inc/widget.php:436 ../inc/widget.php:748
771
  msgid "Background Color"
772
  msgstr "Cor de Fundo"
811
  msgstr "(aplica-se, caso o contador esteja habilitado)"
812
 
813
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
814
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
815
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
816
  #: ../inc/widget.php:422 ../inc/widget.php:734
817
  msgid "Left"
822
  msgstr "Acima"
823
 
824
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
825
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
826
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
827
  #: ../inc/widget.php:423 ../inc/widget.php:735
828
  msgid "Right"
868
  msgid "Master control to enable standard sharing"
869
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
870
 
871
+ #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
872
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
873
  msgid "Target Url"
874
  msgstr "Url Destino"
875
 
876
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
877
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
878
  msgid "Url of the webpage where icons are located (default)"
879
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
880
 
881
+ #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
882
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
883
  msgid "Url of the homepage of your website"
884
  msgstr "Url da homepage do seu website"
885
 
886
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
887
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
888
  msgid "Custom url"
889
  msgstr "Url personalizada"
890
 
891
+ #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
892
  msgid "Url to share"
893
  msgstr "Url para compartilhar"
894
 
902
  msgid "The text to display above the sharing interface"
903
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
904
 
905
+ #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
906
  #, fuzzy
907
  msgid "Instagram username"
908
  msgstr "Instagram"
909
 
910
+ #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
911
  msgid ""
912
  "Username of the Instagram account you want to redirect users to, on clicking "
913
  "the icon"
914
  msgstr ""
915
 
916
+ #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
917
  #, fuzzy
918
  msgid "HTML ID of container element of comment form"
919
  msgstr "HTML ID do comentário do container"
920
 
921
+ #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
922
  msgid ""
923
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
924
  "icon."
925
  msgstr ""
926
 
927
+ #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
928
  msgid "Rearrange icons"
929
  msgstr "Rearranjar ícones"
930
 
931
+ #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
932
  msgid "Drag the icons to rearrange in desired order"
933
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
934
 
935
+ #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
936
  msgid "Select Sharing Services"
937
  msgstr "Selecione os Serviços Compartilhados"
938
 
939
+ #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
940
  msgid "Select sharing services to show in social share bar"
941
  msgstr ""
942
  "Selecione os serviços compartilhados para exibir na barra de "
943
  "compartilhamento social"
944
 
945
+ #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
946
  #, fuzzy
947
  msgid "Search social network"
948
  msgstr "como rede social primária"
949
 
950
+ #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
951
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
952
  msgid "Horizontal alignment"
953
  msgstr "Alinhamento horizonal"
956
  msgid "Center"
957
  msgstr "Centro"
958
 
959
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
960
  msgid "Horizontal alignment of the sharing interface"
961
  msgstr "Alinhamento horizontal da interface de compartilhamento"
962
 
977
  msgstr ""
978
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
979
 
980
+ #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
981
  msgid "Placement"
982
  msgstr "Localização"
983
 
984
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
985
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
986
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
987
  msgid "Homepage"
988
  msgstr "Homepage"
989
 
990
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
991
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
992
  msgid "Posts"
993
  msgstr "Posts"
994
 
995
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
996
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
997
  msgid "Pages"
998
  msgstr "Páginas"
999
 
1000
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1001
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1002
  #, fuzzy
1003
  msgid "Excerpts and Posts page"
1004
  msgstr "Pedaços (na Homepage)"
1005
 
1006
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1007
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1008
  msgid "Category Archives"
1009
  msgstr "Arquivos de Categorias"
1010
 
1011
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1012
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1013
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1014
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
1021
  msgid "BuddyPress group (only at top of content)"
1022
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
1023
 
1024
+ #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1025
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1026
  msgid "BBPress forum"
1027
  msgstr "Forum BBPress"
1028
 
1029
+ #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1030
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1031
  msgid "BBPress topic"
1032
  msgstr "Tópico BBPress"
1053
  "Especifique as páginas onde você deseja habilitar a interface de "
1054
  "compartilhamento"
1055
 
1056
+ #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1057
  msgid "Show share counts"
1058
  msgstr "Exibir contadores de compartilhamento"
1059
 
1060
+ #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1061
  #, fuzzy
1062
  msgid ""
1063
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1067
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
1068
  "Odnoklassniki e Vkontakte"
1069
 
1070
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
 
 
 
 
 
 
 
 
 
1071
  #, php-format
1072
  msgid ""
1073
+ "To show Twitter share count, you have to click \"Give me my Twitter counts "
1074
+ "back\" button at <a href=\"%s\" target=\"_blank\">TwitCount.com</a> and "
1075
+ "register your website %s with them. No need to copy-paste any code from "
1076
+ "their website."
1077
  msgstr ""
 
 
 
1078
 
1079
+ #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1080
  msgid "If enabled, share counts are displayed above sharing icons."
1081
  msgstr ""
1082
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
1083
  "ícones de compartilhamento."
1084
 
1085
+ #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1086
  msgid "Show total shares"
1087
  msgstr "Exibe total de compartilhamentos"
1088
 
1089
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1090
  msgid "If enabled, total shares will be displayed with sharing icons"
1091
  msgstr ""
1092
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
1093
  "de compartilhamento"
1094
 
1095
+ #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1096
  msgid "Enable 'More' icon"
1097
  msgstr "Habilitar 'Mais' ícones"
1098
 
1099
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1100
  msgid ""
1101
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1102
  "which shows additional sharing networks in popup"
1105
  "de compartilhamento com a exibição adicional das redes sociais "
1106
  "compartilhadas em um popup"
1107
 
1108
+ #: ../admin/social_sharing.php:1108
1109
  msgid "Floating Sharing Interface Options"
1110
  msgstr "Opções da Interface de Compartilhamento Flutuante"
1111
 
1112
+ #: ../admin/social_sharing.php:1114
1113
  msgid "Enable Floating sharing interface"
1114
  msgstr "Habilita interface de compartilhamento flutuante"
1115
 
1116
+ #: ../admin/social_sharing.php:1124
1117
  msgid "Master control to enable floating sharing widget"
1118
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
1119
 
1120
+ #: ../admin/social_sharing.php:1318
1121
  msgid ""
1122
  "Specify the color or hex code (example #cc78e0) for the background of "
1123
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1129
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
1130
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
1131
 
1132
+ #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1133
  msgid "Left offset"
1134
  msgstr "Ajuste à esquerda"
1135
 
1136
+ #: ../admin/social_sharing.php:1358
1137
  msgid ""
1138
  "Specify a number. Increase in number will shift sharing interface towards "
1139
  "right and decrease will shift it towards left. Number can be negative too."
1143
  "interface de compartilhamento para a esquerda. Os números podem também ser "
1144
  "negativos."
1145
 
1146
+ #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1147
  msgid "Right offset"
1148
  msgstr "Ajuste à direita"
1149
 
1150
+ #: ../admin/social_sharing.php:1378
1151
  msgid ""
1152
  "Specify a number. Increase in number will shift sharing interface towards "
1153
  "left and decrease will shift it towards right. Number can be negative too."
1157
  "interface de compartilhamento para a direita. Os números podem também ser "
1158
  "negativos."
1159
 
1160
+ #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1161
  msgid "Top offset"
1162
  msgstr "Ajuste acima"
1163
 
1164
+ #: ../admin/social_sharing.php:1397
1165
  msgid ""
1166
  "Specify a number. Increase in number will shift sharing interface towards "
1167
  "bottom and decrease will shift it towards top."
1170
  "compartilhamento para baixo e decrementos no número irão deslocar a "
1171
  "interface de compartilhamento para cima."
1172
 
1173
+ #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1174
  msgid "BuddyPress group"
1175
  msgstr "Grupo BuddyPress"
1176
 
1177
+ #: ../admin/social_sharing.php:1454
1178
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1179
  msgstr ""
1180
  "Especifique as páginas onde você deseja habilitar a interface de "
1181
  "compartilhamento vertical"
1182
 
1183
+ #: ../admin/social_sharing.php:1521
1184
  msgid "Vertical floating bar responsiveness"
1185
  msgstr "Sensibilidade da barra flutuante vertical"
1186
 
1187
+ #: ../admin/social_sharing.php:1524
1188
  #, php-format
1189
  msgid "Display vertical interface only when screen is wider than %s pixels"
1190
  msgstr ""
1191
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
1192
 
1193
+ #: ../admin/social_sharing.php:1531
1194
  msgid ""
1195
  "Display vertical interface only when screen is wider than the width "
1196
  "specified."
1198
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
1199
  "especificada."
1200
 
1201
+ #: ../admin/social_sharing.php:1539
1202
  msgid "Horizontal floating bar responsiveness"
1203
  msgstr "Sensibilidade da barra flutuante horizontal"
1204
 
1205
+ #: ../admin/social_sharing.php:1542
1206
  #, php-format
1207
  msgid ""
1208
  "Stick vertical floating interface horizontally at bottom only when screen is "
1211
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1212
  "quando a tela é mais estreita do que %s pixels"
1213
 
1214
+ #: ../admin/social_sharing.php:1549
1215
  msgid ""
1216
  "Stick vertical floating interface horizontally at bottom only when screen is "
1217
  "narrower than the width specified"
1219
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1220
  "quando a tela é mais estreita do que a largura especificada"
1221
 
1222
+ #: ../admin/social_sharing.php:1559
1223
  msgid "Horizontal floating bar position"
1224
  msgstr "Posição da barra de flutuação horizontal"
1225
 
1226
+ #: ../admin/social_sharing.php:1562
1227
  #, php-format
1228
  msgid "%s pixels from %s"
1229
  msgstr "%s pixels de %s"
1230
 
1231
+ #: ../admin/social_sharing.php:1563
1232
  msgid "Auto-adjust according to screen width (responsive)"
1233
  msgstr ""
1234
 
1235
+ #: ../admin/social_sharing.php:1570
1236
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1237
  msgstr ""
1238
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1239
  "também."
1240
 
1241
+ #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1242
  msgid "Url shortener"
1243
  msgstr "Encurtador de Url"
1244
 
1245
+ #: ../admin/social_sharing.php:1596
1246
  msgid "Use shortlinks already installed"
1247
  msgstr "Use shortlinks já instalados"
1248
 
1249
+ #: ../admin/social_sharing.php:1606
1250
  msgid "Uses default short url permalinks without using any additional plugin"
1251
  msgstr ""
1252
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1253
 
1254
+ #: ../admin/social_sharing.php:1614
1255
  msgid "Enable bit.ly url shortener for sharing"
1256
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1257
 
1258
+ #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1259
  msgid "Master control to enable bit.ly url shortening for sharing"
1260
  msgstr ""
1261
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1262
 
1263
+ #: ../admin/social_sharing.php:1632
1264
  msgid "bit.ly Login"
1265
  msgstr ""
1266
 
1267
+ #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1268
  #, fuzzy, php-format
1269
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1270
  msgstr ""
1272
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1273
  "para obter Twitter API Key"
1274
 
1275
+ #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1276
  msgid "bit.ly API Key"
1277
  msgstr "bit.ly API Key"
1278
 
1279
+ #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1280
  msgid "Clear Bitly Cache"
1281
  msgstr "Limpar o Cache Bitly"
1282
 
1283
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1284
  msgid "ShortUrl cache cleared successfully."
1285
  msgstr "Cache ShortUrl limpo com sucesso."
1286
 
1287
+ #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1288
  msgid ""
1289
  "Use this to delete short urls saved in database. Handy, if urls of your "
1290
  "website have been changed but short urls are still being generated for old "
1294
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1295
  "geradas para suas urls antigas."
1296
 
1297
+ #: ../admin/social_sharing.php:1690
1298
  msgid "Share Count Cache"
1299
  msgstr "Cache de Contador de Compartilhamento"
1300
 
1301
+ #: ../admin/social_sharing.php:1696
1302
  msgid "Refresh Share Count cache every"
1303
  msgstr "Atualizar o contador de compartilhamento a cada"
1304
 
1305
+ #: ../admin/social_sharing.php:1701
1306
  msgid "Second(s)"
1307
  msgstr ""
1308
 
1309
+ #: ../admin/social_sharing.php:1702
1310
  msgid "Minute(s)"
1311
  msgstr ""
1312
 
1313
+ #: ../admin/social_sharing.php:1703
1314
  msgid "Hour(s)"
1315
  msgstr ""
1316
 
1317
+ #: ../admin/social_sharing.php:1704
1318
  msgid "Day(s)"
1319
  msgstr ""
1320
 
1321
+ #: ../admin/social_sharing.php:1712
1322
  #, fuzzy, php-format
1323
  msgid ""
1324
  "Frequent cache refreshing results in slower loading of pages with share "
1328
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1329
  "páginas com os contadores de compartilhamento habilitados"
1330
 
1331
+ #: ../admin/social_sharing.php:1720
1332
  msgid "Clear Share Counts Cache"
1333
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1334
 
1335
+ #: ../admin/social_sharing.php:1724
1336
  msgid "Share Counts cache cleared successfully."
1337
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1338
 
1339
+ #: ../admin/social_sharing.php:1731
1340
  msgid "Use this to clear cached share counts"
1341
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1342
 
1343
+ #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1344
+ #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1345
  #: ../admin/like_buttons.php:694
1346
  msgid "Language"
1347
  msgstr "Languagem"
1348
 
1349
+ #: ../admin/social_sharing.php:1756
1350
  #, php-format
1351
  msgid ""
1352
  "Enter the code of the language you want to use for like buttons. You can "
1357
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1358
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1359
 
1360
+ #: ../admin/social_sharing.php:1765
1361
  msgid "Username in sharing"
1362
  msgstr "Username no compartilhamento"
1363
 
1364
+ #: ../admin/social_sharing.php:1771
1365
  msgid "Twitter username (without @)"
1366
  msgstr "Username do Twitter (sem @)"
1367
 
1368
+ #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1369
  msgid ""
1370
  "Provided username will be appended after the content being shared as \"via "
1371
  "@USERNAME\". Leave empty if you do not want any username in the content "
1375
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1376
  "no conteúdo sendo compartilhado."
1377
 
1378
+ #: ../admin/social_sharing.php:1790
1379
  msgid "Buffer username (without @)"
1380
  msgstr "Username do Buffer (sem @)"
1381
 
1382
+ #: ../admin/social_sharing.php:1809
1383
  msgid "AMP"
1384
  msgstr ""
1385
 
1386
+ #: ../admin/social_sharing.php:1815
1387
  #, fuzzy
1388
  msgid "Enable sharing on AMP pages"
1389
  msgstr "Habilia a página de autenticação"
1390
 
1391
+ #: ../admin/social_sharing.php:1825
1392
  msgid "Enable this option to render sharing icons on AMP pages"
1393
  msgstr ""
1394
 
1395
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1396
  msgid "myCRED"
1397
  msgstr ""
1398
 
1399
+ #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1400
  msgid "Append myCRED referral ID to the urls being shared"
1401
  msgstr ""
1402
 
1403
+ #: ../admin/social_sharing.php:1883
1404
  msgid "Facebook Sharing Troubleshooter"
1405
  msgstr "Solução de problema no compartilhamento com o Facebook"
1406
 
1407
+ #: ../admin/social_sharing.php:1888
1408
  #, fuzzy
1409
  msgid ""
1410
  "If Facebook sharing is not working fine, click at the following link and "
1417
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1418
  "website:"
1419
 
1420
+ #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1421
  #: ../admin/social_login.php:1180
1422
  msgid ""
1423
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1424
  "an online website for the plugin to function properly."
1425
  msgstr ""
1426
 
1427
+ #: ../admin/social_sharing.php:1907
1428
  msgid "Why is Instagram icon redirecting to Instagram website?"
1429
  msgstr ""
1430
 
1431
+ #: ../admin/social_sharing.php:1908
1432
  msgid ""
1433
  "Instagram icon is there to send website visitors to the Instagram page of "
1434
  "your choice. You can save the desired Instagram handle in \"Instagram "
1436
  "sections."
1437
  msgstr ""
1438
 
1439
+ #: ../admin/social_sharing.php:1911
1440
+ msgid ""
1441
+ "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1442
+ msgstr ""
1443
+
1444
+ #: ../admin/social_sharing.php:1912
1445
+ msgid ""
1446
+ "It takes some time for their service to track the shares made on Twitter "
1447
+ "from your website. If you still feel it's taking too long you can contact "
1448
+ "their support directly from their website."
1449
+ msgstr ""
1450
+
1451
+ #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1452
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1453
  msgstr ""
1454
 
1455
+ #: ../admin/social_sharing.php:1915
1456
  msgid ""
1457
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1458
  msgstr ""
1459
 
1460
+ #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1461
  #: ../admin/social_login.php:1186
1462
  msgid "Why is my browser blocking some features of the plugin?"
1463
  msgstr ""
1464
 
1465
+ #: ../admin/social_sharing.php:1917
1466
  #, fuzzy
1467
  msgid "Why the color of share icons is not being updated?"
1468
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1469
 
1470
+ #: ../admin/social_sharing.php:1918
1471
  msgid ""
1472
  "Why is sharer not showing the correct image, title and other meta tags "
1473
  "content?"
1474
  msgstr ""
1475
 
1476
+ #: ../admin/social_sharing.php:1919
1477
  #, fuzzy
1478
  msgid "Why Facebook share counts are not appearing?"
1479
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1480
 
1481
+ #: ../admin/social_sharing.php:1920
1482
  msgid ""
1483
  "How can I show share counts of my website rather than of individual pages/"
1484
  "posts?"
1486
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1487
  "das páginas/posts individuais?"
1488
 
1489
+ #: ../admin/social_sharing.php:1921
1490
  msgid "How can I disable sharing on particular page/post?"
1491
  msgstr ""
1492
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1493
 
1494
+ #: ../admin/social_sharing.php:1922
1495
  msgid "How can I specify minimum sharing count for sharing networks?"
1496
  msgstr ""
1497
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1498
  "sociais?"
1499
 
1500
+ #: ../admin/social_sharing.php:1923
1501
  msgid "How to share specific page?"
1502
  msgstr "Como compartilhar página específica?"
1503
 
1504
+ #: ../admin/social_sharing.php:1924
1505
  msgid "How to integrate Google Analytics with sharing?"
1506
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1507
 
1508
+ #: ../admin/social_sharing.php:1925
1509
  msgid "How to customize the look of total share counts?"
1510
  msgstr ""
1511
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1512
 
1513
+ #: ../admin/social_sharing.php:1926
1514
  msgid "How to customize the look of individual share counts?"
1515
  msgstr ""
1516
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1517
 
1518
+ #: ../admin/social_sharing.php:1927
1519
  msgid "How to show Whatsapp icon only on mobile devices?"
1520
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1521
 
1522
+ #: ../admin/social_sharing.php:1928
1523
  msgid "How to hide arrow after floating sharing bar?"
1524
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1525
 
1526
+ #: ../admin/social_sharing.php:1929
1527
  #, fuzzy
1528
  msgid "Why is share count not getting updated?"
1529
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1530
 
1531
+ #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1532
  msgid "Why is there so much space between like buttons?"
1533
  msgstr ""
1534
 
1535
+ #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1536
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1537
  msgstr ""
1538
 
1548
  msgid "Social Commenting"
1549
  msgstr "Comentário Social"
1550
 
1551
+ #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1552
  msgid "Shortcode"
1553
  msgstr "Shortcode"
1554
 
1630
  msgid "Enable Facebook Commenting"
1631
  msgstr "Habilta Comentários Facebook"
1632
 
1633
+ #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1634
  msgid "Url to comment on"
1635
  msgstr "Url para comentário"
1636
 
1651
  msgid "Show Recent Facebook Comments in a Widget"
1652
  msgstr "Habilta Comentários Facebook"
1653
 
1654
+ #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1655
  msgid "Width"
1656
  msgstr "Largura"
1657
 
1713
  msgid "The order to use when displaying comments."
1714
  msgstr "Ordem a ser usada quando exibir comentários."
1715
 
1716
+ #: ../admin/social_commenting.php:330
 
 
 
 
1717
  #, php-format
1718
  msgid ""
1719
  "Enter the code of the language you want to use to display commenting. You "
1725
  "target=\\\"_blank\\\">neste link</a>. Deixe em branco para línguagem padrão "
1726
  "(inglês)"
1727
 
1728
+ #: ../admin/social_commenting.php:339
1729
  msgid "Google Plus Commenting Options"
1730
  msgstr "Opções de Comentário Google Plus"
1731
 
1732
+ #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1733
  msgid "Enable Google Plus Commenting"
1734
  msgstr "Habilitar Comentários para o Google Plus"
1735
 
1736
+ #: ../admin/social_commenting.php:373
1737
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1738
  msgstr ""
1739
  "Largura da interface de Comentário do GooglePlus. Deixe em branco para auto "
1740
  "ajuste"
1741
 
1742
+ #: ../admin/social_commenting.php:391
1743
  msgid ""
1744
  "The absolute URL that comments posted will be permanently associated with. "
1745
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1751
  "URL. <br/>se vazio à esquerda <strong>(Recomendado)</strong>, a url da "
1752
  "webpage será utilizada em cada comentário que estiver habilitado."
1753
 
1754
+ #: ../admin/social_commenting.php:400
1755
  msgid "Disqus Commenting Options"
1756
  msgstr "Opções de Comentário Disqus"
1757
 
1758
+ #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1759
  msgid "Enable Disqus Commenting"
1760
  msgstr "Habilitar comentário Disqus"
1761
 
1762
+ #: ../admin/social_commenting.php:424
1763
  msgid "Disqus Shortname"
1764
  msgstr "Disqus Shortname"
1765
 
1766
+ #: ../admin/social_commenting.php:434
1767
  msgid ""
1768
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1769
  "shortname, visit following link."
1771
  "<strong>Requerido para utilizar comentários Disqus.</strong> Para mais "
1772
  "informações sobre shortname, visite o seguinte link."
1773
 
1774
+ #: ../admin/social_commenting.php:452
1775
  msgid "Social Commenting Shortcode"
1776
  msgstr "Shortcode em Comentário Social"
1777
 
1778
+ #: ../admin/social_commenting.php:466
1779
  msgid ""
1780
  "How to show recent Facebook Comments from all over the website in a widget?"
1781
  msgstr ""
1782
 
1783
+ #: ../admin/social_commenting.php:467
1784
  msgid ""
1785
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1786
  "Https?"
1787
  msgstr ""
1788
 
1789
+ #: ../admin/social_commenting.php:469
1790
  msgid "How can I disable Social Commenting at individual page/post?"
1791
  msgstr ""
1792
  "Como posso desabilitar Comentário Social em uma pagina/post individual?"
1793
 
1794
+ #: ../admin/social_commenting.php:470
1795
  msgid "How to disable default comment form from Social Commenting?"
1796
  msgstr ""
1797
  "Como deabilitar formulários de comentários padrão de Comentário Social?"
2786
  msgid "Archives"
2787
  msgstr "Arquivos de Categorias"
2788
 
2789
+ #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2790
  msgid "Invalid request"
2791
  msgstr "Requisição inválida"
2792
 
3071
  msgid "RSS Feed URL:"
3072
  msgstr ""
3073
 
3074
+ #~ msgid ""
3075
+ #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3076
+ #~ "share counts"
3077
+ #~ msgstr ""
3078
+ #~ "Use <a href=\\\"%s\\\" target=\\\"_blank\\\">NewShareCounts</a> para "
3079
+ #~ "exibir o contador do Twitter"
3080
+
3081
+ #~ msgid ""
3082
+ #~ "For this to work, you have to enter your website url %s and sign in using "
3083
+ #~ "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
3084
+ #~ msgstr ""
3085
+ #~ "Para isso funcionar, você deve fornecer a url de seu website %s e se "
3086
+ #~ "autenticar na conta do Twitter em <a href=\\\"%s\\\" target=\\\"_blank\\"
3087
+ #~ "\">no website dele</a>"
3088
+
3089
+ #~ msgid ""
3090
+ #~ "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
3091
+ #~ "share counts"
3092
+ #~ msgstr ""
3093
+ #~ "Use <a href=\\\"%s\\\" target=\\\"_blank\\\">OpenShareCount</a> para "
3094
+ #~ "exibir o contador de compartilhamento do Twitter"
3095
+
3096
+ #~ msgid ""
3097
+ #~ "For this to work, you have to sign up and register your website url %s at "
3098
+ #~ "<a href=\"%s\" target=\"_blank\">their website</a>"
3099
+ #~ msgstr ""
3100
+ #~ "Para isso funcionar, você tem que se autenticar e registrar a url de seu "
3101
+ #~ "website %s em <a href=\\\"%s\\\" target=\\\"_blank\\\">no website dele</a>"
3102
+
3103
  #~ msgid ""
3104
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3105
  #~ "strong> options at the link mentioned"
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: 2018-09-06 23:21+0530\n"
6
- "PO-Revision-Date: 2018-09-06 23:21+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -71,7 +71,7 @@ msgstr ""
71
  "Убедитесь, что «Включить Блокировку обратного вызова » параметр отключен. "
72
  "Смотрите шаг 4 %s"
73
 
74
- #: ../super_socializer.php:872 ../helper.php:963
75
  msgid "Please verify your email address to login."
76
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
77
 
@@ -91,7 +91,7 @@ msgstr "Email (Обязательно)"
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
93
 
94
- #: ../super_socializer.php:904 ../helper.php:503
95
  msgid "Enter your LiveJournal username"
96
  msgstr "Введите ваше имя пользователя LiveJournal"
97
 
@@ -121,7 +121,7 @@ msgstr "Super Socializer - Общие настройки"
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
- #: ../super_socializer.php:1296 ../helper.php:885
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
@@ -133,7 +133,7 @@ msgstr "Ссылка для маленького аватара"
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
- #: ../super_socializer.php:1307 ../helper.php:888
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:1311 ../helper.php:889
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
148
  "соцсети"
149
 
150
- #: ../super_socializer.php:1384 ../super_socializer.php:2010
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
@@ -170,61 +170,61 @@ msgstr ""
170
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
171
  "потребуется проверить его"
172
 
173
- #: ../super_socializer.php:1400 ../super_socializer.php:1934
174
  msgid "Link your social account to login to your account at this website"
175
  msgstr ""
176
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
177
  "этом сайте"
178
 
179
- #: ../super_socializer.php:1629
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:1638
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:1647
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:1656
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:1665
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:1672
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:1683
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:1699
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:1723
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -232,14 +232,14 @@ msgid ""
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1723 ../super_socializer.php:1748
236
- #: ../super_socializer.php:1773 ../super_socializer.php:1798
237
- #: ../super_socializer.php:1831 ../super_socializer.php:1859
238
- #: ../super_socializer.php:1886 ../super_socializer.php:1910
239
  msgid "Okay"
240
  msgstr "Окей"
241
 
242
- #: ../super_socializer.php:1748
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -247,7 +247,7 @@ msgid ""
247
  "\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1773
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -255,7 +255,7 @@ msgid ""
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1798
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -263,13 +263,13 @@ msgid ""
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
- #: ../super_socializer.php:1809
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:1831
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -277,15 +277,16 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1859
281
  #, php-format
282
  msgid ""
283
- "Twitter share counts are no longer working as newsharecounts.com is down. To "
284
- "continue showing the Twitter shares, just sign up <a href=\"%s\" target="
285
- "\"_blank\">here</a> with this domain"
 
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:1886
289
  #, php-format
290
  msgid ""
291
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -293,7 +294,7 @@ msgid ""
293
  "\"%s\" target=\"_blank\">here</a>"
294
  msgstr ""
295
 
296
- #: ../super_socializer.php:1910
297
  #, php-format
298
  msgid ""
299
  "Your website visitors will see a popup notification (only once) if their "
@@ -325,102 +326,102 @@ msgstr "Нажмите, чтобы получить помощь"
325
  msgid "Click to hide help"
326
  msgstr "Нажмите, чтобы скрыть помощь"
327
 
328
- #: ../helper.php:252
329
  msgid "Add-Ons"
330
  msgstr "Дополнения"
331
 
332
- #: ../helper.php:253
333
  msgid "Support Documentation"
334
  msgstr "Техническая документация"
335
 
336
- #: ../helper.php:254
337
  msgid "Settings"
338
  msgstr "Настройки"
339
 
340
- #: ../helper.php:548
341
  msgid "Account linked successfully"
342
  msgstr "Аккаунт успешно связан"
343
 
344
- #: ../helper.php:552
345
  msgid "Account already exists or linked"
346
  msgstr "Аккаунт уже существует или связан"
347
 
348
- #: ../helper.php:614 ../helper.php:620
349
  msgid "Currently"
350
  msgstr "На данный момент"
351
 
352
- #: ../helper.php:614 ../helper.php:620
353
  msgid "Connected with"
354
  msgstr "Авторизоваться с помощью"
355
 
356
- #: ../helper.php:614 ../helper.php:620
357
  msgid "Remove"
358
  msgstr "Удалить"
359
 
360
- #: ../helper.php:691
361
  msgid "Social Account Linking"
362
  msgstr "Ссылки на социальный аккаунт"
363
 
364
- #: ../helper.php:741
365
  msgid "Disable Standard Social Sharing on this "
366
  msgstr "Отключить стандартный блок Поделиться на этом"
367
 
368
- #: ../helper.php:746
369
  msgid "Disable Floating Social Sharing on this "
370
  msgstr "Отключить плавающий блок Поделиться на этом"
371
 
372
- #: ../helper.php:751
373
  msgid "Disable Standard like buttons on this "
374
  msgstr "Откдючить стандартные кнопки Нравится на этом"
375
 
376
- #: ../helper.php:756
377
  msgid "Disable Floating like buttons on this "
378
  msgstr "Откдючить плавающие кнопки Нравится на этом"
379
 
380
- #: ../helper.php:761
381
  msgid "Disable Social Commenting on this "
382
  msgstr "Деактивировать социальное комментироване"
383
 
384
- #: ../helper.php:770
385
  msgid "Standard Sharing Interface"
386
  msgstr "Стандартный интерфейс Поделиться"
387
 
388
- #: ../helper.php:776 ../helper.php:795
389
  msgid "Starting share count for "
390
  msgstr "Запустить счетчик поделиться для"
391
 
392
- #: ../helper.php:789
393
  msgid "Floating Sharing Interface"
394
  msgstr "Плавающий интерфейс Поделиться"
395
 
396
- #: ../helper.php:892
397
  msgid "Small Avatar"
398
  msgstr "Небольшой аватар"
399
 
400
- #: ../helper.php:896
401
  msgid "Large Avatar"
402
  msgstr "Большой аватар"
403
 
404
- #: ../helper.php:900 ../admin/general_options.php:128
405
- #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
406
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
407
  msgid "Save Changes"
408
  msgstr "Сохранить изменения"
409
 
410
- #: ../helper.php:1000
411
  msgid "Click to delete social profile data"
412
  msgstr ""
413
 
414
- #: ../helper.php:1029
415
  #, fuzzy
416
  msgid "Deleting"
417
  msgstr "Настройки"
418
 
419
- #: ../helper.php:1039
420
  msgid "Deleted"
421
  msgstr ""
422
 
423
- #: ../helper.php:1041
424
  msgid "Something bad happened"
425
  msgstr ""
426
 
@@ -496,15 +497,15 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
496
  msgstr ""
497
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
498
 
499
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
500
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1202
501
  #: ../admin/like_buttons.php:827
502
  #, fuzzy
503
  msgid "Instagram Shoutout"
504
  msgstr "Instagram"
505
 
506
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
507
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1204
508
  #: ../admin/like_buttons.php:829
509
  msgid ""
510
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -512,8 +513,8 @@ msgid ""
512
  "hashtags and people to mention in the Instagram post."
513
  msgstr ""
514
 
515
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
516
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1205
517
  #: ../admin/like_buttons.php:830
518
  msgid ""
519
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -523,8 +524,8 @@ msgid ""
523
  "time."
524
  msgstr ""
525
 
526
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
527
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1206
528
  #: ../admin/like_buttons.php:831
529
  msgid ""
530
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -665,8 +666,8 @@ msgstr "Разное"
665
  msgid "3rd Party Integration"
666
  msgstr "XProfile интеграция"
667
 
668
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
669
- #: ../admin/social_sharing.php:1907 ../admin/social_login.php:41
670
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
671
  #: ../admin/like_buttons.php:793
672
  msgid "Shortcode & Widget"
@@ -676,8 +677,8 @@ msgstr "Шорткод и виджет"
676
  msgid "Troubleshooter"
677
  msgstr "Устранение неисправностей"
678
 
679
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
680
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
681
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
682
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
683
  msgid "FAQ"
@@ -785,7 +786,7 @@ msgstr ""
785
  "\">здесь</a>"
786
 
787
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
788
- #: ../admin/social_sharing.php:1330 ../admin/like_buttons.php:406
789
  #: ../inc/widget.php:436 ../inc/widget.php:748
790
  msgid "Background Color"
791
  msgstr "Цвет фона"
@@ -829,7 +830,7 @@ msgid "(applies, if counter enabled)"
829
  msgstr "(применяется, если счетчик включен)"
830
 
831
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
832
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1352
833
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
834
  #: ../inc/widget.php:422 ../inc/widget.php:734
835
  msgid "Left"
@@ -840,7 +841,7 @@ msgid "Top"
840
  msgstr "Сверху"
841
 
842
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
843
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1353
844
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
845
  #: ../inc/widget.php:423 ../inc/widget.php:735
846
  msgid "Right"
@@ -886,27 +887,27 @@ msgstr "Включить стандартный интерфейс Подели
886
  msgid "Master control to enable standard sharing"
887
  msgstr "Мастер настройки включения стандартных опций Поделиться"
888
 
889
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1156
890
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
891
  msgid "Target Url"
892
  msgstr "Целевой URL:"
893
 
894
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1160
895
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
896
  msgid "Url of the webpage where icons are located (default)"
897
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
898
 
899
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1162
900
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
901
  msgid "Url of the homepage of your website"
902
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
903
 
904
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1164
905
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
906
  msgid "Custom url"
907
  msgstr "Пользовательская ссылка"
908
 
909
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1171
910
  msgid "Url to share"
911
  msgstr "Ссылка чтобы Поделиться"
912
 
@@ -920,11 +921,11 @@ msgstr "Заголовок"
920
  msgid "The text to display above the sharing interface"
921
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
922
 
923
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1180
924
  msgid "Instagram username"
925
  msgstr "Введите имя пользователя Instagram."
926
 
927
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1190
928
  msgid ""
929
  "Username of the Instagram account you want to redirect users to, on clicking "
930
  "the icon"
@@ -932,38 +933,38 @@ msgstr ""
932
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
933
  "перенаправить пользователей, по нажатию на иконку"
934
 
935
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1200
936
  #, fuzzy
937
  msgid "HTML ID of container element of comment form"
938
  msgstr "HTML-идентификатор форма комментария контейнер"
939
 
940
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1210
941
  msgid ""
942
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
943
  "icon."
944
  msgstr ""
945
 
946
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1219
947
  msgid "Rearrange icons"
948
  msgstr "Переставить иконы"
949
 
950
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1278
951
  msgid "Drag the icons to rearrange in desired order"
952
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
953
 
954
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1286
955
  msgid "Select Sharing Services"
956
  msgstr "Выберите сервисы Поделиться"
957
 
958
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1293
959
  msgid "Select sharing services to show in social share bar"
960
  msgstr "Выберите сервисы для показа в панели шейринга"
961
 
962
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1311
963
  msgid "Search social network"
964
  msgstr ""
965
 
966
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1348
967
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
968
  msgid "Horizontal alignment"
969
  msgstr "Горизонтальное выравнивание"
@@ -972,7 +973,7 @@ msgstr "Горизонтальное выравнивание"
972
  msgid "Center"
973
  msgstr "Центр"
974
 
975
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1361
976
  msgid "Horizontal alignment of the sharing interface"
977
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
978
 
@@ -992,37 +993,37 @@ msgstr "Под содержимым"
992
  msgid "Specify position of the sharing interface with respect to the content"
993
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
994
 
995
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1427
996
  msgid "Placement"
997
  msgstr "Размещение"
998
 
999
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
1000
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
1001
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1002
  msgid "Homepage"
1003
  msgstr "Главная"
1004
 
1005
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1433
1006
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1007
  msgid "Posts"
1008
  msgstr "Записи"
1009
 
1010
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1435
1011
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1012
  msgid "Pages"
1013
  msgstr "Страницы"
1014
 
1015
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1437
1016
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1017
  msgid "Excerpts and Posts page"
1018
  msgstr "Страницы анонсов и страниц"
1019
 
1020
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1439
1021
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1022
  msgid "Category Archives"
1023
  msgstr "Архивы категорий"
1024
 
1025
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1441
1026
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1027
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1028
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
@@ -1035,12 +1036,12 @@ msgstr "BuddyPress активность"
1035
  msgid "BuddyPress group (only at top of content)"
1036
  msgstr "BuddyPress группы (только в верхней части контента)"
1037
 
1038
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1463
1039
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1040
  msgid "BBPress forum"
1041
  msgstr "BBPress форум"
1042
 
1043
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1466
1044
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1045
  msgid "BBPress topic"
1046
  msgstr "BBPress тема"
@@ -1065,11 +1066,11 @@ msgstr "WooCommerce страница благодарности"
1065
  msgid "Specify the pages where you want to enable Sharing interface"
1066
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
1067
 
1068
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1484
1069
  msgid "Show share counts"
1070
  msgstr "Показать счетчик кнопок Поделиться"
1071
 
1072
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1489
1073
  #, fuzzy
1074
  msgid ""
1075
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1078,62 +1079,34 @@ msgstr ""
1078
  "Поддерживаются Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, "
1079
  "Pinterest, Stumbleupon, Odnoklassniki и Vkontakte"
1080
 
1081
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1497
1082
- #, php-format
1083
- msgid ""
1084
- "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
1085
- "share counts"
1086
- msgstr ""
1087
- "Используйте <a href=«%s» target=«_blank»>NewShareCounts</a> чтобы показать "
1088
- "счетчик расшариваний Твиттера "
1089
-
1090
- #: ../admin/social_sharing.php:1064 ../admin/social_sharing.php:1499
1091
  #, php-format
1092
  msgid ""
1093
- "For this to work, you have to enter your website url %s and sign in using "
1094
- "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
 
 
1095
  msgstr ""
1096
- "Чтобы это заработало, вы должны ввести url вашего веб-сайта \"%s\" и "
1097
- "войдите, используя Twitter на <a href=\"%s\" target=\"_blank\">своем веб-"
1098
- "сайте</a>"
1099
 
1100
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1501
1101
- #, php-format
1102
- msgid ""
1103
- "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
1104
- "share counts"
1105
- msgstr ""
1106
- "Используйте <a href=«%s» target=«_blank»>OpenShareCount</a> , чтобы показать "
1107
- "счетчик расшариваний Twitter"
1108
-
1109
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1503
1110
- #, php-format
1111
- msgid ""
1112
- "For this to work, you have to sign up and register your website url %s at <a "
1113
- "href=\"%s\" target=\"_blank\">their website</a>"
1114
- msgstr ""
1115
- "Чтобы это заработало, вы должны войти и зарегистрировать url вашего веб-"
1116
- "сайта \"%s\" на <a href=\"%s\" target=\"_blank\">на их сайте</a>"
1117
-
1118
- #: ../admin/social_sharing.php:1075 ../admin/social_sharing.php:1510
1119
  msgid "If enabled, share counts are displayed above sharing icons."
1120
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
1121
 
1122
- #: ../admin/social_sharing.php:1084 ../admin/social_sharing.php:1519
1123
  msgid "Show total shares"
1124
  msgstr "Включить общее количество Поделиться"
1125
 
1126
- #: ../admin/social_sharing.php:1094 ../admin/social_sharing.php:1529
1127
  msgid "If enabled, total shares will be displayed with sharing icons"
1128
  msgstr ""
1129
  "Если включено, то общее количество Поделиться будет отображаться с кнопками "
1130
  "Поделиться"
1131
 
1132
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1538
1133
  msgid "Enable 'More' icon"
1134
  msgstr "Включить значок «Больше»"
1135
 
1136
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1548
1137
  msgid ""
1138
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1139
  "which shows additional sharing networks in popup"
@@ -1141,19 +1114,19 @@ msgstr ""
1141
  "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая "
1142
  "показывает дополнительные сервисы в всплывающем окне"
1143
 
1144
- #: ../admin/social_sharing.php:1130
1145
  msgid "Floating Sharing Interface Options"
1146
  msgstr "Параметры плавающих кнопок Поделиться"
1147
 
1148
- #: ../admin/social_sharing.php:1136
1149
  msgid "Enable Floating sharing interface"
1150
  msgstr "Включить интерфейс плавающих кнопок Поделиться"
1151
 
1152
- #: ../admin/social_sharing.php:1146
1153
  msgid "Master control to enable floating sharing widget"
1154
  msgstr "Мастер управления включения плавающего виджета Поделиться"
1155
 
1156
- #: ../admin/social_sharing.php:1340
1157
  msgid ""
1158
  "Specify the color or hex code (example #cc78e0) for the background of "
1159
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1165,11 +1138,11 @@ msgstr ""
1165
  "Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker."
1166
  "com/\" target=\"_blank\">здесь</a>"
1167
 
1168
- #: ../admin/social_sharing.php:1370 ../admin/like_buttons.php:446
1169
  msgid "Left offset"
1170
  msgstr "Смещение влево"
1171
 
1172
- #: ../admin/social_sharing.php:1380
1173
  msgid ""
1174
  "Specify a number. Increase in number will shift sharing interface towards "
1175
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1178,11 +1151,11 @@ msgstr ""
1178
  "отношению к правой стороне и уменьшать по отношению к правой сторону. Число "
1179
  "может быть отрицательным."
1180
 
1181
- #: ../admin/social_sharing.php:1390 ../admin/like_buttons.php:466
1182
  msgid "Right offset"
1183
  msgstr "Смещение вправо"
1184
 
1185
- #: ../admin/social_sharing.php:1400
1186
  msgid ""
1187
  "Specify a number. Increase in number will shift sharing interface towards "
1188
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1191,11 +1164,11 @@ msgstr ""
1191
  "отношению к левой стороне и уменьшать по отношению к правой сторону. Число "
1192
  "может быть отрицательным."
1193
 
1194
- #: ../admin/social_sharing.php:1409 ../admin/like_buttons.php:485
1195
  msgid "Top offset"
1196
  msgstr "Верхний отступ"
1197
 
1198
- #: ../admin/social_sharing.php:1419
1199
  msgid ""
1200
  "Specify a number. Increase in number will shift sharing interface towards "
1201
  "bottom and decrease will shift it towards top."
@@ -1203,27 +1176,27 @@ msgstr ""
1203
  "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по "
1204
  "отношению к низу и уменьшать по отношению к верху. "
1205
 
1206
- #: ../admin/social_sharing.php:1455 ../admin/like_buttons.php:531
1207
  msgid "BuddyPress group"
1208
  msgstr "BuddyPress группа"
1209
 
1210
- #: ../admin/social_sharing.php:1476
1211
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1212
  msgstr ""
1213
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
1214
 
1215
- #: ../admin/social_sharing.php:1556
1216
  msgid "Vertical floating bar responsiveness"
1217
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1218
 
1219
- #: ../admin/social_sharing.php:1559
1220
  #, php-format
1221
  msgid "Display vertical interface only when screen is wider than %s pixels"
1222
  msgstr ""
1223
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
1224
  "пикселей."
1225
 
1226
- #: ../admin/social_sharing.php:1566
1227
  msgid ""
1228
  "Display vertical interface only when screen is wider than the width "
1229
  "specified."
@@ -1231,11 +1204,11 @@ msgstr ""
1231
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
1232
  "ширина по умолчанию."
1233
 
1234
- #: ../admin/social_sharing.php:1574
1235
  msgid "Horizontal floating bar responsiveness"
1236
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1237
 
1238
- #: ../admin/social_sharing.php:1577
1239
  #, php-format
1240
  msgid ""
1241
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1244,7 +1217,7 @@ msgstr ""
1244
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1245
  "уже чем %s пикселей"
1246
 
1247
- #: ../admin/social_sharing.php:1584
1248
  msgid ""
1249
  "Stick vertical floating interface horizontally at bottom only when screen is "
1250
  "narrower than the width specified"
@@ -1252,52 +1225,52 @@ msgstr ""
1252
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1253
  "уже чем указанная ширина"
1254
 
1255
- #: ../admin/social_sharing.php:1594
1256
  msgid "Horizontal floating bar position"
1257
  msgstr "Расположение горизонтальной плавающей панели"
1258
 
1259
- #: ../admin/social_sharing.php:1597
1260
  #, php-format
1261
  msgid "%s pixels from %s"
1262
  msgstr "%s пикселей от %s"
1263
 
1264
- #: ../admin/social_sharing.php:1598
1265
  msgid "Auto-adjust according to screen width (responsive)"
1266
  msgstr ""
1267
 
1268
- #: ../admin/social_sharing.php:1605
1269
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1270
  msgstr ""
1271
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
1272
  "отрицательным."
1273
 
1274
- #: ../admin/social_sharing.php:1625 ../admin/like_buttons.php:588
1275
  msgid "Url shortener"
1276
  msgstr "Укорачивание URL"
1277
 
1278
- #: ../admin/social_sharing.php:1631
1279
  msgid "Use shortlinks already installed"
1280
  msgstr "Использование коротких ссылок уже установлено"
1281
 
1282
- #: ../admin/social_sharing.php:1641
1283
  msgid "Uses default short url permalinks without using any additional plugin"
1284
  msgstr ""
1285
  "Использует по умолчанию постоянные короткие url без использования каких-"
1286
  "либо дополнительных плагинов"
1287
 
1288
- #: ../admin/social_sharing.php:1649
1289
  msgid "Enable bit.ly url shortener for sharing"
1290
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1291
 
1292
- #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:622
1293
  msgid "Master control to enable bit.ly url shortening for sharing"
1294
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1295
 
1296
- #: ../admin/social_sharing.php:1667
1297
  msgid "bit.ly Login"
1298
  msgstr "bit.ly логин"
1299
 
1300
- #: ../admin/social_sharing.php:1677 ../admin/social_sharing.php:1696
1301
  #, fuzzy, php-format
1302
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1303
  msgstr ""
@@ -1305,19 +1278,19 @@ msgstr ""
1305
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1306
  "Twitter."
1307
 
1308
- #: ../admin/social_sharing.php:1686 ../admin/like_buttons.php:649
1309
  msgid "bit.ly API Key"
1310
  msgstr "bit.ly ключ приложения"
1311
 
1312
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:668
1313
  msgid "Clear Bitly Cache"
1314
  msgstr "Очистить Bitly кэш"
1315
 
1316
- #: ../admin/social_sharing.php:1709 ../admin/like_buttons.php:672
1317
  msgid "ShortUrl cache cleared successfully."
1318
  msgstr "ShortUrl кэш успешно очищен."
1319
 
1320
- #: ../admin/social_sharing.php:1716 ../admin/like_buttons.php:679
1321
  msgid ""
1322
  "Use this to delete short urls saved in database. Handy, if urls of your "
1323
  "website have been changed but short urls are still being generated for old "
@@ -1327,31 +1300,31 @@ msgstr ""
1327
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1328
  "адреса по-прежнему создаются для старых URL-адресов."
1329
 
1330
- #: ../admin/social_sharing.php:1725
1331
  msgid "Share Count Cache"
1332
  msgstr "Кэш счетчиков поделиться"
1333
 
1334
- #: ../admin/social_sharing.php:1731
1335
  msgid "Refresh Share Count cache every"
1336
  msgstr "Обновить кэш счетчиков Поделиться"
1337
 
1338
- #: ../admin/social_sharing.php:1736
1339
  msgid "Second(s)"
1340
  msgstr "Секунд"
1341
 
1342
- #: ../admin/social_sharing.php:1737
1343
  msgid "Minute(s)"
1344
  msgstr "Минут"
1345
 
1346
- #: ../admin/social_sharing.php:1738
1347
  msgid "Hour(s)"
1348
  msgstr "Часов"
1349
 
1350
- #: ../admin/social_sharing.php:1739
1351
  msgid "Day(s)"
1352
  msgstr "Дней"
1353
 
1354
- #: ../admin/social_sharing.php:1747
1355
  #, fuzzy, php-format
1356
  msgid ""
1357
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1361,25 +1334,25 @@ msgstr ""
1361
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1362
  "включенными счетчиками Поделиться"
1363
 
1364
- #: ../admin/social_sharing.php:1755
1365
  msgid "Clear Share Counts Cache"
1366
  msgstr "Очистить кэш счетчиков Поделиться"
1367
 
1368
- #: ../admin/social_sharing.php:1759
1369
  msgid "Share Counts cache cleared successfully."
1370
  msgstr "Share Counts кэш успешно очищен."
1371
 
1372
- #: ../admin/social_sharing.php:1766
1373
  msgid "Use this to clear cached share counts"
1374
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1375
 
1376
- #: ../admin/social_sharing.php:1775 ../admin/social_sharing.php:1781
1377
- #: ../admin/social_commenting.php:328 ../admin/like_buttons.php:688
1378
  #: ../admin/like_buttons.php:694
1379
  msgid "Language"
1380
  msgstr "Язык"
1381
 
1382
- #: ../admin/social_sharing.php:1791
1383
  #, php-format
1384
  msgid ""
1385
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1390,15 +1363,15 @@ msgstr ""
1390
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1391
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1392
 
1393
- #: ../admin/social_sharing.php:1800
1394
  msgid "Username in sharing"
1395
  msgstr "Имя пользователя чтобы поделиться"
1396
 
1397
- #: ../admin/social_sharing.php:1806
1398
  msgid "Twitter username (without @)"
1399
  msgstr "Twitter имя пользователя (без @)"
1400
 
1401
- #: ../admin/social_sharing.php:1816 ../admin/social_sharing.php:1835
1402
  msgid ""
1403
  "Provided username will be appended after the content being shared as \"via "
1404
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1407,35 +1380,35 @@ msgstr ""
1407
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1408
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1409
 
1410
- #: ../admin/social_sharing.php:1825
1411
  msgid "Buffer username (without @)"
1412
  msgstr "Имя пользователя в Twitter (без @)"
1413
 
1414
- #: ../admin/social_sharing.php:1844
1415
  msgid "AMP"
1416
  msgstr "AMP"
1417
 
1418
- #: ../admin/social_sharing.php:1850
1419
  msgid "Enable sharing on AMP pages"
1420
  msgstr "Разрешить общий доступ на страницах AMP"
1421
 
1422
- #: ../admin/social_sharing.php:1860
1423
  msgid "Enable this option to render sharing icons on AMP pages"
1424
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1425
 
1426
- #: ../admin/social_sharing.php:1879 ../admin/like_buttons.php:767
1427
  msgid "myCRED"
1428
  msgstr ""
1429
 
1430
- #: ../admin/social_sharing.php:1885 ../admin/like_buttons.php:773
1431
  msgid "Append myCRED referral ID to the urls being shared"
1432
  msgstr ""
1433
 
1434
- #: ../admin/social_sharing.php:1918
1435
  msgid "Facebook Sharing Troubleshooter"
1436
  msgstr "Устранение неисправностей Поделиться от Facebook"
1437
 
1438
- #: ../admin/social_sharing.php:1923
1439
  msgid ""
1440
  "If Facebook sharing is not working fine, click at the following link and "
1441
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1447,18 +1420,18 @@ msgstr ""
1447
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1448
  "\"Получение информации о новой поломке\" ."
1449
 
1450
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1451
  #: ../admin/social_login.php:1180
1452
  msgid ""
1453
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1454
  "an online website for the plugin to function properly."
1455
  msgstr ""
1456
 
1457
- #: ../admin/social_sharing.php:1942
1458
  msgid "Why is Instagram icon redirecting to Instagram website?"
1459
  msgstr ""
1460
 
1461
- #: ../admin/social_sharing.php:1943
1462
  msgid ""
1463
  "Instagram icon is there to send website visitors to the Instagram page of "
1464
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1466,26 +1439,38 @@ msgid ""
1466
  "sections."
1467
  msgstr ""
1468
 
1469
- #: ../admin/social_sharing.php:1945 ../admin/like_buttons.php:810
 
 
 
 
 
 
 
 
 
 
 
 
1470
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1471
  msgstr ""
1472
 
1473
- #: ../admin/social_sharing.php:1946
1474
  msgid ""
1475
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1476
  msgstr ""
1477
 
1478
- #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1479
  #: ../admin/social_login.php:1186
1480
  msgid "Why is my browser blocking some features of the plugin?"
1481
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1482
 
1483
- #: ../admin/social_sharing.php:1948
1484
  #, fuzzy
1485
  msgid "Why the color of share icons is not being updated?"
1486
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1487
 
1488
- #: ../admin/social_sharing.php:1949
1489
  msgid ""
1490
  "Why is sharer not showing the correct image, title and other meta tags "
1491
  "content?"
@@ -1493,11 +1478,11 @@ msgstr ""
1493
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1494
  "мета данные контента? "
1495
 
1496
- #: ../admin/social_sharing.php:1950
1497
  msgid "Why Facebook share counts are not appearing?"
1498
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1499
 
1500
- #: ../admin/social_sharing.php:1951
1501
  msgid ""
1502
  "How can I show share counts of my website rather than of individual pages/"
1503
  "posts?"
@@ -1505,49 +1490,49 @@ msgstr ""
1505
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1506
  "постах?"
1507
 
1508
- #: ../admin/social_sharing.php:1952
1509
  msgid "How can I disable sharing on particular page/post?"
1510
  msgstr ""
1511
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1512
 
1513
- #: ../admin/social_sharing.php:1953
1514
  msgid "How can I specify minimum sharing count for sharing networks?"
1515
  msgstr "Как мне указать минимальное количество для Поделиться"
1516
 
1517
- #: ../admin/social_sharing.php:1954
1518
  msgid "How to share specific page?"
1519
  msgstr "Как поделиться определенной страницей?"
1520
 
1521
- #: ../admin/social_sharing.php:1955
1522
  msgid "How to integrate Google Analytics with sharing?"
1523
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1524
 
1525
- #: ../admin/social_sharing.php:1956
1526
  msgid "How to customize the look of total share counts?"
1527
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1528
 
1529
- #: ../admin/social_sharing.php:1957
1530
  msgid "How to customize the look of individual share counts?"
1531
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1532
 
1533
- #: ../admin/social_sharing.php:1958
1534
  msgid "How to show Whatsapp icon only on mobile devices?"
1535
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1536
 
1537
- #: ../admin/social_sharing.php:1959
1538
  msgid "How to hide arrow after floating sharing bar?"
1539
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1540
 
1541
- #: ../admin/social_sharing.php:1960
1542
  #, fuzzy
1543
  msgid "Why is share count not getting updated?"
1544
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1545
 
1546
- #: ../admin/social_sharing.php:1961 ../admin/like_buttons.php:808
1547
  msgid "Why is there so much space between like buttons?"
1548
  msgstr "Почему существует так много места между кнопками?"
1549
 
1550
- #: ../admin/social_sharing.php:1962 ../admin/like_buttons.php:809
1551
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1552
  msgstr ""
1553
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
@@ -1565,7 +1550,7 @@ msgstr "Мастер настройки комментрирования чер
1565
  msgid "Social Commenting"
1566
  msgstr "Комментирование через социальные сети"
1567
 
1568
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:458
1569
  msgid "Shortcode"
1570
  msgstr "Шорткод"
1571
 
@@ -1645,7 +1630,7 @@ msgstr "Активировать уведомления и модерацию д
1645
  msgid "Enable Facebook Commenting"
1646
  msgstr "Активировать комментирование через Facebook"
1647
 
1648
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:389
1649
  msgid "Url to comment on"
1650
  msgstr "Ссылка для комментария"
1651
 
@@ -1667,7 +1652,7 @@ msgstr ""
1667
  msgid "Show Recent Facebook Comments in a Widget"
1668
  msgstr "Активировать комментирование через Facebook"
1669
 
1670
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:371
1671
  msgid "Width"
1672
  msgstr "Ширина"
1673
 
@@ -1727,11 +1712,7 @@ msgstr "Время"
1727
  msgid "The order to use when displaying comments."
1728
  msgstr "Этот порядок используется в отображении комментариев."
1729
 
1730
- #: ../admin/social_commenting.php:320
1731
- msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
1732
- msgstr ""
1733
-
1734
- #: ../admin/social_commenting.php:338
1735
  #, php-format
1736
  msgid ""
1737
  "Enter the code of the language you want to use to display commenting. You "
@@ -1742,21 +1723,21 @@ msgstr ""
1742
  "можете найти языковые коды на <a href=\"%s\" target=\"_blank\">эту ссылку</"
1743
  "a> . Оставьте его пустым для языка по умолчанию (английский)"
1744
 
1745
- #: ../admin/social_commenting.php:347
1746
  msgid "Google Plus Commenting Options"
1747
  msgstr "Настройки комментирования через Google+"
1748
 
1749
- #: ../admin/social_commenting.php:353 ../admin/social_commenting.php:363
1750
  msgid "Enable Google Plus Commenting"
1751
  msgstr "Включить комментирование"
1752
 
1753
- #: ../admin/social_commenting.php:381
1754
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1755
  msgstr ""
1756
  "Ширина вкладки комментирования через Google+. Оставьте пустым для "
1757
  "автоподбора."
1758
 
1759
- #: ../admin/social_commenting.php:399
1760
  msgid ""
1761
  "The absolute URL that comments posted will be permanently associated with. "
1762
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1769,19 +1750,19 @@ msgstr ""
1769
  "использоваться адрес страницы, на которой включено комментирование через "
1770
  "социальные ссылки."
1771
 
1772
- #: ../admin/social_commenting.php:408
1773
  msgid "Disqus Commenting Options"
1774
  msgstr "Настройки комментирования через Disqus"
1775
 
1776
- #: ../admin/social_commenting.php:414 ../admin/social_commenting.php:424
1777
  msgid "Enable Disqus Commenting"
1778
  msgstr "Активировать комментирование через Disqus"
1779
 
1780
- #: ../admin/social_commenting.php:432
1781
  msgid "Disqus Shortname"
1782
  msgstr "Короткое имя для панели Disqus (выезжает сбоку при нажатии)"
1783
 
1784
- #: ../admin/social_commenting.php:442
1785
  msgid ""
1786
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1787
  "shortname, visit following link."
@@ -1789,28 +1770,28 @@ msgstr ""
1789
  "<strong>Необходимо для использования комментирования через Disqus.</strong> "
1790
  "Для большей информации посетите соответствующую ссылку"
1791
 
1792
- #: ../admin/social_commenting.php:460
1793
  msgid "Social Commenting Shortcode"
1794
  msgstr "Шорткод комментирования через социальные сети"
1795
 
1796
- #: ../admin/social_commenting.php:474
1797
  msgid ""
1798
  "How to show recent Facebook Comments from all over the website in a widget?"
1799
  msgstr ""
1800
 
1801
- #: ../admin/social_commenting.php:475
1802
  msgid ""
1803
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1804
  "Https?"
1805
  msgstr ""
1806
 
1807
- #: ../admin/social_commenting.php:477
1808
  msgid "How can I disable Social Commenting at individual page/post?"
1809
  msgstr ""
1810
  "Как мне отключить комментирование через социальные сети на определенных "
1811
  "страница/постах?"
1812
 
1813
- #: ../admin/social_commenting.php:478
1814
  msgid "How to disable default comment form from Social Commenting?"
1815
  msgstr ""
1816
  "Как мне деактивировать определенную форму из комментирования через "
@@ -2808,7 +2789,7 @@ msgstr "Искать"
2808
  msgid "Archives"
2809
  msgstr "Архивы "
2810
 
2811
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1090
2812
  msgid "Invalid request"
2813
  msgstr "Неверный Запрос!"
2814
 
@@ -3088,6 +3069,35 @@ msgstr ""
3088
  msgid "RSS Feed URL:"
3089
  msgstr ""
3090
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3091
  #~ msgid ""
3092
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3093
  #~ "strong> options at the link mentioned"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-11-27 13:17+0530\n"
6
+ "PO-Revision-Date: 2018-11-27 13:17+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
71
  "Убедитесь, что «Включить Блокировку обратного вызова » параметр отключен. "
72
  "Смотрите шаг 4 %s"
73
 
74
+ #: ../super_socializer.php:872 ../helper.php:968
75
  msgid "Please verify your email address to login."
76
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
77
 
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
93
 
94
+ #: ../super_socializer.php:904 ../helper.php:508
95
  msgid "Enter your LiveJournal username"
96
  msgstr "Введите ваше имя пользователя LiveJournal"
97
 
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
+ #: ../super_socializer.php:1296 ../helper.php:890
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
+ #: ../super_socializer.php:1307 ../helper.php:893
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:1311 ../helper.php:894
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
148
  "соцсети"
149
 
150
+ #: ../super_socializer.php:1384 ../super_socializer.php:2009
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
170
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
171
  "потребуется проверить его"
172
 
173
+ #: ../super_socializer.php:1400 ../super_socializer.php:1933
174
  msgid "Link your social account to login to your account at this website"
175
  msgstr ""
176
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
177
  "этом сайте"
178
 
179
+ #: ../super_socializer.php:1628
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:1637
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:1646
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:1655
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:1664
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:1671
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:1682
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:1698
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:1722
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:1722 ../super_socializer.php:1747
236
+ #: ../super_socializer.php:1772 ../super_socializer.php:1797
237
+ #: ../super_socializer.php:1830 ../super_socializer.php:1858
238
+ #: ../super_socializer.php:1885 ../super_socializer.php:1909
239
  msgid "Okay"
240
  msgstr "Окей"
241
 
242
+ #: ../super_socializer.php:1747
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:1772
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:1797
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:1808
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:1830
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:1858
281
  #, php-format
282
  msgid ""
283
+ "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
284
+ "continue showing the Twitter shares, click \"Give me my Twitter counts back"
285
+ "\" button at <a href=\"%s\" target=\"_blank\">their website</a> and register "
286
+ "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1885
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:1909
298
  #, php-format
299
  msgid ""
300
  "Your website visitors will see a popup notification (only once) if their "
326
  msgid "Click to hide help"
327
  msgstr "Нажмите, чтобы скрыть помощь"
328
 
329
+ #: ../helper.php:256
330
  msgid "Add-Ons"
331
  msgstr "Дополнения"
332
 
333
+ #: ../helper.php:257
334
  msgid "Support Documentation"
335
  msgstr "Техническая документация"
336
 
337
+ #: ../helper.php:258
338
  msgid "Settings"
339
  msgstr "Настройки"
340
 
341
+ #: ../helper.php:553
342
  msgid "Account linked successfully"
343
  msgstr "Аккаунт успешно связан"
344
 
345
+ #: ../helper.php:557
346
  msgid "Account already exists or linked"
347
  msgstr "Аккаунт уже существует или связан"
348
 
349
+ #: ../helper.php:619 ../helper.php:625
350
  msgid "Currently"
351
  msgstr "На данный момент"
352
 
353
+ #: ../helper.php:619 ../helper.php:625
354
  msgid "Connected with"
355
  msgstr "Авторизоваться с помощью"
356
 
357
+ #: ../helper.php:619 ../helper.php:625
358
  msgid "Remove"
359
  msgstr "Удалить"
360
 
361
+ #: ../helper.php:696
362
  msgid "Social Account Linking"
363
  msgstr "Ссылки на социальный аккаунт"
364
 
365
+ #: ../helper.php:746
366
  msgid "Disable Standard Social Sharing on this "
367
  msgstr "Отключить стандартный блок Поделиться на этом"
368
 
369
+ #: ../helper.php:751
370
  msgid "Disable Floating Social Sharing on this "
371
  msgstr "Отключить плавающий блок Поделиться на этом"
372
 
373
+ #: ../helper.php:756
374
  msgid "Disable Standard like buttons on this "
375
  msgstr "Откдючить стандартные кнопки Нравится на этом"
376
 
377
+ #: ../helper.php:761
378
  msgid "Disable Floating like buttons on this "
379
  msgstr "Откдючить плавающие кнопки Нравится на этом"
380
 
381
+ #: ../helper.php:766
382
  msgid "Disable Social Commenting on this "
383
  msgstr "Деактивировать социальное комментироване"
384
 
385
+ #: ../helper.php:775
386
  msgid "Standard Sharing Interface"
387
  msgstr "Стандартный интерфейс Поделиться"
388
 
389
+ #: ../helper.php:781 ../helper.php:800
390
  msgid "Starting share count for "
391
  msgstr "Запустить счетчик поделиться для"
392
 
393
+ #: ../helper.php:794
394
  msgid "Floating Sharing Interface"
395
  msgstr "Плавающий интерфейс Поделиться"
396
 
397
+ #: ../helper.php:897
398
  msgid "Small Avatar"
399
  msgstr "Небольшой аватар"
400
 
401
+ #: ../helper.php:901
402
  msgid "Large Avatar"
403
  msgstr "Большой аватар"
404
 
405
+ #: ../helper.php:905 ../admin/general_options.php:128
406
+ #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
407
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
408
  msgid "Save Changes"
409
  msgstr "Сохранить изменения"
410
 
411
+ #: ../helper.php:1005
412
  msgid "Click to delete social profile data"
413
  msgstr ""
414
 
415
+ #: ../helper.php:1034
416
  #, fuzzy
417
  msgid "Deleting"
418
  msgstr "Настройки"
419
 
420
+ #: ../helper.php:1044
421
  msgid "Deleted"
422
  msgstr ""
423
 
424
+ #: ../helper.php:1046
425
  msgid "Something bad happened"
426
  msgstr ""
427
 
497
  msgstr ""
498
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
499
 
500
+ #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
501
+ #: ../admin/social_commenting.php:484 ../admin/social_login.php:1202
502
  #: ../admin/like_buttons.php:827
503
  #, fuzzy
504
  msgid "Instagram Shoutout"
505
  msgstr "Instagram"
506
 
507
+ #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
508
+ #: ../admin/social_commenting.php:486 ../admin/social_login.php:1204
509
  #: ../admin/like_buttons.php:829
510
  msgid ""
511
  "If you can send (to hello@heateor.com) how our plugin is helping your "
513
  "hashtags and people to mention in the Instagram post."
514
  msgstr ""
515
 
516
+ #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
517
+ #: ../admin/social_commenting.php:487 ../admin/social_login.php:1205
518
  #: ../admin/like_buttons.php:830
519
  msgid ""
520
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
524
  "time."
525
  msgstr ""
526
 
527
+ #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
528
+ #: ../admin/social_commenting.php:488 ../admin/social_login.php:1206
529
  #: ../admin/like_buttons.php:831
530
  msgid ""
531
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
666
  msgid "3rd Party Integration"
667
  msgstr "XProfile интеграция"
668
 
669
+ #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
670
+ #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
671
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
672
  #: ../admin/like_buttons.php:793
673
  msgid "Shortcode & Widget"
677
  msgid "Troubleshooter"
678
  msgstr "Устранение неисправностей"
679
 
680
+ #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
681
+ #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
682
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
683
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
684
  msgid "FAQ"
786
  "\">здесь</a>"
787
 
788
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
789
+ #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
790
  #: ../inc/widget.php:436 ../inc/widget.php:748
791
  msgid "Background Color"
792
  msgstr "Цвет фона"
830
  msgstr "(применяется, если счетчик включен)"
831
 
832
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
833
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
834
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
835
  #: ../inc/widget.php:422 ../inc/widget.php:734
836
  msgid "Left"
841
  msgstr "Сверху"
842
 
843
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
844
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
845
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
846
  #: ../inc/widget.php:423 ../inc/widget.php:735
847
  msgid "Right"
887
  msgid "Master control to enable standard sharing"
888
  msgstr "Мастер настройки включения стандартных опций Поделиться"
889
 
890
+ #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
891
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
892
  msgid "Target Url"
893
  msgstr "Целевой URL:"
894
 
895
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
896
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
897
  msgid "Url of the webpage where icons are located (default)"
898
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
899
 
900
+ #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
901
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
902
  msgid "Url of the homepage of your website"
903
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
904
 
905
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
906
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
907
  msgid "Custom url"
908
  msgstr "Пользовательская ссылка"
909
 
910
+ #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
911
  msgid "Url to share"
912
  msgstr "Ссылка чтобы Поделиться"
913
 
921
  msgid "The text to display above the sharing interface"
922
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
923
 
924
+ #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
925
  msgid "Instagram username"
926
  msgstr "Введите имя пользователя Instagram."
927
 
928
+ #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
929
  msgid ""
930
  "Username of the Instagram account you want to redirect users to, on clicking "
931
  "the icon"
933
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
934
  "перенаправить пользователей, по нажатию на иконку"
935
 
936
+ #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
937
  #, fuzzy
938
  msgid "HTML ID of container element of comment form"
939
  msgstr "HTML-идентификатор форма комментария контейнер"
940
 
941
+ #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
942
  msgid ""
943
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
944
  "icon."
945
  msgstr ""
946
 
947
+ #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
948
  msgid "Rearrange icons"
949
  msgstr "Переставить иконы"
950
 
951
+ #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
952
  msgid "Drag the icons to rearrange in desired order"
953
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
954
 
955
+ #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
956
  msgid "Select Sharing Services"
957
  msgstr "Выберите сервисы Поделиться"
958
 
959
+ #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
960
  msgid "Select sharing services to show in social share bar"
961
  msgstr "Выберите сервисы для показа в панели шейринга"
962
 
963
+ #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
964
  msgid "Search social network"
965
  msgstr ""
966
 
967
+ #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
968
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
969
  msgid "Horizontal alignment"
970
  msgstr "Горизонтальное выравнивание"
973
  msgid "Center"
974
  msgstr "Центр"
975
 
976
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
977
  msgid "Horizontal alignment of the sharing interface"
978
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
979
 
993
  msgid "Specify position of the sharing interface with respect to the content"
994
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
995
 
996
+ #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
997
  msgid "Placement"
998
  msgstr "Размещение"
999
 
1000
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1001
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
1002
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1003
  msgid "Homepage"
1004
  msgstr "Главная"
1005
 
1006
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
1007
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1008
  msgid "Posts"
1009
  msgstr "Записи"
1010
 
1011
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1012
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1013
  msgid "Pages"
1014
  msgstr "Страницы"
1015
 
1016
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1017
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1018
  msgid "Excerpts and Posts page"
1019
  msgstr "Страницы анонсов и страниц"
1020
 
1021
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1022
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1023
  msgid "Category Archives"
1024
  msgstr "Архивы категорий"
1025
 
1026
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1027
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1028
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1029
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
1036
  msgid "BuddyPress group (only at top of content)"
1037
  msgstr "BuddyPress группы (только в верхней части контента)"
1038
 
1039
+ #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1040
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1041
  msgid "BBPress forum"
1042
  msgstr "BBPress форум"
1043
 
1044
+ #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1045
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1046
  msgid "BBPress topic"
1047
  msgstr "BBPress тема"
1066
  msgid "Specify the pages where you want to enable Sharing interface"
1067
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
1068
 
1069
+ #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1070
  msgid "Show share counts"
1071
  msgstr "Показать счетчик кнопок Поделиться"
1072
 
1073
+ #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1074
  #, fuzzy
1075
  msgid ""
1076
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1079
  "Поддерживаются Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, "
1080
  "Pinterest, Stumbleupon, Odnoklassniki и Vkontakte"
1081
 
1082
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
 
 
 
 
 
 
 
 
 
1083
  #, php-format
1084
  msgid ""
1085
+ "To show Twitter share count, you have to click \"Give me my Twitter counts "
1086
+ "back\" button at <a href=\"%s\" target=\"_blank\">TwitCount.com</a> and "
1087
+ "register your website %s with them. No need to copy-paste any code from "
1088
+ "their website."
1089
  msgstr ""
 
 
 
1090
 
1091
+ #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1092
  msgid "If enabled, share counts are displayed above sharing icons."
1093
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
1094
 
1095
+ #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1096
  msgid "Show total shares"
1097
  msgstr "Включить общее количество Поделиться"
1098
 
1099
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1100
  msgid "If enabled, total shares will be displayed with sharing icons"
1101
  msgstr ""
1102
  "Если включено, то общее количество Поделиться будет отображаться с кнопками "
1103
  "Поделиться"
1104
 
1105
+ #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1106
  msgid "Enable 'More' icon"
1107
  msgstr "Включить значок «Больше»"
1108
 
1109
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1110
  msgid ""
1111
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1112
  "which shows additional sharing networks in popup"
1114
  "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая "
1115
  "показывает дополнительные сервисы в всплывающем окне"
1116
 
1117
+ #: ../admin/social_sharing.php:1108
1118
  msgid "Floating Sharing Interface Options"
1119
  msgstr "Параметры плавающих кнопок Поделиться"
1120
 
1121
+ #: ../admin/social_sharing.php:1114
1122
  msgid "Enable Floating sharing interface"
1123
  msgstr "Включить интерфейс плавающих кнопок Поделиться"
1124
 
1125
+ #: ../admin/social_sharing.php:1124
1126
  msgid "Master control to enable floating sharing widget"
1127
  msgstr "Мастер управления включения плавающего виджета Поделиться"
1128
 
1129
+ #: ../admin/social_sharing.php:1318
1130
  msgid ""
1131
  "Specify the color or hex code (example #cc78e0) for the background of "
1132
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1138
  "Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker."
1139
  "com/\" target=\"_blank\">здесь</a>"
1140
 
1141
+ #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1142
  msgid "Left offset"
1143
  msgstr "Смещение влево"
1144
 
1145
+ #: ../admin/social_sharing.php:1358
1146
  msgid ""
1147
  "Specify a number. Increase in number will shift sharing interface towards "
1148
  "right and decrease will shift it towards left. Number can be negative too."
1151
  "отношению к правой стороне и уменьшать по отношению к правой сторону. Число "
1152
  "может быть отрицательным."
1153
 
1154
+ #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1155
  msgid "Right offset"
1156
  msgstr "Смещение вправо"
1157
 
1158
+ #: ../admin/social_sharing.php:1378
1159
  msgid ""
1160
  "Specify a number. Increase in number will shift sharing interface towards "
1161
  "left and decrease will shift it towards right. Number can be negative too."
1164
  "отношению к левой стороне и уменьшать по отношению к правой сторону. Число "
1165
  "может быть отрицательным."
1166
 
1167
+ #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1168
  msgid "Top offset"
1169
  msgstr "Верхний отступ"
1170
 
1171
+ #: ../admin/social_sharing.php:1397
1172
  msgid ""
1173
  "Specify a number. Increase in number will shift sharing interface towards "
1174
  "bottom and decrease will shift it towards top."
1176
  "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по "
1177
  "отношению к низу и уменьшать по отношению к верху. "
1178
 
1179
+ #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1180
  msgid "BuddyPress group"
1181
  msgstr "BuddyPress группа"
1182
 
1183
+ #: ../admin/social_sharing.php:1454
1184
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1185
  msgstr ""
1186
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
1187
 
1188
+ #: ../admin/social_sharing.php:1521
1189
  msgid "Vertical floating bar responsiveness"
1190
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1191
 
1192
+ #: ../admin/social_sharing.php:1524
1193
  #, php-format
1194
  msgid "Display vertical interface only when screen is wider than %s pixels"
1195
  msgstr ""
1196
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
1197
  "пикселей."
1198
 
1199
+ #: ../admin/social_sharing.php:1531
1200
  msgid ""
1201
  "Display vertical interface only when screen is wider than the width "
1202
  "specified."
1204
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
1205
  "ширина по умолчанию."
1206
 
1207
+ #: ../admin/social_sharing.php:1539
1208
  msgid "Horizontal floating bar responsiveness"
1209
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1210
 
1211
+ #: ../admin/social_sharing.php:1542
1212
  #, php-format
1213
  msgid ""
1214
  "Stick vertical floating interface horizontally at bottom only when screen is "
1217
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1218
  "уже чем %s пикселей"
1219
 
1220
+ #: ../admin/social_sharing.php:1549
1221
  msgid ""
1222
  "Stick vertical floating interface horizontally at bottom only when screen is "
1223
  "narrower than the width specified"
1225
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1226
  "уже чем указанная ширина"
1227
 
1228
+ #: ../admin/social_sharing.php:1559
1229
  msgid "Horizontal floating bar position"
1230
  msgstr "Расположение горизонтальной плавающей панели"
1231
 
1232
+ #: ../admin/social_sharing.php:1562
1233
  #, php-format
1234
  msgid "%s pixels from %s"
1235
  msgstr "%s пикселей от %s"
1236
 
1237
+ #: ../admin/social_sharing.php:1563
1238
  msgid "Auto-adjust according to screen width (responsive)"
1239
  msgstr ""
1240
 
1241
+ #: ../admin/social_sharing.php:1570
1242
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1243
  msgstr ""
1244
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
1245
  "отрицательным."
1246
 
1247
+ #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1248
  msgid "Url shortener"
1249
  msgstr "Укорачивание URL"
1250
 
1251
+ #: ../admin/social_sharing.php:1596
1252
  msgid "Use shortlinks already installed"
1253
  msgstr "Использование коротких ссылок уже установлено"
1254
 
1255
+ #: ../admin/social_sharing.php:1606
1256
  msgid "Uses default short url permalinks without using any additional plugin"
1257
  msgstr ""
1258
  "Использует по умолчанию постоянные короткие url без использования каких-"
1259
  "либо дополнительных плагинов"
1260
 
1261
+ #: ../admin/social_sharing.php:1614
1262
  msgid "Enable bit.ly url shortener for sharing"
1263
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1264
 
1265
+ #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1266
  msgid "Master control to enable bit.ly url shortening for sharing"
1267
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1268
 
1269
+ #: ../admin/social_sharing.php:1632
1270
  msgid "bit.ly Login"
1271
  msgstr "bit.ly логин"
1272
 
1273
+ #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1274
  #, fuzzy, php-format
1275
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1276
  msgstr ""
1278
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1279
  "Twitter."
1280
 
1281
+ #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1282
  msgid "bit.ly API Key"
1283
  msgstr "bit.ly ключ приложения"
1284
 
1285
+ #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1286
  msgid "Clear Bitly Cache"
1287
  msgstr "Очистить Bitly кэш"
1288
 
1289
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1290
  msgid "ShortUrl cache cleared successfully."
1291
  msgstr "ShortUrl кэш успешно очищен."
1292
 
1293
+ #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1294
  msgid ""
1295
  "Use this to delete short urls saved in database. Handy, if urls of your "
1296
  "website have been changed but short urls are still being generated for old "
1300
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1301
  "адреса по-прежнему создаются для старых URL-адресов."
1302
 
1303
+ #: ../admin/social_sharing.php:1690
1304
  msgid "Share Count Cache"
1305
  msgstr "Кэш счетчиков поделиться"
1306
 
1307
+ #: ../admin/social_sharing.php:1696
1308
  msgid "Refresh Share Count cache every"
1309
  msgstr "Обновить кэш счетчиков Поделиться"
1310
 
1311
+ #: ../admin/social_sharing.php:1701
1312
  msgid "Second(s)"
1313
  msgstr "Секунд"
1314
 
1315
+ #: ../admin/social_sharing.php:1702
1316
  msgid "Minute(s)"
1317
  msgstr "Минут"
1318
 
1319
+ #: ../admin/social_sharing.php:1703
1320
  msgid "Hour(s)"
1321
  msgstr "Часов"
1322
 
1323
+ #: ../admin/social_sharing.php:1704
1324
  msgid "Day(s)"
1325
  msgstr "Дней"
1326
 
1327
+ #: ../admin/social_sharing.php:1712
1328
  #, fuzzy, php-format
1329
  msgid ""
1330
  "Frequent cache refreshing results in slower loading of pages with share "
1334
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1335
  "включенными счетчиками Поделиться"
1336
 
1337
+ #: ../admin/social_sharing.php:1720
1338
  msgid "Clear Share Counts Cache"
1339
  msgstr "Очистить кэш счетчиков Поделиться"
1340
 
1341
+ #: ../admin/social_sharing.php:1724
1342
  msgid "Share Counts cache cleared successfully."
1343
  msgstr "Share Counts кэш успешно очищен."
1344
 
1345
+ #: ../admin/social_sharing.php:1731
1346
  msgid "Use this to clear cached share counts"
1347
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1348
 
1349
+ #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1350
+ #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1351
  #: ../admin/like_buttons.php:694
1352
  msgid "Language"
1353
  msgstr "Язык"
1354
 
1355
+ #: ../admin/social_sharing.php:1756
1356
  #, php-format
1357
  msgid ""
1358
  "Enter the code of the language you want to use for like buttons. You can "
1363
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1364
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1365
 
1366
+ #: ../admin/social_sharing.php:1765
1367
  msgid "Username in sharing"
1368
  msgstr "Имя пользователя чтобы поделиться"
1369
 
1370
+ #: ../admin/social_sharing.php:1771
1371
  msgid "Twitter username (without @)"
1372
  msgstr "Twitter имя пользователя (без @)"
1373
 
1374
+ #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1375
  msgid ""
1376
  "Provided username will be appended after the content being shared as \"via "
1377
  "@USERNAME\". Leave empty if you do not want any username in the content "
1380
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1381
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1382
 
1383
+ #: ../admin/social_sharing.php:1790
1384
  msgid "Buffer username (without @)"
1385
  msgstr "Имя пользователя в Twitter (без @)"
1386
 
1387
+ #: ../admin/social_sharing.php:1809
1388
  msgid "AMP"
1389
  msgstr "AMP"
1390
 
1391
+ #: ../admin/social_sharing.php:1815
1392
  msgid "Enable sharing on AMP pages"
1393
  msgstr "Разрешить общий доступ на страницах AMP"
1394
 
1395
+ #: ../admin/social_sharing.php:1825
1396
  msgid "Enable this option to render sharing icons on AMP pages"
1397
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1398
 
1399
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1400
  msgid "myCRED"
1401
  msgstr ""
1402
 
1403
+ #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1404
  msgid "Append myCRED referral ID to the urls being shared"
1405
  msgstr ""
1406
 
1407
+ #: ../admin/social_sharing.php:1883
1408
  msgid "Facebook Sharing Troubleshooter"
1409
  msgstr "Устранение неисправностей Поделиться от Facebook"
1410
 
1411
+ #: ../admin/social_sharing.php:1888
1412
  msgid ""
1413
  "If Facebook sharing is not working fine, click at the following link and "
1414
  "enter the problematic url (where Facebook sharing is not working properly) "
1420
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1421
  "\"Получение информации о новой поломке\" ."
1422
 
1423
+ #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1424
  #: ../admin/social_login.php:1180
1425
  msgid ""
1426
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1427
  "an online website for the plugin to function properly."
1428
  msgstr ""
1429
 
1430
+ #: ../admin/social_sharing.php:1907
1431
  msgid "Why is Instagram icon redirecting to Instagram website?"
1432
  msgstr ""
1433
 
1434
+ #: ../admin/social_sharing.php:1908
1435
  msgid ""
1436
  "Instagram icon is there to send website visitors to the Instagram page of "
1437
  "your choice. You can save the desired Instagram handle in \"Instagram "
1439
  "sections."
1440
  msgstr ""
1441
 
1442
+ #: ../admin/social_sharing.php:1911
1443
+ msgid ""
1444
+ "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1445
+ msgstr ""
1446
+
1447
+ #: ../admin/social_sharing.php:1912
1448
+ msgid ""
1449
+ "It takes some time for their service to track the shares made on Twitter "
1450
+ "from your website. If you still feel it's taking too long you can contact "
1451
+ "their support directly from their website."
1452
+ msgstr ""
1453
+
1454
+ #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1455
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1456
  msgstr ""
1457
 
1458
+ #: ../admin/social_sharing.php:1915
1459
  msgid ""
1460
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1461
  msgstr ""
1462
 
1463
+ #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1464
  #: ../admin/social_login.php:1186
1465
  msgid "Why is my browser blocking some features of the plugin?"
1466
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1467
 
1468
+ #: ../admin/social_sharing.php:1917
1469
  #, fuzzy
1470
  msgid "Why the color of share icons is not being updated?"
1471
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1472
 
1473
+ #: ../admin/social_sharing.php:1918
1474
  msgid ""
1475
  "Why is sharer not showing the correct image, title and other meta tags "
1476
  "content?"
1478
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1479
  "мета данные контента? "
1480
 
1481
+ #: ../admin/social_sharing.php:1919
1482
  msgid "Why Facebook share counts are not appearing?"
1483
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1484
 
1485
+ #: ../admin/social_sharing.php:1920
1486
  msgid ""
1487
  "How can I show share counts of my website rather than of individual pages/"
1488
  "posts?"
1490
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1491
  "постах?"
1492
 
1493
+ #: ../admin/social_sharing.php:1921
1494
  msgid "How can I disable sharing on particular page/post?"
1495
  msgstr ""
1496
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1497
 
1498
+ #: ../admin/social_sharing.php:1922
1499
  msgid "How can I specify minimum sharing count for sharing networks?"
1500
  msgstr "Как мне указать минимальное количество для Поделиться"
1501
 
1502
+ #: ../admin/social_sharing.php:1923
1503
  msgid "How to share specific page?"
1504
  msgstr "Как поделиться определенной страницей?"
1505
 
1506
+ #: ../admin/social_sharing.php:1924
1507
  msgid "How to integrate Google Analytics with sharing?"
1508
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1509
 
1510
+ #: ../admin/social_sharing.php:1925
1511
  msgid "How to customize the look of total share counts?"
1512
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1513
 
1514
+ #: ../admin/social_sharing.php:1926
1515
  msgid "How to customize the look of individual share counts?"
1516
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1517
 
1518
+ #: ../admin/social_sharing.php:1927
1519
  msgid "How to show Whatsapp icon only on mobile devices?"
1520
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1521
 
1522
+ #: ../admin/social_sharing.php:1928
1523
  msgid "How to hide arrow after floating sharing bar?"
1524
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1525
 
1526
+ #: ../admin/social_sharing.php:1929
1527
  #, fuzzy
1528
  msgid "Why is share count not getting updated?"
1529
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1530
 
1531
+ #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1532
  msgid "Why is there so much space between like buttons?"
1533
  msgstr "Почему существует так много места между кнопками?"
1534
 
1535
+ #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1536
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1537
  msgstr ""
1538
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
1550
  msgid "Social Commenting"
1551
  msgstr "Комментирование через социальные сети"
1552
 
1553
+ #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1554
  msgid "Shortcode"
1555
  msgstr "Шорткод"
1556
 
1630
  msgid "Enable Facebook Commenting"
1631
  msgstr "Активировать комментирование через Facebook"
1632
 
1633
+ #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1634
  msgid "Url to comment on"
1635
  msgstr "Ссылка для комментария"
1636
 
1652
  msgid "Show Recent Facebook Comments in a Widget"
1653
  msgstr "Активировать комментирование через Facebook"
1654
 
1655
+ #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1656
  msgid "Width"
1657
  msgstr "Ширина"
1658
 
1712
  msgid "The order to use when displaying comments."
1713
  msgstr "Этот порядок используется в отображении комментариев."
1714
 
1715
+ #: ../admin/social_commenting.php:330
 
 
 
 
1716
  #, php-format
1717
  msgid ""
1718
  "Enter the code of the language you want to use to display commenting. You "
1723
  "можете найти языковые коды на <a href=\"%s\" target=\"_blank\">эту ссылку</"
1724
  "a> . Оставьте его пустым для языка по умолчанию (английский)"
1725
 
1726
+ #: ../admin/social_commenting.php:339
1727
  msgid "Google Plus Commenting Options"
1728
  msgstr "Настройки комментирования через Google+"
1729
 
1730
+ #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1731
  msgid "Enable Google Plus Commenting"
1732
  msgstr "Включить комментирование"
1733
 
1734
+ #: ../admin/social_commenting.php:373
1735
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1736
  msgstr ""
1737
  "Ширина вкладки комментирования через Google+. Оставьте пустым для "
1738
  "автоподбора."
1739
 
1740
+ #: ../admin/social_commenting.php:391
1741
  msgid ""
1742
  "The absolute URL that comments posted will be permanently associated with. "
1743
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1750
  "использоваться адрес страницы, на которой включено комментирование через "
1751
  "социальные ссылки."
1752
 
1753
+ #: ../admin/social_commenting.php:400
1754
  msgid "Disqus Commenting Options"
1755
  msgstr "Настройки комментирования через Disqus"
1756
 
1757
+ #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1758
  msgid "Enable Disqus Commenting"
1759
  msgstr "Активировать комментирование через Disqus"
1760
 
1761
+ #: ../admin/social_commenting.php:424
1762
  msgid "Disqus Shortname"
1763
  msgstr "Короткое имя для панели Disqus (выезжает сбоку при нажатии)"
1764
 
1765
+ #: ../admin/social_commenting.php:434
1766
  msgid ""
1767
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1768
  "shortname, visit following link."
1770
  "<strong>Необходимо для использования комментирования через Disqus.</strong> "
1771
  "Для большей информации посетите соответствующую ссылку"
1772
 
1773
+ #: ../admin/social_commenting.php:452
1774
  msgid "Social Commenting Shortcode"
1775
  msgstr "Шорткод комментирования через социальные сети"
1776
 
1777
+ #: ../admin/social_commenting.php:466
1778
  msgid ""
1779
  "How to show recent Facebook Comments from all over the website in a widget?"
1780
  msgstr ""
1781
 
1782
+ #: ../admin/social_commenting.php:467
1783
  msgid ""
1784
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1785
  "Https?"
1786
  msgstr ""
1787
 
1788
+ #: ../admin/social_commenting.php:469
1789
  msgid "How can I disable Social Commenting at individual page/post?"
1790
  msgstr ""
1791
  "Как мне отключить комментирование через социальные сети на определенных "
1792
  "страница/постах?"
1793
 
1794
+ #: ../admin/social_commenting.php:470
1795
  msgid "How to disable default comment form from Social Commenting?"
1796
  msgstr ""
1797
  "Как мне деактивировать определенную форму из комментирования через "
2789
  msgid "Archives"
2790
  msgstr "Архивы "
2791
 
2792
+ #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2793
  msgid "Invalid request"
2794
  msgstr "Неверный Запрос!"
2795
 
3069
  msgid "RSS Feed URL:"
3070
  msgstr ""
3071
 
3072
+ #~ msgid ""
3073
+ #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3074
+ #~ "share counts"
3075
+ #~ msgstr ""
3076
+ #~ "Используйте <a href=«%s» target=«_blank»>NewShareCounts</a> чтобы "
3077
+ #~ "показать счетчик расшариваний Твиттера "
3078
+
3079
+ #~ msgid ""
3080
+ #~ "For this to work, you have to enter your website url %s and sign in using "
3081
+ #~ "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
3082
+ #~ msgstr ""
3083
+ #~ "Чтобы это заработало, вы должны ввести url вашего веб-сайта \"%s\" и "
3084
+ #~ "войдите, используя Twitter на <a href=\"%s\" target=\"_blank\">своем веб-"
3085
+ #~ "сайте</a>"
3086
+
3087
+ #~ msgid ""
3088
+ #~ "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
3089
+ #~ "share counts"
3090
+ #~ msgstr ""
3091
+ #~ "Используйте <a href=«%s» target=«_blank»>OpenShareCount</a> , чтобы "
3092
+ #~ "показать счетчик расшариваний Twitter"
3093
+
3094
+ #~ msgid ""
3095
+ #~ "For this to work, you have to sign up and register your website url %s at "
3096
+ #~ "<a href=\"%s\" target=\"_blank\">their website</a>"
3097
+ #~ msgstr ""
3098
+ #~ "Чтобы это заработало, вы должны войти и зарегистрировать url вашего веб-"
3099
+ #~ "сайта \"%s\" на <a href=\"%s\" target=\"_blank\">на их сайте</a>"
3100
+
3101
  #~ msgid ""
3102
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3103
  #~ "strong> options at the link mentioned"
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: 2018-09-06 23:21+0530\n"
6
- "PO-Revision-Date: 2018-09-06 23:21+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -72,7 +72,7 @@ msgstr ""
72
  "Переконайтеся, що «Включити Блокування зворотного виклику» параметр "
73
  "відключений. Дивіться крок 4% s"
74
 
75
- #: ../super_socializer.php:872 ../helper.php:963
76
  msgid "Please verify your email address to login."
77
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
78
 
@@ -94,7 +94,7 @@ msgstr "Електронна адреса (обо'язково)"
94
  msgid "Please check your email inbox to complete the registration."
95
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
96
 
97
- #: ../super_socializer.php:904 ../helper.php:503
98
  msgid "Enter your LiveJournal username"
99
  msgstr "Введіть ваше ім'я користувача LiveJournal"
100
 
@@ -124,7 +124,7 @@ msgstr "Super Socializer - Загальні Параметри"
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
- #: ../super_socializer.php:1296 ../helper.php:885
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
@@ -136,7 +136,7 @@ msgstr "Посилання для маленького аватара"
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
- #: ../super_socializer.php:1307 ../helper.php:888
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:1311 ../helper.php:889
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
151
  "соцмережі"
152
 
153
- #: ../super_socializer.php:1384 ../super_socializer.php:2010
154
  msgid ""
155
  "Your browser is blocking some features of this website. Please follow the "
156
  "instructions at {support_url} to unblock these."
@@ -172,61 +172,61 @@ msgstr ""
172
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
173
  "потрібно перевірити його"
174
 
175
- #: ../super_socializer.php:1400 ../super_socializer.php:1934
176
  msgid "Link your social account to login to your account at this website"
177
  msgstr ""
178
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
179
  "запис на цьому сайті"
180
 
181
- #: ../super_socializer.php:1629
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:1638
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:1647
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:1656
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:1665
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:1672
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:1683
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:1699
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:1723
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -234,14 +234,14 @@ msgid ""
234
  "target=\"_blank\">here</a>"
235
  msgstr ""
236
 
237
- #: ../super_socializer.php:1723 ../super_socializer.php:1748
238
- #: ../super_socializer.php:1773 ../super_socializer.php:1798
239
- #: ../super_socializer.php:1831 ../super_socializer.php:1859
240
- #: ../super_socializer.php:1886 ../super_socializer.php:1910
241
  msgid "Okay"
242
  msgstr "Гаразд."
243
 
244
- #: ../super_socializer.php:1748
245
  #, php-format
246
  msgid ""
247
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -249,7 +249,7 @@ msgid ""
249
  "\">here</a>"
250
  msgstr ""
251
 
252
- #: ../super_socializer.php:1773
253
  #, php-format
254
  msgid ""
255
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -257,7 +257,7 @@ msgid ""
257
  "target=\"_blank\">here</a>"
258
  msgstr ""
259
 
260
- #: ../super_socializer.php:1798
261
  #, php-format
262
  msgid ""
263
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -265,13 +265,13 @@ msgid ""
265
  "target=\"_blank\">here</a>"
266
  msgstr ""
267
 
268
- #: ../super_socializer.php:1809
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:1831
275
  #, php-format
276
  msgid ""
277
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -279,15 +279,16 @@ msgid ""
279
  "\"%s\" target=\"_blank\">here</a>"
280
  msgstr ""
281
 
282
- #: ../super_socializer.php:1859
283
  #, php-format
284
  msgid ""
285
- "Twitter share counts are no longer working as newsharecounts.com is down. To "
286
- "continue showing the Twitter shares, just sign up <a href=\"%s\" target="
287
- "\"_blank\">here</a> with this domain"
 
288
  msgstr ""
289
 
290
- #: ../super_socializer.php:1886
291
  #, php-format
292
  msgid ""
293
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -295,7 +296,7 @@ msgid ""
295
  "\"%s\" target=\"_blank\">here</a>"
296
  msgstr ""
297
 
298
- #: ../super_socializer.php:1910
299
  #, php-format
300
  msgid ""
301
  "Your website visitors will see a popup notification (only once) if their "
@@ -327,102 +328,102 @@ msgstr "Натисніть, щоб показати довідку"
327
  msgid "Click to hide help"
328
  msgstr "Натисніть, щоб приховати довідку"
329
 
330
- #: ../helper.php:252
331
  msgid "Add-Ons"
332
  msgstr "Доповнення"
333
 
334
- #: ../helper.php:253
335
  msgid "Support Documentation"
336
  msgstr "Технічна документація"
337
 
338
- #: ../helper.php:254
339
  msgid "Settings"
340
  msgstr "Налаштування"
341
 
342
- #: ../helper.php:548
343
  msgid "Account linked successfully"
344
  msgstr "Аккаунт успішно пов'язаний"
345
 
346
- #: ../helper.php:552
347
  msgid "Account already exists or linked"
348
  msgstr "Аккаунт вже існує або пов'язаний"
349
 
350
- #: ../helper.php:614 ../helper.php:620
351
  msgid "Currently"
352
  msgstr "в даний час"
353
 
354
- #: ../helper.php:614 ../helper.php:620
355
  msgid "Connected with"
356
  msgstr "Авторизуватися за допомогою"
357
 
358
- #: ../helper.php:614 ../helper.php:620
359
  msgid "Remove"
360
  msgstr "Видалити"
361
 
362
- #: ../helper.php:691
363
  msgid "Social Account Linking"
364
  msgstr "Посилання на соціальний аккаунт"
365
 
366
- #: ../helper.php:741
367
  msgid "Disable Standard Social Sharing on this "
368
  msgstr "Відключити стандартний блок Поділитися на цьому"
369
 
370
- #: ../helper.php:746
371
  msgid "Disable Floating Social Sharing on this "
372
  msgstr "Відключити плаваючий блок Поділитися на цьому"
373
 
374
- #: ../helper.php:751
375
  msgid "Disable Standard like buttons on this "
376
  msgstr "Відключити стандартні кнопки Подобається на цьому"
377
 
378
- #: ../helper.php:756
379
  msgid "Disable Floating like buttons on this "
380
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
381
 
382
- #: ../helper.php:761
383
  msgid "Disable Social Commenting on this "
384
  msgstr "Деактивувати соціальне коментування"
385
 
386
- #: ../helper.php:770
387
  msgid "Standard Sharing Interface"
388
  msgstr "Стандартний інтерфейс Поділитися"
389
 
390
- #: ../helper.php:776 ../helper.php:795
391
  msgid "Starting share count for "
392
  msgstr "Запустити лічильник Поділитися для"
393
 
394
- #: ../helper.php:789
395
  msgid "Floating Sharing Interface"
396
  msgstr "Плаваючий інтерфейс Поділитися"
397
 
398
- #: ../helper.php:892
399
  msgid "Small Avatar"
400
  msgstr "Невеликий аватар"
401
 
402
- #: ../helper.php:896
403
  msgid "Large Avatar"
404
  msgstr "Великий аватар"
405
 
406
- #: ../helper.php:900 ../admin/general_options.php:128
407
- #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
408
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
409
  msgid "Save Changes"
410
  msgstr "Зберегти налаштування"
411
 
412
- #: ../helper.php:1000
413
  msgid "Click to delete social profile data"
414
  msgstr ""
415
 
416
- #: ../helper.php:1029
417
  #, fuzzy
418
  msgid "Deleting"
419
  msgstr "Налаштування"
420
 
421
- #: ../helper.php:1039
422
  msgid "Deleted"
423
  msgstr ""
424
 
425
- #: ../helper.php:1041
426
  msgid "Something bad happened"
427
  msgstr ""
428
 
@@ -498,15 +499,15 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
498
  msgstr ""
499
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
500
 
501
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
502
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1202
503
  #: ../admin/like_buttons.php:827
504
  #, fuzzy
505
  msgid "Instagram Shoutout"
506
  msgstr "Instagram"
507
 
508
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
509
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1204
510
  #: ../admin/like_buttons.php:829
511
  msgid ""
512
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -514,8 +515,8 @@ msgid ""
514
  "hashtags and people to mention in the Instagram post."
515
  msgstr ""
516
 
517
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
518
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1205
519
  #: ../admin/like_buttons.php:830
520
  msgid ""
521
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -525,8 +526,8 @@ msgid ""
525
  "time."
526
  msgstr ""
527
 
528
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
529
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1206
530
  #: ../admin/like_buttons.php:831
531
  msgid ""
532
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -667,8 +668,8 @@ msgstr "Різне"
667
  msgid "3rd Party Integration"
668
  msgstr "XProfile інтеграція"
669
 
670
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
671
- #: ../admin/social_sharing.php:1907 ../admin/social_login.php:41
672
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
673
  #: ../admin/like_buttons.php:793
674
  msgid "Shortcode & Widget"
@@ -678,8 +679,8 @@ msgstr "Шорткод і віджет"
678
  msgid "Troubleshooter"
679
  msgstr "Усунення несправностей"
680
 
681
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
682
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
683
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
684
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
685
  msgid "FAQ"
@@ -787,7 +788,7 @@ msgstr ""
787
  "\"> тут </a>"
788
 
789
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
790
- #: ../admin/social_sharing.php:1330 ../admin/like_buttons.php:406
791
  #: ../inc/widget.php:436 ../inc/widget.php:748
792
  msgid "Background Color"
793
  msgstr "Колір фону"
@@ -831,7 +832,7 @@ msgid "(applies, if counter enabled)"
831
  msgstr "(застосовується, якщо лічильник включений)"
832
 
833
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
834
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1352
835
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
836
  #: ../inc/widget.php:422 ../inc/widget.php:734
837
  msgid "Left"
@@ -842,7 +843,7 @@ msgid "Top"
842
  msgstr "Зверху"
843
 
844
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
845
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1353
846
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
847
  #: ../inc/widget.php:423 ../inc/widget.php:735
848
  msgid "Right"
@@ -888,27 +889,27 @@ msgstr "Включити стандартний інтерфейс Поділи
888
  msgid "Master control to enable standard sharing"
889
  msgstr "Майстер налаштування включення стандартних опцій Поділитися"
890
 
891
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1156
892
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
893
  msgid "Target Url"
894
  msgstr "Цільова URL-адреса"
895
 
896
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1160
897
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
898
  msgid "Url of the webpage where icons are located (default)"
899
  msgstr "URL-адресу веб-сторінки, де розташовані значки (за замовчуванням)"
900
 
901
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1162
902
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
903
  msgid "Url of the homepage of your website"
904
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
905
 
906
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1164
907
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
908
  msgid "Custom url"
909
  msgstr "Користувальницьке посилання"
910
 
911
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1171
912
  msgid "Url to share"
913
  msgstr "Посилання щоб Поділитися"
914
 
@@ -922,11 +923,11 @@ msgstr "Заголовок"
922
  msgid "The text to display above the sharing interface"
923
  msgstr "Текст, що відображається над інтерфейсом Поділитися"
924
 
925
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1180
926
  msgid "Instagram username"
927
  msgstr "Введіть ім'я користувача Instagram."
928
 
929
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1190
930
  msgid ""
931
  "Username of the Instagram account you want to redirect users to, on clicking "
932
  "the icon"
@@ -934,38 +935,38 @@ msgstr ""
934
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
935
  "користувачів, якщо натиснути на іконку"
936
 
937
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1200
938
  #, fuzzy
939
  msgid "HTML ID of container element of comment form"
940
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
941
 
942
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1210
943
  msgid ""
944
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
945
  "icon."
946
  msgstr ""
947
 
948
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1219
949
  msgid "Rearrange icons"
950
  msgstr "Змінити порядок іконок"
951
 
952
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1278
953
  msgid "Drag the icons to rearrange in desired order"
954
  msgstr "Якщо хочете змінити порядок, просто перетягніть зображення"
955
 
956
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1286
957
  msgid "Select Sharing Services"
958
  msgstr "Виберіть сервіси Поділитися"
959
 
960
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1293
961
  msgid "Select sharing services to show in social share bar"
962
  msgstr "Виберіть сервіси для показу в панелі Поділитися"
963
 
964
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1311
965
  msgid "Search social network"
966
  msgstr ""
967
 
968
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1348
969
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
970
  msgid "Horizontal alignment"
971
  msgstr "Горизонтальне вирівнювання"
@@ -974,7 +975,7 @@ msgstr "Горизонтальне вирівнювання"
974
  msgid "Center"
975
  msgstr "Центр"
976
 
977
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1361
978
  msgid "Horizontal alignment of the sharing interface"
979
  msgstr "Горизонтальне вирівнювання інтерфейсу Поділитися"
980
 
@@ -994,37 +995,37 @@ msgstr "Під вмістом"
994
  msgid "Specify position of the sharing interface with respect to the content"
995
  msgstr "Вкажіть положення інтерфейсу Поділитися щодо вмісту."
996
 
997
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1427
998
  msgid "Placement"
999
  msgstr "Розміщення"
1000
 
1001
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
1002
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
1003
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1004
  msgid "Homepage"
1005
  msgstr "Головна"
1006
 
1007
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1433
1008
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1009
  msgid "Posts"
1010
  msgstr "Записи"
1011
 
1012
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1435
1013
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1014
  msgid "Pages"
1015
  msgstr "Сторінки"
1016
 
1017
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1437
1018
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1019
  msgid "Excerpts and Posts page"
1020
  msgstr "Сторінки анонсів і постів"
1021
 
1022
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1439
1023
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1024
  msgid "Category Archives"
1025
  msgstr "Архіви категорій"
1026
 
1027
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1441
1028
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1029
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1030
  msgstr "Архів сторінки (Категорія, тегів, автор або сторінки на основі дат)"
@@ -1037,12 +1038,12 @@ msgstr "BuddyPress активність"
1037
  msgid "BuddyPress group (only at top of content)"
1038
  msgstr "BuddyPress групи (тільки у верхній частині контенту)"
1039
 
1040
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1463
1041
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1042
  msgid "BBPress forum"
1043
  msgstr "BBPress форум"
1044
 
1045
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1466
1046
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1047
  msgid "BBPress topic"
1048
  msgstr "BBPress тема"
@@ -1067,11 +1068,11 @@ msgstr "WooCommerce сторінка подяки"
1067
  msgid "Specify the pages where you want to enable Sharing interface"
1068
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс Поділитися"
1069
 
1070
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1484
1071
  msgid "Show share counts"
1072
  msgstr "Показати лічильники кнопки Поділитися"
1073
 
1074
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1489
1075
  #, fuzzy
1076
  msgid ""
1077
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1080,62 +1081,34 @@ msgstr ""
1080
  "Підтримуються Facebook, Linkedin, Google Plus, Delicious, Buffer, Reddit, "
1081
  "Pinterest, Stumbleupon, Odnoklassniki і Vkontakte"
1082
 
1083
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1497
1084
- #, php-format
1085
- msgid ""
1086
- "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
1087
- "share counts"
1088
- msgstr ""
1089
- "Використовуйте <a href=«%s» target=«_blank»>NewShareCounts</a> щоб показати "
1090
- "лічильник Поділитись від Твиттера"
1091
-
1092
- #: ../admin/social_sharing.php:1064 ../admin/social_sharing.php:1499
1093
- #, php-format
1094
- msgid ""
1095
- "For this to work, you have to enter your website url %s and sign in using "
1096
- "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
1097
- msgstr ""
1098
- "Щоб це запрацювало, ви повинні ввести url вашого веб-сайту %s і увійдіть, "
1099
- "використовуючи Twitter на <a href=\"%s\" target=\"_blank\"> своєму веб-сайті "
1100
- "</a>"
1101
-
1102
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1501
1103
  #, php-format
1104
  msgid ""
1105
- "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
1106
- "share counts"
 
 
1107
  msgstr ""
1108
- "Використовуйте <a href=«%s» target=«_blank»>OpenShareCount</a> , щоб "
1109
- "показати лічильник Поділитись від Твиттера"
1110
 
1111
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1503
1112
- #, php-format
1113
- msgid ""
1114
- "For this to work, you have to sign up and register your website url %s at <a "
1115
- "href=\"%s\" target=\"_blank\">their website</a>"
1116
- msgstr ""
1117
- "Щоб це запрацювало, ви повинні увійти і зареєструвати url вашого веб-сайту "
1118
- "\"%s\" на <a href=\"%s\" target=\"_blank\">на їхньому сайті</a>"
1119
-
1120
- #: ../admin/social_sharing.php:1075 ../admin/social_sharing.php:1510
1121
  msgid "If enabled, share counts are displayed above sharing icons."
1122
  msgstr "Якщо включено, лічильники відображаються вище кнопок Поділитися"
1123
 
1124
- #: ../admin/social_sharing.php:1084 ../admin/social_sharing.php:1519
1125
  msgid "Show total shares"
1126
  msgstr "Включити загальну кількість Поділитися"
1127
 
1128
- #: ../admin/social_sharing.php:1094 ../admin/social_sharing.php:1529
1129
  msgid "If enabled, total shares will be displayed with sharing icons"
1130
  msgstr ""
1131
  "Якщо включено, то загальна кількість Поділитися буде відображатися з "
1132
  "кнопками Поділитися"
1133
 
1134
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1538
1135
  msgid "Enable 'More' icon"
1136
  msgstr "Включити значок «Більше»"
1137
 
1138
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1548
1139
  msgid ""
1140
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1141
  "which shows additional sharing networks in popup"
@@ -1143,19 +1116,19 @@ msgstr ""
1143
  "Якщо включено, «Більше» буде відображатися після кнопок Поділитися, яка "
1144
  "показує додаткові сервіси в спливаючому вікні"
1145
 
1146
- #: ../admin/social_sharing.php:1130
1147
  msgid "Floating Sharing Interface Options"
1148
  msgstr "Параметри плаваючих кнопок Поділитися"
1149
 
1150
- #: ../admin/social_sharing.php:1136
1151
  msgid "Enable Floating sharing interface"
1152
  msgstr "Включити інтерфейс плаваючих кнопок Поділитися"
1153
 
1154
- #: ../admin/social_sharing.php:1146
1155
  msgid "Master control to enable floating sharing widget"
1156
  msgstr "Майстер управління включення плаваючого віджета Поділитися"
1157
 
1158
- #: ../admin/social_sharing.php:1340
1159
  msgid ""
1160
  "Specify the color or hex code (example #cc78e0) for the background of "
1161
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1167,11 +1140,11 @@ msgstr ""
1167
  "можете отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" "
1168
  "target=\"_blank\"> тут </a>"
1169
 
1170
- #: ../admin/social_sharing.php:1370 ../admin/like_buttons.php:446
1171
  msgid "Left offset"
1172
  msgstr "Зміщення вліво"
1173
 
1174
- #: ../admin/social_sharing.php:1380
1175
  msgid ""
1176
  "Specify a number. Increase in number will shift sharing interface towards "
1177
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1180,11 +1153,11 @@ msgstr ""
1180
  "правої сторони і зменшувати по відношенню до лівої сторони. Число може бути "
1181
  "негативним."
1182
 
1183
- #: ../admin/social_sharing.php:1390 ../admin/like_buttons.php:466
1184
  msgid "Right offset"
1185
  msgstr "Зміщення вправо"
1186
 
1187
- #: ../admin/social_sharing.php:1400
1188
  msgid ""
1189
  "Specify a number. Increase in number will shift sharing interface towards "
1190
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1193,11 +1166,11 @@ msgstr ""
1193
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
1194
  "негативним."
1195
 
1196
- #: ../admin/social_sharing.php:1409 ../admin/like_buttons.php:485
1197
  msgid "Top offset"
1198
  msgstr "Верхній відступ"
1199
 
1200
- #: ../admin/social_sharing.php:1419
1201
  msgid ""
1202
  "Specify a number. Increase in number will shift sharing interface towards "
1203
  "bottom and decrease will shift it towards top."
@@ -1205,27 +1178,27 @@ msgstr ""
1205
  "Вкажіть число. Збільшення числа буде зсувати інтерфейс Поділитися стосовно "
1206
  "низу і зменшувати по відношенню до верху."
1207
 
1208
- #: ../admin/social_sharing.php:1455 ../admin/like_buttons.php:531
1209
  msgid "BuddyPress group"
1210
  msgstr "BuddyPress Група"
1211
 
1212
- #: ../admin/social_sharing.php:1476
1213
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1214
  msgstr ""
1215
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
1216
 
1217
- #: ../admin/social_sharing.php:1556
1218
  msgid "Vertical floating bar responsiveness"
1219
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1220
 
1221
- #: ../admin/social_sharing.php:1559
1222
  #, php-format
1223
  msgid "Display vertical interface only when screen is wider than %s pixels"
1224
  msgstr ""
1225
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
1226
  "пікселів."
1227
 
1228
- #: ../admin/social_sharing.php:1566
1229
  msgid ""
1230
  "Display vertical interface only when screen is wider than the width "
1231
  "specified."
@@ -1233,11 +1206,11 @@ msgstr ""
1233
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
1234
  "ширина за замовчуванням."
1235
 
1236
- #: ../admin/social_sharing.php:1574
1237
  msgid "Horizontal floating bar responsiveness"
1238
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1239
 
1240
- #: ../admin/social_sharing.php:1577
1241
  #, php-format
1242
  msgid ""
1243
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1246,7 +1219,7 @@ msgstr ""
1246
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1247
  "вужче ніж% s пікселів"
1248
 
1249
- #: ../admin/social_sharing.php:1584
1250
  msgid ""
1251
  "Stick vertical floating interface horizontally at bottom only when screen is "
1252
  "narrower than the width specified"
@@ -1254,71 +1227,71 @@ msgstr ""
1254
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1255
  "вужче чим зазначена ширина"
1256
 
1257
- #: ../admin/social_sharing.php:1594
1258
  msgid "Horizontal floating bar position"
1259
  msgstr "Розташування горизонтальної плаваючої панелі"
1260
 
1261
- #: ../admin/social_sharing.php:1597
1262
  #, php-format
1263
  msgid "%s pixels from %s"
1264
  msgstr "%s пікселів від %s"
1265
 
1266
- #: ../admin/social_sharing.php:1598
1267
  msgid "Auto-adjust according to screen width (responsive)"
1268
  msgstr ""
1269
 
1270
- #: ../admin/social_sharing.php:1605
1271
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1272
  msgstr ""
1273
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
1274
  "негативним."
1275
 
1276
- #: ../admin/social_sharing.php:1625 ../admin/like_buttons.php:588
1277
  msgid "Url shortener"
1278
  msgstr "Скорочення URL"
1279
 
1280
- #: ../admin/social_sharing.php:1631
1281
  msgid "Use shortlinks already installed"
1282
  msgstr "Використання коротких посилань вже встановлено"
1283
 
1284
- #: ../admin/social_sharing.php:1641
1285
  msgid "Uses default short url permalinks without using any additional plugin"
1286
  msgstr ""
1287
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1288
  "яких додаткових плагінів"
1289
 
1290
- #: ../admin/social_sharing.php:1649
1291
  msgid "Enable bit.ly url shortener for sharing"
1292
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1293
 
1294
- #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:622
1295
  msgid "Master control to enable bit.ly url shortening for sharing"
1296
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1297
 
1298
- #: ../admin/social_sharing.php:1667
1299
  msgid "bit.ly Login"
1300
  msgstr "bit.ly Логін"
1301
 
1302
- #: ../admin/social_sharing.php:1677 ../admin/social_sharing.php:1696
1303
  #, fuzzy, php-format
1304
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1305
  msgstr ""
1306
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1307
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1308
 
1309
- #: ../admin/social_sharing.php:1686 ../admin/like_buttons.php:649
1310
  msgid "bit.ly API Key"
1311
  msgstr "bit.ly ключ додатка"
1312
 
1313
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:668
1314
  msgid "Clear Bitly Cache"
1315
  msgstr "Очистити Bitly кеш"
1316
 
1317
- #: ../admin/social_sharing.php:1709 ../admin/like_buttons.php:672
1318
  msgid "ShortUrl cache cleared successfully."
1319
  msgstr "ShortUrl кеш успішно очищений."
1320
 
1321
- #: ../admin/social_sharing.php:1716 ../admin/like_buttons.php:679
1322
  msgid ""
1323
  "Use this to delete short urls saved in database. Handy, if urls of your "
1324
  "website have been changed but short urls are still being generated for old "
@@ -1328,31 +1301,31 @@ msgstr ""
1328
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1329
  "адреси, як і раніше створюються для старих URL-адрес."
1330
 
1331
- #: ../admin/social_sharing.php:1725
1332
  msgid "Share Count Cache"
1333
  msgstr "Кеш лічильників Поділитися"
1334
 
1335
- #: ../admin/social_sharing.php:1731
1336
  msgid "Refresh Share Count cache every"
1337
  msgstr "Оновити кеш лічильників Поділитися"
1338
 
1339
- #: ../admin/social_sharing.php:1736
1340
  msgid "Second(s)"
1341
  msgstr "Секунд"
1342
 
1343
- #: ../admin/social_sharing.php:1737
1344
  msgid "Minute(s)"
1345
  msgstr "Хвилин"
1346
 
1347
- #: ../admin/social_sharing.php:1738
1348
  msgid "Hour(s)"
1349
  msgstr "Годин"
1350
 
1351
- #: ../admin/social_sharing.php:1739
1352
  msgid "Day(s)"
1353
  msgstr "Днів"
1354
 
1355
- #: ../admin/social_sharing.php:1747
1356
  #, fuzzy, php-format
1357
  msgid ""
1358
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1362,25 +1335,25 @@ msgstr ""
1362
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1363
  "включеними лічильниками Поділитися"
1364
 
1365
- #: ../admin/social_sharing.php:1755
1366
  msgid "Clear Share Counts Cache"
1367
  msgstr "Очистити кеш лічильників Поділитися"
1368
 
1369
- #: ../admin/social_sharing.php:1759
1370
  msgid "Share Counts cache cleared successfully."
1371
  msgstr "Кеш лічільників Поділитися успішно очищений."
1372
 
1373
- #: ../admin/social_sharing.php:1766
1374
  msgid "Use this to clear cached share counts"
1375
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1376
 
1377
- #: ../admin/social_sharing.php:1775 ../admin/social_sharing.php:1781
1378
- #: ../admin/social_commenting.php:328 ../admin/like_buttons.php:688
1379
  #: ../admin/like_buttons.php:694
1380
  msgid "Language"
1381
  msgstr "Мова"
1382
 
1383
- #: ../admin/social_sharing.php:1791
1384
  #, php-format
1385
  msgid ""
1386
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1392,15 +1365,15 @@ msgstr ""
1392
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1393
  "замовчуванням (Українська)."
1394
 
1395
- #: ../admin/social_sharing.php:1800
1396
  msgid "Username in sharing"
1397
  msgstr "Ім'я користувача щоб поділитися"
1398
 
1399
- #: ../admin/social_sharing.php:1806
1400
  msgid "Twitter username (without @)"
1401
  msgstr "Twitter ім'я користувача (без @)"
1402
 
1403
- #: ../admin/social_sharing.php:1816 ../admin/social_sharing.php:1835
1404
  msgid ""
1405
  "Provided username will be appended after the content being shared as \"via "
1406
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1409,35 +1382,35 @@ msgstr ""
1409
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1410
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1411
 
1412
- #: ../admin/social_sharing.php:1825
1413
  msgid "Buffer username (without @)"
1414
  msgstr "Ім'я користувача в Twitter (без @)"
1415
 
1416
- #: ../admin/social_sharing.php:1844
1417
  msgid "AMP"
1418
  msgstr "AMP"
1419
 
1420
- #: ../admin/social_sharing.php:1850
1421
  msgid "Enable sharing on AMP pages"
1422
  msgstr "Дозволити загальний доступ на сторінках AMP"
1423
 
1424
- #: ../admin/social_sharing.php:1860
1425
  msgid "Enable this option to render sharing icons on AMP pages"
1426
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1427
 
1428
- #: ../admin/social_sharing.php:1879 ../admin/like_buttons.php:767
1429
  msgid "myCRED"
1430
  msgstr ""
1431
 
1432
- #: ../admin/social_sharing.php:1885 ../admin/like_buttons.php:773
1433
  msgid "Append myCRED referral ID to the urls being shared"
1434
  msgstr ""
1435
 
1436
- #: ../admin/social_sharing.php:1918
1437
  msgid "Facebook Sharing Troubleshooter"
1438
  msgstr "Усунення несправностей Поділитися від Facebook"
1439
 
1440
- #: ../admin/social_sharing.php:1923
1441
  msgid ""
1442
  "If Facebook sharing is not working fine, click at the following link and "
1443
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1449,18 +1422,18 @@ msgstr ""
1449
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1450
  "\"Отримання інформації про нову поломки \"."
1451
 
1452
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1453
  #: ../admin/social_login.php:1180
1454
  msgid ""
1455
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1456
  "an online website for the plugin to function properly."
1457
  msgstr ""
1458
 
1459
- #: ../admin/social_sharing.php:1942
1460
  msgid "Why is Instagram icon redirecting to Instagram website?"
1461
  msgstr ""
1462
 
1463
- #: ../admin/social_sharing.php:1943
1464
  msgid ""
1465
  "Instagram icon is there to send website visitors to the Instagram page of "
1466
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1468,26 +1441,38 @@ msgid ""
1468
  "sections."
1469
  msgstr ""
1470
 
1471
- #: ../admin/social_sharing.php:1945 ../admin/like_buttons.php:810
 
 
 
 
 
 
 
 
 
 
 
 
1472
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1473
  msgstr ""
1474
 
1475
- #: ../admin/social_sharing.php:1946
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:1947 ../admin/social_commenting.php:476
1481
  #: ../admin/social_login.php:1186
1482
  msgid "Why is my browser blocking some features of the plugin?"
1483
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1484
 
1485
- #: ../admin/social_sharing.php:1948
1486
  #, fuzzy
1487
  msgid "Why the color of share icons is not being updated?"
1488
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1489
 
1490
- #: ../admin/social_sharing.php:1949
1491
  msgid ""
1492
  "Why is sharer not showing the correct image, title and other meta tags "
1493
  "content?"
@@ -1495,11 +1480,11 @@ msgstr ""
1495
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1496
  "дані контенту?"
1497
 
1498
- #: ../admin/social_sharing.php:1950
1499
  msgid "Why Facebook share counts are not appearing?"
1500
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1501
 
1502
- #: ../admin/social_sharing.php:1951
1503
  msgid ""
1504
  "How can I show share counts of my website rather than of individual pages/"
1505
  "posts?"
@@ -1507,49 +1492,49 @@ msgstr ""
1507
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1508
  "постах?"
1509
 
1510
- #: ../admin/social_sharing.php:1952
1511
  msgid "How can I disable sharing on particular page/post?"
1512
  msgstr ""
1513
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1514
 
1515
- #: ../admin/social_sharing.php:1953
1516
  msgid "How can I specify minimum sharing count for sharing networks?"
1517
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1518
 
1519
- #: ../admin/social_sharing.php:1954
1520
  msgid "How to share specific page?"
1521
  msgstr "Як поділитися певною сторінкою?"
1522
 
1523
- #: ../admin/social_sharing.php:1955
1524
  msgid "How to integrate Google Analytics with sharing?"
1525
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1526
 
1527
- #: ../admin/social_sharing.php:1956
1528
  msgid "How to customize the look of total share counts?"
1529
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1530
 
1531
- #: ../admin/social_sharing.php:1957
1532
  msgid "How to customize the look of individual share counts?"
1533
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1534
 
1535
- #: ../admin/social_sharing.php:1958
1536
  msgid "How to show Whatsapp icon only on mobile devices?"
1537
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1538
 
1539
- #: ../admin/social_sharing.php:1959
1540
  msgid "How to hide arrow after floating sharing bar?"
1541
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1542
 
1543
- #: ../admin/social_sharing.php:1960
1544
  #, fuzzy
1545
  msgid "Why is share count not getting updated?"
1546
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1547
 
1548
- #: ../admin/social_sharing.php:1961 ../admin/like_buttons.php:808
1549
  msgid "Why is there so much space between like buttons?"
1550
  msgstr "Чому існує так багато місця між кнопками?"
1551
 
1552
- #: ../admin/social_sharing.php:1962 ../admin/like_buttons.php:809
1553
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1554
  msgstr ""
1555
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
@@ -1567,7 +1552,7 @@ msgstr "Майстер налаштування коментування чер
1567
  msgid "Social Commenting"
1568
  msgstr "Коментування через соцмережі"
1569
 
1570
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:458
1571
  msgid "Shortcode"
1572
  msgstr "Шорткод"
1573
 
@@ -1647,7 +1632,7 @@ msgstr "Активувати повідомлення і модерацію дл
1647
  msgid "Enable Facebook Commenting"
1648
  msgstr "Активувати коментування через Facebook"
1649
 
1650
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:389
1651
  msgid "Url to comment on"
1652
  msgstr "Посилання для коментаря"
1653
 
@@ -1669,7 +1654,7 @@ msgstr ""
1669
  msgid "Show Recent Facebook Comments in a Widget"
1670
  msgstr "Активувати коментування через Facebook"
1671
 
1672
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:371
1673
  msgid "Width"
1674
  msgstr "Ширина"
1675
 
@@ -1729,11 +1714,7 @@ msgstr "Час"
1729
  msgid "The order to use when displaying comments."
1730
  msgstr "Цей порядок використовується у відображенні коментарів."
1731
 
1732
- #: ../admin/social_commenting.php:320
1733
- msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
1734
- msgstr ""
1735
-
1736
- #: ../admin/social_commenting.php:338
1737
  #, php-format
1738
  msgid ""
1739
  "Enter the code of the language you want to use to display commenting. You "
@@ -1745,20 +1726,20 @@ msgstr ""
1745
  "це посилання </a>. Залиште його порожнім для мови за замовчуванням "
1746
  "(український)"
1747
 
1748
- #: ../admin/social_commenting.php:347
1749
  msgid "Google Plus Commenting Options"
1750
  msgstr "Налаштування коментування через Google+"
1751
 
1752
- #: ../admin/social_commenting.php:353 ../admin/social_commenting.php:363
1753
  msgid "Enable Google Plus Commenting"
1754
  msgstr "Включити Google Plus коментування"
1755
 
1756
- #: ../admin/social_commenting.php:381
1757
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1758
  msgstr ""
1759
  "Ширина інтерфейсу коментування Google+ . Залиште порожнім для автопідбору."
1760
 
1761
- #: ../admin/social_commenting.php:399
1762
  msgid ""
1763
  "The absolute URL that comments posted will be permanently associated with. "
1764
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1771,19 +1752,19 @@ msgstr ""
1771
  "використовуватися адреса сторінки, на якій включено коментування через "
1772
  "соціальні посилання."
1773
 
1774
- #: ../admin/social_commenting.php:408
1775
  msgid "Disqus Commenting Options"
1776
  msgstr "Налаштування коментування через Disqus"
1777
 
1778
- #: ../admin/social_commenting.php:414 ../admin/social_commenting.php:424
1779
  msgid "Enable Disqus Commenting"
1780
  msgstr "Активувати коментування через Disqus"
1781
 
1782
- #: ../admin/social_commenting.php:432
1783
  msgid "Disqus Shortname"
1784
  msgstr "Коротке ім'я Disqus"
1785
 
1786
- #: ../admin/social_commenting.php:442
1787
  msgid ""
1788
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1789
  "shortname, visit following link."
@@ -1791,28 +1772,28 @@ msgstr ""
1791
  "<Strong> Необхідно для використання коментування через Disqus. </ Strong> "
1792
  "Для більшої інформації відвідайте відповідне посилання"
1793
 
1794
- #: ../admin/social_commenting.php:460
1795
  msgid "Social Commenting Shortcode"
1796
  msgstr "Шорткод коментування через соцмережі"
1797
 
1798
- #: ../admin/social_commenting.php:474
1799
  msgid ""
1800
  "How to show recent Facebook Comments from all over the website in a widget?"
1801
  msgstr ""
1802
 
1803
- #: ../admin/social_commenting.php:475
1804
  msgid ""
1805
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1806
  "Https?"
1807
  msgstr ""
1808
 
1809
- #: ../admin/social_commenting.php:477
1810
  msgid "How can I disable Social Commenting at individual page/post?"
1811
  msgstr ""
1812
  "Як мені відключити коментування через соціальні мережі на певних сторінках / "
1813
  "постах?"
1814
 
1815
- #: ../admin/social_commenting.php:478
1816
  msgid "How to disable default comment form from Social Commenting?"
1817
  msgstr "Як мені деактивувати певну форму з коментування через соцмережі?"
1818
 
@@ -2799,7 +2780,7 @@ msgstr "Шукати"
2799
  msgid "Archives"
2800
  msgstr "Архіви "
2801
 
2802
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1090
2803
  msgid "Invalid request"
2804
  msgstr "Невірний Запит!"
2805
 
@@ -3079,6 +3060,35 @@ msgstr ""
3079
  msgid "RSS Feed URL:"
3080
  msgstr ""
3081
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3082
  #~ msgid ""
3083
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3084
  #~ "strong> options at the link mentioned"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-11-27 13:17+0530\n"
6
+ "PO-Revision-Date: 2018-11-27 13:17+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
72
  "Переконайтеся, що «Включити Блокування зворотного виклику» параметр "
73
  "відключений. Дивіться крок 4% s"
74
 
75
+ #: ../super_socializer.php:872 ../helper.php:968
76
  msgid "Please verify your email address to login."
77
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
78
 
94
  msgid "Please check your email inbox to complete the registration."
95
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
96
 
97
+ #: ../super_socializer.php:904 ../helper.php:508
98
  msgid "Enter your LiveJournal username"
99
  msgstr "Введіть ваше ім'я користувача LiveJournal"
100
 
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
+ #: ../super_socializer.php:1296 ../helper.php:890
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
+ #: ../super_socializer.php:1307 ../helper.php:893
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:1311 ../helper.php:894
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
151
  "соцмережі"
152
 
153
+ #: ../super_socializer.php:1384 ../super_socializer.php:2009
154
  msgid ""
155
  "Your browser is blocking some features of this website. Please follow the "
156
  "instructions at {support_url} to unblock these."
172
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
173
  "потрібно перевірити його"
174
 
175
+ #: ../super_socializer.php:1400 ../super_socializer.php:1933
176
  msgid "Link your social account to login to your account at this website"
177
  msgstr ""
178
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
179
  "запис на цьому сайті"
180
 
181
+ #: ../super_socializer.php:1628
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:1637
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:1646
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:1655
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:1664
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:1671
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:1682
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:1698
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:1722
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
234
  "target=\"_blank\">here</a>"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1722 ../super_socializer.php:1747
238
+ #: ../super_socializer.php:1772 ../super_socializer.php:1797
239
+ #: ../super_socializer.php:1830 ../super_socializer.php:1858
240
+ #: ../super_socializer.php:1885 ../super_socializer.php:1909
241
  msgid "Okay"
242
  msgstr "Гаразд."
243
 
244
+ #: ../super_socializer.php:1747
245
  #, php-format
246
  msgid ""
247
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
249
  "\">here</a>"
250
  msgstr ""
251
 
252
+ #: ../super_socializer.php:1772
253
  #, php-format
254
  msgid ""
255
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
257
  "target=\"_blank\">here</a>"
258
  msgstr ""
259
 
260
+ #: ../super_socializer.php:1797
261
  #, php-format
262
  msgid ""
263
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
265
  "target=\"_blank\">here</a>"
266
  msgstr ""
267
 
268
+ #: ../super_socializer.php:1808
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:1830
275
  #, php-format
276
  msgid ""
277
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
279
  "\"%s\" target=\"_blank\">here</a>"
280
  msgstr ""
281
 
282
+ #: ../super_socializer.php:1858
283
  #, php-format
284
  msgid ""
285
+ "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
286
+ "continue showing the Twitter shares, click \"Give me my Twitter counts back"
287
+ "\" button at <a href=\"%s\" target=\"_blank\">their website</a> and register "
288
+ "your website %s with them. No need to copy-paste any code from their website."
289
  msgstr ""
290
 
291
+ #: ../super_socializer.php:1885
292
  #, php-format
293
  msgid ""
294
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
296
  "\"%s\" target=\"_blank\">here</a>"
297
  msgstr ""
298
 
299
+ #: ../super_socializer.php:1909
300
  #, php-format
301
  msgid ""
302
  "Your website visitors will see a popup notification (only once) if their "
328
  msgid "Click to hide help"
329
  msgstr "Натисніть, щоб приховати довідку"
330
 
331
+ #: ../helper.php:256
332
  msgid "Add-Ons"
333
  msgstr "Доповнення"
334
 
335
+ #: ../helper.php:257
336
  msgid "Support Documentation"
337
  msgstr "Технічна документація"
338
 
339
+ #: ../helper.php:258
340
  msgid "Settings"
341
  msgstr "Налаштування"
342
 
343
+ #: ../helper.php:553
344
  msgid "Account linked successfully"
345
  msgstr "Аккаунт успішно пов'язаний"
346
 
347
+ #: ../helper.php:557
348
  msgid "Account already exists or linked"
349
  msgstr "Аккаунт вже існує або пов'язаний"
350
 
351
+ #: ../helper.php:619 ../helper.php:625
352
  msgid "Currently"
353
  msgstr "в даний час"
354
 
355
+ #: ../helper.php:619 ../helper.php:625
356
  msgid "Connected with"
357
  msgstr "Авторизуватися за допомогою"
358
 
359
+ #: ../helper.php:619 ../helper.php:625
360
  msgid "Remove"
361
  msgstr "Видалити"
362
 
363
+ #: ../helper.php:696
364
  msgid "Social Account Linking"
365
  msgstr "Посилання на соціальний аккаунт"
366
 
367
+ #: ../helper.php:746
368
  msgid "Disable Standard Social Sharing on this "
369
  msgstr "Відключити стандартний блок Поділитися на цьому"
370
 
371
+ #: ../helper.php:751
372
  msgid "Disable Floating Social Sharing on this "
373
  msgstr "Відключити плаваючий блок Поділитися на цьому"
374
 
375
+ #: ../helper.php:756
376
  msgid "Disable Standard like buttons on this "
377
  msgstr "Відключити стандартні кнопки Подобається на цьому"
378
 
379
+ #: ../helper.php:761
380
  msgid "Disable Floating like buttons on this "
381
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
382
 
383
+ #: ../helper.php:766
384
  msgid "Disable Social Commenting on this "
385
  msgstr "Деактивувати соціальне коментування"
386
 
387
+ #: ../helper.php:775
388
  msgid "Standard Sharing Interface"
389
  msgstr "Стандартний інтерфейс Поділитися"
390
 
391
+ #: ../helper.php:781 ../helper.php:800
392
  msgid "Starting share count for "
393
  msgstr "Запустити лічильник Поділитися для"
394
 
395
+ #: ../helper.php:794
396
  msgid "Floating Sharing Interface"
397
  msgstr "Плаваючий інтерфейс Поділитися"
398
 
399
+ #: ../helper.php:897
400
  msgid "Small Avatar"
401
  msgstr "Невеликий аватар"
402
 
403
+ #: ../helper.php:901
404
  msgid "Large Avatar"
405
  msgstr "Великий аватар"
406
 
407
+ #: ../helper.php:905 ../admin/general_options.php:128
408
+ #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
409
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
410
  msgid "Save Changes"
411
  msgstr "Зберегти налаштування"
412
 
413
+ #: ../helper.php:1005
414
  msgid "Click to delete social profile data"
415
  msgstr ""
416
 
417
+ #: ../helper.php:1034
418
  #, fuzzy
419
  msgid "Deleting"
420
  msgstr "Налаштування"
421
 
422
+ #: ../helper.php:1044
423
  msgid "Deleted"
424
  msgstr ""
425
 
426
+ #: ../helper.php:1046
427
  msgid "Something bad happened"
428
  msgstr ""
429
 
499
  msgstr ""
500
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
501
 
502
+ #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
503
+ #: ../admin/social_commenting.php:484 ../admin/social_login.php:1202
504
  #: ../admin/like_buttons.php:827
505
  #, fuzzy
506
  msgid "Instagram Shoutout"
507
  msgstr "Instagram"
508
 
509
+ #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
510
+ #: ../admin/social_commenting.php:486 ../admin/social_login.php:1204
511
  #: ../admin/like_buttons.php:829
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:142 ../admin/social_sharing.php:1950
519
+ #: ../admin/social_commenting.php:487 ../admin/social_login.php:1205
520
  #: ../admin/like_buttons.php:830
521
  msgid ""
522
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
526
  "time."
527
  msgstr ""
528
 
529
+ #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
530
+ #: ../admin/social_commenting.php:488 ../admin/social_login.php:1206
531
  #: ../admin/like_buttons.php:831
532
  msgid ""
533
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
668
  msgid "3rd Party Integration"
669
  msgstr "XProfile інтеграція"
670
 
671
+ #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
672
+ #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
673
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
674
  #: ../admin/like_buttons.php:793
675
  msgid "Shortcode & Widget"
679
  msgid "Troubleshooter"
680
  msgstr "Усунення несправностей"
681
 
682
+ #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
683
+ #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
684
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
685
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
686
  msgid "FAQ"
788
  "\"> тут </a>"
789
 
790
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
791
+ #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
792
  #: ../inc/widget.php:436 ../inc/widget.php:748
793
  msgid "Background Color"
794
  msgstr "Колір фону"
832
  msgstr "(застосовується, якщо лічильник включений)"
833
 
834
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
835
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
836
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
837
  #: ../inc/widget.php:422 ../inc/widget.php:734
838
  msgid "Left"
843
  msgstr "Зверху"
844
 
845
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
846
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
847
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
848
  #: ../inc/widget.php:423 ../inc/widget.php:735
849
  msgid "Right"
889
  msgid "Master control to enable standard sharing"
890
  msgstr "Майстер налаштування включення стандартних опцій Поділитися"
891
 
892
+ #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
893
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
894
  msgid "Target Url"
895
  msgstr "Цільова URL-адреса"
896
 
897
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
898
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
899
  msgid "Url of the webpage where icons are located (default)"
900
  msgstr "URL-адресу веб-сторінки, де розташовані значки (за замовчуванням)"
901
 
902
+ #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
903
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
904
  msgid "Url of the homepage of your website"
905
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
906
 
907
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
908
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
909
  msgid "Custom url"
910
  msgstr "Користувальницьке посилання"
911
 
912
+ #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
913
  msgid "Url to share"
914
  msgstr "Посилання щоб Поділитися"
915
 
923
  msgid "The text to display above the sharing interface"
924
  msgstr "Текст, що відображається над інтерфейсом Поділитися"
925
 
926
+ #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
927
  msgid "Instagram username"
928
  msgstr "Введіть ім'я користувача Instagram."
929
 
930
+ #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
931
  msgid ""
932
  "Username of the Instagram account you want to redirect users to, on clicking "
933
  "the icon"
935
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
936
  "користувачів, якщо натиснути на іконку"
937
 
938
+ #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
939
  #, fuzzy
940
  msgid "HTML ID of container element of comment form"
941
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
942
 
943
+ #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
944
  msgid ""
945
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
946
  "icon."
947
  msgstr ""
948
 
949
+ #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
950
  msgid "Rearrange icons"
951
  msgstr "Змінити порядок іконок"
952
 
953
+ #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
954
  msgid "Drag the icons to rearrange in desired order"
955
  msgstr "Якщо хочете змінити порядок, просто перетягніть зображення"
956
 
957
+ #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
958
  msgid "Select Sharing Services"
959
  msgstr "Виберіть сервіси Поділитися"
960
 
961
+ #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
962
  msgid "Select sharing services to show in social share bar"
963
  msgstr "Виберіть сервіси для показу в панелі Поділитися"
964
 
965
+ #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
966
  msgid "Search social network"
967
  msgstr ""
968
 
969
+ #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
970
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
971
  msgid "Horizontal alignment"
972
  msgstr "Горизонтальне вирівнювання"
975
  msgid "Center"
976
  msgstr "Центр"
977
 
978
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
979
  msgid "Horizontal alignment of the sharing interface"
980
  msgstr "Горизонтальне вирівнювання інтерфейсу Поділитися"
981
 
995
  msgid "Specify position of the sharing interface with respect to the content"
996
  msgstr "Вкажіть положення інтерфейсу Поділитися щодо вмісту."
997
 
998
+ #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
999
  msgid "Placement"
1000
  msgstr "Розміщення"
1001
 
1002
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1003
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
1004
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1005
  msgid "Homepage"
1006
  msgstr "Головна"
1007
 
1008
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
1009
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1010
  msgid "Posts"
1011
  msgstr "Записи"
1012
 
1013
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1014
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1015
  msgid "Pages"
1016
  msgstr "Сторінки"
1017
 
1018
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1019
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1020
  msgid "Excerpts and Posts page"
1021
  msgstr "Сторінки анонсів і постів"
1022
 
1023
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1024
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1025
  msgid "Category Archives"
1026
  msgstr "Архіви категорій"
1027
 
1028
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1029
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1030
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1031
  msgstr "Архів сторінки (Категорія, тегів, автор або сторінки на основі дат)"
1038
  msgid "BuddyPress group (only at top of content)"
1039
  msgstr "BuddyPress групи (тільки у верхній частині контенту)"
1040
 
1041
+ #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1042
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1043
  msgid "BBPress forum"
1044
  msgstr "BBPress форум"
1045
 
1046
+ #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1047
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1048
  msgid "BBPress topic"
1049
  msgstr "BBPress тема"
1068
  msgid "Specify the pages where you want to enable Sharing interface"
1069
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс Поділитися"
1070
 
1071
+ #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1072
  msgid "Show share counts"
1073
  msgstr "Показати лічильники кнопки Поділитися"
1074
 
1075
+ #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1076
  #, fuzzy
1077
  msgid ""
1078
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1081
  "Підтримуються Facebook, Linkedin, Google Plus, Delicious, Buffer, Reddit, "
1082
  "Pinterest, Stumbleupon, Odnoklassniki і Vkontakte"
1083
 
1084
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1085
  #, php-format
1086
  msgid ""
1087
+ "To show Twitter share count, you have to click \"Give me my Twitter counts "
1088
+ "back\" button at <a href=\"%s\" target=\"_blank\">TwitCount.com</a> and "
1089
+ "register your website %s with them. No need to copy-paste any code from "
1090
+ "their website."
1091
  msgstr ""
 
 
1092
 
1093
+ #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
 
 
 
 
 
 
 
 
 
1094
  msgid "If enabled, share counts are displayed above sharing icons."
1095
  msgstr "Якщо включено, лічильники відображаються вище кнопок Поділитися"
1096
 
1097
+ #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1098
  msgid "Show total shares"
1099
  msgstr "Включити загальну кількість Поділитися"
1100
 
1101
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1102
  msgid "If enabled, total shares will be displayed with sharing icons"
1103
  msgstr ""
1104
  "Якщо включено, то загальна кількість Поділитися буде відображатися з "
1105
  "кнопками Поділитися"
1106
 
1107
+ #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1108
  msgid "Enable 'More' icon"
1109
  msgstr "Включити значок «Більше»"
1110
 
1111
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1112
  msgid ""
1113
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1114
  "which shows additional sharing networks in popup"
1116
  "Якщо включено, «Більше» буде відображатися після кнопок Поділитися, яка "
1117
  "показує додаткові сервіси в спливаючому вікні"
1118
 
1119
+ #: ../admin/social_sharing.php:1108
1120
  msgid "Floating Sharing Interface Options"
1121
  msgstr "Параметри плаваючих кнопок Поділитися"
1122
 
1123
+ #: ../admin/social_sharing.php:1114
1124
  msgid "Enable Floating sharing interface"
1125
  msgstr "Включити інтерфейс плаваючих кнопок Поділитися"
1126
 
1127
+ #: ../admin/social_sharing.php:1124
1128
  msgid "Master control to enable floating sharing widget"
1129
  msgstr "Майстер управління включення плаваючого віджета Поділитися"
1130
 
1131
+ #: ../admin/social_sharing.php:1318
1132
  msgid ""
1133
  "Specify the color or hex code (example #cc78e0) for the background of "
1134
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1140
  "можете отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" "
1141
  "target=\"_blank\"> тут </a>"
1142
 
1143
+ #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1144
  msgid "Left offset"
1145
  msgstr "Зміщення вліво"
1146
 
1147
+ #: ../admin/social_sharing.php:1358
1148
  msgid ""
1149
  "Specify a number. Increase in number will shift sharing interface towards "
1150
  "right and decrease will shift it towards left. Number can be negative too."
1153
  "правої сторони і зменшувати по відношенню до лівої сторони. Число може бути "
1154
  "негативним."
1155
 
1156
+ #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1157
  msgid "Right offset"
1158
  msgstr "Зміщення вправо"
1159
 
1160
+ #: ../admin/social_sharing.php:1378
1161
  msgid ""
1162
  "Specify a number. Increase in number will shift sharing interface towards "
1163
  "left and decrease will shift it towards right. Number can be negative too."
1166
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
1167
  "негативним."
1168
 
1169
+ #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1170
  msgid "Top offset"
1171
  msgstr "Верхній відступ"
1172
 
1173
+ #: ../admin/social_sharing.php:1397
1174
  msgid ""
1175
  "Specify a number. Increase in number will shift sharing interface towards "
1176
  "bottom and decrease will shift it towards top."
1178
  "Вкажіть число. Збільшення числа буде зсувати інтерфейс Поділитися стосовно "
1179
  "низу і зменшувати по відношенню до верху."
1180
 
1181
+ #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1182
  msgid "BuddyPress group"
1183
  msgstr "BuddyPress Група"
1184
 
1185
+ #: ../admin/social_sharing.php:1454
1186
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1187
  msgstr ""
1188
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
1189
 
1190
+ #: ../admin/social_sharing.php:1521
1191
  msgid "Vertical floating bar responsiveness"
1192
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1193
 
1194
+ #: ../admin/social_sharing.php:1524
1195
  #, php-format
1196
  msgid "Display vertical interface only when screen is wider than %s pixels"
1197
  msgstr ""
1198
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
1199
  "пікселів."
1200
 
1201
+ #: ../admin/social_sharing.php:1531
1202
  msgid ""
1203
  "Display vertical interface only when screen is wider than the width "
1204
  "specified."
1206
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
1207
  "ширина за замовчуванням."
1208
 
1209
+ #: ../admin/social_sharing.php:1539
1210
  msgid "Horizontal floating bar responsiveness"
1211
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1212
 
1213
+ #: ../admin/social_sharing.php:1542
1214
  #, php-format
1215
  msgid ""
1216
  "Stick vertical floating interface horizontally at bottom only when screen is "
1219
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1220
  "вужче ніж% s пікселів"
1221
 
1222
+ #: ../admin/social_sharing.php:1549
1223
  msgid ""
1224
  "Stick vertical floating interface horizontally at bottom only when screen is "
1225
  "narrower than the width specified"
1227
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1228
  "вужче чим зазначена ширина"
1229
 
1230
+ #: ../admin/social_sharing.php:1559
1231
  msgid "Horizontal floating bar position"
1232
  msgstr "Розташування горизонтальної плаваючої панелі"
1233
 
1234
+ #: ../admin/social_sharing.php:1562
1235
  #, php-format
1236
  msgid "%s pixels from %s"
1237
  msgstr "%s пікселів від %s"
1238
 
1239
+ #: ../admin/social_sharing.php:1563
1240
  msgid "Auto-adjust according to screen width (responsive)"
1241
  msgstr ""
1242
 
1243
+ #: ../admin/social_sharing.php:1570
1244
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1245
  msgstr ""
1246
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
1247
  "негативним."
1248
 
1249
+ #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1250
  msgid "Url shortener"
1251
  msgstr "Скорочення URL"
1252
 
1253
+ #: ../admin/social_sharing.php:1596
1254
  msgid "Use shortlinks already installed"
1255
  msgstr "Використання коротких посилань вже встановлено"
1256
 
1257
+ #: ../admin/social_sharing.php:1606
1258
  msgid "Uses default short url permalinks without using any additional plugin"
1259
  msgstr ""
1260
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1261
  "яких додаткових плагінів"
1262
 
1263
+ #: ../admin/social_sharing.php:1614
1264
  msgid "Enable bit.ly url shortener for sharing"
1265
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1266
 
1267
+ #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1268
  msgid "Master control to enable bit.ly url shortening for sharing"
1269
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1270
 
1271
+ #: ../admin/social_sharing.php:1632
1272
  msgid "bit.ly Login"
1273
  msgstr "bit.ly Логін"
1274
 
1275
+ #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1276
  #, fuzzy, php-format
1277
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1278
  msgstr ""
1279
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1280
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1281
 
1282
+ #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1283
  msgid "bit.ly API Key"
1284
  msgstr "bit.ly ключ додатка"
1285
 
1286
+ #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1287
  msgid "Clear Bitly Cache"
1288
  msgstr "Очистити Bitly кеш"
1289
 
1290
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1291
  msgid "ShortUrl cache cleared successfully."
1292
  msgstr "ShortUrl кеш успішно очищений."
1293
 
1294
+ #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1295
  msgid ""
1296
  "Use this to delete short urls saved in database. Handy, if urls of your "
1297
  "website have been changed but short urls are still being generated for old "
1301
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1302
  "адреси, як і раніше створюються для старих URL-адрес."
1303
 
1304
+ #: ../admin/social_sharing.php:1690
1305
  msgid "Share Count Cache"
1306
  msgstr "Кеш лічильників Поділитися"
1307
 
1308
+ #: ../admin/social_sharing.php:1696
1309
  msgid "Refresh Share Count cache every"
1310
  msgstr "Оновити кеш лічильників Поділитися"
1311
 
1312
+ #: ../admin/social_sharing.php:1701
1313
  msgid "Second(s)"
1314
  msgstr "Секунд"
1315
 
1316
+ #: ../admin/social_sharing.php:1702
1317
  msgid "Minute(s)"
1318
  msgstr "Хвилин"
1319
 
1320
+ #: ../admin/social_sharing.php:1703
1321
  msgid "Hour(s)"
1322
  msgstr "Годин"
1323
 
1324
+ #: ../admin/social_sharing.php:1704
1325
  msgid "Day(s)"
1326
  msgstr "Днів"
1327
 
1328
+ #: ../admin/social_sharing.php:1712
1329
  #, fuzzy, php-format
1330
  msgid ""
1331
  "Frequent cache refreshing results in slower loading of pages with share "
1335
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1336
  "включеними лічильниками Поділитися"
1337
 
1338
+ #: ../admin/social_sharing.php:1720
1339
  msgid "Clear Share Counts Cache"
1340
  msgstr "Очистити кеш лічильників Поділитися"
1341
 
1342
+ #: ../admin/social_sharing.php:1724
1343
  msgid "Share Counts cache cleared successfully."
1344
  msgstr "Кеш лічільників Поділитися успішно очищений."
1345
 
1346
+ #: ../admin/social_sharing.php:1731
1347
  msgid "Use this to clear cached share counts"
1348
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1349
 
1350
+ #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1351
+ #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1352
  #: ../admin/like_buttons.php:694
1353
  msgid "Language"
1354
  msgstr "Мова"
1355
 
1356
+ #: ../admin/social_sharing.php:1756
1357
  #, php-format
1358
  msgid ""
1359
  "Enter the code of the language you want to use for like buttons. You can "
1365
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1366
  "замовчуванням (Українська)."
1367
 
1368
+ #: ../admin/social_sharing.php:1765
1369
  msgid "Username in sharing"
1370
  msgstr "Ім'я користувача щоб поділитися"
1371
 
1372
+ #: ../admin/social_sharing.php:1771
1373
  msgid "Twitter username (without @)"
1374
  msgstr "Twitter ім'я користувача (без @)"
1375
 
1376
+ #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1377
  msgid ""
1378
  "Provided username will be appended after the content being shared as \"via "
1379
  "@USERNAME\". Leave empty if you do not want any username in the content "
1382
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1383
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1384
 
1385
+ #: ../admin/social_sharing.php:1790
1386
  msgid "Buffer username (without @)"
1387
  msgstr "Ім'я користувача в Twitter (без @)"
1388
 
1389
+ #: ../admin/social_sharing.php:1809
1390
  msgid "AMP"
1391
  msgstr "AMP"
1392
 
1393
+ #: ../admin/social_sharing.php:1815
1394
  msgid "Enable sharing on AMP pages"
1395
  msgstr "Дозволити загальний доступ на сторінках AMP"
1396
 
1397
+ #: ../admin/social_sharing.php:1825
1398
  msgid "Enable this option to render sharing icons on AMP pages"
1399
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1400
 
1401
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1402
  msgid "myCRED"
1403
  msgstr ""
1404
 
1405
+ #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1406
  msgid "Append myCRED referral ID to the urls being shared"
1407
  msgstr ""
1408
 
1409
+ #: ../admin/social_sharing.php:1883
1410
  msgid "Facebook Sharing Troubleshooter"
1411
  msgstr "Усунення несправностей Поділитися від Facebook"
1412
 
1413
+ #: ../admin/social_sharing.php:1888
1414
  msgid ""
1415
  "If Facebook sharing is not working fine, click at the following link and "
1416
  "enter the problematic url (where Facebook sharing is not working properly) "
1422
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1423
  "\"Отримання інформації про нову поломки \"."
1424
 
1425
+ #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1426
  #: ../admin/social_login.php:1180
1427
  msgid ""
1428
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1429
  "an online website for the plugin to function properly."
1430
  msgstr ""
1431
 
1432
+ #: ../admin/social_sharing.php:1907
1433
  msgid "Why is Instagram icon redirecting to Instagram website?"
1434
  msgstr ""
1435
 
1436
+ #: ../admin/social_sharing.php:1908
1437
  msgid ""
1438
  "Instagram icon is there to send website visitors to the Instagram page of "
1439
  "your choice. You can save the desired Instagram handle in \"Instagram "
1441
  "sections."
1442
  msgstr ""
1443
 
1444
+ #: ../admin/social_sharing.php:1911
1445
+ msgid ""
1446
+ "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1447
+ msgstr ""
1448
+
1449
+ #: ../admin/social_sharing.php:1912
1450
+ msgid ""
1451
+ "It takes some time for their service to track the shares made on Twitter "
1452
+ "from your website. If you still feel it's taking too long you can contact "
1453
+ "their support directly from their website."
1454
+ msgstr ""
1455
+
1456
+ #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1457
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1458
  msgstr ""
1459
 
1460
+ #: ../admin/social_sharing.php:1915
1461
  msgid ""
1462
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1463
  msgstr ""
1464
 
1465
+ #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1466
  #: ../admin/social_login.php:1186
1467
  msgid "Why is my browser blocking some features of the plugin?"
1468
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1469
 
1470
+ #: ../admin/social_sharing.php:1917
1471
  #, fuzzy
1472
  msgid "Why the color of share icons is not being updated?"
1473
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1474
 
1475
+ #: ../admin/social_sharing.php:1918
1476
  msgid ""
1477
  "Why is sharer not showing the correct image, title and other meta tags "
1478
  "content?"
1480
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1481
  "дані контенту?"
1482
 
1483
+ #: ../admin/social_sharing.php:1919
1484
  msgid "Why Facebook share counts are not appearing?"
1485
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1486
 
1487
+ #: ../admin/social_sharing.php:1920
1488
  msgid ""
1489
  "How can I show share counts of my website rather than of individual pages/"
1490
  "posts?"
1492
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1493
  "постах?"
1494
 
1495
+ #: ../admin/social_sharing.php:1921
1496
  msgid "How can I disable sharing on particular page/post?"
1497
  msgstr ""
1498
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1499
 
1500
+ #: ../admin/social_sharing.php:1922
1501
  msgid "How can I specify minimum sharing count for sharing networks?"
1502
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1503
 
1504
+ #: ../admin/social_sharing.php:1923
1505
  msgid "How to share specific page?"
1506
  msgstr "Як поділитися певною сторінкою?"
1507
 
1508
+ #: ../admin/social_sharing.php:1924
1509
  msgid "How to integrate Google Analytics with sharing?"
1510
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1511
 
1512
+ #: ../admin/social_sharing.php:1925
1513
  msgid "How to customize the look of total share counts?"
1514
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1515
 
1516
+ #: ../admin/social_sharing.php:1926
1517
  msgid "How to customize the look of individual share counts?"
1518
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1519
 
1520
+ #: ../admin/social_sharing.php:1927
1521
  msgid "How to show Whatsapp icon only on mobile devices?"
1522
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1523
 
1524
+ #: ../admin/social_sharing.php:1928
1525
  msgid "How to hide arrow after floating sharing bar?"
1526
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1527
 
1528
+ #: ../admin/social_sharing.php:1929
1529
  #, fuzzy
1530
  msgid "Why is share count not getting updated?"
1531
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1532
 
1533
+ #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1534
  msgid "Why is there so much space between like buttons?"
1535
  msgstr "Чому існує так багато місця між кнопками?"
1536
 
1537
+ #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1538
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1539
  msgstr ""
1540
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
1552
  msgid "Social Commenting"
1553
  msgstr "Коментування через соцмережі"
1554
 
1555
+ #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1556
  msgid "Shortcode"
1557
  msgstr "Шорткод"
1558
 
1632
  msgid "Enable Facebook Commenting"
1633
  msgstr "Активувати коментування через Facebook"
1634
 
1635
+ #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1636
  msgid "Url to comment on"
1637
  msgstr "Посилання для коментаря"
1638
 
1654
  msgid "Show Recent Facebook Comments in a Widget"
1655
  msgstr "Активувати коментування через Facebook"
1656
 
1657
+ #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1658
  msgid "Width"
1659
  msgstr "Ширина"
1660
 
1714
  msgid "The order to use when displaying comments."
1715
  msgstr "Цей порядок використовується у відображенні коментарів."
1716
 
1717
+ #: ../admin/social_commenting.php:330
 
 
 
 
1718
  #, php-format
1719
  msgid ""
1720
  "Enter the code of the language you want to use to display commenting. You "
1726
  "це посилання </a>. Залиште його порожнім для мови за замовчуванням "
1727
  "(український)"
1728
 
1729
+ #: ../admin/social_commenting.php:339
1730
  msgid "Google Plus Commenting Options"
1731
  msgstr "Налаштування коментування через Google+"
1732
 
1733
+ #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1734
  msgid "Enable Google Plus Commenting"
1735
  msgstr "Включити Google Plus коментування"
1736
 
1737
+ #: ../admin/social_commenting.php:373
1738
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1739
  msgstr ""
1740
  "Ширина інтерфейсу коментування Google+ . Залиште порожнім для автопідбору."
1741
 
1742
+ #: ../admin/social_commenting.php:391
1743
  msgid ""
1744
  "The absolute URL that comments posted will be permanently associated with. "
1745
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1752
  "використовуватися адреса сторінки, на якій включено коментування через "
1753
  "соціальні посилання."
1754
 
1755
+ #: ../admin/social_commenting.php:400
1756
  msgid "Disqus Commenting Options"
1757
  msgstr "Налаштування коментування через Disqus"
1758
 
1759
+ #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1760
  msgid "Enable Disqus Commenting"
1761
  msgstr "Активувати коментування через Disqus"
1762
 
1763
+ #: ../admin/social_commenting.php:424
1764
  msgid "Disqus Shortname"
1765
  msgstr "Коротке ім'я Disqus"
1766
 
1767
+ #: ../admin/social_commenting.php:434
1768
  msgid ""
1769
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1770
  "shortname, visit following link."
1772
  "<Strong> Необхідно для використання коментування через Disqus. </ Strong> "
1773
  "Для більшої інформації відвідайте відповідне посилання"
1774
 
1775
+ #: ../admin/social_commenting.php:452
1776
  msgid "Social Commenting Shortcode"
1777
  msgstr "Шорткод коментування через соцмережі"
1778
 
1779
+ #: ../admin/social_commenting.php:466
1780
  msgid ""
1781
  "How to show recent Facebook Comments from all over the website in a widget?"
1782
  msgstr ""
1783
 
1784
+ #: ../admin/social_commenting.php:467
1785
  msgid ""
1786
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1787
  "Https?"
1788
  msgstr ""
1789
 
1790
+ #: ../admin/social_commenting.php:469
1791
  msgid "How can I disable Social Commenting at individual page/post?"
1792
  msgstr ""
1793
  "Як мені відключити коментування через соціальні мережі на певних сторінках / "
1794
  "постах?"
1795
 
1796
+ #: ../admin/social_commenting.php:470
1797
  msgid "How to disable default comment form from Social Commenting?"
1798
  msgstr "Як мені деактивувати певну форму з коментування через соцмережі?"
1799
 
2780
  msgid "Archives"
2781
  msgstr "Архіви "
2782
 
2783
+ #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2784
  msgid "Invalid request"
2785
  msgstr "Невірний Запит!"
2786
 
3060
  msgid "RSS Feed URL:"
3061
  msgstr ""
3062
 
3063
+ #~ msgid ""
3064
+ #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
3065
+ #~ "share counts"
3066
+ #~ msgstr ""
3067
+ #~ "Використовуйте <a href=«%s» target=«_blank»>NewShareCounts</a> щоб "
3068
+ #~ "показати лічильник Поділитись від Твиттера"
3069
+
3070
+ #~ msgid ""
3071
+ #~ "For this to work, you have to enter your website url %s and sign in using "
3072
+ #~ "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
3073
+ #~ msgstr ""
3074
+ #~ "Щоб це запрацювало, ви повинні ввести url вашого веб-сайту %s і увійдіть, "
3075
+ #~ "використовуючи Twitter на <a href=\"%s\" target=\"_blank\"> своєму веб-"
3076
+ #~ "сайті </a>"
3077
+
3078
+ #~ msgid ""
3079
+ #~ "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
3080
+ #~ "share counts"
3081
+ #~ msgstr ""
3082
+ #~ "Використовуйте <a href=«%s» target=«_blank»>OpenShareCount</a> , щоб "
3083
+ #~ "показати лічильник Поділитись від Твиттера"
3084
+
3085
+ #~ msgid ""
3086
+ #~ "For this to work, you have to sign up and register your website url %s at "
3087
+ #~ "<a href=\"%s\" target=\"_blank\">their website</a>"
3088
+ #~ msgstr ""
3089
+ #~ "Щоб це запрацювало, ви повинні увійти і зареєструвати url вашого веб-"
3090
+ #~ "сайту \"%s\" на <a href=\"%s\" target=\"_blank\">на їхньому сайті</a>"
3091
+
3092
  #~ msgid ""
3093
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
3094
  #~ "strong> options at the link mentioned"
languages/super-socializer-zh_CN.mo CHANGED
Binary file
languages/super-socializer-zh_CN.po CHANGED
@@ -1,284 +1,312 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-09-06 23:21+0530\n"
6
- "PO-Revision-Date: 2018-09-06 23:21+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
- "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: zh_CN\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
  "X-Generator: Poedit 1.5.4\n"
 
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../super_socializer.php:392
 
 
 
 
 
 
 
20
  msgid "Problem fetching access token: "
21
- msgstr ""
22
 
23
- #: ../super_socializer.php:396 ../super_socializer.php:410
24
  msgid "Facebook SDK returned an error: "
25
- msgstr ""
26
 
27
- #: ../super_socializer.php:406
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:572
32
- #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
36
- msgstr ""
37
- "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
38
 
39
- #: ../super_socializer.php:599
40
- #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
43
  "Twitter app (see step 3 %s)"
44
  msgstr ""
45
- "在Twitter 应用程序的选项中输入准确的<strong>网站</strong>和<strong>回调 Url</"
46
- "strong> 的url地址 (请参阅步骤 3 %s)"
47
 
48
- #: ../super_socializer.php:602
49
- #, fuzzy, php-format
50
  msgid ""
51
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
52
  "your Twitter app (see step 3 %s)"
53
  msgstr ""
54
- "在Twitter 应用程序的选项中输入准确的<strong>网站</strong>和<strong>回调 Url</"
55
- "strong> 的url地址 (请参阅步骤 3 %s)"
56
 
57
- #: ../super_socializer.php:605
58
  msgid ""
59
  "Make sure cURL is enabled at your website server. You may need to contact "
60
  "the server administrator of your website to verify this"
61
  msgstr ""
62
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
63
 
64
- #: ../super_socializer.php:606
65
  #, php-format
66
  msgid ""
67
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
68
- msgstr ""
69
 
70
- #: ../super_socializer.php:872 ../helper.php:963
71
  msgid "Please verify your email address to login."
72
  msgstr "请验证您的电子邮件地址以便登录。"
73
 
74
- #: ../super_socializer.php:872
75
  msgid "Your email has been verified. Now you can login to your account"
76
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
77
 
78
- #: ../super_socializer.php:876
79
  msgid "Notification"
80
  msgstr "通知"
81
 
82
- #: ../super_socializer.php:894 ../admin/social_login.php:746
83
  msgid "Email required"
84
  msgstr "邮件地址(比选)"
85
 
86
- #: ../super_socializer.php:897
87
  msgid "Please check your email inbox to complete the registration."
88
  msgstr "请检查您的电子邮件收件箱以完成注册。"
89
 
90
- #: ../super_socializer.php:904 ../helper.php:503
91
  msgid "Enter your LiveJournal username"
92
- msgstr ""
93
 
94
- #: ../super_socializer.php:977
95
  msgid "Leave a reply"
96
  msgstr "回复"
97
 
98
- #: ../super_socializer.php:989 ../inc/social_sharing.php:237
99
  msgid "Shares"
100
- msgstr ""
101
 
102
- #: ../super_socializer.php:989 ../inc/social_sharing.php:237
103
  msgid "Share"
104
- msgstr ""
105
 
106
- #: ../super_socializer.php:989
107
- #, fuzzy
108
  msgid "Link copied."
109
- msgstr "LinkedIn"
110
 
111
- #: ../super_socializer.php:1228
112
  msgid "Super Socializer - General Options"
113
  msgstr "Super Socializer-常规选项"
114
 
115
- #: ../super_socializer.php:1228 ../admin/general_options.php:11
116
- #: ../admin/social_commenting.php:43
117
  msgid "General Options"
118
  msgstr "常规选项"
119
 
120
- #: ../super_socializer.php:1296 ../helper.php:885
121
  msgid "Social Avatar"
122
  msgstr "社会化头像"
123
 
124
- #: ../super_socializer.php:1299
125
  msgid "Small Avatar Url"
126
  msgstr "小头像 Url"
127
 
128
- #: ../super_socializer.php:1303
129
  msgid "Large Avatar Url"
130
  msgstr "大头像 Url"
131
 
132
- #: ../super_socializer.php:1307 ../helper.php:888
133
  msgid ""
134
  "Do not fetch and update social avatar from my profile, next time I Social "
135
  "Login"
136
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
137
 
138
- #: ../super_socializer.php:1311 ../helper.php:889
139
  msgid "Update social avatar, next time I Social Login"
140
  msgstr "更新社会化头像,下次社会化登录"
141
 
142
- #: ../super_socializer.php:1384 ../super_socializer.php:2010
143
  msgid ""
144
  "Your browser is blocking some features of this website. Please follow the "
145
  "instructions at {support_url} to unblock these."
146
  msgstr ""
 
 
147
 
148
- #: ../super_socializer.php:1390
149
  msgid "Login with your Social ID"
150
- msgstr ""
151
 
152
- #: ../super_socializer.php:1391
153
  msgid "Email you entered is already registered or invalid"
154
  msgstr "您输入的电子邮件已经注册或无效"
155
 
156
- #: ../super_socializer.php:1396
157
  msgid "Please enter a valid email address. You might be required to verify it"
158
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
159
 
160
- #: ../super_socializer.php:1400 ../super_socializer.php:1934
161
  msgid "Link your social account to login to your account at this website"
162
  msgstr "链接你的社会化媒体帐户登录您本站账号"
163
 
164
- #: ../super_socializer.php:1629
165
  msgid ""
166
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
167
  "current version of Super Socialzer"
168
- msgstr ""
169
 
170
- #: ../super_socializer.php:1638
171
  msgid ""
172
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
173
  "version of Super Socialzer"
174
  msgstr ""
 
175
 
176
- #: ../super_socializer.php:1647
177
  msgid ""
178
  "Update \"Social Login Buttons\" add-on for compatibility with current "
179
  "version of Super Socialzer"
180
- msgstr ""
181
 
182
- #: ../super_socializer.php:1656
183
  msgid ""
184
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
185
  "with current version of Super Socialzer"
186
  msgstr ""
 
 
187
 
188
- #: ../super_socializer.php:1665
189
  msgid ""
190
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
191
  "with current version of Super Socialzer"
192
  msgstr ""
 
193
 
194
- #: ../super_socializer.php:1672
195
  msgid ""
196
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
197
  "LiveJournal Login of Super Socialzer"
198
- msgstr ""
199
 
200
- #: ../super_socializer.php:1683
201
  #, php-format
202
  msgid ""
203
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
204
  msgstr ""
 
 
205
 
206
- #: ../super_socializer.php:1699
207
  #, php-format
208
  msgid ""
209
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
210
- msgstr ""
211
 
212
- #: ../super_socializer.php:1723
213
  #, php-format
214
  msgid ""
215
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
216
  "for Facebook login to work. For more details, check step 9 <a href=\"%s\" "
217
  "target=\"_blank\">here</a>"
218
  msgstr ""
 
 
 
219
 
220
- #: ../super_socializer.php:1723 ../super_socializer.php:1748
221
- #: ../super_socializer.php:1773 ../super_socializer.php:1798
222
- #: ../super_socializer.php:1831 ../super_socializer.php:1859
223
- #: ../super_socializer.php:1886 ../super_socializer.php:1910
224
  msgid "Okay"
225
- msgstr ""
226
 
227
- #: ../super_socializer.php:1748
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
231
  "login to work. For more details, check step 4 <a href=\"%s\" target=\"_blank"
232
  "\">here</a>"
233
  msgstr ""
 
 
 
234
 
235
- #: ../super_socializer.php:1773
236
  #, php-format
237
  msgid ""
238
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
239
  "for Linkedin login to work. For more details, check step 4 <a href=\"%s\" "
240
  "target=\"_blank\">here</a>"
241
  msgstr ""
 
 
 
242
 
243
- #: ../super_socializer.php:1798
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
247
  "for Google login to work. For more details, check step 11 <a href=\"%s\" "
248
  "target=\"_blank\">here</a>"
249
  msgstr ""
 
 
 
250
 
251
- #: ../super_socializer.php:1809
252
  #, php-format
253
  msgid ""
254
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
255
- msgstr ""
256
 
257
- #: ../super_socializer.php:1831
258
  #, php-format
259
  msgid ""
260
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
261
  "website regarding the personal data this plugin saves, as mentioned <a href="
262
  "\"%s\" target=\"_blank\">here</a>"
263
  msgstr ""
 
 
264
 
265
- #: ../super_socializer.php:1859
266
  #, php-format
267
  msgid ""
268
- "Twitter share counts are no longer working as newsharecounts.com is down. To "
269
- "continue showing the Twitter shares, just sign up <a href=\"%s\" target="
270
- "\"_blank\">here</a> with this domain"
 
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1886
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
277
  "from %s for Twitter login to work. For more details, check step 4 <a href="
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
 
 
 
280
 
281
- #: ../super_socializer.php:1910
282
  #, php-format
283
  msgid ""
284
  "Your website visitors will see a popup notification (only once) if their "
@@ -287,201 +315,205 @@ msgid ""
287
  "\"Show popup notification to users if their browsers block the plugin "
288
  "features\" option <a href=\"%s\">here</a>"
289
  msgstr ""
 
 
 
 
290
 
291
- #: ../helper.php:8
292
  msgid "Settings saved"
293
  msgstr "设置已保存"
294
 
295
- #: ../helper.php:8
296
  msgid "Dismiss this notice"
297
  msgstr "关闭该通知"
298
 
299
- #: ../helper.php:159
300
  msgid "Click to show help"
301
  msgstr "单击以显示帮助"
302
 
303
- #: ../helper.php:159
304
  msgid "Click to hide help"
305
  msgstr "单击隐藏帮助"
306
 
307
- #: ../helper.php:252
308
- #, fuzzy
309
  msgid "Add-Ons"
310
- msgstr "其他加载项"
311
 
312
- #: ../helper.php:253
313
  msgid "Support Documentation"
314
- msgstr ""
315
 
316
- #: ../helper.php:254
317
  msgid "Settings"
318
  msgstr "设置"
319
 
320
- #: ../helper.php:548
321
  msgid "Account linked successfully"
322
  msgstr "成功关联帐户"
323
 
324
- #: ../helper.php:552
325
  msgid "Account already exists or linked"
326
  msgstr "帐户已经存在或被链接"
327
 
328
- #: ../helper.php:614 ../helper.php:620
329
  msgid "Currently"
330
  msgstr "目前:"
331
 
332
- #: ../helper.php:614 ../helper.php:620
333
  msgid "Connected with"
334
- msgstr ""
335
 
336
- #: ../helper.php:614 ../helper.php:620
337
  msgid "Remove"
338
  msgstr "删除"
339
 
340
- #: ../helper.php:691
341
- #, fuzzy
342
  msgid "Social Account Linking"
343
- msgstr "社会评论"
344
 
345
- #: ../helper.php:741
346
  msgid "Disable Standard Social Sharing on this "
347
  msgstr "在此禁用社会化共享"
348
 
349
- #: ../helper.php:746
350
  msgid "Disable Floating Social Sharing on this "
351
- msgstr "在此禁用社会共享的浮动效果"
352
 
353
- #: ../helper.php:751
354
  msgid "Disable Standard like buttons on this "
355
  msgstr "在此禁用喜欢按钮"
356
 
357
- #: ../helper.php:756
358
  msgid "Disable Floating like buttons on this "
359
  msgstr "在此禁用喜欢按钮的浮动效果"
360
 
361
- #: ../helper.php:761
362
  msgid "Disable Social Commenting on this "
363
  msgstr "在此禁用社会化评论"
364
 
365
- #: ../helper.php:770
366
  msgid "Standard Sharing Interface"
367
  msgstr "标准共享界面"
368
 
369
- #: ../helper.php:776 ../helper.php:795
370
  msgid "Starting share count for "
371
  msgstr "开始共享计数"
372
 
373
- #: ../helper.php:789
374
  msgid "Floating Sharing Interface"
375
  msgstr "浮动共享界面"
376
 
377
- #: ../helper.php:892
378
  msgid "Small Avatar"
379
  msgstr "小头像"
380
 
381
- #: ../helper.php:896
382
  msgid "Large Avatar"
383
  msgstr "大头像"
384
 
385
- #: ../helper.php:900 ../admin/general_options.php:128
386
- #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
387
- #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
388
  msgid "Save Changes"
389
  msgstr "保存更改"
390
 
391
- #: ../helper.php:1000
392
  msgid "Click to delete social profile data"
393
- msgstr ""
394
 
395
- #: ../helper.php:1029
396
- #, fuzzy
397
  msgid "Deleting"
398
- msgstr "设置"
399
 
400
- #: ../helper.php:1039
401
  msgid "Deleted"
402
- msgstr ""
403
 
404
- #: ../helper.php:1041
405
  msgid "Something bad happened"
406
- msgstr ""
407
 
408
- #: ../admin/general_options.php:17
409
  msgid "Include Javascript in website footer"
410
  msgstr "在网站页脚中包含 Javascript"
411
 
412
- #: ../admin/general_options.php:27
413
  msgid ""
414
  "If enabled (recommended), Javascript files will be included in the footer of "
415
  "your website."
416
  msgstr "如果启用 (推荐),Javascript 文件将包含在您的网站的页脚。"
417
 
418
- #: ../admin/general_options.php:35
419
  msgid "Load all Javascript files in single file"
420
  msgstr "在单个文件中加载所有的Javascript 文件"
421
 
422
- #: ../admin/general_options.php:45
423
  msgid "Loads Javascript in single request."
424
  msgstr "在单个请求中加载 Javascript。"
425
 
426
- #: ../admin/general_options.php:53
427
  msgid "Delete all the options on plugin deletion"
428
  msgstr "插件删除时删除所有选项"
429
 
430
- #: ../admin/general_options.php:63
431
  msgid ""
432
  "If enabled, plugin options will get deleted when plugin is deleted/"
433
  "uninstalled and you will need to reconfigure the options when you install "
434
  "the plugin next time."
435
  msgstr "如果启用,当插件被删除或卸载,下次安装,您将需要重新配置选项."
436
 
437
- #: ../admin/general_options.php:71
438
  msgid ""
439
  "Show popup notification to users if their browsers block the plugin features"
440
- msgstr ""
441
 
442
- #: ../admin/general_options.php:81
443
  msgid ""
444
  "If enabled, your website visitors will see a popup notification (only once) "
445
  "if their browsers block any of the features of the plugin so that they can "
446
  "change their browser settings to unblock these."
447
  msgstr ""
 
 
448
 
449
- #: ../admin/general_options.php:91
450
  msgid "Message to show in popup notification"
451
- msgstr ""
452
 
453
- #: ../admin/general_options.php:101
454
  msgid ""
455
  "Use {support_url} placeholder to show support documentation url in message"
456
- msgstr ""
457
 
458
- #: ../admin/general_options.php:110
459
  msgid "Custom CSS"
460
  msgstr "自定义CSS"
461
 
462
- #: ../admin/general_options.php:120
463
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
464
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
465
 
466
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
467
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1202
468
- #: ../admin/like_buttons.php:827
469
- #, fuzzy
470
  msgid "Instagram Shoutout"
471
- msgstr "Instagram"
472
 
473
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
474
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1204
475
- #: ../admin/like_buttons.php:829
476
  msgid ""
477
  "If you can send (to hello@heateor.com) how our plugin is helping your "
478
  "business, we can share it on Instagram. You can also send any relevant "
479
  "hashtags and people to mention in the Instagram post."
480
  msgstr ""
 
 
481
 
482
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
483
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1205
484
- #: ../admin/like_buttons.php:830
485
  msgid ""
486
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
487
  "language courses through their website. They have emerged as one of the most "
@@ -489,79 +521,83 @@ msgid ""
489
  "proficient in programming language of their choice in a very easy way in no "
490
  "time."
491
  msgstr ""
 
 
 
492
 
493
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
494
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1206
495
- #: ../admin/like_buttons.php:831
496
  msgid ""
497
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
498
  "features at their website, such as - Social Login, Social Share and Social "
499
  "Commenting. Be sure to visit their website at blahblahonlinecoaching.com "
500
  "where you can browse a variety of programming language courses."
501
  msgstr ""
 
 
 
502
 
503
- #: ../admin/help.php:4
504
  msgid "About"
505
  msgstr "关于"
506
 
507
- #: ../admin/help.php:4
508
  msgid "Version"
509
  msgstr "版本"
510
 
511
- #: ../admin/help.php:6
512
  msgid "by"
513
  msgstr "作者"
514
 
515
- #: ../admin/help.php:7
516
  msgid ""
517
  "We are a creative team with unique ideas in mind and service in heart. We "
518
  "love what we do. For more info join us at"
519
  msgstr ""
520
  "我们是有独特想法与用心在服务的创意团队。我们热爱我们所做的。更多的信息请访问"
521
 
522
- #: ../admin/help.php:19
523
  msgid "Donate Now"
524
  msgstr "现在捐赠"
525
 
526
- #: ../admin/help.php:25
527
  msgid "Plugin Demo"
528
  msgstr "插件演示"
529
 
530
- #: ../admin/help.php:31
531
  msgid "Translate Plugin"
532
- msgstr ""
533
 
534
- #: ../admin/help.php:37 ../admin/social_login.php:53
535
- #, fuzzy
536
  msgid "Customize Social Login Icons"
537
- msgstr "社交账户登陆"
538
 
539
- #: ../admin/help.php:43
540
  msgid "Integrate with Google Analytics"
541
  msgstr "谷歌分析与集成"
542
 
543
- #: ../admin/help.php:49
544
  msgid "Boost sharing by awarding points"
545
  msgstr "通过授予积分刺激共享"
546
 
547
- #: ../admin/help.php:55
548
  msgid "Award points for Social Login"
549
- msgstr "为社会登录授予积分"
550
 
551
- #: ../admin/help.php:61
552
  msgid "Other Add-ons"
553
  msgstr "其他加载项"
554
 
555
- #: ../admin/help.php:67
556
- #, fuzzy
557
  msgid "Support Forum"
558
- msgstr "支持我们"
559
 
560
- #: ../admin/help.php:72
561
  msgid "Need Help?"
562
  msgstr "需要帮助?"
563
 
564
- #: ../admin/help.php:74
565
  msgid ""
566
  "If you <strong>have any query</strong>, need help regarding <strong>plugin "
567
  "setup</strong>, want <strong>custom features</strong> in the plugin or "
@@ -573,167 +609,169 @@ msgstr ""
573
  "件,只需发电子邮件<a href=“mailto:support@heateor.com”>support@heateor.com</"
574
  "a>"
575
 
576
- #: ../admin/help.php:79
577
  msgid "Testimonial"
578
- msgstr ""
579
 
580
- #: ../admin/help.php:81
581
  msgid ""
582
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
583
  "\">testimonials@heateor.com</a>"
584
  msgstr ""
 
 
585
 
586
- #: ../admin/help.php:86
587
  msgid "Support Us"
588
  msgstr "支持我们"
589
 
590
- #: ../admin/help.php:89 ../admin/help.php:92 ../admin/help.php:93
591
- #: ../admin/help.php:94 ../admin/help.php:95 ../admin/help.php:96
592
  msgid "Rate 5-star"
593
  msgstr "5-星评价"
594
 
595
- #: ../admin/social_sharing.php:9 ../admin/social_commenting.php:8
596
- #: ../admin/social_login.php:8 ../admin/like_buttons.php:10
597
  msgid "Master Control"
598
  msgstr "主控制"
599
 
600
- #: ../admin/social_sharing.php:14
601
  msgid "Enable Social Sharing"
602
  msgstr "启用社交共享"
603
 
604
- #: ../admin/social_sharing.php:23
605
  msgid "Master control to enable Social Sharing"
606
- msgstr "主控件,以使社会共享"
607
 
608
- #: ../admin/social_sharing.php:33
609
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
610
- msgstr ""
611
 
612
- #: ../admin/social_sharing.php:41
613
  msgid "Theme Selection"
614
  msgstr "主题选择"
615
 
616
- #: ../admin/social_sharing.php:42 ../admin/like_buttons.php:37
617
  msgid "Standard Interface"
618
  msgstr "标准接口"
619
 
620
- #: ../admin/social_sharing.php:43 ../admin/like_buttons.php:38
621
  msgid "Floating Interface"
622
  msgstr "浮动接口"
623
 
624
- #: ../admin/social_sharing.php:44 ../admin/like_buttons.php:39
625
  msgid "Miscellaneous"
626
  msgstr "其他"
627
 
628
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
629
  msgid "3rd Party Integration"
630
- msgstr ""
631
 
632
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
633
- #: ../admin/social_sharing.php:1907 ../admin/social_login.php:41
634
- #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
635
- #: ../admin/like_buttons.php:793
636
  msgid "Shortcode & Widget"
637
- msgstr "簡碼和小工具"
638
 
639
- #: ../admin/social_sharing.php:53
640
  msgid "Troubleshooter"
641
  msgstr "排错"
642
 
643
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
644
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
645
- #: ../admin/social_login.php:42 ../admin/social_login.php:1178
646
- #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
647
  msgid "FAQ"
648
  msgstr "常见问题解答"
649
 
650
- #: ../admin/social_sharing.php:62
651
  msgid "Standard interface theme"
652
  msgstr "标准接口主题"
653
 
654
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:374
655
  msgid "Icon Preview"
656
  msgstr "图标预览"
657
 
658
- #: ../admin/social_sharing.php:139 ../admin/social_sharing.php:447
659
  msgid ""
660
  "Do not forget to save the configuration after making changes by clicking the "
661
  "save button below"
662
  msgstr "更改后不要忘记单击下面的保存按钮以保存下面存配置"
663
 
664
- #: ../admin/social_sharing.php:146 ../admin/social_sharing.php:454
665
  msgid "Shape"
666
  msgstr "形状"
667
 
668
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
669
- #: ../inc/widget.php:907
670
  msgid "Round"
671
  msgstr "圆"
672
 
673
- #: ../admin/social_sharing.php:152 ../admin/social_sharing.php:460
674
- #: ../inc/widget.php:908
675
  msgid "Square"
676
  msgstr "正方形"
677
 
678
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
679
  msgid "Rectangle"
680
  msgstr "矩形"
681
 
682
- #: ../admin/social_sharing.php:161 ../admin/social_sharing.php:469
683
  msgid "Shape of the sharing icons"
684
  msgstr "共享图标的形状"
685
 
686
- #: ../admin/social_sharing.php:170 ../admin/social_sharing.php:478
687
  msgid "Size (in pixels)"
688
  msgstr "大小 (以像素为单位)"
689
 
690
- #: ../admin/social_sharing.php:186 ../admin/social_sharing.php:494
691
  msgid "Size of the sharing icons"
692
  msgstr "共享图标的大小"
693
 
694
- #: ../admin/social_sharing.php:196 ../admin/social_sharing.php:504
695
  msgid "Width (in pixels)"
696
  msgstr "宽度(px)"
697
 
698
- #: ../admin/social_sharing.php:212 ../admin/social_sharing.php:520
699
  msgid "Width of the sharing icons"
700
  msgstr "共享图标宽度"
701
 
702
- #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
703
  msgid "Height (in pixels)"
704
  msgstr "高度(像素)"
705
 
706
- #: ../admin/social_sharing.php:236 ../admin/social_sharing.php:544
707
  msgid "Height of the sharing icons"
708
  msgstr "共享图标高度"
709
 
710
- #: ../admin/social_sharing.php:246 ../admin/social_sharing.php:554
711
  msgid "Border radius (in pixels)"
712
  msgstr "(以像素为单位) 的边界半径"
713
 
714
- #: ../admin/social_sharing.php:256 ../admin/social_sharing.php:564
715
  msgid ""
716
  "Specify a value for rounded corners. More the value, more rounded will the "
717
  "corners be. Leave empty for sharp corners."
718
  msgstr "定义圆角的值。值越大,圆角越园。留空为尖角。"
719
 
720
- #: ../admin/social_sharing.php:265 ../admin/social_sharing.php:573
721
  msgid "Logo Color"
722
  msgstr "logo颜色"
723
 
724
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:290
725
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:577
726
- #: ../admin/social_sharing.php:598 ../admin/social_sharing.php:617
727
  msgid "Default"
728
  msgstr "默认"
729
 
730
- #: ../admin/social_sharing.php:271 ../admin/social_sharing.php:291
731
- #: ../admin/social_sharing.php:315 ../admin/social_sharing.php:579
732
- #: ../admin/social_sharing.php:599 ../admin/social_sharing.php:622
733
  msgid "On Hover"
734
  msgstr "鼠标悬停"
735
 
736
- #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:587
737
  msgid ""
738
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
739
  "empty for default. You can get the hex code of the required color from <a "
@@ -743,13 +781,13 @@ msgstr ""
743
  "href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的颜色"
744
  "的十六进制代码"
745
 
746
- #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
747
- #: ../admin/social_sharing.php:1330 ../admin/like_buttons.php:406
748
- #: ../inc/widget.php:436 ../inc/widget.php:748
749
  msgid "Background Color"
750
  msgstr "背景颜色"
751
 
752
- #: ../admin/social_sharing.php:298 ../admin/social_sharing.php:606
753
  msgid ""
754
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
755
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -760,353 +798,322 @@ msgstr ""
760
  "为默认。你可以从<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链"
761
  "接</a>获得所需的颜色的十六进制代码"
762
 
763
- #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
764
  msgid "Border"
765
  msgstr "边框"
766
 
767
- #: ../admin/social_sharing.php:312 ../admin/social_sharing.php:317
768
- #: ../admin/social_sharing.php:619 ../admin/social_sharing.php:624
769
  msgid "Border Width"
770
  msgstr "边框宽度"
771
 
772
- #: ../admin/social_sharing.php:313 ../admin/social_sharing.php:318
773
- #: ../admin/social_sharing.php:620 ../admin/social_sharing.php:625
774
  msgid "Border Color"
775
  msgstr "边框颜色"
776
 
777
- #: ../admin/social_sharing.php:325 ../admin/social_sharing.php:632
778
  msgid "Icon border"
779
  msgstr "图标边框"
780
 
781
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
782
  msgid "Counter Position"
783
  msgstr "计数器的位置"
784
 
785
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
786
  msgid "(applies, if counter enabled)"
787
  msgstr "(适用,如果启用计数器)"
788
 
789
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
790
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1352
791
- #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
792
- #: ../inc/widget.php:422 ../inc/widget.php:734
793
  msgid "Left"
794
  msgstr "左边"
795
 
796
- #: ../admin/social_sharing.php:339 ../admin/social_sharing.php:646
797
  msgid "Top"
798
  msgstr "顶部"
799
 
800
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
801
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1353
802
- #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
803
- #: ../inc/widget.php:423 ../inc/widget.php:735
804
  msgid "Right"
805
  msgstr "右侧"
806
 
807
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
808
  msgid "Bottom"
809
  msgstr "居下"
810
 
811
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
812
  msgid "Inner Left"
813
  msgstr "内左"
814
 
815
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
816
  msgid "Inner Top"
817
  msgstr "内顶"
818
 
819
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
820
  msgid "Inner Right"
821
  msgstr "内右"
822
 
823
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
824
  msgid "Inner Bottom"
825
  msgstr "内底"
826
 
827
- #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
828
  msgid "Position of share counter"
829
  msgstr "共享计数器的位置"
830
 
831
- #: ../admin/social_sharing.php:369
832
  msgid "Floating interface theme"
833
  msgstr "浮动的界面主题"
834
 
835
- #: ../admin/social_sharing.php:682
836
  msgid "Standard Sharing Interface Options"
837
  msgstr "标准共享界面选项"
838
 
839
- #: ../admin/social_sharing.php:688
840
  msgid "Enable Standard sharing interface"
841
  msgstr "启用共享接口标准"
842
 
843
- #: ../admin/social_sharing.php:698
844
  msgid "Master control to enable standard sharing"
845
  msgstr "主控件以启用标准共享"
846
 
847
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1156
848
- #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
849
  msgid "Target Url"
850
  msgstr "目标URL"
851
 
852
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1160
853
- #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
854
  msgid "Url of the webpage where icons are located (default)"
855
  msgstr "图标所在网页的Url (默认值)"
856
 
857
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1162
858
- #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
859
  msgid "Url of the homepage of your website"
860
  msgstr "您网站的主页的 Url"
861
 
862
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1164
863
- #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
864
  msgid "Custom url"
865
  msgstr "自定义 URL"
866
 
867
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1171
868
  msgid "Url to share"
869
  msgstr "要分享的网址"
870
 
871
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:527
872
- #: ../admin/social_login.php:868 ../admin/like_buttons.php:105
873
- #: ../inc/widget.php:901
874
  msgid "Title"
875
  msgstr "标题"
876
 
877
- #: ../admin/social_sharing.php:741
878
  msgid "The text to display above the sharing interface"
879
  msgstr "要共享界面上方显示的文本"
880
 
881
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1180
882
- #, fuzzy
883
  msgid "Instagram username"
884
- msgstr "Instagram"
885
 
886
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1190
887
  msgid ""
888
  "Username of the Instagram account you want to redirect users to, on clicking "
889
  "the icon"
890
- msgstr ""
891
 
892
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1200
893
- #, fuzzy
894
  msgid "HTML ID of container element of comment form"
895
- msgstr "评论表单容器的HTML ID"
896
 
897
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1210
898
  msgid ""
899
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
900
  "icon."
901
- msgstr ""
902
 
903
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1219
904
  msgid "Rearrange icons"
905
  msgstr "重新排列图标"
906
 
907
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1278
908
  msgid "Drag the icons to rearrange in desired order"
909
  msgstr "按所需顺序拖动要重新排列的图标"
910
 
911
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1286
912
  msgid "Select Sharing Services"
913
  msgstr "选择共享服务"
914
 
915
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1293
916
  msgid "Select sharing services to show in social share bar"
917
- msgstr "请选择要在社会共享栏中显示的共享服务"
918
 
919
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1311
920
- #, fuzzy
921
  msgid "Search social network"
922
- msgstr "作为主要的社交网络"
923
 
924
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1348
925
- #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
926
  msgid "Horizontal alignment"
927
  msgstr "水平对齐"
928
 
929
- #: ../admin/social_sharing.php:926 ../admin/like_buttons.php:180
930
  msgid "Center"
931
  msgstr "居中"
932
 
933
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1361
934
  msgid "Horizontal alignment of the sharing interface"
935
  msgstr "共享界面水平对齐方式"
936
 
937
- #: ../admin/social_sharing.php:943 ../admin/like_buttons.php:197
938
  msgid "Position with respect to content"
939
  msgstr "相对于内容的位置"
940
 
941
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
942
  msgid "Top of the content"
943
  msgstr "内容的顶部"
944
 
945
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:203
946
  msgid "Bottom of the content"
947
  msgstr "内容的底部"
948
 
949
- #: ../admin/social_sharing.php:956
950
  msgid "Specify position of the sharing interface with respect to the content"
951
  msgstr "指定相对于内容而言共享界面的位置"
952
 
953
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1427
954
  msgid "Placement"
955
  msgstr "放置"
956
 
957
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
958
- #: ../admin/social_login.php:807 ../admin/social_login.php:837
959
- #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
960
  msgid "Homepage"
961
  msgstr "主页"
962
 
963
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1433
964
- #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
965
  msgid "Posts"
966
  msgstr "文章"
967
 
968
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1435
969
- #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
970
  msgid "Pages"
971
  msgstr "页面"
972
 
973
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1437
974
- #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
975
- #, fuzzy
976
  msgid "Excerpts and Posts page"
977
- msgstr "摘录 (在主页)"
978
 
979
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1439
980
- #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
981
  msgid "Category Archives"
982
  msgstr "目录类别"
983
 
984
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1441
985
- #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
986
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
987
  msgstr "存档页 (分类、 标记、 作者或根据日期分类的页)"
988
 
989
- #: ../admin/social_sharing.php:994 ../admin/like_buttons.php:248
990
  msgid "BuddyPress activity"
991
  msgstr "BuddyPress 活动"
992
 
993
- #: ../admin/social_sharing.php:996 ../admin/like_buttons.php:251
994
  msgid "BuddyPress group (only at top of content)"
995
  msgstr "BuddyPress 组 (只有顶部的内容)"
996
 
997
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1463
998
- #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
999
  msgid "BBPress forum"
1000
  msgstr "BBPress 论坛"
1001
 
1002
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1466
1003
- #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1004
  msgid "BBPress topic"
1005
  msgstr "BBPress 主题"
1006
 
1007
- #: ../admin/social_sharing.php:1008 ../admin/like_buttons.php:264
1008
  msgid "BBPress reply"
1009
  msgstr "BBPress 答复"
1010
 
1011
- #: ../admin/social_sharing.php:1015 ../admin/like_buttons.php:271
1012
  msgid "After individual product at WooCommerce Shop page"
1013
- msgstr "在Woocommerce購物頁面的单一产品之后"
1014
 
1015
- #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:274
1016
  msgid "WooCommerce Product Page"
1017
- msgstr "Woocommerce產品頁面"
1018
 
1019
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:277
1020
  msgid "WooCommerce Thankyou Page"
1021
  msgstr "WooCommerce 致谢页面"
1022
 
1023
- #: ../admin/social_sharing.php:1032
1024
  msgid "Specify the pages where you want to enable Sharing interface"
1025
  msgstr "指定要启用共享界面的页面"
1026
 
1027
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1484
1028
  msgid "Show share counts"
1029
  msgstr "显示共享计数"
1030
 
1031
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1489
1032
- #, fuzzy
1033
  msgid ""
1034
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1035
  "Pinterest, Odnoklassniki and Vkontakte"
1036
  msgstr ""
1037
- "官方共享计数支持Facebook,Linkedin,GooglePlus DeliciousBuffe Reddit、 "
1038
- "Pinterest,Stumbleupon, Odnoklassniki 和 Vkontakte "
1039
-
1040
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1497
1041
- #, php-format
1042
- msgid ""
1043
- "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
1044
- "share counts"
1045
- msgstr ""
1046
- "使用<a href=“%s” target=“_blank”>NewShareCounts</a>来显示 Twitter 共享计数"
1047
-
1048
- #: ../admin/social_sharing.php:1064 ../admin/social_sharing.php:1499
1049
- #, php-format
1050
- msgid ""
1051
- "For this to work, you have to enter your website url %s and sign in using "
1052
- "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
1053
- msgstr ""
1054
- "对这项工作,你必须输入网站 url %s,并在使用 Twitter在<a href=“%s” "
1055
- "target=“_blank”> 登录他们的网站</a>"
1056
 
1057
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1501
1058
  #, php-format
1059
  msgid ""
1060
- "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
1061
- "share counts"
 
 
1062
  msgstr ""
1063
- "使用<a href=“%s” target=“_blank”>OpenShareCount</a>来显示 Twitter 共享计数"
1064
 
1065
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1503
1066
- #, php-format
1067
- msgid ""
1068
- "For this to work, you have to sign up and register your website url %s at <a "
1069
- "href=\"%s\" target=\"_blank\">their website</a>"
1070
- msgstr ""
1071
- "这项工作,你必须在<a href=“%s” target=“_blank”>他们的网站</a>注册和登记您的网"
1072
- "址%s "
1073
-
1074
- #: ../admin/social_sharing.php:1075 ../admin/social_sharing.php:1510
1075
  msgid "If enabled, share counts are displayed above sharing icons."
1076
  msgstr "如果启用,共享计数在共享图标上面显示。"
1077
 
1078
- #: ../admin/social_sharing.php:1084 ../admin/social_sharing.php:1519
1079
  msgid "Show total shares"
1080
  msgstr "分享总数"
1081
 
1082
- #: ../admin/social_sharing.php:1094 ../admin/social_sharing.php:1529
1083
  msgid "If enabled, total shares will be displayed with sharing icons"
1084
  msgstr "如果启用,共享计数在共享图标上面显示。"
1085
 
1086
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1538
1087
  msgid "Enable 'More' icon"
1088
  msgstr "启用“更多”图标"
1089
 
1090
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1548
1091
  msgid ""
1092
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1093
  "which shows additional sharing networks in popup"
1094
  msgstr ""
1095
  "如果启用,将选定的共享图标后,会显示“更多”图标,它显示在弹出的其他共享网络"
1096
 
1097
- #: ../admin/social_sharing.php:1130
1098
  msgid "Floating Sharing Interface Options"
1099
  msgstr "浮动共享界面选项"
1100
 
1101
- #: ../admin/social_sharing.php:1136
1102
  msgid "Enable Floating sharing interface"
1103
  msgstr "启用共享接口标准"
1104
 
1105
- #: ../admin/social_sharing.php:1146
1106
  msgid "Master control to enable floating sharing widget"
1107
  msgstr "主控,使共享浮动部件"
1108
 
1109
- #: ../admin/social_sharing.php:1340
1110
  msgid ""
1111
  "Specify the color or hex code (example #cc78e0) for the background of "
1112
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1117,137 +1124,136 @@ msgstr ""
1117
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
1118
  "颜色的十六进制代码"
1119
 
1120
- #: ../admin/social_sharing.php:1370 ../admin/like_buttons.php:446
1121
  msgid "Left offset"
1122
  msgstr "左偏移"
1123
 
1124
- #: ../admin/social_sharing.php:1380
1125
  msgid ""
1126
  "Specify a number. Increase in number will shift sharing interface towards "
1127
  "right and decrease will shift it towards left. Number can be negative too."
1128
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1129
 
1130
- #: ../admin/social_sharing.php:1390 ../admin/like_buttons.php:466
1131
  msgid "Right offset"
1132
  msgstr "右偏移"
1133
 
1134
- #: ../admin/social_sharing.php:1400
1135
  msgid ""
1136
  "Specify a number. Increase in number will shift sharing interface towards "
1137
  "left and decrease will shift it towards right. Number can be negative too."
1138
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1139
 
1140
- #: ../admin/social_sharing.php:1409 ../admin/like_buttons.php:485
1141
  msgid "Top offset"
1142
  msgstr "顶部偏移"
1143
 
1144
- #: ../admin/social_sharing.php:1419
1145
  msgid ""
1146
  "Specify a number. Increase in number will shift sharing interface towards "
1147
  "bottom and decrease will shift it towards top."
1148
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
1149
 
1150
- #: ../admin/social_sharing.php:1455 ../admin/like_buttons.php:531
1151
  msgid "BuddyPress group"
1152
  msgstr "BuddyPress 组"
1153
 
1154
- #: ../admin/social_sharing.php:1476
1155
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1156
  msgstr "指定要实现垂直共享界面的网页"
1157
 
1158
- #: ../admin/social_sharing.php:1556
1159
  msgid "Vertical floating bar responsiveness"
1160
  msgstr "立式浮栏响应能力"
1161
 
1162
- #: ../admin/social_sharing.php:1559
1163
  #, php-format
1164
  msgid "Display vertical interface only when screen is wider than %s pixels"
1165
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
1166
 
1167
- #: ../admin/social_sharing.php:1566
1168
  msgid ""
1169
  "Display vertical interface only when screen is wider than the width "
1170
  "specified."
1171
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
1172
 
1173
- #: ../admin/social_sharing.php:1574
1174
  msgid "Horizontal floating bar responsiveness"
1175
  msgstr "水平浮动栏响应"
1176
 
1177
- #: ../admin/social_sharing.php:1577
1178
  #, php-format
1179
  msgid ""
1180
  "Stick vertical floating interface horizontally at bottom only when screen is "
1181
  "narrower than %s pixels"
1182
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
1183
 
1184
- #: ../admin/social_sharing.php:1584
1185
  msgid ""
1186
  "Stick vertical floating interface horizontally at bottom only when screen is "
1187
  "narrower than the width specified"
1188
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
1189
 
1190
- #: ../admin/social_sharing.php:1594
1191
  msgid "Horizontal floating bar position"
1192
  msgstr "水平浮动栏位置"
1193
 
1194
- #: ../admin/social_sharing.php:1597
1195
  #, php-format
1196
  msgid "%s pixels from %s"
1197
  msgstr "%s像素来自%s"
1198
 
1199
- #: ../admin/social_sharing.php:1598
1200
  msgid "Auto-adjust according to screen width (responsive)"
1201
- msgstr ""
1202
 
1203
- #: ../admin/social_sharing.php:1605
1204
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1205
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
1206
 
1207
- #: ../admin/social_sharing.php:1625 ../admin/like_buttons.php:588
1208
  msgid "Url shortener"
1209
  msgstr "短网址"
1210
 
1211
- #: ../admin/social_sharing.php:1631
1212
  msgid "Use shortlinks already installed"
1213
  msgstr "短网址已安装,发推按钮"
1214
 
1215
- #: ../admin/social_sharing.php:1641
1216
  msgid "Uses default short url permalinks without using any additional plugin"
1217
- msgstr ""
1218
 
1219
- #: ../admin/social_sharing.php:1649
1220
  msgid "Enable bit.ly url shortener for sharing"
1221
  msgstr "用于使用bit.ly url短链共享"
1222
 
1223
- #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:622
1224
  msgid "Master control to enable bit.ly url shortening for sharing"
1225
  msgstr "主控件以启用 bit.ly url 短链共享"
1226
 
1227
- #: ../admin/social_sharing.php:1667
1228
  msgid "bit.ly Login"
1229
- msgstr ""
1230
 
1231
- #: ../admin/social_sharing.php:1677 ../admin/social_sharing.php:1696
1232
- #, fuzzy, php-format
1233
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1234
  msgstr ""
1235
- "需要Twitter社交登录。请按照在<a href=“%s target=“_blank”>的链接</a>得到"
1236
- "Twitter的API密钥"
1237
 
1238
- #: ../admin/social_sharing.php:1686 ../admin/like_buttons.php:649
1239
  msgid "bit.ly API Key"
1240
  msgstr "bit.ly API 密钥"
1241
 
1242
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:668
1243
  msgid "Clear Bitly Cache"
1244
- msgstr ""
1245
 
1246
- #: ../admin/social_sharing.php:1709 ../admin/like_buttons.php:672
1247
  msgid "ShortUrl cache cleared successfully."
1248
  msgstr "ShortUrl 缓存成功清除。"
1249
 
1250
- #: ../admin/social_sharing.php:1716 ../admin/like_buttons.php:679
1251
  msgid ""
1252
  "Use this to delete short urls saved in database. Handy, if urls of your "
1253
  "website have been changed but short urls are still being generated for old "
@@ -1256,58 +1262,59 @@ msgstr ""
1256
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1257
  "仍为旧网址,手动处理。"
1258
 
1259
- #: ../admin/social_sharing.php:1725
1260
  msgid "Share Count Cache"
1261
- msgstr ""
1262
 
1263
- #: ../admin/social_sharing.php:1731
1264
  msgid "Refresh Share Count cache every"
1265
- msgstr ""
1266
 
1267
- #: ../admin/social_sharing.php:1736
1268
  msgid "Second(s)"
1269
- msgstr ""
1270
 
1271
- #: ../admin/social_sharing.php:1737
1272
  msgid "Minute(s)"
1273
- msgstr ""
1274
 
1275
- #: ../admin/social_sharing.php:1738
1276
  msgid "Hour(s)"
1277
- msgstr ""
1278
 
1279
- #: ../admin/social_sharing.php:1739
1280
  msgid "Day(s)"
1281
- msgstr ""
1282
 
1283
- #: ../admin/social_sharing.php:1747
1284
  #, php-format
1285
  msgid ""
1286
  "Frequent cache refreshing results in slower loading of pages with share "
1287
  "counts enabled. Leave empty to disable cache. More info <a href=\"%s\" "
1288
  "target=\"_blank\">here</a>"
1289
  msgstr ""
 
 
1290
 
1291
- #: ../admin/social_sharing.php:1755
1292
  msgid "Clear Share Counts Cache"
1293
- msgstr ""
1294
 
1295
- #: ../admin/social_sharing.php:1759
1296
- #, fuzzy
1297
  msgid "Share Counts cache cleared successfully."
1298
- msgstr "ShortUrl 缓存成功清除。"
1299
 
1300
- #: ../admin/social_sharing.php:1766
1301
  msgid "Use this to clear cached share counts"
1302
- msgstr ""
1303
 
1304
- #: ../admin/social_sharing.php:1775 ../admin/social_sharing.php:1781
1305
- #: ../admin/social_commenting.php:328 ../admin/like_buttons.php:688
1306
- #: ../admin/like_buttons.php:694
1307
  msgid "Language"
1308
  msgstr "语言"
1309
 
1310
- #: ../admin/social_sharing.php:1791
1311
  #, php-format
1312
  msgid ""
1313
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1317,15 +1324,15 @@ msgstr ""
1317
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1318
  "链接</a>找到语言代码。留空为默认 (英语)"
1319
 
1320
- #: ../admin/social_sharing.php:1800
1321
  msgid "Username in sharing"
1322
  msgstr "共享的用户名"
1323
 
1324
- #: ../admin/social_sharing.php:1806
1325
  msgid "Twitter username (without @)"
1326
  msgstr "Twitter账号(无@)"
1327
 
1328
- #: ../admin/social_sharing.php:1816 ../admin/social_sharing.php:1835
1329
  msgid ""
1330
  "Provided username will be appended after the content being shared as \"via "
1331
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1334,192 +1341,206 @@ msgstr ""
1334
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1335
  "请留空。"
1336
 
1337
- #: ../admin/social_sharing.php:1825
1338
  msgid "Buffer username (without @)"
1339
  msgstr "缓冲用户名 (无 @)"
1340
 
1341
- #: ../admin/social_sharing.php:1844
1342
  msgid "AMP"
1343
  msgstr ""
1344
 
1345
- #: ../admin/social_sharing.php:1850
1346
- #, fuzzy
1347
  msgid "Enable sharing on AMP pages"
1348
- msgstr "在登录页面启用"
1349
 
1350
- #: ../admin/social_sharing.php:1860
1351
  msgid "Enable this option to render sharing icons on AMP pages"
1352
- msgstr ""
1353
 
1354
- #: ../admin/social_sharing.php:1879 ../admin/like_buttons.php:767
1355
  msgid "myCRED"
1356
- msgstr ""
1357
 
1358
- #: ../admin/social_sharing.php:1885 ../admin/like_buttons.php:773
1359
  msgid "Append myCRED referral ID to the urls being shared"
1360
- msgstr ""
1361
 
1362
- #: ../admin/social_sharing.php:1918
1363
  msgid "Facebook Sharing Troubleshooter"
1364
  msgstr "Facebook 分享疑难解答"
1365
 
1366
- #: ../admin/social_sharing.php:1923
1367
- #, fuzzy
1368
  msgid ""
1369
  "If Facebook sharing is not working fine, click at the following link and "
1370
  "enter the problematic url (where Facebook sharing is not working properly) "
1371
  "of your website in the text field. Click \"Fetch New Scrape Information\" "
1372
  "button."
1373
  msgstr ""
1374
- "如果 Facebook 分享不工作,请单击下面的链接,在文本中输入您的网站的疑难 url "
1375
- "(指 Facebook 分享工作不正常的地址):"
1376
 
1377
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1378
- #: ../admin/social_login.php:1180
1379
  msgid ""
1380
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1381
  "an online website for the plugin to function properly."
1382
  msgstr ""
 
 
1383
 
1384
- #: ../admin/social_sharing.php:1942
1385
  msgid "Why is Instagram icon redirecting to Instagram website?"
1386
- msgstr ""
1387
 
1388
- #: ../admin/social_sharing.php:1943
1389
  msgid ""
1390
  "Instagram icon is there to send website visitors to the Instagram page of "
1391
  "your choice. You can save the desired Instagram handle in \"Instagram "
1392
  "Username\" option in \"Standard Interface\" and \"Floating Interface\" "
1393
  "sections."
1394
  msgstr ""
 
 
1395
 
1396
- #: ../admin/social_sharing.php:1945 ../admin/like_buttons.php:810
1397
- msgid "How to Place Title and Social Share Icons in the Same Row?"
 
1398
  msgstr ""
1399
 
1400
- #: ../admin/social_sharing.php:1946
1401
  msgid ""
1402
- "How to restore Social Share counts lost after moving my website to SSL/Https?"
 
 
1403
  msgstr ""
1404
 
1405
- #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1406
- #: ../admin/social_login.php:1186
 
 
 
 
 
 
 
 
 
1407
  msgid "Why is my browser blocking some features of the plugin?"
1408
- msgstr ""
1409
 
1410
- #: ../admin/social_sharing.php:1948
1411
  msgid "Why the color of share icons is not being updated?"
1412
- msgstr ""
1413
 
1414
- #: ../admin/social_sharing.php:1949
1415
  msgid ""
1416
  "Why is sharer not showing the correct image, title and other meta tags "
1417
  "content?"
1418
- msgstr ""
1419
 
1420
- #: ../admin/social_sharing.php:1950
1421
  msgid "Why Facebook share counts are not appearing?"
1422
- msgstr ""
1423
 
1424
- #: ../admin/social_sharing.php:1951
1425
  msgid ""
1426
  "How can I show share counts of my website rather than of individual pages/"
1427
  "posts?"
1428
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1429
 
1430
- #: ../admin/social_sharing.php:1952
1431
  msgid "How can I disable sharing on particular page/post?"
1432
  msgstr "如何在特定的页面文章上禁用共享?"
1433
 
1434
- #: ../admin/social_sharing.php:1953
1435
  msgid "How can I specify minimum sharing count for sharing networks?"
1436
  msgstr "如何为共享网络共享指定最少数目?"
1437
 
1438
- #: ../admin/social_sharing.php:1954
1439
  msgid "How to share specific page?"
1440
  msgstr "如何共享特定页面?"
1441
 
1442
- #: ../admin/social_sharing.php:1955
1443
  msgid "How to integrate Google Analytics with sharing?"
1444
  msgstr "谷歌分析与集成"
1445
 
1446
- #: ../admin/social_sharing.php:1956
1447
  msgid "How to customize the look of total share counts?"
1448
  msgstr "如何自定义总共享计数的外观?"
1449
 
1450
- #: ../admin/social_sharing.php:1957
1451
  msgid "How to customize the look of individual share counts?"
1452
  msgstr "如何自定义个人共享计数的外观?"
1453
 
1454
- #: ../admin/social_sharing.php:1958
1455
  msgid "How to show Whatsapp icon only on mobile devices?"
1456
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1457
 
1458
- #: ../admin/social_sharing.php:1959
1459
  msgid "How to hide arrow after floating sharing bar?"
1460
- msgstr ""
1461
 
1462
- #: ../admin/social_sharing.php:1960
1463
  msgid "Why is share count not getting updated?"
1464
- msgstr ""
1465
 
1466
- #: ../admin/social_sharing.php:1961 ../admin/like_buttons.php:808
1467
  msgid "Why is there so much space between like buttons?"
1468
- msgstr ""
1469
 
1470
- #: ../admin/social_sharing.php:1962 ../admin/like_buttons.php:809
1471
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1472
- msgstr ""
1473
 
1474
- #: ../admin/social_commenting.php:13
1475
  msgid "Enable Social Commenting"
1476
  msgstr "启用社会化评论"
1477
 
1478
- #: ../admin/social_commenting.php:23
1479
  msgid "Master control to enable Social Commenting"
1480
- msgstr "主控件,以使社会共享"
1481
 
1482
- #: ../admin/social_commenting.php:34
1483
  msgid "Social Commenting"
1484
- msgstr "社会评论"
1485
 
1486
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:458
1487
  msgid "Shortcode"
1488
  msgstr "短码"
1489
 
1490
- #: ../admin/social_commenting.php:49
1491
  msgid "Order of tabs in commenting interface"
1492
  msgstr "在评论界面选项卡的顺序"
1493
 
1494
- #: ../admin/social_commenting.php:59
1495
  msgid ""
1496
  "Order of the tabs shown in social commenting interface. Defaults to "
1497
  "wordpress,facebook,googleplus,disqus"
1498
  msgstr ""
1499
- "在社会评论界面中显示的选项卡的顺序。默认值为 wordpress,facebook,"
1500
  "googleplus,disqus"
1501
 
1502
- #: ../admin/social_commenting.php:67
1503
  msgid "Comment area label"
1504
  msgstr "评论区标签"
1505
 
1506
- #: ../admin/social_commenting.php:77
1507
  msgid "Label for comment area"
1508
  msgstr "在评论表单启用"
1509
 
1510
- #: ../admin/social_commenting.php:90
1511
  msgid "Enable Social Commenting at"
1512
  msgstr "在此禁用社会化评论"
1513
 
1514
- #: ../admin/social_commenting.php:109
1515
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1516
- msgstr "指定要启用社会评论的页面/文章组"
1517
 
1518
- #: ../admin/social_commenting.php:120
1519
  msgid "HTML ID of comment form container"
1520
  msgstr "评论表单容器的HTML ID"
1521
 
1522
- #: ../admin/social_commenting.php:130
1523
  msgid ""
1524
  "HTML ID of container element of the default comment form at front end. Leave "
1525
  "empty for default ID - \"respond\". You need to specify it if default "
@@ -1527,45 +1548,45 @@ msgid ""
1527
  "front-end of your website."
1528
  msgstr ""
1529
  "在前端默认评论表单的HTML ID 的容器元素。留空为默认 ID-“respond”。如果在您网站"
1530
- "的前端出现默认评论形式和社会评论无法启用,您需要指定它。"
1531
 
1532
- #: ../admin/social_commenting.php:140
1533
  msgid "Labels"
1534
  msgstr "标签"
1535
 
1536
- #: ../admin/social_commenting.php:145
1537
  msgid "Label for WordPress Commenting tab"
1538
  msgstr "WordPress 评论选项卡的标签"
1539
 
1540
- #: ../admin/social_commenting.php:154
1541
  msgid "Label for Facebook Commenting tab"
1542
  msgstr "Facebook 评论选项卡的标签"
1543
 
1544
- #: ../admin/social_commenting.php:163
1545
  msgid "Label for G+ Commenting tab"
1546
  msgstr "G+ 评论选项卡的标签"
1547
 
1548
- #: ../admin/social_commenting.php:172
1549
  msgid "Label for Disqus Commenting tab"
1550
  msgstr "Disqus 评论选项卡的标签"
1551
 
1552
- #: ../admin/social_commenting.php:183
1553
  msgid "Facebook Commenting Options"
1554
  msgstr "Facebook 评论选项"
1555
 
1556
- #: ../admin/social_commenting.php:189
1557
  msgid "Enable Facebook Comments notification and moderation"
1558
  msgstr "启用 Facebook 评论通知和调节"
1559
 
1560
- #: ../admin/social_commenting.php:197 ../admin/social_commenting.php:207
1561
  msgid "Enable Facebook Commenting"
1562
  msgstr "启用Facebook评论"
1563
 
1564
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:389
1565
  msgid "Url to comment on"
1566
  msgstr "评论上的 Url"
1567
 
1568
- #: ../admin/social_commenting.php:225
1569
  msgid ""
1570
  "The absolute URL that comments posted will be permanently associated with. "
1571
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
@@ -1575,72 +1596,67 @@ msgstr ""
1575
  "以评论的绝对 URL 将与永久关联。在 Facebook 上关于已评论的事件,将链接到此 "
1576
  "URL。<br>如果留空<strong>(推荐)</strong>,在已启用评论中,主页url将被使用。"
1577
 
1578
- #: ../admin/social_commenting.php:233
1579
- #, fuzzy
1580
  msgid "Show Recent Facebook Comments in a Widget"
1581
- msgstr "启用Facebook评论"
1582
 
1583
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:371
1584
  msgid "Width"
1585
  msgstr "宽度"
1586
 
1587
- #: ../admin/social_commenting.php:251
1588
  msgid ""
1589
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1590
  "block."
1591
  msgstr "请留空以自动调整宽度。评论块的宽度 (以像素为单位)。"
1592
 
1593
- #: ../admin/social_commenting.php:259
1594
  msgid "Color Scheme"
1595
  msgstr "配色方案"
1596
 
1597
- #: ../admin/social_commenting.php:263
1598
  msgid "Light"
1599
  msgstr "亮度"
1600
 
1601
- #: ../admin/social_commenting.php:264
1602
  msgid "Dark"
1603
  msgstr "暗度"
1604
 
1605
- #: ../admin/social_commenting.php:272
1606
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1607
  msgstr "该插件所使用的颜色方案。可以是”明亮”或”暗淡”。"
1608
 
1609
- #: ../admin/social_commenting.php:280
1610
  msgid "Number of comments"
1611
  msgstr "评论数量"
1612
 
1613
- #: ../admin/social_commenting.php:290
1614
  msgid ""
1615
  "The number of comments to show by default. The minimum value is 1. Defaults "
1616
  "to 10"
1617
  msgstr "要在默认情况下显示的评论数目。最小值是 1。默认值为 10"
1618
 
1619
- #: ../admin/social_commenting.php:298
1620
  msgid "Order by"
1621
  msgstr "排序规则"
1622
 
1623
- #: ../admin/social_commenting.php:302
1624
  msgid "Social"
1625
  msgstr "社交"
1626
 
1627
- #: ../admin/social_commenting.php:303
1628
  msgid "Reverse Time"
1629
  msgstr "反转时间"
1630
 
1631
- #: ../admin/social_commenting.php:304
1632
  msgid "Time"
1633
  msgstr "时间"
1634
 
1635
- #: ../admin/social_commenting.php:312
1636
  msgid "The order to use when displaying comments."
1637
  msgstr "显示评论时的顺序。"
1638
 
1639
- #: ../admin/social_commenting.php:320
1640
- msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
1641
- msgstr ""
1642
-
1643
- #: ../admin/social_commenting.php:338
1644
  #, php-format
1645
  msgid ""
1646
  "Enter the code of the language you want to use to display commenting. You "
@@ -1650,19 +1666,19 @@ msgstr ""
1650
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1651
  "链接</a>找到语言代码。留空为默认 (英语)"
1652
 
1653
- #: ../admin/social_commenting.php:347
1654
  msgid "Google Plus Commenting Options"
1655
  msgstr "Google + 评论选项"
1656
 
1657
- #: ../admin/social_commenting.php:353 ../admin/social_commenting.php:363
1658
  msgid "Enable Google Plus Commenting"
1659
  msgstr "启用 Google + 评论"
1660
 
1661
- #: ../admin/social_commenting.php:381
1662
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1663
  msgstr "GooglePlus 评论界面的宽度。留空自动调整"
1664
 
1665
- #: ../admin/social_commenting.php:399
1666
  msgid ""
1667
  "The absolute URL that comments posted will be permanently associated with. "
1668
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1672,91 +1688,90 @@ msgstr ""
1672
  "已发评论的绝对 URL 将与之永久关联。在 Facebook 上关于已评论的事件将链接到此 "
1673
  "URL。<br>如果留空<strong>(推荐)</strong>,在已启用评论中,主页url将被使用。"
1674
 
1675
- #: ../admin/social_commenting.php:408
1676
  msgid "Disqus Commenting Options"
1677
  msgstr "Disqus 评论选项"
1678
 
1679
- #: ../admin/social_commenting.php:414 ../admin/social_commenting.php:424
1680
  msgid "Enable Disqus Commenting"
1681
  msgstr "启用 Disqus 评论"
1682
 
1683
- #: ../admin/social_commenting.php:432
1684
  msgid "Disqus Shortname"
1685
  msgstr "Disqus 短名称"
1686
 
1687
- #: ../admin/social_commenting.php:442
1688
  msgid ""
1689
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1690
  "shortname, visit following link."
1691
  msgstr ""
1692
  "<strong>要求使用 Disqus 评论。</strong>关于短名称的更多信息,请访问下面链接。"
1693
 
1694
- #: ../admin/social_commenting.php:460
1695
  msgid "Social Commenting Shortcode"
1696
  msgstr "社会化评论简码"
1697
 
1698
- #: ../admin/social_commenting.php:474
1699
  msgid ""
1700
  "How to show recent Facebook Comments from all over the website in a widget?"
1701
- msgstr ""
1702
 
1703
- #: ../admin/social_commenting.php:475
1704
  msgid ""
1705
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1706
  "Https?"
1707
- msgstr ""
1708
 
1709
- #: ../admin/social_commenting.php:477
1710
  msgid "How can I disable Social Commenting at individual page/post?"
1711
- msgstr "如何在独立页/文章上禁用社会评论?"
1712
 
1713
- #: ../admin/social_commenting.php:478
1714
  msgid "How to disable default comment form from Social Commenting?"
1715
- msgstr "如何从社会评论禁用默认评论表单?"
1716
 
1717
- #: ../admin/social_login.php:14
1718
  msgid "Enable Social Login"
1719
  msgstr "启用社交登录"
1720
 
1721
- #: ../admin/social_login.php:24
1722
  msgid ""
1723
  "Master control for Social Login. It must be checked to enable Social Login "
1724
  "functionality"
1725
- msgstr "社会化登录的主控。为使用社会登录功能必须验证它。"
1726
 
1727
- #: ../admin/social_login.php:35 ../admin/social_login.php:49
1728
  msgid "Basic Configuration"
1729
  msgstr "基本配置"
1730
 
1731
- #: ../admin/social_login.php:36
1732
- #, fuzzy
1733
  msgid "Advanced Configuration"
1734
- msgstr "基本配置"
1735
 
1736
- #: ../admin/social_login.php:37 ../admin/social_login.php:1013
1737
  msgid "GDPR"
1738
- msgstr ""
1739
 
1740
- #: ../admin/social_login.php:39 ../admin/social_login.php:1115
1741
  msgid "XProfile Integration"
1742
- msgstr ""
1743
 
1744
- #: ../admin/social_login.php:59
1745
  msgid "Disable user registration via Social Login"
1746
- msgstr "禁用社会登录用户注册"
1747
 
1748
- #: ../admin/social_login.php:69
1749
  msgid ""
1750
  "After enabling this option, new users will not be able to login through "
1751
  "social login. Only existing users will be able to social login."
1752
  msgstr ""
1753
  "启用此选项之后,新用户不能够通过社交登录了。只有现有的用户将能够社交登录。"
1754
 
1755
- #: ../admin/social_login.php:78
1756
  msgid "Redirection url"
1757
  msgstr "重定向 url"
1758
 
1759
- #: ../admin/social_login.php:88
1760
  msgid ""
1761
  "User will be redirected to this page after unsuccessful registration attempt "
1762
  "via Social Login. You can specify the url of registration form or of a page "
@@ -1765,61 +1780,59 @@ msgstr ""
1765
  "通过社会化登录成功的用户将重定向到此页后。您可以指定 url 的注册表单或显示有关"
1766
  "禁止通过社交登录注册消息的页面"
1767
 
1768
- #: ../admin/social_login.php:97
1769
- #, fuzzy
1770
  msgid "Select Social Networks"
1771
- msgstr "作为主要的社交网络"
1772
 
1773
- #: ../admin/social_login.php:102
1774
  msgid "Facebook"
1775
  msgstr "Facebook"
1776
 
1777
- #: ../admin/social_login.php:106
1778
  msgid "Twitter"
1779
  msgstr "Twitter"
1780
 
1781
- #: ../admin/social_login.php:110
1782
  msgid "LinkedIn"
1783
  msgstr "LinkedIn"
1784
 
1785
- #: ../admin/social_login.php:114
1786
  msgid "Google+"
1787
  msgstr "Google+"
1788
 
1789
- #: ../admin/social_login.php:118
1790
  msgid "Vkontakte"
1791
  msgstr "Vkontakte"
1792
 
1793
- #: ../admin/social_login.php:122
1794
  msgid "Instagram"
1795
  msgstr "Instagram"
1796
 
1797
- #: ../admin/social_login.php:126
1798
  msgid "Xing"
1799
  msgstr "Xing社交网站"
1800
 
1801
- #: ../admin/social_login.php:130
1802
  msgid "Steam"
1803
- msgstr ""
1804
 
1805
- #: ../admin/social_login.php:135
1806
- #, fuzzy
1807
  msgid "Twitch"
1808
- msgstr "Twitter"
1809
 
1810
- #: ../admin/social_login.php:140
1811
  msgid "LiveJournal"
1812
  msgstr ""
1813
 
1814
- #: ../admin/social_login.php:148
1815
  msgid "Select Social ID provider to enable in Social Login"
1816
- msgstr "选择社会ID提供商以启用社会化登录"
1817
 
1818
- #: ../admin/social_login.php:156
1819
  msgid "Facebook App ID"
1820
  msgstr "Facebook 应用 ID"
1821
 
1822
- #: ../admin/social_login.php:166
1823
  #, php-format
1824
  msgid ""
1825
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1828,30 +1841,29 @@ msgstr ""
1828
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1829
  "Facebook的应用程序ID"
1830
 
1831
- #: ../admin/social_login.php:168 ../admin/social_login.php:190
1832
  msgid ""
1833
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1834
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1835
 
1836
- #: ../admin/social_login.php:178
1837
- #, fuzzy
1838
  msgid "Facebook App Secret"
1839
- msgstr "Facebook 应用 ID"
1840
 
1841
- #: ../admin/social_login.php:188
1842
- #, fuzzy, php-format
1843
  msgid ""
1844
  "Required for Facebook Social Login to work. Please follow the documentation "
1845
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1846
  msgstr ""
1847
- "需要Facebook社交登录。请按照在<a href=“%s target=“_blank”>的链接 </a>得到"
1848
- "Facebook的应用程序ID"
1849
 
1850
- #: ../admin/social_login.php:200
1851
  msgid "Twitter API Key"
1852
  msgstr "Twitter API密钥"
1853
 
1854
- #: ../admin/social_login.php:210
1855
  #, php-format
1856
  msgid ""
1857
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1860,24 +1872,22 @@ msgstr ""
1860
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1861
  "Twitter的API密钥"
1862
 
1863
- #: ../admin/social_login.php:212 ../admin/social_login.php:238
1864
- #, fuzzy
1865
  msgid ""
1866
  "Paste following url in <strong>Website</strong> option at the link mentioned"
1867
- msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1868
 
1869
- #: ../admin/social_login.php:216 ../admin/social_login.php:242
1870
- #, fuzzy
1871
  msgid ""
1872
  "Paste following url in <strong>Callback URL</strong> option at the link "
1873
  "mentioned"
1874
- msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
1875
 
1876
- #: ../admin/social_login.php:226
1877
  msgid "Twitter API Secret"
1878
  msgstr "Twitter API Secret"
1879
 
1880
- #: ../admin/social_login.php:236
1881
  #, php-format
1882
  msgid ""
1883
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1886,107 +1896,103 @@ msgstr ""
1886
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1887
  "Twitter的API密钥"
1888
 
1889
- #: ../admin/social_login.php:252
1890
- #, fuzzy
1891
  msgid "LinkedIn Client ID"
1892
- msgstr "LinkedIn"
1893
 
1894
- #: ../admin/social_login.php:262
1895
- #, fuzzy, php-format
1896
  msgid ""
1897
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1898
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client ID"
1899
  msgstr ""
1900
- "需要LinkedIn社交登录。请按照文件在<a href=“%s target=“_blank”>这个链接</a>得"
1901
- "到LinkedIn的API密钥"
1902
 
1903
- #: ../admin/social_login.php:264 ../admin/social_login.php:286
1904
- #: ../admin/social_login.php:396
1905
  msgid ""
1906
  "Paste following url in <strong>Website URL</strong> option at the link "
1907
  "mentioned"
1908
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1909
 
1910
- #: ../admin/social_login.php:274
1911
  msgid "LinkedIn Client Secret "
1912
  msgstr ""
1913
 
1914
- #: ../admin/social_login.php:284
1915
- #, fuzzy, php-format
1916
  msgid ""
1917
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1918
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client "
1919
  "Secret"
1920
  msgstr ""
1921
- "需要LinkedIn社交登录。请按照文件在<a href=“%s target=“_blank”>这个链接</a>得"
1922
- "到LinkedIn的API密钥"
1923
 
1924
- #: ../admin/social_login.php:296
1925
  msgid "Google+ Client ID"
1926
- msgstr "Google+ 客户端ID"
1927
 
1928
- #: ../admin/social_login.php:306
1929
  #, php-format
1930
  msgid ""
1931
  "Required for GooglePlus Social Login to work. Please follow the "
1932
  "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1933
  "GooglePlus Client ID"
1934
  msgstr ""
1935
- "需要GOOGLEPLUS社会登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链接"
1936
- "</a>得到GOOGLEPLUS客户端ID"
1937
 
1938
- #: ../admin/social_login.php:308 ../admin/social_login.php:330
1939
- #, fuzzy
1940
  msgid ""
1941
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1942
  "the link mentioned"
1943
- msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1944
 
1945
- #: ../admin/social_login.php:318
1946
- #, fuzzy
1947
  msgid "Google+ Client Secret"
1948
- msgstr "Google+ 客户端ID"
1949
 
1950
- #: ../admin/social_login.php:328
1951
- #, fuzzy, php-format
1952
  msgid ""
1953
  "Required for GooglePlus Social Login to work. Please follow the "
1954
  "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1955
  "GooglePlus Client Secret"
1956
  msgstr ""
1957
- "需要GOOGLEPLUS社会登录工作。请按照文件在<a href=“%s target=“_blank”>这个链接"
1958
- "</a>得到GOOGLEPLUS客户端ID"
1959
 
1960
- #: ../admin/social_login.php:340
1961
  msgid "Vkontakte Application ID"
1962
- msgstr "VKontakte应用程序ID"
1963
 
1964
- #: ../admin/social_login.php:350 ../admin/social_login.php:372
1965
  #, php-format
1966
  msgid ""
1967
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1968
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte "
1969
  "Application ID"
1970
  msgstr ""
1971
- "要求Vkontakte社会登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>"
1972
- "得到的Vkontakte应用程序ID"
1973
 
1974
- #: ../admin/social_login.php:352 ../admin/social_login.php:374
1975
  msgid ""
1976
  "Paste following url in <strong>Site address</strong> option at the link "
1977
  "mentioned"
1978
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
1979
 
1980
- #: ../admin/social_login.php:362
1981
- #, fuzzy
1982
  msgid "Vkontakte Secure key"
1983
- msgstr "Vkontakte"
1984
 
1985
- #: ../admin/social_login.php:384
1986
  msgid "Instagram Client ID"
1987
- msgstr "Instagram客户端ID"
1988
 
1989
- #: ../admin/social_login.php:394
1990
  #, php-format
1991
  msgid ""
1992
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -1995,11 +2001,11 @@ msgstr ""
1995
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
1996
  "a>得到的Instagram客户端ID"
1997
 
1998
- #: ../admin/social_login.php:406
1999
  msgid "Xing Consumer Key"
2000
  msgstr "Xing Consumer Key"
2001
 
2002
- #: ../admin/social_login.php:416
2003
  #, php-format
2004
  msgid ""
2005
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2008,17 +2014,17 @@ msgstr ""
2008
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
2009
  "消费者邢重点"
2010
 
2011
- #: ../admin/social_login.php:418 ../admin/social_login.php:440
2012
  msgid ""
2013
  "Paste following url in <strong>Callback domain</strong> option at the link "
2014
  "mentioned"
2015
  msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
2016
 
2017
- #: ../admin/social_login.php:428
2018
  msgid "Xing Consumer Secret"
2019
- msgstr "Xing Consumer Secret"
2020
 
2021
- #: ../admin/social_login.php:438
2022
  #, php-format
2023
  msgid ""
2024
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2027,163 +2033,157 @@ msgstr ""
2027
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
2028
  "xing Consumer Secret"
2029
 
2030
- #: ../admin/social_login.php:450
2031
- #, fuzzy
2032
  msgid "Steam API Key"
2033
- msgstr "Twitter API密钥"
2034
 
2035
- #: ../admin/social_login.php:460
2036
- #, fuzzy, php-format
2037
  msgid ""
2038
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2039
  "\"_blank\">this link</a>"
2040
  msgstr ""
2041
- "需要Twitter社交登录。请按照在<a href=“%s target=“_blank”>的链接</a>得到"
2042
- "Twitter的API密钥"
2043
 
2044
- #: ../admin/social_login.php:461
2045
- #, fuzzy
2046
  msgid "Save following <strong>domain</strong> to get the key"
2047
- msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
2048
 
2049
- #: ../admin/social_login.php:470
2050
- #, fuzzy
2051
  msgid "Twitch Client ID"
2052
- msgstr "Instagram客户端ID"
2053
 
2054
- #: ../admin/social_login.php:480 ../admin/social_login.php:502
2055
- #, fuzzy, php-format
2056
  msgid ""
2057
  "Required for Twitch Social Login to work. Please follow the documentation at "
2058
  "<a href=\"%s\" target=\"_blank\">this link</a> to get it"
2059
  msgstr ""
2060
- "需要Twitter社交登录。请按照在<a href=“%s target=“_blank”>的链接</a>得到"
2061
- "Twitter的API密钥"
2062
 
2063
- #: ../admin/social_login.php:482 ../admin/social_login.php:504
2064
- #, fuzzy
2065
  msgid ""
2066
  "Paste following url in <strong>Redirect URI</strong> option at the link "
2067
  "mentioned"
2068
- msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
2069
 
2070
- #: ../admin/social_login.php:492
2071
- #, fuzzy
2072
  msgid "Twitch Client Secret"
2073
- msgstr "Instagram客户端ID"
2074
 
2075
- #: ../admin/social_login.php:521
2076
  #, fuzzy
2077
  msgid "Social Login Options"
2078
- msgstr "社交账户登陆"
2079
 
2080
- #: ../admin/social_login.php:537
2081
  msgid "Text to display above the Social Login interface"
2082
- msgstr "文本显示社会登录界面的上方"
2083
 
2084
- #: ../admin/social_login.php:546
2085
  msgid "Enable at login page"
2086
  msgstr "在登录页面启用"
2087
 
2088
- #: ../admin/social_login.php:556
2089
  msgid ""
2090
  "Social Login interface will get enabled at the login page of your website"
2091
- msgstr "社会登录界面会在你的网站的登录页面启用"
2092
 
2093
- #: ../admin/social_login.php:564
2094
  msgid "Enable at register page"
2095
  msgstr "在注册页面启用"
2096
 
2097
- #: ../admin/social_login.php:574
2098
  msgid ""
2099
  "Social Login interface will get enabled at the registration page of your "
2100
  "website"
2101
- msgstr "社会登录界面会在你的网站的注册页面启用"
2102
 
2103
- #: ../admin/social_login.php:582
2104
  msgid "Enable at comment form"
2105
  msgstr "在评论表单启用"
2106
 
2107
- #: ../admin/social_login.php:592
2108
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2109
- msgstr "社会登录界面会在您的WordPress评论的表单启用"
2110
 
2111
- #: ../admin/social_login.php:607
2112
  msgid "Enable before WooCommerce Customer Login Form"
2113
  msgstr "WooCommerce客户登录表单前启用"
2114
 
2115
- #: ../admin/social_login.php:617
2116
  msgid ""
2117
  "Social Login Interface will get enabled before the customer login form at "
2118
  "WooCommerce My Account page"
2119
- msgstr "社会登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2120
 
2121
- #: ../admin/social_login.php:625
2122
  msgid "Enable after WooCommerce Customer Login Form"
2123
  msgstr "在WooCommerce客户登录表单后启用"
2124
 
2125
- #: ../admin/social_login.php:635
2126
  msgid ""
2127
  "Social Login Interface will get enabled after the customer login form at "
2128
  "WooCommerce My Account page"
2129
- msgstr "社会登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2130
 
2131
- #: ../admin/social_login.php:643
2132
  msgid "Enable at WooCommerce checkout page"
2133
  msgstr "在WooCommerce “结算”页面启用"
2134
 
2135
- #: ../admin/social_login.php:653
2136
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2137
- msgstr "社会登录界面将在WooCommerce结帐页面启用"
2138
 
2139
- #: ../admin/social_login.php:664
2140
  msgid "Auto-approve comments made by Social Login users"
2141
- msgstr "自动批准社会登录用户评论"
2142
 
2143
- #: ../admin/social_login.php:674
2144
  msgid ""
2145
  "If this option is enabled, and WordPress comment is made by Social Login "
2146
  "user, comment will get approved immediately without keeping in moderation."
2147
  msgstr ""
2148
- "如果启用该选项,已经WordPress评论由社会登录用户发出,评论将会在不需要批准的情"
2149
  "况下立即批准。"
2150
 
2151
- #: ../admin/social_login.php:675
2152
  msgid "Note: This is not related to Facebook comments"
2153
  msgstr "注:这Facebook的评论无关"
2154
 
2155
- #: ../admin/social_login.php:685
2156
  msgid "Enable social avatar"
2157
  msgstr "启用社交头像"
2158
 
2159
- #: ../admin/social_login.php:695
2160
  msgid ""
2161
  "Social profile pictures of the logged in user will be displayed as profile "
2162
  "avatar"
2163
  msgstr "登录用户的社交资料图片将显示为个人头像"
2164
 
2165
- #: ../admin/social_login.php:705
2166
  msgid "Avatar quality"
2167
  msgstr "头像质量"
2168
 
2169
- #: ../admin/social_login.php:708
2170
  msgid "Average"
2171
  msgstr "一般"
2172
 
2173
- #: ../admin/social_login.php:709
2174
  msgid "Best"
2175
  msgstr "最好"
2176
 
2177
- #: ../admin/social_login.php:716
2178
  msgid "Choose avatar quality"
2179
  msgstr "选择头像质量"
2180
 
2181
- #: ../admin/social_login.php:725
2182
  msgid ""
2183
  "Show option for users to update social avatar at BuddyPress profile page"
2184
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2185
 
2186
- #: ../admin/social_login.php:735
2187
  msgid ""
2188
  "If enabled, users would be able to update their social avatar from \"Profile "
2189
  "photo\" section in BuddyPress profile at front-end"
@@ -2191,7 +2191,7 @@ msgstr ""
2191
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2192
  "头像"
2193
 
2194
- #: ../admin/social_login.php:756
2195
  msgid ""
2196
  "If enabled and Social ID provider does not provide user's email address on "
2197
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2200,11 +2200,11 @@ msgstr ""
2200
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2201
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2202
 
2203
- #: ../admin/social_login.php:765
2204
  msgid "Send post-registration email to user to set account password"
2205
- msgstr ""
2206
 
2207
- #: ../admin/social_login.php:775
2208
  msgid ""
2209
  "If enabled, an email will be sent to user after registration through Social "
2210
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2213,122 +2213,119 @@ msgstr ""
2213
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2214
  "(用户名,密码,能够通过传统的登录表单登录)"
2215
 
2216
- #: ../admin/social_login.php:783
2217
- #, fuzzy
2218
  msgid "Send new user registration notification email to admin"
2219
- msgstr "禁用社会登录用户注册"
2220
 
2221
- #: ../admin/social_login.php:793
2222
- #, fuzzy
2223
  msgid ""
2224
  "If enabled, an email will be sent to admin after new user registers through "
2225
  "Social Login, notifying admin about the new user registration"
2226
  msgstr ""
2227
- "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2228
- "(用户名,密码,能够通过传统的登录表单登录)"
2229
 
2230
- #: ../admin/social_login.php:801
2231
  msgid "Login redirection"
2232
  msgstr "登录重定向"
2233
 
2234
- #: ../admin/social_login.php:805
2235
  msgid "Same page where user logged in"
2236
  msgstr "用户登录同样的页面"
2237
 
2238
- #: ../admin/social_login.php:809 ../admin/social_login.php:839
2239
  msgid "Account dashboard"
2240
  msgstr "帐户信息中心"
2241
 
2242
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
2243
  msgid "BuddyPress profile page"
2244
  msgstr "BuddyPress 档案"
2245
 
2246
- #: ../admin/social_login.php:815 ../admin/social_login.php:845
2247
  msgid "Custom Url"
2248
  msgstr "自定义 URL"
2249
 
2250
- #: ../admin/social_login.php:823
2251
  msgid "User will be redirected to the selected page after Social Login"
2252
- msgstr "用户社会登录后会被重定向到选择的页面"
2253
 
2254
- #: ../admin/social_login.php:831
2255
  msgid "Registration redirection"
2256
  msgstr "注册重定向"
2257
 
2258
- #: ../admin/social_login.php:835
2259
  msgid "Same page from where user registered"
2260
  msgstr "用户注册同样的页面"
2261
 
2262
- #: ../admin/social_login.php:853
2263
  msgid ""
2264
  "User will be redirected to the selected page after registration (first "
2265
  "Social Login) through Social Login"
2266
  msgstr ""
2267
- "注册之后,通过社会化登录(第一个社会化登录)后,用户将被重定向到所选择的页面"
2268
 
2269
- #: ../admin/social_login.php:862
2270
- #, fuzzy
2271
  msgid "Social Account Linking Options"
2272
- msgstr "社会评论"
2273
 
2274
- #: ../admin/social_login.php:878
2275
- #, fuzzy
2276
  msgid "Text to display above the Social Account Linking interface"
2277
- msgstr "文本显示社会登录界面的上方"
2278
 
2279
- #: ../admin/social_login.php:886
2280
- #, fuzzy
2281
  msgid ""
2282
  "Link social account to already existing account, if email address matches"
2283
- msgstr "链接你的社会化媒体帐户登录您本站账号"
2284
 
2285
- #: ../admin/social_login.php:896
2286
  msgid ""
2287
  "If email address of the user's Social Account matches with an already "
2288
  "existing account at your website, that social account will be linked to "
2289
  "existing account. User would be able to manage this from Social Account "
2290
  "Linking interface at their profile page."
2291
  msgstr ""
 
 
2292
 
2293
- #: ../admin/social_login.php:905
2294
  msgid "Enable social account linking at BuddyPress profile page"
2295
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2296
 
2297
- #: ../admin/social_login.php:915
2298
  msgid ""
2299
  "Enable this option to show social account linking interface at BuddyPress "
2300
  "profile page"
2301
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2302
 
2303
- #: ../admin/social_login.php:926
2304
  msgid "Email popup options"
2305
  msgstr "电子邮件弹出选项"
2306
 
2307
- #: ../admin/social_login.php:932
2308
  msgid "Text on 'Email required' popup"
2309
  msgstr "在“电子邮件必填”弹出口显示的文本"
2310
 
2311
- #: ../admin/social_login.php:942
2312
  msgid ""
2313
  "This text will be displayed on email required popup. Leave empty if not "
2314
  "required."
2315
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2316
 
2317
- #: ../admin/social_login.php:951
2318
  msgid "Error message for 'Email required' popup"
2319
  msgstr "“电子邮件必填”弹出口的错误信息"
2320
 
2321
- #: ../admin/social_login.php:961
2322
  msgid ""
2323
  "This message will be displayed to user if it provides invalid or already "
2324
  "registered email"
2325
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2326
 
2327
- #: ../admin/social_login.php:970
2328
  msgid "Email popup height"
2329
  msgstr "电子邮件弹出口高度"
2330
 
2331
- #: ../admin/social_login.php:980
2332
  msgid ""
2333
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2334
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2337,11 +2334,11 @@ msgstr ""
2337
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2338
  "的高度。留空为默认。"
2339
 
2340
- #: ../admin/social_login.php:988
2341
  msgid "Enable email verification"
2342
  msgstr "启用电子邮件验证"
2343
 
2344
- #: ../admin/social_login.php:998
2345
  msgid ""
2346
  "If enabled, email provided by the user will be verified by sending a "
2347
  "confirmation link to that email. User would not be able to login without "
@@ -2350,138 +2347,135 @@ msgstr ""
2350
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2351
  "录。"
2352
 
2353
- #: ../admin/social_login.php:1019
2354
- #, fuzzy
2355
  msgid "Enable GDPR opt-in"
2356
- msgstr "启用 Disqus 评论"
2357
 
2358
- #: ../admin/social_login.php:1029
2359
  msgid ""
2360
  "Enable it to show GDPR opt-in for social login and social account linking"
2361
- msgstr ""
2362
 
2363
- #: ../admin/social_login.php:1038
2364
  msgid "Opt-in text"
2365
  msgstr ""
2366
 
2367
- #: ../admin/social_login.php:1048
2368
- #, fuzzy
2369
  msgid "Text for the opt-in appearing above the social login icons"
2370
- msgstr "文本显示社会登录界面的上方"
2371
 
2372
- #: ../admin/social_login.php:1056
2373
  msgid "Text to link to Privacy Policy page"
2374
- msgstr ""
2375
 
2376
- #: ../admin/social_login.php:1066
2377
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2378
- msgstr ""
2379
 
2380
- #: ../admin/social_login.php:1074
2381
  msgid "Privacy Policy Url"
2382
- msgstr ""
2383
 
2384
- #: ../admin/social_login.php:1084
2385
- #, fuzzy
2386
  msgid "Url of the privacy policy page of your website"
2387
- msgstr "您网站的主页的 Url"
2388
 
2389
- #: ../admin/social_login.php:1135 ../inc/widget.php:248 ../inc/widget.php:414
2390
- #: ../inc/widget.php:578 ../inc/widget.php:726
2391
  msgid "Select"
2392
  msgstr "选择"
2393
 
2394
- #: ../admin/social_login.php:1166
2395
  msgid "Social Login Shortcode & Widget"
2396
- msgstr "社会化登录简码&小工具"
2397
 
2398
- #: ../admin/social_login.php:1167
2399
  msgid "Social Linking Shortcode"
2400
- msgstr "社会链接简码"
2401
 
2402
- #: ../admin/social_login.php:1182
2403
  msgid "Why is social login not working?"
2404
- msgstr ""
2405
 
2406
- #: ../admin/social_login.php:1183
2407
  msgid ""
2408
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2409
  "belong to the same app"
2410
  msgstr ""
2411
 
2412
- #: ../admin/social_login.php:1185
2413
  msgid ""
2414
  "Why the user is not appearing logged in even after Social Login until the "
2415
  "webpage is refreshed manually?"
2416
- msgstr ""
2417
 
2418
- #: ../admin/like_buttons.php:16
2419
  msgid "Enable Like Buttons"
2420
  msgstr "启用喜欢按钮"
2421
 
2422
- #: ../admin/like_buttons.php:26
2423
  msgid ""
2424
  "Master control for like buttons. It must be checked to enable like buttons "
2425
  "functionality"
2426
  msgstr "喜欢按钮的主控。它必须被检查,以启用喜欢按钮功能"
2427
 
2428
- #: ../admin/like_buttons.php:56
2429
  msgid "Standard Interface Options"
2430
  msgstr "标准界面选项"
2431
 
2432
- #: ../admin/like_buttons.php:62
2433
  msgid "Enable standard interface"
2434
  msgstr "启用标准界面"
2435
 
2436
- #: ../admin/like_buttons.php:72
2437
  msgid "Master control to enable horizontal like buttons"
2438
  msgstr "水平喜欢按钮的主控件"
2439
 
2440
- #: ../admin/like_buttons.php:97 ../admin/like_buttons.php:347
2441
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2442
  msgstr "喜欢/共享/tweet的网址Url和显示喜欢/共享/tweet计数"
2443
 
2444
- #: ../admin/like_buttons.php:115
2445
  msgid "The text to display above the interface"
2446
  msgstr "在界面上方要显示的文本"
2447
 
2448
- #: ../admin/like_buttons.php:123 ../admin/like_buttons.php:355
2449
  msgid "Select and rearrange providers"
2450
  msgstr "选择和排列提供商"
2451
 
2452
- #: ../admin/like_buttons.php:167 ../admin/like_buttons.php:398
2453
  msgid "Select the providers for interface. Drag them to rearrange."
2454
  msgstr "选择接口提供商。拖动对其进行重新排列。"
2455
 
2456
- #: ../admin/like_buttons.php:189 ../admin/like_buttons.php:437
2457
  msgid "Horizontal alignment of the interface"
2458
  msgstr "接口的水平对齐方式"
2459
 
2460
- #: ../admin/like_buttons.php:210
2461
  msgid "Specify position of the interface with respect to the content"
2462
  msgstr "相对于内容的的界面位置"
2463
 
2464
- #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:503
2465
  msgid "Interface location"
2466
  msgstr "界面位置"
2467
 
2468
- #: ../admin/like_buttons.php:288
2469
  msgid "Specify the pages where you want to enable interface"
2470
  msgstr "指定要启用界面的页面"
2471
 
2472
- #: ../admin/like_buttons.php:306
2473
  msgid "Vertical (Floating) like buttons Options"
2474
  msgstr "垂直 (浮动) 喜欢按钮选项"
2475
 
2476
- #: ../admin/like_buttons.php:312
2477
  msgid "Enable floating like buttons"
2478
  msgstr "启用浮动喜欢按钮"
2479
 
2480
- #: ../admin/like_buttons.php:322
2481
  msgid "Master control to enable vertical (floating) counter widget"
2482
  msgstr "启用垂直 (浮动) 计数器部件的主控件"
2483
 
2484
- #: ../admin/like_buttons.php:416
2485
  msgid ""
2486
  "Specify the color or hex code (example #cc78e0) for the background of "
2487
  "vertical interface. Leave empty for transparent. You can get the hex code of "
@@ -2492,55 +2486,55 @@ msgstr ""
2492
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
2493
  "颜色的十六进制代码"
2494
 
2495
- #: ../admin/like_buttons.php:456
2496
  msgid ""
2497
  "Specify a number. Increase in number will shift interface towards right and "
2498
  "decrease will shift it towards left. Number can be negative too."
2499
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2500
 
2501
- #: ../admin/like_buttons.php:476
2502
  msgid ""
2503
  "Specify a number. Increase in number will shift interface towards left and "
2504
  "decrease will shift it towards right. Number can be negative too."
2505
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2506
 
2507
- #: ../admin/like_buttons.php:495
2508
  msgid ""
2509
  "Specify a number. Increase in number will shift interface towards bottom and "
2510
  "decrease will shift it towards top."
2511
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
2512
 
2513
- #: ../admin/like_buttons.php:551
2514
  msgid "Specify the pages where you want to enable vertical interface"
2515
  msgstr "指定要启用垂直界面的页面"
2516
 
2517
- #: ../admin/like_buttons.php:559
2518
  msgid "Hide like buttons on mobile devices"
2519
  msgstr "隐藏在移动设备上的按喜欢钮"
2520
 
2521
- #: ../admin/like_buttons.php:569
2522
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2523
  msgstr "如果启用,垂直头像按钮不会显示在移动设备上"
2524
 
2525
- #: ../admin/like_buttons.php:594
2526
  msgid "Use shortlinks already installed, for tweet button"
2527
  msgstr "短网址已安装,发推按钮"
2528
 
2529
- #: ../admin/like_buttons.php:604
2530
  msgid ""
2531
  "Allows for shortened URLs to be used when sharing content if a shortening "
2532
  "plugin is installed"
2533
  msgstr "如果安装了一个用于缩短url的插件时,允许使用短链接用于内容共享"
2534
 
2535
- #: ../admin/like_buttons.php:612
2536
  msgid "Enable bit.ly url shortener for tweet button"
2537
  msgstr "为Tween按钮启用 bit.ly 缩短网址"
2538
 
2539
- #: ../admin/like_buttons.php:630
2540
  msgid "bit.ly username"
2541
  msgstr "Bit.ly 帳號"
2542
 
2543
- #: ../admin/like_buttons.php:640
2544
  #, php-format
2545
  msgid ""
2546
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2549,7 +2543,7 @@ msgstr ""
2549
  "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关 "
2550
  "bit.ly 用户名"
2551
 
2552
- #: ../admin/like_buttons.php:659
2553
  #, php-format
2554
  msgid ""
2555
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2558,7 +2552,7 @@ msgstr ""
2558
  "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关您"
2559
  "的 API 密钥"
2560
 
2561
- #: ../admin/like_buttons.php:704
2562
  #, php-format
2563
  msgid ""
2564
  "Enter the code of the language you want to use to render counters. You can "
@@ -2568,15 +2562,15 @@ msgstr ""
2568
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
2569
  "链接</a>找到语言代码。留空为默认 (英语)"
2570
 
2571
- #: ../admin/like_buttons.php:713
2572
  msgid "Twitter Username"
2573
  msgstr "Twitter用户名"
2574
 
2575
- #: ../admin/like_buttons.php:719
2576
  msgid "Twitter username for Tweet (without @)"
2577
  msgstr "Twitter用户名 (没有 @)"
2578
 
2579
- #: ../admin/like_buttons.php:729
2580
  msgid ""
2581
  "Provided username will be appended after the content being tweeted as \"via "
2582
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2584,11 +2578,11 @@ msgstr ""
2584
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想用任何用"
2585
  "户名为空。"
2586
 
2587
- #: ../admin/like_buttons.php:738
2588
  msgid "Twitter username for Buffer sharing (without @)"
2589
  msgstr "缓冲区共享的Twitter 用户名 (没有 @)"
2590
 
2591
- #: ../admin/like_buttons.php:748
2592
  msgid ""
2593
  "Provided username will be appended after the content in Buffer sharing as "
2594
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2596,73 +2590,71 @@ msgstr ""
2596
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想任何用户"
2597
  "名为空。"
2598
 
2599
- #: ../admin/like_buttons.php:795
2600
  msgid "Like Buttons Shortcode & Widget"
2601
  msgstr "喜欢按钮简码 & 小部件"
2602
 
2603
- #: ../inc/shortcode.php:197 ../inc/widget.php:47
2604
  msgid "Log Out"
2605
  msgstr "注销"
2606
 
2607
- #: ../inc/shortcode.php:295
2608
  msgid ""
2609
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2610
  "Socializer > Social Login\" page in admin panel"
2611
  msgstr ""
2612
- "在管理员控制面板中的”Super Socializer > 社会登录”页,从”基本配置”启用社会化登"
2613
  "录。"
2614
 
2615
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:315
2616
  msgid "Search for"
2617
- msgstr ""
2618
 
2619
- #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2620
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:320
2621
- #: ../inc/social_sharing.php:322 ../inc/social_sharing.php:324
2622
- #, fuzzy
2623
  msgid "Archives"
2624
- msgstr "目录类别"
2625
 
2626
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1090
2627
  msgid "Invalid request"
2628
  msgstr "无效请求。"
2629
 
2630
- #: ../inc/social_sharing.php:870
2631
  msgid "Providers not selected"
2632
  msgstr "未选定的供应商"
2633
 
2634
- #: ../inc/social_login.php:712
2635
  msgid "Email"
2636
- msgstr ""
2637
 
2638
- #: ../inc/social_login.php:713
2639
  msgid "Confirm email"
2640
- msgstr ""
2641
 
2642
- #: ../inc/social_login.php:715
2643
  msgid "Save"
2644
- msgstr ""
2645
 
2646
- #: ../inc/social_login.php:716
2647
  msgid "Cancel"
2648
- msgstr ""
2649
 
2650
- #: ../inc/social_login.php:790
2651
- #, fuzzy
2652
  msgid "Email Verification"
2653
- msgstr "启用电子邮件验证"
2654
 
2655
- #: ../inc/social_login.php:792
2656
  msgid ""
2657
  "Please click on the following link or paste it in browser to verify your "
2658
  "email"
2659
- msgstr ""
2660
 
2661
- #: ../inc/widget.php:11
2662
  msgid "Super Socializer - Login"
2663
  msgstr "Super Socializer-登录"
2664
 
2665
- #: ../inc/widget.php:13
2666
  msgid ""
2667
  "Let your website users login/register using their favorite Social ID "
2668
  "Provider, such as Facebook, Twitter, Google+, LinkedIn"
@@ -2670,228 +2662,259 @@ msgstr ""
2670
  "让您的网站用户使用他们最喜欢的社会化 ID ,例如 Facebook,Twitter,Google +,"
2671
  "LinkedIn 登录/注册"
2672
 
2673
- #: ../inc/widget.php:71
2674
  msgid "Login with your Social Account"
2675
- msgstr ""
2676
 
2677
- #: ../inc/widget.php:82
2678
  msgid ""
2679
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" "
2680
  "page."
2681
- msgstr "请确保在”Super Socializer > 社会登录”页上启用社会登录。"
2682
 
2683
- #: ../inc/widget.php:83
2684
  msgid "Title (before login):"
2685
- msgstr ""
2686
 
2687
- #: ../inc/widget.php:85
2688
  msgid "Title (after login):"
2689
- msgstr ""
2690
 
2691
- #: ../inc/widget.php:87 ../inc/widget.php:254 ../inc/widget.php:584
2692
- #: ../inc/widget.php:899
2693
  msgid "Before widget content:"
2694
  msgstr "小工具内容之前:"
2695
 
2696
- #: ../inc/widget.php:89 ../inc/widget.php:256 ../inc/widget.php:586
2697
- #: ../inc/widget.php:961
2698
  msgid "After widget content:"
2699
  msgstr "小工具内容之后:"
2700
 
2701
- #: ../inc/widget.php:92 ../inc/widget.php:258 ../inc/widget.php:439
2702
- #: ../inc/widget.php:588 ../inc/widget.php:751
2703
  msgid "Hide for logged in users:"
2704
  msgstr "隐藏登入客戶"
2705
 
2706
- #: ../inc/widget.php:111
2707
- #, fuzzy
2708
  msgid ""
2709
  "Standard sharing widget. Let your website users share content on popular "
2710
  "Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
2711
  msgstr ""
2712
- "水平浮动喜欢按钮小工具。让您的网站用户在社交网络,像 Facebook,Twitter,"
2713
- "Google + 和更多的网站上共享内容"
2714
 
2715
- #: ../inc/widget.php:239
2716
- #, fuzzy
2717
  msgid ""
2718
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2719
  "Social Sharing\" page."
2720
- msgstr "请确保在”Super Socializer > 社会共享”页面,启用了”垂直社会共享”。"
2721
 
2722
- #: ../inc/widget.php:240 ../inc/widget.php:574
2723
  msgid "Title:"
2724
  msgstr "标题:"
2725
 
2726
- #: ../inc/widget.php:242 ../inc/widget.php:408
2727
  msgid "Show individual share counts:"
2728
  msgstr "显示单个共享计数:"
2729
 
2730
- #: ../inc/widget.php:244 ../inc/widget.php:410
2731
  msgid "Show total shares:"
2732
  msgstr "分享总数"
2733
 
2734
- #: ../inc/widget.php:246 ../inc/widget.php:412 ../inc/widget.php:576
2735
- #: ../inc/widget.php:724
2736
  msgid "Target Url:"
2737
  msgstr "目标URL"
2738
 
2739
- #: ../inc/widget.php:277
2740
- #, fuzzy
2741
  msgid ""
2742
  "Floating sharing widget. Let your website users share content on popular "
2743
  "Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
2744
  msgstr ""
2745
- "立式浮动喜欢按钮小工具。让您的网站用户在社交网络,像 Facebook,Twitter,"
2746
- "Google + 和更多的网站上共享内容"
2747
 
2748
- #: ../inc/widget.php:407
2749
- #, fuzzy
2750
  msgid ""
2751
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
2752
  "Social Sharing\" page."
2753
- msgstr "请确保在”Super Socializer > 社会共享”页面,启用了”水平社会共享”。"
2754
 
2755
- #: ../inc/widget.php:420 ../inc/widget.php:732
2756
  msgid "Alignment"
2757
  msgstr "对齐"
2758
 
2759
- #: ../inc/widget.php:426 ../inc/widget.php:738
2760
  msgid "Left Offset"
2761
  msgstr "左偏移"
2762
 
2763
- #: ../inc/widget.php:430 ../inc/widget.php:742
2764
  msgid "Right Offset"
2765
  msgstr "右偏移"
2766
 
2767
- #: ../inc/widget.php:433 ../inc/widget.php:745
2768
  msgid "Top Offset"
2769
  msgstr "顶部偏移"
2770
 
2771
- #: ../inc/widget.php:458
2772
- #, fuzzy
2773
  msgid ""
2774
  "Standard like buttons widget. Let your website users share/like content on "
2775
  "popular Social networks like Facebook, Twitter, Google+ and many more"
2776
  msgstr ""
2777
- "水平浮动喜欢按钮小工具。让您的网站用户在社交网络,像 Facebook,Twitter,"
2778
- "Google + 和更多的网站上使用共享/喜欢内容"
2779
 
2780
- #: ../inc/widget.php:573
2781
- #, fuzzy
2782
  msgid ""
2783
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
2784
  "Like Buttons\" page."
2785
- msgstr "确保垂直“喜欢按钮”从“Super Socializer“>喜欢按钮”页面启用。"
2786
 
2787
- #: ../inc/widget.php:607
2788
- #, fuzzy
2789
  msgid ""
2790
  "Floating like buttons widget. Let your website users share/like content on "
2791
  "popular Social networks like Facebook, Twitter, Google+ and many more"
2792
  msgstr ""
2793
- "立式浮动喜欢按钮小工具。让您的网站用户在社交网络,像 Facebook,Twitter,"
2794
- "Google + 和更多的网站上共享/喜欢"
2795
 
2796
- #: ../inc/widget.php:723
2797
- #, fuzzy
2798
  msgid ""
2799
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
2800
  "Like Buttons\" page."
2801
- msgstr "请确保”水平喜欢按钮”在”Super Socializer > 喜欢按钮”页已经启动。"
2802
 
2803
- #: ../inc/widget.php:767
2804
- #, fuzzy
2805
  msgid "Super Socializer - Follow Icons"
2806
- msgstr "Super Socializer-登录"
2807
 
2808
- #: ../inc/widget.php:769
2809
  msgid "These icons link to your Social Media accounts"
2810
- msgstr ""
2811
 
2812
- #: ../inc/widget.php:903
2813
- #, fuzzy
2814
  msgid "Size of icons"
2815
- msgstr "共享图标的大小"
2816
 
2817
- #: ../inc/widget.php:905
2818
- #, fuzzy
2819
  msgid "Icon Shape"
2820
- msgstr "形状"
2821
 
2822
- #: ../inc/widget.php:910
2823
- #, fuzzy
2824
  msgid "Facebook URL:"
2825
- msgstr "Facebook 应用 ID"
2826
 
2827
- #: ../inc/widget.php:913
2828
- #, fuzzy
2829
  msgid "Twitter URL:"
2830
- msgstr "Twitter"
2831
 
2832
- #: ../inc/widget.php:916
2833
- #, fuzzy
2834
  msgid "Instagram URL:"
2835
- msgstr "Instagram"
2836
 
2837
- #: ../inc/widget.php:919
2838
  msgid "Pinterest URL:"
2839
- msgstr ""
2840
 
2841
- #: ../inc/widget.php:922
2842
  msgid "Behance URL:"
2843
- msgstr ""
2844
 
2845
- #: ../inc/widget.php:925
2846
  msgid "Flickr URL:"
2847
- msgstr ""
2848
 
2849
- #: ../inc/widget.php:928
2850
  msgid "Foursquare URL:"
2851
- msgstr ""
2852
 
2853
- #: ../inc/widget.php:931
2854
  msgid "Github URL:"
2855
- msgstr ""
2856
 
2857
- #: ../inc/widget.php:934
2858
- #, fuzzy
2859
  msgid "Google+ URL:"
2860
- msgstr "Google+"
2861
 
2862
- #: ../inc/widget.php:937
2863
- #, fuzzy
2864
  msgid "LinkedIn URL:"
2865
- msgstr "LinkedIn"
2866
 
2867
- #: ../inc/widget.php:940
2868
- #, fuzzy
2869
  msgid "LinkedIn Company URL:"
2870
- msgstr "LinkedIn"
2871
 
2872
- #: ../inc/widget.php:943
2873
  msgid "Snapchat URL:"
2874
- msgstr ""
2875
 
2876
- #: ../inc/widget.php:946
2877
  msgid "Tumblr URL:"
2878
- msgstr ""
2879
 
2880
- #: ../inc/widget.php:949
2881
  msgid "Vimeo URL:"
2882
- msgstr ""
2883
 
2884
- #: ../inc/widget.php:952
2885
  msgid "Youtube URL:"
2886
- msgstr ""
2887
 
2888
- #: ../inc/widget.php:955
2889
  msgid "Youtube Channel URL:"
2890
- msgstr ""
2891
 
2892
- #: ../inc/widget.php:958
2893
  msgid "RSS Feed URL:"
2894
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2895
 
2896
  #~ msgid ""
2897
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2018-11-27 13:17+0530\n"
5
+ "PO-Revision-Date: 2018-11-27 13:17+0530\n"
 
6
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
7
+ "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
 
 
12
  "X-Generator: Poedit 1.5.4\n"
13
+ "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
16
+ "X-Poedit-WPHeader: super_socializer.php\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+
24
+ #: super_socializer.php:392
25
  msgid "Problem fetching access token: "
26
+ msgstr "获取access token的问题:"
27
 
28
+ #: super_socializer.php:396 super_socializer.php:410
29
  msgid "Facebook SDK returned an error: "
30
+ msgstr "facebook sdk 返回了一个错误:"
31
 
32
+ #: super_socializer.php:406
33
  msgid "Graph returned an error: "
34
  msgstr ""
35
 
36
+ #: super_socializer.php:572
 
37
  msgid ""
38
  "cURL is not enabled at your website server. Please contact your website "
39
  "server administrator to enable it."
40
+ msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
 
41
 
42
+ #: super_socializer.php:599
43
+ #, php-format
44
  msgid ""
45
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "Twitter app (see step 3 %s)"
47
  msgstr ""
48
+ "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
49
+ "%s)"
50
 
51
+ #: super_socializer.php:602
52
+ #, php-format
53
  msgid ""
54
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
55
  "your Twitter app (see step 3 %s)"
56
  msgstr ""
57
+ "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
58
+ "3 %s)"
59
 
60
+ #: super_socializer.php:605
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
64
  msgstr ""
65
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
66
 
67
+ #: super_socializer.php:606
68
  #, php-format
69
  msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
+ msgstr "确保禁用 \"启用回调锁定\" 选项。请参阅步骤 4 %s"
72
 
73
+ #: super_socializer.php:872 helper.php:968
74
  msgid "Please verify your email address to login."
75
  msgstr "请验证您的电子邮件地址以便登录。"
76
 
77
+ #: super_socializer.php:872
78
  msgid "Your email has been verified. Now you can login to your account"
79
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
80
 
81
+ #: super_socializer.php:876
82
  msgid "Notification"
83
  msgstr "通知"
84
 
85
+ #: super_socializer.php:894 admin/social_login.php:746
86
  msgid "Email required"
87
  msgstr "邮件地址(比选)"
88
 
89
+ #: super_socializer.php:897
90
  msgid "Please check your email inbox to complete the registration."
91
  msgstr "请检查您的电子邮件收件箱以完成注册。"
92
 
93
+ #: super_socializer.php:904 helper.php:508
94
  msgid "Enter your LiveJournal username"
95
+ msgstr "输入您的 LiveJournal 用户名"
96
 
97
+ #: super_socializer.php:977
98
  msgid "Leave a reply"
99
  msgstr "回复"
100
 
101
+ #: super_socializer.php:989 inc/social_sharing.php:237
102
  msgid "Shares"
103
+ msgstr "分享"
104
 
105
+ #: super_socializer.php:989 inc/social_sharing.php:237
106
  msgid "Share"
107
+ msgstr "分享"
108
 
109
+ #: super_socializer.php:989
 
110
  msgid "Link copied."
111
+ msgstr "链接已复制。"
112
 
113
+ #: super_socializer.php:1228
114
  msgid "Super Socializer - General Options"
115
  msgstr "Super Socializer-常规选项"
116
 
117
+ #: super_socializer.php:1228 admin/general_options.php:11
118
+ #: admin/social_commenting.php:43
119
  msgid "General Options"
120
  msgstr "常规选项"
121
 
122
+ #: super_socializer.php:1296 helper.php:890
123
  msgid "Social Avatar"
124
  msgstr "社会化头像"
125
 
126
+ #: super_socializer.php:1299
127
  msgid "Small Avatar Url"
128
  msgstr "小头像 Url"
129
 
130
+ #: super_socializer.php:1303
131
  msgid "Large Avatar Url"
132
  msgstr "大头像 Url"
133
 
134
+ #: super_socializer.php:1307 helper.php:893
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:1311 helper.php:894
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
144
+ #: super_socializer.php:1384 super_socializer.php:2009
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
148
  msgstr ""
149
+ "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
150
+ "操作。"
151
 
152
+ #: super_socializer.php:1390
153
  msgid "Login with your Social ID"
154
+ msgstr "使用您的社交 ID登录"
155
 
156
+ #: super_socializer.php:1391
157
  msgid "Email you entered is already registered or invalid"
158
  msgstr "您输入的电子邮件已经注册或无效"
159
 
160
+ #: super_socializer.php:1396
161
  msgid "Please enter a valid email address. You might be required to verify it"
162
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
163
 
164
+ #: super_socializer.php:1400 super_socializer.php:1933
165
  msgid "Link your social account to login to your account at this website"
166
  msgstr "链接你的社会化媒体帐户登录您本站账号"
167
 
168
+ #: super_socializer.php:1628
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:1637
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:1646
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:1655
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socialzer"
191
  msgstr ""
192
+ "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
193
+ "容"
194
 
195
+ #: super_socializer.php:1664
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:1671
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:1682
209
  #, php-format
210
  msgid ""
211
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
212
  msgstr ""
213
+ "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
214
+ "处 </a>"
215
 
216
+ #: super_socializer.php:1698
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:1722
223
  #, php-format
224
  msgid ""
225
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
226
  "for Facebook login to work. For more details, check step 9 <a href=\"%s\" "
227
  "target=\"_blank\">here</a>"
228
  msgstr ""
229
+ "在 facebook 应用设置中的 \"有效 oauth 重定向 uri\" 选项中添加 %s, 以便 "
230
+ "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
231
+ "target = \"_ black\" > </a>"
232
 
233
+ #: super_socializer.php:1722 super_socializer.php:1747
234
+ #: super_socializer.php:1772 super_socializer.php:1797
235
+ #: super_socializer.php:1830 super_socializer.php:1858
236
+ #: super_socializer.php:1885 super_socializer.php:1909
237
  msgid "Okay"
238
+ msgstr "好的"
239
 
240
+ #: super_socializer.php:1747
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
244
  "login to work. For more details, check step 4 <a href=\"%s\" target=\"_blank"
245
  "\">here</a>"
246
  msgstr ""
247
+ "在 twitter 应用设置中的 \"回调 url\" 选项中添加 %s, 以便推特登录正常工作。有"
248
+ "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
249
+ "a>"
250
 
251
+ #: super_socializer.php:1772
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
255
  "for Linkedin login to work. For more details, check step 4 <a href=\"%s\" "
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
+ "在 linkedin 应用设置中的 \"授权重定向 url\" 选项中添加 %s, 以便 linkedin 登录"
259
+ "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
260
+ "black\" > </a>"
261
 
262
+ #: super_socializer.php:1797
263
  #, php-format
264
  msgid ""
265
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
266
  "for Google login to work. For more details, check step 11 <a href=\"%s\" "
267
  "target=\"_blank\">here</a>"
268
  msgstr ""
269
+ "在 google 客户端设置中的 \"授权重定向 uri\" 选项中添加 %s, 以便 google 登录正"
270
+ "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
271
+ "black\" > </a>"
272
 
273
+ #: super_socializer.php:1808
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:1830
280
  #, php-format
281
  msgid ""
282
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
283
  "website regarding the personal data this plugin saves, as mentioned <a href="
284
  "\"%s\" target=\"_blank\">here</a>"
285
  msgstr ""
286
+ "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
287
+ "<a href=\"%s\" target=\"_blank\">这里</a>所述"
288
 
289
+ #: super_socializer.php:1858
290
  #, php-format
291
  msgid ""
292
+ "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
293
+ "continue showing the Twitter shares, click \"Give me my Twitter counts back"
294
+ "\" button at <a href=\"%s\" target=\"_blank\">their website</a> and register "
295
+ "your website %s with them. No need to copy-paste any code from their website."
296
  msgstr ""
297
 
298
+ #: super_socializer.php:1885
299
  #, php-format
300
  msgid ""
301
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
302
  "from %s for Twitter login to work. For more details, check step 4 <a href="
303
  "\"%s\" target=\"_blank\">here</a>"
304
  msgstr ""
305
+ "从 %s 替换在推特应用设置中保存在 \"回调 url\" 选项中的 url, 以便推特登录正常"
306
+ "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
307
+ "\" > </a>"
308
 
309
+ #: super_socializer.php:1909
310
  #, php-format
311
  msgid ""
312
  "Your website visitors will see a popup notification (only once) if their "
315
  "\"Show popup notification to users if their browsers block the plugin "
316
  "features\" option <a href=\"%s\">here</a>"
317
  msgstr ""
318
+ "如果您的网站访问者的浏览器阻止插件的任何功能, 以便他们可以更改浏览器设置以取"
319
+ "消阻止这些功能, 则会看到弹出通知 (仅一次)。您可以关闭它通过禁用 \"显示弹出通"
320
+ "知给用户, 如果他们的浏览器阻止插件功能\" 选项 < a href = \" %s\" > 在这里 </"
321
+ "a>"
322
 
323
+ #: helper.php:8
324
  msgid "Settings saved"
325
  msgstr "设置已保存"
326
 
327
+ #: helper.php:8
328
  msgid "Dismiss this notice"
329
  msgstr "关闭该通知"
330
 
331
+ #: helper.php:159
332
  msgid "Click to show help"
333
  msgstr "单击以显示帮助"
334
 
335
+ #: helper.php:159
336
  msgid "Click to hide help"
337
  msgstr "单击隐藏帮助"
338
 
339
+ #: helper.php:256
 
340
  msgid "Add-Ons"
341
+ msgstr "加载项"
342
 
343
+ #: helper.php:257
344
  msgid "Support Documentation"
345
+ msgstr "支持文档"
346
 
347
+ #: helper.php:258
348
  msgid "Settings"
349
  msgstr "设置"
350
 
351
+ #: helper.php:553
352
  msgid "Account linked successfully"
353
  msgstr "成功关联帐户"
354
 
355
+ #: helper.php:557
356
  msgid "Account already exists or linked"
357
  msgstr "帐户已经存在或被链接"
358
 
359
+ #: helper.php:619 helper.php:625
360
  msgid "Currently"
361
  msgstr "目前:"
362
 
363
+ #: helper.php:619 helper.php:625
364
  msgid "Connected with"
365
+ msgstr "连接与"
366
 
367
+ #: helper.php:619 helper.php:625
368
  msgid "Remove"
369
  msgstr "删除"
370
 
371
+ #: helper.php:696
 
372
  msgid "Social Account Linking"
373
+ msgstr "社交账户链接"
374
 
375
+ #: helper.php:746
376
  msgid "Disable Standard Social Sharing on this "
377
  msgstr "在此禁用社会化共享"
378
 
379
+ #: helper.php:751
380
  msgid "Disable Floating Social Sharing on this "
381
+ msgstr "在此禁用社交共享的浮动效果"
382
 
383
+ #: helper.php:756
384
  msgid "Disable Standard like buttons on this "
385
  msgstr "在此禁用喜欢按钮"
386
 
387
+ #: helper.php:761
388
  msgid "Disable Floating like buttons on this "
389
  msgstr "在此禁用喜欢按钮的浮动效果"
390
 
391
+ #: helper.php:766
392
  msgid "Disable Social Commenting on this "
393
  msgstr "在此禁用社会化评论"
394
 
395
+ #: helper.php:775
396
  msgid "Standard Sharing Interface"
397
  msgstr "标准共享界面"
398
 
399
+ #: helper.php:781 helper.php:800
400
  msgid "Starting share count for "
401
  msgstr "开始共享计数"
402
 
403
+ #: helper.php:794
404
  msgid "Floating Sharing Interface"
405
  msgstr "浮动共享界面"
406
 
407
+ #: helper.php:897
408
  msgid "Small Avatar"
409
  msgstr "小头像"
410
 
411
+ #: helper.php:901
412
  msgid "Large Avatar"
413
  msgstr "大头像"
414
 
415
+ #: helper.php:905 admin/general_options.php:128 admin/social_sharing.php:1942
416
+ #: admin/social_commenting.php:479 admin/social_login.php:1197
417
+ #: admin/like_buttons.php:822
418
  msgid "Save Changes"
419
  msgstr "保存更改"
420
 
421
+ #: helper.php:1005
422
  msgid "Click to delete social profile data"
423
+ msgstr "点击删除社交个人资料数据"
424
 
425
+ #: helper.php:1034
 
426
  msgid "Deleting"
427
+ msgstr "删除"
428
 
429
+ #: helper.php:1044
430
  msgid "Deleted"
431
+ msgstr "已删除"
432
 
433
+ #: helper.php:1046
434
  msgid "Something bad happened"
435
+ msgstr "发生了一些不好的事情"
436
 
437
+ #: admin/general_options.php:17
438
  msgid "Include Javascript in website footer"
439
  msgstr "在网站页脚中包含 Javascript"
440
 
441
+ #: admin/general_options.php:27
442
  msgid ""
443
  "If enabled (recommended), Javascript files will be included in the footer of "
444
  "your website."
445
  msgstr "如果启用 (推荐),Javascript 文件将包含在您的网站的页脚。"
446
 
447
+ #: admin/general_options.php:35
448
  msgid "Load all Javascript files in single file"
449
  msgstr "在单个文件中加载所有的Javascript 文件"
450
 
451
+ #: admin/general_options.php:45
452
  msgid "Loads Javascript in single request."
453
  msgstr "在单个请求中加载 Javascript。"
454
 
455
+ #: admin/general_options.php:53
456
  msgid "Delete all the options on plugin deletion"
457
  msgstr "插件删除时删除所有选项"
458
 
459
+ #: admin/general_options.php:63
460
  msgid ""
461
  "If enabled, plugin options will get deleted when plugin is deleted/"
462
  "uninstalled and you will need to reconfigure the options when you install "
463
  "the plugin next time."
464
  msgstr "如果启用,当插件被删除或卸载,下次安装,您将需要重新配置选项."
465
 
466
+ #: admin/general_options.php:71
467
  msgid ""
468
  "Show popup notification to users if their browsers block the plugin features"
469
+ msgstr "如果用户的浏览器阻止插件功能, 则向用户显示弹出通知"
470
 
471
+ #: admin/general_options.php:81
472
  msgid ""
473
  "If enabled, your website visitors will see a popup notification (only once) "
474
  "if their browsers block any of the features of the plugin so that they can "
475
  "change their browser settings to unblock these."
476
  msgstr ""
477
+ "如果启用, 您的网站访问者将看到弹出通知 (只有一次), 如果他们的浏览器阻止插件的"
478
+ "任何功能, 以便他们可以更改他们的浏览器设置, 以取消阻止这些。"
479
 
480
+ #: admin/general_options.php:91
481
  msgid "Message to show in popup notification"
482
+ msgstr "要在弹出通知中显示的消息"
483
 
484
+ #: admin/general_options.php:101
485
  msgid ""
486
  "Use {support_url} placeholder to show support documentation url in message"
487
+ msgstr "使用 {支持 _ url} 占位符在消息中显示支持文档 url"
488
 
489
+ #: admin/general_options.php:110
490
  msgid "Custom CSS"
491
  msgstr "自定义CSS"
492
 
493
+ #: admin/general_options.php:120
494
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
495
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
496
 
497
+ #: admin/general_options.php:139 admin/social_sharing.php:1947
498
+ #: admin/social_commenting.php:484 admin/social_login.php:1202
499
+ #: admin/like_buttons.php:827
 
500
  msgid "Instagram Shoutout"
501
+ msgstr ""
502
 
503
+ #: admin/general_options.php:141 admin/social_sharing.php:1949
504
+ #: admin/social_commenting.php:486 admin/social_login.php:1204
505
+ #: admin/like_buttons.php:829
506
  msgid ""
507
  "If you can send (to hello@heateor.com) how our plugin is helping your "
508
  "business, we can share it on Instagram. You can also send any relevant "
509
  "hashtags and people to mention in the Instagram post."
510
  msgstr ""
511
+ "如果您可以发送(至hello@heateor.com)我们的插件如何帮助您的业务,我们可以在"
512
+ "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
513
 
514
+ #: admin/general_options.php:142 admin/social_sharing.php:1950
515
+ #: admin/social_commenting.php:487 admin/social_login.php:1205
516
+ #: admin/like_buttons.php:830
517
  msgid ""
518
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
519
  "language courses through their website. They have emerged as one of the most "
521
  "proficient in programming language of their choice in a very easy way in no "
522
  "time."
523
  msgstr ""
524
+ "<b>例如</b> - 诸如此类在线辅导通过他们的网站教授各种编程语言课程。在过去的一"
525
+ "年里,他们已经成为最受欢迎的在线教练网站之一。任何人都可以在短时间内以一种非"
526
+ "常简单的方式精通自己选择的编程语言。"
527
 
528
+ #: admin/general_options.php:143 admin/social_sharing.php:1951
529
+ #: admin/social_commenting.php:488 admin/social_login.php:1206
530
+ #: admin/like_buttons.php:831
531
  msgid ""
532
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
533
  "features at their website, such as - Social Login, Social Share and Social "
534
  "Commenting. Be sure to visit their website at blahblahonlinecoaching.com "
535
  "where you can browse a variety of programming language courses."
536
  msgstr ""
537
+ "@blahblahonlinecoaching 自豪地使用 #SuperSocializer 在他们的网站上启用社交功"
538
+ "能, 如----社交登录、社交分享和社交评论。一定要访问他们的网站在 "
539
+ "blahblahonlinecoachin. com, 在那里你可以浏览各种编程语言课程。"
540
 
541
+ #: admin/help.php:4
542
  msgid "About"
543
  msgstr "关于"
544
 
545
+ #: admin/help.php:4
546
  msgid "Version"
547
  msgstr "版本"
548
 
549
+ #: admin/help.php:6
550
  msgid "by"
551
  msgstr "作者"
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
  "我们是有独特想法与用心在服务的创意团队。我们热爱我们所做的。更多的信息请访问"
559
 
560
+ #: admin/help.php:19
561
  msgid "Donate Now"
562
  msgstr "现在捐赠"
563
 
564
+ #: admin/help.php:25
565
  msgid "Plugin Demo"
566
  msgstr "插件演示"
567
 
568
+ #: admin/help.php:31
569
  msgid "Translate Plugin"
570
+ msgstr "翻译插件"
571
 
572
+ #: admin/help.php:37 admin/social_login.php:53
 
573
  msgid "Customize Social Login Icons"
574
+ msgstr "自定义社交登录图标"
575
 
576
+ #: admin/help.php:43
577
  msgid "Integrate with Google Analytics"
578
  msgstr "谷歌分析与集成"
579
 
580
+ #: admin/help.php:49
581
  msgid "Boost sharing by awarding points"
582
  msgstr "通过授予积分刺激共享"
583
 
584
+ #: admin/help.php:55
585
  msgid "Award points for Social Login"
586
+ msgstr "为社交登录授予积分"
587
 
588
+ #: admin/help.php:61
589
  msgid "Other Add-ons"
590
  msgstr "其他加载项"
591
 
592
+ #: admin/help.php:67
 
593
  msgid "Support Forum"
594
+ msgstr "支持论坛"
595
 
596
+ #: admin/help.php:72
597
  msgid "Need Help?"
598
  msgstr "需要帮助?"
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 "
609
  "件,只需发电子邮件<a href=“mailto:support@heateor.com”>support@heateor.com</"
610
  "a>"
611
 
612
+ #: admin/help.php:79
613
  msgid "Testimonial"
614
+ msgstr "见证"
615
 
616
+ #: admin/help.php:81
617
  msgid ""
618
  "You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
619
  "\">testimonials@heateor.com</a>"
620
  msgstr ""
621
+ "您可以向我们发送表扬信<a href=\"mailto:testimonials@heateor.com"
622
+ "\">testimonials@heateor.com</a>"
623
 
624
+ #: admin/help.php:86
625
  msgid "Support Us"
626
  msgstr "支持我们"
627
 
628
+ #: admin/help.php:89 admin/help.php:92 admin/help.php:93 admin/help.php:94
629
+ #: admin/help.php:95 admin/help.php:96
630
  msgid "Rate 5-star"
631
  msgstr "5-星评价"
632
 
633
+ #: admin/social_sharing.php:9 admin/social_commenting.php:8
634
+ #: admin/social_login.php:8 admin/like_buttons.php:10
635
  msgid "Master Control"
636
  msgstr "主控制"
637
 
638
+ #: admin/social_sharing.php:14
639
  msgid "Enable Social Sharing"
640
  msgstr "启用社交共享"
641
 
642
+ #: admin/social_sharing.php:23
643
  msgid "Master control to enable Social Sharing"
644
+ msgstr "主控件,以使社交共享"
645
 
646
+ #: admin/social_sharing.php:33
647
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
648
+ msgstr "恢复社交股计数移动到 ssl/http 后丢失"
649
 
650
+ #: admin/social_sharing.php:41
651
  msgid "Theme Selection"
652
  msgstr "主题选择"
653
 
654
+ #: admin/social_sharing.php:42 admin/like_buttons.php:37
655
  msgid "Standard Interface"
656
  msgstr "标准接口"
657
 
658
+ #: admin/social_sharing.php:43 admin/like_buttons.php:38
659
  msgid "Floating Interface"
660
  msgstr "浮动接口"
661
 
662
+ #: admin/social_sharing.php:44 admin/like_buttons.php:39
663
  msgid "Miscellaneous"
664
  msgstr "其他"
665
 
666
+ #: admin/social_sharing.php:48 admin/like_buttons.php:43
667
  msgid "3rd Party Integration"
668
+ msgstr "第三方集成"
669
 
670
+ #: admin/social_sharing.php:52 admin/social_sharing.php:1870
671
+ #: admin/social_sharing.php:1872 admin/social_login.php:41
672
+ #: admin/social_login.php:1164 admin/like_buttons.php:47
673
+ #: admin/like_buttons.php:793
674
  msgid "Shortcode & Widget"
675
+ msgstr "简码&小工具"
676
 
677
+ #: admin/social_sharing.php:53
678
  msgid "Troubleshooter"
679
  msgstr "排错"
680
 
681
+ #: admin/social_sharing.php:54 admin/social_sharing.php:1903
682
+ #: admin/social_commenting.php:36 admin/social_commenting.php:463
683
+ #: admin/social_login.php:42 admin/social_login.php:1178
684
+ #: admin/like_buttons.php:48 admin/like_buttons.php:806
685
  msgid "FAQ"
686
  msgstr "常见问题解答"
687
 
688
+ #: admin/social_sharing.php:62
689
  msgid "Standard interface theme"
690
  msgstr "标准接口主题"
691
 
692
+ #: admin/social_sharing.php:67 admin/social_sharing.php:374
693
  msgid "Icon Preview"
694
  msgstr "图标预览"
695
 
696
+ #: admin/social_sharing.php:139 admin/social_sharing.php:447
697
  msgid ""
698
  "Do not forget to save the configuration after making changes by clicking the "
699
  "save button below"
700
  msgstr "更改后不要忘记单击下面的保存按钮以保存下面存配置"
701
 
702
+ #: admin/social_sharing.php:146 admin/social_sharing.php:454
703
  msgid "Shape"
704
  msgstr "形状"
705
 
706
+ #: admin/social_sharing.php:150 admin/social_sharing.php:458
707
+ #: inc/widget.php:907
708
  msgid "Round"
709
  msgstr "圆"
710
 
711
+ #: admin/social_sharing.php:152 admin/social_sharing.php:460
712
+ #: inc/widget.php:908
713
  msgid "Square"
714
  msgstr "正方形"
715
 
716
+ #: admin/social_sharing.php:154 admin/social_sharing.php:462
717
  msgid "Rectangle"
718
  msgstr "矩形"
719
 
720
+ #: admin/social_sharing.php:161 admin/social_sharing.php:469
721
  msgid "Shape of the sharing icons"
722
  msgstr "共享图标的形状"
723
 
724
+ #: admin/social_sharing.php:170 admin/social_sharing.php:478
725
  msgid "Size (in pixels)"
726
  msgstr "大小 (以像素为单位)"
727
 
728
+ #: admin/social_sharing.php:186 admin/social_sharing.php:494
729
  msgid "Size of the sharing icons"
730
  msgstr "共享图标的大小"
731
 
732
+ #: admin/social_sharing.php:196 admin/social_sharing.php:504
733
  msgid "Width (in pixels)"
734
  msgstr "宽度(px)"
735
 
736
+ #: admin/social_sharing.php:212 admin/social_sharing.php:520
737
  msgid "Width of the sharing icons"
738
  msgstr "共享图标宽度"
739
 
740
+ #: admin/social_sharing.php:220 admin/social_sharing.php:528
741
  msgid "Height (in pixels)"
742
  msgstr "高度(像素)"
743
 
744
+ #: admin/social_sharing.php:236 admin/social_sharing.php:544
745
  msgid "Height of the sharing icons"
746
  msgstr "共享图标高度"
747
 
748
+ #: admin/social_sharing.php:246 admin/social_sharing.php:554
749
  msgid "Border radius (in pixels)"
750
  msgstr "(以像素为单位) 的边界半径"
751
 
752
+ #: admin/social_sharing.php:256 admin/social_sharing.php:564
753
  msgid ""
754
  "Specify a value for rounded corners. More the value, more rounded will the "
755
  "corners be. Leave empty for sharp corners."
756
  msgstr "定义圆角的值。值越大,圆角越园。留空为尖角。"
757
 
758
+ #: admin/social_sharing.php:265 admin/social_sharing.php:573
759
  msgid "Logo Color"
760
  msgstr "logo颜色"
761
 
762
+ #: admin/social_sharing.php:269 admin/social_sharing.php:290
763
+ #: admin/social_sharing.php:310 admin/social_sharing.php:577
764
+ #: admin/social_sharing.php:598 admin/social_sharing.php:617
765
  msgid "Default"
766
  msgstr "默认"
767
 
768
+ #: admin/social_sharing.php:271 admin/social_sharing.php:291
769
+ #: admin/social_sharing.php:315 admin/social_sharing.php:579
770
+ #: admin/social_sharing.php:599 admin/social_sharing.php:622
771
  msgid "On Hover"
772
  msgstr "鼠标悬停"
773
 
774
+ #: admin/social_sharing.php:279 admin/social_sharing.php:587
775
  msgid ""
776
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
777
  "empty for default. You can get the hex code of the required color from <a "
781
  "href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的颜色"
782
  "的十六进制代码"
783
 
784
+ #: admin/social_sharing.php:287 admin/social_sharing.php:595
785
+ #: admin/social_sharing.php:1308 admin/like_buttons.php:406 inc/widget.php:436
786
+ #: inc/widget.php:748
787
  msgid "Background Color"
788
  msgstr "背景颜色"
789
 
790
+ #: admin/social_sharing.php:298 admin/social_sharing.php:606
791
  msgid ""
792
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
793
  "\"transparent\" for transparent background. Leave empty for default. You can "
798
  "为默认。你可以从<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链"
799
  "接</a>获得所需的颜色的十六进制代码"
800
 
801
+ #: admin/social_sharing.php:306 admin/social_sharing.php:614
802
  msgid "Border"
803
  msgstr "边框"
804
 
805
+ #: admin/social_sharing.php:312 admin/social_sharing.php:317
806
+ #: admin/social_sharing.php:619 admin/social_sharing.php:624
807
  msgid "Border Width"
808
  msgstr "边框宽度"
809
 
810
+ #: admin/social_sharing.php:313 admin/social_sharing.php:318
811
+ #: admin/social_sharing.php:620 admin/social_sharing.php:625
812
  msgid "Border Color"
813
  msgstr "边框颜色"
814
 
815
+ #: admin/social_sharing.php:325 admin/social_sharing.php:632
816
  msgid "Icon border"
817
  msgstr "图标边框"
818
 
819
+ #: admin/social_sharing.php:333 admin/social_sharing.php:640
820
  msgid "Counter Position"
821
  msgstr "计数器的位置"
822
 
823
+ #: admin/social_sharing.php:333 admin/social_sharing.php:640
824
  msgid "(applies, if counter enabled)"
825
  msgstr "(适用,如果启用计数器)"
826
 
827
+ #: admin/social_sharing.php:337 admin/social_sharing.php:644
828
+ #: admin/social_sharing.php:925 admin/social_sharing.php:1330
829
+ #: admin/like_buttons.php:179 admin/like_buttons.php:428 inc/widget.php:422
830
+ #: inc/widget.php:734
831
  msgid "Left"
832
  msgstr "左边"
833
 
834
+ #: admin/social_sharing.php:339 admin/social_sharing.php:646
835
  msgid "Top"
836
  msgstr "顶部"
837
 
838
+ #: admin/social_sharing.php:341 admin/social_sharing.php:648
839
+ #: admin/social_sharing.php:927 admin/social_sharing.php:1331
840
+ #: admin/like_buttons.php:181 admin/like_buttons.php:429 inc/widget.php:423
841
+ #: inc/widget.php:735
842
  msgid "Right"
843
  msgstr "右侧"
844
 
845
+ #: admin/social_sharing.php:343 admin/social_sharing.php:650
846
  msgid "Bottom"
847
  msgstr "居下"
848
 
849
+ #: admin/social_sharing.php:345 admin/social_sharing.php:652
850
  msgid "Inner Left"
851
  msgstr "内左"
852
 
853
+ #: admin/social_sharing.php:347 admin/social_sharing.php:654
854
  msgid "Inner Top"
855
  msgstr "内顶"
856
 
857
+ #: admin/social_sharing.php:349 admin/social_sharing.php:656
858
  msgid "Inner Right"
859
  msgstr "内右"
860
 
861
+ #: admin/social_sharing.php:351 admin/social_sharing.php:658
862
  msgid "Inner Bottom"
863
  msgstr "内底"
864
 
865
+ #: admin/social_sharing.php:359 admin/social_sharing.php:666
866
  msgid "Position of share counter"
867
  msgstr "共享计数器的位置"
868
 
869
+ #: admin/social_sharing.php:369
870
  msgid "Floating interface theme"
871
  msgstr "浮动的界面主题"
872
 
873
+ #: admin/social_sharing.php:682
874
  msgid "Standard Sharing Interface Options"
875
  msgstr "标准共享界面选项"
876
 
877
+ #: admin/social_sharing.php:688
878
  msgid "Enable Standard sharing interface"
879
  msgstr "启用共享接口标准"
880
 
881
+ #: admin/social_sharing.php:698
882
  msgid "Master control to enable standard sharing"
883
  msgstr "主控件以启用标准共享"
884
 
885
+ #: admin/social_sharing.php:708 admin/social_sharing.php:1134
886
+ #: admin/like_buttons.php:82 admin/like_buttons.php:332
887
  msgid "Target Url"
888
  msgstr "目标URL"
889
 
890
+ #: admin/social_sharing.php:712 admin/social_sharing.php:1138
891
+ #: admin/like_buttons.php:86 admin/like_buttons.php:336
892
  msgid "Url of the webpage where icons are located (default)"
893
  msgstr "图标所在网页的Url (默认值)"
894
 
895
+ #: admin/social_sharing.php:714 admin/social_sharing.php:1140
896
+ #: admin/like_buttons.php:88 admin/like_buttons.php:338
897
  msgid "Url of the homepage of your website"
898
  msgstr "您网站的主页的 Url"
899
 
900
+ #: admin/social_sharing.php:716 admin/social_sharing.php:1142
901
+ #: admin/like_buttons.php:90 admin/like_buttons.php:340
902
  msgid "Custom url"
903
  msgstr "自定义 URL"
904
 
905
+ #: admin/social_sharing.php:723 admin/social_sharing.php:1149
906
  msgid "Url to share"
907
  msgstr "要分享的网址"
908
 
909
+ #: admin/social_sharing.php:731 admin/social_login.php:527
910
+ #: admin/social_login.php:868 admin/like_buttons.php:105 inc/widget.php:901
 
911
  msgid "Title"
912
  msgstr "标题"
913
 
914
+ #: admin/social_sharing.php:741
915
  msgid "The text to display above the sharing interface"
916
  msgstr "要共享界面上方显示的文本"
917
 
918
+ #: admin/social_sharing.php:766 admin/social_sharing.php:1158
 
919
  msgid "Instagram username"
920
+ msgstr ""
921
 
922
+ #: admin/social_sharing.php:776 admin/social_sharing.php:1168
923
  msgid ""
924
  "Username of the Instagram account you want to redirect users to, on clicking "
925
  "the icon"
926
+ msgstr "要将用户重定向到的 Instagram 帐户的用户名, 请单击图标"
927
 
928
+ #: admin/social_sharing.php:786 admin/social_sharing.php:1178
 
929
  msgid "HTML ID of container element of comment form"
930
+ msgstr "注释表单的容器元素的HTML ID"
931
 
932
+ #: admin/social_sharing.php:796 admin/social_sharing.php:1188
933
  msgid ""
934
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
935
  "icon."
936
+ msgstr "HTML ID的元素,你想集中在网页上,点击评论图标。"
937
 
938
+ #: admin/social_sharing.php:810 admin/social_sharing.php:1197
939
  msgid "Rearrange icons"
940
  msgstr "重新排列图标"
941
 
942
+ #: admin/social_sharing.php:869 admin/social_sharing.php:1256
943
  msgid "Drag the icons to rearrange in desired order"
944
  msgstr "按所需顺序拖动要重新排列的图标"
945
 
946
+ #: admin/social_sharing.php:877 admin/social_sharing.php:1264
947
  msgid "Select Sharing Services"
948
  msgstr "选择共享服务"
949
 
950
+ #: admin/social_sharing.php:884 admin/social_sharing.php:1271
951
  msgid "Select sharing services to show in social share bar"
952
+ msgstr "请选择要在社交共享栏中显示的共享服务"
953
 
954
+ #: admin/social_sharing.php:902 admin/social_sharing.php:1289
 
955
  msgid "Search social network"
956
+ msgstr "搜索社交网络"
957
 
958
+ #: admin/social_sharing.php:921 admin/social_sharing.php:1326
959
+ #: admin/like_buttons.php:175 admin/like_buttons.php:424
960
  msgid "Horizontal alignment"
961
  msgstr "水平对齐"
962
 
963
+ #: admin/social_sharing.php:926 admin/like_buttons.php:180
964
  msgid "Center"
965
  msgstr "居中"
966
 
967
+ #: admin/social_sharing.php:935 admin/social_sharing.php:1339
968
  msgid "Horizontal alignment of the sharing interface"
969
  msgstr "共享界面水平对齐方式"
970
 
971
+ #: admin/social_sharing.php:943 admin/like_buttons.php:197
972
  msgid "Position with respect to content"
973
  msgstr "相对于内容的位置"
974
 
975
+ #: admin/social_sharing.php:947 admin/like_buttons.php:201
976
  msgid "Top of the content"
977
  msgstr "内容的顶部"
978
 
979
+ #: admin/social_sharing.php:949 admin/like_buttons.php:203
980
  msgid "Bottom of the content"
981
  msgstr "内容的底部"
982
 
983
+ #: admin/social_sharing.php:956
984
  msgid "Specify position of the sharing interface with respect to the content"
985
  msgstr "指定相对于内容而言共享界面的位置"
986
 
987
+ #: admin/social_sharing.php:964 admin/social_sharing.php:1405
988
  msgid "Placement"
989
  msgstr "放置"
990
 
991
+ #: admin/social_sharing.php:968 admin/social_sharing.php:1409
992
+ #: admin/social_login.php:807 admin/social_login.php:837
993
+ #: admin/like_buttons.php:222 admin/like_buttons.php:507
994
  msgid "Homepage"
995
  msgstr "主页"
996
 
997
+ #: admin/social_sharing.php:970 admin/social_sharing.php:1411
998
+ #: admin/like_buttons.php:224 admin/like_buttons.php:509
999
  msgid "Posts"
1000
  msgstr "文章"
1001
 
1002
+ #: admin/social_sharing.php:972 admin/social_sharing.php:1413
1003
+ #: admin/like_buttons.php:226 admin/like_buttons.php:511
1004
  msgid "Pages"
1005
  msgstr "页面"
1006
 
1007
+ #: admin/social_sharing.php:974 admin/social_sharing.php:1415
1008
+ #: admin/like_buttons.php:228 admin/like_buttons.php:513
 
1009
  msgid "Excerpts and Posts page"
1010
+ msgstr "摘录和帖子页面"
1011
 
1012
+ #: admin/social_sharing.php:976 admin/social_sharing.php:1417
1013
+ #: admin/like_buttons.php:230 admin/like_buttons.php:515
1014
  msgid "Category Archives"
1015
  msgstr "目录类别"
1016
 
1017
+ #: admin/social_sharing.php:978 admin/social_sharing.php:1419
1018
+ #: admin/like_buttons.php:232 admin/like_buttons.php:517
1019
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1020
  msgstr "存档页 (分类、 标记、 作者或根据日期分类的页)"
1021
 
1022
+ #: admin/social_sharing.php:994 admin/like_buttons.php:248
1023
  msgid "BuddyPress activity"
1024
  msgstr "BuddyPress 活动"
1025
 
1026
+ #: admin/social_sharing.php:996 admin/like_buttons.php:251
1027
  msgid "BuddyPress group (only at top of content)"
1028
  msgstr "BuddyPress 组 (只有顶部的内容)"
1029
 
1030
+ #: admin/social_sharing.php:1002 admin/social_sharing.php:1441
1031
+ #: admin/like_buttons.php:258 admin/like_buttons.php:538
1032
  msgid "BBPress forum"
1033
  msgstr "BBPress 论坛"
1034
 
1035
+ #: admin/social_sharing.php:1005 admin/social_sharing.php:1444
1036
+ #: admin/like_buttons.php:261 admin/like_buttons.php:541
1037
  msgid "BBPress topic"
1038
  msgstr "BBPress 主题"
1039
 
1040
+ #: admin/social_sharing.php:1008 admin/like_buttons.php:264
1041
  msgid "BBPress reply"
1042
  msgstr "BBPress 答复"
1043
 
1044
+ #: admin/social_sharing.php:1015 admin/like_buttons.php:271
1045
  msgid "After individual product at WooCommerce Shop page"
1046
+ msgstr "在 WooCommerce 商店页面上单独的商品后"
1047
 
1048
+ #: admin/social_sharing.php:1018 admin/like_buttons.php:274
1049
  msgid "WooCommerce Product Page"
1050
+ msgstr "Woocommerce商品页"
1051
 
1052
+ #: admin/social_sharing.php:1021 admin/like_buttons.php:277
1053
  msgid "WooCommerce Thankyou Page"
1054
  msgstr "WooCommerce 致谢页面"
1055
 
1056
+ #: admin/social_sharing.php:1032
1057
  msgid "Specify the pages where you want to enable Sharing interface"
1058
  msgstr "指定要启用共享界面的页面"
1059
 
1060
+ #: admin/social_sharing.php:1040 admin/social_sharing.php:1462
1061
  msgid "Show share counts"
1062
  msgstr "显示共享计数"
1063
 
1064
+ #: admin/social_sharing.php:1045 admin/social_sharing.php:1467
 
1065
  msgid ""
1066
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1067
  "Pinterest, Odnoklassniki and Vkontakte"
1068
  msgstr ""
1069
+ "支持Facebook、TwitterLinkedInBuffer、Reddit、Pinterest、Odnoclassniki和"
1070
+ "Vkontakte的分享计数"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1071
 
1072
+ #: admin/social_sharing.php:1046 admin/social_sharing.php:1468
1073
  #, php-format
1074
  msgid ""
1075
+ "To show Twitter share count, you have to click \"Give me my Twitter counts "
1076
+ "back\" button at <a href=\"%s\" target=\"_blank\">TwitCount.com</a> and "
1077
+ "register your website %s with them. No need to copy-paste any code from "
1078
+ "their website."
1079
  msgstr ""
 
1080
 
1081
+ #: admin/social_sharing.php:1053 admin/social_sharing.php:1475
 
 
 
 
 
 
 
 
 
1082
  msgid "If enabled, share counts are displayed above sharing icons."
1083
  msgstr "如果启用,共享计数在共享图标上面显示。"
1084
 
1085
+ #: admin/social_sharing.php:1062 admin/social_sharing.php:1484
1086
  msgid "Show total shares"
1087
  msgstr "分享总数"
1088
 
1089
+ #: admin/social_sharing.php:1072 admin/social_sharing.php:1494
1090
  msgid "If enabled, total shares will be displayed with sharing icons"
1091
  msgstr "如果启用,共享计数在共享图标上面显示。"
1092
 
1093
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1503
1094
  msgid "Enable 'More' icon"
1095
  msgstr "启用“更多”图标"
1096
 
1097
+ #: admin/social_sharing.php:1091 admin/social_sharing.php:1513
1098
  msgid ""
1099
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1100
  "which shows additional sharing networks in popup"
1101
  msgstr ""
1102
  "如果启用,将选定的共享图标后,会显示“更多”图标,它显示在弹出的其他共享网络"
1103
 
1104
+ #: admin/social_sharing.php:1108
1105
  msgid "Floating Sharing Interface Options"
1106
  msgstr "浮动共享界面选项"
1107
 
1108
+ #: admin/social_sharing.php:1114
1109
  msgid "Enable Floating sharing interface"
1110
  msgstr "启用共享接口标准"
1111
 
1112
+ #: admin/social_sharing.php:1124
1113
  msgid "Master control to enable floating sharing widget"
1114
  msgstr "主控,使共享浮动部件"
1115
 
1116
+ #: admin/social_sharing.php:1318
1117
  msgid ""
1118
  "Specify the color or hex code (example #cc78e0) for the background of "
1119
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1124
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
1125
  "颜色的十六进制代码"
1126
 
1127
+ #: admin/social_sharing.php:1348 admin/like_buttons.php:446
1128
  msgid "Left offset"
1129
  msgstr "左偏移"
1130
 
1131
+ #: admin/social_sharing.php:1358
1132
  msgid ""
1133
  "Specify a number. Increase in number will shift sharing interface towards "
1134
  "right and decrease will shift it towards left. Number can be negative too."
1135
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1136
 
1137
+ #: admin/social_sharing.php:1368 admin/like_buttons.php:466
1138
  msgid "Right offset"
1139
  msgstr "右偏移"
1140
 
1141
+ #: admin/social_sharing.php:1378
1142
  msgid ""
1143
  "Specify a number. Increase in number will shift sharing interface towards "
1144
  "left and decrease will shift it towards right. Number can be negative too."
1145
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1146
 
1147
+ #: admin/social_sharing.php:1387 admin/like_buttons.php:485
1148
  msgid "Top offset"
1149
  msgstr "顶部偏移"
1150
 
1151
+ #: admin/social_sharing.php:1397
1152
  msgid ""
1153
  "Specify a number. Increase in number will shift sharing interface towards "
1154
  "bottom and decrease will shift it towards top."
1155
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
1156
 
1157
+ #: admin/social_sharing.php:1433 admin/like_buttons.php:531
1158
  msgid "BuddyPress group"
1159
  msgstr "BuddyPress 组"
1160
 
1161
+ #: admin/social_sharing.php:1454
1162
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1163
  msgstr "指定要实现垂直共享界面的网页"
1164
 
1165
+ #: admin/social_sharing.php:1521
1166
  msgid "Vertical floating bar responsiveness"
1167
  msgstr "立式浮栏响应能力"
1168
 
1169
+ #: admin/social_sharing.php:1524
1170
  #, php-format
1171
  msgid "Display vertical interface only when screen is wider than %s pixels"
1172
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
1173
 
1174
+ #: admin/social_sharing.php:1531
1175
  msgid ""
1176
  "Display vertical interface only when screen is wider than the width "
1177
  "specified."
1178
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
1179
 
1180
+ #: admin/social_sharing.php:1539
1181
  msgid "Horizontal floating bar responsiveness"
1182
  msgstr "水平浮动栏响应"
1183
 
1184
+ #: admin/social_sharing.php:1542
1185
  #, php-format
1186
  msgid ""
1187
  "Stick vertical floating interface horizontally at bottom only when screen is "
1188
  "narrower than %s pixels"
1189
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
1190
 
1191
+ #: admin/social_sharing.php:1549
1192
  msgid ""
1193
  "Stick vertical floating interface horizontally at bottom only when screen is "
1194
  "narrower than the width specified"
1195
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
1196
 
1197
+ #: admin/social_sharing.php:1559
1198
  msgid "Horizontal floating bar position"
1199
  msgstr "水平浮动栏位置"
1200
 
1201
+ #: admin/social_sharing.php:1562
1202
  #, php-format
1203
  msgid "%s pixels from %s"
1204
  msgstr "%s像素来自%s"
1205
 
1206
+ #: admin/social_sharing.php:1563
1207
  msgid "Auto-adjust according to screen width (responsive)"
1208
+ msgstr "根据屏幕宽度自动调整 (自响应)"
1209
 
1210
+ #: admin/social_sharing.php:1570
1211
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1212
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
1213
 
1214
+ #: admin/social_sharing.php:1590 admin/like_buttons.php:588
1215
  msgid "Url shortener"
1216
  msgstr "短网址"
1217
 
1218
+ #: admin/social_sharing.php:1596
1219
  msgid "Use shortlinks already installed"
1220
  msgstr "短网址已安装,发推按钮"
1221
 
1222
+ #: admin/social_sharing.php:1606
1223
  msgid "Uses default short url permalinks without using any additional plugin"
1224
+ msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
1225
 
1226
+ #: admin/social_sharing.php:1614
1227
  msgid "Enable bit.ly url shortener for sharing"
1228
  msgstr "用于使用bit.ly url短链共享"
1229
 
1230
+ #: admin/social_sharing.php:1624 admin/like_buttons.php:622
1231
  msgid "Master control to enable bit.ly url shortening for sharing"
1232
  msgstr "主控件以启用 bit.ly url 短链共享"
1233
 
1234
+ #: admin/social_sharing.php:1632
1235
  msgid "bit.ly Login"
1236
+ msgstr "bit.ly登录"
1237
 
1238
+ #: admin/social_sharing.php:1642 admin/social_sharing.php:1661
1239
+ #, php-format
1240
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1241
  msgstr ""
1242
+ "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
 
1243
 
1244
+ #: admin/social_sharing.php:1651 admin/like_buttons.php:649
1245
  msgid "bit.ly API Key"
1246
  msgstr "bit.ly API 密钥"
1247
 
1248
+ #: admin/social_sharing.php:1670 admin/like_buttons.php:668
1249
  msgid "Clear Bitly Cache"
1250
+ msgstr "清除 Bitly 缓存"
1251
 
1252
+ #: admin/social_sharing.php:1674 admin/like_buttons.php:672
1253
  msgid "ShortUrl cache cleared successfully."
1254
  msgstr "ShortUrl 缓存成功清除。"
1255
 
1256
+ #: admin/social_sharing.php:1681 admin/like_buttons.php:679
1257
  msgid ""
1258
  "Use this to delete short urls saved in database. Handy, if urls of your "
1259
  "website have been changed but short urls are still being generated for old "
1262
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1263
  "仍为旧网址,手动处理。"
1264
 
1265
+ #: admin/social_sharing.php:1690
1266
  msgid "Share Count Cache"
1267
+ msgstr "共享计数缓存"
1268
 
1269
+ #: admin/social_sharing.php:1696
1270
  msgid "Refresh Share Count cache every"
1271
+ msgstr "清空每个计数器缓存"
1272
 
1273
+ #: admin/social_sharing.php:1701
1274
  msgid "Second(s)"
1275
+ msgstr "秒(s)"
1276
 
1277
+ #: admin/social_sharing.php:1702
1278
  msgid "Minute(s)"
1279
+ msgstr "分钟"
1280
 
1281
+ #: admin/social_sharing.php:1703
1282
  msgid "Hour(s)"
1283
+ msgstr "小时"
1284
 
1285
+ #: admin/social_sharing.php:1704
1286
  msgid "Day(s)"
1287
+ msgstr ""
1288
 
1289
+ #: admin/social_sharing.php:1712
1290
  #, php-format
1291
  msgid ""
1292
  "Frequent cache refreshing results in slower loading of pages with share "
1293
  "counts enabled. Leave empty to disable cache. More info <a href=\"%s\" "
1294
  "target=\"_blank\">here</a>"
1295
  msgstr ""
1296
+ "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1297
+ "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1298
 
1299
+ #: admin/social_sharing.php:1720
1300
  msgid "Clear Share Counts Cache"
1301
+ msgstr "清除共享计数缓存"
1302
 
1303
+ #: admin/social_sharing.php:1724
 
1304
  msgid "Share Counts cache cleared successfully."
1305
+ msgstr "分享计数缓存成功清除。"
1306
 
1307
+ #: admin/social_sharing.php:1731
1308
  msgid "Use this to clear cached share counts"
1309
+ msgstr "使用这个清除计数的缓存"
1310
 
1311
+ #: admin/social_sharing.php:1740 admin/social_sharing.php:1746
1312
+ #: admin/social_commenting.php:320 admin/like_buttons.php:688
1313
+ #: admin/like_buttons.php:694
1314
  msgid "Language"
1315
  msgstr "语言"
1316
 
1317
+ #: admin/social_sharing.php:1756
1318
  #, php-format
1319
  msgid ""
1320
  "Enter the code of the language you want to use for like buttons. You can "
1324
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1325
  "链接</a>找到语言代码。留空为默认 (英语)"
1326
 
1327
+ #: admin/social_sharing.php:1765
1328
  msgid "Username in sharing"
1329
  msgstr "共享的用户名"
1330
 
1331
+ #: admin/social_sharing.php:1771
1332
  msgid "Twitter username (without @)"
1333
  msgstr "Twitter账号(无@)"
1334
 
1335
+ #: admin/social_sharing.php:1781 admin/social_sharing.php:1800
1336
  msgid ""
1337
  "Provided username will be appended after the content being shared as \"via "
1338
  "@USERNAME\". Leave empty if you do not want any username in the content "
1341
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1342
  "请留空。"
1343
 
1344
+ #: admin/social_sharing.php:1790
1345
  msgid "Buffer username (without @)"
1346
  msgstr "缓冲用户名 (无 @)"
1347
 
1348
+ #: admin/social_sharing.php:1809
1349
  msgid "AMP"
1350
  msgstr ""
1351
 
1352
+ #: admin/social_sharing.php:1815
 
1353
  msgid "Enable sharing on AMP pages"
1354
+ msgstr "在 AMP 页面上启用分享"
1355
 
1356
+ #: admin/social_sharing.php:1825
1357
  msgid "Enable this option to render sharing icons on AMP pages"
1358
+ msgstr "启用此选项可在AMP页面上呈现分享图标"
1359
 
1360
+ #: admin/social_sharing.php:1844 admin/like_buttons.php:767
1361
  msgid "myCRED"
1362
+ msgstr "myCRED"
1363
 
1364
+ #: admin/social_sharing.php:1850 admin/like_buttons.php:773
1365
  msgid "Append myCRED referral ID to the urls being shared"
1366
+ msgstr "将myCRED推荐ID追加到分享的URL"
1367
 
1368
+ #: admin/social_sharing.php:1883
1369
  msgid "Facebook Sharing Troubleshooter"
1370
  msgstr "Facebook 分享疑难解答"
1371
 
1372
+ #: admin/social_sharing.php:1888
 
1373
  msgid ""
1374
  "If Facebook sharing is not working fine, click at the following link and "
1375
  "enter the problematic url (where Facebook sharing is not working properly) "
1376
  "of your website in the text field. Click \"Fetch New Scrape Information\" "
1377
  "button."
1378
  msgstr ""
1379
+ "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1380
+ "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1381
 
1382
+ #: admin/social_sharing.php:1905 admin/social_commenting.php:465
1383
+ #: admin/social_login.php:1180
1384
  msgid ""
1385
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1386
  "an online website for the plugin to function properly."
1387
  msgstr ""
1388
+ "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1389
+ "使插件正常运行。"
1390
 
1391
+ #: admin/social_sharing.php:1907
1392
  msgid "Why is Instagram icon redirecting to Instagram website?"
1393
+ msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1394
 
1395
+ #: admin/social_sharing.php:1908
1396
  msgid ""
1397
  "Instagram icon is there to send website visitors to the Instagram page of "
1398
  "your choice. You can save the desired Instagram handle in \"Instagram "
1399
  "Username\" option in \"Standard Interface\" and \"Floating Interface\" "
1400
  "sections."
1401
  msgstr ""
1402
+ "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1403
+ "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1404
 
1405
+ #: admin/social_sharing.php:1911
1406
+ msgid ""
1407
+ "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1408
  msgstr ""
1409
 
1410
+ #: admin/social_sharing.php:1912
1411
  msgid ""
1412
+ "It takes some time for their service to track the shares made on Twitter "
1413
+ "from your website. If you still feel it's taking too long you can contact "
1414
+ "their support directly from their website."
1415
  msgstr ""
1416
 
1417
+ #: admin/social_sharing.php:1914 admin/like_buttons.php:810
1418
+ msgid "How to Place Title and Social Share Icons in the Same Row?"
1419
+ msgstr "如何在同一行中放置标题和社交分享图标?"
1420
+
1421
+ #: admin/social_sharing.php:1915
1422
+ msgid ""
1423
+ "How to restore Social Share counts lost after moving my website to SSL/Https?"
1424
+ msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1425
+
1426
+ #: admin/social_sharing.php:1916 admin/social_commenting.php:468
1427
+ #: admin/social_login.php:1186
1428
  msgid "Why is my browser blocking some features of the plugin?"
1429
+ msgstr "为什么我的浏览器会阻止插件的某些功能?"
1430
 
1431
+ #: admin/social_sharing.php:1917
1432
  msgid "Why the color of share icons is not being updated?"
1433
+ msgstr "为什么分享图标的颜色未更新?"
1434
 
1435
+ #: admin/social_sharing.php:1918
1436
  msgid ""
1437
  "Why is sharer not showing the correct image, title and other meta tags "
1438
  "content?"
1439
+ msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1440
 
1441
+ #: admin/social_sharing.php:1919
1442
  msgid "Why Facebook share counts are not appearing?"
1443
+ msgstr "为什么Facebook 分享数量没有出现?"
1444
 
1445
+ #: admin/social_sharing.php:1920
1446
  msgid ""
1447
  "How can I show share counts of my website rather than of individual pages/"
1448
  "posts?"
1449
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1450
 
1451
+ #: admin/social_sharing.php:1921
1452
  msgid "How can I disable sharing on particular page/post?"
1453
  msgstr "如何在特定的页面文章上禁用共享?"
1454
 
1455
+ #: admin/social_sharing.php:1922
1456
  msgid "How can I specify minimum sharing count for sharing networks?"
1457
  msgstr "如何为共享网络共享指定最少数目?"
1458
 
1459
+ #: admin/social_sharing.php:1923
1460
  msgid "How to share specific page?"
1461
  msgstr "如何共享特定页面?"
1462
 
1463
+ #: admin/social_sharing.php:1924
1464
  msgid "How to integrate Google Analytics with sharing?"
1465
  msgstr "谷歌分析与集成"
1466
 
1467
+ #: admin/social_sharing.php:1925
1468
  msgid "How to customize the look of total share counts?"
1469
  msgstr "如何自定义总共享计数的外观?"
1470
 
1471
+ #: admin/social_sharing.php:1926
1472
  msgid "How to customize the look of individual share counts?"
1473
  msgstr "如何自定义个人共享计数的外观?"
1474
 
1475
+ #: admin/social_sharing.php:1927
1476
  msgid "How to show Whatsapp icon only on mobile devices?"
1477
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1478
 
1479
+ #: admin/social_sharing.php:1928
1480
  msgid "How to hide arrow after floating sharing bar?"
1481
+ msgstr "如何在浮动共享栏后隐藏箭头?"
1482
 
1483
+ #: admin/social_sharing.php:1929
1484
  msgid "Why is share count not getting updated?"
1485
+ msgstr "为什么共享计数没有得到更新?"
1486
 
1487
+ #: admin/social_sharing.php:1930 admin/like_buttons.php:808
1488
  msgid "Why is there so much space between like buttons?"
1489
+ msgstr "为什么像按钮之间有这么多的空间?"
1490
 
1491
+ #: admin/social_sharing.php:1931 admin/like_buttons.php:809
1492
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1493
+ msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1494
 
1495
+ #: admin/social_commenting.php:13
1496
  msgid "Enable Social Commenting"
1497
  msgstr "启用社会化评论"
1498
 
1499
+ #: admin/social_commenting.php:23
1500
  msgid "Master control to enable Social Commenting"
1501
+ msgstr "主控件,以使社交共享"
1502
 
1503
+ #: admin/social_commenting.php:34
1504
  msgid "Social Commenting"
1505
+ msgstr "社会化评论"
1506
 
1507
+ #: admin/social_commenting.php:35 admin/social_commenting.php:450
1508
  msgid "Shortcode"
1509
  msgstr "短码"
1510
 
1511
+ #: admin/social_commenting.php:49
1512
  msgid "Order of tabs in commenting interface"
1513
  msgstr "在评论界面选项卡的顺序"
1514
 
1515
+ #: admin/social_commenting.php:59
1516
  msgid ""
1517
  "Order of the tabs shown in social commenting interface. Defaults to "
1518
  "wordpress,facebook,googleplus,disqus"
1519
  msgstr ""
1520
+ "在社会化评论界面中显示的选项卡的顺序。默认值为 wordpress,facebook,"
1521
  "googleplus,disqus"
1522
 
1523
+ #: admin/social_commenting.php:67
1524
  msgid "Comment area label"
1525
  msgstr "评论区标签"
1526
 
1527
+ #: admin/social_commenting.php:77
1528
  msgid "Label for comment area"
1529
  msgstr "在评论表单启用"
1530
 
1531
+ #: admin/social_commenting.php:90
1532
  msgid "Enable Social Commenting at"
1533
  msgstr "在此禁用社会化评论"
1534
 
1535
+ #: admin/social_commenting.php:109
1536
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1537
+ msgstr "指定要启用社会化评论的页面/文章组"
1538
 
1539
+ #: admin/social_commenting.php:120
1540
  msgid "HTML ID of comment form container"
1541
  msgstr "评论表单容器的HTML ID"
1542
 
1543
+ #: admin/social_commenting.php:130
1544
  msgid ""
1545
  "HTML ID of container element of the default comment form at front end. Leave "
1546
  "empty for default ID - \"respond\". You need to specify it if default "
1548
  "front-end of your website."
1549
  msgstr ""
1550
  "在前端默认评论表单的HTML ID 的容器元素。留空为默认 ID-“respond”。如果在您网站"
1551
+ "的前端出现默认评论形式和社交评论无法启用,您需要指定它。"
1552
 
1553
+ #: admin/social_commenting.php:140
1554
  msgid "Labels"
1555
  msgstr "标签"
1556
 
1557
+ #: admin/social_commenting.php:145
1558
  msgid "Label for WordPress Commenting tab"
1559
  msgstr "WordPress 评论选项卡的标签"
1560
 
1561
+ #: admin/social_commenting.php:154
1562
  msgid "Label for Facebook Commenting tab"
1563
  msgstr "Facebook 评论选项卡的标签"
1564
 
1565
+ #: admin/social_commenting.php:163
1566
  msgid "Label for G+ Commenting tab"
1567
  msgstr "G+ 评论选项卡的标签"
1568
 
1569
+ #: admin/social_commenting.php:172
1570
  msgid "Label for Disqus Commenting tab"
1571
  msgstr "Disqus 评论选项卡的标签"
1572
 
1573
+ #: admin/social_commenting.php:183
1574
  msgid "Facebook Commenting Options"
1575
  msgstr "Facebook 评论选项"
1576
 
1577
+ #: admin/social_commenting.php:189
1578
  msgid "Enable Facebook Comments notification and moderation"
1579
  msgstr "启用 Facebook 评论通知和调节"
1580
 
1581
+ #: admin/social_commenting.php:197 admin/social_commenting.php:207
1582
  msgid "Enable Facebook Commenting"
1583
  msgstr "启用Facebook评论"
1584
 
1585
+ #: admin/social_commenting.php:215 admin/social_commenting.php:381
1586
  msgid "Url to comment on"
1587
  msgstr "评论上的 Url"
1588
 
1589
+ #: admin/social_commenting.php:225
1590
  msgid ""
1591
  "The absolute URL that comments posted will be permanently associated with. "
1592
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
1596
  "以评论的绝对 URL 将与永久关联。在 Facebook 上关于已评论的事件,将链接到此 "
1597
  "URL。<br>如果留空<strong>(推荐)</strong>,在已启用评论中,主页url将被使用。"
1598
 
1599
+ #: admin/social_commenting.php:233
 
1600
  msgid "Show Recent Facebook Comments in a Widget"
1601
+ msgstr "在小工具中显示最近的 facebook 评论"
1602
 
1603
+ #: admin/social_commenting.php:241 admin/social_commenting.php:363
1604
  msgid "Width"
1605
  msgstr "宽度"
1606
 
1607
+ #: admin/social_commenting.php:251
1608
  msgid ""
1609
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1610
  "block."
1611
  msgstr "请留空以自动调整宽度。评论块的宽度 (以像素为单位)。"
1612
 
1613
+ #: admin/social_commenting.php:259
1614
  msgid "Color Scheme"
1615
  msgstr "配色方案"
1616
 
1617
+ #: admin/social_commenting.php:263
1618
  msgid "Light"
1619
  msgstr "亮度"
1620
 
1621
+ #: admin/social_commenting.php:264
1622
  msgid "Dark"
1623
  msgstr "暗度"
1624
 
1625
+ #: admin/social_commenting.php:272
1626
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1627
  msgstr "该插件所使用的颜色方案。可以是”明亮”或”暗淡”。"
1628
 
1629
+ #: admin/social_commenting.php:280
1630
  msgid "Number of comments"
1631
  msgstr "评论数量"
1632
 
1633
+ #: admin/social_commenting.php:290
1634
  msgid ""
1635
  "The number of comments to show by default. The minimum value is 1. Defaults "
1636
  "to 10"
1637
  msgstr "要在默认情况下显示的评论数目。最小值是 1。默认值为 10"
1638
 
1639
+ #: admin/social_commenting.php:298
1640
  msgid "Order by"
1641
  msgstr "排序规则"
1642
 
1643
+ #: admin/social_commenting.php:302
1644
  msgid "Social"
1645
  msgstr "社交"
1646
 
1647
+ #: admin/social_commenting.php:303
1648
  msgid "Reverse Time"
1649
  msgstr "反转时间"
1650
 
1651
+ #: admin/social_commenting.php:304
1652
  msgid "Time"
1653
  msgstr "时间"
1654
 
1655
+ #: admin/social_commenting.php:312
1656
  msgid "The order to use when displaying comments."
1657
  msgstr "显示评论时的顺序。"
1658
 
1659
+ #: admin/social_commenting.php:330
 
 
 
 
1660
  #, php-format
1661
  msgid ""
1662
  "Enter the code of the language you want to use to display commenting. You "
1666
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1667
  "链接</a>找到语言代码。留空为默认 (英语)"
1668
 
1669
+ #: admin/social_commenting.php:339
1670
  msgid "Google Plus Commenting Options"
1671
  msgstr "Google + 评论选项"
1672
 
1673
+ #: admin/social_commenting.php:345 admin/social_commenting.php:355
1674
  msgid "Enable Google Plus Commenting"
1675
  msgstr "启用 Google + 评论"
1676
 
1677
+ #: admin/social_commenting.php:373
1678
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1679
  msgstr "GooglePlus 评论界面的宽度。留空自动调整"
1680
 
1681
+ #: admin/social_commenting.php:391
1682
  msgid ""
1683
  "The absolute URL that comments posted will be permanently associated with. "
1684
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1688
  "已发评论的绝对 URL 将与之永久关联。在 Facebook 上关于已评论的事件将链接到此 "
1689
  "URL。<br>如果留空<strong>(推荐)</strong>,在已启用评论中,主页url将被使用。"
1690
 
1691
+ #: admin/social_commenting.php:400
1692
  msgid "Disqus Commenting Options"
1693
  msgstr "Disqus 评论选项"
1694
 
1695
+ #: admin/social_commenting.php:406 admin/social_commenting.php:416
1696
  msgid "Enable Disqus Commenting"
1697
  msgstr "启用 Disqus 评论"
1698
 
1699
+ #: admin/social_commenting.php:424
1700
  msgid "Disqus Shortname"
1701
  msgstr "Disqus 短名称"
1702
 
1703
+ #: admin/social_commenting.php:434
1704
  msgid ""
1705
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1706
  "shortname, visit following link."
1707
  msgstr ""
1708
  "<strong>要求使用 Disqus 评论。</strong>关于短名称的更多信息,请访问下面链接。"
1709
 
1710
+ #: admin/social_commenting.php:452
1711
  msgid "Social Commenting Shortcode"
1712
  msgstr "社会化评论简码"
1713
 
1714
+ #: admin/social_commenting.php:466
1715
  msgid ""
1716
  "How to show recent Facebook Comments from all over the website in a widget?"
1717
+ msgstr "如何在一个小部件中显示来自整个网站的Facebook评论?"
1718
 
1719
+ #: admin/social_commenting.php:467
1720
  msgid ""
1721
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1722
  "Https?"
1723
+ msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的Facebook 评论?"
1724
 
1725
+ #: admin/social_commenting.php:469
1726
  msgid "How can I disable Social Commenting at individual page/post?"
1727
+ msgstr "如何在独立页/文章上禁用社会化评论?"
1728
 
1729
+ #: admin/social_commenting.php:470
1730
  msgid "How to disable default comment form from Social Commenting?"
1731
+ msgstr "如何从社会化评论禁用默认评论表单?"
1732
 
1733
+ #: admin/social_login.php:14
1734
  msgid "Enable Social Login"
1735
  msgstr "启用社交登录"
1736
 
1737
+ #: admin/social_login.php:24
1738
  msgid ""
1739
  "Master control for Social Login. It must be checked to enable Social Login "
1740
  "functionality"
1741
+ msgstr "社交化登录的主控。为使用社交登录功能必须验证它。"
1742
 
1743
+ #: admin/social_login.php:35 admin/social_login.php:49
1744
  msgid "Basic Configuration"
1745
  msgstr "基本配置"
1746
 
1747
+ #: admin/social_login.php:36
 
1748
  msgid "Advanced Configuration"
1749
+ msgstr "高级配置"
1750
 
1751
+ #: admin/social_login.php:37 admin/social_login.php:1013
1752
  msgid "GDPR"
1753
+ msgstr "GDPR"
1754
 
1755
+ #: admin/social_login.php:39 admin/social_login.php:1115
1756
  msgid "XProfile Integration"
1757
+ msgstr "xprofile 集成"
1758
 
1759
+ #: admin/social_login.php:59
1760
  msgid "Disable user registration via Social Login"
1761
+ msgstr "禁用社会化登录用户注册"
1762
 
1763
+ #: admin/social_login.php:69
1764
  msgid ""
1765
  "After enabling this option, new users will not be able to login through "
1766
  "social login. Only existing users will be able to social login."
1767
  msgstr ""
1768
  "启用此选项之后,新用户不能够通过社交登录了。只有现有的用户将能够社交登录。"
1769
 
1770
+ #: admin/social_login.php:78
1771
  msgid "Redirection url"
1772
  msgstr "重定向 url"
1773
 
1774
+ #: admin/social_login.php:88
1775
  msgid ""
1776
  "User will be redirected to this page after unsuccessful registration attempt "
1777
  "via Social Login. You can specify the url of registration form or of a page "
1780
  "通过社会化登录成功的用户将重定向到此页后。您可以指定 url 的注册表单或显示有关"
1781
  "禁止通过社交登录注册消息的页面"
1782
 
1783
+ #: admin/social_login.php:97
 
1784
  msgid "Select Social Networks"
1785
+ msgstr "设置社交媒体链接"
1786
 
1787
+ #: admin/social_login.php:102
1788
  msgid "Facebook"
1789
  msgstr "Facebook"
1790
 
1791
+ #: admin/social_login.php:106
1792
  msgid "Twitter"
1793
  msgstr "Twitter"
1794
 
1795
+ #: admin/social_login.php:110
1796
  msgid "LinkedIn"
1797
  msgstr "LinkedIn"
1798
 
1799
+ #: admin/social_login.php:114
1800
  msgid "Google+"
1801
  msgstr "Google+"
1802
 
1803
+ #: admin/social_login.php:118
1804
  msgid "Vkontakte"
1805
  msgstr "Vkontakte"
1806
 
1807
+ #: admin/social_login.php:122
1808
  msgid "Instagram"
1809
  msgstr "Instagram"
1810
 
1811
+ #: admin/social_login.php:126
1812
  msgid "Xing"
1813
  msgstr "Xing社交网站"
1814
 
1815
+ #: admin/social_login.php:130
1816
  msgid "Steam"
1817
+ msgstr "Steam"
1818
 
1819
+ #: admin/social_login.php:135
 
1820
  msgid "Twitch"
1821
+ msgstr "Twitch"
1822
 
1823
+ #: admin/social_login.php:140
1824
  msgid "LiveJournal"
1825
  msgstr ""
1826
 
1827
+ #: admin/social_login.php:148
1828
  msgid "Select Social ID provider to enable in Social Login"
1829
+ msgstr "选择社会化ID提供商以启用社会化登录"
1830
 
1831
+ #: admin/social_login.php:156
1832
  msgid "Facebook App ID"
1833
  msgstr "Facebook 应用 ID"
1834
 
1835
+ #: admin/social_login.php:166
1836
  #, php-format
1837
  msgid ""
1838
  "Required for Facebook Social Login to work. Please follow the documentation "
1841
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1842
  "Facebook的应用程序ID"
1843
 
1844
+ #: admin/social_login.php:168 admin/social_login.php:190
1845
  msgid ""
1846
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1847
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1848
 
1849
+ #: admin/social_login.php:178
 
1850
  msgid "Facebook App Secret"
1851
+ msgstr "FacebookAPP密码"
1852
 
1853
+ #: admin/social_login.php:188
1854
+ #, php-format
1855
  msgid ""
1856
  "Required for Facebook Social Login to work. Please follow the documentation "
1857
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1858
  msgstr ""
1859
+ "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1860
+ "> 此链接 </a>, 以获得 facebook 应用程序机密"
1861
 
1862
+ #: admin/social_login.php:200
1863
  msgid "Twitter API Key"
1864
  msgstr "Twitter API密钥"
1865
 
1866
+ #: admin/social_login.php:210
1867
  #, php-format
1868
  msgid ""
1869
  "Required for Twitter Social Login to work. Please follow the documentation "
1872
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1873
  "Twitter的API密钥"
1874
 
1875
+ #: admin/social_login.php:212 admin/social_login.php:238
 
1876
  msgid ""
1877
  "Paste following url in <strong>Website</strong> option at the link mentioned"
1878
+ msgstr "粘贴以下网址 <strong> 网站 </strong> 选项在提到的链接"
1879
 
1880
+ #: admin/social_login.php:216 admin/social_login.php:242
 
1881
  msgid ""
1882
  "Paste following url in <strong>Callback URL</strong> option at the link "
1883
  "mentioned"
1884
+ msgstr "粘贴以下网址 <strong> 回拨 url </strong> 选项在提到的链接"
1885
 
1886
+ #: admin/social_login.php:226
1887
  msgid "Twitter API Secret"
1888
  msgstr "Twitter API Secret"
1889
 
1890
+ #: admin/social_login.php:236
1891
  #, php-format
1892
  msgid ""
1893
  "Required for Twitter Social Login to work. Please follow the documentation "
1896
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1897
  "Twitter的API密钥"
1898
 
1899
+ #: admin/social_login.php:252
 
1900
  msgid "LinkedIn Client ID"
1901
+ msgstr ""
1902
 
1903
+ #: admin/social_login.php:262
1904
+ #, php-format
1905
  msgid ""
1906
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1907
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client ID"
1908
  msgstr ""
1909
+ "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
1910
+ "的文档获取 linkedin 客户端 id"
1911
 
1912
+ #: admin/social_login.php:264 admin/social_login.php:286
1913
+ #: admin/social_login.php:396
1914
  msgid ""
1915
  "Paste following url in <strong>Website URL</strong> option at the link "
1916
  "mentioned"
1917
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1918
 
1919
+ #: admin/social_login.php:274
1920
  msgid "LinkedIn Client Secret "
1921
  msgstr ""
1922
 
1923
+ #: admin/social_login.php:284
1924
+ #, php-format
1925
  msgid ""
1926
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1927
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn Client "
1928
  "Secret"
1929
  msgstr ""
1930
+ "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
1931
+ "档进行操作, 以获取 linkedin 客户端机密"
1932
 
1933
+ #: admin/social_login.php:296
1934
  msgid "Google+ Client ID"
1935
+ msgstr ""
1936
 
1937
+ #: admin/social_login.php:306
1938
  #, php-format
1939
  msgid ""
1940
  "Required for GooglePlus Social Login to work. Please follow the "
1941
  "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1942
  "GooglePlus Client ID"
1943
  msgstr ""
1944
+ "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1945
+ "接</a>得到GOOGLEPLUS客户端ID"
1946
 
1947
+ #: admin/social_login.php:308 admin/social_login.php:330
 
1948
  msgid ""
1949
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1950
  "the link mentioned"
1951
+ msgstr "粘贴以下 url<strong> 授权的 re正确性 uri </strong> 选项在上述链接"
1952
 
1953
+ #: admin/social_login.php:318
 
1954
  msgid "Google+ Client Secret"
1955
+ msgstr ""
1956
 
1957
+ #: admin/social_login.php:328
1958
+ #, php-format
1959
  msgid ""
1960
  "Required for GooglePlus Social Login to work. Please follow the "
1961
  "documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get "
1962
  "GooglePlus Client Secret"
1963
  msgstr ""
1964
+ "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
1965
+ "链接 </a> 获取 google plus 客户端机密"
1966
 
1967
+ #: admin/social_login.php:340
1968
  msgid "Vkontakte Application ID"
1969
+ msgstr ""
1970
 
1971
+ #: admin/social_login.php:350 admin/social_login.php:372
1972
  #, php-format
1973
  msgid ""
1974
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1975
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte "
1976
  "Application ID"
1977
  msgstr ""
1978
+ "要求Vkontakte社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
1979
+ "a>得到的Vkontakte应用程序ID"
1980
 
1981
+ #: admin/social_login.php:352 admin/social_login.php:374
1982
  msgid ""
1983
  "Paste following url in <strong>Site address</strong> option at the link "
1984
  "mentioned"
1985
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
1986
 
1987
+ #: admin/social_login.php:362
 
1988
  msgid "Vkontakte Secure key"
1989
+ msgstr ""
1990
 
1991
+ #: admin/social_login.php:384
1992
  msgid "Instagram Client ID"
1993
+ msgstr ""
1994
 
1995
+ #: admin/social_login.php:394
1996
  #, php-format
1997
  msgid ""
1998
  "Required for Instagram Social Login to work. Please follow the documentation "
2001
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2002
  "a>得到的Instagram客户端ID"
2003
 
2004
+ #: admin/social_login.php:406
2005
  msgid "Xing Consumer Key"
2006
  msgstr "Xing Consumer Key"
2007
 
2008
+ #: admin/social_login.php:416
2009
  #, php-format
2010
  msgid ""
2011
  "Required for Xing Social Login to work. Please follow the documentation at "
2014
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
2015
  "消费者邢重点"
2016
 
2017
+ #: admin/social_login.php:418 admin/social_login.php:440
2018
  msgid ""
2019
  "Paste following url in <strong>Callback domain</strong> option at the link "
2020
  "mentioned"
2021
  msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
2022
 
2023
+ #: admin/social_login.php:428
2024
  msgid "Xing Consumer Secret"
2025
+ msgstr ""
2026
 
2027
+ #: admin/social_login.php:438
2028
  #, php-format
2029
  msgid ""
2030
  "Required for Xing Social Login to work. Please follow the documentation at "
2033
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
2034
  "xing Consumer Secret"
2035
 
2036
+ #: admin/social_login.php:450
 
2037
  msgid "Steam API Key"
2038
+ msgstr ""
2039
 
2040
+ #: admin/social_login.php:460
2041
+ #, php-format
2042
  msgid ""
2043
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2044
  "\"_blank\">this link</a>"
2045
  msgstr ""
2046
+ "蒸汽社交登录工作所需。获取 < href = \" %s\" 目标 = \"_ black\" > 此链接 </a>"
 
2047
 
2048
+ #: admin/social_login.php:461
 
2049
  msgid "Save following <strong>domain</strong> to get the key"
2050
+ msgstr "保存以下 <strong> 域 </strong> 以获取密钥"
2051
 
2052
+ #: admin/social_login.php:470
 
2053
  msgid "Twitch Client ID"
2054
+ msgstr ""
2055
 
2056
+ #: admin/social_login.php:480 admin/social_login.php:502
2057
+ #, php-format
2058
  msgid ""
2059
  "Required for Twitch Social Login to work. Please follow the documentation at "
2060
  "<a href=\"%s\" target=\"_blank\">this link</a> to get it"
2061
  msgstr ""
2062
+ "需要推特社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此链"
2063
+ "接 </a> 获取它"
2064
 
2065
+ #: admin/social_login.php:482 admin/social_login.php:504
 
2066
  msgid ""
2067
  "Paste following url in <strong>Redirect URI</strong> option at the link "
2068
  "mentioned"
2069
+ msgstr "粘贴以下 url<strong> 重定向 uri </strong> 选项中提到的链接"
2070
 
2071
+ #: admin/social_login.php:492
 
2072
  msgid "Twitch Client Secret"
2073
+ msgstr ""
2074
 
2075
+ #: admin/social_login.php:521
2076
  #, fuzzy
2077
  msgid "Social Login Options"
2078
+ msgstr "社交登录选项"
2079
 
2080
+ #: admin/social_login.php:537
2081
  msgid "Text to display above the Social Login interface"
2082
+ msgstr "文本显示社交登录界面的上方"
2083
 
2084
+ #: admin/social_login.php:546
2085
  msgid "Enable at login page"
2086
  msgstr "在登录页面启用"
2087
 
2088
+ #: admin/social_login.php:556
2089
  msgid ""
2090
  "Social Login interface will get enabled at the login page of your website"
2091
+ msgstr "社交登录界面会在你的网站的登录页面启用"
2092
 
2093
+ #: admin/social_login.php:564
2094
  msgid "Enable at register page"
2095
  msgstr "在注册页面启用"
2096
 
2097
+ #: admin/social_login.php:574
2098
  msgid ""
2099
  "Social Login interface will get enabled at the registration page of your "
2100
  "website"
2101
+ msgstr "社交登录界面会在你的网站的注册页面启用"
2102
 
2103
+ #: admin/social_login.php:582
2104
  msgid "Enable at comment form"
2105
  msgstr "在评论表单启用"
2106
 
2107
+ #: admin/social_login.php:592
2108
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2109
+ msgstr "社交登录界面会在您的WordPress评论的表单启用"
2110
 
2111
+ #: admin/social_login.php:607
2112
  msgid "Enable before WooCommerce Customer Login Form"
2113
  msgstr "WooCommerce客户登录表单前启用"
2114
 
2115
+ #: admin/social_login.php:617
2116
  msgid ""
2117
  "Social Login Interface will get enabled before the customer login form at "
2118
  "WooCommerce My Account page"
2119
+ msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2120
 
2121
+ #: admin/social_login.php:625
2122
  msgid "Enable after WooCommerce Customer Login Form"
2123
  msgstr "在WooCommerce客户登录表单后启用"
2124
 
2125
+ #: admin/social_login.php:635
2126
  msgid ""
2127
  "Social Login Interface will get enabled after the customer login form at "
2128
  "WooCommerce My Account page"
2129
+ msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2130
 
2131
+ #: admin/social_login.php:643
2132
  msgid "Enable at WooCommerce checkout page"
2133
  msgstr "在WooCommerce “结算”页面启用"
2134
 
2135
+ #: admin/social_login.php:653
2136
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2137
+ msgstr "社交登录界面将在WooCommerce结帐页面启用"
2138
 
2139
+ #: admin/social_login.php:664
2140
  msgid "Auto-approve comments made by Social Login users"
2141
+ msgstr "自动批准社交登录用户评论"
2142
 
2143
+ #: admin/social_login.php:674
2144
  msgid ""
2145
  "If this option is enabled, and WordPress comment is made by Social Login "
2146
  "user, comment will get approved immediately without keeping in moderation."
2147
  msgstr ""
2148
+ "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2149
  "况下立即批准。"
2150
 
2151
+ #: admin/social_login.php:675
2152
  msgid "Note: This is not related to Facebook comments"
2153
  msgstr "注:这Facebook的评论无关"
2154
 
2155
+ #: admin/social_login.php:685
2156
  msgid "Enable social avatar"
2157
  msgstr "启用社交头像"
2158
 
2159
+ #: admin/social_login.php:695
2160
  msgid ""
2161
  "Social profile pictures of the logged in user will be displayed as profile "
2162
  "avatar"
2163
  msgstr "登录用户的社交资料图片将显示为个人头像"
2164
 
2165
+ #: admin/social_login.php:705
2166
  msgid "Avatar quality"
2167
  msgstr "头像质量"
2168
 
2169
+ #: admin/social_login.php:708
2170
  msgid "Average"
2171
  msgstr "一般"
2172
 
2173
+ #: admin/social_login.php:709
2174
  msgid "Best"
2175
  msgstr "最好"
2176
 
2177
+ #: admin/social_login.php:716
2178
  msgid "Choose avatar quality"
2179
  msgstr "选择头像质量"
2180
 
2181
+ #: admin/social_login.php:725
2182
  msgid ""
2183
  "Show option for users to update social avatar at BuddyPress profile page"
2184
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2185
 
2186
+ #: admin/social_login.php:735
2187
  msgid ""
2188
  "If enabled, users would be able to update their social avatar from \"Profile "
2189
  "photo\" section in BuddyPress profile at front-end"
2191
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2192
  "头像"
2193
 
2194
+ #: admin/social_login.php:756
2195
  msgid ""
2196
  "If enabled and Social ID provider does not provide user's email address on "
2197
  "login, user will be asked to provide his/her email address. Otherwise, a "
2200
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2201
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2202
 
2203
+ #: admin/social_login.php:765
2204
  msgid "Send post-registration email to user to set account password"
2205
+ msgstr "向用户发送注册后电子邮件以设置帐户密码"
2206
 
2207
+ #: admin/social_login.php:775
2208
  msgid ""
2209
  "If enabled, an email will be sent to user after registration through Social "
2210
  "Login, regarding his/her login credentials (username-password to be able to "
2213
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2214
  "(用户名,密码,能够通过传统的登录表单登录)"
2215
 
2216
+ #: admin/social_login.php:783
 
2217
  msgid "Send new user registration notification email to admin"
2218
+ msgstr "向管理员发送新的用户注册通知电子邮件"
2219
 
2220
+ #: admin/social_login.php:793
 
2221
  msgid ""
2222
  "If enabled, an email will be sent to admin after new user registers through "
2223
  "Social Login, notifying admin about the new user registration"
2224
  msgstr ""
2225
+ "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2226
+ "关新用户注册的信息"
2227
 
2228
+ #: admin/social_login.php:801
2229
  msgid "Login redirection"
2230
  msgstr "登录重定向"
2231
 
2232
+ #: admin/social_login.php:805
2233
  msgid "Same page where user logged in"
2234
  msgstr "用户登录同样的页面"
2235
 
2236
+ #: admin/social_login.php:809 admin/social_login.php:839
2237
  msgid "Account dashboard"
2238
  msgstr "帐户信息中心"
2239
 
2240
+ #: admin/social_login.php:812 admin/social_login.php:842
2241
  msgid "BuddyPress profile page"
2242
  msgstr "BuddyPress 档案"
2243
 
2244
+ #: admin/social_login.php:815 admin/social_login.php:845
2245
  msgid "Custom Url"
2246
  msgstr "自定义 URL"
2247
 
2248
+ #: admin/social_login.php:823
2249
  msgid "User will be redirected to the selected page after Social Login"
2250
+ msgstr "用户社交登录后会被重定向到选择的页面"
2251
 
2252
+ #: admin/social_login.php:831
2253
  msgid "Registration redirection"
2254
  msgstr "注册重定向"
2255
 
2256
+ #: admin/social_login.php:835
2257
  msgid "Same page from where user registered"
2258
  msgstr "用户注册同样的页面"
2259
 
2260
+ #: admin/social_login.php:853
2261
  msgid ""
2262
  "User will be redirected to the selected page after registration (first "
2263
  "Social Login) through Social Login"
2264
  msgstr ""
2265
+ "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2266
 
2267
+ #: admin/social_login.php:862
 
2268
  msgid "Social Account Linking Options"
2269
+ msgstr "社交帐户链接选项"
2270
 
2271
+ #: admin/social_login.php:878
 
2272
  msgid "Text to display above the Social Account Linking interface"
2273
+ msgstr "要显示在社交帐户链接界面上方的文本"
2274
 
2275
+ #: admin/social_login.php:886
 
2276
  msgid ""
2277
  "Link social account to already existing account, if email address matches"
2278
+ msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2279
 
2280
+ #: admin/social_login.php:896
2281
  msgid ""
2282
  "If email address of the user's Social Account matches with an already "
2283
  "existing account at your website, that social account will be linked to "
2284
  "existing account. User would be able to manage this from Social Account "
2285
  "Linking interface at their profile page."
2286
  msgstr ""
2287
+ "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2288
+ "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2289
 
2290
+ #: admin/social_login.php:905
2291
  msgid "Enable social account linking at BuddyPress profile page"
2292
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2293
 
2294
+ #: admin/social_login.php:915
2295
  msgid ""
2296
  "Enable this option to show social account linking interface at BuddyPress "
2297
  "profile page"
2298
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2299
 
2300
+ #: admin/social_login.php:926
2301
  msgid "Email popup options"
2302
  msgstr "电子邮件弹出选项"
2303
 
2304
+ #: admin/social_login.php:932
2305
  msgid "Text on 'Email required' popup"
2306
  msgstr "在“电子邮件必填”弹出口显示的文本"
2307
 
2308
+ #: admin/social_login.php:942
2309
  msgid ""
2310
  "This text will be displayed on email required popup. Leave empty if not "
2311
  "required."
2312
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2313
 
2314
+ #: admin/social_login.php:951
2315
  msgid "Error message for 'Email required' popup"
2316
  msgstr "“电子邮件必填”弹出口的错误信息"
2317
 
2318
+ #: admin/social_login.php:961
2319
  msgid ""
2320
  "This message will be displayed to user if it provides invalid or already "
2321
  "registered email"
2322
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2323
 
2324
+ #: admin/social_login.php:970
2325
  msgid "Email popup height"
2326
  msgstr "电子邮件弹出口高度"
2327
 
2328
+ #: admin/social_login.php:980
2329
  msgid ""
2330
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2331
  "can increase the height of popup by specifying in this option. Leave empty "
2334
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2335
  "的高度。留空为默认。"
2336
 
2337
+ #: admin/social_login.php:988
2338
  msgid "Enable email verification"
2339
  msgstr "启用电子邮件验证"
2340
 
2341
+ #: admin/social_login.php:998
2342
  msgid ""
2343
  "If enabled, email provided by the user will be verified by sending a "
2344
  "confirmation link to that email. User would not be able to login without "
2347
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2348
  "录。"
2349
 
2350
+ #: admin/social_login.php:1019
 
2351
  msgid "Enable GDPR opt-in"
2352
+ msgstr ""
2353
 
2354
+ #: admin/social_login.php:1029
2355
  msgid ""
2356
  "Enable it to show GDPR opt-in for social login and social account linking"
2357
+ msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2358
 
2359
+ #: admin/social_login.php:1038
2360
  msgid "Opt-in text"
2361
  msgstr ""
2362
 
2363
+ #: admin/social_login.php:1048
 
2364
  msgid "Text for the opt-in appearing above the social login icons"
2365
+ msgstr "在社交登录图标上方显示的选择加入的文本"
2366
 
2367
+ #: admin/social_login.php:1056
2368
  msgid "Text to link to Privacy Policy page"
2369
+ msgstr "要链接到隐私政策页面的文本"
2370
 
2371
+ #: admin/social_login.php:1066
2372
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2373
+ msgstr "要链接到隐私策略页的选入文本中的单词"
2374
 
2375
+ #: admin/social_login.php:1074
2376
  msgid "Privacy Policy Url"
2377
+ msgstr "隐私政策网址"
2378
 
2379
+ #: admin/social_login.php:1084
 
2380
  msgid "Url of the privacy policy page of your website"
2381
+ msgstr "您网站的隐私政策页面的网址"
2382
 
2383
+ #: admin/social_login.php:1135 inc/widget.php:248 inc/widget.php:414
2384
+ #: inc/widget.php:578 inc/widget.php:726
2385
  msgid "Select"
2386
  msgstr "选择"
2387
 
2388
+ #: admin/social_login.php:1166
2389
  msgid "Social Login Shortcode & Widget"
2390
+ msgstr ""
2391
 
2392
+ #: admin/social_login.php:1167
2393
  msgid "Social Linking Shortcode"
2394
+ msgstr "社交链接简码"
2395
 
2396
+ #: admin/social_login.php:1182
2397
  msgid "Why is social login not working?"
2398
+ msgstr "为什么社交登录不起作用?"
2399
 
2400
+ #: admin/social_login.php:1183
2401
  msgid ""
2402
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2403
  "belong to the same app"
2404
  msgstr ""
2405
 
2406
+ #: admin/social_login.php:1185
2407
  msgid ""
2408
  "Why the user is not appearing logged in even after Social Login until the "
2409
  "webpage is refreshed manually?"
2410
+ msgstr "为什么在手动刷新网页之前, 即使在社交登录之后, 用户也不会登录?"
2411
 
2412
+ #: admin/like_buttons.php:16
2413
  msgid "Enable Like Buttons"
2414
  msgstr "启用喜欢按钮"
2415
 
2416
+ #: admin/like_buttons.php:26
2417
  msgid ""
2418
  "Master control for like buttons. It must be checked to enable like buttons "
2419
  "functionality"
2420
  msgstr "喜欢按钮的主控。它必须被检查,以启用喜欢按钮功能"
2421
 
2422
+ #: admin/like_buttons.php:56
2423
  msgid "Standard Interface Options"
2424
  msgstr "标准界面选项"
2425
 
2426
+ #: admin/like_buttons.php:62
2427
  msgid "Enable standard interface"
2428
  msgstr "启用标准界面"
2429
 
2430
+ #: admin/like_buttons.php:72
2431
  msgid "Master control to enable horizontal like buttons"
2432
  msgstr "水平喜欢按钮的主控件"
2433
 
2434
+ #: admin/like_buttons.php:97 admin/like_buttons.php:347
2435
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2436
  msgstr "喜欢/共享/tweet的网址Url和显示喜欢/共享/tweet计数"
2437
 
2438
+ #: admin/like_buttons.php:115
2439
  msgid "The text to display above the interface"
2440
  msgstr "在界面上方要显示的文本"
2441
 
2442
+ #: admin/like_buttons.php:123 admin/like_buttons.php:355
2443
  msgid "Select and rearrange providers"
2444
  msgstr "选择和排列提供商"
2445
 
2446
+ #: admin/like_buttons.php:167 admin/like_buttons.php:398
2447
  msgid "Select the providers for interface. Drag them to rearrange."
2448
  msgstr "选择接口提供商。拖动对其进行重新排列。"
2449
 
2450
+ #: admin/like_buttons.php:189 admin/like_buttons.php:437
2451
  msgid "Horizontal alignment of the interface"
2452
  msgstr "接口的水平对齐方式"
2453
 
2454
+ #: admin/like_buttons.php:210
2455
  msgid "Specify position of the interface with respect to the content"
2456
  msgstr "相对于内容的的界面位置"
2457
 
2458
+ #: admin/like_buttons.php:218 admin/like_buttons.php:503
2459
  msgid "Interface location"
2460
  msgstr "界面位置"
2461
 
2462
+ #: admin/like_buttons.php:288
2463
  msgid "Specify the pages where you want to enable interface"
2464
  msgstr "指定要启用界面的页面"
2465
 
2466
+ #: admin/like_buttons.php:306
2467
  msgid "Vertical (Floating) like buttons Options"
2468
  msgstr "垂直 (浮动) 喜欢按钮选项"
2469
 
2470
+ #: admin/like_buttons.php:312
2471
  msgid "Enable floating like buttons"
2472
  msgstr "启用浮动喜欢按钮"
2473
 
2474
+ #: admin/like_buttons.php:322
2475
  msgid "Master control to enable vertical (floating) counter widget"
2476
  msgstr "启用垂直 (浮动) 计数器部件的主控件"
2477
 
2478
+ #: admin/like_buttons.php:416
2479
  msgid ""
2480
  "Specify the color or hex code (example #cc78e0) for the background of "
2481
  "vertical interface. Leave empty for transparent. You can get the hex code of "
2486
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
2487
  "颜色的十六进制代码"
2488
 
2489
+ #: admin/like_buttons.php:456
2490
  msgid ""
2491
  "Specify a number. Increase in number will shift interface towards right and "
2492
  "decrease will shift it towards left. Number can be negative too."
2493
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2494
 
2495
+ #: admin/like_buttons.php:476
2496
  msgid ""
2497
  "Specify a number. Increase in number will shift interface towards left and "
2498
  "decrease will shift it towards right. Number can be negative too."
2499
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2500
 
2501
+ #: admin/like_buttons.php:495
2502
  msgid ""
2503
  "Specify a number. Increase in number will shift interface towards bottom and "
2504
  "decrease will shift it towards top."
2505
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
2506
 
2507
+ #: admin/like_buttons.php:551
2508
  msgid "Specify the pages where you want to enable vertical interface"
2509
  msgstr "指定要启用垂直界面的页面"
2510
 
2511
+ #: admin/like_buttons.php:559
2512
  msgid "Hide like buttons on mobile devices"
2513
  msgstr "隐藏在移动设备上的按喜欢钮"
2514
 
2515
+ #: admin/like_buttons.php:569
2516
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2517
  msgstr "如果启用,垂直头像按钮不会显示在移动设备上"
2518
 
2519
+ #: admin/like_buttons.php:594
2520
  msgid "Use shortlinks already installed, for tweet button"
2521
  msgstr "短网址已安装,发推按钮"
2522
 
2523
+ #: admin/like_buttons.php:604
2524
  msgid ""
2525
  "Allows for shortened URLs to be used when sharing content if a shortening "
2526
  "plugin is installed"
2527
  msgstr "如果安装了一个用于缩短url的插件时,允许使用短链接用于内容共享"
2528
 
2529
+ #: admin/like_buttons.php:612
2530
  msgid "Enable bit.ly url shortener for tweet button"
2531
  msgstr "为Tween按钮启用 bit.ly 缩短网址"
2532
 
2533
+ #: admin/like_buttons.php:630
2534
  msgid "bit.ly username"
2535
  msgstr "Bit.ly 帳號"
2536
 
2537
+ #: admin/like_buttons.php:640
2538
  #, php-format
2539
  msgid ""
2540
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2543
  "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关 "
2544
  "bit.ly 用户名"
2545
 
2546
+ #: admin/like_buttons.php:659
2547
  #, php-format
2548
  msgid ""
2549
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2552
  "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关您"
2553
  "的 API 密钥"
2554
 
2555
+ #: admin/like_buttons.php:704
2556
  #, php-format
2557
  msgid ""
2558
  "Enter the code of the language you want to use to render counters. You can "
2562
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
2563
  "链接</a>找到语言代码。留空为默认 (英语)"
2564
 
2565
+ #: admin/like_buttons.php:713
2566
  msgid "Twitter Username"
2567
  msgstr "Twitter用户名"
2568
 
2569
+ #: admin/like_buttons.php:719
2570
  msgid "Twitter username for Tweet (without @)"
2571
  msgstr "Twitter用户名 (没有 @)"
2572
 
2573
+ #: admin/like_buttons.php:729
2574
  msgid ""
2575
  "Provided username will be appended after the content being tweeted as \"via "
2576
  "@USERNAME\". Leave empty if you do not want any username."
2578
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想用任何用"
2579
  "户名为空。"
2580
 
2581
+ #: admin/like_buttons.php:738
2582
  msgid "Twitter username for Buffer sharing (without @)"
2583
  msgstr "缓冲区共享的Twitter 用户名 (没有 @)"
2584
 
2585
+ #: admin/like_buttons.php:748
2586
  msgid ""
2587
  "Provided username will be appended after the content in Buffer sharing as "
2588
  "\"via @USERNAME\". Leave empty if you do not want any username."
2590
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想任何用户"
2591
  "名为空。"
2592
 
2593
+ #: admin/like_buttons.php:795
2594
  msgid "Like Buttons Shortcode & Widget"
2595
  msgstr "喜欢按钮简码 & 小部件"
2596
 
2597
+ #: inc/shortcode.php:197 inc/widget.php:47
2598
  msgid "Log Out"
2599
  msgstr "注销"
2600
 
2601
+ #: inc/shortcode.php:295
2602
  msgid ""
2603
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2604
  "Socializer > Social Login\" page in admin panel"
2605
  msgstr ""
2606
+ "在管理员控制面板中的”Super Socializer > 社交登录”页,从”基本配置”启用社交化登"
2607
  "录。"
2608
 
2609
+ #: inc/social_sharing.php:27 inc/social_sharing.php:315
2610
  msgid "Search for"
2611
+ msgstr "搜索"
2612
 
2613
+ #: inc/social_sharing.php:32 inc/social_sharing.php:34
2614
+ #: inc/social_sharing.php:36 inc/social_sharing.php:320
2615
+ #: inc/social_sharing.php:322 inc/social_sharing.php:324
 
2616
  msgid "Archives"
2617
+ msgstr "档案"
2618
 
2619
+ #: inc/social_sharing.php:863 inc/social_sharing.php:1077
2620
  msgid "Invalid request"
2621
  msgstr "无效请求。"
2622
 
2623
+ #: inc/social_sharing.php:870
2624
  msgid "Providers not selected"
2625
  msgstr "未选定的供应商"
2626
 
2627
+ #: inc/social_login.php:712
2628
  msgid "Email"
2629
+ msgstr "邮箱"
2630
 
2631
+ #: inc/social_login.php:713
2632
  msgid "Confirm email"
2633
+ msgstr "确认邮箱"
2634
 
2635
+ #: inc/social_login.php:715
2636
  msgid "Save"
2637
+ msgstr "保存"
2638
 
2639
+ #: inc/social_login.php:716
2640
  msgid "Cancel"
2641
+ msgstr "取消"
2642
 
2643
+ #: inc/social_login.php:790
 
2644
  msgid "Email Verification"
2645
+ msgstr "电子邮件验证"
2646
 
2647
+ #: inc/social_login.php:792
2648
  msgid ""
2649
  "Please click on the following link or paste it in browser to verify your "
2650
  "email"
2651
+ msgstr "请点击下面的链接或粘贴在浏览器中, 以验证您的电子邮件"
2652
 
2653
+ #: inc/widget.php:11
2654
  msgid "Super Socializer - Login"
2655
  msgstr "Super Socializer-登录"
2656
 
2657
+ #: inc/widget.php:13
2658
  msgid ""
2659
  "Let your website users login/register using their favorite Social ID "
2660
  "Provider, such as Facebook, Twitter, Google+, LinkedIn"
2662
  "让您的网站用户使用他们最喜欢的社会化 ID ,例如 Facebook,Twitter,Google +,"
2663
  "LinkedIn 登录/注册"
2664
 
2665
+ #: inc/widget.php:71
2666
  msgid "Login with your Social Account"
2667
+ msgstr "使用您的社交帐户登录"
2668
 
2669
+ #: inc/widget.php:82
2670
  msgid ""
2671
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" "
2672
  "page."
2673
+ msgstr "请确保在”Super Socializer > 社交登录”页上启用社交登录。"
2674
 
2675
+ #: inc/widget.php:83
2676
  msgid "Title (before login):"
2677
+ msgstr "标题 (登录前):"
2678
 
2679
+ #: inc/widget.php:85
2680
  msgid "Title (after login):"
2681
+ msgstr "标题 (登录后):"
2682
 
2683
+ #: inc/widget.php:87 inc/widget.php:254 inc/widget.php:584 inc/widget.php:899
 
2684
  msgid "Before widget content:"
2685
  msgstr "小工具内容之前:"
2686
 
2687
+ #: inc/widget.php:89 inc/widget.php:256 inc/widget.php:586 inc/widget.php:961
 
2688
  msgid "After widget content:"
2689
  msgstr "小工具内容之后:"
2690
 
2691
+ #: inc/widget.php:92 inc/widget.php:258 inc/widget.php:439 inc/widget.php:588
2692
+ #: inc/widget.php:751
2693
  msgid "Hide for logged in users:"
2694
  msgstr "隐藏登入客戶"
2695
 
2696
+ #: inc/widget.php:111
 
2697
  msgid ""
2698
  "Standard sharing widget. Let your website users share content on popular "
2699
  "Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
2700
  msgstr ""
2701
+ "标准分享小部件。 让您的网站用户在Facebook,Twitter,Tumblr,Google +等热门社"
2702
+ "交网络上分享内容"
2703
 
2704
+ #: inc/widget.php:239
 
2705
  msgid ""
2706
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2707
  "Social Sharing\" page."
2708
+ msgstr "确保在 \"超级社交工具 > 社交共享\" 页面上启用了 \"标准社交共享\"。"
2709
 
2710
+ #: inc/widget.php:240 inc/widget.php:574
2711
  msgid "Title:"
2712
  msgstr "标题:"
2713
 
2714
+ #: inc/widget.php:242 inc/widget.php:408
2715
  msgid "Show individual share counts:"
2716
  msgstr "显示单个共享计数:"
2717
 
2718
+ #: inc/widget.php:244 inc/widget.php:410
2719
  msgid "Show total shares:"
2720
  msgstr "分享总数"
2721
 
2722
+ #: inc/widget.php:246 inc/widget.php:412 inc/widget.php:576 inc/widget.php:724
 
2723
  msgid "Target Url:"
2724
  msgstr "目标URL"
2725
 
2726
+ #: inc/widget.php:277
 
2727
  msgid ""
2728
  "Floating sharing widget. Let your website users share content on popular "
2729
  "Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
2730
  msgstr ""
2731
+ "浮动分享小部件。 让您的网站用户在Facebook,Twitter,Tumblr,Google +等热门社"
2732
+ "交网络上分享内容"
2733
 
2734
+ #: inc/widget.php:407
 
2735
  msgid ""
2736
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
2737
  "Social Sharing\" page."
2738
+ msgstr "确保在 \"超级社交工具 > 社交共享\" 页面上启用了 \"浮动社交共享\"。"
2739
 
2740
+ #: inc/widget.php:420 inc/widget.php:732
2741
  msgid "Alignment"
2742
  msgstr "对齐"
2743
 
2744
+ #: inc/widget.php:426 inc/widget.php:738
2745
  msgid "Left Offset"
2746
  msgstr "左偏移"
2747
 
2748
+ #: inc/widget.php:430 inc/widget.php:742
2749
  msgid "Right Offset"
2750
  msgstr "右偏移"
2751
 
2752
+ #: inc/widget.php:433 inc/widget.php:745
2753
  msgid "Top Offset"
2754
  msgstr "顶部偏移"
2755
 
2756
+ #: inc/widget.php:458
 
2757
  msgid ""
2758
  "Standard like buttons widget. Let your website users share/like content on "
2759
  "popular Social networks like Facebook, Twitter, Google+ and many more"
2760
  msgstr ""
2761
+ "标准的像按钮小部件。让您的网站用户在 facebook、推特、google + 等热门社交网络"
2762
+ "上共享类似内容"
2763
 
2764
+ #: inc/widget.php:573
 
2765
  msgid ""
2766
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
2767
  "Like Buttons\" page."
2768
+ msgstr "确保从 \"超级社会化工具 > 类似按钮\" 页面启用 \"标准类似按钮\"。"
2769
 
2770
+ #: inc/widget.php:607
 
2771
  msgid ""
2772
  "Floating like buttons widget. Let your website users share/like content on "
2773
  "popular Social networks like Facebook, Twitter, Google+ and many more"
2774
  msgstr ""
2775
+ "浮动像按钮小部件。让您的网站用户在 facebook、推特、google + 等热门社交网络上"
2776
+ "共享类似内容"
2777
 
2778
+ #: inc/widget.php:723
 
2779
  msgid ""
2780
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
2781
  "Like Buttons\" page."
2782
+ msgstr "确保从 \"超级社会化工具 > 像按钮一样\" 页面中启用 \"浮动式按钮\"。"
2783
 
2784
+ #: inc/widget.php:767
 
2785
  msgid "Super Socializer - Follow Icons"
2786
+ msgstr ""
2787
 
2788
+ #: inc/widget.php:769
2789
  msgid "These icons link to your Social Media accounts"
2790
+ msgstr "这些图标链接到您的社交媒体帐户"
2791
 
2792
+ #: inc/widget.php:903
 
2793
  msgid "Size of icons"
2794
+ msgstr "图标大小"
2795
 
2796
+ #: inc/widget.php:905
 
2797
  msgid "Icon Shape"
2798
+ msgstr "图标形状"
2799
 
2800
+ #: inc/widget.php:910
 
2801
  msgid "Facebook URL:"
2802
+ msgstr "Facebook URL:"
2803
 
2804
+ #: inc/widget.php:913
 
2805
  msgid "Twitter URL:"
2806
+ msgstr "Twitter URL:"
2807
 
2808
+ #: inc/widget.php:916
 
2809
  msgid "Instagram URL:"
2810
+ msgstr "Instagram URL:"
2811
 
2812
+ #: inc/widget.php:919
2813
  msgid "Pinterest URL:"
2814
+ msgstr "Pinterest网址:"
2815
 
2816
+ #: inc/widget.php:922
2817
  msgid "Behance URL:"
2818
+ msgstr "Behance链接:"
2819
 
2820
+ #: inc/widget.php:925
2821
  msgid "Flickr URL:"
2822
+ msgstr "Flickr URL:"
2823
 
2824
+ #: inc/widget.php:928
2825
  msgid "Foursquare URL:"
2826
+ msgstr "Foursquare链接:"
2827
 
2828
+ #: inc/widget.php:931
2829
  msgid "Github URL:"
2830
+ msgstr "Github 链接:"
2831
 
2832
+ #: inc/widget.php:934
 
2833
  msgid "Google+ URL:"
2834
+ msgstr "Google+网址:"
2835
 
2836
+ #: inc/widget.php:937
 
2837
  msgid "LinkedIn URL:"
2838
+ msgstr "LinkedIn URL:"
2839
 
2840
+ #: inc/widget.php:940
 
2841
  msgid "LinkedIn Company URL:"
2842
+ msgstr "LinkedIn 公司链接:"
2843
 
2844
+ #: inc/widget.php:943
2845
  msgid "Snapchat URL:"
2846
+ msgstr "Snapchat URL:"
2847
 
2848
+ #: inc/widget.php:946
2849
  msgid "Tumblr URL:"
2850
+ msgstr "Tumblr网址:"
2851
 
2852
+ #: inc/widget.php:949
2853
  msgid "Vimeo URL:"
2854
+ msgstr "Vimeo网址:"
2855
 
2856
+ #: inc/widget.php:952
2857
  msgid "Youtube URL:"
2858
+ msgstr "Youtube网址:"
2859
 
2860
+ #: inc/widget.php:955
2861
  msgid "Youtube Channel URL:"
2862
+ msgstr "YouTube频道网址:"
2863
 
2864
+ #: inc/widget.php:958
2865
  msgid "RSS Feed URL:"
2866
+ msgstr "RSS 订阅链接:"
2867
+
2868
+ #~ msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
2869
+ #~ msgstr "恢复移动到 ssl/http 后丢失的 facebook 评论"
2870
+
2871
+ #~ msgid ""
2872
+ #~ "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
2873
+ #~ "share counts"
2874
+ #~ msgstr ""
2875
+ #~ "使用<a href=“%s” target=“_blank”>NewShareCounts</a>来显示 Twitter 共享计数"
2876
+
2877
+ #~ msgid ""
2878
+ #~ "For this to work, you have to enter your website url %s and sign in using "
2879
+ #~ "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
2880
+ #~ msgstr ""
2881
+ #~ "对这项工作,你必须输入网站 url %s,并在使用 Twitter在<a href=“%s” "
2882
+ #~ "target=“_blank”> 登录他们的网站</a>"
2883
+
2884
+ #~ msgid ""
2885
+ #~ "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
2886
+ #~ "share counts"
2887
+ #~ msgstr ""
2888
+ #~ "使用<a href=“%s” target=“_blank”>OpenShareCount</a>来显示 Twitter 共享计数"
2889
+
2890
+ #~ msgid ""
2891
+ #~ "For this to work, you have to sign up and register your website url %s at "
2892
+ #~ "<a href=\"%s\" target=\"_blank\">their website</a>"
2893
+ #~ msgstr ""
2894
+ #~ "这项工作,你必须在<a href=“%s” target=“_blank”>他们的网站</a>注册和登记您"
2895
+ #~ "的网址%s "
2896
+
2897
+ #~ msgid ""
2898
+ #~ "Twitter share counts are no longer working as newsharecounts.com is down. "
2899
+ #~ "To continue showing the Twitter shares, just sign up <a href=\"%s\" "
2900
+ #~ "target=\"_blank\">here</a> with this domain"
2901
+ #~ msgstr ""
2902
+ #~ "由于 newsha相关. com 下跌, 推特的股票数量不再有效。要继续显示 twitter 共"
2903
+ #~ "享, 只需在此处注册 \"href =\" %s \"target =\" _ black \"> </a> 与此域"
2904
+
2905
+ #~ msgid ""
2906
+ #~ "A complete 360 degree solution to provide all the social features like "
2907
+ #~ "Social Login, Social Commenting, Social Sharing, Social Media follow and "
2908
+ #~ "more."
2909
+ #~ msgstr ""
2910
+ #~ "一个完整的360度解决方案, 提供所有的社交功能, 如社交登录, 社交评论, 社交分"
2911
+ #~ "享, 社交媒体跟踪和更多。"
2912
+
2913
+ #~ msgid "Team Heateor"
2914
+ #~ msgstr "Team Heateor"
2915
+
2916
+ #~ msgid "https://www.heateor.com"
2917
+ #~ msgstr "https://www.heateor.com"
2918
 
2919
  #~ msgid ""
2920
  #~ "Paste following url in <strong>Website</strong> and <strong>Callback URL</"
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: 2018-09-06 23:22+0530\n"
6
- "PO-Revision-Date: 2018-09-06 23:22+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -59,7 +59,7 @@ msgid ""
59
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
60
  msgstr ""
61
 
62
- #: ../super_socializer.php:872 ../helper.php:963
63
  msgid "Please verify your email address to login."
64
  msgstr ""
65
 
@@ -79,7 +79,7 @@ msgstr ""
79
  msgid "Please check your email inbox to complete the registration."
80
  msgstr ""
81
 
82
- #: ../super_socializer.php:904 ../helper.php:503
83
  msgid "Enter your LiveJournal username"
84
  msgstr ""
85
 
@@ -108,7 +108,7 @@ msgstr ""
108
  msgid "General Options"
109
  msgstr ""
110
 
111
- #: ../super_socializer.php:1296 ../helper.php:885
112
  msgid "Social Avatar"
113
  msgstr ""
114
 
@@ -120,17 +120,17 @@ msgstr ""
120
  msgid "Large Avatar Url"
121
  msgstr ""
122
 
123
- #: ../super_socializer.php:1307 ../helper.php:888
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:1311 ../helper.php:889
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
- #: ../super_socializer.php:1384 ../super_socializer.php:2010
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
@@ -148,59 +148,59 @@ msgstr ""
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
 
151
- #: ../super_socializer.php:1400 ../super_socializer.php:1934
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr ""
154
 
155
- #: ../super_socializer.php:1629
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:1638
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:1647
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:1656
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:1665
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:1672
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:1683
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:1699
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:1723
204
  #, php-format
205
  msgid ""
206
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -208,14 +208,14 @@ msgid ""
208
  "target=\"_blank\">here</a>"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1723 ../super_socializer.php:1748
212
- #: ../super_socializer.php:1773 ../super_socializer.php:1798
213
- #: ../super_socializer.php:1831 ../super_socializer.php:1859
214
- #: ../super_socializer.php:1886 ../super_socializer.php:1910
215
  msgid "Okay"
216
  msgstr ""
217
 
218
- #: ../super_socializer.php:1748
219
  #, php-format
220
  msgid ""
221
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -223,7 +223,7 @@ msgid ""
223
  "\">here</a>"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1773
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -231,7 +231,7 @@ msgid ""
231
  "target=\"_blank\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1798
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -239,13 +239,13 @@ msgid ""
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1809
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:1831
249
  #, php-format
250
  msgid ""
251
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -253,15 +253,16 @@ msgid ""
253
  "\"%s\" target=\"_blank\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1859
257
  #, php-format
258
  msgid ""
259
- "Twitter share counts are no longer working as newsharecounts.com is down. To "
260
- "continue showing the Twitter shares, just sign up <a href=\"%s\" target="
261
- "\"_blank\">here</a> with this domain"
 
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1886
265
  #, php-format
266
  msgid ""
267
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -269,7 +270,7 @@ msgid ""
269
  "\"%s\" target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1910
273
  #, php-format
274
  msgid ""
275
  "Your website visitors will see a popup notification (only once) if their "
@@ -295,101 +296,101 @@ msgstr ""
295
  msgid "Click to hide help"
296
  msgstr ""
297
 
298
- #: ../helper.php:252
299
  msgid "Add-Ons"
300
  msgstr ""
301
 
302
- #: ../helper.php:253
303
  msgid "Support Documentation"
304
  msgstr ""
305
 
306
- #: ../helper.php:254
307
  msgid "Settings"
308
  msgstr ""
309
 
310
- #: ../helper.php:548
311
  msgid "Account linked successfully"
312
  msgstr ""
313
 
314
- #: ../helper.php:552
315
  msgid "Account already exists or linked"
316
  msgstr ""
317
 
318
- #: ../helper.php:614 ../helper.php:620
319
  msgid "Currently"
320
  msgstr ""
321
 
322
- #: ../helper.php:614 ../helper.php:620
323
  msgid "Connected with"
324
  msgstr ""
325
 
326
- #: ../helper.php:614 ../helper.php:620
327
  msgid "Remove"
328
  msgstr ""
329
 
330
- #: ../helper.php:691
331
  msgid "Social Account Linking"
332
  msgstr ""
333
 
334
- #: ../helper.php:741
335
  msgid "Disable Standard Social Sharing on this "
336
  msgstr ""
337
 
338
- #: ../helper.php:746
339
  msgid "Disable Floating Social Sharing on this "
340
  msgstr ""
341
 
342
- #: ../helper.php:751
343
  msgid "Disable Standard like buttons on this "
344
  msgstr ""
345
 
346
- #: ../helper.php:756
347
  msgid "Disable Floating like buttons on this "
348
  msgstr ""
349
 
350
- #: ../helper.php:761
351
  msgid "Disable Social Commenting on this "
352
  msgstr ""
353
 
354
- #: ../helper.php:770
355
  msgid "Standard Sharing Interface"
356
  msgstr ""
357
 
358
- #: ../helper.php:776 ../helper.php:795
359
  msgid "Starting share count for "
360
  msgstr ""
361
 
362
- #: ../helper.php:789
363
  msgid "Floating Sharing Interface"
364
  msgstr ""
365
 
366
- #: ../helper.php:892
367
  msgid "Small Avatar"
368
  msgstr ""
369
 
370
- #: ../helper.php:896
371
  msgid "Large Avatar"
372
  msgstr ""
373
 
374
- #: ../helper.php:900 ../admin/general_options.php:128
375
- #: ../admin/social_sharing.php:1973 ../admin/social_commenting.php:487
376
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
377
  msgid "Save Changes"
378
  msgstr ""
379
 
380
- #: ../helper.php:1000
381
  msgid "Click to delete social profile data"
382
  msgstr ""
383
 
384
- #: ../helper.php:1029
385
  msgid "Deleting"
386
  msgstr ""
387
 
388
- #: ../helper.php:1039
389
  msgid "Deleted"
390
  msgstr ""
391
 
392
- #: ../helper.php:1041
393
  msgid "Something bad happened"
394
  msgstr ""
395
 
@@ -451,14 +452,14 @@ msgstr ""
451
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
452
  msgstr ""
453
 
454
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1978
455
- #: ../admin/social_commenting.php:492 ../admin/social_login.php:1202
456
  #: ../admin/like_buttons.php:827
457
  msgid "Instagram Shoutout"
458
  msgstr ""
459
 
460
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1980
461
- #: ../admin/social_commenting.php:494 ../admin/social_login.php:1204
462
  #: ../admin/like_buttons.php:829
463
  msgid ""
464
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -466,8 +467,8 @@ msgid ""
466
  "hashtags and people to mention in the Instagram post."
467
  msgstr ""
468
 
469
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1981
470
- #: ../admin/social_commenting.php:495 ../admin/social_login.php:1205
471
  #: ../admin/like_buttons.php:830
472
  msgid ""
473
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -477,8 +478,8 @@ msgid ""
477
  "time."
478
  msgstr ""
479
 
480
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1982
481
- #: ../admin/social_commenting.php:496 ../admin/social_login.php:1206
482
  #: ../admin/like_buttons.php:831
483
  msgid ""
484
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -609,8 +610,8 @@ msgstr ""
609
  msgid "3rd Party Integration"
610
  msgstr ""
611
 
612
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1905
613
- #: ../admin/social_sharing.php:1907 ../admin/social_login.php:41
614
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
615
  #: ../admin/like_buttons.php:793
616
  msgid "Shortcode & Widget"
@@ -620,8 +621,8 @@ msgstr ""
620
  msgid "Troubleshooter"
621
  msgstr ""
622
 
623
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1938
624
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:471
625
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
626
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
627
  msgid "FAQ"
@@ -721,7 +722,7 @@ msgid ""
721
  msgstr ""
722
 
723
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
724
- #: ../admin/social_sharing.php:1330 ../admin/like_buttons.php:406
725
  #: ../inc/widget.php:436 ../inc/widget.php:748
726
  msgid "Background Color"
727
  msgstr ""
@@ -761,7 +762,7 @@ msgid "(applies, if counter enabled)"
761
  msgstr ""
762
 
763
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
764
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1352
765
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
766
  #: ../inc/widget.php:422 ../inc/widget.php:734
767
  msgid "Left"
@@ -772,7 +773,7 @@ msgid "Top"
772
  msgstr ""
773
 
774
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
775
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1353
776
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
777
  #: ../inc/widget.php:423 ../inc/widget.php:735
778
  msgid "Right"
@@ -818,27 +819,27 @@ msgstr ""
818
  msgid "Master control to enable standard sharing"
819
  msgstr ""
820
 
821
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1156
822
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
823
  msgid "Target Url"
824
  msgstr ""
825
 
826
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1160
827
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
828
  msgid "Url of the webpage where icons are located (default)"
829
  msgstr ""
830
 
831
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1162
832
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
833
  msgid "Url of the homepage of your website"
834
  msgstr ""
835
 
836
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1164
837
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
838
  msgid "Custom url"
839
  msgstr ""
840
 
841
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1171
842
  msgid "Url to share"
843
  msgstr ""
844
 
@@ -852,47 +853,47 @@ msgstr ""
852
  msgid "The text to display above the sharing interface"
853
  msgstr ""
854
 
855
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1180
856
  msgid "Instagram username"
857
  msgstr ""
858
 
859
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1190
860
  msgid ""
861
  "Username of the Instagram account you want to redirect users to, on clicking "
862
  "the icon"
863
  msgstr ""
864
 
865
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1200
866
  msgid "HTML ID of container element of comment form"
867
  msgstr ""
868
 
869
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1210
870
  msgid ""
871
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
872
  "icon."
873
  msgstr ""
874
 
875
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1219
876
  msgid "Rearrange icons"
877
  msgstr ""
878
 
879
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1278
880
  msgid "Drag the icons to rearrange in desired order"
881
  msgstr ""
882
 
883
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1286
884
  msgid "Select Sharing Services"
885
  msgstr ""
886
 
887
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1293
888
  msgid "Select sharing services to show in social share bar"
889
  msgstr ""
890
 
891
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1311
892
  msgid "Search social network"
893
  msgstr ""
894
 
895
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1348
896
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
897
  msgid "Horizontal alignment"
898
  msgstr ""
@@ -901,7 +902,7 @@ msgstr ""
901
  msgid "Center"
902
  msgstr ""
903
 
904
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1361
905
  msgid "Horizontal alignment of the sharing interface"
906
  msgstr ""
907
 
@@ -921,37 +922,37 @@ msgstr ""
921
  msgid "Specify position of the sharing interface with respect to the content"
922
  msgstr ""
923
 
924
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1427
925
  msgid "Placement"
926
  msgstr ""
927
 
928
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1431
929
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
930
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
931
  msgid "Homepage"
932
  msgstr ""
933
 
934
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1433
935
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
936
  msgid "Posts"
937
  msgstr ""
938
 
939
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1435
940
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
941
  msgid "Pages"
942
  msgstr ""
943
 
944
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1437
945
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
946
  msgid "Excerpts and Posts page"
947
  msgstr ""
948
 
949
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1439
950
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
951
  msgid "Category Archives"
952
  msgstr ""
953
 
954
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1441
955
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
956
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
957
  msgstr ""
@@ -964,12 +965,12 @@ msgstr ""
964
  msgid "BuddyPress group (only at top of content)"
965
  msgstr ""
966
 
967
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1463
968
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
969
  msgid "BBPress forum"
970
  msgstr ""
971
 
972
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1466
973
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
974
  msgid "BBPress topic"
975
  msgstr ""
@@ -994,79 +995,60 @@ msgstr ""
994
  msgid "Specify the pages where you want to enable Sharing interface"
995
  msgstr ""
996
 
997
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1484
998
  msgid "Show share counts"
999
  msgstr ""
1000
 
1001
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1489
1002
  msgid ""
1003
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1004
  "Pinterest, Odnoklassniki and Vkontakte"
1005
  msgstr ""
1006
 
1007
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1497
1008
- #, php-format
1009
- msgid ""
1010
- "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter "
1011
- "share counts"
1012
- msgstr ""
1013
-
1014
- #: ../admin/social_sharing.php:1064 ../admin/social_sharing.php:1499
1015
- #, php-format
1016
- msgid ""
1017
- "For this to work, you have to enter your website url %s and sign in using "
1018
- "Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
1019
- msgstr ""
1020
-
1021
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1501
1022
- #, php-format
1023
- msgid ""
1024
- "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter "
1025
- "share counts"
1026
- msgstr ""
1027
-
1028
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1503
1029
  #, php-format
1030
  msgid ""
1031
- "For this to work, you have to sign up and register your website url %s at <a "
1032
- "href=\"%s\" target=\"_blank\">their website</a>"
 
 
1033
  msgstr ""
1034
 
1035
- #: ../admin/social_sharing.php:1075 ../admin/social_sharing.php:1510
1036
  msgid "If enabled, share counts are displayed above sharing icons."
1037
  msgstr ""
1038
 
1039
- #: ../admin/social_sharing.php:1084 ../admin/social_sharing.php:1519
1040
  msgid "Show total shares"
1041
  msgstr ""
1042
 
1043
- #: ../admin/social_sharing.php:1094 ../admin/social_sharing.php:1529
1044
  msgid "If enabled, total shares will be displayed with sharing icons"
1045
  msgstr ""
1046
 
1047
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1538
1048
  msgid "Enable 'More' icon"
1049
  msgstr ""
1050
 
1051
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1548
1052
  msgid ""
1053
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1054
  "which shows additional sharing networks in popup"
1055
  msgstr ""
1056
 
1057
- #: ../admin/social_sharing.php:1130
1058
  msgid "Floating Sharing Interface Options"
1059
  msgstr ""
1060
 
1061
- #: ../admin/social_sharing.php:1136
1062
  msgid "Enable Floating sharing interface"
1063
  msgstr ""
1064
 
1065
- #: ../admin/social_sharing.php:1146
1066
  msgid "Master control to enable floating sharing widget"
1067
  msgstr ""
1068
 
1069
- #: ../admin/social_sharing.php:1340
1070
  msgid ""
1071
  "Specify the color or hex code (example #cc78e0) for the background of "
1072
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1074,166 +1056,166 @@ msgid ""
1074
  "\"_blank\">this link</a>"
1075
  msgstr ""
1076
 
1077
- #: ../admin/social_sharing.php:1370 ../admin/like_buttons.php:446
1078
  msgid "Left offset"
1079
  msgstr ""
1080
 
1081
- #: ../admin/social_sharing.php:1380
1082
  msgid ""
1083
  "Specify a number. Increase in number will shift sharing interface towards "
1084
  "right and decrease will shift it towards left. Number can be negative too."
1085
  msgstr ""
1086
 
1087
- #: ../admin/social_sharing.php:1390 ../admin/like_buttons.php:466
1088
  msgid "Right offset"
1089
  msgstr ""
1090
 
1091
- #: ../admin/social_sharing.php:1400
1092
  msgid ""
1093
  "Specify a number. Increase in number will shift sharing interface towards "
1094
  "left and decrease will shift it towards right. Number can be negative too."
1095
  msgstr ""
1096
 
1097
- #: ../admin/social_sharing.php:1409 ../admin/like_buttons.php:485
1098
  msgid "Top offset"
1099
  msgstr ""
1100
 
1101
- #: ../admin/social_sharing.php:1419
1102
  msgid ""
1103
  "Specify a number. Increase in number will shift sharing interface towards "
1104
  "bottom and decrease will shift it towards top."
1105
  msgstr ""
1106
 
1107
- #: ../admin/social_sharing.php:1455 ../admin/like_buttons.php:531
1108
  msgid "BuddyPress group"
1109
  msgstr ""
1110
 
1111
- #: ../admin/social_sharing.php:1476
1112
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1113
  msgstr ""
1114
 
1115
- #: ../admin/social_sharing.php:1556
1116
  msgid "Vertical floating bar responsiveness"
1117
  msgstr ""
1118
 
1119
- #: ../admin/social_sharing.php:1559
1120
  #, php-format
1121
  msgid "Display vertical interface only when screen is wider than %s pixels"
1122
  msgstr ""
1123
 
1124
- #: ../admin/social_sharing.php:1566
1125
  msgid ""
1126
  "Display vertical interface only when screen is wider than the width "
1127
  "specified."
1128
  msgstr ""
1129
 
1130
- #: ../admin/social_sharing.php:1574
1131
  msgid "Horizontal floating bar responsiveness"
1132
  msgstr ""
1133
 
1134
- #: ../admin/social_sharing.php:1577
1135
  #, php-format
1136
  msgid ""
1137
  "Stick vertical floating interface horizontally at bottom only when screen is "
1138
  "narrower than %s pixels"
1139
  msgstr ""
1140
 
1141
- #: ../admin/social_sharing.php:1584
1142
  msgid ""
1143
  "Stick vertical floating interface horizontally at bottom only when screen is "
1144
  "narrower than the width specified"
1145
  msgstr ""
1146
 
1147
- #: ../admin/social_sharing.php:1594
1148
  msgid "Horizontal floating bar position"
1149
  msgstr ""
1150
 
1151
- #: ../admin/social_sharing.php:1597
1152
  #, php-format
1153
  msgid "%s pixels from %s"
1154
  msgstr ""
1155
 
1156
- #: ../admin/social_sharing.php:1598
1157
  msgid "Auto-adjust according to screen width (responsive)"
1158
  msgstr ""
1159
 
1160
- #: ../admin/social_sharing.php:1605
1161
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1162
  msgstr ""
1163
 
1164
- #: ../admin/social_sharing.php:1625 ../admin/like_buttons.php:588
1165
  msgid "Url shortener"
1166
  msgstr ""
1167
 
1168
- #: ../admin/social_sharing.php:1631
1169
  msgid "Use shortlinks already installed"
1170
  msgstr ""
1171
 
1172
- #: ../admin/social_sharing.php:1641
1173
  msgid "Uses default short url permalinks without using any additional plugin"
1174
  msgstr ""
1175
 
1176
- #: ../admin/social_sharing.php:1649
1177
  msgid "Enable bit.ly url shortener for sharing"
1178
  msgstr ""
1179
 
1180
- #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:622
1181
  msgid "Master control to enable bit.ly url shortening for sharing"
1182
  msgstr ""
1183
 
1184
- #: ../admin/social_sharing.php:1667
1185
  msgid "bit.ly Login"
1186
  msgstr ""
1187
 
1188
- #: ../admin/social_sharing.php:1677 ../admin/social_sharing.php:1696
1189
  #, php-format
1190
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1191
  msgstr ""
1192
 
1193
- #: ../admin/social_sharing.php:1686 ../admin/like_buttons.php:649
1194
  msgid "bit.ly API Key"
1195
  msgstr ""
1196
 
1197
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:668
1198
  msgid "Clear Bitly Cache"
1199
  msgstr ""
1200
 
1201
- #: ../admin/social_sharing.php:1709 ../admin/like_buttons.php:672
1202
  msgid "ShortUrl cache cleared successfully."
1203
  msgstr ""
1204
 
1205
- #: ../admin/social_sharing.php:1716 ../admin/like_buttons.php:679
1206
  msgid ""
1207
  "Use this to delete short urls saved in database. Handy, if urls of your "
1208
  "website have been changed but short urls are still being generated for old "
1209
  "urls."
1210
  msgstr ""
1211
 
1212
- #: ../admin/social_sharing.php:1725
1213
  msgid "Share Count Cache"
1214
  msgstr ""
1215
 
1216
- #: ../admin/social_sharing.php:1731
1217
  msgid "Refresh Share Count cache every"
1218
  msgstr ""
1219
 
1220
- #: ../admin/social_sharing.php:1736
1221
  msgid "Second(s)"
1222
  msgstr ""
1223
 
1224
- #: ../admin/social_sharing.php:1737
1225
  msgid "Minute(s)"
1226
  msgstr ""
1227
 
1228
- #: ../admin/social_sharing.php:1738
1229
  msgid "Hour(s)"
1230
  msgstr ""
1231
 
1232
- #: ../admin/social_sharing.php:1739
1233
  msgid "Day(s)"
1234
  msgstr ""
1235
 
1236
- #: ../admin/social_sharing.php:1747
1237
  #, php-format
1238
  msgid ""
1239
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1241,25 +1223,25 @@ msgid ""
1241
  "target=\"_blank\">here</a>"
1242
  msgstr ""
1243
 
1244
- #: ../admin/social_sharing.php:1755
1245
  msgid "Clear Share Counts Cache"
1246
  msgstr ""
1247
 
1248
- #: ../admin/social_sharing.php:1759
1249
  msgid "Share Counts cache cleared successfully."
1250
  msgstr ""
1251
 
1252
- #: ../admin/social_sharing.php:1766
1253
  msgid "Use this to clear cached share counts"
1254
  msgstr ""
1255
 
1256
- #: ../admin/social_sharing.php:1775 ../admin/social_sharing.php:1781
1257
- #: ../admin/social_commenting.php:328 ../admin/like_buttons.php:688
1258
  #: ../admin/like_buttons.php:694
1259
  msgid "Language"
1260
  msgstr ""
1261
 
1262
- #: ../admin/social_sharing.php:1791
1263
  #, php-format
1264
  msgid ""
1265
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1267,50 +1249,50 @@ msgid ""
1267
  "Leave it empty for default language(English)"
1268
  msgstr ""
1269
 
1270
- #: ../admin/social_sharing.php:1800
1271
  msgid "Username in sharing"
1272
  msgstr ""
1273
 
1274
- #: ../admin/social_sharing.php:1806
1275
  msgid "Twitter username (without @)"
1276
  msgstr ""
1277
 
1278
- #: ../admin/social_sharing.php:1816 ../admin/social_sharing.php:1835
1279
  msgid ""
1280
  "Provided username will be appended after the content being shared as \"via "
1281
  "@USERNAME\". Leave empty if you do not want any username in the content "
1282
  "being shared."
1283
  msgstr ""
1284
 
1285
- #: ../admin/social_sharing.php:1825
1286
  msgid "Buffer username (without @)"
1287
  msgstr ""
1288
 
1289
- #: ../admin/social_sharing.php:1844
1290
  msgid "AMP"
1291
  msgstr ""
1292
 
1293
- #: ../admin/social_sharing.php:1850
1294
  msgid "Enable sharing on AMP pages"
1295
  msgstr ""
1296
 
1297
- #: ../admin/social_sharing.php:1860
1298
  msgid "Enable this option to render sharing icons on AMP pages"
1299
  msgstr ""
1300
 
1301
- #: ../admin/social_sharing.php:1879 ../admin/like_buttons.php:767
1302
  msgid "myCRED"
1303
  msgstr ""
1304
 
1305
- #: ../admin/social_sharing.php:1885 ../admin/like_buttons.php:773
1306
  msgid "Append myCRED referral ID to the urls being shared"
1307
  msgstr ""
1308
 
1309
- #: ../admin/social_sharing.php:1918
1310
  msgid "Facebook Sharing Troubleshooter"
1311
  msgstr ""
1312
 
1313
- #: ../admin/social_sharing.php:1923
1314
  msgid ""
1315
  "If Facebook sharing is not working fine, click at the following link and "
1316
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1318,18 +1300,18 @@ msgid ""
1318
  "button."
1319
  msgstr ""
1320
 
1321
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:473
1322
  #: ../admin/social_login.php:1180
1323
  msgid ""
1324
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1325
  "an online website for the plugin to function properly."
1326
  msgstr ""
1327
 
1328
- #: ../admin/social_sharing.php:1942
1329
  msgid "Why is Instagram icon redirecting to Instagram website?"
1330
  msgstr ""
1331
 
1332
- #: ../admin/social_sharing.php:1943
1333
  msgid ""
1334
  "Instagram icon is there to send website visitors to the Instagram page of "
1335
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1337,81 +1319,93 @@ msgid ""
1337
  "sections."
1338
  msgstr ""
1339
 
1340
- #: ../admin/social_sharing.php:1945 ../admin/like_buttons.php:810
 
 
 
 
 
 
 
 
 
 
 
 
1341
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1342
  msgstr ""
1343
 
1344
- #: ../admin/social_sharing.php:1946
1345
  msgid ""
1346
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1347
  msgstr ""
1348
 
1349
- #: ../admin/social_sharing.php:1947 ../admin/social_commenting.php:476
1350
  #: ../admin/social_login.php:1186
1351
  msgid "Why is my browser blocking some features of the plugin?"
1352
  msgstr ""
1353
 
1354
- #: ../admin/social_sharing.php:1948
1355
  msgid "Why the color of share icons is not being updated?"
1356
  msgstr ""
1357
 
1358
- #: ../admin/social_sharing.php:1949
1359
  msgid ""
1360
  "Why is sharer not showing the correct image, title and other meta tags "
1361
  "content?"
1362
  msgstr ""
1363
 
1364
- #: ../admin/social_sharing.php:1950
1365
  msgid "Why Facebook share counts are not appearing?"
1366
  msgstr ""
1367
 
1368
- #: ../admin/social_sharing.php:1951
1369
  msgid ""
1370
  "How can I show share counts of my website rather than of individual pages/"
1371
  "posts?"
1372
  msgstr ""
1373
 
1374
- #: ../admin/social_sharing.php:1952
1375
  msgid "How can I disable sharing on particular page/post?"
1376
  msgstr ""
1377
 
1378
- #: ../admin/social_sharing.php:1953
1379
  msgid "How can I specify minimum sharing count for sharing networks?"
1380
  msgstr ""
1381
 
1382
- #: ../admin/social_sharing.php:1954
1383
  msgid "How to share specific page?"
1384
  msgstr ""
1385
 
1386
- #: ../admin/social_sharing.php:1955
1387
  msgid "How to integrate Google Analytics with sharing?"
1388
  msgstr ""
1389
 
1390
- #: ../admin/social_sharing.php:1956
1391
  msgid "How to customize the look of total share counts?"
1392
  msgstr ""
1393
 
1394
- #: ../admin/social_sharing.php:1957
1395
  msgid "How to customize the look of individual share counts?"
1396
  msgstr ""
1397
 
1398
- #: ../admin/social_sharing.php:1958
1399
  msgid "How to show Whatsapp icon only on mobile devices?"
1400
  msgstr ""
1401
 
1402
- #: ../admin/social_sharing.php:1959
1403
  msgid "How to hide arrow after floating sharing bar?"
1404
  msgstr ""
1405
 
1406
- #: ../admin/social_sharing.php:1960
1407
  msgid "Why is share count not getting updated?"
1408
  msgstr ""
1409
 
1410
- #: ../admin/social_sharing.php:1961 ../admin/like_buttons.php:808
1411
  msgid "Why is there so much space between like buttons?"
1412
  msgstr ""
1413
 
1414
- #: ../admin/social_sharing.php:1962 ../admin/like_buttons.php:809
1415
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1416
  msgstr ""
1417
 
@@ -1427,7 +1421,7 @@ msgstr ""
1427
  msgid "Social Commenting"
1428
  msgstr ""
1429
 
1430
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:458
1431
  msgid "Shortcode"
1432
  msgstr ""
1433
 
@@ -1501,7 +1495,7 @@ msgstr ""
1501
  msgid "Enable Facebook Commenting"
1502
  msgstr ""
1503
 
1504
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:389
1505
  msgid "Url to comment on"
1506
  msgstr ""
1507
 
@@ -1517,7 +1511,7 @@ msgstr ""
1517
  msgid "Show Recent Facebook Comments in a Widget"
1518
  msgstr ""
1519
 
1520
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:371
1521
  msgid "Width"
1522
  msgstr ""
1523
 
@@ -1573,11 +1567,7 @@ msgstr ""
1573
  msgid "The order to use when displaying comments."
1574
  msgstr ""
1575
 
1576
- #: ../admin/social_commenting.php:320
1577
- msgid "Recover Facebook Comments Lost After Moving to SSL/Https"
1578
- msgstr ""
1579
-
1580
- #: ../admin/social_commenting.php:338
1581
  #, php-format
1582
  msgid ""
1583
  "Enter the code of the language you want to use to display commenting. You "
@@ -1585,19 +1575,19 @@ msgid ""
1585
  "a>. Leave it empty for default language(English)"
1586
  msgstr ""
1587
 
1588
- #: ../admin/social_commenting.php:347
1589
  msgid "Google Plus Commenting Options"
1590
  msgstr ""
1591
 
1592
- #: ../admin/social_commenting.php:353 ../admin/social_commenting.php:363
1593
  msgid "Enable Google Plus Commenting"
1594
  msgstr ""
1595
 
1596
- #: ../admin/social_commenting.php:381
1597
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1598
  msgstr ""
1599
 
1600
- #: ../admin/social_commenting.php:399
1601
  msgid ""
1602
  "The absolute URL that comments posted will be permanently associated with. "
1603
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1605,44 +1595,44 @@ msgid ""
1605
  "at which commenting is enabled."
1606
  msgstr ""
1607
 
1608
- #: ../admin/social_commenting.php:408
1609
  msgid "Disqus Commenting Options"
1610
  msgstr ""
1611
 
1612
- #: ../admin/social_commenting.php:414 ../admin/social_commenting.php:424
1613
  msgid "Enable Disqus Commenting"
1614
  msgstr ""
1615
 
1616
- #: ../admin/social_commenting.php:432
1617
  msgid "Disqus Shortname"
1618
  msgstr ""
1619
 
1620
- #: ../admin/social_commenting.php:442
1621
  msgid ""
1622
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1623
  "shortname, visit following link."
1624
  msgstr ""
1625
 
1626
- #: ../admin/social_commenting.php:460
1627
  msgid "Social Commenting Shortcode"
1628
  msgstr ""
1629
 
1630
- #: ../admin/social_commenting.php:474
1631
  msgid ""
1632
  "How to show recent Facebook Comments from all over the website in a widget?"
1633
  msgstr ""
1634
 
1635
- #: ../admin/social_commenting.php:475
1636
  msgid ""
1637
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1638
  "Https?"
1639
  msgstr ""
1640
 
1641
- #: ../admin/social_commenting.php:477
1642
  msgid "How can I disable Social Commenting at individual page/post?"
1643
  msgstr ""
1644
 
1645
- #: ../admin/social_commenting.php:478
1646
  msgid "How to disable default comment form from Social Commenting?"
1647
  msgstr ""
1648
 
@@ -2469,7 +2459,7 @@ msgstr ""
2469
  msgid "Archives"
2470
  msgstr ""
2471
 
2472
- #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1090
2473
  msgid "Invalid request"
2474
  msgstr ""
2475
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-11-27 13:19+0530\n"
6
+ "PO-Revision-Date: 2018-11-27 13:19+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
59
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
60
  msgstr ""
61
 
62
+ #: ../super_socializer.php:872 ../helper.php:968
63
  msgid "Please verify your email address to login."
64
  msgstr ""
65
 
79
  msgid "Please check your email inbox to complete the registration."
80
  msgstr ""
81
 
82
+ #: ../super_socializer.php:904 ../helper.php:508
83
  msgid "Enter your LiveJournal username"
84
  msgstr ""
85
 
108
  msgid "General Options"
109
  msgstr ""
110
 
111
+ #: ../super_socializer.php:1296 ../helper.php:890
112
  msgid "Social Avatar"
113
  msgstr ""
114
 
120
  msgid "Large Avatar Url"
121
  msgstr ""
122
 
123
+ #: ../super_socializer.php:1307 ../helper.php:893
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:1311 ../helper.php:894
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
+ #: ../super_socializer.php:1384 ../super_socializer.php:2009
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
 
151
+ #: ../super_socializer.php:1400 ../super_socializer.php:1933
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr ""
154
 
155
+ #: ../super_socializer.php:1628
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:1637
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:1646
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:1655
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:1664
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:1671
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:1682
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:1698
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:1722
204
  #, php-format
205
  msgid ""
206
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
208
  "target=\"_blank\">here</a>"
209
  msgstr ""
210
 
211
+ #: ../super_socializer.php:1722 ../super_socializer.php:1747
212
+ #: ../super_socializer.php:1772 ../super_socializer.php:1797
213
+ #: ../super_socializer.php:1830 ../super_socializer.php:1858
214
+ #: ../super_socializer.php:1885 ../super_socializer.php:1909
215
  msgid "Okay"
216
  msgstr ""
217
 
218
+ #: ../super_socializer.php:1747
219
  #, php-format
220
  msgid ""
221
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
223
  "\">here</a>"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1772
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
231
  "target=\"_blank\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1797
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1808
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:1830
249
  #, php-format
250
  msgid ""
251
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
253
  "\"%s\" target=\"_blank\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1858
257
  #, php-format
258
  msgid ""
259
+ "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
260
+ "continue showing the Twitter shares, click \"Give me my Twitter counts back"
261
+ "\" button at <a href=\"%s\" target=\"_blank\">their website</a> and register "
262
+ "your website %s with them. No need to copy-paste any code from their website."
263
  msgstr ""
264
 
265
+ #: ../super_socializer.php:1885
266
  #, php-format
267
  msgid ""
268
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
270
  "\"%s\" target=\"_blank\">here</a>"
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1909
274
  #, php-format
275
  msgid ""
276
  "Your website visitors will see a popup notification (only once) if their "
296
  msgid "Click to hide help"
297
  msgstr ""
298
 
299
+ #: ../helper.php:256
300
  msgid "Add-Ons"
301
  msgstr ""
302
 
303
+ #: ../helper.php:257
304
  msgid "Support Documentation"
305
  msgstr ""
306
 
307
+ #: ../helper.php:258
308
  msgid "Settings"
309
  msgstr ""
310
 
311
+ #: ../helper.php:553
312
  msgid "Account linked successfully"
313
  msgstr ""
314
 
315
+ #: ../helper.php:557
316
  msgid "Account already exists or linked"
317
  msgstr ""
318
 
319
+ #: ../helper.php:619 ../helper.php:625
320
  msgid "Currently"
321
  msgstr ""
322
 
323
+ #: ../helper.php:619 ../helper.php:625
324
  msgid "Connected with"
325
  msgstr ""
326
 
327
+ #: ../helper.php:619 ../helper.php:625
328
  msgid "Remove"
329
  msgstr ""
330
 
331
+ #: ../helper.php:696
332
  msgid "Social Account Linking"
333
  msgstr ""
334
 
335
+ #: ../helper.php:746
336
  msgid "Disable Standard Social Sharing on this "
337
  msgstr ""
338
 
339
+ #: ../helper.php:751
340
  msgid "Disable Floating Social Sharing on this "
341
  msgstr ""
342
 
343
+ #: ../helper.php:756
344
  msgid "Disable Standard like buttons on this "
345
  msgstr ""
346
 
347
+ #: ../helper.php:761
348
  msgid "Disable Floating like buttons on this "
349
  msgstr ""
350
 
351
+ #: ../helper.php:766
352
  msgid "Disable Social Commenting on this "
353
  msgstr ""
354
 
355
+ #: ../helper.php:775
356
  msgid "Standard Sharing Interface"
357
  msgstr ""
358
 
359
+ #: ../helper.php:781 ../helper.php:800
360
  msgid "Starting share count for "
361
  msgstr ""
362
 
363
+ #: ../helper.php:794
364
  msgid "Floating Sharing Interface"
365
  msgstr ""
366
 
367
+ #: ../helper.php:897
368
  msgid "Small Avatar"
369
  msgstr ""
370
 
371
+ #: ../helper.php:901
372
  msgid "Large Avatar"
373
  msgstr ""
374
 
375
+ #: ../helper.php:905 ../admin/general_options.php:128
376
+ #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
377
  #: ../admin/social_login.php:1197 ../admin/like_buttons.php:822
378
  msgid "Save Changes"
379
  msgstr ""
380
 
381
+ #: ../helper.php:1005
382
  msgid "Click to delete social profile data"
383
  msgstr ""
384
 
385
+ #: ../helper.php:1034
386
  msgid "Deleting"
387
  msgstr ""
388
 
389
+ #: ../helper.php:1044
390
  msgid "Deleted"
391
  msgstr ""
392
 
393
+ #: ../helper.php:1046
394
  msgid "Something bad happened"
395
  msgstr ""
396
 
452
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
453
  msgstr ""
454
 
455
+ #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
456
+ #: ../admin/social_commenting.php:484 ../admin/social_login.php:1202
457
  #: ../admin/like_buttons.php:827
458
  msgid "Instagram Shoutout"
459
  msgstr ""
460
 
461
+ #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
462
+ #: ../admin/social_commenting.php:486 ../admin/social_login.php:1204
463
  #: ../admin/like_buttons.php:829
464
  msgid ""
465
  "If you can send (to hello@heateor.com) how our plugin is helping your "
467
  "hashtags and people to mention in the Instagram post."
468
  msgstr ""
469
 
470
+ #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
471
+ #: ../admin/social_commenting.php:487 ../admin/social_login.php:1205
472
  #: ../admin/like_buttons.php:830
473
  msgid ""
474
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
478
  "time."
479
  msgstr ""
480
 
481
+ #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
482
+ #: ../admin/social_commenting.php:488 ../admin/social_login.php:1206
483
  #: ../admin/like_buttons.php:831
484
  msgid ""
485
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
610
  msgid "3rd Party Integration"
611
  msgstr ""
612
 
613
+ #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
614
+ #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
615
  #: ../admin/social_login.php:1164 ../admin/like_buttons.php:47
616
  #: ../admin/like_buttons.php:793
617
  msgid "Shortcode & Widget"
621
  msgid "Troubleshooter"
622
  msgstr ""
623
 
624
+ #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
625
+ #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
626
  #: ../admin/social_login.php:42 ../admin/social_login.php:1178
627
  #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
628
  msgid "FAQ"
722
  msgstr ""
723
 
724
  #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
725
+ #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
726
  #: ../inc/widget.php:436 ../inc/widget.php:748
727
  msgid "Background Color"
728
  msgstr ""
762
  msgstr ""
763
 
764
  #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
765
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
766
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
767
  #: ../inc/widget.php:422 ../inc/widget.php:734
768
  msgid "Left"
773
  msgstr ""
774
 
775
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
776
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
777
  #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
778
  #: ../inc/widget.php:423 ../inc/widget.php:735
779
  msgid "Right"
819
  msgid "Master control to enable standard sharing"
820
  msgstr ""
821
 
822
+ #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
823
  #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
824
  msgid "Target Url"
825
  msgstr ""
826
 
827
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
828
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
829
  msgid "Url of the webpage where icons are located (default)"
830
  msgstr ""
831
 
832
+ #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
833
  #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
834
  msgid "Url of the homepage of your website"
835
  msgstr ""
836
 
837
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
838
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
839
  msgid "Custom url"
840
  msgstr ""
841
 
842
+ #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
843
  msgid "Url to share"
844
  msgstr ""
845
 
853
  msgid "The text to display above the sharing interface"
854
  msgstr ""
855
 
856
+ #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
857
  msgid "Instagram username"
858
  msgstr ""
859
 
860
+ #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
861
  msgid ""
862
  "Username of the Instagram account you want to redirect users to, on clicking "
863
  "the icon"
864
  msgstr ""
865
 
866
+ #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
867
  msgid "HTML ID of container element of comment form"
868
  msgstr ""
869
 
870
+ #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
871
  msgid ""
872
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
873
  "icon."
874
  msgstr ""
875
 
876
+ #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
877
  msgid "Rearrange icons"
878
  msgstr ""
879
 
880
+ #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
881
  msgid "Drag the icons to rearrange in desired order"
882
  msgstr ""
883
 
884
+ #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
885
  msgid "Select Sharing Services"
886
  msgstr ""
887
 
888
+ #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
889
  msgid "Select sharing services to show in social share bar"
890
  msgstr ""
891
 
892
+ #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
893
  msgid "Search social network"
894
  msgstr ""
895
 
896
+ #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
897
  #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
898
  msgid "Horizontal alignment"
899
  msgstr ""
902
  msgid "Center"
903
  msgstr ""
904
 
905
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
906
  msgid "Horizontal alignment of the sharing interface"
907
  msgstr ""
908
 
922
  msgid "Specify position of the sharing interface with respect to the content"
923
  msgstr ""
924
 
925
+ #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
926
  msgid "Placement"
927
  msgstr ""
928
 
929
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
930
  #: ../admin/social_login.php:807 ../admin/social_login.php:837
931
  #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
932
  msgid "Homepage"
933
  msgstr ""
934
 
935
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
936
  #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
937
  msgid "Posts"
938
  msgstr ""
939
 
940
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
941
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
942
  msgid "Pages"
943
  msgstr ""
944
 
945
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
946
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
947
  msgid "Excerpts and Posts page"
948
  msgstr ""
949
 
950
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
951
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
952
  msgid "Category Archives"
953
  msgstr ""
954
 
955
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
956
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
957
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
958
  msgstr ""
965
  msgid "BuddyPress group (only at top of content)"
966
  msgstr ""
967
 
968
+ #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
969
  #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
970
  msgid "BBPress forum"
971
  msgstr ""
972
 
973
+ #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
974
  #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
975
  msgid "BBPress topic"
976
  msgstr ""
995
  msgid "Specify the pages where you want to enable Sharing interface"
996
  msgstr ""
997
 
998
+ #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
999
  msgid "Show share counts"
1000
  msgstr ""
1001
 
1002
+ #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1003
  msgid ""
1004
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1005
  "Pinterest, Odnoklassniki and Vkontakte"
1006
  msgstr ""
1007
 
1008
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1009
  #, php-format
1010
  msgid ""
1011
+ "To show Twitter share count, you have to click \"Give me my Twitter counts "
1012
+ "back\" button at <a href=\"%s\" target=\"_blank\">TwitCount.com</a> and "
1013
+ "register your website %s with them. No need to copy-paste any code from "
1014
+ "their website."
1015
  msgstr ""
1016
 
1017
+ #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
1018
  msgid "If enabled, share counts are displayed above sharing icons."
1019
  msgstr ""
1020
 
1021
+ #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1022
  msgid "Show total shares"
1023
  msgstr ""
1024
 
1025
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1026
  msgid "If enabled, total shares will be displayed with sharing icons"
1027
  msgstr ""
1028
 
1029
+ #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1030
  msgid "Enable 'More' icon"
1031
  msgstr ""
1032
 
1033
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1034
  msgid ""
1035
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1036
  "which shows additional sharing networks in popup"
1037
  msgstr ""
1038
 
1039
+ #: ../admin/social_sharing.php:1108
1040
  msgid "Floating Sharing Interface Options"
1041
  msgstr ""
1042
 
1043
+ #: ../admin/social_sharing.php:1114
1044
  msgid "Enable Floating sharing interface"
1045
  msgstr ""
1046
 
1047
+ #: ../admin/social_sharing.php:1124
1048
  msgid "Master control to enable floating sharing widget"
1049
  msgstr ""
1050
 
1051
+ #: ../admin/social_sharing.php:1318
1052
  msgid ""
1053
  "Specify the color or hex code (example #cc78e0) for the background of "
1054
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1056
  "\"_blank\">this link</a>"
1057
  msgstr ""
1058
 
1059
+ #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1060
  msgid "Left offset"
1061
  msgstr ""
1062
 
1063
+ #: ../admin/social_sharing.php:1358
1064
  msgid ""
1065
  "Specify a number. Increase in number will shift sharing interface towards "
1066
  "right and decrease will shift it towards left. Number can be negative too."
1067
  msgstr ""
1068
 
1069
+ #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1070
  msgid "Right offset"
1071
  msgstr ""
1072
 
1073
+ #: ../admin/social_sharing.php:1378
1074
  msgid ""
1075
  "Specify a number. Increase in number will shift sharing interface towards "
1076
  "left and decrease will shift it towards right. Number can be negative too."
1077
  msgstr ""
1078
 
1079
+ #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1080
  msgid "Top offset"
1081
  msgstr ""
1082
 
1083
+ #: ../admin/social_sharing.php:1397
1084
  msgid ""
1085
  "Specify a number. Increase in number will shift sharing interface towards "
1086
  "bottom and decrease will shift it towards top."
1087
  msgstr ""
1088
 
1089
+ #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1090
  msgid "BuddyPress group"
1091
  msgstr ""
1092
 
1093
+ #: ../admin/social_sharing.php:1454
1094
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1095
  msgstr ""
1096
 
1097
+ #: ../admin/social_sharing.php:1521
1098
  msgid "Vertical floating bar responsiveness"
1099
  msgstr ""
1100
 
1101
+ #: ../admin/social_sharing.php:1524
1102
  #, php-format
1103
  msgid "Display vertical interface only when screen is wider than %s pixels"
1104
  msgstr ""
1105
 
1106
+ #: ../admin/social_sharing.php:1531
1107
  msgid ""
1108
  "Display vertical interface only when screen is wider than the width "
1109
  "specified."
1110
  msgstr ""
1111
 
1112
+ #: ../admin/social_sharing.php:1539
1113
  msgid "Horizontal floating bar responsiveness"
1114
  msgstr ""
1115
 
1116
+ #: ../admin/social_sharing.php:1542
1117
  #, php-format
1118
  msgid ""
1119
  "Stick vertical floating interface horizontally at bottom only when screen is "
1120
  "narrower than %s pixels"
1121
  msgstr ""
1122
 
1123
+ #: ../admin/social_sharing.php:1549
1124
  msgid ""
1125
  "Stick vertical floating interface horizontally at bottom only when screen is "
1126
  "narrower than the width specified"
1127
  msgstr ""
1128
 
1129
+ #: ../admin/social_sharing.php:1559
1130
  msgid "Horizontal floating bar position"
1131
  msgstr ""
1132
 
1133
+ #: ../admin/social_sharing.php:1562
1134
  #, php-format
1135
  msgid "%s pixels from %s"
1136
  msgstr ""
1137
 
1138
+ #: ../admin/social_sharing.php:1563
1139
  msgid "Auto-adjust according to screen width (responsive)"
1140
  msgstr ""
1141
 
1142
+ #: ../admin/social_sharing.php:1570
1143
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1144
  msgstr ""
1145
 
1146
+ #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1147
  msgid "Url shortener"
1148
  msgstr ""
1149
 
1150
+ #: ../admin/social_sharing.php:1596
1151
  msgid "Use shortlinks already installed"
1152
  msgstr ""
1153
 
1154
+ #: ../admin/social_sharing.php:1606
1155
  msgid "Uses default short url permalinks without using any additional plugin"
1156
  msgstr ""
1157
 
1158
+ #: ../admin/social_sharing.php:1614
1159
  msgid "Enable bit.ly url shortener for sharing"
1160
  msgstr ""
1161
 
1162
+ #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1163
  msgid "Master control to enable bit.ly url shortening for sharing"
1164
  msgstr ""
1165
 
1166
+ #: ../admin/social_sharing.php:1632
1167
  msgid "bit.ly Login"
1168
  msgstr ""
1169
 
1170
+ #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1171
  #, php-format
1172
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1173
  msgstr ""
1174
 
1175
+ #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1176
  msgid "bit.ly API Key"
1177
  msgstr ""
1178
 
1179
+ #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1180
  msgid "Clear Bitly Cache"
1181
  msgstr ""
1182
 
1183
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1184
  msgid "ShortUrl cache cleared successfully."
1185
  msgstr ""
1186
 
1187
+ #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1188
  msgid ""
1189
  "Use this to delete short urls saved in database. Handy, if urls of your "
1190
  "website have been changed but short urls are still being generated for old "
1191
  "urls."
1192
  msgstr ""
1193
 
1194
+ #: ../admin/social_sharing.php:1690
1195
  msgid "Share Count Cache"
1196
  msgstr ""
1197
 
1198
+ #: ../admin/social_sharing.php:1696
1199
  msgid "Refresh Share Count cache every"
1200
  msgstr ""
1201
 
1202
+ #: ../admin/social_sharing.php:1701
1203
  msgid "Second(s)"
1204
  msgstr ""
1205
 
1206
+ #: ../admin/social_sharing.php:1702
1207
  msgid "Minute(s)"
1208
  msgstr ""
1209
 
1210
+ #: ../admin/social_sharing.php:1703
1211
  msgid "Hour(s)"
1212
  msgstr ""
1213
 
1214
+ #: ../admin/social_sharing.php:1704
1215
  msgid "Day(s)"
1216
  msgstr ""
1217
 
1218
+ #: ../admin/social_sharing.php:1712
1219
  #, php-format
1220
  msgid ""
1221
  "Frequent cache refreshing results in slower loading of pages with share "
1223
  "target=\"_blank\">here</a>"
1224
  msgstr ""
1225
 
1226
+ #: ../admin/social_sharing.php:1720
1227
  msgid "Clear Share Counts Cache"
1228
  msgstr ""
1229
 
1230
+ #: ../admin/social_sharing.php:1724
1231
  msgid "Share Counts cache cleared successfully."
1232
  msgstr ""
1233
 
1234
+ #: ../admin/social_sharing.php:1731
1235
  msgid "Use this to clear cached share counts"
1236
  msgstr ""
1237
 
1238
+ #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1239
+ #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1240
  #: ../admin/like_buttons.php:694
1241
  msgid "Language"
1242
  msgstr ""
1243
 
1244
+ #: ../admin/social_sharing.php:1756
1245
  #, php-format
1246
  msgid ""
1247
  "Enter the code of the language you want to use for like buttons. You can "
1249
  "Leave it empty for default language(English)"
1250
  msgstr ""
1251
 
1252
+ #: ../admin/social_sharing.php:1765
1253
  msgid "Username in sharing"
1254
  msgstr ""
1255
 
1256
+ #: ../admin/social_sharing.php:1771
1257
  msgid "Twitter username (without @)"
1258
  msgstr ""
1259
 
1260
+ #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1261
  msgid ""
1262
  "Provided username will be appended after the content being shared as \"via "
1263
  "@USERNAME\". Leave empty if you do not want any username in the content "
1264
  "being shared."
1265
  msgstr ""
1266
 
1267
+ #: ../admin/social_sharing.php:1790
1268
  msgid "Buffer username (without @)"
1269
  msgstr ""
1270
 
1271
+ #: ../admin/social_sharing.php:1809
1272
  msgid "AMP"
1273
  msgstr ""
1274
 
1275
+ #: ../admin/social_sharing.php:1815
1276
  msgid "Enable sharing on AMP pages"
1277
  msgstr ""
1278
 
1279
+ #: ../admin/social_sharing.php:1825
1280
  msgid "Enable this option to render sharing icons on AMP pages"
1281
  msgstr ""
1282
 
1283
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1284
  msgid "myCRED"
1285
  msgstr ""
1286
 
1287
+ #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1288
  msgid "Append myCRED referral ID to the urls being shared"
1289
  msgstr ""
1290
 
1291
+ #: ../admin/social_sharing.php:1883
1292
  msgid "Facebook Sharing Troubleshooter"
1293
  msgstr ""
1294
 
1295
+ #: ../admin/social_sharing.php:1888
1296
  msgid ""
1297
  "If Facebook sharing is not working fine, click at the following link and "
1298
  "enter the problematic url (where Facebook sharing is not working properly) "
1300
  "button."
1301
  msgstr ""
1302
 
1303
+ #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1304
  #: ../admin/social_login.php:1180
1305
  msgid ""
1306
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1307
  "an online website for the plugin to function properly."
1308
  msgstr ""
1309
 
1310
+ #: ../admin/social_sharing.php:1907
1311
  msgid "Why is Instagram icon redirecting to Instagram website?"
1312
  msgstr ""
1313
 
1314
+ #: ../admin/social_sharing.php:1908
1315
  msgid ""
1316
  "Instagram icon is there to send website visitors to the Instagram page of "
1317
  "your choice. You can save the desired Instagram handle in \"Instagram "
1319
  "sections."
1320
  msgstr ""
1321
 
1322
+ #: ../admin/social_sharing.php:1911
1323
+ msgid ""
1324
+ "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1325
+ msgstr ""
1326
+
1327
+ #: ../admin/social_sharing.php:1912
1328
+ msgid ""
1329
+ "It takes some time for their service to track the shares made on Twitter "
1330
+ "from your website. If you still feel it's taking too long you can contact "
1331
+ "their support directly from their website."
1332
+ msgstr ""
1333
+
1334
+ #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1335
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1336
  msgstr ""
1337
 
1338
+ #: ../admin/social_sharing.php:1915
1339
  msgid ""
1340
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1341
  msgstr ""
1342
 
1343
+ #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1344
  #: ../admin/social_login.php:1186
1345
  msgid "Why is my browser blocking some features of the plugin?"
1346
  msgstr ""
1347
 
1348
+ #: ../admin/social_sharing.php:1917
1349
  msgid "Why the color of share icons is not being updated?"
1350
  msgstr ""
1351
 
1352
+ #: ../admin/social_sharing.php:1918
1353
  msgid ""
1354
  "Why is sharer not showing the correct image, title and other meta tags "
1355
  "content?"
1356
  msgstr ""
1357
 
1358
+ #: ../admin/social_sharing.php:1919
1359
  msgid "Why Facebook share counts are not appearing?"
1360
  msgstr ""
1361
 
1362
+ #: ../admin/social_sharing.php:1920
1363
  msgid ""
1364
  "How can I show share counts of my website rather than of individual pages/"
1365
  "posts?"
1366
  msgstr ""
1367
 
1368
+ #: ../admin/social_sharing.php:1921
1369
  msgid "How can I disable sharing on particular page/post?"
1370
  msgstr ""
1371
 
1372
+ #: ../admin/social_sharing.php:1922
1373
  msgid "How can I specify minimum sharing count for sharing networks?"
1374
  msgstr ""
1375
 
1376
+ #: ../admin/social_sharing.php:1923
1377
  msgid "How to share specific page?"
1378
  msgstr ""
1379
 
1380
+ #: ../admin/social_sharing.php:1924
1381
  msgid "How to integrate Google Analytics with sharing?"
1382
  msgstr ""
1383
 
1384
+ #: ../admin/social_sharing.php:1925
1385
  msgid "How to customize the look of total share counts?"
1386
  msgstr ""
1387
 
1388
+ #: ../admin/social_sharing.php:1926
1389
  msgid "How to customize the look of individual share counts?"
1390
  msgstr ""
1391
 
1392
+ #: ../admin/social_sharing.php:1927
1393
  msgid "How to show Whatsapp icon only on mobile devices?"
1394
  msgstr ""
1395
 
1396
+ #: ../admin/social_sharing.php:1928
1397
  msgid "How to hide arrow after floating sharing bar?"
1398
  msgstr ""
1399
 
1400
+ #: ../admin/social_sharing.php:1929
1401
  msgid "Why is share count not getting updated?"
1402
  msgstr ""
1403
 
1404
+ #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1405
  msgid "Why is there so much space between like buttons?"
1406
  msgstr ""
1407
 
1408
+ #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1409
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1410
  msgstr ""
1411
 
1421
  msgid "Social Commenting"
1422
  msgstr ""
1423
 
1424
+ #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1425
  msgid "Shortcode"
1426
  msgstr ""
1427
 
1495
  msgid "Enable Facebook Commenting"
1496
  msgstr ""
1497
 
1498
+ #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1499
  msgid "Url to comment on"
1500
  msgstr ""
1501
 
1511
  msgid "Show Recent Facebook Comments in a Widget"
1512
  msgstr ""
1513
 
1514
+ #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1515
  msgid "Width"
1516
  msgstr ""
1517
 
1567
  msgid "The order to use when displaying comments."
1568
  msgstr ""
1569
 
1570
+ #: ../admin/social_commenting.php:330
 
 
 
 
1571
  #, php-format
1572
  msgid ""
1573
  "Enter the code of the language you want to use to display commenting. You "
1575
  "a>. Leave it empty for default language(English)"
1576
  msgstr ""
1577
 
1578
+ #: ../admin/social_commenting.php:339
1579
  msgid "Google Plus Commenting Options"
1580
  msgstr ""
1581
 
1582
+ #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1583
  msgid "Enable Google Plus Commenting"
1584
  msgstr ""
1585
 
1586
+ #: ../admin/social_commenting.php:373
1587
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1588
  msgstr ""
1589
 
1590
+ #: ../admin/social_commenting.php:391
1591
  msgid ""
1592
  "The absolute URL that comments posted will be permanently associated with. "
1593
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1595
  "at which commenting is enabled."
1596
  msgstr ""
1597
 
1598
+ #: ../admin/social_commenting.php:400
1599
  msgid "Disqus Commenting Options"
1600
  msgstr ""
1601
 
1602
+ #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1603
  msgid "Enable Disqus Commenting"
1604
  msgstr ""
1605
 
1606
+ #: ../admin/social_commenting.php:424
1607
  msgid "Disqus Shortname"
1608
  msgstr ""
1609
 
1610
+ #: ../admin/social_commenting.php:434
1611
  msgid ""
1612
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1613
  "shortname, visit following link."
1614
  msgstr ""
1615
 
1616
+ #: ../admin/social_commenting.php:452
1617
  msgid "Social Commenting Shortcode"
1618
  msgstr ""
1619
 
1620
+ #: ../admin/social_commenting.php:466
1621
  msgid ""
1622
  "How to show recent Facebook Comments from all over the website in a widget?"
1623
  msgstr ""
1624
 
1625
+ #: ../admin/social_commenting.php:467
1626
  msgid ""
1627
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1628
  "Https?"
1629
  msgstr ""
1630
 
1631
+ #: ../admin/social_commenting.php:469
1632
  msgid "How can I disable Social Commenting at individual page/post?"
1633
  msgstr ""
1634
 
1635
+ #: ../admin/social_commenting.php:470
1636
  msgid "How to disable default comment form from Social Commenting?"
1637
  msgstr ""
1638
 
2459
  msgid "Archives"
2460
  msgstr ""
2461
 
2462
+ #: ../inc/social_sharing.php:863 ../inc/social_sharing.php:1077
2463
  msgid "Invalid request"
2464
  msgstr ""
2465
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WordPress Social Share, Social Login and Social Comments Plugin - Super Socializer ===
2
- Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Chinese Translator: Alex Li plpkj.com, Portuguese Translator: Paulo Purkyt https://www.linkedin.com/in/ppurkyt, Italian Translator: FG3D (Freedom's Gate) https://fg3d.net, Spanish translator: Ignacio Iglesias http://trespies.com, Arabic Translator: http://www.ArabsSM.com, Russian/Ukrainian Translator: Nicholas Lagunov
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: 4.9.8
7
- Stable tag: 7.12.3
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
@@ -210,6 +210,10 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
210
  8. **Social Commenting**: Disqus Commenting selected
211
 
212
  == Changelog ==
 
 
 
 
213
  = 7.12.3 =
214
  * [Bugfix] Pinterest shares disappeared due to changes in Pinterest API
215
  * [Bugfix] Follow Icons widget was breaking layout of webpage in a few cases
@@ -1642,4 +1646,8 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
1642
  * [New] Added Threema
1643
  * [Improvement] Improved StockTwits logo
1644
  * [Improvement] Whatsapp icon was triggering share in the same browser tab instead of another tab
1645
- * [Improvement] Code improvement
 
 
 
 
1
  === WordPress Social Share, Social Login and Social Comments Plugin - Super Socializer ===
2
+ Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Chinese Translator: CalmSmile calmsmile.org, Portuguese Translator: Paulo Purkyt https://www.linkedin.com/in/ppurkyt, Italian Translator: FG3D (Freedom's Gate) https://fg3d.net, Spanish translator: Ignacio Iglesias http://trespies.com, Arabic Translator: http://www.ArabsSM.com, Russian/Ukrainian Translator: Nicholas Lagunov
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: 4.9.8
7
+ Stable tag: 7.12.4
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
210
  8. **Social Commenting**: Disqus Commenting selected
211
 
212
  == Changelog ==
213
+ = 7.12.4 =
214
+ * [Bugfix] Added TwitCount.com service to get Twitter share counts working again
215
+ * [Improvement] Improved Chinese translation
216
+
217
  = 7.12.3 =
218
  * [Bugfix] Pinterest shares disappeared due to changes in Pinterest API
219
  * [Bugfix] Follow Icons widget was breaking layout of webpage in a few cases
1646
  * [New] Added Threema
1647
  * [Improvement] Improved StockTwits logo
1648
  * [Improvement] Whatsapp icon was triggering share in the same browser tab instead of another tab
1649
+ * [Improvement] Code improvement
1650
+
1651
+ = 7.12.4 =
1652
+ * [Bugfix] Added TwitCount.com service to get Twitter share counts working again
1653
+ * [Improvement] Improved Chinese translation
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.3
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.3');
15
 
16
  require 'helper.php';
17
 
@@ -1493,8 +1493,7 @@ function the_champ_save_default_options(){
1493
  'share_count_cache_refresh_unit' => 'minutes',
1494
  'language' => get_locale(),
1495
  'twitter_username' => '',
1496
- 'buffer_username' => '',
1497
- 'tweet_count_service' => 'opensharecount'
1498
  ));
1499
 
1500
  // counter options
@@ -1554,13 +1553,13 @@ function heateor_ss_browser_notification_read(){
1554
  add_action('wp_ajax_heateor_ss_browser_notification_read', 'heateor_ss_browser_notification_read');
1555
 
1556
  /**
1557
- * Set flag in database if Twitter share count notification has been read
1558
  */
1559
- function heateor_ss_twitter_share_notification_read(){
1560
- update_option('heateor_ss_twitter_share_notification_read', '1');
1561
  die;
1562
  }
1563
- add_action('wp_ajax_heateor_ss_twitter_share_notification_read', 'heateor_ss_twitter_share_notification_read');
1564
 
1565
  /**
1566
  * Set flag in database if GDPR notification has been read
@@ -1838,25 +1837,25 @@ function the_champ_addon_update_notification(){
1838
  if(version_compare('7.12.1', $currentVersion) <= 0){
1839
  global $theChampSharingOptions;
1840
  if(isset($theChampSharingOptions['enable']) && ((isset($theChampSharingOptions['hor_enable']) && isset($theChampSharingOptions['horizontal_re_providers']) && in_array('twitter', $theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']))) || (isset($theChampSharingOptions['vertical_enable']) && isset($theChampSharingOptions['vertical_re_providers']) && in_array('twitter', $theChampSharingOptions['vertical_re_providers']) && (isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']))))){
1841
- if(!get_option('heateor_ss_twitter_share_notification_read')){
1842
  ?>
1843
  <script type="text/javascript">
1844
- function heateorSsTwitterShareNotificationRead(){
1845
  jQuery.ajax({
1846
  type: 'GET',
1847
  url: '<?php echo get_admin_url() ?>admin-ajax.php',
1848
  data: {
1849
- action: 'heateor_ss_twitter_share_notification_read'
1850
  },
1851
  success: function(data, textStatus, XMLHttpRequest){
1852
- jQuery('#heateor_ss_twitter_share_notification').fadeOut();
1853
  }
1854
  });
1855
  }
1856
  </script>
1857
- <div id="heateor_ss_twitter_share_notification" class="update-nag">
1858
  <h3>Super Socializer</h3>
1859
- <p><?php echo sprintf(__('Twitter share counts are no longer working as newsharecounts.com is down. To continue showing the Twitter shares, just sign up <a href="%s" target="_blank">here</a> with this domain', 'super-socializer'), 'https://opensharecount.com'); ?>. No other steps needed.<input type="button" onclick="heateorSsTwitterShareNotificationRead()" style="margin-left: 5px;" class="button button-primary" value="<?php _e('Okay', 'super-socializer') ?>" /></p>
1860
  </div>
1861
  <?php
1862
  }
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.4
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.4');
15
 
16
  require 'helper.php';
17
 
1493
  'share_count_cache_refresh_unit' => 'minutes',
1494
  'language' => get_locale(),
1495
  'twitter_username' => '',
1496
+ 'buffer_username' => ''
 
1497
  ));
1498
 
1499
  // counter options
1553
  add_action('wp_ajax_heateor_ss_browser_notification_read', 'heateor_ss_browser_notification_read');
1554
 
1555
  /**
1556
+ * Set flag in database if Twitcount notification has been read
1557
  */
1558
+ function heateor_ss_twitcount_notification_read(){
1559
+ update_option('heateor_ss_twitcount_notification_read', '1');
1560
  die;
1561
  }
1562
+ add_action('wp_ajax_heateor_ss_twitcount_notification_read', 'heateor_ss_twitcount_notification_read');
1563
 
1564
  /**
1565
  * Set flag in database if GDPR notification has been read
1837
  if(version_compare('7.12.1', $currentVersion) <= 0){
1838
  global $theChampSharingOptions;
1839
  if(isset($theChampSharingOptions['enable']) && ((isset($theChampSharingOptions['hor_enable']) && isset($theChampSharingOptions['horizontal_re_providers']) && in_array('twitter', $theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']))) || (isset($theChampSharingOptions['vertical_enable']) && isset($theChampSharingOptions['vertical_re_providers']) && in_array('twitter', $theChampSharingOptions['vertical_re_providers']) && (isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']))))){
1840
+ if(!get_option('heateor_ss_twitcount_notification_read')){
1841
  ?>
1842
  <script type="text/javascript">
1843
+ function heateorSsTwitcountNotificationRead(){
1844
  jQuery.ajax({
1845
  type: 'GET',
1846
  url: '<?php echo get_admin_url() ?>admin-ajax.php',
1847
  data: {
1848
+ action: 'heateor_ss_twitcount_notification_read'
1849
  },
1850
  success: function(data, textStatus, XMLHttpRequest){
1851
+ jQuery('#heateor_ss_twitcount_notification').fadeOut();
1852
  }
1853
  });
1854
  }
1855
  </script>
1856
+ <div id="heateor_ss_twitcount_notification" class="update-nag">
1857
  <h3>Super Socializer</h3>
1858
+ <p><?php echo sprintf( __( 'Now plugin supports a new service Twitcount.com to show Twitter shares. To continue showing the Twitter shares, click "Give me my Twitter counts back" button at <a href="%s" target="_blank">their website</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer' ), 'http://twitcount.com', home_url() ); ?><input type="button" onclick="heateorSsTwitcountNotificationRead()" style="margin-left: 5px;" class="button button-primary" value="<?php _e( 'Okay', 'super-socializer' ) ?>" /></p>
1859
  </div>
1860
  <?php
1861
  }