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

Version Description

  • [Bugfix] Facebook shares were not working because of the expiration of Facebook API v2.8
  • [Bugfix] Fintel share count was not working
  • [Improvement] Share counts are loading faster
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.22
Comparing to
See all releases

Code changes from version 7.12.21 to 7.12.22

admin/social_sharing.php CHANGED
@@ -818,6 +818,8 @@
818
  <tr>
819
  <td colspan="2">
820
  <script>
 
 
821
  <?php
822
  $horSharingStyle = 'width:' . ( $theChampSharingOptions['horizontal_sharing_shape'] != 'rectangle' ? $theChampSharingOptions['horizontal_sharing_size'] : $theChampSharingOptions['horizontal_sharing_width'] ) . 'px;height:' . $line_height . 'px;';
823
  $horDeliciousRadius = '';
@@ -1044,7 +1046,7 @@
1044
  <label for="the_champ_counts"><?php _e("Show share counts", 'super-socializer' ); ?></label>
1045
  </th>
1046
  <td>
1047
- <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1048
  <br/>
1049
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer' ) ?></span>
1050
  <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>
@@ -1066,7 +1068,7 @@
1066
  <label for="the_champ_total_hor_shares"><?php _e("Show total shares", 'super-socializer' ); ?></label>
1067
  </th>
1068
  <td>
1069
- <input id="the_champ_total_hor_shares" name="the_champ_sharing[horizontal_total_shares]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_total_shares'] ) ? 'checked = "checked"' : '';?> value="1" />
1070
  </td>
1071
  </tr>
1072
 
@@ -1079,20 +1081,73 @@
1079
  </td>
1080
  </tr>
1081
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1082
  <tr>
1083
  <th>
1084
  <img id="the_champ_hmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1085
  <label for="the_champ_hmore"><?php _e("Enable 'More' icon", 'super-socializer' ); ?></label>
1086
  </th>
1087
  <td>
1088
- <input id="the_champ_hmore" name="the_champ_sharing[horizontal_more]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_more'] ) ? 'checked = "checked"' : '';?> value="1" />
1089
  </td>
1090
  </tr>
1091
 
1092
  <tr class="the_champ_help_content" id="the_champ_hmore_help_cont">
1093
  <td colspan="2">
1094
  <div>
1095
- <?php _e('If enabled, "More" icon will be displayed after selected sharing icons which shows additional sharing networks in popup', 'super-socializer' ) ?>
1096
  </div>
1097
  </td>
1098
  </tr>
@@ -1466,7 +1521,7 @@
1466
  <label for="the_champ_vertical_counts"><?php _e("Show share counts", 'super-socializer' ); ?></label>
1467
  </th>
1468
  <td>
1469
- <input id="the_champ_vertical_counts" name="the_champ_sharing[vertical_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1470
  <br/>
1471
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer' ) ?></span>
1472
  <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>
@@ -1476,7 +1531,7 @@
1476
  <tr class="the_champ_help_content" id="the_champ_vertical_count_help_cont">
1477
  <td colspan="2">
1478
  <div>
1479
- <?php _e('If enabled, share counts are displayed above sharing icons.', 'super-socializer' ) ?>
1480
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_vertical_sharing_count.png', __FILE__); ?>" />
1481
  </div>
1482
  </td>
@@ -1485,22 +1540,60 @@
1485
  <tr>
1486
  <th>
1487
  <img id="the_champ_total_vertical_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1488
- <label for="the_champ_total_vertical_shares"><?php _e("Show total shares", 'super-socializer' ); ?></label>
1489
  </th>
1490
  <td>
1491
- <input id="the_champ_total_vertical_shares" name="the_champ_sharing[vertical_total_shares]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_total_shares'] ) ? 'checked = "checked"' : '';?> value="1" />
1492
  </td>
1493
  </tr>
1494
 
1495
  <tr class="the_champ_help_content" id="the_champ_total_vertical_shares_help_cont">
1496
  <td colspan="2">
1497
  <div>
1498
- <?php _e('If enabled, total shares will be displayed with sharing icons', 'super-socializer' ) ?>
1499
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_vertical_total_shares.png', __FILE__); ?>" />
1500
  </div>
1501
  </td>
1502
  </tr>
1503
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1504
  <tr>
1505
  <th>
1506
  <img id="the_champ_vmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
818
  <tr>
819
  <td colspan="2">
820
  <script>
821
+ // facebook app id and secret options toggle variables
822
+ var heateorSsHorizontalShares = <?php echo isset($theChampSharingOptions['horizontal_counts']) ? 'true' : 'false' ?>, heateorSsHorizontalTotalShares = <?php echo isset($theChampSharingOptions['horizontal_total_shares']) ? 'true' : 'false' ?>, heateorSsVerticalShares = <?php echo isset($theChampSharingOptions['vertical_counts']) ? 'true' : 'false' ?>, heateorSsVerticalTotalShares = <?php echo isset($theChampSharingOptions['vertical_total_shares']) ? 'true' : 'false' ?>, heateorSsHorizontalFacebookShareEnabled = <?php echo in_array('facebook', $theChampSharingOptions['horizontal_re_providers']) ? 'true' : 'false'; ?>, heateorSsVerticalFacebookShareEnabled = <?php echo in_array('facebook', $theChampSharingOptions['vertical_re_providers']) ? 'true' : 'false'; ?>;
823
  <?php
824
  $horSharingStyle = 'width:' . ( $theChampSharingOptions['horizontal_sharing_shape'] != 'rectangle' ? $theChampSharingOptions['horizontal_sharing_size'] : $theChampSharingOptions['horizontal_sharing_width'] ) . 'px;height:' . $line_height . 'px;';
825
  $horDeliciousRadius = '';
1046
  <label for="the_champ_counts"><?php _e("Show share counts", 'super-socializer' ); ?></label>
1047
  </th>
1048
  <td>
1049
+ <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" onclick="if(this.checked){heateorSsHorizontalShares = true;}else{heateorSsHorizontalShares = false;} heateorSsToggleFbShareCountOptions()" />
1050
  <br/>
1051
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer' ) ?></span>
1052
  <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>
1068
  <label for="the_champ_total_hor_shares"><?php _e("Show total shares", 'super-socializer' ); ?></label>
1069
  </th>
1070
  <td>
1071
+ <input id="the_champ_total_hor_shares" name="the_champ_sharing[horizontal_total_shares]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_total_shares'] ) ? 'checked = "checked"' : '';?> value="1" onclick="if(this.checked){heateorSsHorizontalTotalShares = true;}else{heateorSsHorizontalTotalShares = false;} heateorSsToggleFbShareCountOptions()" />
1072
  </td>
1073
  </tr>
1074
 
1081
  </td>
1082
  </tr>
1083
 
1084
+ <?php
1085
+ $facebookAppId = '';
1086
+ if($theChampSharingOptions['fb_key']){
1087
+ $facebookAppId = $theChampSharingOptions['fb_key'];
1088
+ }elseif($theChampSharingOptions['vertical_fb_key']){
1089
+ $facebookAppId = $theChampSharingOptions['vertical_fb_key'];
1090
+ }
1091
+
1092
+ $facebookAppSecret = '';
1093
+ if($theChampSharingOptions['fb_secret']){
1094
+ $facebookAppSecret = $theChampSharingOptions['fb_secret'];
1095
+ }elseif($theChampSharingOptions['vertical_fb_secret']){
1096
+ $facebookAppSecret = $theChampSharingOptions['vertical_fb_secret'];
1097
+ }
1098
+ ?>
1099
+ <tbody id="heateor_ss_fb_share_count_options" <?php echo (isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])) || !(in_array('facebook', $theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']))) ? 'style = "display: none"' : '';?> >
1100
+ <tr>
1101
+ <th>
1102
+ <img id="the_champ_fb_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1103
+ <label for="the_champ_fb_key"><?php _e("Facebook App ID", 'super-socializer'); ?></label>
1104
+ </th>
1105
+ <td>
1106
+ <input id="the_champ_fb_key" name="the_champ_sharing[fb_key]" type="text" value="<?php echo $facebookAppId ?>" />
1107
+ </td>
1108
+ </tr>
1109
+
1110
+ <tr class="the_champ_help_content" id="the_champ_fb_key_help_cont">
1111
+ <td colspan="2">
1112
+ <div>
1113
+ <?php echo sprintf(__('Required for Facebook share count to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
1114
+ </div>
1115
+ </td>
1116
+ </tr>
1117
+
1118
+ <tr>
1119
+ <th>
1120
+ <img id="the_champ_fb_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1121
+ <label for="the_champ_fblogin_secret"><?php _e("Facebook App Secret", 'super-socializer'); ?></label>
1122
+ </th>
1123
+ <td>
1124
+ <input id="the_champ_fblogin_secret" name="the_champ_sharing[fb_secret]" type="text" value="<?php echo $facebookAppSecret ?>" />
1125
+ </td>
1126
+ </tr>
1127
+
1128
+ <tr class="the_champ_help_content" id="the_champ_fb_secret_help_cont">
1129
+ <td colspan="2">
1130
+ <div>
1131
+ <?php echo sprintf(__('Required for Facebook share count to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
1132
+ </div>
1133
+ </td>
1134
+ </tr>
1135
+ </tbody>
1136
+
1137
  <tr>
1138
  <th>
1139
  <img id="the_champ_hmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1140
  <label for="the_champ_hmore"><?php _e("Enable 'More' icon", 'super-socializer' ); ?></label>
1141
  </th>
1142
  <td>
1143
+ <input id="the_champ_hmore" name="the_champ_sharing[horizontal_more]" type="checkbox" <?php echo isset($theChampSharingOptions['horizontal_more']) ? 'checked = "checked"' : '';?> value="1" />
1144
  </td>
1145
  </tr>
1146
 
1147
  <tr class="the_champ_help_content" id="the_champ_hmore_help_cont">
1148
  <td colspan="2">
1149
  <div>
1150
+ <?php _e('If enabled, "More" icon will be displayed after selected sharing icons which shows additional sharing networks in popup', 'super-socializer') ?>
1151
  </div>
1152
  </td>
1153
  </tr>
1521
  <label for="the_champ_vertical_counts"><?php _e("Show share counts", 'super-socializer' ); ?></label>
1522
  </th>
1523
  <td>
1524
+ <input id="the_champ_vertical_counts" name="the_champ_sharing[vertical_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" onclick="if(this.checked){heateorSsVerticalShares = true;}else{heateorSsVerticalShares = false;} heateorSsToggleFbShareCountOptions()" />
1525
  <br/>
1526
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer' ) ?></span>
1527
  <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>
1531
  <tr class="the_champ_help_content" id="the_champ_vertical_count_help_cont">
1532
  <td colspan="2">
1533
  <div>
1534
+ <?php _e('If enabled, share counts are displayed above sharing icons.', 'super-socializer') ?>
1535
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_vertical_sharing_count.png', __FILE__); ?>" />
1536
  </div>
1537
  </td>
1540
  <tr>
1541
  <th>
1542
  <img id="the_champ_total_vertical_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1543
+ <label for="the_champ_total_vertical_shares"><?php _e("Show total shares", 'super-socializer'); ?></label>
1544
  </th>
1545
  <td>
1546
+ <input id="the_champ_total_vertical_shares" name="the_champ_sharing[vertical_total_shares]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_total_shares'] ) ? 'checked = "checked"' : '';?> value="1" onclick="if(this.checked){heateorSsVerticalTotalShares = true;}else{heateorSsVerticalTotalShares = false;} heateorSsToggleFbShareCountOptions()" />
1547
  </td>
1548
  </tr>
1549
 
1550
  <tr class="the_champ_help_content" id="the_champ_total_vertical_shares_help_cont">
1551
  <td colspan="2">
1552
  <div>
1553
+ <?php _e('If enabled, total shares will be displayed with sharing icons', 'super-socializer') ?>
1554
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_vertical_total_shares.png', __FILE__); ?>" />
1555
  </div>
1556
  </td>
1557
  </tr>
1558
 
1559
+ <tbody id="heateor_ss_fb_vertical_share_count_options" <?php echo (isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])) || !(in_array('facebook', $theChampSharingOptions['vertical_re_providers']) && (isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']))) ? 'style = "display: none"' : '';?> >
1560
+ <tr>
1561
+ <th>
1562
+ <img id="the_champ_vertical_fb_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1563
+ <label for="the_champ_vertical_fb_key"><?php _e("Facebook App ID", 'super-socializer'); ?></label>
1564
+ </th>
1565
+ <td>
1566
+ <input id="the_champ_vertical_fb_key" name="the_champ_sharing[vertical_fb_key]" type="text" value="<?php echo $facebookAppId ?>" />
1567
+ </td>
1568
+ </tr>
1569
+
1570
+ <tr class="the_champ_help_content" id="the_champ_vertical_fb_key_help_cont">
1571
+ <td colspan="2">
1572
+ <div>
1573
+ <?php echo sprintf(__('Required for Facebook share count to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
1574
+ </div>
1575
+ </td>
1576
+ </tr>
1577
+
1578
+ <tr>
1579
+ <th>
1580
+ <img id="the_champ_fb_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1581
+ <label for="the_champ_fblogin_secret"><?php _e("Facebook App Secret", 'super-socializer'); ?></label>
1582
+ </th>
1583
+ <td>
1584
+ <input id="the_champ_fblogin_secret" name="the_champ_sharing[vertical_fb_secret]" type="text" value="<?php echo $facebookAppSecret ?>" />
1585
+ </td>
1586
+ </tr>
1587
+
1588
+ <tr class="the_champ_help_content" id="the_champ_fb_secret_help_cont">
1589
+ <td colspan="2">
1590
+ <div>
1591
+ <?php echo sprintf(__('Required for Facebook share count to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
1592
+ </div>
1593
+ </td>
1594
+ </tr>
1595
+ </tbody>
1596
+
1597
  <tr>
1598
  <th>
1599
  <img id="the_champ_vmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
helper.php CHANGED
@@ -85,7 +85,7 @@ function the_champ_social_login_page(){
85
  */
86
  function the_champ_social_sharing_page(){
87
  // social sharing options
88
- global $theChampSharingOptions, $theChampIsBpActive;
89
  if(!isset($theChampSharingOptions['horizontal_sharing_size'])){
90
  $theChampSharingOptions['horizontal_sharing_size'] = 30;
91
  }
85
  */
86
  function the_champ_social_sharing_page(){
87
  // social sharing options
88
+ global $theChampSharingOptions, $theChampLoginOptions, $theChampIsBpActive;
89
  if(!isset($theChampSharingOptions['horizontal_sharing_size'])){
90
  $theChampSharingOptions['horizontal_sharing_size'] = 30;
91
  }
inc/social_sharing.php CHANGED
@@ -249,6 +249,43 @@ function the_champ_prepare_sharing_html( $postUrl, $sharingType = 'horizontal',
249
  return $html;
250
  }
251
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
252
  /**
253
  * Sanitize post title
254
  */
@@ -892,9 +929,7 @@ function the_champ_sharing_count(){
892
 
893
  $responseData = array();
894
  $ajaxResponse = array();
895
- if(in_array('facebook', $sharingNetworks)){
896
- $ajaxResponse['facebook'] = 1;
897
- }
898
  $multiplier = 60;
899
  if ( $theChampSharingOptions['share_count_cache_refresh_count'] != '' ) {
900
  switch ( $theChampSharingOptions['share_count_cache_refresh_unit'] ) {
@@ -933,8 +968,16 @@ function the_champ_sharing_count(){
933
  $shareCountTransient = array();
934
  foreach($sharingNetworks as $provider){
935
  switch($provider){
 
 
 
 
 
 
 
 
936
  case 'twitter':
937
- $url = "https://counts.twitcount.com/counts.php?url=" . $targetUrl;
938
  break;
939
  case 'linkedin':
940
  $url = 'https://www.linkedin.com/countserv/count/share?url='. $targetUrl .'&format=json';
@@ -955,13 +998,34 @@ function the_champ_sharing_count(){
955
  $url = 'https://connect.ok.ru/dk?st.cmd=extLike&tp=json&ref='. $targetUrl;
956
  break;
957
  case 'Fintel':
958
- $url = 'https://fintel.io/api/pageStats?url='. $target_url;
959
  break;
960
  default:
961
  $url = '';
962
  }
963
  if($url == ''){ continue; }
964
  $response = wp_remote_get($url, array('timeout' => 15, 'user-agent' => 'Super-Socializer'));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
965
  if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
966
  $body = wp_remote_retrieve_body($response);
967
  if($provider == 'pinterest'){
@@ -971,8 +1035,15 @@ function the_champ_sharing_count(){
971
  $body = json_decode($body);
972
  }
973
  switch($provider){
 
 
 
 
 
 
 
974
  case 'twitter':
975
- if (!empty($body -> count)){
976
  $shareCountTransient['twitter'] = $body -> count;
977
  }else{
978
  $shareCountTransient['twitter'] = 0;
249
  return $html;
250
  }
251
 
252
+ /**
253
+ * Fetch Facebook access token
254
+ */
255
+ function heateor_ss_fetch_fb_access_token(){
256
+ global $theChampSharingOptions, $theChampLoginOptions;
257
+ $fbAppId = '';
258
+ $fbAppSecret = '';
259
+ $fbAccessToken = get_option('heateor_ss_fb_access_token');
260
+ if($fbAccessToken){
261
+ return $fbAccessToken;
262
+ }elseif(isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])){
263
+ $fbAppId = $theChampLoginOptions['fb_key'];
264
+ $fbAppSecret = $theChampLoginOptions['fb_secret'];
265
+ }else{
266
+ if($theChampSharingOptions['fb_key'] && $theChampSharingOptions['fb_secret']){
267
+ $fbAppId = $theChampSharingOptions['fb_key'];
268
+ $fbAppSecret = $theChampSharingOptions['fb_secret'];
269
+ }elseif($theChampSharingOptions['vertical_fb_key'] && $theChampSharingOptions['vertical_fb_secret']){
270
+ $fbAppId = $theChampSharingOptions['vertical_fb_key'];
271
+ $fbAppSecret = $theChampSharingOptions['vertical_fb_secret'];
272
+ }
273
+ }
274
+ if($fbAppId && $fbAppSecret){
275
+ $url = "https://graph.facebook.com/oauth/access_token?client_id=" . $fbAppId . "&client_secret=" . $fbAppSecret . "&grant_type=client_credentials";
276
+ $response = wp_remote_get($url, array('timeout' => 15, 'user-agent' => 'Super-Socializer'));
277
+ if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
278
+ $body = json_decode(wp_remote_retrieve_body( $response ));
279
+ if(isset($body->access_token)){
280
+ update_option('heateor_ss_fb_access_token', $body->access_token);
281
+ return $body->access_token;
282
+ }
283
+ }
284
+ }
285
+
286
+ return false;
287
+ }
288
+
289
  /**
290
  * Sanitize post title
291
  */
929
 
930
  $responseData = array();
931
  $ajaxResponse = array();
932
+
 
 
933
  $multiplier = 60;
934
  if ( $theChampSharingOptions['share_count_cache_refresh_count'] != '' ) {
935
  switch ( $theChampSharingOptions['share_count_cache_refresh_unit'] ) {
968
  $shareCountTransient = array();
969
  foreach($sharingNetworks as $provider){
970
  switch($provider){
971
+ case 'facebook':
972
+ $fbAccessToken = heateor_ss_fetch_fb_access_token();
973
+ if($fbAccessToken === false || $fbAccessToken == ''){
974
+ $url = '';
975
+ }else{
976
+ $url = "https://graph.facebook.com/?access_token=". $fbAccessToken ."&fields=engagement&id=". $targetUrl;
977
+ }
978
+ break;
979
  case 'twitter':
980
+ $url = "https://counts.twitcount.com/counts.php?url=". $targetUrl;
981
  break;
982
  case 'linkedin':
983
  $url = 'https://www.linkedin.com/countserv/count/share?url='. $targetUrl .'&format=json';
998
  $url = 'https://connect.ok.ru/dk?st.cmd=extLike&tp=json&ref='. $targetUrl;
999
  break;
1000
  case 'Fintel':
1001
+ $url = 'https://fintel.io/api/pageStats?url='. $targetUrl;
1002
  break;
1003
  default:
1004
  $url = '';
1005
  }
1006
  if($url == ''){ continue; }
1007
  $response = wp_remote_get($url, array('timeout' => 15, 'user-agent' => 'Super-Socializer'));
1008
+ if($provider == 'facebook' && isset($response['response']['code']) && 400 === $response['response']['code']){
1009
+ $body = json_decode(wp_remote_retrieve_body($response));
1010
+ if(isset($body->error) && isset($body->error->code) && $body->error->code == 190){
1011
+ delete_option('heateor_ss_fb_access_token');
1012
+ $fbAccessToken = heateor_ss_fetch_fb_access_token();
1013
+ if($fbAccessToken){
1014
+ $url = "https://graph.facebook.com/?access_token=". $fbAccessToken ."&fields=engagement&id=". $targetUrl;
1015
+ $response = wp_remote_get($url, array('timeout' => 15, 'user-agent' => 'Super-Socializer'));
1016
+ if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
1017
+ $body = wp_remote_retrieve_body($response);
1018
+ if(!empty($body->engagement) && isset($body->engagement->share_count)){
1019
+ $shareCountTransient['facebook'] = $body->engagement->share_count;
1020
+ }else{
1021
+ $shareCountTransient['facebook'] = 0;
1022
+ }
1023
+ }else{
1024
+ $shareCountTransient['facebook'] = 0;
1025
+ }
1026
+ }
1027
+ }
1028
+ }
1029
  if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
1030
  $body = wp_remote_retrieve_body($response);
1031
  if($provider == 'pinterest'){
1035
  $body = json_decode($body);
1036
  }
1037
  switch($provider){
1038
+ case 'facebook':
1039
+ if(!empty($body->engagement) && isset($body->engagement->share_count)){
1040
+ $shareCountTransient['facebook'] = $body->engagement->share_count;
1041
+ }else{
1042
+ $shareCountTransient['facebook'] = 0;
1043
+ }
1044
+ break;
1045
  case 'twitter':
1046
+ if(!empty($body -> count)){
1047
  $shareCountTransient['twitter'] = $body -> count;
1048
  }else{
1049
  $shareCountTransient['twitter'] = 0;
js/admin/sharing/admin.js CHANGED
@@ -243,9 +243,40 @@ function theChampVerticalCounterPreview(val){
243
  });
244
  }
245
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  "function" != typeof String.prototype.trim && (String.prototype.trim = function() {
247
  return this.replace(/^\s+|\s+$/g, "")
248
  }), jQuery(document).ready(function() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  // instagram username option
250
  jQuery('input#the_champ_instagram').click(function(){
251
  if(jQuery(this).is(':checked')){
243
  });
244
  }
245
  }
246
+
247
+ function heateorSsToggleFbShareCountOptions() {
248
+ if(heateorSsHorizontalFacebookShareEnabled && (heateorSsHorizontalShares || heateorSsHorizontalTotalShares)){
249
+ jQuery('#heateor_ss_fb_share_count_options').css('display', 'table-row-group');
250
+ }else{
251
+ jQuery('#heateor_ss_fb_share_count_options').css('display', 'none');
252
+ }
253
+ if(heateorSsVerticalFacebookShareEnabled && (heateorSsVerticalShares || heateorSsVerticalTotalShares)){
254
+ jQuery('#heateor_ss_fb_vertical_share_count_options').css('display', 'table-row-group');
255
+ }else{
256
+ jQuery('#heateor_ss_fb_vertical_share_count_options').css('display', 'none');
257
+ }
258
+ }
259
+
260
  "function" != typeof String.prototype.trim && (String.prototype.trim = function() {
261
  return this.replace(/^\s+|\s+$/g, "")
262
  }), jQuery(document).ready(function() {
263
+ // facebook share count option
264
+ jQuery('input#the_champ_facebook').click(function(){
265
+ if(jQuery(this).is(':checked')){
266
+ heateorSsHorizontalFacebookShareEnabled = true;
267
+ }else{
268
+ heateorSsHorizontalFacebookShareEnabled = false;
269
+ }
270
+ heateorSsToggleFbShareCountOptions();
271
+ });
272
+ jQuery('input#the_champ_vertical_sharing_facebook').click(function(){
273
+ if(jQuery(this).is(':checked')){
274
+ heateorSsVerticalFacebookShareEnabled = true;
275
+ }else{
276
+ heateorSsVerticalFacebookShareEnabled = false;
277
+ }
278
+ heateorSsToggleFbShareCountOptions();
279
+ });
280
  // instagram username option
281
  jQuery('input#the_champ_instagram').click(function(){
282
  if(jQuery(this).is(':checked')){
languages/super-socializer-ar_AR.mo CHANGED
Binary file
languages/super-socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-07 08:55+0530\n"
6
- "PO-Revision-Date: 2019-04-07 08:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -92,139 +92,139 @@ msgstr "يرجى التحقق من بريدك الالكتروني لإكمال
92
  msgid "Enter your LiveJournal username"
93
  msgstr ""
94
 
95
- #: ../super_socializer.php:1015
96
  msgid "Leave a reply"
97
  msgstr "اترك رد"
98
 
99
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
100
  msgid "Shares"
101
  msgstr ""
102
 
103
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
104
  msgid "Share"
105
  msgstr ""
106
 
107
- #: ../super_socializer.php:1027
108
  #, fuzzy
109
  msgid "Link copied."
110
  msgstr "شارك الأخرين عبر لنكيدان"
111
 
112
- #: ../super_socializer.php:1273
113
  #, fuzzy
114
  msgid "Super Socializer - General Options"
115
  msgstr "آخر تسجيل دخول | Last Login"
116
 
117
- #: ../super_socializer.php:1273 ../admin/general_options.php:15
118
  #: ../admin/social_commenting.php:47
119
  #, fuzzy
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
- #: ../super_socializer.php:1341 ../helper.php:898
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
127
 
128
- #: ../super_socializer.php:1344
129
  msgid "Small Avatar Url"
130
  msgstr "صغير الرمزية رابط"
131
 
132
- #: ../super_socializer.php:1348
133
  #, fuzzy
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
- #: ../super_socializer.php:1352 ../helper.php:901
138
  msgid ""
139
  "Do not fetch and update social avatar from my profile, next time I Social "
140
  "Login"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1356 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1429 ../super_socializer.php:2144
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1435
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:1436
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
160
 
161
- #: ../super_socializer.php:1441
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
164
 
165
- #: ../super_socializer.php:1445 ../super_socializer.php:2068
166
  msgid "Link your social account to login to your account at this website"
167
  msgstr ""
168
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
169
  "الى حسابك في هذا الموقع"
170
 
171
- #: ../super_socializer.php:1680
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1682
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1693
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:1702
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:1711
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:1720
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:1729
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:1736
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:1747
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:1763
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:1787
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:1787 ../super_socializer.php:1812
236
- #: ../super_socializer.php:1837 ../super_socializer.php:1862
237
- #: ../super_socializer.php:1895 ../super_socializer.php:1923
238
- #: ../super_socializer.php:1950 ../super_socializer.php:1999
239
  msgid "Okay"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1812
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:1837
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:1862
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:1873
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:1895
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -277,7 +277,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1923
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -286,7 +286,7 @@ msgid ""
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1950
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -294,7 +294,7 @@ msgid ""
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:1975
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -302,11 +302,18 @@ msgid ""
302
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
- #: ../super_socializer.php:1975
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
- #: ../super_socializer.php:1999
 
 
 
 
 
 
 
310
  #, php-format
311
  msgid ""
312
  "Your website visitors will see a popup notification (only once) if their "
@@ -420,7 +427,7 @@ msgid "Large Avatar"
420
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
421
 
422
  #: ../helper.php:913 ../admin/general_options.php:132
423
- #: ../admin/social_sharing.php:1965 ../admin/social_commenting.php:413
424
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
425
  #, fuzzy
426
  msgid "Save Changes"
@@ -444,7 +451,7 @@ msgid "Something bad happened"
444
  msgstr ""
445
 
446
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
447
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1969
448
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
449
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
450
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -525,14 +532,14 @@ msgstr "رابط (URL) مخصّص"
525
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
526
  msgstr ""
527
 
528
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1975
529
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
530
  #: ../admin/like_buttons.php:836
531
  #, fuzzy
532
  msgid "Instagram Shoutout"
533
  msgstr "إنستاجرام"
534
 
535
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1977
536
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
537
  #: ../admin/like_buttons.php:838
538
  msgid ""
@@ -541,7 +548,7 @@ msgid ""
541
  "hashtags and people to mention in the Instagram post."
542
  msgstr ""
543
 
544
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1978
545
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
546
  #: ../admin/like_buttons.php:839
547
  msgid ""
@@ -552,7 +559,7 @@ msgid ""
552
  "time."
553
  msgstr ""
554
 
555
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1979
556
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
557
  #: ../admin/like_buttons.php:840
558
  msgid ""
@@ -697,8 +704,8 @@ msgstr ""
697
  msgid "3rd Party Integration"
698
  msgstr ""
699
 
700
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
701
- #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
702
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
703
  #: ../admin/like_buttons.php:797
704
  #, fuzzy
@@ -710,7 +717,7 @@ msgstr "استخدم كود مختصر | Include the shortcode"
710
  msgid "Troubleshooter"
711
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
712
 
713
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
714
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
715
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
716
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -830,7 +837,7 @@ msgstr ""
830
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
831
 
832
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
833
- #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
834
  #: ../inc/widget.php:460 ../inc/widget.php:772
835
  #, fuzzy
836
  msgid "Background Color"
@@ -878,7 +885,7 @@ msgid "(applies, if counter enabled)"
878
  msgstr ""
879
 
880
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
881
- #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
882
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
883
  #: ../inc/widget.php:446 ../inc/widget.php:758
884
  #, fuzzy
@@ -890,7 +897,7 @@ msgid "Top"
890
  msgstr ""
891
 
892
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
893
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
894
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
895
  #: ../inc/widget.php:447 ../inc/widget.php:759
896
  #, fuzzy
@@ -943,31 +950,31 @@ msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي
943
  msgid "Master control to enable standard sharing"
944
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
945
 
946
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
947
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
948
  #, fuzzy
949
  msgid "Target Url"
950
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
951
 
952
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
953
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
954
  #, fuzzy
955
  msgid "Url of the webpage where icons are located (default)"
956
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
957
 
958
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
959
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
960
  #, fuzzy
961
  msgid "Url of the homepage of your website"
962
  msgstr "URL لعملاء الموقع (اختياري)"
963
 
964
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
965
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
966
  #, fuzzy
967
  msgid "Custom url"
968
  msgstr "رابط (URL) مخصّص"
969
 
970
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
971
  #, fuzzy
972
  msgid "Url to share"
973
  msgstr " شارك الآخرين بهذة الفقرة"
@@ -984,183 +991,183 @@ msgstr "العنوان"
984
  msgid "The text to display above the sharing interface"
985
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
986
 
987
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
988
  #, fuzzy
989
  msgid "Instagram username"
990
  msgstr "إنستاجرام"
991
 
992
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
993
  msgid ""
994
  "Username of the Instagram account you want to redirect users to, on clicking "
995
  "the icon"
996
  msgstr ""
997
 
998
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
999
  #, fuzzy
1000
  msgid "HTML ID of container element of comment form"
1001
  msgstr "ID HTML التعليق حاوية شكل"
1002
 
1003
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
1004
  msgid ""
1005
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
1006
  "icon."
1007
  msgstr ""
1008
 
1009
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
1010
  #, fuzzy
1011
  msgid "Rearrange icons"
1012
  msgstr "إعادة ترتيب الرموز"
1013
 
1014
- #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
1015
  #, fuzzy
1016
  msgid "Drag the icons to rearrange in desired order"
1017
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
1018
 
1019
- #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
1020
  #, fuzzy
1021
  msgid "Select Sharing Services"
1022
  msgstr "اختر مقالة"
1023
 
1024
- #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
1025
  msgid "Select sharing services to show in social share bar"
1026
  msgstr ""
1027
 
1028
- #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
1029
  #, fuzzy
1030
  msgid "Search social network"
1031
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1032
 
1033
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
1034
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1035
  #, fuzzy
1036
  msgid "Horizontal alignment"
1037
  msgstr "بلا محاذاة"
1038
 
1039
- #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
1040
  #, fuzzy
1041
  msgid "Center"
1042
  msgstr "وسط"
1043
 
1044
- #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
1045
  #, fuzzy
1046
  msgid "Horizontal alignment of the sharing interface"
1047
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1048
 
1049
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
1050
  #, fuzzy
1051
  msgid "Position with respect to content"
1052
  msgstr "موضع الخلفية"
1053
 
1054
- #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
1055
  #, fuzzy
1056
  msgid "Top of the content"
1057
  msgstr "أعلى"
1058
 
1059
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
1060
  #, fuzzy
1061
  msgid "Bottom of the content"
1062
  msgstr "أسفل"
1063
 
1064
- #: ../admin/social_sharing.php:960
1065
  #, fuzzy
1066
  msgid "Specify position of the sharing interface with respect to the content"
1067
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
1068
 
1069
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1070
  msgid "Placement"
1071
  msgstr ""
1072
 
1073
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1074
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1075
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1076
  #, fuzzy
1077
  msgid "Homepage"
1078
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
1079
 
1080
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1081
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1082
  #, fuzzy
1083
  msgid "Posts"
1084
  msgstr "مقالات"
1085
 
1086
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1087
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1088
  #, fuzzy
1089
  msgid "Pages"
1090
  msgstr "صفحات"
1091
 
1092
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1093
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1094
  msgid "Excerpts and Posts page"
1095
  msgstr ""
1096
 
1097
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1098
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1099
  #, fuzzy
1100
  msgid "Category Archives"
1101
  msgstr "الأرشيف"
1102
 
1103
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1104
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1105
  #, fuzzy
1106
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1107
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
1108
 
1109
- #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1110
  #, fuzzy
1111
  msgid "BuddyPress activity"
1112
  msgstr "النشاط BuddyPress والمجموعات"
1113
 
1114
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1115
  msgid "BuddyPress group (only at top of content)"
1116
  msgstr ""
1117
 
1118
- #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1119
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1120
  #, fuzzy
1121
  msgid "BBPress forum"
1122
  msgstr "المنتدى المستعمل | User Forum"
1123
 
1124
- #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1125
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1126
  #, fuzzy
1127
  msgid "BBPress topic"
1128
  msgstr "إضافات الموضوع"
1129
 
1130
- #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1131
  #, fuzzy
1132
  msgid "BBPress reply"
1133
  msgstr "رد"
1134
 
1135
- #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1136
  msgid "After individual product at WooCommerce Shop page"
1137
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
1138
 
1139
- #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1140
  msgid "WooCommerce Product Page"
1141
  msgstr "WooCommerce صفحة المنتج"
1142
 
1143
- #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1144
  msgid "WooCommerce Thankyou Page"
1145
  msgstr "WooCommerce الشكر الصفحة"
1146
 
1147
- #: ../admin/social_sharing.php:1036
1148
  #, fuzzy
1149
  msgid "Specify the pages where you want to enable Sharing interface"
1150
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
1151
 
1152
- #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1153
  #, fuzzy
1154
  msgid "Show share counts"
1155
  msgstr "عرض عدد المقالات"
1156
 
1157
- #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1158
  msgid ""
1159
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1160
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1161
  msgstr ""
1162
 
1163
- #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1164
  #, php-format
1165
  msgid ""
1166
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1169,27 +1176,59 @@ msgid ""
1169
  "their website."
1170
  msgstr ""
1171
 
1172
- #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1173
  #, fuzzy
1174
  msgid "If enabled, share counts are displayed above sharing icons."
1175
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1176
 
1177
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1178
  #, fuzzy
1179
  msgid "Show total shares"
1180
  msgstr "عرض عدد المقالات"
1181
 
1182
- #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1183
  #, fuzzy
1184
  msgid "If enabled, total shares will be displayed with sharing icons"
1185
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1186
 
1187
- #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1188
  #, fuzzy
1189
  msgid "Enable 'More' icon"
1190
  msgstr "الرمز معاينة"
1191
 
1192
- #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1193
  #, fuzzy
1194
  msgid ""
1195
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
@@ -1198,22 +1237,22 @@ msgstr ""
1198
  "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات "
1199
  "مشاركة إضافية في المنبثقة"
1200
 
1201
- #: ../admin/social_sharing.php:1112
1202
  #, fuzzy
1203
  msgid "Floating Sharing Interface Options"
1204
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1205
 
1206
- #: ../admin/social_sharing.php:1118
1207
  #, fuzzy
1208
  msgid "Enable Floating sharing interface"
1209
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
1210
 
1211
- #: ../admin/social_sharing.php:1128
1212
  #, fuzzy
1213
  msgid "Master control to enable floating sharing widget"
1214
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
1215
 
1216
- #: ../admin/social_sharing.php:1322
1217
  #, fuzzy
1218
  msgid ""
1219
  "Specify the color or hex code (example #cc78e0) for the background of "
@@ -1225,12 +1264,12 @@ msgstr ""
1225
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
1226
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1227
 
1228
- #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1229
  #, fuzzy
1230
  msgid "Left offset"
1231
  msgstr "يسار"
1232
 
1233
- #: ../admin/social_sharing.php:1362
1234
  #, fuzzy
1235
  msgid ""
1236
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1239,12 +1278,12 @@ msgstr ""
1239
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
1240
  "اليسار. يمكن أن يكون رقم سلبي جداً."
1241
 
1242
- #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1243
  #, fuzzy
1244
  msgid "Right offset"
1245
  msgstr "يمين"
1246
 
1247
- #: ../admin/social_sharing.php:1382
1248
  #, fuzzy
1249
  msgid ""
1250
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1253,12 +1292,12 @@ msgstr ""
1253
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
1254
  "اليمين. يمكن أن يكون رقم سلبي جداً."
1255
 
1256
- #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1257
  #, fuzzy
1258
  msgid "Top offset"
1259
  msgstr "أعلى"
1260
 
1261
- #: ../admin/social_sharing.php:1401
1262
  #, fuzzy
1263
  msgid ""
1264
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1267,107 +1306,107 @@ msgstr ""
1267
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
1268
  "الأعلى."
1269
 
1270
- #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1271
  #, fuzzy
1272
  msgid "BuddyPress group"
1273
  msgstr "تحرير ملفي الشخصي"
1274
 
1275
- #: ../admin/social_sharing.php:1458
1276
  #, fuzzy
1277
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1278
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
1279
 
1280
- #: ../admin/social_sharing.php:1525
1281
  #, fuzzy
1282
  msgid "Hide floating slider"
1283
  msgstr ""
1284
  "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-"
1285
  "out Users"
1286
 
1287
- #: ../admin/social_sharing.php:1535
1288
  msgid "Hides the slider arrow present below the floating share bar"
1289
  msgstr ""
1290
 
1291
- #: ../admin/social_sharing.php:1543
1292
  #, fuzzy
1293
  msgid "Vertical floating bar responsiveness"
1294
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1295
 
1296
- #: ../admin/social_sharing.php:1546
1297
  #, php-format
1298
  msgid "Display vertical interface only when screen is wider than %s pixels"
1299
  msgstr ""
1300
 
1301
- #: ../admin/social_sharing.php:1553
1302
  msgid ""
1303
  "Display vertical interface only when screen is wider than the width "
1304
  "specified."
1305
  msgstr ""
1306
 
1307
- #: ../admin/social_sharing.php:1561
1308
  msgid "Horizontal floating bar responsiveness"
1309
  msgstr ""
1310
 
1311
- #: ../admin/social_sharing.php:1564
1312
  #, fuzzy, php-format
1313
  msgid ""
1314
  "Stick vertical floating interface horizontally at bottom only when screen is "
1315
  "narrower than %s pixels"
1316
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
1317
 
1318
- #: ../admin/social_sharing.php:1571
1319
  msgid ""
1320
  "Stick vertical floating interface horizontally at bottom only when screen is "
1321
  "narrower than the width specified"
1322
  msgstr ""
1323
 
1324
- #: ../admin/social_sharing.php:1581
1325
  #, fuzzy
1326
  msgid "Horizontal floating bar position"
1327
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1328
 
1329
- #: ../admin/social_sharing.php:1584
1330
  #, php-format
1331
  msgid "%s pixels from %s"
1332
  msgstr ""
1333
 
1334
- #: ../admin/social_sharing.php:1585
1335
  msgid "Auto-adjust according to screen width (responsive)"
1336
  msgstr ""
1337
 
1338
- #: ../admin/social_sharing.php:1592
1339
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1340
  msgstr ""
1341
 
1342
- #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1343
  #, fuzzy
1344
  msgid "Url shortener"
1345
  msgstr "عنوان Url للقيام بالتعليق على"
1346
 
1347
- #: ../admin/social_sharing.php:1618
1348
  #, fuzzy
1349
  msgid "Use shortlinks already installed"
1350
  msgstr "تمّ التنصيب مسبقاً"
1351
 
1352
- #: ../admin/social_sharing.php:1628
1353
  msgid "Uses default short url permalinks without using any additional plugin"
1354
  msgstr ""
1355
 
1356
- #: ../admin/social_sharing.php:1636
1357
  #, fuzzy
1358
  msgid "Enable bit.ly url shortener for sharing"
1359
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1360
 
1361
- #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1362
  #, fuzzy
1363
  msgid "Master control to enable bit.ly url shortening for sharing"
1364
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1365
 
1366
- #: ../admin/social_sharing.php:1654
1367
  msgid "bit.ly Login"
1368
  msgstr ""
1369
 
1370
- #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1371
  #, fuzzy, php-format
1372
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1373
  msgstr ""
@@ -1375,52 +1414,52 @@ msgstr ""
1375
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1376
  "\"مفتاح API التغريد\""
1377
 
1378
- #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1379
  #, fuzzy
1380
  msgid "bit.ly API Key"
1381
  msgstr "مفتاح API الخاص | API Private Key"
1382
 
1383
- #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1384
  msgid "Clear Bitly Cache"
1385
  msgstr ""
1386
 
1387
- #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1388
  #, fuzzy
1389
  msgid "ShortUrl cache cleared successfully."
1390
  msgstr "تم ربط حسابك بنجاح"
1391
 
1392
- #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1393
  msgid ""
1394
  "Use this to delete short urls saved in database. Handy, if urls of your "
1395
  "website have been changed but short urls are still being generated for old "
1396
  "urls."
1397
  msgstr ""
1398
 
1399
- #: ../admin/social_sharing.php:1712
1400
  msgid "Share Count Cache"
1401
  msgstr ""
1402
 
1403
- #: ../admin/social_sharing.php:1718
1404
  msgid "Refresh Share Count cache every"
1405
  msgstr ""
1406
 
1407
- #: ../admin/social_sharing.php:1723
1408
  msgid "Second(s)"
1409
  msgstr ""
1410
 
1411
- #: ../admin/social_sharing.php:1724
1412
  msgid "Minute(s)"
1413
  msgstr ""
1414
 
1415
- #: ../admin/social_sharing.php:1725
1416
  msgid "Hour(s)"
1417
  msgstr ""
1418
 
1419
- #: ../admin/social_sharing.php:1726
1420
  msgid "Day(s)"
1421
  msgstr ""
1422
 
1423
- #: ../admin/social_sharing.php:1734
1424
  #, php-format
1425
  msgid ""
1426
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1428,20 +1467,20 @@ msgid ""
1428
  "target=\"_blank\">here</a>"
1429
  msgstr ""
1430
 
1431
- #: ../admin/social_sharing.php:1742
1432
  msgid "Clear Share Counts Cache"
1433
  msgstr ""
1434
 
1435
- #: ../admin/social_sharing.php:1746
1436
  #, fuzzy
1437
  msgid "Share Counts cache cleared successfully."
1438
  msgstr "تم ربط حسابك بنجاح"
1439
 
1440
- #: ../admin/social_sharing.php:1753
1441
  msgid "Use this to clear cached share counts"
1442
  msgstr ""
1443
 
1444
- #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1445
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1446
  #: ../admin/like_buttons.php:698
1447
  #, fuzzy
@@ -1450,7 +1489,7 @@ msgstr ""
1450
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1451
  "والخصائص التالية: %s"
1452
 
1453
- #: ../admin/social_sharing.php:1778
1454
  #, fuzzy, php-format
1455
  msgid ""
1456
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1461,17 +1500,17 @@ msgstr ""
1461
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1462
  "فارغاً ل language(English) الافتراضي"
1463
 
1464
- #: ../admin/social_sharing.php:1787
1465
  #, fuzzy
1466
  msgid "Username in sharing"
1467
  msgstr "شارك الأخرين عبر تويتر"
1468
 
1469
- #: ../admin/social_sharing.php:1793
1470
  #, fuzzy
1471
  msgid "Twitter username (without @)"
1472
  msgstr "قالب بدون %1$s"
1473
 
1474
- #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1475
  #, fuzzy
1476
  msgid ""
1477
  "Provided username will be appended after the content being shared as \"via "
@@ -1481,37 +1520,37 @@ msgstr ""
1481
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1482
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1483
 
1484
- #: ../admin/social_sharing.php:1812
1485
  #, fuzzy
1486
  msgid "Buffer username (without @)"
1487
  msgstr "قالب بدون %1$s"
1488
 
1489
- #: ../admin/social_sharing.php:1831
1490
  msgid "AMP"
1491
  msgstr ""
1492
 
1493
- #: ../admin/social_sharing.php:1837
1494
  #, fuzzy
1495
  msgid "Enable sharing on AMP pages"
1496
  msgstr "صفحة"
1497
 
1498
- #: ../admin/social_sharing.php:1847
1499
  msgid "Enable this option to render sharing icons on AMP pages"
1500
  msgstr ""
1501
 
1502
- #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1503
  msgid "myCRED"
1504
  msgstr ""
1505
 
1506
- #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1507
  msgid "Append myCRED referral ID to the urls being shared"
1508
  msgstr ""
1509
 
1510
- #: ../admin/social_sharing.php:1905
1511
  msgid "Facebook Sharing Troubleshooter"
1512
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1513
 
1514
- #: ../admin/social_sharing.php:1910
1515
  #, fuzzy
1516
  msgid ""
1517
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1522,24 +1561,24 @@ msgstr ""
1522
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1523
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1524
 
1525
- #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:399
1526
  #: ../admin/social_login.php:1241
1527
  msgid ""
1528
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1529
  "an online website for the plugin to function properly."
1530
  msgstr ""
1531
 
1532
- #: ../admin/social_sharing.php:1928
1533
  msgid ""
1534
  "Why is sharer not showing the correct image, title and other meta tags "
1535
  "content?"
1536
  msgstr ""
1537
 
1538
- #: ../admin/social_sharing.php:1930
1539
  msgid "Why is Instagram icon redirecting to Instagram website?"
1540
  msgstr ""
1541
 
1542
- #: ../admin/social_sharing.php:1931
1543
  msgid ""
1544
  "Instagram icon is there to send website visitors to the Instagram page of "
1545
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1547,46 +1586,46 @@ msgid ""
1547
  "sections."
1548
  msgstr ""
1549
 
1550
- #: ../admin/social_sharing.php:1934
1551
  #, fuzzy
1552
  msgid "How to customize the url being shared?"
1553
  msgstr "عرض عدد المقالات"
1554
 
1555
- #: ../admin/social_sharing.php:1935
1556
  msgid ""
1557
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1558
  msgstr ""
1559
 
1560
- #: ../admin/social_sharing.php:1936
1561
  msgid ""
1562
  "It takes some time for their service to track the shares made on Twitter "
1563
  "from your website. If you still feel it's taking too long you can contact "
1564
  "their support directly from their website."
1565
  msgstr ""
1566
 
1567
- #: ../admin/social_sharing.php:1938 ../admin/like_buttons.php:814
1568
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1569
  msgstr ""
1570
 
1571
- #: ../admin/social_sharing.php:1939
1572
  msgid ""
1573
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1574
  msgstr ""
1575
 
1576
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:402
1577
  #: ../admin/social_login.php:1248
1578
  msgid "Why is my browser blocking some features of the plugin?"
1579
  msgstr ""
1580
 
1581
- #: ../admin/social_sharing.php:1941
1582
  msgid "Why the color of share icons is not being updated?"
1583
  msgstr ""
1584
 
1585
- #: ../admin/social_sharing.php:1942
1586
  msgid "Why Facebook share counts are not appearing?"
1587
  msgstr ""
1588
 
1589
- #: ../admin/social_sharing.php:1943
1590
  #, fuzzy
1591
  msgid ""
1592
  "How can I show share counts of my website rather than of individual pages/"
@@ -1595,51 +1634,51 @@ msgstr ""
1595
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1596
  "الوظائف؟"
1597
 
1598
- #: ../admin/social_sharing.php:1944
1599
  #, fuzzy
1600
  msgid "How can I disable sharing on particular page/post?"
1601
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1602
 
1603
- #: ../admin/social_sharing.php:1945
1604
  #, fuzzy
1605
  msgid "How can I specify minimum sharing count for sharing networks?"
1606
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1607
 
1608
- #: ../admin/social_sharing.php:1946
1609
  msgid "How to share specific page?"
1610
  msgstr ""
1611
 
1612
- #: ../admin/social_sharing.php:1947
1613
  msgid "How to integrate Google Analytics with sharing?"
1614
  msgstr ""
1615
 
1616
- #: ../admin/social_sharing.php:1948
1617
  msgid "How to customize the look of total share counts?"
1618
  msgstr ""
1619
 
1620
- #: ../admin/social_sharing.php:1949
1621
  #, fuzzy
1622
  msgid "How to customize the look of individual share counts?"
1623
  msgstr "عرض عدد المقالات"
1624
 
1625
- #: ../admin/social_sharing.php:1950
1626
  #, fuzzy
1627
  msgid "How to show Whatsapp icon only on mobile devices?"
1628
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1629
 
1630
- #: ../admin/social_sharing.php:1951
1631
  msgid "How to hide arrow after floating sharing bar?"
1632
  msgstr ""
1633
 
1634
- #: ../admin/social_sharing.php:1952
1635
  msgid "Why is share count not getting updated?"
1636
  msgstr ""
1637
 
1638
- #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:812
1639
  msgid "Why is there so much space between like buttons?"
1640
  msgstr ""
1641
 
1642
- #: ../admin/social_sharing.php:1954 ../admin/like_buttons.php:813
1643
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1644
  msgstr ""
1645
 
@@ -2018,11 +2057,6 @@ msgstr ""
2018
  msgid "Select Social ID provider to enable in Social Login"
2019
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
2020
 
2021
- #: ../admin/social_login.php:161
2022
- #, fuzzy
2023
- msgid "Facebook App ID"
2024
- msgstr "رقم التعريف الخالص بك | ID"
2025
-
2026
  #: ../admin/social_login.php:171
2027
  #, fuzzy, php-format
2028
  msgid ""
@@ -2041,11 +2075,6 @@ msgstr ""
2041
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2042
  "الوصلة المذكورة"
2043
 
2044
- #: ../admin/social_login.php:183
2045
- #, fuzzy
2046
- msgid "Facebook App Secret"
2047
- msgstr "رقم التعريف الخالص بك | ID"
2048
-
2049
  #: ../admin/social_login.php:193
2050
  #, fuzzy, php-format
2051
  msgid ""
@@ -3033,23 +3062,23 @@ msgstr ""
3033
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > "
3034
  "الاجتماعية صفحة تسجيل الدخول\"."
3035
 
3036
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:315
3037
  msgid "Search for"
3038
  msgstr ""
3039
 
3040
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
3041
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:320
3042
- #: ../inc/social_sharing.php:322 ../inc/social_sharing.php:324
3043
  #, fuzzy
3044
  msgid "Archives"
3045
  msgstr "الأرشيف"
3046
 
3047
- #: ../inc/social_sharing.php:882 ../inc/social_sharing.php:1107
3048
  #, fuzzy
3049
  msgid "Invalid request"
3050
  msgstr "طلب غير صحيح"
3051
 
3052
- #: ../inc/social_sharing.php:889
3053
  #, fuzzy
3054
  msgid "Providers not selected"
3055
  msgstr "محدد | selected"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-04-19 19:55+0530\n"
6
+ "PO-Revision-Date: 2019-04-19 19:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
92
  msgid "Enter your LiveJournal username"
93
  msgstr ""
94
 
95
+ #: ../super_socializer.php:1014
96
  msgid "Leave a reply"
97
  msgstr "اترك رد"
98
 
99
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
100
  msgid "Shares"
101
  msgstr ""
102
 
103
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
104
  msgid "Share"
105
  msgstr ""
106
 
107
+ #: ../super_socializer.php:1026
108
  #, fuzzy
109
  msgid "Link copied."
110
  msgstr "شارك الأخرين عبر لنكيدان"
111
 
112
+ #: ../super_socializer.php:1272
113
  #, fuzzy
114
  msgid "Super Socializer - General Options"
115
  msgstr "آخر تسجيل دخول | Last Login"
116
 
117
+ #: ../super_socializer.php:1272 ../admin/general_options.php:15
118
  #: ../admin/social_commenting.php:47
119
  #, fuzzy
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
+ #: ../super_socializer.php:1340 ../helper.php:898
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
127
 
128
+ #: ../super_socializer.php:1343
129
  msgid "Small Avatar Url"
130
  msgstr "صغير الرمزية رابط"
131
 
132
+ #: ../super_socializer.php:1347
133
  #, fuzzy
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
+ #: ../super_socializer.php:1351 ../helper.php:901
138
  msgid ""
139
  "Do not fetch and update social avatar from my profile, next time I Social "
140
  "Login"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1355 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1428 ../super_socializer.php:2193
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1434
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:1435
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
160
 
161
+ #: ../super_socializer.php:1440
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
164
 
165
+ #: ../super_socializer.php:1444 ../super_socializer.php:2117
166
  msgid "Link your social account to login to your account at this website"
167
  msgstr ""
168
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
169
  "الى حسابك في هذا الموقع"
170
 
171
+ #: ../super_socializer.php:1692
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1694
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1705
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:1714
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:1723
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:1732
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:1741
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:1748
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:1759
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:1775
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:1799
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:1799 ../super_socializer.php:1824
236
+ #: ../super_socializer.php:1849 ../super_socializer.php:1874
237
+ #: ../super_socializer.php:1907 ../super_socializer.php:1935
238
+ #: ../super_socializer.php:1962 ../super_socializer.php:2039
239
  msgid "Okay"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1824
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:1849
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:1874
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:1885
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:1907
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:1935
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1962
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:1987
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
302
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
+ #: ../super_socializer.php:1987 ../super_socializer.php:2014
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
+ #: ../super_socializer.php:2013
310
+ msgid ""
311
+ "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
312
+ "\"Floating Interface\" section(s) to fix the issue with Facebook share "
313
+ "count. After that, clear share counts cache from \"Miscellaneous\" section."
314
+ msgstr ""
315
+
316
+ #: ../super_socializer.php:2039
317
  #, php-format
318
  msgid ""
319
  "Your website visitors will see a popup notification (only once) if their "
427
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
428
 
429
  #: ../helper.php:913 ../admin/general_options.php:132
430
+ #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
431
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
432
  #, fuzzy
433
  msgid "Save Changes"
451
  msgstr ""
452
 
453
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
454
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
455
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
456
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
457
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
532
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
533
  msgstr ""
534
 
535
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
536
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
537
  #: ../admin/like_buttons.php:836
538
  #, fuzzy
539
  msgid "Instagram Shoutout"
540
  msgstr "إنستاجرام"
541
 
542
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
543
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
544
  #: ../admin/like_buttons.php:838
545
  msgid ""
548
  "hashtags and people to mention in the Instagram post."
549
  msgstr ""
550
 
551
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
552
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
553
  #: ../admin/like_buttons.php:839
554
  msgid ""
559
  "time."
560
  msgstr ""
561
 
562
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
563
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
564
  #: ../admin/like_buttons.php:840
565
  msgid ""
704
  msgid "3rd Party Integration"
705
  msgstr ""
706
 
707
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
708
+ #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
709
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
710
  #: ../admin/like_buttons.php:797
711
  #, fuzzy
717
  msgid "Troubleshooter"
718
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
719
 
720
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
721
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
722
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
723
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
837
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
838
 
839
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
840
+ #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
841
  #: ../inc/widget.php:460 ../inc/widget.php:772
842
  #, fuzzy
843
  msgid "Background Color"
885
  msgstr ""
886
 
887
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
888
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
889
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
890
  #: ../inc/widget.php:446 ../inc/widget.php:758
891
  #, fuzzy
897
  msgstr ""
898
 
899
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
900
+ #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
901
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
902
  #: ../inc/widget.php:447 ../inc/widget.php:759
903
  #, fuzzy
950
  msgid "Master control to enable standard sharing"
951
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
952
 
953
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
954
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
955
  #, fuzzy
956
  msgid "Target Url"
957
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
958
 
959
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
960
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
961
  #, fuzzy
962
  msgid "Url of the webpage where icons are located (default)"
963
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
964
 
965
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
966
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
967
  #, fuzzy
968
  msgid "Url of the homepage of your website"
969
  msgstr "URL لعملاء الموقع (اختياري)"
970
 
971
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
972
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
973
  #, fuzzy
974
  msgid "Custom url"
975
  msgstr "رابط (URL) مخصّص"
976
 
977
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
978
  #, fuzzy
979
  msgid "Url to share"
980
  msgstr " شارك الآخرين بهذة الفقرة"
991
  msgid "The text to display above the sharing interface"
992
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
993
 
994
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
995
  #, fuzzy
996
  msgid "Instagram username"
997
  msgstr "إنستاجرام"
998
 
999
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
1000
  msgid ""
1001
  "Username of the Instagram account you want to redirect users to, on clicking "
1002
  "the icon"
1003
  msgstr ""
1004
 
1005
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
1006
  #, fuzzy
1007
  msgid "HTML ID of container element of comment form"
1008
  msgstr "ID HTML التعليق حاوية شكل"
1009
 
1010
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
1011
  msgid ""
1012
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
1013
  "icon."
1014
  msgstr ""
1015
 
1016
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
1017
  #, fuzzy
1018
  msgid "Rearrange icons"
1019
  msgstr "إعادة ترتيب الرموز"
1020
 
1021
+ #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
1022
  #, fuzzy
1023
  msgid "Drag the icons to rearrange in desired order"
1024
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
1025
 
1026
+ #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
1027
  #, fuzzy
1028
  msgid "Select Sharing Services"
1029
  msgstr "اختر مقالة"
1030
 
1031
+ #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
1032
  msgid "Select sharing services to show in social share bar"
1033
  msgstr ""
1034
 
1035
+ #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
1036
  #, fuzzy
1037
  msgid "Search social network"
1038
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1039
 
1040
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
1041
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1042
  #, fuzzy
1043
  msgid "Horizontal alignment"
1044
  msgstr "بلا محاذاة"
1045
 
1046
+ #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
1047
  #, fuzzy
1048
  msgid "Center"
1049
  msgstr "وسط"
1050
 
1051
+ #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
1052
  #, fuzzy
1053
  msgid "Horizontal alignment of the sharing interface"
1054
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1055
 
1056
+ #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1057
  #, fuzzy
1058
  msgid "Position with respect to content"
1059
  msgstr "موضع الخلفية"
1060
 
1061
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1062
  #, fuzzy
1063
  msgid "Top of the content"
1064
  msgstr "أعلى"
1065
 
1066
+ #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1067
  #, fuzzy
1068
  msgid "Bottom of the content"
1069
  msgstr "أسفل"
1070
 
1071
+ #: ../admin/social_sharing.php:962
1072
  #, fuzzy
1073
  msgid "Specify position of the sharing interface with respect to the content"
1074
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
1075
 
1076
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1077
  msgid "Placement"
1078
  msgstr ""
1079
 
1080
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1081
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1082
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1083
  #, fuzzy
1084
  msgid "Homepage"
1085
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
1086
 
1087
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1088
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1089
  #, fuzzy
1090
  msgid "Posts"
1091
  msgstr "مقالات"
1092
 
1093
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1094
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1095
  #, fuzzy
1096
  msgid "Pages"
1097
  msgstr "صفحات"
1098
 
1099
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1100
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1101
  msgid "Excerpts and Posts page"
1102
  msgstr ""
1103
 
1104
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1105
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1106
  #, fuzzy
1107
  msgid "Category Archives"
1108
  msgstr "الأرشيف"
1109
 
1110
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1111
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1112
  #, fuzzy
1113
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1114
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
1115
 
1116
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1117
  #, fuzzy
1118
  msgid "BuddyPress activity"
1119
  msgstr "النشاط BuddyPress والمجموعات"
1120
 
1121
+ #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1122
  msgid "BuddyPress group (only at top of content)"
1123
  msgstr ""
1124
 
1125
+ #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1126
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1127
  #, fuzzy
1128
  msgid "BBPress forum"
1129
  msgstr "المنتدى المستعمل | User Forum"
1130
 
1131
+ #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1132
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1133
  #, fuzzy
1134
  msgid "BBPress topic"
1135
  msgstr "إضافات الموضوع"
1136
 
1137
+ #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1138
  #, fuzzy
1139
  msgid "BBPress reply"
1140
  msgstr "رد"
1141
 
1142
+ #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1143
  msgid "After individual product at WooCommerce Shop page"
1144
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
1145
 
1146
+ #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1147
  msgid "WooCommerce Product Page"
1148
  msgstr "WooCommerce صفحة المنتج"
1149
 
1150
+ #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1151
  msgid "WooCommerce Thankyou Page"
1152
  msgstr "WooCommerce الشكر الصفحة"
1153
 
1154
+ #: ../admin/social_sharing.php:1038
1155
  #, fuzzy
1156
  msgid "Specify the pages where you want to enable Sharing interface"
1157
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
1158
 
1159
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1160
  #, fuzzy
1161
  msgid "Show share counts"
1162
  msgstr "عرض عدد المقالات"
1163
 
1164
+ #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1165
  msgid ""
1166
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1167
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1168
  msgstr ""
1169
 
1170
+ #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1171
  #, php-format
1172
  msgid ""
1173
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1176
  "their website."
1177
  msgstr ""
1178
 
1179
+ #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1180
  #, fuzzy
1181
  msgid "If enabled, share counts are displayed above sharing icons."
1182
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1183
 
1184
+ #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1185
  #, fuzzy
1186
  msgid "Show total shares"
1187
  msgstr "عرض عدد المقالات"
1188
 
1189
+ #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1190
  #, fuzzy
1191
  msgid "If enabled, total shares will be displayed with sharing icons"
1192
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1193
 
1194
+ #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1195
+ #: ../admin/social_login.php:161
1196
+ #, fuzzy
1197
+ msgid "Facebook App ID"
1198
+ msgstr "رقم التعريف الخالص بك | ID"
1199
+
1200
+ #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1201
+ #, fuzzy, php-format
1202
+ msgid ""
1203
+ "Required for Facebook share count to work. Please follow the documentation "
1204
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1205
+ msgstr ""
1206
+ "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة "
1207
+ "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1208
+ "فيسبوك"
1209
+
1210
+ #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1211
+ #: ../admin/social_login.php:183
1212
+ #, fuzzy
1213
+ msgid "Facebook App Secret"
1214
+ msgstr "رقم التعريف الخالص بك | ID"
1215
+
1216
+ #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1217
+ #, fuzzy, php-format
1218
+ msgid ""
1219
+ "Required for Facebook share count to work. Please follow the documentation "
1220
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1221
+ msgstr ""
1222
+ "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة "
1223
+ "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1224
+ "فيسبوك"
1225
+
1226
+ #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1227
  #, fuzzy
1228
  msgid "Enable 'More' icon"
1229
  msgstr "الرمز معاينة"
1230
 
1231
+ #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1232
  #, fuzzy
1233
  msgid ""
1234
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1237
  "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات "
1238
  "مشاركة إضافية في المنبثقة"
1239
 
1240
+ #: ../admin/social_sharing.php:1167
1241
  #, fuzzy
1242
  msgid "Floating Sharing Interface Options"
1243
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1244
 
1245
+ #: ../admin/social_sharing.php:1173
1246
  #, fuzzy
1247
  msgid "Enable Floating sharing interface"
1248
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
1249
 
1250
+ #: ../admin/social_sharing.php:1183
1251
  #, fuzzy
1252
  msgid "Master control to enable floating sharing widget"
1253
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
1254
 
1255
+ #: ../admin/social_sharing.php:1377
1256
  #, fuzzy
1257
  msgid ""
1258
  "Specify the color or hex code (example #cc78e0) for the background of "
1264
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
1265
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1266
 
1267
+ #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1268
  #, fuzzy
1269
  msgid "Left offset"
1270
  msgstr "يسار"
1271
 
1272
+ #: ../admin/social_sharing.php:1417
1273
  #, fuzzy
1274
  msgid ""
1275
  "Specify a number. Increase in number will shift sharing interface towards "
1278
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
1279
  "اليسار. يمكن أن يكون رقم سلبي جداً."
1280
 
1281
+ #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1282
  #, fuzzy
1283
  msgid "Right offset"
1284
  msgstr "يمين"
1285
 
1286
+ #: ../admin/social_sharing.php:1437
1287
  #, fuzzy
1288
  msgid ""
1289
  "Specify a number. Increase in number will shift sharing interface towards "
1292
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
1293
  "اليمين. يمكن أن يكون رقم سلبي جداً."
1294
 
1295
+ #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1296
  #, fuzzy
1297
  msgid "Top offset"
1298
  msgstr "أعلى"
1299
 
1300
+ #: ../admin/social_sharing.php:1456
1301
  #, fuzzy
1302
  msgid ""
1303
  "Specify a number. Increase in number will shift sharing interface towards "
1306
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
1307
  "الأعلى."
1308
 
1309
+ #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1310
  #, fuzzy
1311
  msgid "BuddyPress group"
1312
  msgstr "تحرير ملفي الشخصي"
1313
 
1314
+ #: ../admin/social_sharing.php:1513
1315
  #, fuzzy
1316
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1317
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
1318
 
1319
+ #: ../admin/social_sharing.php:1618
1320
  #, fuzzy
1321
  msgid "Hide floating slider"
1322
  msgstr ""
1323
  "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-"
1324
  "out Users"
1325
 
1326
+ #: ../admin/social_sharing.php:1628
1327
  msgid "Hides the slider arrow present below the floating share bar"
1328
  msgstr ""
1329
 
1330
+ #: ../admin/social_sharing.php:1636
1331
  #, fuzzy
1332
  msgid "Vertical floating bar responsiveness"
1333
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1334
 
1335
+ #: ../admin/social_sharing.php:1639
1336
  #, php-format
1337
  msgid "Display vertical interface only when screen is wider than %s pixels"
1338
  msgstr ""
1339
 
1340
+ #: ../admin/social_sharing.php:1646
1341
  msgid ""
1342
  "Display vertical interface only when screen is wider than the width "
1343
  "specified."
1344
  msgstr ""
1345
 
1346
+ #: ../admin/social_sharing.php:1654
1347
  msgid "Horizontal floating bar responsiveness"
1348
  msgstr ""
1349
 
1350
+ #: ../admin/social_sharing.php:1657
1351
  #, fuzzy, php-format
1352
  msgid ""
1353
  "Stick vertical floating interface horizontally at bottom only when screen is "
1354
  "narrower than %s pixels"
1355
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
1356
 
1357
+ #: ../admin/social_sharing.php:1664
1358
  msgid ""
1359
  "Stick vertical floating interface horizontally at bottom only when screen is "
1360
  "narrower than the width specified"
1361
  msgstr ""
1362
 
1363
+ #: ../admin/social_sharing.php:1674
1364
  #, fuzzy
1365
  msgid "Horizontal floating bar position"
1366
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1367
 
1368
+ #: ../admin/social_sharing.php:1677
1369
  #, php-format
1370
  msgid "%s pixels from %s"
1371
  msgstr ""
1372
 
1373
+ #: ../admin/social_sharing.php:1678
1374
  msgid "Auto-adjust according to screen width (responsive)"
1375
  msgstr ""
1376
 
1377
+ #: ../admin/social_sharing.php:1685
1378
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1379
  msgstr ""
1380
 
1381
+ #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
1382
  #, fuzzy
1383
  msgid "Url shortener"
1384
  msgstr "عنوان Url للقيام بالتعليق على"
1385
 
1386
+ #: ../admin/social_sharing.php:1711
1387
  #, fuzzy
1388
  msgid "Use shortlinks already installed"
1389
  msgstr "تمّ التنصيب مسبقاً"
1390
 
1391
+ #: ../admin/social_sharing.php:1721
1392
  msgid "Uses default short url permalinks without using any additional plugin"
1393
  msgstr ""
1394
 
1395
+ #: ../admin/social_sharing.php:1729
1396
  #, fuzzy
1397
  msgid "Enable bit.ly url shortener for sharing"
1398
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1399
 
1400
+ #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1401
  #, fuzzy
1402
  msgid "Master control to enable bit.ly url shortening for sharing"
1403
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1404
 
1405
+ #: ../admin/social_sharing.php:1747
1406
  msgid "bit.ly Login"
1407
  msgstr ""
1408
 
1409
+ #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1410
  #, fuzzy, php-format
1411
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1412
  msgstr ""
1414
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1415
  "\"مفتاح API التغريد\""
1416
 
1417
+ #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1418
  #, fuzzy
1419
  msgid "bit.ly API Key"
1420
  msgstr "مفتاح API الخاص | API Private Key"
1421
 
1422
+ #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1423
  msgid "Clear Bitly Cache"
1424
  msgstr ""
1425
 
1426
+ #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1427
  #, fuzzy
1428
  msgid "ShortUrl cache cleared successfully."
1429
  msgstr "تم ربط حسابك بنجاح"
1430
 
1431
+ #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1432
  msgid ""
1433
  "Use this to delete short urls saved in database. Handy, if urls of your "
1434
  "website have been changed but short urls are still being generated for old "
1435
  "urls."
1436
  msgstr ""
1437
 
1438
+ #: ../admin/social_sharing.php:1805
1439
  msgid "Share Count Cache"
1440
  msgstr ""
1441
 
1442
+ #: ../admin/social_sharing.php:1811
1443
  msgid "Refresh Share Count cache every"
1444
  msgstr ""
1445
 
1446
+ #: ../admin/social_sharing.php:1816
1447
  msgid "Second(s)"
1448
  msgstr ""
1449
 
1450
+ #: ../admin/social_sharing.php:1817
1451
  msgid "Minute(s)"
1452
  msgstr ""
1453
 
1454
+ #: ../admin/social_sharing.php:1818
1455
  msgid "Hour(s)"
1456
  msgstr ""
1457
 
1458
+ #: ../admin/social_sharing.php:1819
1459
  msgid "Day(s)"
1460
  msgstr ""
1461
 
1462
+ #: ../admin/social_sharing.php:1827
1463
  #, php-format
1464
  msgid ""
1465
  "Frequent cache refreshing results in slower loading of pages with share "
1467
  "target=\"_blank\">here</a>"
1468
  msgstr ""
1469
 
1470
+ #: ../admin/social_sharing.php:1835
1471
  msgid "Clear Share Counts Cache"
1472
  msgstr ""
1473
 
1474
+ #: ../admin/social_sharing.php:1839
1475
  #, fuzzy
1476
  msgid "Share Counts cache cleared successfully."
1477
  msgstr "تم ربط حسابك بنجاح"
1478
 
1479
+ #: ../admin/social_sharing.php:1846
1480
  msgid "Use this to clear cached share counts"
1481
  msgstr ""
1482
 
1483
+ #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1484
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1485
  #: ../admin/like_buttons.php:698
1486
  #, fuzzy
1489
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1490
  "والخصائص التالية: %s"
1491
 
1492
+ #: ../admin/social_sharing.php:1871
1493
  #, fuzzy, php-format
1494
  msgid ""
1495
  "Enter the code of the language you want to use for like buttons. You can "
1500
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1501
  "فارغاً ل language(English) الافتراضي"
1502
 
1503
+ #: ../admin/social_sharing.php:1880
1504
  #, fuzzy
1505
  msgid "Username in sharing"
1506
  msgstr "شارك الأخرين عبر تويتر"
1507
 
1508
+ #: ../admin/social_sharing.php:1886
1509
  #, fuzzy
1510
  msgid "Twitter username (without @)"
1511
  msgstr "قالب بدون %1$s"
1512
 
1513
+ #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1514
  #, fuzzy
1515
  msgid ""
1516
  "Provided username will be appended after the content being shared as \"via "
1520
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1521
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1522
 
1523
+ #: ../admin/social_sharing.php:1905
1524
  #, fuzzy
1525
  msgid "Buffer username (without @)"
1526
  msgstr "قالب بدون %1$s"
1527
 
1528
+ #: ../admin/social_sharing.php:1924
1529
  msgid "AMP"
1530
  msgstr ""
1531
 
1532
+ #: ../admin/social_sharing.php:1930
1533
  #, fuzzy
1534
  msgid "Enable sharing on AMP pages"
1535
  msgstr "صفحة"
1536
 
1537
+ #: ../admin/social_sharing.php:1940
1538
  msgid "Enable this option to render sharing icons on AMP pages"
1539
  msgstr ""
1540
 
1541
+ #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1542
  msgid "myCRED"
1543
  msgstr ""
1544
 
1545
+ #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1546
  msgid "Append myCRED referral ID to the urls being shared"
1547
  msgstr ""
1548
 
1549
+ #: ../admin/social_sharing.php:1998
1550
  msgid "Facebook Sharing Troubleshooter"
1551
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1552
 
1553
+ #: ../admin/social_sharing.php:2003
1554
  #, fuzzy
1555
  msgid ""
1556
  "If Facebook sharing is not working fine, click at the following link and "
1561
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1562
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1563
 
1564
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1565
  #: ../admin/social_login.php:1241
1566
  msgid ""
1567
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1568
  "an online website for the plugin to function properly."
1569
  msgstr ""
1570
 
1571
+ #: ../admin/social_sharing.php:2021
1572
  msgid ""
1573
  "Why is sharer not showing the correct image, title and other meta tags "
1574
  "content?"
1575
  msgstr ""
1576
 
1577
+ #: ../admin/social_sharing.php:2023
1578
  msgid "Why is Instagram icon redirecting to Instagram website?"
1579
  msgstr ""
1580
 
1581
+ #: ../admin/social_sharing.php:2024
1582
  msgid ""
1583
  "Instagram icon is there to send website visitors to the Instagram page of "
1584
  "your choice. You can save the desired Instagram handle in \"Instagram "
1586
  "sections."
1587
  msgstr ""
1588
 
1589
+ #: ../admin/social_sharing.php:2027
1590
  #, fuzzy
1591
  msgid "How to customize the url being shared?"
1592
  msgstr "عرض عدد المقالات"
1593
 
1594
+ #: ../admin/social_sharing.php:2028
1595
  msgid ""
1596
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1597
  msgstr ""
1598
 
1599
+ #: ../admin/social_sharing.php:2029
1600
  msgid ""
1601
  "It takes some time for their service to track the shares made on Twitter "
1602
  "from your website. If you still feel it's taking too long you can contact "
1603
  "their support directly from their website."
1604
  msgstr ""
1605
 
1606
+ #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1607
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1608
  msgstr ""
1609
 
1610
+ #: ../admin/social_sharing.php:2032
1611
  msgid ""
1612
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1613
  msgstr ""
1614
 
1615
+ #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1616
  #: ../admin/social_login.php:1248
1617
  msgid "Why is my browser blocking some features of the plugin?"
1618
  msgstr ""
1619
 
1620
+ #: ../admin/social_sharing.php:2034
1621
  msgid "Why the color of share icons is not being updated?"
1622
  msgstr ""
1623
 
1624
+ #: ../admin/social_sharing.php:2035
1625
  msgid "Why Facebook share counts are not appearing?"
1626
  msgstr ""
1627
 
1628
+ #: ../admin/social_sharing.php:2036
1629
  #, fuzzy
1630
  msgid ""
1631
  "How can I show share counts of my website rather than of individual pages/"
1634
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1635
  "الوظائف؟"
1636
 
1637
+ #: ../admin/social_sharing.php:2037
1638
  #, fuzzy
1639
  msgid "How can I disable sharing on particular page/post?"
1640
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1641
 
1642
+ #: ../admin/social_sharing.php:2038
1643
  #, fuzzy
1644
  msgid "How can I specify minimum sharing count for sharing networks?"
1645
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1646
 
1647
+ #: ../admin/social_sharing.php:2039
1648
  msgid "How to share specific page?"
1649
  msgstr ""
1650
 
1651
+ #: ../admin/social_sharing.php:2040
1652
  msgid "How to integrate Google Analytics with sharing?"
1653
  msgstr ""
1654
 
1655
+ #: ../admin/social_sharing.php:2041
1656
  msgid "How to customize the look of total share counts?"
1657
  msgstr ""
1658
 
1659
+ #: ../admin/social_sharing.php:2042
1660
  #, fuzzy
1661
  msgid "How to customize the look of individual share counts?"
1662
  msgstr "عرض عدد المقالات"
1663
 
1664
+ #: ../admin/social_sharing.php:2043
1665
  #, fuzzy
1666
  msgid "How to show Whatsapp icon only on mobile devices?"
1667
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1668
 
1669
+ #: ../admin/social_sharing.php:2044
1670
  msgid "How to hide arrow after floating sharing bar?"
1671
  msgstr ""
1672
 
1673
+ #: ../admin/social_sharing.php:2045
1674
  msgid "Why is share count not getting updated?"
1675
  msgstr ""
1676
 
1677
+ #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1678
  msgid "Why is there so much space between like buttons?"
1679
  msgstr ""
1680
 
1681
+ #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1682
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1683
  msgstr ""
1684
 
2057
  msgid "Select Social ID provider to enable in Social Login"
2058
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
2059
 
 
 
 
 
 
2060
  #: ../admin/social_login.php:171
2061
  #, fuzzy, php-format
2062
  msgid ""
2075
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2076
  "الوصلة المذكورة"
2077
 
 
 
 
 
 
2078
  #: ../admin/social_login.php:193
2079
  #, fuzzy, php-format
2080
  msgid ""
3062
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > "
3063
  "الاجتماعية صفحة تسجيل الدخول\"."
3064
 
3065
+ #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
3066
  msgid "Search for"
3067
  msgstr ""
3068
 
3069
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
3070
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
3071
+ #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
3072
  #, fuzzy
3073
  msgid "Archives"
3074
  msgstr "الأرشيف"
3075
 
3076
+ #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
3077
  #, fuzzy
3078
  msgid "Invalid request"
3079
  msgstr "طلب غير صحيح"
3080
 
3081
+ #: ../inc/social_sharing.php:927
3082
  #, fuzzy
3083
  msgid "Providers not selected"
3084
  msgstr "محدد | selected"
languages/super-socializer-es_ES.mo CHANGED
Binary file
languages/super-socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-07 08:55+0530\n"
6
- "PO-Revision-Date: 2019-04-07 08:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -97,45 +97,45 @@ msgstr ""
97
  msgid "Enter your LiveJournal username"
98
  msgstr ""
99
 
100
- #: ../super_socializer.php:1015
101
  msgid "Leave a reply"
102
  msgstr "Deja una respuesta"
103
 
104
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
105
  msgid "Shares"
106
  msgstr ""
107
 
108
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
109
  msgid "Share"
110
  msgstr ""
111
 
112
- #: ../super_socializer.php:1027
113
  #, fuzzy
114
  msgid "Link copied."
115
  msgstr "LinkedIn"
116
 
117
- #: ../super_socializer.php:1273
118
  msgid "Super Socializer - General Options"
119
  msgstr "Super Socializer - Opciones Generales"
120
 
121
- #: ../super_socializer.php:1273 ../admin/general_options.php:15
122
  #: ../admin/social_commenting.php:47
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
- #: ../super_socializer.php:1341 ../helper.php:898
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
130
- #: ../super_socializer.php:1344
131
  msgid "Small Avatar Url"
132
  msgstr "Url de Avatar Pequeño"
133
 
134
- #: ../super_socializer.php:1348
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
- #: ../super_socializer.php:1352 ../helper.php:901
139
  msgid ""
140
  "Do not fetch and update social avatar from my profile, next time I Social "
141
  "Login"
@@ -143,93 +143,93 @@ 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:1356 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
149
 
150
- #: ../super_socializer.php:1429 ../super_socializer.php:2144
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
- #: ../super_socializer.php:1435
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1436
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "El email que has escrito ya está registrado o no es válido"
163
 
164
- #: ../super_socializer.php:1441
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr ""
167
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
168
  "verificarla"
169
 
170
- #: ../super_socializer.php:1445 ../super_socializer.php:2068
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:1680
177
  msgid "Thanks for installing Super Socializer plugin"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1682
181
  msgid "Configure the Plugin"
182
  msgstr ""
183
 
184
- #: ../super_socializer.php:1693
185
  msgid ""
186
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
187
  "current version of Super Socialzer"
188
  msgstr ""
189
 
190
- #: ../super_socializer.php:1702
191
  msgid ""
192
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
193
  "version of Super Socialzer"
194
  msgstr ""
195
 
196
- #: ../super_socializer.php:1711
197
  msgid ""
198
  "Update \"Social Login Buttons\" add-on for compatibility with current "
199
  "version of Super Socialzer"
200
  msgstr ""
201
 
202
- #: ../super_socializer.php:1720
203
  msgid ""
204
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
205
  "with current version of Super Socialzer"
206
  msgstr ""
207
 
208
- #: ../super_socializer.php:1729
209
  msgid ""
210
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
211
  "with current version of Super Socialzer"
212
  msgstr ""
213
 
214
- #: ../super_socializer.php:1736
215
  msgid ""
216
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
217
  "LiveJournal Login of Super Socialzer"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1747
221
  #, php-format
222
  msgid ""
223
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1763
227
  #, php-format
228
  msgid ""
229
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
230
  msgstr ""
231
 
232
- #: ../super_socializer.php:1787
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -237,14 +237,14 @@ msgid ""
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
- #: ../super_socializer.php:1787 ../super_socializer.php:1812
241
- #: ../super_socializer.php:1837 ../super_socializer.php:1862
242
- #: ../super_socializer.php:1895 ../super_socializer.php:1923
243
- #: ../super_socializer.php:1950 ../super_socializer.php:1999
244
  msgid "Okay"
245
  msgstr ""
246
 
247
- #: ../super_socializer.php:1812
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -252,7 +252,7 @@ msgid ""
252
  "\">here</a>"
253
  msgstr ""
254
 
255
- #: ../super_socializer.php:1837
256
  #, php-format
257
  msgid ""
258
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -260,7 +260,7 @@ msgid ""
260
  "target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
- #: ../super_socializer.php:1862
264
  #, php-format
265
  msgid ""
266
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -268,13 +268,13 @@ msgid ""
268
  "target=\"_blank\">here</a>"
269
  msgstr ""
270
 
271
- #: ../super_socializer.php:1873
272
  #, php-format
273
  msgid ""
274
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
275
  msgstr ""
276
 
277
- #: ../super_socializer.php:1895
278
  #, php-format
279
  msgid ""
280
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -282,7 +282,7 @@ msgid ""
282
  "\"%s\" target=\"_blank\">here</a>"
283
  msgstr ""
284
 
285
- #: ../super_socializer.php:1923
286
  #, php-format
287
  msgid ""
288
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -291,7 +291,7 @@ msgid ""
291
  "your website %s with them. No need to copy-paste any code from their website."
292
  msgstr ""
293
 
294
- #: ../super_socializer.php:1950
295
  #, php-format
296
  msgid ""
297
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -299,7 +299,7 @@ msgid ""
299
  "\"%s\" target=\"_blank\">here</a>"
300
  msgstr ""
301
 
302
- #: ../super_socializer.php:1975
303
  #, php-format
304
  msgid ""
305
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -307,11 +307,18 @@ msgid ""
307
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
308
  msgstr ""
309
 
310
- #: ../super_socializer.php:1975
311
  msgid "Dismiss"
312
  msgstr ""
313
 
314
- #: ../super_socializer.php:1999
 
 
 
 
 
 
 
315
  #, php-format
316
  msgid ""
317
  "Your website visitors will see a popup notification (only once) if their "
@@ -416,7 +423,7 @@ msgid "Large Avatar"
416
  msgstr "Avatar Grande"
417
 
418
  #: ../helper.php:913 ../admin/general_options.php:132
419
- #: ../admin/social_sharing.php:1965 ../admin/social_commenting.php:413
420
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
421
  msgid "Save Changes"
422
  msgstr "Guardar Cambios"
@@ -439,7 +446,7 @@ msgid "Something bad happened"
439
  msgstr ""
440
 
441
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
442
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1969
443
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
444
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
445
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -517,14 +524,14 @@ msgstr ""
517
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
518
  "style&gt;)"
519
 
520
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1975
521
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
522
  #: ../admin/like_buttons.php:836
523
  #, fuzzy
524
  msgid "Instagram Shoutout"
525
  msgstr "Instagram"
526
 
527
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1977
528
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
529
  #: ../admin/like_buttons.php:838
530
  msgid ""
@@ -533,7 +540,7 @@ msgid ""
533
  "hashtags and people to mention in the Instagram post."
534
  msgstr ""
535
 
536
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1978
537
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
538
  #: ../admin/like_buttons.php:839
539
  msgid ""
@@ -544,7 +551,7 @@ msgid ""
544
  "time."
545
  msgstr ""
546
 
547
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1979
548
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
549
  #: ../admin/like_buttons.php:840
550
  msgid ""
@@ -677,8 +684,8 @@ msgstr "Miscelánea"
677
  msgid "3rd Party Integration"
678
  msgstr ""
679
 
680
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
681
- #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
682
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
683
  #: ../admin/like_buttons.php:797
684
  msgid "Shortcode & Widget"
@@ -688,7 +695,7 @@ msgstr "Widgets y Shortcodes"
688
  msgid "Troubleshooter"
689
  msgstr "Resolución de problmas"
690
 
691
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
692
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
693
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
694
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -798,7 +805,7 @@ msgstr ""
798
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
799
 
800
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
801
- #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
802
  #: ../inc/widget.php:460 ../inc/widget.php:772
803
  msgid "Background Color"
804
  msgstr "Color del fondo"
@@ -843,7 +850,7 @@ msgid "(applies, if counter enabled)"
843
  msgstr "(aplicable si el contador está activo)"
844
 
845
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
846
- #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
847
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
848
  #: ../inc/widget.php:446 ../inc/widget.php:758
849
  msgid "Left"
@@ -854,7 +861,7 @@ msgid "Top"
854
  msgstr "Arriba"
855
 
856
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
857
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
858
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
859
  #: ../inc/widget.php:447 ../inc/widget.php:759
860
  msgid "Right"
@@ -900,27 +907,27 @@ msgstr "Permitir Interfaz Estándar de Compartir"
900
  msgid "Master control to enable standard sharing"
901
  msgstr "Control Maestro para permitir Compartir estándar"
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 "Target Url"
906
  msgstr "Target Url"
907
 
908
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
909
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
910
  msgid "Url of the webpage where icons are located (default)"
911
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
912
 
913
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
914
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
915
  msgid "Url of the homepage of your website"
916
  msgstr "Url de la página de inicio de tu sitio web"
917
 
918
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
919
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
920
  msgid "Custom url"
921
  msgstr "Url personalizada"
922
 
923
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
924
  msgid "Url to share"
925
  msgstr "Url para compartir"
926
 
@@ -934,163 +941,163 @@ msgstr "Título"
934
  msgid "The text to display above the sharing interface"
935
  msgstr "El texto para mostrar sobre la interfaz de Compartir"
936
 
937
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
938
  #, fuzzy
939
  msgid "Instagram username"
940
  msgstr "Instagram"
941
 
942
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
943
  msgid ""
944
  "Username of the Instagram account you want to redirect users to, on clicking "
945
  "the icon"
946
  msgstr ""
947
 
948
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
949
  #, fuzzy
950
  msgid "HTML ID of container element of comment form"
951
  msgstr "HTML ID del contenedor del formulario de comentario"
952
 
953
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
954
  msgid ""
955
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
956
  "icon."
957
  msgstr ""
958
 
959
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
960
  msgid "Rearrange icons"
961
  msgstr "Reorganizar iconos"
962
 
963
- #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
964
  msgid "Drag the icons to rearrange in desired order"
965
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
966
 
967
- #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
968
  msgid "Select Sharing Services"
969
  msgstr "Selecciona los Servicios para Compartir"
970
 
971
- #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
972
  msgid "Select sharing services to show in social share bar"
973
  msgstr ""
974
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
975
  "sociales"
976
 
977
- #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
978
  #, fuzzy
979
  msgid "Search social network"
980
  msgstr "como red social primaria"
981
 
982
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
983
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
984
  msgid "Horizontal alignment"
985
  msgstr "Alineación horizontal"
986
 
987
- #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
988
  msgid "Center"
989
  msgstr "Centrar"
990
 
991
- #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
992
  msgid "Horizontal alignment of the sharing interface"
993
  msgstr "Alineación horizontal de la interfaz de Compartir"
994
 
995
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
996
  msgid "Position with respect to content"
997
  msgstr "Posición respecto al contenido"
998
 
999
- #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
1000
  msgid "Top of the content"
1001
  msgstr "Encima del contenido"
1002
 
1003
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
1004
  msgid "Bottom of the content"
1005
  msgstr "Debajo del contenido"
1006
 
1007
- #: ../admin/social_sharing.php:960
1008
  msgid "Specify position of the sharing interface with respect to the content"
1009
  msgstr ""
1010
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
1011
 
1012
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1013
  msgid "Placement"
1014
  msgstr "Ubicación"
1015
 
1016
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1017
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1018
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1019
  msgid "Homepage"
1020
  msgstr "Página de Inicio"
1021
 
1022
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1023
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1024
  msgid "Posts"
1025
  msgstr "Entradas"
1026
 
1027
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1028
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1029
  msgid "Pages"
1030
  msgstr "Páginas"
1031
 
1032
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1033
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1034
  #, fuzzy
1035
  msgid "Excerpts and Posts page"
1036
  msgstr "Extractos (en la Página de Inicio)"
1037
 
1038
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1039
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1040
  msgid "Category Archives"
1041
  msgstr "Archivos por Categoría"
1042
 
1043
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1044
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1045
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1046
  msgstr ""
1047
  "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por "
1048
  "Fecha)"
1049
 
1050
- #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1051
  msgid "BuddyPress activity"
1052
  msgstr "Actividad en BuddyPress"
1053
 
1054
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1055
  msgid "BuddyPress group (only at top of content)"
1056
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
1057
 
1058
- #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1059
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1060
  msgid "BBPress forum"
1061
  msgstr "Foro BBPress"
1062
 
1063
- #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1064
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1065
  msgid "BBPress topic"
1066
  msgstr "Tema BBPress"
1067
 
1068
- #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1069
  msgid "BBPress reply"
1070
  msgstr "Respuesta BBPress"
1071
 
1072
- #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1073
  msgid "After individual product at WooCommerce Shop page"
1074
  msgstr "Después de cada producto individual en página de Tienda WooCommerce"
1075
 
1076
- #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1077
  msgid "WooCommerce Product Page"
1078
  msgstr "Página de Producto WooCommerce"
1079
 
1080
- #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1081
  msgid "WooCommerce Thankyou Page"
1082
  msgstr "Página de Agradecimiento WooCommerce"
1083
 
1084
- #: ../admin/social_sharing.php:1036
1085
  msgid "Specify the pages where you want to enable Sharing interface"
1086
  msgstr ""
1087
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
1088
 
1089
- #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1090
  msgid "Show share counts"
1091
  msgstr "Mostrar contadores de las veces compartidas"
1092
 
1093
- #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1094
  #, fuzzy
1095
  msgid ""
1096
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1100,7 +1107,7 @@ msgstr ""
1100
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
1101
  "Stumbleupon, Odnoklassniki y Vkontakte"
1102
 
1103
- #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1104
  #, php-format
1105
  msgid ""
1106
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1109,27 +1116,58 @@ msgid ""
1109
  "their website."
1110
  msgstr ""
1111
 
1112
- #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1113
  msgid "If enabled, share counts are displayed above sharing icons."
1114
  msgstr ""
1115
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
1116
  "iconos de compartir."
1117
 
1118
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1119
  msgid "Show total shares"
1120
  msgstr "Mostrar número total de veces compartidas"
1121
 
1122
- #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1123
  msgid "If enabled, total shares will be displayed with sharing icons"
1124
  msgstr ""
1125
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
1126
  "de compartir."
1127
 
1128
- #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1129
  msgid "Enable 'More' icon"
1130
  msgstr "Permitir el icono 'Más'"
1131
 
1132
- #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1133
  msgid ""
1134
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1135
  "which shows additional sharing networks in popup"
@@ -1137,19 +1175,19 @@ msgstr ""
1137
  "Si se activa, el icono \"Más\" aparecerá después de los iconos de compartir "
1138
  "seleccionados, y mostrará en un popup las redes adicionales para compartir"
1139
 
1140
- #: ../admin/social_sharing.php:1112
1141
  msgid "Floating Sharing Interface Options"
1142
  msgstr "Opciones de la Interfaz Flotante de Compartir"
1143
 
1144
- #: ../admin/social_sharing.php:1118
1145
  msgid "Enable Floating sharing interface"
1146
  msgstr "Permitir la Interfaz Flotante de Compartir"
1147
 
1148
- #: ../admin/social_sharing.php:1128
1149
  msgid "Master control to enable floating sharing widget"
1150
  msgstr "Control maestro para permitir el widget flotante de compartir"
1151
 
1152
- #: ../admin/social_sharing.php:1322
1153
  msgid ""
1154
  "Specify the color or hex code (example #cc78e0) for the background of "
1155
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1161,11 +1199,11 @@ msgstr ""
1161
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
1162
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
1163
 
1164
- #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1165
  msgid "Left offset"
1166
  msgstr "Desplazamiento a la izquierda"
1167
 
1168
- #: ../admin/social_sharing.php:1362
1169
  msgid ""
1170
  "Specify a number. Increase in number will shift sharing interface towards "
1171
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1174,11 +1212,11 @@ msgstr ""
1174
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
1175
  "la izquierda. El número puede ser negativo también."
1176
 
1177
- #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1178
  msgid "Right offset"
1179
  msgstr "Desplazamiento a la derecha"
1180
 
1181
- #: ../admin/social_sharing.php:1382
1182
  msgid ""
1183
  "Specify a number. Increase in number will shift sharing interface towards "
1184
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1187,11 +1225,11 @@ msgstr ""
1187
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
1188
  "hacia la derecha. El número puede ser negativo también."
1189
 
1190
- #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1191
  msgid "Top offset"
1192
  msgstr "Desplazamiento hacia arriba"
1193
 
1194
- #: ../admin/social_sharing.php:1401
1195
  msgid ""
1196
  "Specify a number. Increase in number will shift sharing interface towards "
1197
  "bottom and decrease will shift it towards top."
@@ -1200,37 +1238,37 @@ msgstr ""
1200
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
1201
  "abajo."
1202
 
1203
- #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1204
  msgid "BuddyPress group"
1205
  msgstr "grupo BuddyPress"
1206
 
1207
- #: ../admin/social_sharing.php:1458
1208
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1209
  msgstr ""
1210
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
1211
  "Compartir"
1212
 
1213
- #: ../admin/social_sharing.php:1525
1214
  #, fuzzy
1215
  msgid "Hide floating slider"
1216
  msgstr "Ocultar para usuarios conectados:"
1217
 
1218
- #: ../admin/social_sharing.php:1535
1219
  msgid "Hides the slider arrow present below the floating share bar"
1220
  msgstr ""
1221
 
1222
- #: ../admin/social_sharing.php:1543
1223
  msgid "Vertical floating bar responsiveness"
1224
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1225
 
1226
- #: ../admin/social_sharing.php:1546
1227
  #, php-format
1228
  msgid "Display vertical interface only when screen is wider than %s pixels"
1229
  msgstr ""
1230
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
1231
  "pixels"
1232
 
1233
- #: ../admin/social_sharing.php:1553
1234
  msgid ""
1235
  "Display vertical interface only when screen is wider than the width "
1236
  "specified."
@@ -1238,11 +1276,11 @@ msgstr ""
1238
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
1239
  "ancho especificado."
1240
 
1241
- #: ../admin/social_sharing.php:1561
1242
  msgid "Horizontal floating bar responsiveness"
1243
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1244
 
1245
- #: ../admin/social_sharing.php:1564
1246
  #, php-format
1247
  msgid ""
1248
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1251,7 +1289,7 @@ msgstr ""
1251
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1252
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
1253
 
1254
- #: ../admin/social_sharing.php:1571
1255
  msgid ""
1256
  "Stick vertical floating interface horizontally at bottom only when screen is "
1257
  "narrower than the width specified"
@@ -1259,52 +1297,52 @@ msgstr ""
1259
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1260
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
1261
 
1262
- #: ../admin/social_sharing.php:1581
1263
  msgid "Horizontal floating bar position"
1264
  msgstr "Posición de la barra flotante horizontal"
1265
 
1266
- #: ../admin/social_sharing.php:1584
1267
  #, php-format
1268
  msgid "%s pixels from %s"
1269
  msgstr "%s pixels de %s"
1270
 
1271
- #: ../admin/social_sharing.php:1585
1272
  msgid "Auto-adjust according to screen width (responsive)"
1273
  msgstr ""
1274
 
1275
- #: ../admin/social_sharing.php:1592
1276
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1277
  msgstr ""
1278
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
1279
  "también."
1280
 
1281
- #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1282
  msgid "Url shortener"
1283
  msgstr "Acortador de Url"
1284
 
1285
- #: ../admin/social_sharing.php:1618
1286
  msgid "Use shortlinks already installed"
1287
  msgstr "Utiliza los shortlinks ya instalados"
1288
 
1289
- #: ../admin/social_sharing.php:1628
1290
  msgid "Uses default short url permalinks without using any additional plugin"
1291
  msgstr ""
1292
 
1293
- #: ../admin/social_sharing.php:1636
1294
  msgid "Enable bit.ly url shortener for sharing"
1295
  msgstr "Habilitar acortador de url bit.ly para compartir"
1296
 
1297
- #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1298
  msgid "Master control to enable bit.ly url shortening for sharing"
1299
  msgstr ""
1300
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1301
 
1302
- #: ../admin/social_sharing.php:1654
1303
  #, fuzzy
1304
  msgid "bit.ly Login"
1305
  msgstr "Ingreso a través de redes sociales"
1306
 
1307
- #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1308
  #, fuzzy, php-format
1309
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1310
  msgstr ""
@@ -1312,19 +1350,19 @@ msgstr ""
1312
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1313
  "conseguir tu Twitter Key"
1314
 
1315
- #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1316
  msgid "bit.ly API Key"
1317
  msgstr "bit.ly API Key"
1318
 
1319
- #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1320
  msgid "Clear Bitly Cache"
1321
  msgstr ""
1322
 
1323
- #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1324
  msgid "ShortUrl cache cleared successfully."
1325
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1326
 
1327
- #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1328
  msgid ""
1329
  "Use this to delete short urls saved in database. Handy, if urls of your "
1330
  "website have been changed but short urls are still being generated for old "
@@ -1334,31 +1372,31 @@ msgstr ""
1334
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1335
  "url cortas todavía se están generando para viejas url."
1336
 
1337
- #: ../admin/social_sharing.php:1712
1338
  msgid "Share Count Cache"
1339
  msgstr ""
1340
 
1341
- #: ../admin/social_sharing.php:1718
1342
  msgid "Refresh Share Count cache every"
1343
  msgstr ""
1344
 
1345
- #: ../admin/social_sharing.php:1723
1346
  msgid "Second(s)"
1347
  msgstr ""
1348
 
1349
- #: ../admin/social_sharing.php:1724
1350
  msgid "Minute(s)"
1351
  msgstr ""
1352
 
1353
- #: ../admin/social_sharing.php:1725
1354
  msgid "Hour(s)"
1355
  msgstr ""
1356
 
1357
- #: ../admin/social_sharing.php:1726
1358
  msgid "Day(s)"
1359
  msgstr ""
1360
 
1361
- #: ../admin/social_sharing.php:1734
1362
  #, php-format
1363
  msgid ""
1364
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1366,26 +1404,26 @@ msgid ""
1366
  "target=\"_blank\">here</a>"
1367
  msgstr ""
1368
 
1369
- #: ../admin/social_sharing.php:1742
1370
  msgid "Clear Share Counts Cache"
1371
  msgstr ""
1372
 
1373
- #: ../admin/social_sharing.php:1746
1374
  #, fuzzy
1375
  msgid "Share Counts cache cleared successfully."
1376
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1377
 
1378
- #: ../admin/social_sharing.php:1753
1379
  msgid "Use this to clear cached share counts"
1380
  msgstr ""
1381
 
1382
- #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1383
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1384
  #: ../admin/like_buttons.php:698
1385
  msgid "Language"
1386
  msgstr "Idioma"
1387
 
1388
- #: ../admin/social_sharing.php:1778
1389
  #, php-format
1390
  msgid ""
1391
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1396,15 +1434,15 @@ msgstr ""
1396
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1397
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1398
 
1399
- #: ../admin/social_sharing.php:1787
1400
  msgid "Username in sharing"
1401
  msgstr "Nombre de usuario en Compartir"
1402
 
1403
- #: ../admin/social_sharing.php:1793
1404
  msgid "Twitter username (without @)"
1405
  msgstr "Nombre de usuario de Twitter (sin @)"
1406
 
1407
- #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1408
  msgid ""
1409
  "Provided username will be appended after the content being shared as \"via "
1410
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1414,36 +1452,36 @@ msgstr ""
1414
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1415
  "nombre de usuario en el contenido compartido."
1416
 
1417
- #: ../admin/social_sharing.php:1812
1418
  msgid "Buffer username (without @)"
1419
  msgstr "Nombre de usuario de Buffer (sin @)"
1420
 
1421
- #: ../admin/social_sharing.php:1831
1422
  msgid "AMP"
1423
  msgstr ""
1424
 
1425
- #: ../admin/social_sharing.php:1837
1426
  #, fuzzy
1427
  msgid "Enable sharing on AMP pages"
1428
  msgstr "Permitir Página de Ingreso"
1429
 
1430
- #: ../admin/social_sharing.php:1847
1431
  msgid "Enable this option to render sharing icons on AMP pages"
1432
  msgstr ""
1433
 
1434
- #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1435
  msgid "myCRED"
1436
  msgstr ""
1437
 
1438
- #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1439
  msgid "Append myCRED referral ID to the urls being shared"
1440
  msgstr ""
1441
 
1442
- #: ../admin/social_sharing.php:1905
1443
  msgid "Facebook Sharing Troubleshooter"
1444
  msgstr "Resolución de problemas al Compartir en Facebook"
1445
 
1446
- #: ../admin/social_sharing.php:1910
1447
  #, fuzzy
1448
  msgid ""
1449
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1455,24 +1493,24 @@ msgstr ""
1455
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1456
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1457
 
1458
- #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:399
1459
  #: ../admin/social_login.php:1241
1460
  msgid ""
1461
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1462
  "an online website for the plugin to function properly."
1463
  msgstr ""
1464
 
1465
- #: ../admin/social_sharing.php:1928
1466
  msgid ""
1467
  "Why is sharer not showing the correct image, title and other meta tags "
1468
  "content?"
1469
  msgstr ""
1470
 
1471
- #: ../admin/social_sharing.php:1930
1472
  msgid "Why is Instagram icon redirecting to Instagram website?"
1473
  msgstr ""
1474
 
1475
- #: ../admin/social_sharing.php:1931
1476
  msgid ""
1477
  "Instagram icon is there to send website visitors to the Instagram page of "
1478
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1480,48 +1518,48 @@ msgid ""
1480
  "sections."
1481
  msgstr ""
1482
 
1483
- #: ../admin/social_sharing.php:1934
1484
  #, fuzzy
1485
  msgid "How to customize the url being shared?"
1486
  msgstr ""
1487
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1488
  "compartidas?"
1489
 
1490
- #: ../admin/social_sharing.php:1935
1491
  msgid ""
1492
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1493
  msgstr ""
1494
 
1495
- #: ../admin/social_sharing.php:1936
1496
  msgid ""
1497
  "It takes some time for their service to track the shares made on Twitter "
1498
  "from your website. If you still feel it's taking too long you can contact "
1499
  "their support directly from their website."
1500
  msgstr ""
1501
 
1502
- #: ../admin/social_sharing.php:1938 ../admin/like_buttons.php:814
1503
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1504
  msgstr ""
1505
 
1506
- #: ../admin/social_sharing.php:1939
1507
  msgid ""
1508
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1509
  msgstr ""
1510
 
1511
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:402
1512
  #: ../admin/social_login.php:1248
1513
  msgid "Why is my browser blocking some features of the plugin?"
1514
  msgstr ""
1515
 
1516
- #: ../admin/social_sharing.php:1941
1517
  msgid "Why the color of share icons is not being updated?"
1518
  msgstr ""
1519
 
1520
- #: ../admin/social_sharing.php:1942
1521
  msgid "Why Facebook share counts are not appearing?"
1522
  msgstr ""
1523
 
1524
- #: ../admin/social_sharing.php:1943
1525
  msgid ""
1526
  "How can I show share counts of my website rather than of individual pages/"
1527
  "posts?"
@@ -1529,54 +1567,54 @@ msgstr ""
1529
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1530
  "lugar de páginas individuales o entradas?"
1531
 
1532
- #: ../admin/social_sharing.php:1944
1533
  msgid "How can I disable sharing on particular page/post?"
1534
  msgstr ""
1535
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1536
  "entrada?"
1537
 
1538
- #: ../admin/social_sharing.php:1945
1539
  msgid "How can I specify minimum sharing count for sharing networks?"
1540
  msgstr ""
1541
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1542
  "sociales?"
1543
 
1544
- #: ../admin/social_sharing.php:1946
1545
  msgid "How to share specific page?"
1546
  msgstr "¿Cómo compartir una página específica?"
1547
 
1548
- #: ../admin/social_sharing.php:1947
1549
  msgid "How to integrate Google Analytics with sharing?"
1550
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1551
 
1552
- #: ../admin/social_sharing.php:1948
1553
  msgid "How to customize the look of total share counts?"
1554
  msgstr ""
1555
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1556
 
1557
- #: ../admin/social_sharing.php:1949
1558
  msgid "How to customize the look of individual share counts?"
1559
  msgstr ""
1560
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1561
  "compartidas?"
1562
 
1563
- #: ../admin/social_sharing.php:1950
1564
  msgid "How to show Whatsapp icon only on mobile devices?"
1565
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1566
 
1567
- #: ../admin/social_sharing.php:1951
1568
  msgid "How to hide arrow after floating sharing bar?"
1569
  msgstr ""
1570
 
1571
- #: ../admin/social_sharing.php:1952
1572
  msgid "Why is share count not getting updated?"
1573
  msgstr ""
1574
 
1575
- #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:812
1576
  msgid "Why is there so much space between like buttons?"
1577
  msgstr ""
1578
 
1579
- #: ../admin/social_sharing.php:1954 ../admin/like_buttons.php:813
1580
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1581
  msgstr ""
1582
 
@@ -1922,10 +1960,6 @@ msgstr ""
1922
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1923
  "redes sociales"
1924
 
1925
- #: ../admin/social_login.php:161
1926
- msgid "Facebook App ID"
1927
- msgstr "Facebook App ID"
1928
-
1929
  #: ../admin/social_login.php:171
1930
  #, php-format
1931
  msgid ""
@@ -1944,11 +1978,6 @@ msgstr ""
1944
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1945
  "mencionado"
1946
 
1947
- #: ../admin/social_login.php:183
1948
- #, fuzzy
1949
- msgid "Facebook App Secret"
1950
- msgstr "Facebook App ID"
1951
-
1952
  #: ../admin/social_login.php:193
1953
  #, fuzzy, php-format
1954
  msgid ""
@@ -2870,22 +2899,22 @@ msgstr ""
2870
  "\"Configuración Básica\" en la página del panel de control \"Super "
2871
  "Socializer > Social Login\""
2872
 
2873
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:315
2874
  msgid "Search for"
2875
  msgstr ""
2876
 
2877
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2878
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:320
2879
- #: ../inc/social_sharing.php:322 ../inc/social_sharing.php:324
2880
  #, fuzzy
2881
  msgid "Archives"
2882
  msgstr "Archivos por Categoría"
2883
 
2884
- #: ../inc/social_sharing.php:882 ../inc/social_sharing.php:1107
2885
  msgid "Invalid request"
2886
  msgstr "Petición no válida"
2887
 
2888
- #: ../inc/social_sharing.php:889
2889
  msgid "Providers not selected"
2890
  msgstr "Redes sociales no seleccionadas"
2891
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-04-19 19:55+0530\n"
6
+ "PO-Revision-Date: 2019-04-19 19:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
97
  msgid "Enter your LiveJournal username"
98
  msgstr ""
99
 
100
+ #: ../super_socializer.php:1014
101
  msgid "Leave a reply"
102
  msgstr "Deja una respuesta"
103
 
104
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
105
  msgid "Shares"
106
  msgstr ""
107
 
108
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
109
  msgid "Share"
110
  msgstr ""
111
 
112
+ #: ../super_socializer.php:1026
113
  #, fuzzy
114
  msgid "Link copied."
115
  msgstr "LinkedIn"
116
 
117
+ #: ../super_socializer.php:1272
118
  msgid "Super Socializer - General Options"
119
  msgstr "Super Socializer - Opciones Generales"
120
 
121
+ #: ../super_socializer.php:1272 ../admin/general_options.php:15
122
  #: ../admin/social_commenting.php:47
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
+ #: ../super_socializer.php:1340 ../helper.php:898
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
130
+ #: ../super_socializer.php:1343
131
  msgid "Small Avatar Url"
132
  msgstr "Url de Avatar Pequeño"
133
 
134
+ #: ../super_socializer.php:1347
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
+ #: ../super_socializer.php:1351 ../helper.php:901
139
  msgid ""
140
  "Do not fetch and update social avatar from my profile, next time I Social "
141
  "Login"
143
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
144
  "próxima vez | Social Login"
145
 
146
+ #: ../super_socializer.php:1355 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
149
 
150
+ #: ../super_socializer.php:1428 ../super_socializer.php:2193
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
+ #: ../super_socializer.php:1434
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1435
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "El email que has escrito ya está registrado o no es válido"
163
 
164
+ #: ../super_socializer.php:1440
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr ""
167
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
168
  "verificarla"
169
 
170
+ #: ../super_socializer.php:1444 ../super_socializer.php:2117
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:1692
177
  msgid "Thanks for installing Super Socializer plugin"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1694
181
  msgid "Configure the Plugin"
182
  msgstr ""
183
 
184
+ #: ../super_socializer.php:1705
185
  msgid ""
186
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
187
  "current version of Super Socialzer"
188
  msgstr ""
189
 
190
+ #: ../super_socializer.php:1714
191
  msgid ""
192
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
193
  "version of Super Socialzer"
194
  msgstr ""
195
 
196
+ #: ../super_socializer.php:1723
197
  msgid ""
198
  "Update \"Social Login Buttons\" add-on for compatibility with current "
199
  "version of Super Socialzer"
200
  msgstr ""
201
 
202
+ #: ../super_socializer.php:1732
203
  msgid ""
204
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
205
  "with current version of Super Socialzer"
206
  msgstr ""
207
 
208
+ #: ../super_socializer.php:1741
209
  msgid ""
210
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
211
  "with current version of Super Socialzer"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:1748
215
  msgid ""
216
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
217
  "LiveJournal Login of Super Socialzer"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1759
221
  #, php-format
222
  msgid ""
223
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1775
227
  #, php-format
228
  msgid ""
229
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
230
  msgstr ""
231
 
232
+ #: ../super_socializer.php:1799
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
+ #: ../super_socializer.php:1799 ../super_socializer.php:1824
241
+ #: ../super_socializer.php:1849 ../super_socializer.php:1874
242
+ #: ../super_socializer.php:1907 ../super_socializer.php:1935
243
+ #: ../super_socializer.php:1962 ../super_socializer.php:2039
244
  msgid "Okay"
245
  msgstr ""
246
 
247
+ #: ../super_socializer.php:1824
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
252
  "\">here</a>"
253
  msgstr ""
254
 
255
+ #: ../super_socializer.php:1849
256
  #, php-format
257
  msgid ""
258
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
260
  "target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
+ #: ../super_socializer.php:1874
264
  #, php-format
265
  msgid ""
266
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
268
  "target=\"_blank\">here</a>"
269
  msgstr ""
270
 
271
+ #: ../super_socializer.php:1885
272
  #, php-format
273
  msgid ""
274
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
275
  msgstr ""
276
 
277
+ #: ../super_socializer.php:1907
278
  #, php-format
279
  msgid ""
280
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
282
  "\"%s\" target=\"_blank\">here</a>"
283
  msgstr ""
284
 
285
+ #: ../super_socializer.php:1935
286
  #, php-format
287
  msgid ""
288
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
291
  "your website %s with them. No need to copy-paste any code from their website."
292
  msgstr ""
293
 
294
+ #: ../super_socializer.php:1962
295
  #, php-format
296
  msgid ""
297
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
299
  "\"%s\" target=\"_blank\">here</a>"
300
  msgstr ""
301
 
302
+ #: ../super_socializer.php:1987
303
  #, php-format
304
  msgid ""
305
  "If you cannot get Linkedin login to work after updating the plugin, replace "
307
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
308
  msgstr ""
309
 
310
+ #: ../super_socializer.php:1987 ../super_socializer.php:2014
311
  msgid "Dismiss"
312
  msgstr ""
313
 
314
+ #: ../super_socializer.php:2013
315
+ msgid ""
316
+ "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
317
+ "\"Floating Interface\" section(s) to fix the issue with Facebook share "
318
+ "count. After that, clear share counts cache from \"Miscellaneous\" section."
319
+ msgstr ""
320
+
321
+ #: ../super_socializer.php:2039
322
  #, php-format
323
  msgid ""
324
  "Your website visitors will see a popup notification (only once) if their "
423
  msgstr "Avatar Grande"
424
 
425
  #: ../helper.php:913 ../admin/general_options.php:132
426
+ #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
427
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
428
  msgid "Save Changes"
429
  msgstr "Guardar Cambios"
446
  msgstr ""
447
 
448
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
449
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
450
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
451
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
452
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
524
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
525
  "style&gt;)"
526
 
527
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
528
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
529
  #: ../admin/like_buttons.php:836
530
  #, fuzzy
531
  msgid "Instagram Shoutout"
532
  msgstr "Instagram"
533
 
534
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
535
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
536
  #: ../admin/like_buttons.php:838
537
  msgid ""
540
  "hashtags and people to mention in the Instagram post."
541
  msgstr ""
542
 
543
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
544
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
545
  #: ../admin/like_buttons.php:839
546
  msgid ""
551
  "time."
552
  msgstr ""
553
 
554
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
555
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
556
  #: ../admin/like_buttons.php:840
557
  msgid ""
684
  msgid "3rd Party Integration"
685
  msgstr ""
686
 
687
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
688
+ #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
689
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
690
  #: ../admin/like_buttons.php:797
691
  msgid "Shortcode & Widget"
695
  msgid "Troubleshooter"
696
  msgstr "Resolución de problmas"
697
 
698
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
699
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
700
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
701
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
805
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
806
 
807
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
808
+ #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
809
  #: ../inc/widget.php:460 ../inc/widget.php:772
810
  msgid "Background Color"
811
  msgstr "Color del fondo"
850
  msgstr "(aplicable si el contador está activo)"
851
 
852
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
853
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
854
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
855
  #: ../inc/widget.php:446 ../inc/widget.php:758
856
  msgid "Left"
861
  msgstr "Arriba"
862
 
863
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
864
+ #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
865
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
866
  #: ../inc/widget.php:447 ../inc/widget.php:759
867
  msgid "Right"
907
  msgid "Master control to enable standard sharing"
908
  msgstr "Control Maestro para permitir Compartir estándar"
909
 
910
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
911
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
912
  msgid "Target Url"
913
  msgstr "Target Url"
914
 
915
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
916
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
917
  msgid "Url of the webpage where icons are located (default)"
918
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
919
 
920
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
921
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
922
  msgid "Url of the homepage of your website"
923
  msgstr "Url de la página de inicio de tu sitio web"
924
 
925
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
926
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
927
  msgid "Custom url"
928
  msgstr "Url personalizada"
929
 
930
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
931
  msgid "Url to share"
932
  msgstr "Url para compartir"
933
 
941
  msgid "The text to display above the sharing interface"
942
  msgstr "El texto para mostrar sobre la interfaz de Compartir"
943
 
944
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
945
  #, fuzzy
946
  msgid "Instagram username"
947
  msgstr "Instagram"
948
 
949
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
950
  msgid ""
951
  "Username of the Instagram account you want to redirect users to, on clicking "
952
  "the icon"
953
  msgstr ""
954
 
955
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
956
  #, fuzzy
957
  msgid "HTML ID of container element of comment form"
958
  msgstr "HTML ID del contenedor del formulario de comentario"
959
 
960
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
961
  msgid ""
962
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
963
  "icon."
964
  msgstr ""
965
 
966
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
967
  msgid "Rearrange icons"
968
  msgstr "Reorganizar iconos"
969
 
970
+ #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
971
  msgid "Drag the icons to rearrange in desired order"
972
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
973
 
974
+ #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
975
  msgid "Select Sharing Services"
976
  msgstr "Selecciona los Servicios para Compartir"
977
 
978
+ #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
979
  msgid "Select sharing services to show in social share bar"
980
  msgstr ""
981
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
982
  "sociales"
983
 
984
+ #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
985
  #, fuzzy
986
  msgid "Search social network"
987
  msgstr "como red social primaria"
988
 
989
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
990
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
991
  msgid "Horizontal alignment"
992
  msgstr "Alineación horizontal"
993
 
994
+ #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
995
  msgid "Center"
996
  msgstr "Centrar"
997
 
998
+ #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
999
  msgid "Horizontal alignment of the sharing interface"
1000
  msgstr "Alineación horizontal de la interfaz de Compartir"
1001
 
1002
+ #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1003
  msgid "Position with respect to content"
1004
  msgstr "Posición respecto al contenido"
1005
 
1006
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1007
  msgid "Top of the content"
1008
  msgstr "Encima del contenido"
1009
 
1010
+ #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1011
  msgid "Bottom of the content"
1012
  msgstr "Debajo del contenido"
1013
 
1014
+ #: ../admin/social_sharing.php:962
1015
  msgid "Specify position of the sharing interface with respect to the content"
1016
  msgstr ""
1017
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
1018
 
1019
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1020
  msgid "Placement"
1021
  msgstr "Ubicación"
1022
 
1023
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1024
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1025
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1026
  msgid "Homepage"
1027
  msgstr "Página de Inicio"
1028
 
1029
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1030
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1031
  msgid "Posts"
1032
  msgstr "Entradas"
1033
 
1034
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1035
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1036
  msgid "Pages"
1037
  msgstr "Páginas"
1038
 
1039
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1040
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1041
  #, fuzzy
1042
  msgid "Excerpts and Posts page"
1043
  msgstr "Extractos (en la Página de Inicio)"
1044
 
1045
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1046
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1047
  msgid "Category Archives"
1048
  msgstr "Archivos por Categoría"
1049
 
1050
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1051
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1052
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1053
  msgstr ""
1054
  "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por "
1055
  "Fecha)"
1056
 
1057
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1058
  msgid "BuddyPress activity"
1059
  msgstr "Actividad en BuddyPress"
1060
 
1061
+ #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1062
  msgid "BuddyPress group (only at top of content)"
1063
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
1064
 
1065
+ #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1066
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1067
  msgid "BBPress forum"
1068
  msgstr "Foro BBPress"
1069
 
1070
+ #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1071
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1072
  msgid "BBPress topic"
1073
  msgstr "Tema BBPress"
1074
 
1075
+ #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1076
  msgid "BBPress reply"
1077
  msgstr "Respuesta BBPress"
1078
 
1079
+ #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1080
  msgid "After individual product at WooCommerce Shop page"
1081
  msgstr "Después de cada producto individual en página de Tienda WooCommerce"
1082
 
1083
+ #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1084
  msgid "WooCommerce Product Page"
1085
  msgstr "Página de Producto WooCommerce"
1086
 
1087
+ #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1088
  msgid "WooCommerce Thankyou Page"
1089
  msgstr "Página de Agradecimiento WooCommerce"
1090
 
1091
+ #: ../admin/social_sharing.php:1038
1092
  msgid "Specify the pages where you want to enable Sharing interface"
1093
  msgstr ""
1094
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
1095
 
1096
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1097
  msgid "Show share counts"
1098
  msgstr "Mostrar contadores de las veces compartidas"
1099
 
1100
+ #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1101
  #, fuzzy
1102
  msgid ""
1103
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1107
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
1108
  "Stumbleupon, Odnoklassniki y Vkontakte"
1109
 
1110
+ #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1111
  #, php-format
1112
  msgid ""
1113
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1116
  "their website."
1117
  msgstr ""
1118
 
1119
+ #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1120
  msgid "If enabled, share counts are displayed above sharing icons."
1121
  msgstr ""
1122
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
1123
  "iconos de compartir."
1124
 
1125
+ #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1126
  msgid "Show total shares"
1127
  msgstr "Mostrar número total de veces compartidas"
1128
 
1129
+ #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1130
  msgid "If enabled, total shares will be displayed with sharing icons"
1131
  msgstr ""
1132
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
1133
  "de compartir."
1134
 
1135
+ #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1136
+ #: ../admin/social_login.php:161
1137
+ msgid "Facebook App ID"
1138
+ msgstr "Facebook App ID"
1139
+
1140
+ #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1141
+ #, fuzzy, php-format
1142
+ msgid ""
1143
+ "Required for Facebook share count to work. Please follow the documentation "
1144
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1145
+ msgstr ""
1146
+ "Requerido para que funcione el ingreso a través de Facebook. Por favor, "
1147
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1148
+ "para conseguir tu Facebook App ID"
1149
+
1150
+ #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1151
+ #: ../admin/social_login.php:183
1152
+ #, fuzzy
1153
+ msgid "Facebook App Secret"
1154
+ msgstr "Facebook App ID"
1155
+
1156
+ #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1157
+ #, fuzzy, php-format
1158
+ msgid ""
1159
+ "Required for Facebook share count to work. Please follow the documentation "
1160
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1161
+ msgstr ""
1162
+ "Requerido para que funcione el ingreso a través de Facebook. Por favor, "
1163
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1164
+ "para conseguir tu Facebook App ID"
1165
+
1166
+ #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1167
  msgid "Enable 'More' icon"
1168
  msgstr "Permitir el icono 'Más'"
1169
 
1170
+ #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1171
  msgid ""
1172
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1173
  "which shows additional sharing networks in popup"
1175
  "Si se activa, el icono \"Más\" aparecerá después de los iconos de compartir "
1176
  "seleccionados, y mostrará en un popup las redes adicionales para compartir"
1177
 
1178
+ #: ../admin/social_sharing.php:1167
1179
  msgid "Floating Sharing Interface Options"
1180
  msgstr "Opciones de la Interfaz Flotante de Compartir"
1181
 
1182
+ #: ../admin/social_sharing.php:1173
1183
  msgid "Enable Floating sharing interface"
1184
  msgstr "Permitir la Interfaz Flotante de Compartir"
1185
 
1186
+ #: ../admin/social_sharing.php:1183
1187
  msgid "Master control to enable floating sharing widget"
1188
  msgstr "Control maestro para permitir el widget flotante de compartir"
1189
 
1190
+ #: ../admin/social_sharing.php:1377
1191
  msgid ""
1192
  "Specify the color or hex code (example #cc78e0) for the background of "
1193
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1199
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
1200
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
1201
 
1202
+ #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1203
  msgid "Left offset"
1204
  msgstr "Desplazamiento a la izquierda"
1205
 
1206
+ #: ../admin/social_sharing.php:1417
1207
  msgid ""
1208
  "Specify a number. Increase in number will shift sharing interface towards "
1209
  "right and decrease will shift it towards left. Number can be negative too."
1212
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
1213
  "la izquierda. El número puede ser negativo también."
1214
 
1215
+ #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1216
  msgid "Right offset"
1217
  msgstr "Desplazamiento a la derecha"
1218
 
1219
+ #: ../admin/social_sharing.php:1437
1220
  msgid ""
1221
  "Specify a number. Increase in number will shift sharing interface towards "
1222
  "left and decrease will shift it towards right. Number can be negative too."
1225
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
1226
  "hacia la derecha. El número puede ser negativo también."
1227
 
1228
+ #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1229
  msgid "Top offset"
1230
  msgstr "Desplazamiento hacia arriba"
1231
 
1232
+ #: ../admin/social_sharing.php:1456
1233
  msgid ""
1234
  "Specify a number. Increase in number will shift sharing interface towards "
1235
  "bottom and decrease will shift it towards top."
1238
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
1239
  "abajo."
1240
 
1241
+ #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1242
  msgid "BuddyPress group"
1243
  msgstr "grupo BuddyPress"
1244
 
1245
+ #: ../admin/social_sharing.php:1513
1246
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1247
  msgstr ""
1248
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
1249
  "Compartir"
1250
 
1251
+ #: ../admin/social_sharing.php:1618
1252
  #, fuzzy
1253
  msgid "Hide floating slider"
1254
  msgstr "Ocultar para usuarios conectados:"
1255
 
1256
+ #: ../admin/social_sharing.php:1628
1257
  msgid "Hides the slider arrow present below the floating share bar"
1258
  msgstr ""
1259
 
1260
+ #: ../admin/social_sharing.php:1636
1261
  msgid "Vertical floating bar responsiveness"
1262
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1263
 
1264
+ #: ../admin/social_sharing.php:1639
1265
  #, php-format
1266
  msgid "Display vertical interface only when screen is wider than %s pixels"
1267
  msgstr ""
1268
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
1269
  "pixels"
1270
 
1271
+ #: ../admin/social_sharing.php:1646
1272
  msgid ""
1273
  "Display vertical interface only when screen is wider than the width "
1274
  "specified."
1276
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
1277
  "ancho especificado."
1278
 
1279
+ #: ../admin/social_sharing.php:1654
1280
  msgid "Horizontal floating bar responsiveness"
1281
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1282
 
1283
+ #: ../admin/social_sharing.php:1657
1284
  #, php-format
1285
  msgid ""
1286
  "Stick vertical floating interface horizontally at bottom only when screen is "
1289
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1290
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
1291
 
1292
+ #: ../admin/social_sharing.php:1664
1293
  msgid ""
1294
  "Stick vertical floating interface horizontally at bottom only when screen is "
1295
  "narrower than the width specified"
1297
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1298
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
1299
 
1300
+ #: ../admin/social_sharing.php:1674
1301
  msgid "Horizontal floating bar position"
1302
  msgstr "Posición de la barra flotante horizontal"
1303
 
1304
+ #: ../admin/social_sharing.php:1677
1305
  #, php-format
1306
  msgid "%s pixels from %s"
1307
  msgstr "%s pixels de %s"
1308
 
1309
+ #: ../admin/social_sharing.php:1678
1310
  msgid "Auto-adjust according to screen width (responsive)"
1311
  msgstr ""
1312
 
1313
+ #: ../admin/social_sharing.php:1685
1314
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1315
  msgstr ""
1316
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
1317
  "también."
1318
 
1319
+ #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
1320
  msgid "Url shortener"
1321
  msgstr "Acortador de Url"
1322
 
1323
+ #: ../admin/social_sharing.php:1711
1324
  msgid "Use shortlinks already installed"
1325
  msgstr "Utiliza los shortlinks ya instalados"
1326
 
1327
+ #: ../admin/social_sharing.php:1721
1328
  msgid "Uses default short url permalinks without using any additional plugin"
1329
  msgstr ""
1330
 
1331
+ #: ../admin/social_sharing.php:1729
1332
  msgid "Enable bit.ly url shortener for sharing"
1333
  msgstr "Habilitar acortador de url bit.ly para compartir"
1334
 
1335
+ #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1336
  msgid "Master control to enable bit.ly url shortening for sharing"
1337
  msgstr ""
1338
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1339
 
1340
+ #: ../admin/social_sharing.php:1747
1341
  #, fuzzy
1342
  msgid "bit.ly Login"
1343
  msgstr "Ingreso a través de redes sociales"
1344
 
1345
+ #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1346
  #, fuzzy, php-format
1347
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1348
  msgstr ""
1350
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1351
  "conseguir tu Twitter Key"
1352
 
1353
+ #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1354
  msgid "bit.ly API Key"
1355
  msgstr "bit.ly API Key"
1356
 
1357
+ #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1358
  msgid "Clear Bitly Cache"
1359
  msgstr ""
1360
 
1361
+ #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1362
  msgid "ShortUrl cache cleared successfully."
1363
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1364
 
1365
+ #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1366
  msgid ""
1367
  "Use this to delete short urls saved in database. Handy, if urls of your "
1368
  "website have been changed but short urls are still being generated for old "
1372
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1373
  "url cortas todavía se están generando para viejas url."
1374
 
1375
+ #: ../admin/social_sharing.php:1805
1376
  msgid "Share Count Cache"
1377
  msgstr ""
1378
 
1379
+ #: ../admin/social_sharing.php:1811
1380
  msgid "Refresh Share Count cache every"
1381
  msgstr ""
1382
 
1383
+ #: ../admin/social_sharing.php:1816
1384
  msgid "Second(s)"
1385
  msgstr ""
1386
 
1387
+ #: ../admin/social_sharing.php:1817
1388
  msgid "Minute(s)"
1389
  msgstr ""
1390
 
1391
+ #: ../admin/social_sharing.php:1818
1392
  msgid "Hour(s)"
1393
  msgstr ""
1394
 
1395
+ #: ../admin/social_sharing.php:1819
1396
  msgid "Day(s)"
1397
  msgstr ""
1398
 
1399
+ #: ../admin/social_sharing.php:1827
1400
  #, php-format
1401
  msgid ""
1402
  "Frequent cache refreshing results in slower loading of pages with share "
1404
  "target=\"_blank\">here</a>"
1405
  msgstr ""
1406
 
1407
+ #: ../admin/social_sharing.php:1835
1408
  msgid "Clear Share Counts Cache"
1409
  msgstr ""
1410
 
1411
+ #: ../admin/social_sharing.php:1839
1412
  #, fuzzy
1413
  msgid "Share Counts cache cleared successfully."
1414
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1415
 
1416
+ #: ../admin/social_sharing.php:1846
1417
  msgid "Use this to clear cached share counts"
1418
  msgstr ""
1419
 
1420
+ #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1421
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1422
  #: ../admin/like_buttons.php:698
1423
  msgid "Language"
1424
  msgstr "Idioma"
1425
 
1426
+ #: ../admin/social_sharing.php:1871
1427
  #, php-format
1428
  msgid ""
1429
  "Enter the code of the language you want to use for like buttons. You can "
1434
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1435
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1436
 
1437
+ #: ../admin/social_sharing.php:1880
1438
  msgid "Username in sharing"
1439
  msgstr "Nombre de usuario en Compartir"
1440
 
1441
+ #: ../admin/social_sharing.php:1886
1442
  msgid "Twitter username (without @)"
1443
  msgstr "Nombre de usuario de Twitter (sin @)"
1444
 
1445
+ #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1446
  msgid ""
1447
  "Provided username will be appended after the content being shared as \"via "
1448
  "@USERNAME\". Leave empty if you do not want any username in the content "
1452
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1453
  "nombre de usuario en el contenido compartido."
1454
 
1455
+ #: ../admin/social_sharing.php:1905
1456
  msgid "Buffer username (without @)"
1457
  msgstr "Nombre de usuario de Buffer (sin @)"
1458
 
1459
+ #: ../admin/social_sharing.php:1924
1460
  msgid "AMP"
1461
  msgstr ""
1462
 
1463
+ #: ../admin/social_sharing.php:1930
1464
  #, fuzzy
1465
  msgid "Enable sharing on AMP pages"
1466
  msgstr "Permitir Página de Ingreso"
1467
 
1468
+ #: ../admin/social_sharing.php:1940
1469
  msgid "Enable this option to render sharing icons on AMP pages"
1470
  msgstr ""
1471
 
1472
+ #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1473
  msgid "myCRED"
1474
  msgstr ""
1475
 
1476
+ #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1477
  msgid "Append myCRED referral ID to the urls being shared"
1478
  msgstr ""
1479
 
1480
+ #: ../admin/social_sharing.php:1998
1481
  msgid "Facebook Sharing Troubleshooter"
1482
  msgstr "Resolución de problemas al Compartir en Facebook"
1483
 
1484
+ #: ../admin/social_sharing.php:2003
1485
  #, fuzzy
1486
  msgid ""
1487
  "If Facebook sharing is not working fine, click at the following link and "
1493
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1494
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1495
 
1496
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1497
  #: ../admin/social_login.php:1241
1498
  msgid ""
1499
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1500
  "an online website for the plugin to function properly."
1501
  msgstr ""
1502
 
1503
+ #: ../admin/social_sharing.php:2021
1504
  msgid ""
1505
  "Why is sharer not showing the correct image, title and other meta tags "
1506
  "content?"
1507
  msgstr ""
1508
 
1509
+ #: ../admin/social_sharing.php:2023
1510
  msgid "Why is Instagram icon redirecting to Instagram website?"
1511
  msgstr ""
1512
 
1513
+ #: ../admin/social_sharing.php:2024
1514
  msgid ""
1515
  "Instagram icon is there to send website visitors to the Instagram page of "
1516
  "your choice. You can save the desired Instagram handle in \"Instagram "
1518
  "sections."
1519
  msgstr ""
1520
 
1521
+ #: ../admin/social_sharing.php:2027
1522
  #, fuzzy
1523
  msgid "How to customize the url being shared?"
1524
  msgstr ""
1525
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1526
  "compartidas?"
1527
 
1528
+ #: ../admin/social_sharing.php:2028
1529
  msgid ""
1530
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1531
  msgstr ""
1532
 
1533
+ #: ../admin/social_sharing.php:2029
1534
  msgid ""
1535
  "It takes some time for their service to track the shares made on Twitter "
1536
  "from your website. If you still feel it's taking too long you can contact "
1537
  "their support directly from their website."
1538
  msgstr ""
1539
 
1540
+ #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1541
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1542
  msgstr ""
1543
 
1544
+ #: ../admin/social_sharing.php:2032
1545
  msgid ""
1546
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1547
  msgstr ""
1548
 
1549
+ #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1550
  #: ../admin/social_login.php:1248
1551
  msgid "Why is my browser blocking some features of the plugin?"
1552
  msgstr ""
1553
 
1554
+ #: ../admin/social_sharing.php:2034
1555
  msgid "Why the color of share icons is not being updated?"
1556
  msgstr ""
1557
 
1558
+ #: ../admin/social_sharing.php:2035
1559
  msgid "Why Facebook share counts are not appearing?"
1560
  msgstr ""
1561
 
1562
+ #: ../admin/social_sharing.php:2036
1563
  msgid ""
1564
  "How can I show share counts of my website rather than of individual pages/"
1565
  "posts?"
1567
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1568
  "lugar de páginas individuales o entradas?"
1569
 
1570
+ #: ../admin/social_sharing.php:2037
1571
  msgid "How can I disable sharing on particular page/post?"
1572
  msgstr ""
1573
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1574
  "entrada?"
1575
 
1576
+ #: ../admin/social_sharing.php:2038
1577
  msgid "How can I specify minimum sharing count for sharing networks?"
1578
  msgstr ""
1579
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1580
  "sociales?"
1581
 
1582
+ #: ../admin/social_sharing.php:2039
1583
  msgid "How to share specific page?"
1584
  msgstr "¿Cómo compartir una página específica?"
1585
 
1586
+ #: ../admin/social_sharing.php:2040
1587
  msgid "How to integrate Google Analytics with sharing?"
1588
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1589
 
1590
+ #: ../admin/social_sharing.php:2041
1591
  msgid "How to customize the look of total share counts?"
1592
  msgstr ""
1593
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1594
 
1595
+ #: ../admin/social_sharing.php:2042
1596
  msgid "How to customize the look of individual share counts?"
1597
  msgstr ""
1598
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1599
  "compartidas?"
1600
 
1601
+ #: ../admin/social_sharing.php:2043
1602
  msgid "How to show Whatsapp icon only on mobile devices?"
1603
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1604
 
1605
+ #: ../admin/social_sharing.php:2044
1606
  msgid "How to hide arrow after floating sharing bar?"
1607
  msgstr ""
1608
 
1609
+ #: ../admin/social_sharing.php:2045
1610
  msgid "Why is share count not getting updated?"
1611
  msgstr ""
1612
 
1613
+ #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1614
  msgid "Why is there so much space between like buttons?"
1615
  msgstr ""
1616
 
1617
+ #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1618
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1619
  msgstr ""
1620
 
1960
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1961
  "redes sociales"
1962
 
 
 
 
 
1963
  #: ../admin/social_login.php:171
1964
  #, php-format
1965
  msgid ""
1978
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1979
  "mencionado"
1980
 
 
 
 
 
 
1981
  #: ../admin/social_login.php:193
1982
  #, fuzzy, php-format
1983
  msgid ""
2899
  "\"Configuración Básica\" en la página del panel de control \"Super "
2900
  "Socializer > Social Login\""
2901
 
2902
+ #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2903
  msgid "Search for"
2904
  msgstr ""
2905
 
2906
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2907
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2908
+ #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2909
  #, fuzzy
2910
  msgid "Archives"
2911
  msgstr "Archivos por Categoría"
2912
 
2913
+ #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2914
  msgid "Invalid request"
2915
  msgstr "Petición no válida"
2916
 
2917
+ #: ../inc/social_sharing.php:927
2918
  msgid "Providers not selected"
2919
  msgstr "Redes sociales no seleccionadas"
2920
 
languages/super-socializer-hu_HU.mo CHANGED
Binary file
languages/super-socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-07 08:55+0530\n"
6
- "PO-Revision-Date: 2019-04-07 08:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -95,137 +95,137 @@ msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
95
  msgid "Enter your LiveJournal username"
96
  msgstr ""
97
 
98
- #: ../super_socializer.php:1015
99
  msgid "Leave a reply"
100
  msgstr "Válaszolj"
101
 
102
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
103
  msgid "Shares"
104
  msgstr ""
105
 
106
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
107
  msgid "Share"
108
  msgstr ""
109
 
110
- #: ../super_socializer.php:1027
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
- #: ../super_socializer.php:1273
116
  #, fuzzy
117
  msgid "Super Socializer - General Options"
118
  msgstr "Super Socializer - Belépés"
119
 
120
- #: ../super_socializer.php:1273 ../admin/general_options.php:15
121
  #: ../admin/social_commenting.php:47
122
  #, fuzzy
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
- #: ../super_socializer.php:1341 ../helper.php:898
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
130
 
131
- #: ../super_socializer.php:1344
132
  msgid "Small Avatar Url"
133
  msgstr "Kis Avatar URL"
134
 
135
- #: ../super_socializer.php:1348
136
  #, fuzzy
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
- #: ../super_socializer.php:1352 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
144
  msgstr ""
145
 
146
- #: ../super_socializer.php:1356 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
150
- #: ../super_socializer.php:1429 ../super_socializer.php:2144
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
- #: ../super_socializer.php:1435
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1436
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
163
 
164
- #: ../super_socializer.php:1441
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:1445 ../super_socializer.php:2068
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:1680
173
  msgid "Thanks for installing Super Socializer plugin"
174
  msgstr ""
175
 
176
- #: ../super_socializer.php:1682
177
  msgid "Configure the Plugin"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1693
181
  msgid ""
182
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
183
  "current version of Super Socialzer"
184
  msgstr ""
185
 
186
- #: ../super_socializer.php:1702
187
  msgid ""
188
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
189
  "version of Super Socialzer"
190
  msgstr ""
191
 
192
- #: ../super_socializer.php:1711
193
  msgid ""
194
  "Update \"Social Login Buttons\" add-on for compatibility with current "
195
  "version of Super Socialzer"
196
  msgstr ""
197
 
198
- #: ../super_socializer.php:1720
199
  msgid ""
200
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
201
  "with current version of Super Socialzer"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:1729
205
  msgid ""
206
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
207
  "with current version of Super Socialzer"
208
  msgstr ""
209
 
210
- #: ../super_socializer.php:1736
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr ""
215
 
216
- #: ../super_socializer.php:1747
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
- #: ../super_socializer.php:1763
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1787
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -233,14 +233,14 @@ msgid ""
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1787 ../super_socializer.php:1812
237
- #: ../super_socializer.php:1837 ../super_socializer.php:1862
238
- #: ../super_socializer.php:1895 ../super_socializer.php:1923
239
- #: ../super_socializer.php:1950 ../super_socializer.php:1999
240
  msgid "Okay"
241
  msgstr ""
242
 
243
- #: ../super_socializer.php:1812
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -248,7 +248,7 @@ msgid ""
248
  "\">here</a>"
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1837
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -256,7 +256,7 @@ msgid ""
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1862
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -264,13 +264,13 @@ msgid ""
264
  "target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1873
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1895
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -278,7 +278,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1923
282
  #, php-format
283
  msgid ""
284
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -287,7 +287,7 @@ msgid ""
287
  "your website %s with them. No need to copy-paste any code from their website."
288
  msgstr ""
289
 
290
- #: ../super_socializer.php:1950
291
  #, php-format
292
  msgid ""
293
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -295,7 +295,7 @@ msgid ""
295
  "\"%s\" target=\"_blank\">here</a>"
296
  msgstr ""
297
 
298
- #: ../super_socializer.php:1975
299
  #, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -303,11 +303,18 @@ msgid ""
303
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
304
  msgstr ""
305
 
306
- #: ../super_socializer.php:1975
307
  msgid "Dismiss"
308
  msgstr ""
309
 
310
- #: ../super_socializer.php:1999
 
 
 
 
 
 
 
311
  #, php-format
312
  msgid ""
313
  "Your website visitors will see a popup notification (only once) if their "
@@ -421,7 +428,7 @@ msgid "Large Avatar"
421
  msgstr "Cél Url"
422
 
423
  #: ../helper.php:913 ../admin/general_options.php:132
424
- #: ../admin/social_sharing.php:1965 ../admin/social_commenting.php:413
425
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
426
  msgid "Save Changes"
427
  msgstr "Változások Mentése"
@@ -444,7 +451,7 @@ msgid "Something bad happened"
444
  msgstr ""
445
 
446
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
447
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1969
448
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
449
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
450
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -521,14 +528,14 @@ msgstr "Egyedi URL"
521
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
522
  msgstr ""
523
 
524
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1975
525
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
526
  #: ../admin/like_buttons.php:836
527
  #, fuzzy
528
  msgid "Instagram Shoutout"
529
  msgstr "Instagram"
530
 
531
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1977
532
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
533
  #: ../admin/like_buttons.php:838
534
  msgid ""
@@ -537,7 +544,7 @@ msgid ""
537
  "hashtags and people to mention in the Instagram post."
538
  msgstr ""
539
 
540
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1978
541
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
542
  #: ../admin/like_buttons.php:839
543
  msgid ""
@@ -548,7 +555,7 @@ msgid ""
548
  "time."
549
  msgstr ""
550
 
551
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1979
552
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
553
  #: ../admin/like_buttons.php:840
554
  msgid ""
@@ -686,8 +693,8 @@ msgstr ""
686
  msgid "3rd Party Integration"
687
  msgstr ""
688
 
689
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
690
- #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
691
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
692
  #: ../admin/like_buttons.php:797
693
  msgid "Shortcode & Widget"
@@ -697,7 +704,7 @@ msgstr "Shortcode és Widget"
697
  msgid "Troubleshooter"
698
  msgstr "Hibamegoldó"
699
 
700
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
701
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
702
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
703
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -810,7 +817,7 @@ msgstr ""
810
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
811
 
812
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
813
- #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
814
  #: ../inc/widget.php:460 ../inc/widget.php:772
815
  msgid "Background Color"
816
  msgstr "Háttér Szín"
@@ -857,7 +864,7 @@ msgid "(applies, if counter enabled)"
857
  msgstr ""
858
 
859
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
860
- #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
861
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
862
  #: ../inc/widget.php:446 ../inc/widget.php:758
863
  msgid "Left"
@@ -868,7 +875,7 @@ msgid "Top"
868
  msgstr ""
869
 
870
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
871
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
872
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
873
  #: ../inc/widget.php:447 ../inc/widget.php:759
874
  msgid "Right"
@@ -920,27 +927,27 @@ msgstr "Vízszintes megosztási felület bekapcsolása"
920
  msgid "Master control to enable standard sharing"
921
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
922
 
923
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
924
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
925
  msgid "Target Url"
926
  msgstr "Cél Url"
927
 
928
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
929
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
930
  msgid "Url of the webpage where icons are located (default)"
931
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
932
 
933
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
934
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
935
  msgid "Url of the homepage of your website"
936
  msgstr "A főoldalad Url-je"
937
 
938
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
939
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
940
  msgid "Custom url"
941
  msgstr "Egyedi URL"
942
 
943
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
944
  msgid "Url to share"
945
  msgstr "Megosztás Url-je"
946
 
@@ -954,165 +961,165 @@ msgstr "Cím"
954
  msgid "The text to display above the sharing interface"
955
  msgstr "Szöveg a megosztási felület fölött"
956
 
957
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
958
  #, fuzzy
959
  msgid "Instagram username"
960
  msgstr "Instagram"
961
 
962
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
963
  msgid ""
964
  "Username of the Instagram account you want to redirect users to, on clicking "
965
  "the icon"
966
  msgstr ""
967
 
968
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
969
  #, fuzzy
970
  msgid "HTML ID of container element of comment form"
971
  msgstr "HTML ID komment formájában konténer"
972
 
973
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
974
  msgid ""
975
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
976
  "icon."
977
  msgstr ""
978
 
979
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
980
  msgid "Rearrange icons"
981
  msgstr "Ikonsorrend beállítás"
982
 
983
- #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
984
  msgid "Drag the icons to rearrange in desired order"
985
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
986
 
987
- #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
988
  #, fuzzy
989
  msgid "Select Sharing Services"
990
  msgstr "Válassz és rendezz sorba szolgáltatókat"
991
 
992
- #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
993
  msgid "Select sharing services to show in social share bar"
994
  msgstr ""
995
 
996
- #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
997
  #, fuzzy
998
  msgid "Search social network"
999
  msgstr "elsődleges szociális háló"
1000
 
1001
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
1002
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1003
  msgid "Horizontal alignment"
1004
  msgstr "Függőleges igazítás"
1005
 
1006
- #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
1007
  msgid "Center"
1008
  msgstr "Középen"
1009
 
1010
- #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
1011
  msgid "Horizontal alignment of the sharing interface"
1012
  msgstr "A megosztási felület függőleges igazítása"
1013
 
1014
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
1015
  msgid "Position with respect to content"
1016
  msgstr "Elhelyezés a tartalomhoz képest"
1017
 
1018
- #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
1019
  msgid "Top of the content"
1020
  msgstr "Tartalom felett"
1021
 
1022
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
1023
  msgid "Bottom of the content"
1024
  msgstr "Tartalom alatt"
1025
 
1026
- #: ../admin/social_sharing.php:960
1027
  msgid "Specify position of the sharing interface with respect to the content"
1028
  msgstr ""
1029
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1030
 
1031
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1032
  msgid "Placement"
1033
  msgstr ""
1034
 
1035
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1036
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1037
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1038
  msgid "Homepage"
1039
  msgstr "Kezdő oldal"
1040
 
1041
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1042
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1043
  msgid "Posts"
1044
  msgstr "Bejegyzések"
1045
 
1046
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1047
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1048
  msgid "Pages"
1049
  msgstr "Oldalak"
1050
 
1051
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1052
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1053
  msgid "Excerpts and Posts page"
1054
  msgstr ""
1055
 
1056
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1057
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1058
  msgid "Category Archives"
1059
  msgstr "Kategória Archívum"
1060
 
1061
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1062
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1063
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1064
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
1065
 
1066
- #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1067
  #, fuzzy
1068
  msgid "BuddyPress activity"
1069
  msgstr "BuddyPress tevékenység és csoportok"
1070
 
1071
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1072
  msgid "BuddyPress group (only at top of content)"
1073
  msgstr ""
1074
 
1075
- #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1076
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1077
  msgid "BBPress forum"
1078
  msgstr "BBPress fórum"
1079
 
1080
- #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1081
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1082
  msgid "BBPress topic"
1083
  msgstr "BBPress téma"
1084
 
1085
- #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1086
  msgid "BBPress reply"
1087
  msgstr "BBPress válasz"
1088
 
1089
- #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1090
  msgid "After individual product at WooCommerce Shop page"
1091
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
1092
 
1093
- #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1094
  msgid "WooCommerce Product Page"
1095
  msgstr "WooCommerce Termékek"
1096
 
1097
- #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1098
  msgid "WooCommerce Thankyou Page"
1099
  msgstr "WooCommerce Thankyou oldal"
1100
 
1101
- #: ../admin/social_sharing.php:1036
1102
  msgid "Specify the pages where you want to enable Sharing interface"
1103
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1104
 
1105
- #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1106
  msgid "Show share counts"
1107
  msgstr "Megosztás számok mutatása"
1108
 
1109
- #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1110
  msgid ""
1111
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1112
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1113
  msgstr ""
1114
 
1115
- #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1116
  #, php-format
1117
  msgid ""
1118
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1121,25 +1128,56 @@ msgid ""
1121
  "their website."
1122
  msgstr ""
1123
 
1124
- #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1125
  msgid "If enabled, share counts are displayed above sharing icons."
1126
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1127
 
1128
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1129
  #, fuzzy
1130
  msgid "Show total shares"
1131
  msgstr "Megosztás számok mutatása"
1132
 
1133
- #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1134
  #, fuzzy
1135
  msgid "If enabled, total shares will be displayed with sharing icons"
1136
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1137
 
1138
- #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1139
  msgid "Enable 'More' icon"
1140
  msgstr "'Még több' ikon bekapcsolása"
1141
 
1142
- #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1143
  msgid ""
1144
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1145
  "which shows additional sharing networks in popup"
@@ -1147,23 +1185,23 @@ msgstr ""
1147
  "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott "
1148
  "megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
1149
 
1150
- #: ../admin/social_sharing.php:1112
1151
  #, fuzzy
1152
  msgid "Floating Sharing Interface Options"
1153
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1154
 
1155
- #: ../admin/social_sharing.php:1118
1156
  #, fuzzy
1157
  msgid "Enable Floating sharing interface"
1158
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1159
 
1160
- #: ../admin/social_sharing.php:1128
1161
  #, fuzzy
1162
  msgid "Master control to enable floating sharing widget"
1163
  msgstr ""
1164
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1165
 
1166
- #: ../admin/social_sharing.php:1322
1167
  msgid ""
1168
  "Specify the color or hex code (example #cc78e0) for the background of "
1169
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1174,11 +1212,11 @@ msgstr ""
1174
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
1175
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
1176
 
1177
- #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1178
  msgid "Left offset"
1179
  msgstr "Bal margó"
1180
 
1181
- #: ../admin/social_sharing.php:1362
1182
  msgid ""
1183
  "Specify a number. Increase in number will shift sharing interface towards "
1184
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1186,11 +1224,11 @@ msgstr ""
1186
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
1187
  "Megadhatsz negatív értéket is."
1188
 
1189
- #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1190
  msgid "Right offset"
1191
  msgstr "Jobb margó"
1192
 
1193
- #: ../admin/social_sharing.php:1382
1194
  msgid ""
1195
  "Specify a number. Increase in number will shift sharing interface towards "
1196
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1198,56 +1236,56 @@ msgstr ""
1198
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
1199
  "Megadhatsz negatív értéket is."
1200
 
1201
- #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1202
  msgid "Top offset"
1203
  msgstr "Felső margó"
1204
 
1205
- #: ../admin/social_sharing.php:1401
1206
  msgid ""
1207
  "Specify a number. Increase in number will shift sharing interface towards "
1208
  "bottom and decrease will shift it towards top."
1209
  msgstr ""
1210
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1211
 
1212
- #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1213
  #, fuzzy
1214
  msgid "BuddyPress group"
1215
  msgstr "BuddyPress profil oldal"
1216
 
1217
- #: ../admin/social_sharing.php:1458
1218
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1219
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
1220
 
1221
- #: ../admin/social_sharing.php:1525
1222
  #, fuzzy
1223
  msgid "Hide floating slider"
1224
  msgstr "Bejelentkezettek számára elrejtve:"
1225
 
1226
- #: ../admin/social_sharing.php:1535
1227
  msgid "Hides the slider arrow present below the floating share bar"
1228
  msgstr ""
1229
 
1230
- #: ../admin/social_sharing.php:1543
1231
  #, fuzzy
1232
  msgid "Vertical floating bar responsiveness"
1233
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1234
 
1235
- #: ../admin/social_sharing.php:1546
1236
  #, php-format
1237
  msgid "Display vertical interface only when screen is wider than %s pixels"
1238
  msgstr ""
1239
 
1240
- #: ../admin/social_sharing.php:1553
1241
  msgid ""
1242
  "Display vertical interface only when screen is wider than the width "
1243
  "specified."
1244
  msgstr ""
1245
 
1246
- #: ../admin/social_sharing.php:1561
1247
  msgid "Horizontal floating bar responsiveness"
1248
  msgstr ""
1249
 
1250
- #: ../admin/social_sharing.php:1564
1251
  #, fuzzy, php-format
1252
  msgid ""
1253
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1256,56 +1294,56 @@ msgstr ""
1256
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
1257
  "eszközök"
1258
 
1259
- #: ../admin/social_sharing.php:1571
1260
  msgid ""
1261
  "Stick vertical floating interface horizontally at bottom only when screen is "
1262
  "narrower than the width specified"
1263
  msgstr ""
1264
 
1265
- #: ../admin/social_sharing.php:1581
1266
  #, fuzzy
1267
  msgid "Horizontal floating bar position"
1268
  msgstr "Vízszintes Megosztási Felület Beállítások"
1269
 
1270
- #: ../admin/social_sharing.php:1584
1271
  #, php-format
1272
  msgid "%s pixels from %s"
1273
  msgstr ""
1274
 
1275
- #: ../admin/social_sharing.php:1585
1276
  msgid "Auto-adjust according to screen width (responsive)"
1277
  msgstr ""
1278
 
1279
- #: ../admin/social_sharing.php:1592
1280
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1281
  msgstr ""
1282
 
1283
- #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1284
  msgid "Url shortener"
1285
  msgstr "Url rövidítő"
1286
 
1287
- #: ../admin/social_sharing.php:1618
1288
  msgid "Use shortlinks already installed"
1289
  msgstr "Használja shortlinks már telepítve"
1290
 
1291
- #: ../admin/social_sharing.php:1628
1292
  msgid "Uses default short url permalinks without using any additional plugin"
1293
  msgstr ""
1294
 
1295
- #: ../admin/social_sharing.php:1636
1296
  msgid "Enable bit.ly url shortener for sharing"
1297
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1298
 
1299
- #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1300
  msgid "Master control to enable bit.ly url shortening for sharing"
1301
  msgstr ""
1302
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1303
 
1304
- #: ../admin/social_sharing.php:1654
1305
  msgid "bit.ly Login"
1306
  msgstr ""
1307
 
1308
- #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1309
  #, fuzzy, php-format
1310
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1311
  msgstr ""
@@ -1313,51 +1351,51 @@ msgstr ""
1313
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1314
  "API Key beszerzéshez"
1315
 
1316
- #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1317
  msgid "bit.ly API Key"
1318
  msgstr "bit.ly API Key"
1319
 
1320
- #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1321
  msgid "Clear Bitly Cache"
1322
  msgstr ""
1323
 
1324
- #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1325
  #, fuzzy
1326
  msgid "ShortUrl cache cleared successfully."
1327
  msgstr "Fiók kapcsolása sikeres"
1328
 
1329
- #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1330
  msgid ""
1331
  "Use this to delete short urls saved in database. Handy, if urls of your "
1332
  "website have been changed but short urls are still being generated for old "
1333
  "urls."
1334
  msgstr ""
1335
 
1336
- #: ../admin/social_sharing.php:1712
1337
  msgid "Share Count Cache"
1338
  msgstr ""
1339
 
1340
- #: ../admin/social_sharing.php:1718
1341
  msgid "Refresh Share Count cache every"
1342
  msgstr ""
1343
 
1344
- #: ../admin/social_sharing.php:1723
1345
  msgid "Second(s)"
1346
  msgstr ""
1347
 
1348
- #: ../admin/social_sharing.php:1724
1349
  msgid "Minute(s)"
1350
  msgstr ""
1351
 
1352
- #: ../admin/social_sharing.php:1725
1353
  msgid "Hour(s)"
1354
  msgstr ""
1355
 
1356
- #: ../admin/social_sharing.php:1726
1357
  msgid "Day(s)"
1358
  msgstr ""
1359
 
1360
- #: ../admin/social_sharing.php:1734
1361
  #, php-format
1362
  msgid ""
1363
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1365,26 +1403,26 @@ msgid ""
1365
  "target=\"_blank\">here</a>"
1366
  msgstr ""
1367
 
1368
- #: ../admin/social_sharing.php:1742
1369
  msgid "Clear Share Counts Cache"
1370
  msgstr ""
1371
 
1372
- #: ../admin/social_sharing.php:1746
1373
  #, fuzzy
1374
  msgid "Share Counts cache cleared successfully."
1375
  msgstr "Fiók kapcsolása sikeres"
1376
 
1377
- #: ../admin/social_sharing.php:1753
1378
  msgid "Use this to clear cached share counts"
1379
  msgstr ""
1380
 
1381
- #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1382
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1383
  #: ../admin/like_buttons.php:698
1384
  msgid "Language"
1385
  msgstr "Nyelv"
1386
 
1387
- #: ../admin/social_sharing.php:1778
1388
  #, fuzzy, php-format
1389
  msgid ""
1390
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1395,16 +1433,16 @@ msgstr ""
1395
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1396
  "az alapértelmezett (angol) nyelv használatához"
1397
 
1398
- #: ../admin/social_sharing.php:1787
1399
  #, fuzzy
1400
  msgid "Username in sharing"
1401
  msgstr "Twitter felhasználónév a megosztásban"
1402
 
1403
- #: ../admin/social_sharing.php:1793
1404
  msgid "Twitter username (without @)"
1405
  msgstr "Twitter felhasználónév (@ nélkül)"
1406
 
1407
- #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1408
  msgid ""
1409
  "Provided username will be appended after the content being shared as \"via "
1410
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1413,37 +1451,37 @@ msgstr ""
1413
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1414
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1415
 
1416
- #: ../admin/social_sharing.php:1812
1417
  #, fuzzy
1418
  msgid "Buffer username (without @)"
1419
  msgstr "Twitter felhasználónév (@ nélkül)"
1420
 
1421
- #: ../admin/social_sharing.php:1831
1422
  msgid "AMP"
1423
  msgstr ""
1424
 
1425
- #: ../admin/social_sharing.php:1837
1426
  #, fuzzy
1427
  msgid "Enable sharing on AMP pages"
1428
  msgstr "Bekapcsolás a belépés oldalon"
1429
 
1430
- #: ../admin/social_sharing.php:1847
1431
  msgid "Enable this option to render sharing icons on AMP pages"
1432
  msgstr ""
1433
 
1434
- #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1435
  msgid "myCRED"
1436
  msgstr ""
1437
 
1438
- #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1439
  msgid "Append myCRED referral ID to the urls being shared"
1440
  msgstr ""
1441
 
1442
- #: ../admin/social_sharing.php:1905
1443
  msgid "Facebook Sharing Troubleshooter"
1444
  msgstr "Facebook Megosztás Hibaelhárító"
1445
 
1446
- #: ../admin/social_sharing.php:1910
1447
  #, fuzzy
1448
  msgid ""
1449
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1455,24 +1493,24 @@ msgstr ""
1455
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1456
  "tökéletesen) a szöveges mezőben:"
1457
 
1458
- #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:399
1459
  #: ../admin/social_login.php:1241
1460
  msgid ""
1461
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1462
  "an online website for the plugin to function properly."
1463
  msgstr ""
1464
 
1465
- #: ../admin/social_sharing.php:1928
1466
  msgid ""
1467
  "Why is sharer not showing the correct image, title and other meta tags "
1468
  "content?"
1469
  msgstr ""
1470
 
1471
- #: ../admin/social_sharing.php:1930
1472
  msgid "Why is Instagram icon redirecting to Instagram website?"
1473
  msgstr ""
1474
 
1475
- #: ../admin/social_sharing.php:1931
1476
  msgid ""
1477
  "Instagram icon is there to send website visitors to the Instagram page of "
1478
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1480,46 +1518,46 @@ msgid ""
1480
  "sections."
1481
  msgstr ""
1482
 
1483
- #: ../admin/social_sharing.php:1934
1484
  #, fuzzy
1485
  msgid "How to customize the url being shared?"
1486
  msgstr "Megosztás számok mutatása:"
1487
 
1488
- #: ../admin/social_sharing.php:1935
1489
  msgid ""
1490
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1491
  msgstr ""
1492
 
1493
- #: ../admin/social_sharing.php:1936
1494
  msgid ""
1495
  "It takes some time for their service to track the shares made on Twitter "
1496
  "from your website. If you still feel it's taking too long you can contact "
1497
  "their support directly from their website."
1498
  msgstr ""
1499
 
1500
- #: ../admin/social_sharing.php:1938 ../admin/like_buttons.php:814
1501
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1502
  msgstr ""
1503
 
1504
- #: ../admin/social_sharing.php:1939
1505
  msgid ""
1506
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1507
  msgstr ""
1508
 
1509
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:402
1510
  #: ../admin/social_login.php:1248
1511
  msgid "Why is my browser blocking some features of the plugin?"
1512
  msgstr ""
1513
 
1514
- #: ../admin/social_sharing.php:1941
1515
  msgid "Why the color of share icons is not being updated?"
1516
  msgstr ""
1517
 
1518
- #: ../admin/social_sharing.php:1942
1519
  msgid "Why Facebook share counts are not appearing?"
1520
  msgstr ""
1521
 
1522
- #: ../admin/social_sharing.php:1943
1523
  msgid ""
1524
  "How can I show share counts of my website rather than of individual pages/"
1525
  "posts?"
@@ -1527,50 +1565,50 @@ msgstr ""
1527
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1528
  "kívül is?"
1529
 
1530
- #: ../admin/social_sharing.php:1944
1531
  msgid "How can I disable sharing on particular page/post?"
1532
  msgstr ""
1533
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1534
 
1535
- #: ../admin/social_sharing.php:1945
1536
  msgid "How can I specify minimum sharing count for sharing networks?"
1537
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1538
 
1539
- #: ../admin/social_sharing.php:1946
1540
  msgid "How to share specific page?"
1541
  msgstr ""
1542
 
1543
- #: ../admin/social_sharing.php:1947
1544
  msgid "How to integrate Google Analytics with sharing?"
1545
  msgstr ""
1546
 
1547
- #: ../admin/social_sharing.php:1948
1548
  msgid "How to customize the look of total share counts?"
1549
  msgstr ""
1550
 
1551
- #: ../admin/social_sharing.php:1949
1552
  #, fuzzy
1553
  msgid "How to customize the look of individual share counts?"
1554
  msgstr "Megosztás számok mutatása:"
1555
 
1556
- #: ../admin/social_sharing.php:1950
1557
  #, fuzzy
1558
  msgid "How to show Whatsapp icon only on mobile devices?"
1559
  msgstr "Hide megosztása mobil eszközökön"
1560
 
1561
- #: ../admin/social_sharing.php:1951
1562
  msgid "How to hide arrow after floating sharing bar?"
1563
  msgstr ""
1564
 
1565
- #: ../admin/social_sharing.php:1952
1566
  msgid "Why is share count not getting updated?"
1567
  msgstr ""
1568
 
1569
- #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:812
1570
  msgid "Why is there so much space between like buttons?"
1571
  msgstr ""
1572
 
1573
- #: ../admin/social_sharing.php:1954 ../admin/like_buttons.php:813
1574
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1575
  msgstr ""
1576
 
@@ -1916,10 +1954,6 @@ msgstr ""
1916
  msgid "Select Social ID provider to enable in Social Login"
1917
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1918
 
1919
- #: ../admin/social_login.php:161
1920
- msgid "Facebook App ID"
1921
- msgstr "Facebook App ID"
1922
-
1923
  #: ../admin/social_login.php:171
1924
  #, php-format
1925
  msgid ""
@@ -1938,11 +1972,6 @@ msgstr ""
1938
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1939
  "linken"
1940
 
1941
- #: ../admin/social_login.php:183
1942
- #, fuzzy
1943
- msgid "Facebook App Secret"
1944
- msgstr "Facebook App ID"
1945
-
1946
  #: ../admin/social_login.php:193
1947
  #, fuzzy, php-format
1948
  msgid ""
@@ -2850,22 +2879,22 @@ msgstr ""
2850
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
2851
  "> Social Login\" oldalon."
2852
 
2853
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:315
2854
  msgid "Search for"
2855
  msgstr ""
2856
 
2857
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2858
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:320
2859
- #: ../inc/social_sharing.php:322 ../inc/social_sharing.php:324
2860
  #, fuzzy
2861
  msgid "Archives"
2862
  msgstr "Kategória Archívum"
2863
 
2864
- #: ../inc/social_sharing.php:882 ../inc/social_sharing.php:1107
2865
  msgid "Invalid request"
2866
  msgstr "Hibás kérés"
2867
 
2868
- #: ../inc/social_sharing.php:889
2869
  msgid "Providers not selected"
2870
  msgstr "Nincs kiválasztott szolgáltató"
2871
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-04-19 19:55+0530\n"
6
+ "PO-Revision-Date: 2019-04-19 19:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
95
  msgid "Enter your LiveJournal username"
96
  msgstr ""
97
 
98
+ #: ../super_socializer.php:1014
99
  msgid "Leave a reply"
100
  msgstr "Válaszolj"
101
 
102
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
103
  msgid "Shares"
104
  msgstr ""
105
 
106
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
107
  msgid "Share"
108
  msgstr ""
109
 
110
+ #: ../super_socializer.php:1026
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
+ #: ../super_socializer.php:1272
116
  #, fuzzy
117
  msgid "Super Socializer - General Options"
118
  msgstr "Super Socializer - Belépés"
119
 
120
+ #: ../super_socializer.php:1272 ../admin/general_options.php:15
121
  #: ../admin/social_commenting.php:47
122
  #, fuzzy
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
+ #: ../super_socializer.php:1340 ../helper.php:898
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
130
 
131
+ #: ../super_socializer.php:1343
132
  msgid "Small Avatar Url"
133
  msgstr "Kis Avatar URL"
134
 
135
+ #: ../super_socializer.php:1347
136
  #, fuzzy
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
+ #: ../super_socializer.php:1351 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
144
  msgstr ""
145
 
146
+ #: ../super_socializer.php:1355 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
150
+ #: ../super_socializer.php:1428 ../super_socializer.php:2193
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
+ #: ../super_socializer.php:1434
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1435
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
163
 
164
+ #: ../super_socializer.php:1440
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:1444 ../super_socializer.php:2117
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:1692
173
  msgid "Thanks for installing Super Socializer plugin"
174
  msgstr ""
175
 
176
+ #: ../super_socializer.php:1694
177
  msgid "Configure the Plugin"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1705
181
  msgid ""
182
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
183
  "current version of Super Socialzer"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:1714
187
  msgid ""
188
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
189
  "version of Super Socialzer"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:1723
193
  msgid ""
194
  "Update \"Social Login Buttons\" add-on for compatibility with current "
195
  "version of Super Socialzer"
196
  msgstr ""
197
 
198
+ #: ../super_socializer.php:1732
199
  msgid ""
200
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
201
  "with current version of Super Socialzer"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:1741
205
  msgid ""
206
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
207
  "with current version of Super Socialzer"
208
  msgstr ""
209
 
210
+ #: ../super_socializer.php:1748
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr ""
215
 
216
+ #: ../super_socializer.php:1759
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1775
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
+ #: ../super_socializer.php:1799
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
+ #: ../super_socializer.php:1799 ../super_socializer.php:1824
237
+ #: ../super_socializer.php:1849 ../super_socializer.php:1874
238
+ #: ../super_socializer.php:1907 ../super_socializer.php:1935
239
+ #: ../super_socializer.php:1962 ../super_socializer.php:2039
240
  msgid "Okay"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1824
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
248
  "\">here</a>"
249
  msgstr ""
250
 
251
+ #: ../super_socializer.php:1849
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:1874
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
264
  "target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1885
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1907
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1935
282
  #, php-format
283
  msgid ""
284
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
287
  "your website %s with them. No need to copy-paste any code from their website."
288
  msgstr ""
289
 
290
+ #: ../super_socializer.php:1962
291
  #, php-format
292
  msgid ""
293
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
295
  "\"%s\" target=\"_blank\">here</a>"
296
  msgstr ""
297
 
298
+ #: ../super_socializer.php:1987
299
  #, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
303
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
304
  msgstr ""
305
 
306
+ #: ../super_socializer.php:1987 ../super_socializer.php:2014
307
  msgid "Dismiss"
308
  msgstr ""
309
 
310
+ #: ../super_socializer.php:2013
311
+ msgid ""
312
+ "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
313
+ "\"Floating Interface\" section(s) to fix the issue with Facebook share "
314
+ "count. After that, clear share counts cache from \"Miscellaneous\" section."
315
+ msgstr ""
316
+
317
+ #: ../super_socializer.php:2039
318
  #, php-format
319
  msgid ""
320
  "Your website visitors will see a popup notification (only once) if their "
428
  msgstr "Cél Url"
429
 
430
  #: ../helper.php:913 ../admin/general_options.php:132
431
+ #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
432
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
433
  msgid "Save Changes"
434
  msgstr "Változások Mentése"
451
  msgstr ""
452
 
453
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
454
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
455
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
456
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
457
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
528
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
529
  msgstr ""
530
 
531
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
532
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
533
  #: ../admin/like_buttons.php:836
534
  #, fuzzy
535
  msgid "Instagram Shoutout"
536
  msgstr "Instagram"
537
 
538
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
539
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
540
  #: ../admin/like_buttons.php:838
541
  msgid ""
544
  "hashtags and people to mention in the Instagram post."
545
  msgstr ""
546
 
547
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
548
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
549
  #: ../admin/like_buttons.php:839
550
  msgid ""
555
  "time."
556
  msgstr ""
557
 
558
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
559
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
560
  #: ../admin/like_buttons.php:840
561
  msgid ""
693
  msgid "3rd Party Integration"
694
  msgstr ""
695
 
696
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
697
+ #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
698
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
699
  #: ../admin/like_buttons.php:797
700
  msgid "Shortcode & Widget"
704
  msgid "Troubleshooter"
705
  msgstr "Hibamegoldó"
706
 
707
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
708
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
709
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
710
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
817
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
818
 
819
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
820
+ #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
821
  #: ../inc/widget.php:460 ../inc/widget.php:772
822
  msgid "Background Color"
823
  msgstr "Háttér Szín"
864
  msgstr ""
865
 
866
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
867
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
868
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
869
  #: ../inc/widget.php:446 ../inc/widget.php:758
870
  msgid "Left"
875
  msgstr ""
876
 
877
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
878
+ #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
879
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
880
  #: ../inc/widget.php:447 ../inc/widget.php:759
881
  msgid "Right"
927
  msgid "Master control to enable standard sharing"
928
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
929
 
930
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
931
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
932
  msgid "Target Url"
933
  msgstr "Cél Url"
934
 
935
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
936
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
937
  msgid "Url of the webpage where icons are located (default)"
938
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
939
 
940
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
941
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
942
  msgid "Url of the homepage of your website"
943
  msgstr "A főoldalad Url-je"
944
 
945
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
946
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
947
  msgid "Custom url"
948
  msgstr "Egyedi URL"
949
 
950
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
951
  msgid "Url to share"
952
  msgstr "Megosztás Url-je"
953
 
961
  msgid "The text to display above the sharing interface"
962
  msgstr "Szöveg a megosztási felület fölött"
963
 
964
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
965
  #, fuzzy
966
  msgid "Instagram username"
967
  msgstr "Instagram"
968
 
969
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
970
  msgid ""
971
  "Username of the Instagram account you want to redirect users to, on clicking "
972
  "the icon"
973
  msgstr ""
974
 
975
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
976
  #, fuzzy
977
  msgid "HTML ID of container element of comment form"
978
  msgstr "HTML ID komment formájában konténer"
979
 
980
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
981
  msgid ""
982
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
983
  "icon."
984
  msgstr ""
985
 
986
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
987
  msgid "Rearrange icons"
988
  msgstr "Ikonsorrend beállítás"
989
 
990
+ #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
991
  msgid "Drag the icons to rearrange in desired order"
992
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
993
 
994
+ #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
995
  #, fuzzy
996
  msgid "Select Sharing Services"
997
  msgstr "Válassz és rendezz sorba szolgáltatókat"
998
 
999
+ #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
1000
  msgid "Select sharing services to show in social share bar"
1001
  msgstr ""
1002
 
1003
+ #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
1004
  #, fuzzy
1005
  msgid "Search social network"
1006
  msgstr "elsődleges szociális háló"
1007
 
1008
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
1009
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1010
  msgid "Horizontal alignment"
1011
  msgstr "Függőleges igazítás"
1012
 
1013
+ #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
1014
  msgid "Center"
1015
  msgstr "Középen"
1016
 
1017
+ #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
1018
  msgid "Horizontal alignment of the sharing interface"
1019
  msgstr "A megosztási felület függőleges igazítása"
1020
 
1021
+ #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1022
  msgid "Position with respect to content"
1023
  msgstr "Elhelyezés a tartalomhoz képest"
1024
 
1025
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1026
  msgid "Top of the content"
1027
  msgstr "Tartalom felett"
1028
 
1029
+ #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1030
  msgid "Bottom of the content"
1031
  msgstr "Tartalom alatt"
1032
 
1033
+ #: ../admin/social_sharing.php:962
1034
  msgid "Specify position of the sharing interface with respect to the content"
1035
  msgstr ""
1036
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1037
 
1038
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1039
  msgid "Placement"
1040
  msgstr ""
1041
 
1042
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1043
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1044
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1045
  msgid "Homepage"
1046
  msgstr "Kezdő oldal"
1047
 
1048
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1049
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1050
  msgid "Posts"
1051
  msgstr "Bejegyzések"
1052
 
1053
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1054
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1055
  msgid "Pages"
1056
  msgstr "Oldalak"
1057
 
1058
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1059
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1060
  msgid "Excerpts and Posts page"
1061
  msgstr ""
1062
 
1063
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1064
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1065
  msgid "Category Archives"
1066
  msgstr "Kategória Archívum"
1067
 
1068
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1069
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1070
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1071
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
1072
 
1073
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1074
  #, fuzzy
1075
  msgid "BuddyPress activity"
1076
  msgstr "BuddyPress tevékenység és csoportok"
1077
 
1078
+ #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1079
  msgid "BuddyPress group (only at top of content)"
1080
  msgstr ""
1081
 
1082
+ #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1083
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1084
  msgid "BBPress forum"
1085
  msgstr "BBPress fórum"
1086
 
1087
+ #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1088
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1089
  msgid "BBPress topic"
1090
  msgstr "BBPress téma"
1091
 
1092
+ #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1093
  msgid "BBPress reply"
1094
  msgstr "BBPress válasz"
1095
 
1096
+ #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1097
  msgid "After individual product at WooCommerce Shop page"
1098
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
1099
 
1100
+ #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1101
  msgid "WooCommerce Product Page"
1102
  msgstr "WooCommerce Termékek"
1103
 
1104
+ #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1105
  msgid "WooCommerce Thankyou Page"
1106
  msgstr "WooCommerce Thankyou oldal"
1107
 
1108
+ #: ../admin/social_sharing.php:1038
1109
  msgid "Specify the pages where you want to enable Sharing interface"
1110
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1111
 
1112
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1113
  msgid "Show share counts"
1114
  msgstr "Megosztás számok mutatása"
1115
 
1116
+ #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1117
  msgid ""
1118
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1119
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1120
  msgstr ""
1121
 
1122
+ #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1123
  #, php-format
1124
  msgid ""
1125
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1128
  "their website."
1129
  msgstr ""
1130
 
1131
+ #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1132
  msgid "If enabled, share counts are displayed above sharing icons."
1133
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1134
 
1135
+ #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1136
  #, fuzzy
1137
  msgid "Show total shares"
1138
  msgstr "Megosztás számok mutatása"
1139
 
1140
+ #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1141
  #, fuzzy
1142
  msgid "If enabled, total shares will be displayed with sharing icons"
1143
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1144
 
1145
+ #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1146
+ #: ../admin/social_login.php:161
1147
+ msgid "Facebook App ID"
1148
+ msgstr "Facebook App ID"
1149
+
1150
+ #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1151
+ #, fuzzy, php-format
1152
+ msgid ""
1153
+ "Required for Facebook share count to work. Please follow the documentation "
1154
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1155
+ msgstr ""
1156
+ "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a "
1157
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1158
+ "App ID beszerzéshez"
1159
+
1160
+ #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1161
+ #: ../admin/social_login.php:183
1162
+ #, fuzzy
1163
+ msgid "Facebook App Secret"
1164
+ msgstr "Facebook App ID"
1165
+
1166
+ #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1167
+ #, fuzzy, php-format
1168
+ msgid ""
1169
+ "Required for Facebook share count to work. Please follow the documentation "
1170
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1171
+ msgstr ""
1172
+ "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a "
1173
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1174
+ "App ID beszerzéshez"
1175
+
1176
+ #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1177
  msgid "Enable 'More' icon"
1178
  msgstr "'Még több' ikon bekapcsolása"
1179
 
1180
+ #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1181
  msgid ""
1182
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1183
  "which shows additional sharing networks in popup"
1185
  "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott "
1186
  "megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
1187
 
1188
+ #: ../admin/social_sharing.php:1167
1189
  #, fuzzy
1190
  msgid "Floating Sharing Interface Options"
1191
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1192
 
1193
+ #: ../admin/social_sharing.php:1173
1194
  #, fuzzy
1195
  msgid "Enable Floating sharing interface"
1196
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1197
 
1198
+ #: ../admin/social_sharing.php:1183
1199
  #, fuzzy
1200
  msgid "Master control to enable floating sharing widget"
1201
  msgstr ""
1202
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1203
 
1204
+ #: ../admin/social_sharing.php:1377
1205
  msgid ""
1206
  "Specify the color or hex code (example #cc78e0) for the background of "
1207
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1212
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
1213
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
1214
 
1215
+ #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1216
  msgid "Left offset"
1217
  msgstr "Bal margó"
1218
 
1219
+ #: ../admin/social_sharing.php:1417
1220
  msgid ""
1221
  "Specify a number. Increase in number will shift sharing interface towards "
1222
  "right and decrease will shift it towards left. Number can be negative too."
1224
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
1225
  "Megadhatsz negatív értéket is."
1226
 
1227
+ #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1228
  msgid "Right offset"
1229
  msgstr "Jobb margó"
1230
 
1231
+ #: ../admin/social_sharing.php:1437
1232
  msgid ""
1233
  "Specify a number. Increase in number will shift sharing interface towards "
1234
  "left and decrease will shift it towards right. Number can be negative too."
1236
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
1237
  "Megadhatsz negatív értéket is."
1238
 
1239
+ #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1240
  msgid "Top offset"
1241
  msgstr "Felső margó"
1242
 
1243
+ #: ../admin/social_sharing.php:1456
1244
  msgid ""
1245
  "Specify a number. Increase in number will shift sharing interface towards "
1246
  "bottom and decrease will shift it towards top."
1247
  msgstr ""
1248
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1249
 
1250
+ #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1251
  #, fuzzy
1252
  msgid "BuddyPress group"
1253
  msgstr "BuddyPress profil oldal"
1254
 
1255
+ #: ../admin/social_sharing.php:1513
1256
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1257
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
1258
 
1259
+ #: ../admin/social_sharing.php:1618
1260
  #, fuzzy
1261
  msgid "Hide floating slider"
1262
  msgstr "Bejelentkezettek számára elrejtve:"
1263
 
1264
+ #: ../admin/social_sharing.php:1628
1265
  msgid "Hides the slider arrow present below the floating share bar"
1266
  msgstr ""
1267
 
1268
+ #: ../admin/social_sharing.php:1636
1269
  #, fuzzy
1270
  msgid "Vertical floating bar responsiveness"
1271
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1272
 
1273
+ #: ../admin/social_sharing.php:1639
1274
  #, php-format
1275
  msgid "Display vertical interface only when screen is wider than %s pixels"
1276
  msgstr ""
1277
 
1278
+ #: ../admin/social_sharing.php:1646
1279
  msgid ""
1280
  "Display vertical interface only when screen is wider than the width "
1281
  "specified."
1282
  msgstr ""
1283
 
1284
+ #: ../admin/social_sharing.php:1654
1285
  msgid "Horizontal floating bar responsiveness"
1286
  msgstr ""
1287
 
1288
+ #: ../admin/social_sharing.php:1657
1289
  #, fuzzy, php-format
1290
  msgid ""
1291
  "Stick vertical floating interface horizontally at bottom only when screen is "
1294
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
1295
  "eszközök"
1296
 
1297
+ #: ../admin/social_sharing.php:1664
1298
  msgid ""
1299
  "Stick vertical floating interface horizontally at bottom only when screen is "
1300
  "narrower than the width specified"
1301
  msgstr ""
1302
 
1303
+ #: ../admin/social_sharing.php:1674
1304
  #, fuzzy
1305
  msgid "Horizontal floating bar position"
1306
  msgstr "Vízszintes Megosztási Felület Beállítások"
1307
 
1308
+ #: ../admin/social_sharing.php:1677
1309
  #, php-format
1310
  msgid "%s pixels from %s"
1311
  msgstr ""
1312
 
1313
+ #: ../admin/social_sharing.php:1678
1314
  msgid "Auto-adjust according to screen width (responsive)"
1315
  msgstr ""
1316
 
1317
+ #: ../admin/social_sharing.php:1685
1318
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1319
  msgstr ""
1320
 
1321
+ #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
1322
  msgid "Url shortener"
1323
  msgstr "Url rövidítő"
1324
 
1325
+ #: ../admin/social_sharing.php:1711
1326
  msgid "Use shortlinks already installed"
1327
  msgstr "Használja shortlinks már telepítve"
1328
 
1329
+ #: ../admin/social_sharing.php:1721
1330
  msgid "Uses default short url permalinks without using any additional plugin"
1331
  msgstr ""
1332
 
1333
+ #: ../admin/social_sharing.php:1729
1334
  msgid "Enable bit.ly url shortener for sharing"
1335
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1336
 
1337
+ #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1338
  msgid "Master control to enable bit.ly url shortening for sharing"
1339
  msgstr ""
1340
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1341
 
1342
+ #: ../admin/social_sharing.php:1747
1343
  msgid "bit.ly Login"
1344
  msgstr ""
1345
 
1346
+ #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1347
  #, fuzzy, php-format
1348
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1349
  msgstr ""
1351
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1352
  "API Key beszerzéshez"
1353
 
1354
+ #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1355
  msgid "bit.ly API Key"
1356
  msgstr "bit.ly API Key"
1357
 
1358
+ #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1359
  msgid "Clear Bitly Cache"
1360
  msgstr ""
1361
 
1362
+ #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1363
  #, fuzzy
1364
  msgid "ShortUrl cache cleared successfully."
1365
  msgstr "Fiók kapcsolása sikeres"
1366
 
1367
+ #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1368
  msgid ""
1369
  "Use this to delete short urls saved in database. Handy, if urls of your "
1370
  "website have been changed but short urls are still being generated for old "
1371
  "urls."
1372
  msgstr ""
1373
 
1374
+ #: ../admin/social_sharing.php:1805
1375
  msgid "Share Count Cache"
1376
  msgstr ""
1377
 
1378
+ #: ../admin/social_sharing.php:1811
1379
  msgid "Refresh Share Count cache every"
1380
  msgstr ""
1381
 
1382
+ #: ../admin/social_sharing.php:1816
1383
  msgid "Second(s)"
1384
  msgstr ""
1385
 
1386
+ #: ../admin/social_sharing.php:1817
1387
  msgid "Minute(s)"
1388
  msgstr ""
1389
 
1390
+ #: ../admin/social_sharing.php:1818
1391
  msgid "Hour(s)"
1392
  msgstr ""
1393
 
1394
+ #: ../admin/social_sharing.php:1819
1395
  msgid "Day(s)"
1396
  msgstr ""
1397
 
1398
+ #: ../admin/social_sharing.php:1827
1399
  #, php-format
1400
  msgid ""
1401
  "Frequent cache refreshing results in slower loading of pages with share "
1403
  "target=\"_blank\">here</a>"
1404
  msgstr ""
1405
 
1406
+ #: ../admin/social_sharing.php:1835
1407
  msgid "Clear Share Counts Cache"
1408
  msgstr ""
1409
 
1410
+ #: ../admin/social_sharing.php:1839
1411
  #, fuzzy
1412
  msgid "Share Counts cache cleared successfully."
1413
  msgstr "Fiók kapcsolása sikeres"
1414
 
1415
+ #: ../admin/social_sharing.php:1846
1416
  msgid "Use this to clear cached share counts"
1417
  msgstr ""
1418
 
1419
+ #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1420
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1421
  #: ../admin/like_buttons.php:698
1422
  msgid "Language"
1423
  msgstr "Nyelv"
1424
 
1425
+ #: ../admin/social_sharing.php:1871
1426
  #, fuzzy, php-format
1427
  msgid ""
1428
  "Enter the code of the language you want to use for like buttons. You can "
1433
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1434
  "az alapértelmezett (angol) nyelv használatához"
1435
 
1436
+ #: ../admin/social_sharing.php:1880
1437
  #, fuzzy
1438
  msgid "Username in sharing"
1439
  msgstr "Twitter felhasználónév a megosztásban"
1440
 
1441
+ #: ../admin/social_sharing.php:1886
1442
  msgid "Twitter username (without @)"
1443
  msgstr "Twitter felhasználónév (@ nélkül)"
1444
 
1445
+ #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1446
  msgid ""
1447
  "Provided username will be appended after the content being shared as \"via "
1448
  "@USERNAME\". Leave empty if you do not want any username in the content "
1451
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1452
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1453
 
1454
+ #: ../admin/social_sharing.php:1905
1455
  #, fuzzy
1456
  msgid "Buffer username (without @)"
1457
  msgstr "Twitter felhasználónév (@ nélkül)"
1458
 
1459
+ #: ../admin/social_sharing.php:1924
1460
  msgid "AMP"
1461
  msgstr ""
1462
 
1463
+ #: ../admin/social_sharing.php:1930
1464
  #, fuzzy
1465
  msgid "Enable sharing on AMP pages"
1466
  msgstr "Bekapcsolás a belépés oldalon"
1467
 
1468
+ #: ../admin/social_sharing.php:1940
1469
  msgid "Enable this option to render sharing icons on AMP pages"
1470
  msgstr ""
1471
 
1472
+ #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1473
  msgid "myCRED"
1474
  msgstr ""
1475
 
1476
+ #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1477
  msgid "Append myCRED referral ID to the urls being shared"
1478
  msgstr ""
1479
 
1480
+ #: ../admin/social_sharing.php:1998
1481
  msgid "Facebook Sharing Troubleshooter"
1482
  msgstr "Facebook Megosztás Hibaelhárító"
1483
 
1484
+ #: ../admin/social_sharing.php:2003
1485
  #, fuzzy
1486
  msgid ""
1487
  "If Facebook sharing is not working fine, click at the following link and "
1493
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1494
  "tökéletesen) a szöveges mezőben:"
1495
 
1496
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1497
  #: ../admin/social_login.php:1241
1498
  msgid ""
1499
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1500
  "an online website for the plugin to function properly."
1501
  msgstr ""
1502
 
1503
+ #: ../admin/social_sharing.php:2021
1504
  msgid ""
1505
  "Why is sharer not showing the correct image, title and other meta tags "
1506
  "content?"
1507
  msgstr ""
1508
 
1509
+ #: ../admin/social_sharing.php:2023
1510
  msgid "Why is Instagram icon redirecting to Instagram website?"
1511
  msgstr ""
1512
 
1513
+ #: ../admin/social_sharing.php:2024
1514
  msgid ""
1515
  "Instagram icon is there to send website visitors to the Instagram page of "
1516
  "your choice. You can save the desired Instagram handle in \"Instagram "
1518
  "sections."
1519
  msgstr ""
1520
 
1521
+ #: ../admin/social_sharing.php:2027
1522
  #, fuzzy
1523
  msgid "How to customize the url being shared?"
1524
  msgstr "Megosztás számok mutatása:"
1525
 
1526
+ #: ../admin/social_sharing.php:2028
1527
  msgid ""
1528
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1529
  msgstr ""
1530
 
1531
+ #: ../admin/social_sharing.php:2029
1532
  msgid ""
1533
  "It takes some time for their service to track the shares made on Twitter "
1534
  "from your website. If you still feel it's taking too long you can contact "
1535
  "their support directly from their website."
1536
  msgstr ""
1537
 
1538
+ #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1539
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1540
  msgstr ""
1541
 
1542
+ #: ../admin/social_sharing.php:2032
1543
  msgid ""
1544
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1545
  msgstr ""
1546
 
1547
+ #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1548
  #: ../admin/social_login.php:1248
1549
  msgid "Why is my browser blocking some features of the plugin?"
1550
  msgstr ""
1551
 
1552
+ #: ../admin/social_sharing.php:2034
1553
  msgid "Why the color of share icons is not being updated?"
1554
  msgstr ""
1555
 
1556
+ #: ../admin/social_sharing.php:2035
1557
  msgid "Why Facebook share counts are not appearing?"
1558
  msgstr ""
1559
 
1560
+ #: ../admin/social_sharing.php:2036
1561
  msgid ""
1562
  "How can I show share counts of my website rather than of individual pages/"
1563
  "posts?"
1565
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1566
  "kívül is?"
1567
 
1568
+ #: ../admin/social_sharing.php:2037
1569
  msgid "How can I disable sharing on particular page/post?"
1570
  msgstr ""
1571
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1572
 
1573
+ #: ../admin/social_sharing.php:2038
1574
  msgid "How can I specify minimum sharing count for sharing networks?"
1575
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1576
 
1577
+ #: ../admin/social_sharing.php:2039
1578
  msgid "How to share specific page?"
1579
  msgstr ""
1580
 
1581
+ #: ../admin/social_sharing.php:2040
1582
  msgid "How to integrate Google Analytics with sharing?"
1583
  msgstr ""
1584
 
1585
+ #: ../admin/social_sharing.php:2041
1586
  msgid "How to customize the look of total share counts?"
1587
  msgstr ""
1588
 
1589
+ #: ../admin/social_sharing.php:2042
1590
  #, fuzzy
1591
  msgid "How to customize the look of individual share counts?"
1592
  msgstr "Megosztás számok mutatása:"
1593
 
1594
+ #: ../admin/social_sharing.php:2043
1595
  #, fuzzy
1596
  msgid "How to show Whatsapp icon only on mobile devices?"
1597
  msgstr "Hide megosztása mobil eszközökön"
1598
 
1599
+ #: ../admin/social_sharing.php:2044
1600
  msgid "How to hide arrow after floating sharing bar?"
1601
  msgstr ""
1602
 
1603
+ #: ../admin/social_sharing.php:2045
1604
  msgid "Why is share count not getting updated?"
1605
  msgstr ""
1606
 
1607
+ #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1608
  msgid "Why is there so much space between like buttons?"
1609
  msgstr ""
1610
 
1611
+ #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1612
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1613
  msgstr ""
1614
 
1954
  msgid "Select Social ID provider to enable in Social Login"
1955
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1956
 
 
 
 
 
1957
  #: ../admin/social_login.php:171
1958
  #, php-format
1959
  msgid ""
1972
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1973
  "linken"
1974
 
 
 
 
 
 
1975
  #: ../admin/social_login.php:193
1976
  #, fuzzy, php-format
1977
  msgid ""
2879
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
2880
  "> Social Login\" oldalon."
2881
 
2882
+ #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2883
  msgid "Search for"
2884
  msgstr ""
2885
 
2886
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2887
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2888
+ #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2889
  #, fuzzy
2890
  msgid "Archives"
2891
  msgstr "Kategória Archívum"
2892
 
2893
+ #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2894
  msgid "Invalid request"
2895
  msgstr "Hibás kérés"
2896
 
2897
+ #: ../inc/social_sharing.php:927
2898
  msgid "Providers not selected"
2899
  msgstr "Nincs kiválasztott szolgáltató"
2900
 
languages/super-socializer-it_IT.mo CHANGED
Binary file
languages/super-socializer-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-07 08:55+0530\n"
6
- "PO-Revision-Date: 2019-04-07 08:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -99,45 +99,45 @@ msgstr ""
99
  msgid "Enter your LiveJournal username"
100
  msgstr ""
101
 
102
- #: ../super_socializer.php:1015
103
  msgid "Leave a reply"
104
  msgstr "Lascia un commento"
105
 
106
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
107
  msgid "Shares"
108
  msgstr "Shares"
109
 
110
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
111
  msgid "Share"
112
  msgstr "Share"
113
 
114
- #: ../super_socializer.php:1027
115
  #, fuzzy
116
  msgid "Link copied."
117
  msgstr "LinkedIn"
118
 
119
- #: ../super_socializer.php:1273
120
  msgid "Super Socializer - General Options"
121
  msgstr "Super Socializer - Opzioni"
122
 
123
- #: ../super_socializer.php:1273 ../admin/general_options.php:15
124
  #: ../admin/social_commenting.php:47
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
- #: ../super_socializer.php:1341 ../helper.php:898
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
132
- #: ../super_socializer.php:1344
133
  msgid "Small Avatar Url"
134
  msgstr "Url Avatar Piccolo"
135
 
136
- #: ../super_socializer.php:1348
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
- #: ../super_socializer.php:1352 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
@@ -145,92 +145,92 @@ 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:1356 ../helper.php:902
149
  msgid "Update social avatar, next time I Social Login"
150
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
151
 
152
- #: ../super_socializer.php:1429 ../super_socializer.php:2144
153
  msgid ""
154
  "Your browser is blocking some features of this website. Please follow the "
155
  "instructions at {support_url} to unblock these."
156
  msgstr ""
157
 
158
- #: ../super_socializer.php:1435
159
  msgid "Login with your Social ID"
160
  msgstr "Login con il tuo ID Social"
161
 
162
- #: ../super_socializer.php:1436
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr "La email inserita è già registrata o non è valida"
165
 
166
- #: ../super_socializer.php:1441
167
  msgid "Please enter a valid email address. You might be required to verify it"
168
  msgstr ""
169
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
170
  "una verifica"
171
 
172
- #: ../super_socializer.php:1445 ../super_socializer.php:2068
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:1680
178
  msgid "Thanks for installing Super Socializer plugin"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1682
182
  msgid "Configure the Plugin"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1693
186
  msgid ""
187
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
188
  "current version of Super Socialzer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1702
192
  msgid ""
193
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1711
198
  msgid ""
199
  "Update \"Social Login Buttons\" add-on for compatibility with current "
200
  "version of Super Socialzer"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1720
204
  msgid ""
205
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:1729
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
212
  "with current version of Super Socialzer"
213
  msgstr ""
214
 
215
- #: ../super_socializer.php:1736
216
  msgid ""
217
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
218
  "LiveJournal Login of Super Socialzer"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1747
222
  #, php-format
223
  msgid ""
224
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1763
228
  #, php-format
229
  msgid ""
230
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
231
  msgstr ""
232
 
233
- #: ../super_socializer.php:1787
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -238,14 +238,14 @@ msgid ""
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
- #: ../super_socializer.php:1787 ../super_socializer.php:1812
242
- #: ../super_socializer.php:1837 ../super_socializer.php:1862
243
- #: ../super_socializer.php:1895 ../super_socializer.php:1923
244
- #: ../super_socializer.php:1950 ../super_socializer.php:1999
245
  msgid "Okay"
246
  msgstr ""
247
 
248
- #: ../super_socializer.php:1812
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -253,7 +253,7 @@ msgid ""
253
  "\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1837
257
  #, php-format
258
  msgid ""
259
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -261,7 +261,7 @@ msgid ""
261
  "target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1862
265
  #, php-format
266
  msgid ""
267
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -269,13 +269,13 @@ msgid ""
269
  "target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1873
273
  #, php-format
274
  msgid ""
275
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
276
  msgstr ""
277
 
278
- #: ../super_socializer.php:1895
279
  #, php-format
280
  msgid ""
281
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -283,7 +283,7 @@ msgid ""
283
  "\"%s\" target=\"_blank\">here</a>"
284
  msgstr ""
285
 
286
- #: ../super_socializer.php:1923
287
  #, php-format
288
  msgid ""
289
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -292,7 +292,7 @@ msgid ""
292
  "your website %s with them. No need to copy-paste any code from their website."
293
  msgstr ""
294
 
295
- #: ../super_socializer.php:1950
296
  #, php-format
297
  msgid ""
298
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -300,7 +300,7 @@ msgid ""
300
  "\"%s\" target=\"_blank\">here</a>"
301
  msgstr ""
302
 
303
- #: ../super_socializer.php:1975
304
  #, php-format
305
  msgid ""
306
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -308,11 +308,18 @@ msgid ""
308
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
309
  msgstr ""
310
 
311
- #: ../super_socializer.php:1975
312
  msgid "Dismiss"
313
  msgstr ""
314
 
315
- #: ../super_socializer.php:1999
 
 
 
 
 
 
 
316
  #, php-format
317
  msgid ""
318
  "Your website visitors will see a popup notification (only once) if their "
@@ -416,7 +423,7 @@ msgid "Large Avatar"
416
  msgstr "Avatar Grande"
417
 
418
  #: ../helper.php:913 ../admin/general_options.php:132
419
- #: ../admin/social_sharing.php:1965 ../admin/social_commenting.php:413
420
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
421
  msgid "Save Changes"
422
  msgstr "Salva le modifiche"
@@ -439,7 +446,7 @@ msgid "Something bad happened"
439
  msgstr ""
440
 
441
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
442
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1969
443
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
444
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
445
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -516,14 +523,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
516
  msgstr ""
517
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
518
 
519
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1975
520
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
521
  #: ../admin/like_buttons.php:836
522
  #, fuzzy
523
  msgid "Instagram Shoutout"
524
  msgstr "Instagram"
525
 
526
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1977
527
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
528
  #: ../admin/like_buttons.php:838
529
  msgid ""
@@ -532,7 +539,7 @@ msgid ""
532
  "hashtags and people to mention in the Instagram post."
533
  msgstr ""
534
 
535
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1978
536
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
537
  #: ../admin/like_buttons.php:839
538
  msgid ""
@@ -543,7 +550,7 @@ msgid ""
543
  "time."
544
  msgstr ""
545
 
546
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1979
547
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
548
  #: ../admin/like_buttons.php:840
549
  msgid ""
@@ -675,8 +682,8 @@ msgstr "Miscellanea"
675
  msgid "3rd Party Integration"
676
  msgstr "XProfile Integration"
677
 
678
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
679
- #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
680
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
681
  #: ../admin/like_buttons.php:797
682
  msgid "Shortcode & Widget"
@@ -686,7 +693,7 @@ msgstr "Shortcode & Widget"
686
  msgid "Troubleshooter"
687
  msgstr "Risoluzione dei problemi"
688
 
689
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
690
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
691
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
692
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -797,7 +804,7 @@ msgstr ""
797
  "\"_blank\">questo collegamento</a>"
798
 
799
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
800
- #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
801
  #: ../inc/widget.php:460 ../inc/widget.php:772
802
  msgid "Background Color"
803
  msgstr "Colore Background"
@@ -842,7 +849,7 @@ msgid "(applies, if counter enabled)"
842
  msgstr "(Si applica, se il Counter è abilitato)"
843
 
844
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
845
- #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
846
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
847
  #: ../inc/widget.php:446 ../inc/widget.php:758
848
  msgid "Left"
@@ -853,7 +860,7 @@ msgid "Top"
853
  msgstr "Top"
854
 
855
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
856
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
857
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
858
  #: ../inc/widget.php:447 ../inc/widget.php:759
859
  msgid "Right"
@@ -899,27 +906,27 @@ msgstr "Abilita interfaccia standard"
899
  msgid "Master control to enable standard sharing"
900
  msgstr "Controllo Principale per abilitare l'interfaccia standard"
901
 
902
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
903
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
904
  msgid "Target Url"
905
  msgstr "URL di destinazione"
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 "Url of the webpage where icons are located (default)"
910
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
911
 
912
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
913
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
914
  msgid "Url of the homepage of your website"
915
  msgstr "Url della homepage del tuo sito web"
916
 
917
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
918
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
919
  msgid "Custom url"
920
  msgstr "Url personalizzata"
921
 
922
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
923
  msgid "Url to share"
924
  msgstr "Url da condividere"
925
 
@@ -933,11 +940,11 @@ msgstr "Titolo"
933
  msgid "The text to display above the sharing interface"
934
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
935
 
936
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
937
  msgid "Instagram username"
938
  msgstr "Username Instagram"
939
 
940
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
941
  msgid ""
942
  "Username of the Instagram account you want to redirect users to, on clicking "
943
  "the icon"
@@ -945,145 +952,145 @@ msgstr ""
945
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
946
  "utenti facendo clic sull'icona"
947
 
948
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
949
  #, fuzzy
950
  msgid "HTML ID of container element of comment form"
951
  msgstr "ID HTML del modulo dei commenti container"
952
 
953
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
954
  msgid ""
955
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
956
  "icon."
957
  msgstr ""
958
 
959
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
960
  msgid "Rearrange icons"
961
  msgstr "Riorganizza le icone"
962
 
963
- #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
964
  msgid "Drag the icons to rearrange in desired order"
965
  msgstr "Trascina le icone per riordinare"
966
 
967
- #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
968
  msgid "Select Sharing Services"
969
  msgstr "Seleziona i Service"
970
 
971
- #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
972
  msgid "Select sharing services to show in social share bar"
973
  msgstr "Seleziona i servizi di sharing da mostrare"
974
 
975
- #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
976
  #, fuzzy
977
  msgid "Search social network"
978
  msgstr "come rete sociale primaria"
979
 
980
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
981
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
982
  msgid "Horizontal alignment"
983
  msgstr "Allineamento orizzontale"
984
 
985
- #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
986
  msgid "Center"
987
  msgstr "centro"
988
 
989
- #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
990
  msgid "Horizontal alignment of the sharing interface"
991
  msgstr "Allineamento orizzontale della interfaccia sharing"
992
 
993
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
994
  msgid "Position with respect to content"
995
  msgstr "Posizione"
996
 
997
- #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
998
  msgid "Top of the content"
999
  msgstr "Parte superiore del contenuto"
1000
 
1001
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
1002
  msgid "Bottom of the content"
1003
  msgstr "Parte inferiore del contenuto"
1004
 
1005
- #: ../admin/social_sharing.php:960
1006
  msgid "Specify position of the sharing interface with respect to the content"
1007
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
1008
 
1009
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1010
  msgid "Placement"
1011
  msgstr "Collocazione"
1012
 
1013
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1014
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1015
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1016
  msgid "Homepage"
1017
  msgstr "Homepage"
1018
 
1019
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1020
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1021
  msgid "Posts"
1022
  msgstr "Post"
1023
 
1024
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1025
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1026
  msgid "Pages"
1027
  msgstr "Pagine"
1028
 
1029
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1030
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1031
  msgid "Excerpts and Posts page"
1032
  msgstr "Pagine di Estratti ed Articoli"
1033
 
1034
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1035
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1036
  msgid "Category Archives"
1037
  msgstr "Archivi di categorie"
1038
 
1039
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1040
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1041
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1042
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
1043
 
1044
- #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1045
  msgid "BuddyPress activity"
1046
  msgstr "Attività BuddyPress"
1047
 
1048
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1049
  msgid "BuddyPress group (only at top of content)"
1050
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
1051
 
1052
- #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1053
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1054
  msgid "BBPress forum"
1055
  msgstr "BBPress forum"
1056
 
1057
- #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1058
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1059
  msgid "BBPress topic"
1060
  msgstr "Argomento BBPress"
1061
 
1062
- #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1063
  msgid "BBPress reply"
1064
  msgstr "Risposta BBPress"
1065
 
1066
- #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1067
  msgid "After individual product at WooCommerce Shop page"
1068
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
1069
 
1070
- #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1071
  msgid "WooCommerce Product Page"
1072
  msgstr "WooCommerce Pagina Prodotto"
1073
 
1074
- #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1075
  msgid "WooCommerce Thankyou Page"
1076
  msgstr "WooCommerce Pagina Thankyou"
1077
 
1078
- #: ../admin/social_sharing.php:1036
1079
  msgid "Specify the pages where you want to enable Sharing interface"
1080
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
1081
 
1082
- #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1083
  msgid "Show share counts"
1084
  msgstr "Mostra quantità"
1085
 
1086
- #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1087
  #, fuzzy
1088
  msgid ""
1089
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1092,7 +1099,7 @@ msgstr ""
1092
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
1093
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
1094
 
1095
- #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1096
  #, php-format
1097
  msgid ""
1098
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1101,27 +1108,58 @@ msgid ""
1101
  "their website."
1102
  msgstr ""
1103
 
1104
- #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1105
  msgid "If enabled, share counts are displayed above sharing icons."
1106
  msgstr ""
1107
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
1108
  "sopra le icone condivise"
1109
 
1110
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1111
  msgid "Show total shares"
1112
  msgstr "Mostra totale"
1113
 
1114
- #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1115
  msgid "If enabled, total shares will be displayed with sharing icons"
1116
  msgstr ""
1117
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
1118
  "le icone condivise"
1119
 
1120
- #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1121
  msgid "Enable 'More' icon"
1122
  msgstr "Abilita icona 'More'"
1123
 
1124
- #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1125
  msgid ""
1126
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1127
  "which shows additional sharing networks in popup"
@@ -1130,19 +1168,19 @@ msgstr ""
1130
  "icone sharing selezionate e mostrerà in un popup altri sharing networks "
1131
  "disponibili"
1132
 
1133
- #: ../admin/social_sharing.php:1112
1134
  msgid "Floating Sharing Interface Options"
1135
  msgstr "Opzioni"
1136
 
1137
- #: ../admin/social_sharing.php:1118
1138
  msgid "Enable Floating sharing interface"
1139
  msgstr "Abilita Interfaccia Floating"
1140
 
1141
- #: ../admin/social_sharing.php:1128
1142
  msgid "Master control to enable floating sharing widget"
1143
  msgstr "Controllo Principale per abilitare il floating sharing widget"
1144
 
1145
- #: ../admin/social_sharing.php:1322
1146
  msgid ""
1147
  "Specify the color or hex code (example #cc78e0) for the background of "
1148
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1153,11 +1191,11 @@ msgstr ""
1153
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
1154
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1155
 
1156
- #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1157
  msgid "Left offset"
1158
  msgstr "Left offset"
1159
 
1160
- #: ../admin/social_sharing.php:1362
1161
  msgid ""
1162
  "Specify a number. Increase in number will shift sharing interface towards "
1163
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1166,11 +1204,11 @@ msgstr ""
1166
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
1167
  "essere negativo."
1168
 
1169
- #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1170
  msgid "Right offset"
1171
  msgstr "Right offset"
1172
 
1173
- #: ../admin/social_sharing.php:1382
1174
  msgid ""
1175
  "Specify a number. Increase in number will shift sharing interface towards "
1176
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1179,11 +1217,11 @@ msgstr ""
1179
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
1180
  "essere negativo."
1181
 
1182
- #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1183
  msgid "Top offset"
1184
  msgstr "Top offset"
1185
 
1186
- #: ../admin/social_sharing.php:1401
1187
  msgid ""
1188
  "Specify a number. Increase in number will shift sharing interface towards "
1189
  "bottom and decrease will shift it towards top."
@@ -1191,36 +1229,36 @@ msgstr ""
1191
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
1192
  "verso il basso e un numero minore lo muove verso l'alto."
1193
 
1194
- #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1195
  msgid "BuddyPress group"
1196
  msgstr "BuddyPress group"
1197
 
1198
- #: ../admin/social_sharing.php:1458
1199
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1200
  msgstr ""
1201
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
1202
 
1203
- #: ../admin/social_sharing.php:1525
1204
  #, fuzzy
1205
  msgid "Hide floating slider"
1206
  msgstr "Nascondi per gli utenti loggati:"
1207
 
1208
- #: ../admin/social_sharing.php:1535
1209
  #, fuzzy
1210
  msgid "Hides the slider arrow present below the floating share bar"
1211
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1212
 
1213
- #: ../admin/social_sharing.php:1543
1214
  msgid "Vertical floating bar responsiveness"
1215
  msgstr "Responsiveness Vertical"
1216
 
1217
- #: ../admin/social_sharing.php:1546
1218
  #, php-format
1219
  msgid "Display vertical interface only when screen is wider than %s pixels"
1220
  msgstr ""
1221
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
1222
 
1223
- #: ../admin/social_sharing.php:1553
1224
  msgid ""
1225
  "Display vertical interface only when screen is wider than the width "
1226
  "specified."
@@ -1228,11 +1266,11 @@ msgstr ""
1228
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
1229
  "alla larghezza specificata."
1230
 
1231
- #: ../admin/social_sharing.php:1561
1232
  msgid "Horizontal floating bar responsiveness"
1233
  msgstr "Responsiveness Horizontal"
1234
 
1235
- #: ../admin/social_sharing.php:1564
1236
  #, php-format
1237
  msgid ""
1238
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1241,7 +1279,7 @@ msgstr ""
1241
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
1242
  "quando lo schermo è più stretto di %s pixel"
1243
 
1244
- #: ../admin/social_sharing.php:1571
1245
  msgid ""
1246
  "Stick vertical floating interface horizontally at bottom only when screen is "
1247
  "narrower than the width specified"
@@ -1249,53 +1287,53 @@ msgstr ""
1249
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
1250
  "schermo è più stretto della larghezza specificata"
1251
 
1252
- #: ../admin/social_sharing.php:1581
1253
  msgid "Horizontal floating bar position"
1254
  msgstr "Posizione Horizontal floating bar"
1255
 
1256
- #: ../admin/social_sharing.php:1584
1257
  #, php-format
1258
  msgid "%s pixels from %s"
1259
  msgstr "%s pixels da %s"
1260
 
1261
- #: ../admin/social_sharing.php:1585
1262
  msgid "Auto-adjust according to screen width (responsive)"
1263
  msgstr ""
1264
 
1265
- #: ../admin/social_sharing.php:1592
1266
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1267
  msgstr ""
1268
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
1269
  "essere anche negativo."
1270
 
1271
- #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1272
  msgid "Url shortener"
1273
  msgstr "Url shortener"
1274
 
1275
- #: ../admin/social_sharing.php:1618
1276
  msgid "Use shortlinks already installed"
1277
  msgstr "Utilizza shortlinks installati"
1278
 
1279
- #: ../admin/social_sharing.php:1628
1280
  msgid "Uses default short url permalinks without using any additional plugin"
1281
  msgstr ""
1282
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1283
  "plugin aggiuntivo"
1284
 
1285
- #: ../admin/social_sharing.php:1636
1286
  msgid "Enable bit.ly url shortener for sharing"
1287
  msgstr "Abilita bit.ly url shortener"
1288
 
1289
- #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1290
  msgid "Master control to enable bit.ly url shortening for sharing"
1291
  msgstr ""
1292
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1293
 
1294
- #: ../admin/social_sharing.php:1654
1295
  msgid "bit.ly Login"
1296
  msgstr "bit.ly Login"
1297
 
1298
- #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1299
  #, fuzzy, php-format
1300
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1301
  msgstr ""
@@ -1303,19 +1341,19 @@ msgstr ""
1303
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1304
  "\"_blank\">questa pagina</a>"
1305
 
1306
- #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1307
  msgid "bit.ly API Key"
1308
  msgstr "bit.ly API Key"
1309
 
1310
- #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1311
  msgid "Clear Bitly Cache"
1312
  msgstr "Cancella Bitly Cache"
1313
 
1314
- #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1315
  msgid "ShortUrl cache cleared successfully."
1316
  msgstr "ShortUrl cache cancellata correttamente"
1317
 
1318
- #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1319
  msgid ""
1320
  "Use this to delete short urls saved in database. Handy, if urls of your "
1321
  "website have been changed but short urls are still being generated for old "
@@ -1325,31 +1363,31 @@ msgstr ""
1325
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1326
  "sono ancora in uso per i vecchi URL."
1327
 
1328
- #: ../admin/social_sharing.php:1712
1329
  msgid "Share Count Cache"
1330
  msgstr "Share Count Cache"
1331
 
1332
- #: ../admin/social_sharing.php:1718
1333
  msgid "Refresh Share Count cache every"
1334
  msgstr "Aggiorna cache ogni"
1335
 
1336
- #: ../admin/social_sharing.php:1723
1337
  msgid "Second(s)"
1338
  msgstr "Secondo(i)"
1339
 
1340
- #: ../admin/social_sharing.php:1724
1341
  msgid "Minute(s)"
1342
  msgstr "Minuto(i)"
1343
 
1344
- #: ../admin/social_sharing.php:1725
1345
  msgid "Hour(s)"
1346
  msgstr "Ora(e)"
1347
 
1348
- #: ../admin/social_sharing.php:1726
1349
  msgid "Day(s)"
1350
  msgstr "Giorno(i)"
1351
 
1352
- #: ../admin/social_sharing.php:1734
1353
  #, fuzzy, php-format
1354
  msgid ""
1355
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1359,25 +1397,25 @@ msgstr ""
1359
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1360
  "rallentare il caricamento delle pagine."
1361
 
1362
- #: ../admin/social_sharing.php:1742
1363
  msgid "Clear Share Counts Cache"
1364
  msgstr "Cancella Share Counts Cache"
1365
 
1366
- #: ../admin/social_sharing.php:1746
1367
  msgid "Share Counts cache cleared successfully."
1368
  msgstr "Share Counts cache cancellata correttamente"
1369
 
1370
- #: ../admin/social_sharing.php:1753
1371
  msgid "Use this to clear cached share counts"
1372
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1373
 
1374
- #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1375
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1376
  #: ../admin/like_buttons.php:698
1377
  msgid "Language"
1378
  msgstr "Lingua"
1379
 
1380
- #: ../admin/social_sharing.php:1778
1381
  #, php-format
1382
  msgid ""
1383
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1389,15 +1427,15 @@ msgstr ""
1389
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1390
  "predefinita"
1391
 
1392
- #: ../admin/social_sharing.php:1787
1393
  msgid "Username in sharing"
1394
  msgstr "Username in sharing"
1395
 
1396
- #: ../admin/social_sharing.php:1793
1397
  msgid "Twitter username (without @)"
1398
  msgstr "Username Twitter (senza @)"
1399
 
1400
- #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1401
  msgid ""
1402
  "Provided username will be appended after the content being shared as \"via "
1403
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1406,36 +1444,36 @@ msgstr ""
1406
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1407
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1408
 
1409
- #: ../admin/social_sharing.php:1812
1410
  msgid "Buffer username (without @)"
1411
  msgstr "Username Buffer (senza @)"
1412
 
1413
- #: ../admin/social_sharing.php:1831
1414
  msgid "AMP"
1415
  msgstr "AMP"
1416
 
1417
- #: ../admin/social_sharing.php:1837
1418
  msgid "Enable sharing on AMP pages"
1419
  msgstr "Abilita sharing nelle pagine di AMP"
1420
 
1421
- #: ../admin/social_sharing.php:1847
1422
  msgid "Enable this option to render sharing icons on AMP pages"
1423
  msgstr ""
1424
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1425
 
1426
- #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1427
  msgid "myCRED"
1428
  msgstr ""
1429
 
1430
- #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1431
  msgid "Append myCRED referral ID to the urls being shared"
1432
  msgstr ""
1433
 
1434
- #: ../admin/social_sharing.php:1905
1435
  msgid "Facebook Sharing Troubleshooter"
1436
  msgstr "Risoluzione dei problemi Facebook Sharing"
1437
 
1438
- #: ../admin/social_sharing.php:1910
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,14 +1485,14 @@ msgstr ""
1447
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1448
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1449
 
1450
- #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:399
1451
  #: ../admin/social_login.php:1241
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:1928
1458
  msgid ""
1459
  "Why is sharer not showing the correct image, title and other meta tags "
1460
  "content?"
@@ -1462,11 +1500,11 @@ msgstr ""
1462
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1463
  "altri contenuti meta tag?"
1464
 
1465
- #: ../admin/social_sharing.php:1930
1466
  msgid "Why is Instagram icon redirecting to Instagram website?"
1467
  msgstr ""
1468
 
1469
- #: ../admin/social_sharing.php:1931
1470
  msgid ""
1471
  "Instagram icon is there to send website visitors to the Instagram page of "
1472
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1474,48 +1512,48 @@ msgid ""
1474
  "sections."
1475
  msgstr ""
1476
 
1477
- #: ../admin/social_sharing.php:1934
1478
  #, fuzzy
1479
  msgid "How to customize the url being shared?"
1480
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1481
 
1482
- #: ../admin/social_sharing.php:1935
1483
  msgid ""
1484
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1485
  msgstr ""
1486
 
1487
- #: ../admin/social_sharing.php:1936
1488
  msgid ""
1489
  "It takes some time for their service to track the shares made on Twitter "
1490
  "from your website. If you still feel it's taking too long you can contact "
1491
  "their support directly from their website."
1492
  msgstr ""
1493
 
1494
- #: ../admin/social_sharing.php:1938 ../admin/like_buttons.php:814
1495
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1496
  msgstr ""
1497
 
1498
- #: ../admin/social_sharing.php:1939
1499
  msgid ""
1500
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1501
  msgstr ""
1502
 
1503
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:402
1504
  #: ../admin/social_login.php:1248
1505
  msgid "Why is my browser blocking some features of the plugin?"
1506
  msgstr ""
1507
 
1508
- #: ../admin/social_sharing.php:1941
1509
  #, fuzzy
1510
  msgid "Why the color of share icons is not being updated?"
1511
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1512
 
1513
- #: ../admin/social_sharing.php:1942
1514
  #, fuzzy
1515
  msgid "Why Facebook share counts are not appearing?"
1516
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1517
 
1518
- #: ../admin/social_sharing.php:1943
1519
  msgid ""
1520
  "How can I show share counts of my website rather than of individual pages/"
1521
  "posts?"
@@ -1523,52 +1561,52 @@ msgstr ""
1523
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1524
  "pagine/post?"
1525
 
1526
- #: ../admin/social_sharing.php:1944
1527
  msgid "How can I disable sharing on particular page/post?"
1528
  msgstr ""
1529
  "Come è possibile disattivare la condivisione di una pagina/post in "
1530
  "particolare?"
1531
 
1532
- #: ../admin/social_sharing.php:1945
1533
  msgid "How can I specify minimum sharing count for sharing networks?"
1534
  msgstr ""
1535
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1536
  "di reti?"
1537
 
1538
- #: ../admin/social_sharing.php:1946
1539
  msgid "How to share specific page?"
1540
  msgstr "Come posso condividere la pagina specifica?"
1541
 
1542
- #: ../admin/social_sharing.php:1947
1543
  msgid "How to integrate Google Analytics with sharing?"
1544
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1545
 
1546
- #: ../admin/social_sharing.php:1948
1547
  msgid "How to customize the look of total share counts?"
1548
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1549
 
1550
- #: ../admin/social_sharing.php:1949
1551
  msgid "How to customize the look of individual share counts?"
1552
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1553
 
1554
- #: ../admin/social_sharing.php:1950
1555
  msgid "How to show Whatsapp icon only on mobile devices?"
1556
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1557
 
1558
- #: ../admin/social_sharing.php:1951
1559
  msgid "How to hide arrow after floating sharing bar?"
1560
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1561
 
1562
- #: ../admin/social_sharing.php:1952
1563
  #, fuzzy
1564
  msgid "Why is share count not getting updated?"
1565
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1566
 
1567
- #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:812
1568
  msgid "Why is there so much space between like buttons?"
1569
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1570
 
1571
- #: ../admin/social_sharing.php:1954 ../admin/like_buttons.php:813
1572
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1573
  msgstr ""
1574
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
@@ -1910,10 +1948,6 @@ msgstr ""
1910
  msgid "Select Social ID provider to enable in Social Login"
1911
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1912
 
1913
- #: ../admin/social_login.php:161
1914
- msgid "Facebook App ID"
1915
- msgstr "Facebook App ID"
1916
-
1917
  #: ../admin/social_login.php:171
1918
  #, php-format
1919
  msgid ""
@@ -1932,11 +1966,6 @@ msgstr ""
1932
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1933
  "indicato"
1934
 
1935
- #: ../admin/social_login.php:183
1936
- #, fuzzy
1937
- msgid "Facebook App Secret"
1938
- msgstr "Facebook App ID"
1939
-
1940
  #: ../admin/social_login.php:193
1941
  #, fuzzy, php-format
1942
  msgid ""
@@ -2847,22 +2876,22 @@ msgstr ""
2847
  "nella pagina \"Super Socializer > Social Login\" del pannello di "
2848
  "amministrazione"
2849
 
2850
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:315
2851
  msgid "Search for"
2852
  msgstr ""
2853
 
2854
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2855
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:320
2856
- #: ../inc/social_sharing.php:322 ../inc/social_sharing.php:324
2857
  #, fuzzy
2858
  msgid "Archives"
2859
  msgstr "Archivi di categorie"
2860
 
2861
- #: ../inc/social_sharing.php:882 ../inc/social_sharing.php:1107
2862
  msgid "Invalid request"
2863
  msgstr "Domanda non valida"
2864
 
2865
- #: ../inc/social_sharing.php:889
2866
  msgid "Providers not selected"
2867
  msgstr "Providers non selezionati"
2868
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-04-19 19:54+0530\n"
6
+ "PO-Revision-Date: 2019-04-19 19:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
99
  msgid "Enter your LiveJournal username"
100
  msgstr ""
101
 
102
+ #: ../super_socializer.php:1014
103
  msgid "Leave a reply"
104
  msgstr "Lascia un commento"
105
 
106
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
107
  msgid "Shares"
108
  msgstr "Shares"
109
 
110
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
111
  msgid "Share"
112
  msgstr "Share"
113
 
114
+ #: ../super_socializer.php:1026
115
  #, fuzzy
116
  msgid "Link copied."
117
  msgstr "LinkedIn"
118
 
119
+ #: ../super_socializer.php:1272
120
  msgid "Super Socializer - General Options"
121
  msgstr "Super Socializer - Opzioni"
122
 
123
+ #: ../super_socializer.php:1272 ../admin/general_options.php:15
124
  #: ../admin/social_commenting.php:47
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
+ #: ../super_socializer.php:1340 ../helper.php:898
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
132
+ #: ../super_socializer.php:1343
133
  msgid "Small Avatar Url"
134
  msgstr "Url Avatar Piccolo"
135
 
136
+ #: ../super_socializer.php:1347
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
+ #: ../super_socializer.php:1351 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
145
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
146
  "social avatar dal mio profilo."
147
 
148
+ #: ../super_socializer.php:1355 ../helper.php:902
149
  msgid "Update social avatar, next time I Social Login"
150
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
151
 
152
+ #: ../super_socializer.php:1428 ../super_socializer.php:2193
153
  msgid ""
154
  "Your browser is blocking some features of this website. Please follow the "
155
  "instructions at {support_url} to unblock these."
156
  msgstr ""
157
 
158
+ #: ../super_socializer.php:1434
159
  msgid "Login with your Social ID"
160
  msgstr "Login con il tuo ID Social"
161
 
162
+ #: ../super_socializer.php:1435
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr "La email inserita è già registrata o non è valida"
165
 
166
+ #: ../super_socializer.php:1440
167
  msgid "Please enter a valid email address. You might be required to verify it"
168
  msgstr ""
169
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
170
  "una verifica"
171
 
172
+ #: ../super_socializer.php:1444 ../super_socializer.php:2117
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:1692
178
  msgid "Thanks for installing Super Socializer plugin"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1694
182
  msgid "Configure the Plugin"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1705
186
  msgid ""
187
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
188
  "current version of Super Socialzer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1714
192
  msgid ""
193
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1723
198
  msgid ""
199
  "Update \"Social Login Buttons\" add-on for compatibility with current "
200
  "version of Super Socialzer"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1732
204
  msgid ""
205
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:1741
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
212
  "with current version of Super Socialzer"
213
  msgstr ""
214
 
215
+ #: ../super_socializer.php:1748
216
  msgid ""
217
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
218
  "LiveJournal Login of Super Socialzer"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1759
222
  #, php-format
223
  msgid ""
224
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
+ #: ../super_socializer.php:1775
228
  #, php-format
229
  msgid ""
230
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
231
  msgstr ""
232
 
233
+ #: ../super_socializer.php:1799
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
+ #: ../super_socializer.php:1799 ../super_socializer.php:1824
242
+ #: ../super_socializer.php:1849 ../super_socializer.php:1874
243
+ #: ../super_socializer.php:1907 ../super_socializer.php:1935
244
+ #: ../super_socializer.php:1962 ../super_socializer.php:2039
245
  msgid "Okay"
246
  msgstr ""
247
 
248
+ #: ../super_socializer.php:1824
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
253
  "\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1849
257
  #, php-format
258
  msgid ""
259
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
261
  "target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:1874
265
  #, php-format
266
  msgid ""
267
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
269
  "target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1885
273
  #, php-format
274
  msgid ""
275
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
276
  msgstr ""
277
 
278
+ #: ../super_socializer.php:1907
279
  #, php-format
280
  msgid ""
281
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
283
  "\"%s\" target=\"_blank\">here</a>"
284
  msgstr ""
285
 
286
+ #: ../super_socializer.php:1935
287
  #, php-format
288
  msgid ""
289
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
292
  "your website %s with them. No need to copy-paste any code from their website."
293
  msgstr ""
294
 
295
+ #: ../super_socializer.php:1962
296
  #, php-format
297
  msgid ""
298
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
300
  "\"%s\" target=\"_blank\">here</a>"
301
  msgstr ""
302
 
303
+ #: ../super_socializer.php:1987
304
  #, php-format
305
  msgid ""
306
  "If you cannot get Linkedin login to work after updating the plugin, replace "
308
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
309
  msgstr ""
310
 
311
+ #: ../super_socializer.php:1987 ../super_socializer.php:2014
312
  msgid "Dismiss"
313
  msgstr ""
314
 
315
+ #: ../super_socializer.php:2013
316
+ msgid ""
317
+ "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
318
+ "\"Floating Interface\" section(s) to fix the issue with Facebook share "
319
+ "count. After that, clear share counts cache from \"Miscellaneous\" section."
320
+ msgstr ""
321
+
322
+ #: ../super_socializer.php:2039
323
  #, php-format
324
  msgid ""
325
  "Your website visitors will see a popup notification (only once) if their "
423
  msgstr "Avatar Grande"
424
 
425
  #: ../helper.php:913 ../admin/general_options.php:132
426
+ #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
427
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
428
  msgid "Save Changes"
429
  msgstr "Salva le modifiche"
446
  msgstr ""
447
 
448
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
449
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
450
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
451
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
452
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
523
  msgstr ""
524
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
525
 
526
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
527
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
528
  #: ../admin/like_buttons.php:836
529
  #, fuzzy
530
  msgid "Instagram Shoutout"
531
  msgstr "Instagram"
532
 
533
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
534
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
535
  #: ../admin/like_buttons.php:838
536
  msgid ""
539
  "hashtags and people to mention in the Instagram post."
540
  msgstr ""
541
 
542
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
543
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
544
  #: ../admin/like_buttons.php:839
545
  msgid ""
550
  "time."
551
  msgstr ""
552
 
553
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
554
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
555
  #: ../admin/like_buttons.php:840
556
  msgid ""
682
  msgid "3rd Party Integration"
683
  msgstr "XProfile Integration"
684
 
685
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
686
+ #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
687
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
688
  #: ../admin/like_buttons.php:797
689
  msgid "Shortcode & Widget"
693
  msgid "Troubleshooter"
694
  msgstr "Risoluzione dei problemi"
695
 
696
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
697
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
698
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
699
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
804
  "\"_blank\">questo collegamento</a>"
805
 
806
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
807
+ #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
808
  #: ../inc/widget.php:460 ../inc/widget.php:772
809
  msgid "Background Color"
810
  msgstr "Colore Background"
849
  msgstr "(Si applica, se il Counter è abilitato)"
850
 
851
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
852
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
853
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
854
  #: ../inc/widget.php:446 ../inc/widget.php:758
855
  msgid "Left"
860
  msgstr "Top"
861
 
862
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
863
+ #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
864
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
865
  #: ../inc/widget.php:447 ../inc/widget.php:759
866
  msgid "Right"
906
  msgid "Master control to enable standard sharing"
907
  msgstr "Controllo Principale per abilitare l'interfaccia standard"
908
 
909
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
910
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
911
  msgid "Target Url"
912
  msgstr "URL di destinazione"
913
 
914
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
915
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
916
  msgid "Url of the webpage where icons are located (default)"
917
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
918
 
919
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
920
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
921
  msgid "Url of the homepage of your website"
922
  msgstr "Url della homepage del tuo sito web"
923
 
924
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
925
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
926
  msgid "Custom url"
927
  msgstr "Url personalizzata"
928
 
929
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
930
  msgid "Url to share"
931
  msgstr "Url da condividere"
932
 
940
  msgid "The text to display above the sharing interface"
941
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
942
 
943
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
944
  msgid "Instagram username"
945
  msgstr "Username Instagram"
946
 
947
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
948
  msgid ""
949
  "Username of the Instagram account you want to redirect users to, on clicking "
950
  "the icon"
952
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
953
  "utenti facendo clic sull'icona"
954
 
955
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
956
  #, fuzzy
957
  msgid "HTML ID of container element of comment form"
958
  msgstr "ID HTML del modulo dei commenti container"
959
 
960
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
961
  msgid ""
962
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
963
  "icon."
964
  msgstr ""
965
 
966
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
967
  msgid "Rearrange icons"
968
  msgstr "Riorganizza le icone"
969
 
970
+ #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
971
  msgid "Drag the icons to rearrange in desired order"
972
  msgstr "Trascina le icone per riordinare"
973
 
974
+ #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
975
  msgid "Select Sharing Services"
976
  msgstr "Seleziona i Service"
977
 
978
+ #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
979
  msgid "Select sharing services to show in social share bar"
980
  msgstr "Seleziona i servizi di sharing da mostrare"
981
 
982
+ #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
983
  #, fuzzy
984
  msgid "Search social network"
985
  msgstr "come rete sociale primaria"
986
 
987
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
988
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
989
  msgid "Horizontal alignment"
990
  msgstr "Allineamento orizzontale"
991
 
992
+ #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
993
  msgid "Center"
994
  msgstr "centro"
995
 
996
+ #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
997
  msgid "Horizontal alignment of the sharing interface"
998
  msgstr "Allineamento orizzontale della interfaccia sharing"
999
 
1000
+ #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1001
  msgid "Position with respect to content"
1002
  msgstr "Posizione"
1003
 
1004
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1005
  msgid "Top of the content"
1006
  msgstr "Parte superiore del contenuto"
1007
 
1008
+ #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1009
  msgid "Bottom of the content"
1010
  msgstr "Parte inferiore del contenuto"
1011
 
1012
+ #: ../admin/social_sharing.php:962
1013
  msgid "Specify position of the sharing interface with respect to the content"
1014
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
1015
 
1016
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1017
  msgid "Placement"
1018
  msgstr "Collocazione"
1019
 
1020
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1021
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1022
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1023
  msgid "Homepage"
1024
  msgstr "Homepage"
1025
 
1026
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1027
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1028
  msgid "Posts"
1029
  msgstr "Post"
1030
 
1031
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1032
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1033
  msgid "Pages"
1034
  msgstr "Pagine"
1035
 
1036
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1037
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1038
  msgid "Excerpts and Posts page"
1039
  msgstr "Pagine di Estratti ed Articoli"
1040
 
1041
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1042
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1043
  msgid "Category Archives"
1044
  msgstr "Archivi di categorie"
1045
 
1046
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1047
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1048
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1049
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
1050
 
1051
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1052
  msgid "BuddyPress activity"
1053
  msgstr "Attività BuddyPress"
1054
 
1055
+ #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1056
  msgid "BuddyPress group (only at top of content)"
1057
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
1058
 
1059
+ #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1060
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1061
  msgid "BBPress forum"
1062
  msgstr "BBPress forum"
1063
 
1064
+ #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1065
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1066
  msgid "BBPress topic"
1067
  msgstr "Argomento BBPress"
1068
 
1069
+ #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1070
  msgid "BBPress reply"
1071
  msgstr "Risposta BBPress"
1072
 
1073
+ #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1074
  msgid "After individual product at WooCommerce Shop page"
1075
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
1076
 
1077
+ #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1078
  msgid "WooCommerce Product Page"
1079
  msgstr "WooCommerce Pagina Prodotto"
1080
 
1081
+ #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1082
  msgid "WooCommerce Thankyou Page"
1083
  msgstr "WooCommerce Pagina Thankyou"
1084
 
1085
+ #: ../admin/social_sharing.php:1038
1086
  msgid "Specify the pages where you want to enable Sharing interface"
1087
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
1088
 
1089
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1090
  msgid "Show share counts"
1091
  msgstr "Mostra quantità"
1092
 
1093
+ #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1094
  #, fuzzy
1095
  msgid ""
1096
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1099
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
1100
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
1101
 
1102
+ #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1103
  #, php-format
1104
  msgid ""
1105
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1108
  "their website."
1109
  msgstr ""
1110
 
1111
+ #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1112
  msgid "If enabled, share counts are displayed above sharing icons."
1113
  msgstr ""
1114
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
1115
  "sopra le icone condivise"
1116
 
1117
+ #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1118
  msgid "Show total shares"
1119
  msgstr "Mostra totale"
1120
 
1121
+ #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1122
  msgid "If enabled, total shares will be displayed with sharing icons"
1123
  msgstr ""
1124
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
1125
  "le icone condivise"
1126
 
1127
+ #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1128
+ #: ../admin/social_login.php:161
1129
+ msgid "Facebook App ID"
1130
+ msgstr "Facebook App ID"
1131
+
1132
+ #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1133
+ #, fuzzy, php-format
1134
+ msgid ""
1135
+ "Required for Facebook share count to work. Please follow the documentation "
1136
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1137
+ msgstr ""
1138
+ "Necessario per far funzionare Facebook Social Login. Per ottenere la "
1139
+ "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1140
+ "target=\"_blank\">questo collegamento</a>"
1141
+
1142
+ #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1143
+ #: ../admin/social_login.php:183
1144
+ #, fuzzy
1145
+ msgid "Facebook App Secret"
1146
+ msgstr "Facebook App ID"
1147
+
1148
+ #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1149
+ #, fuzzy, php-format
1150
+ msgid ""
1151
+ "Required for Facebook share count to work. Please follow the documentation "
1152
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1153
+ msgstr ""
1154
+ "Necessario per far funzionare Facebook Social Login. Per ottenere la "
1155
+ "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1156
+ "target=\"_blank\">questo collegamento</a>"
1157
+
1158
+ #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1159
  msgid "Enable 'More' icon"
1160
  msgstr "Abilita icona 'More'"
1161
 
1162
+ #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1163
  msgid ""
1164
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1165
  "which shows additional sharing networks in popup"
1168
  "icone sharing selezionate e mostrerà in un popup altri sharing networks "
1169
  "disponibili"
1170
 
1171
+ #: ../admin/social_sharing.php:1167
1172
  msgid "Floating Sharing Interface Options"
1173
  msgstr "Opzioni"
1174
 
1175
+ #: ../admin/social_sharing.php:1173
1176
  msgid "Enable Floating sharing interface"
1177
  msgstr "Abilita Interfaccia Floating"
1178
 
1179
+ #: ../admin/social_sharing.php:1183
1180
  msgid "Master control to enable floating sharing widget"
1181
  msgstr "Controllo Principale per abilitare il floating sharing widget"
1182
 
1183
+ #: ../admin/social_sharing.php:1377
1184
  msgid ""
1185
  "Specify the color or hex code (example #cc78e0) for the background of "
1186
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1191
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
1192
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1193
 
1194
+ #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1195
  msgid "Left offset"
1196
  msgstr "Left offset"
1197
 
1198
+ #: ../admin/social_sharing.php:1417
1199
  msgid ""
1200
  "Specify a number. Increase in number will shift sharing interface towards "
1201
  "right and decrease will shift it towards left. Number can be negative too."
1204
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
1205
  "essere negativo."
1206
 
1207
+ #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1208
  msgid "Right offset"
1209
  msgstr "Right offset"
1210
 
1211
+ #: ../admin/social_sharing.php:1437
1212
  msgid ""
1213
  "Specify a number. Increase in number will shift sharing interface towards "
1214
  "left and decrease will shift it towards right. Number can be negative too."
1217
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
1218
  "essere negativo."
1219
 
1220
+ #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1221
  msgid "Top offset"
1222
  msgstr "Top offset"
1223
 
1224
+ #: ../admin/social_sharing.php:1456
1225
  msgid ""
1226
  "Specify a number. Increase in number will shift sharing interface towards "
1227
  "bottom and decrease will shift it towards top."
1229
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
1230
  "verso il basso e un numero minore lo muove verso l'alto."
1231
 
1232
+ #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1233
  msgid "BuddyPress group"
1234
  msgstr "BuddyPress group"
1235
 
1236
+ #: ../admin/social_sharing.php:1513
1237
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1238
  msgstr ""
1239
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
1240
 
1241
+ #: ../admin/social_sharing.php:1618
1242
  #, fuzzy
1243
  msgid "Hide floating slider"
1244
  msgstr "Nascondi per gli utenti loggati:"
1245
 
1246
+ #: ../admin/social_sharing.php:1628
1247
  #, fuzzy
1248
  msgid "Hides the slider arrow present below the floating share bar"
1249
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1250
 
1251
+ #: ../admin/social_sharing.php:1636
1252
  msgid "Vertical floating bar responsiveness"
1253
  msgstr "Responsiveness Vertical"
1254
 
1255
+ #: ../admin/social_sharing.php:1639
1256
  #, php-format
1257
  msgid "Display vertical interface only when screen is wider than %s pixels"
1258
  msgstr ""
1259
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
1260
 
1261
+ #: ../admin/social_sharing.php:1646
1262
  msgid ""
1263
  "Display vertical interface only when screen is wider than the width "
1264
  "specified."
1266
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
1267
  "alla larghezza specificata."
1268
 
1269
+ #: ../admin/social_sharing.php:1654
1270
  msgid "Horizontal floating bar responsiveness"
1271
  msgstr "Responsiveness Horizontal"
1272
 
1273
+ #: ../admin/social_sharing.php:1657
1274
  #, php-format
1275
  msgid ""
1276
  "Stick vertical floating interface horizontally at bottom only when screen is "
1279
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
1280
  "quando lo schermo è più stretto di %s pixel"
1281
 
1282
+ #: ../admin/social_sharing.php:1664
1283
  msgid ""
1284
  "Stick vertical floating interface horizontally at bottom only when screen is "
1285
  "narrower than the width specified"
1287
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
1288
  "schermo è più stretto della larghezza specificata"
1289
 
1290
+ #: ../admin/social_sharing.php:1674
1291
  msgid "Horizontal floating bar position"
1292
  msgstr "Posizione Horizontal floating bar"
1293
 
1294
+ #: ../admin/social_sharing.php:1677
1295
  #, php-format
1296
  msgid "%s pixels from %s"
1297
  msgstr "%s pixels da %s"
1298
 
1299
+ #: ../admin/social_sharing.php:1678
1300
  msgid "Auto-adjust according to screen width (responsive)"
1301
  msgstr ""
1302
 
1303
+ #: ../admin/social_sharing.php:1685
1304
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1305
  msgstr ""
1306
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
1307
  "essere anche negativo."
1308
 
1309
+ #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
1310
  msgid "Url shortener"
1311
  msgstr "Url shortener"
1312
 
1313
+ #: ../admin/social_sharing.php:1711
1314
  msgid "Use shortlinks already installed"
1315
  msgstr "Utilizza shortlinks installati"
1316
 
1317
+ #: ../admin/social_sharing.php:1721
1318
  msgid "Uses default short url permalinks without using any additional plugin"
1319
  msgstr ""
1320
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1321
  "plugin aggiuntivo"
1322
 
1323
+ #: ../admin/social_sharing.php:1729
1324
  msgid "Enable bit.ly url shortener for sharing"
1325
  msgstr "Abilita bit.ly url shortener"
1326
 
1327
+ #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1328
  msgid "Master control to enable bit.ly url shortening for sharing"
1329
  msgstr ""
1330
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1331
 
1332
+ #: ../admin/social_sharing.php:1747
1333
  msgid "bit.ly Login"
1334
  msgstr "bit.ly Login"
1335
 
1336
+ #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1337
  #, fuzzy, php-format
1338
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1339
  msgstr ""
1341
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1342
  "\"_blank\">questa pagina</a>"
1343
 
1344
+ #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1345
  msgid "bit.ly API Key"
1346
  msgstr "bit.ly API Key"
1347
 
1348
+ #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1349
  msgid "Clear Bitly Cache"
1350
  msgstr "Cancella Bitly Cache"
1351
 
1352
+ #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1353
  msgid "ShortUrl cache cleared successfully."
1354
  msgstr "ShortUrl cache cancellata correttamente"
1355
 
1356
+ #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
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 "
1363
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1364
  "sono ancora in uso per i vecchi URL."
1365
 
1366
+ #: ../admin/social_sharing.php:1805
1367
  msgid "Share Count Cache"
1368
  msgstr "Share Count Cache"
1369
 
1370
+ #: ../admin/social_sharing.php:1811
1371
  msgid "Refresh Share Count cache every"
1372
  msgstr "Aggiorna cache ogni"
1373
 
1374
+ #: ../admin/social_sharing.php:1816
1375
  msgid "Second(s)"
1376
  msgstr "Secondo(i)"
1377
 
1378
+ #: ../admin/social_sharing.php:1817
1379
  msgid "Minute(s)"
1380
  msgstr "Minuto(i)"
1381
 
1382
+ #: ../admin/social_sharing.php:1818
1383
  msgid "Hour(s)"
1384
  msgstr "Ora(e)"
1385
 
1386
+ #: ../admin/social_sharing.php:1819
1387
  msgid "Day(s)"
1388
  msgstr "Giorno(i)"
1389
 
1390
+ #: ../admin/social_sharing.php:1827
1391
  #, fuzzy, php-format
1392
  msgid ""
1393
  "Frequent cache refreshing results in slower loading of pages with share "
1397
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1398
  "rallentare il caricamento delle pagine."
1399
 
1400
+ #: ../admin/social_sharing.php:1835
1401
  msgid "Clear Share Counts Cache"
1402
  msgstr "Cancella Share Counts Cache"
1403
 
1404
+ #: ../admin/social_sharing.php:1839
1405
  msgid "Share Counts cache cleared successfully."
1406
  msgstr "Share Counts cache cancellata correttamente"
1407
 
1408
+ #: ../admin/social_sharing.php:1846
1409
  msgid "Use this to clear cached share counts"
1410
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1411
 
1412
+ #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1413
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1414
  #: ../admin/like_buttons.php:698
1415
  msgid "Language"
1416
  msgstr "Lingua"
1417
 
1418
+ #: ../admin/social_sharing.php:1871
1419
  #, php-format
1420
  msgid ""
1421
  "Enter the code of the language you want to use for like buttons. You can "
1427
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1428
  "predefinita"
1429
 
1430
+ #: ../admin/social_sharing.php:1880
1431
  msgid "Username in sharing"
1432
  msgstr "Username in sharing"
1433
 
1434
+ #: ../admin/social_sharing.php:1886
1435
  msgid "Twitter username (without @)"
1436
  msgstr "Username Twitter (senza @)"
1437
 
1438
+ #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1439
  msgid ""
1440
  "Provided username will be appended after the content being shared as \"via "
1441
  "@USERNAME\". Leave empty if you do not want any username in the content "
1444
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1445
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1446
 
1447
+ #: ../admin/social_sharing.php:1905
1448
  msgid "Buffer username (without @)"
1449
  msgstr "Username Buffer (senza @)"
1450
 
1451
+ #: ../admin/social_sharing.php:1924
1452
  msgid "AMP"
1453
  msgstr "AMP"
1454
 
1455
+ #: ../admin/social_sharing.php:1930
1456
  msgid "Enable sharing on AMP pages"
1457
  msgstr "Abilita sharing nelle pagine di AMP"
1458
 
1459
+ #: ../admin/social_sharing.php:1940
1460
  msgid "Enable this option to render sharing icons on AMP pages"
1461
  msgstr ""
1462
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1463
 
1464
+ #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1465
  msgid "myCRED"
1466
  msgstr ""
1467
 
1468
+ #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1469
  msgid "Append myCRED referral ID to the urls being shared"
1470
  msgstr ""
1471
 
1472
+ #: ../admin/social_sharing.php:1998
1473
  msgid "Facebook Sharing Troubleshooter"
1474
  msgstr "Risoluzione dei problemi Facebook Sharing"
1475
 
1476
+ #: ../admin/social_sharing.php:2003
1477
  msgid ""
1478
  "If Facebook sharing is not working fine, click at the following link and "
1479
  "enter the problematic url (where Facebook sharing is not working properly) "
1485
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1486
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1487
 
1488
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1489
  #: ../admin/social_login.php:1241
1490
  msgid ""
1491
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1492
  "an online website for the plugin to function properly."
1493
  msgstr ""
1494
 
1495
+ #: ../admin/social_sharing.php:2021
1496
  msgid ""
1497
  "Why is sharer not showing the correct image, title and other meta tags "
1498
  "content?"
1500
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1501
  "altri contenuti meta tag?"
1502
 
1503
+ #: ../admin/social_sharing.php:2023
1504
  msgid "Why is Instagram icon redirecting to Instagram website?"
1505
  msgstr ""
1506
 
1507
+ #: ../admin/social_sharing.php:2024
1508
  msgid ""
1509
  "Instagram icon is there to send website visitors to the Instagram page of "
1510
  "your choice. You can save the desired Instagram handle in \"Instagram "
1512
  "sections."
1513
  msgstr ""
1514
 
1515
+ #: ../admin/social_sharing.php:2027
1516
  #, fuzzy
1517
  msgid "How to customize the url being shared?"
1518
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1519
 
1520
+ #: ../admin/social_sharing.php:2028
1521
  msgid ""
1522
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1523
  msgstr ""
1524
 
1525
+ #: ../admin/social_sharing.php:2029
1526
  msgid ""
1527
  "It takes some time for their service to track the shares made on Twitter "
1528
  "from your website. If you still feel it's taking too long you can contact "
1529
  "their support directly from their website."
1530
  msgstr ""
1531
 
1532
+ #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1533
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1534
  msgstr ""
1535
 
1536
+ #: ../admin/social_sharing.php:2032
1537
  msgid ""
1538
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1539
  msgstr ""
1540
 
1541
+ #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1542
  #: ../admin/social_login.php:1248
1543
  msgid "Why is my browser blocking some features of the plugin?"
1544
  msgstr ""
1545
 
1546
+ #: ../admin/social_sharing.php:2034
1547
  #, fuzzy
1548
  msgid "Why the color of share icons is not being updated?"
1549
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1550
 
1551
+ #: ../admin/social_sharing.php:2035
1552
  #, fuzzy
1553
  msgid "Why Facebook share counts are not appearing?"
1554
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1555
 
1556
+ #: ../admin/social_sharing.php:2036
1557
  msgid ""
1558
  "How can I show share counts of my website rather than of individual pages/"
1559
  "posts?"
1561
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1562
  "pagine/post?"
1563
 
1564
+ #: ../admin/social_sharing.php:2037
1565
  msgid "How can I disable sharing on particular page/post?"
1566
  msgstr ""
1567
  "Come è possibile disattivare la condivisione di una pagina/post in "
1568
  "particolare?"
1569
 
1570
+ #: ../admin/social_sharing.php:2038
1571
  msgid "How can I specify minimum sharing count for sharing networks?"
1572
  msgstr ""
1573
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1574
  "di reti?"
1575
 
1576
+ #: ../admin/social_sharing.php:2039
1577
  msgid "How to share specific page?"
1578
  msgstr "Come posso condividere la pagina specifica?"
1579
 
1580
+ #: ../admin/social_sharing.php:2040
1581
  msgid "How to integrate Google Analytics with sharing?"
1582
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1583
 
1584
+ #: ../admin/social_sharing.php:2041
1585
  msgid "How to customize the look of total share counts?"
1586
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1587
 
1588
+ #: ../admin/social_sharing.php:2042
1589
  msgid "How to customize the look of individual share counts?"
1590
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1591
 
1592
+ #: ../admin/social_sharing.php:2043
1593
  msgid "How to show Whatsapp icon only on mobile devices?"
1594
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1595
 
1596
+ #: ../admin/social_sharing.php:2044
1597
  msgid "How to hide arrow after floating sharing bar?"
1598
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1599
 
1600
+ #: ../admin/social_sharing.php:2045
1601
  #, fuzzy
1602
  msgid "Why is share count not getting updated?"
1603
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1604
 
1605
+ #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1606
  msgid "Why is there so much space between like buttons?"
1607
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1608
 
1609
+ #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1610
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1611
  msgstr ""
1612
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
1948
  msgid "Select Social ID provider to enable in Social Login"
1949
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1950
 
 
 
 
 
1951
  #: ../admin/social_login.php:171
1952
  #, php-format
1953
  msgid ""
1966
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1967
  "indicato"
1968
 
 
 
 
 
 
1969
  #: ../admin/social_login.php:193
1970
  #, fuzzy, php-format
1971
  msgid ""
2876
  "nella pagina \"Super Socializer > Social Login\" del pannello di "
2877
  "amministrazione"
2878
 
2879
+ #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2880
  msgid "Search for"
2881
  msgstr ""
2882
 
2883
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2884
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2885
+ #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2886
  #, fuzzy
2887
  msgid "Archives"
2888
  msgstr "Archivi di categorie"
2889
 
2890
+ #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2891
  msgid "Invalid request"
2892
  msgstr "Domanda non valida"
2893
 
2894
+ #: ../inc/social_sharing.php:927
2895
  msgid "Providers not selected"
2896
  msgstr "Providers non selezionati"
2897
 
languages/super-socializer-pt_BR.mo CHANGED
Binary file
languages/super-socializer-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-07 08:55+0530\n"
6
- "PO-Revision-Date: 2019-04-07 08:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -94,45 +94,45 @@ msgstr "Por favor verifique sua caixa de email para completar o registro."
94
  msgid "Enter your LiveJournal username"
95
  msgstr ""
96
 
97
- #: ../super_socializer.php:1015
98
  msgid "Leave a reply"
99
  msgstr "Deixe uma resposta"
100
 
101
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
102
  msgid "Shares"
103
  msgstr ""
104
 
105
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
106
  msgid "Share"
107
  msgstr ""
108
 
109
- #: ../super_socializer.php:1027
110
  #, fuzzy
111
  msgid "Link copied."
112
  msgstr "LinkedIn"
113
 
114
- #: ../super_socializer.php:1273
115
  msgid "Super Socializer - General Options"
116
  msgstr "Super Socializer - Opções Gerais"
117
 
118
- #: ../super_socializer.php:1273 ../admin/general_options.php:15
119
  #: ../admin/social_commenting.php:47
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
- #: ../super_socializer.php:1341 ../helper.php:898
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
127
- #: ../super_socializer.php:1344
128
  msgid "Small Avatar Url"
129
  msgstr "Url para Avatar pequeno"
130
 
131
- #: ../super_socializer.php:1348
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
- #: ../super_socializer.php:1352 ../helper.php:901
136
  msgid ""
137
  "Do not fetch and update social avatar from my profile, next time I Social "
138
  "Login"
@@ -140,91 +140,91 @@ 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:1356 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
146
 
147
- #: ../super_socializer.php:1429 ../super_socializer.php:2144
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1435
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:1436
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "Email fornecido já está registrado ou é inválido"
160
 
161
- #: ../super_socializer.php:1441
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr ""
164
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
165
  "confirmá-lo"
166
 
167
- #: ../super_socializer.php:1445 ../super_socializer.php:2068
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:1680
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1682
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1693
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:1702
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:1711
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:1720
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:1729
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:1736
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:1747
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:1763
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:1787
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:1787 ../super_socializer.php:1812
236
- #: ../super_socializer.php:1837 ../super_socializer.php:1862
237
- #: ../super_socializer.php:1895 ../super_socializer.php:1923
238
- #: ../super_socializer.php:1950 ../super_socializer.php:1999
239
  msgid "Okay"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1812
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:1837
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:1862
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:1873
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:1895
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -277,7 +277,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1923
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -286,7 +286,7 @@ msgid ""
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1950
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -294,7 +294,7 @@ msgid ""
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:1975
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -302,11 +302,18 @@ msgid ""
302
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
- #: ../super_socializer.php:1975
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
- #: ../super_socializer.php:1999
 
 
 
 
 
 
 
310
  #, php-format
311
  msgid ""
312
  "Your website visitors will see a popup notification (only once) if their "
@@ -411,7 +418,7 @@ msgid "Large Avatar"
411
  msgstr "Avatar Grande"
412
 
413
  #: ../helper.php:913 ../admin/general_options.php:132
414
- #: ../admin/social_sharing.php:1965 ../admin/social_commenting.php:413
415
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
416
  msgid "Save Changes"
417
  msgstr "Salvar Alterações"
@@ -434,7 +441,7 @@ msgid "Something bad happened"
434
  msgstr ""
435
 
436
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
437
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1969
438
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
439
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
440
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -512,14 +519,14 @@ msgstr ""
512
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
513
  "style&gt; )"
514
 
515
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1975
516
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
517
  #: ../admin/like_buttons.php:836
518
  #, fuzzy
519
  msgid "Instagram Shoutout"
520
  msgstr "Instagram"
521
 
522
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1977
523
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
524
  #: ../admin/like_buttons.php:838
525
  msgid ""
@@ -528,7 +535,7 @@ msgid ""
528
  "hashtags and people to mention in the Instagram post."
529
  msgstr ""
530
 
531
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1978
532
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
533
  #: ../admin/like_buttons.php:839
534
  msgid ""
@@ -539,7 +546,7 @@ msgid ""
539
  "time."
540
  msgstr ""
541
 
542
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1979
543
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
544
  #: ../admin/like_buttons.php:840
545
  msgid ""
@@ -672,8 +679,8 @@ msgstr "Miscelânia"
672
  msgid "3rd Party Integration"
673
  msgstr ""
674
 
675
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
676
- #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
677
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
678
  #: ../admin/like_buttons.php:797
679
  msgid "Shortcode & Widget"
@@ -683,7 +690,7 @@ msgstr "Shortcode & Widget"
683
  msgid "Troubleshooter"
684
  msgstr "Resolução de Problemas"
685
 
686
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
687
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
688
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
689
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -792,7 +799,7 @@ msgstr ""
792
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
793
 
794
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
795
- #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
796
  #: ../inc/widget.php:460 ../inc/widget.php:772
797
  msgid "Background Color"
798
  msgstr "Cor de Fundo"
@@ -837,7 +844,7 @@ msgid "(applies, if counter enabled)"
837
  msgstr "(aplica-se, caso o contador esteja habilitado)"
838
 
839
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
840
- #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
841
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
842
  #: ../inc/widget.php:446 ../inc/widget.php:758
843
  msgid "Left"
@@ -848,7 +855,7 @@ msgid "Top"
848
  msgstr "Acima"
849
 
850
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
851
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
852
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
853
  #: ../inc/widget.php:447 ../inc/widget.php:759
854
  msgid "Right"
@@ -894,27 +901,27 @@ msgstr "Habilita interface de Compartilhamento padrão"
894
  msgid "Master control to enable standard sharing"
895
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
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 "Target Url"
900
  msgstr "Url Destino"
901
 
902
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
903
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
904
  msgid "Url of the webpage where icons are located (default)"
905
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
906
 
907
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
908
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
909
  msgid "Url of the homepage of your website"
910
  msgstr "Url da homepage do seu website"
911
 
912
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
913
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
914
  msgid "Custom url"
915
  msgstr "Url personalizada"
916
 
917
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
918
  msgid "Url to share"
919
  msgstr "Url para compartilhar"
920
 
@@ -928,162 +935,162 @@ msgstr "Título"
928
  msgid "The text to display above the sharing interface"
929
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
930
 
931
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
932
  #, fuzzy
933
  msgid "Instagram username"
934
  msgstr "Instagram"
935
 
936
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
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:790 ../admin/social_sharing.php:1182
943
  #, fuzzy
944
  msgid "HTML ID of container element of comment form"
945
  msgstr "HTML ID do comentário do container"
946
 
947
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
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:814 ../admin/social_sharing.php:1201
954
  msgid "Rearrange icons"
955
  msgstr "Rearranjar ícones"
956
 
957
- #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
958
  msgid "Drag the icons to rearrange in desired order"
959
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
960
 
961
- #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
962
  msgid "Select Sharing Services"
963
  msgstr "Selecione os Serviços Compartilhados"
964
 
965
- #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
966
  msgid "Select sharing services to show in social share bar"
967
  msgstr ""
968
  "Selecione os serviços compartilhados para exibir na barra de "
969
  "compartilhamento social"
970
 
971
- #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
972
  #, fuzzy
973
  msgid "Search social network"
974
  msgstr "como rede social primária"
975
 
976
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
977
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
978
  msgid "Horizontal alignment"
979
  msgstr "Alinhamento horizonal"
980
 
981
- #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
982
  msgid "Center"
983
  msgstr "Centro"
984
 
985
- #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
986
  msgid "Horizontal alignment of the sharing interface"
987
  msgstr "Alinhamento horizontal da interface de compartilhamento"
988
 
989
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
990
  msgid "Position with respect to content"
991
  msgstr "Posição em relação ao conteúdo"
992
 
993
- #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
994
  msgid "Top of the content"
995
  msgstr "Acima do conteúdo"
996
 
997
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
998
  msgid "Bottom of the content"
999
  msgstr "Abaixo do conteúdo"
1000
 
1001
- #: ../admin/social_sharing.php:960
1002
  msgid "Specify position of the sharing interface with respect to the content"
1003
  msgstr ""
1004
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
1005
 
1006
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1007
  msgid "Placement"
1008
  msgstr "Localização"
1009
 
1010
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1011
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1012
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1013
  msgid "Homepage"
1014
  msgstr "Homepage"
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 "Posts"
1019
  msgstr "Posts"
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 "Pages"
1024
  msgstr "Páginas"
1025
 
1026
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1027
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1028
  #, fuzzy
1029
  msgid "Excerpts and Posts page"
1030
  msgstr "Pedaços (na Homepage)"
1031
 
1032
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1033
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1034
  msgid "Category Archives"
1035
  msgstr "Arquivos de Categorias"
1036
 
1037
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1038
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1039
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1040
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
1041
 
1042
- #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1043
  msgid "BuddyPress activity"
1044
  msgstr "Atividade BuddyPress"
1045
 
1046
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1047
  msgid "BuddyPress group (only at top of content)"
1048
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
1049
 
1050
- #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1051
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1052
  msgid "BBPress forum"
1053
  msgstr "Forum BBPress"
1054
 
1055
- #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1056
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1057
  msgid "BBPress topic"
1058
  msgstr "Tópico BBPress"
1059
 
1060
- #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1061
  msgid "BBPress reply"
1062
  msgstr "Responder BBPress"
1063
 
1064
- #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1065
  msgid "After individual product at WooCommerce Shop page"
1066
  msgstr "Depois de produtos individuais na página WooCommerce Shop"
1067
 
1068
- #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1069
  msgid "WooCommerce Product Page"
1070
  msgstr "Página de Produtos WooCommerce"
1071
 
1072
- #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1073
  msgid "WooCommerce Thankyou Page"
1074
  msgstr "Página de Agradecimento WooCommerce"
1075
 
1076
- #: ../admin/social_sharing.php:1036
1077
  msgid "Specify the pages where you want to enable Sharing interface"
1078
  msgstr ""
1079
  "Especifique as páginas onde você deseja habilitar a interface de "
1080
  "compartilhamento"
1081
 
1082
- #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1083
  msgid "Show share counts"
1084
  msgstr "Exibir contadores de compartilhamento"
1085
 
1086
- #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1087
  #, fuzzy
1088
  msgid ""
1089
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1093,7 +1100,7 @@ msgstr ""
1093
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
1094
  "Odnoklassniki e Vkontakte"
1095
 
1096
- #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1097
  #, php-format
1098
  msgid ""
1099
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1102,27 +1109,58 @@ msgid ""
1102
  "their website."
1103
  msgstr ""
1104
 
1105
- #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1106
  msgid "If enabled, share counts are displayed above sharing icons."
1107
  msgstr ""
1108
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
1109
  "ícones de compartilhamento."
1110
 
1111
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1112
  msgid "Show total shares"
1113
  msgstr "Exibe total de compartilhamentos"
1114
 
1115
- #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1116
  msgid "If enabled, total shares will be displayed with sharing icons"
1117
  msgstr ""
1118
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
1119
  "de compartilhamento"
1120
 
1121
- #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1122
  msgid "Enable 'More' icon"
1123
  msgstr "Habilitar 'Mais' ícones"
1124
 
1125
- #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1126
  msgid ""
1127
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1128
  "which shows additional sharing networks in popup"
@@ -1131,19 +1169,19 @@ msgstr ""
1131
  "de compartilhamento com a exibição adicional das redes sociais "
1132
  "compartilhadas em um popup"
1133
 
1134
- #: ../admin/social_sharing.php:1112
1135
  msgid "Floating Sharing Interface Options"
1136
  msgstr "Opções da Interface de Compartilhamento Flutuante"
1137
 
1138
- #: ../admin/social_sharing.php:1118
1139
  msgid "Enable Floating sharing interface"
1140
  msgstr "Habilita interface de compartilhamento flutuante"
1141
 
1142
- #: ../admin/social_sharing.php:1128
1143
  msgid "Master control to enable floating sharing widget"
1144
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
1145
 
1146
- #: ../admin/social_sharing.php:1322
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 "
@@ -1155,11 +1193,11 @@ msgstr ""
1155
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
1156
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
1157
 
1158
- #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1159
  msgid "Left offset"
1160
  msgstr "Ajuste à esquerda"
1161
 
1162
- #: ../admin/social_sharing.php:1362
1163
  msgid ""
1164
  "Specify a number. Increase in number will shift sharing interface towards "
1165
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1169,11 +1207,11 @@ msgstr ""
1169
  "interface de compartilhamento para a esquerda. Os números podem também ser "
1170
  "negativos."
1171
 
1172
- #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1173
  msgid "Right offset"
1174
  msgstr "Ajuste à direita"
1175
 
1176
- #: ../admin/social_sharing.php:1382
1177
  msgid ""
1178
  "Specify a number. Increase in number will shift sharing interface towards "
1179
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1183,11 +1221,11 @@ msgstr ""
1183
  "interface de compartilhamento para a direita. Os números podem também ser "
1184
  "negativos."
1185
 
1186
- #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1187
  msgid "Top offset"
1188
  msgstr "Ajuste acima"
1189
 
1190
- #: ../admin/social_sharing.php:1401
1191
  msgid ""
1192
  "Specify a number. Increase in number will shift sharing interface towards "
1193
  "bottom and decrease will shift it towards top."
@@ -1196,37 +1234,37 @@ msgstr ""
1196
  "compartilhamento para baixo e decrementos no número irão deslocar a "
1197
  "interface de compartilhamento para cima."
1198
 
1199
- #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1200
  msgid "BuddyPress group"
1201
  msgstr "Grupo BuddyPress"
1202
 
1203
- #: ../admin/social_sharing.php:1458
1204
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1205
  msgstr ""
1206
  "Especifique as páginas onde você deseja habilitar a interface de "
1207
  "compartilhamento vertical"
1208
 
1209
- #: ../admin/social_sharing.php:1525
1210
  #, fuzzy
1211
  msgid "Hide floating slider"
1212
  msgstr "Escondido para usuários autenticados:"
1213
 
1214
- #: ../admin/social_sharing.php:1535
1215
  #, fuzzy
1216
  msgid "Hides the slider arrow present below the floating share bar"
1217
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1218
 
1219
- #: ../admin/social_sharing.php:1543
1220
  msgid "Vertical floating bar responsiveness"
1221
  msgstr "Sensibilidade da barra flutuante vertical"
1222
 
1223
- #: ../admin/social_sharing.php:1546
1224
  #, php-format
1225
  msgid "Display vertical interface only when screen is wider than %s pixels"
1226
  msgstr ""
1227
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
1228
 
1229
- #: ../admin/social_sharing.php:1553
1230
  msgid ""
1231
  "Display vertical interface only when screen is wider than the width "
1232
  "specified."
@@ -1234,11 +1272,11 @@ msgstr ""
1234
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
1235
  "especificada."
1236
 
1237
- #: ../admin/social_sharing.php:1561
1238
  msgid "Horizontal floating bar responsiveness"
1239
  msgstr "Sensibilidade da barra flutuante horizontal"
1240
 
1241
- #: ../admin/social_sharing.php:1564
1242
  #, php-format
1243
  msgid ""
1244
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1247,7 +1285,7 @@ msgstr ""
1247
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1248
  "quando a tela é mais estreita do que %s pixels"
1249
 
1250
- #: ../admin/social_sharing.php:1571
1251
  msgid ""
1252
  "Stick vertical floating interface horizontally at bottom only when screen is "
1253
  "narrower than the width specified"
@@ -1255,52 +1293,52 @@ msgstr ""
1255
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1256
  "quando a tela é mais estreita do que a largura especificada"
1257
 
1258
- #: ../admin/social_sharing.php:1581
1259
  msgid "Horizontal floating bar position"
1260
  msgstr "Posição da barra de flutuação horizontal"
1261
 
1262
- #: ../admin/social_sharing.php:1584
1263
  #, php-format
1264
  msgid "%s pixels from %s"
1265
  msgstr "%s pixels de %s"
1266
 
1267
- #: ../admin/social_sharing.php:1585
1268
  msgid "Auto-adjust according to screen width (responsive)"
1269
  msgstr ""
1270
 
1271
- #: ../admin/social_sharing.php:1592
1272
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1273
  msgstr ""
1274
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1275
  "também."
1276
 
1277
- #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1278
  msgid "Url shortener"
1279
  msgstr "Encurtador de Url"
1280
 
1281
- #: ../admin/social_sharing.php:1618
1282
  msgid "Use shortlinks already installed"
1283
  msgstr "Use shortlinks já instalados"
1284
 
1285
- #: ../admin/social_sharing.php:1628
1286
  msgid "Uses default short url permalinks without using any additional plugin"
1287
  msgstr ""
1288
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1289
 
1290
- #: ../admin/social_sharing.php:1636
1291
  msgid "Enable bit.ly url shortener for sharing"
1292
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1293
 
1294
- #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1295
  msgid "Master control to enable bit.ly url shortening for sharing"
1296
  msgstr ""
1297
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1298
 
1299
- #: ../admin/social_sharing.php:1654
1300
  msgid "bit.ly Login"
1301
  msgstr ""
1302
 
1303
- #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1304
  #, fuzzy, php-format
1305
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1306
  msgstr ""
@@ -1308,19 +1346,19 @@ msgstr ""
1308
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1309
  "para obter Twitter API Key"
1310
 
1311
- #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1312
  msgid "bit.ly API Key"
1313
  msgstr "bit.ly API Key"
1314
 
1315
- #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1316
  msgid "Clear Bitly Cache"
1317
  msgstr "Limpar o Cache Bitly"
1318
 
1319
- #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1320
  msgid "ShortUrl cache cleared successfully."
1321
  msgstr "Cache ShortUrl limpo com sucesso."
1322
 
1323
- #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1324
  msgid ""
1325
  "Use this to delete short urls saved in database. Handy, if urls of your "
1326
  "website have been changed but short urls are still being generated for old "
@@ -1330,31 +1368,31 @@ msgstr ""
1330
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1331
  "geradas para suas urls antigas."
1332
 
1333
- #: ../admin/social_sharing.php:1712
1334
  msgid "Share Count Cache"
1335
  msgstr "Cache de Contador de Compartilhamento"
1336
 
1337
- #: ../admin/social_sharing.php:1718
1338
  msgid "Refresh Share Count cache every"
1339
  msgstr "Atualizar o contador de compartilhamento a cada"
1340
 
1341
- #: ../admin/social_sharing.php:1723
1342
  msgid "Second(s)"
1343
  msgstr ""
1344
 
1345
- #: ../admin/social_sharing.php:1724
1346
  msgid "Minute(s)"
1347
  msgstr ""
1348
 
1349
- #: ../admin/social_sharing.php:1725
1350
  msgid "Hour(s)"
1351
  msgstr ""
1352
 
1353
- #: ../admin/social_sharing.php:1726
1354
  msgid "Day(s)"
1355
  msgstr ""
1356
 
1357
- #: ../admin/social_sharing.php:1734
1358
  #, fuzzy, php-format
1359
  msgid ""
1360
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1364,25 +1402,25 @@ msgstr ""
1364
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1365
  "páginas com os contadores de compartilhamento habilitados"
1366
 
1367
- #: ../admin/social_sharing.php:1742
1368
  msgid "Clear Share Counts Cache"
1369
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1370
 
1371
- #: ../admin/social_sharing.php:1746
1372
  msgid "Share Counts cache cleared successfully."
1373
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1374
 
1375
- #: ../admin/social_sharing.php:1753
1376
  msgid "Use this to clear cached share counts"
1377
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1378
 
1379
- #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1380
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1381
  #: ../admin/like_buttons.php:698
1382
  msgid "Language"
1383
  msgstr "Languagem"
1384
 
1385
- #: ../admin/social_sharing.php:1778
1386
  #, php-format
1387
  msgid ""
1388
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1393,15 +1431,15 @@ msgstr ""
1393
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1394
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1395
 
1396
- #: ../admin/social_sharing.php:1787
1397
  msgid "Username in sharing"
1398
  msgstr "Username no compartilhamento"
1399
 
1400
- #: ../admin/social_sharing.php:1793
1401
  msgid "Twitter username (without @)"
1402
  msgstr "Username do Twitter (sem @)"
1403
 
1404
- #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1405
  msgid ""
1406
  "Provided username will be appended after the content being shared as \"via "
1407
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1411,36 +1449,36 @@ msgstr ""
1411
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1412
  "no conteúdo sendo compartilhado."
1413
 
1414
- #: ../admin/social_sharing.php:1812
1415
  msgid "Buffer username (without @)"
1416
  msgstr "Username do Buffer (sem @)"
1417
 
1418
- #: ../admin/social_sharing.php:1831
1419
  msgid "AMP"
1420
  msgstr ""
1421
 
1422
- #: ../admin/social_sharing.php:1837
1423
  #, fuzzy
1424
  msgid "Enable sharing on AMP pages"
1425
  msgstr "Habilia a página de autenticação"
1426
 
1427
- #: ../admin/social_sharing.php:1847
1428
  msgid "Enable this option to render sharing icons on AMP pages"
1429
  msgstr ""
1430
 
1431
- #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1432
  msgid "myCRED"
1433
  msgstr ""
1434
 
1435
- #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1436
  msgid "Append myCRED referral ID to the urls being shared"
1437
  msgstr ""
1438
 
1439
- #: ../admin/social_sharing.php:1905
1440
  msgid "Facebook Sharing Troubleshooter"
1441
  msgstr "Solução de problema no compartilhamento com o Facebook"
1442
 
1443
- #: ../admin/social_sharing.php:1910
1444
  #, fuzzy
1445
  msgid ""
1446
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1453,24 +1491,24 @@ msgstr ""
1453
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1454
  "website:"
1455
 
1456
- #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:399
1457
  #: ../admin/social_login.php:1241
1458
  msgid ""
1459
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1460
  "an online website for the plugin to function properly."
1461
  msgstr ""
1462
 
1463
- #: ../admin/social_sharing.php:1928
1464
  msgid ""
1465
  "Why is sharer not showing the correct image, title and other meta tags "
1466
  "content?"
1467
  msgstr ""
1468
 
1469
- #: ../admin/social_sharing.php:1930
1470
  msgid "Why is Instagram icon redirecting to Instagram website?"
1471
  msgstr ""
1472
 
1473
- #: ../admin/social_sharing.php:1931
1474
  msgid ""
1475
  "Instagram icon is there to send website visitors to the Instagram page of "
1476
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1478,49 +1516,49 @@ msgid ""
1478
  "sections."
1479
  msgstr ""
1480
 
1481
- #: ../admin/social_sharing.php:1934
1482
  #, fuzzy
1483
  msgid "How to customize the url being shared?"
1484
  msgstr ""
1485
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1486
 
1487
- #: ../admin/social_sharing.php:1935
1488
  msgid ""
1489
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1490
  msgstr ""
1491
 
1492
- #: ../admin/social_sharing.php:1936
1493
  msgid ""
1494
  "It takes some time for their service to track the shares made on Twitter "
1495
  "from your website. If you still feel it's taking too long you can contact "
1496
  "their support directly from their website."
1497
  msgstr ""
1498
 
1499
- #: ../admin/social_sharing.php:1938 ../admin/like_buttons.php:814
1500
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1501
  msgstr ""
1502
 
1503
- #: ../admin/social_sharing.php:1939
1504
  msgid ""
1505
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1506
  msgstr ""
1507
 
1508
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:402
1509
  #: ../admin/social_login.php:1248
1510
  msgid "Why is my browser blocking some features of the plugin?"
1511
  msgstr ""
1512
 
1513
- #: ../admin/social_sharing.php:1941
1514
  #, fuzzy
1515
  msgid "Why the color of share icons is not being updated?"
1516
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1517
 
1518
- #: ../admin/social_sharing.php:1942
1519
  #, fuzzy
1520
  msgid "Why Facebook share counts are not appearing?"
1521
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1522
 
1523
- #: ../admin/social_sharing.php:1943
1524
  msgid ""
1525
  "How can I show share counts of my website rather than of individual pages/"
1526
  "posts?"
@@ -1528,53 +1566,53 @@ msgstr ""
1528
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1529
  "das páginas/posts individuais?"
1530
 
1531
- #: ../admin/social_sharing.php:1944
1532
  msgid "How can I disable sharing on particular page/post?"
1533
  msgstr ""
1534
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1535
 
1536
- #: ../admin/social_sharing.php:1945
1537
  msgid "How can I specify minimum sharing count for sharing networks?"
1538
  msgstr ""
1539
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1540
  "sociais?"
1541
 
1542
- #: ../admin/social_sharing.php:1946
1543
  msgid "How to share specific page?"
1544
  msgstr "Como compartilhar página específica?"
1545
 
1546
- #: ../admin/social_sharing.php:1947
1547
  msgid "How to integrate Google Analytics with sharing?"
1548
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1549
 
1550
- #: ../admin/social_sharing.php:1948
1551
  msgid "How to customize the look of total share counts?"
1552
  msgstr ""
1553
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1554
 
1555
- #: ../admin/social_sharing.php:1949
1556
  msgid "How to customize the look of individual share counts?"
1557
  msgstr ""
1558
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1559
 
1560
- #: ../admin/social_sharing.php:1950
1561
  msgid "How to show Whatsapp icon only on mobile devices?"
1562
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1563
 
1564
- #: ../admin/social_sharing.php:1951
1565
  msgid "How to hide arrow after floating sharing bar?"
1566
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1567
 
1568
- #: ../admin/social_sharing.php:1952
1569
  #, fuzzy
1570
  msgid "Why is share count not getting updated?"
1571
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1572
 
1573
- #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:812
1574
  msgid "Why is there so much space between like buttons?"
1575
  msgstr ""
1576
 
1577
- #: ../admin/social_sharing.php:1954 ../admin/like_buttons.php:813
1578
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1579
  msgstr ""
1580
 
@@ -1917,10 +1955,6 @@ msgid "Select Social ID provider to enable in Social Login"
1917
  msgstr ""
1918
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1919
 
1920
- #: ../admin/social_login.php:161
1921
- msgid "Facebook App ID"
1922
- msgstr "Facebook App ID"
1923
-
1924
  #: ../admin/social_login.php:171
1925
  #, php-format
1926
  msgid ""
@@ -1938,11 +1972,6 @@ msgid ""
1938
  msgstr ""
1939
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1940
 
1941
- #: ../admin/social_login.php:183
1942
- #, fuzzy
1943
- msgid "Facebook App Secret"
1944
- msgstr "Facebook App ID"
1945
-
1946
  #: ../admin/social_login.php:193
1947
  #, fuzzy, php-format
1948
  msgid ""
@@ -2850,22 +2879,22 @@ msgstr ""
2850
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
2851
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
2852
 
2853
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:315
2854
  msgid "Search for"
2855
  msgstr ""
2856
 
2857
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2858
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:320
2859
- #: ../inc/social_sharing.php:322 ../inc/social_sharing.php:324
2860
  #, fuzzy
2861
  msgid "Archives"
2862
  msgstr "Arquivos de Categorias"
2863
 
2864
- #: ../inc/social_sharing.php:882 ../inc/social_sharing.php:1107
2865
  msgid "Invalid request"
2866
  msgstr "Requisição inválida"
2867
 
2868
- #: ../inc/social_sharing.php:889
2869
  msgid "Providers not selected"
2870
  msgstr "Provedor não selecionado"
2871
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-04-19 19:54+0530\n"
6
+ "PO-Revision-Date: 2019-04-19 19:54+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
94
  msgid "Enter your LiveJournal username"
95
  msgstr ""
96
 
97
+ #: ../super_socializer.php:1014
98
  msgid "Leave a reply"
99
  msgstr "Deixe uma resposta"
100
 
101
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
102
  msgid "Shares"
103
  msgstr ""
104
 
105
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
106
  msgid "Share"
107
  msgstr ""
108
 
109
+ #: ../super_socializer.php:1026
110
  #, fuzzy
111
  msgid "Link copied."
112
  msgstr "LinkedIn"
113
 
114
+ #: ../super_socializer.php:1272
115
  msgid "Super Socializer - General Options"
116
  msgstr "Super Socializer - Opções Gerais"
117
 
118
+ #: ../super_socializer.php:1272 ../admin/general_options.php:15
119
  #: ../admin/social_commenting.php:47
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
+ #: ../super_socializer.php:1340 ../helper.php:898
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
127
+ #: ../super_socializer.php:1343
128
  msgid "Small Avatar Url"
129
  msgstr "Url para Avatar pequeno"
130
 
131
+ #: ../super_socializer.php:1347
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
+ #: ../super_socializer.php:1351 ../helper.php:901
136
  msgid ""
137
  "Do not fetch and update social avatar from my profile, next time I Social "
138
  "Login"
140
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
141
  "Autenticação Social"
142
 
143
+ #: ../super_socializer.php:1355 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
146
 
147
+ #: ../super_socializer.php:1428 ../super_socializer.php:2193
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1434
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:1435
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "Email fornecido já está registrado ou é inválido"
160
 
161
+ #: ../super_socializer.php:1440
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr ""
164
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
165
  "confirmá-lo"
166
 
167
+ #: ../super_socializer.php:1444 ../super_socializer.php:2117
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:1692
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1694
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1705
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:1714
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:1723
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:1732
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:1741
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:1748
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:1759
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:1775
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:1799
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:1799 ../super_socializer.php:1824
236
+ #: ../super_socializer.php:1849 ../super_socializer.php:1874
237
+ #: ../super_socializer.php:1907 ../super_socializer.php:1935
238
+ #: ../super_socializer.php:1962 ../super_socializer.php:2039
239
  msgid "Okay"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1824
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:1849
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:1874
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:1885
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:1907
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:1935
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1962
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:1987
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
302
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
+ #: ../super_socializer.php:1987 ../super_socializer.php:2014
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
+ #: ../super_socializer.php:2013
310
+ msgid ""
311
+ "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
312
+ "\"Floating Interface\" section(s) to fix the issue with Facebook share "
313
+ "count. After that, clear share counts cache from \"Miscellaneous\" section."
314
+ msgstr ""
315
+
316
+ #: ../super_socializer.php:2039
317
  #, php-format
318
  msgid ""
319
  "Your website visitors will see a popup notification (only once) if their "
418
  msgstr "Avatar Grande"
419
 
420
  #: ../helper.php:913 ../admin/general_options.php:132
421
+ #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
422
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
423
  msgid "Save Changes"
424
  msgstr "Salvar Alterações"
441
  msgstr ""
442
 
443
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
444
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
445
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
446
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
447
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
519
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
520
  "style&gt; )"
521
 
522
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
523
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
524
  #: ../admin/like_buttons.php:836
525
  #, fuzzy
526
  msgid "Instagram Shoutout"
527
  msgstr "Instagram"
528
 
529
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
530
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
531
  #: ../admin/like_buttons.php:838
532
  msgid ""
535
  "hashtags and people to mention in the Instagram post."
536
  msgstr ""
537
 
538
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
539
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
540
  #: ../admin/like_buttons.php:839
541
  msgid ""
546
  "time."
547
  msgstr ""
548
 
549
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
550
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
551
  #: ../admin/like_buttons.php:840
552
  msgid ""
679
  msgid "3rd Party Integration"
680
  msgstr ""
681
 
682
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
683
+ #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
684
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
685
  #: ../admin/like_buttons.php:797
686
  msgid "Shortcode & Widget"
690
  msgid "Troubleshooter"
691
  msgstr "Resolução de Problemas"
692
 
693
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
694
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
695
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
696
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
799
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
800
 
801
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
802
+ #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
803
  #: ../inc/widget.php:460 ../inc/widget.php:772
804
  msgid "Background Color"
805
  msgstr "Cor de Fundo"
844
  msgstr "(aplica-se, caso o contador esteja habilitado)"
845
 
846
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
847
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
848
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
849
  #: ../inc/widget.php:446 ../inc/widget.php:758
850
  msgid "Left"
855
  msgstr "Acima"
856
 
857
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
858
+ #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
859
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
860
  #: ../inc/widget.php:447 ../inc/widget.php:759
861
  msgid "Right"
901
  msgid "Master control to enable standard sharing"
902
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
903
 
904
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
905
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
906
  msgid "Target Url"
907
  msgstr "Url Destino"
908
 
909
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
910
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
911
  msgid "Url of the webpage where icons are located (default)"
912
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
913
 
914
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
915
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
916
  msgid "Url of the homepage of your website"
917
  msgstr "Url da homepage do seu website"
918
 
919
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
920
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
921
  msgid "Custom url"
922
  msgstr "Url personalizada"
923
 
924
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
925
  msgid "Url to share"
926
  msgstr "Url para compartilhar"
927
 
935
  msgid "The text to display above the sharing interface"
936
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
937
 
938
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
939
  #, fuzzy
940
  msgid "Instagram username"
941
  msgstr "Instagram"
942
 
943
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
944
  msgid ""
945
  "Username of the Instagram account you want to redirect users to, on clicking "
946
  "the icon"
947
  msgstr ""
948
 
949
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
950
  #, fuzzy
951
  msgid "HTML ID of container element of comment form"
952
  msgstr "HTML ID do comentário do container"
953
 
954
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
955
  msgid ""
956
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
957
  "icon."
958
  msgstr ""
959
 
960
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
961
  msgid "Rearrange icons"
962
  msgstr "Rearranjar ícones"
963
 
964
+ #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
965
  msgid "Drag the icons to rearrange in desired order"
966
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
967
 
968
+ #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
969
  msgid "Select Sharing Services"
970
  msgstr "Selecione os Serviços Compartilhados"
971
 
972
+ #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
973
  msgid "Select sharing services to show in social share bar"
974
  msgstr ""
975
  "Selecione os serviços compartilhados para exibir na barra de "
976
  "compartilhamento social"
977
 
978
+ #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
979
  #, fuzzy
980
  msgid "Search social network"
981
  msgstr "como rede social primária"
982
 
983
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
984
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
985
  msgid "Horizontal alignment"
986
  msgstr "Alinhamento horizonal"
987
 
988
+ #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
989
  msgid "Center"
990
  msgstr "Centro"
991
 
992
+ #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
993
  msgid "Horizontal alignment of the sharing interface"
994
  msgstr "Alinhamento horizontal da interface de compartilhamento"
995
 
996
+ #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
997
  msgid "Position with respect to content"
998
  msgstr "Posição em relação ao conteúdo"
999
 
1000
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1001
  msgid "Top of the content"
1002
  msgstr "Acima do conteúdo"
1003
 
1004
+ #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1005
  msgid "Bottom of the content"
1006
  msgstr "Abaixo do conteúdo"
1007
 
1008
+ #: ../admin/social_sharing.php:962
1009
  msgid "Specify position of the sharing interface with respect to the content"
1010
  msgstr ""
1011
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
1012
 
1013
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1014
  msgid "Placement"
1015
  msgstr "Localização"
1016
 
1017
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1018
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1019
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1020
  msgid "Homepage"
1021
  msgstr "Homepage"
1022
 
1023
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1024
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1025
  msgid "Posts"
1026
  msgstr "Posts"
1027
 
1028
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1029
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1030
  msgid "Pages"
1031
  msgstr "Páginas"
1032
 
1033
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1034
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1035
  #, fuzzy
1036
  msgid "Excerpts and Posts page"
1037
  msgstr "Pedaços (na Homepage)"
1038
 
1039
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1040
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1041
  msgid "Category Archives"
1042
  msgstr "Arquivos de Categorias"
1043
 
1044
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1045
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1046
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1047
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
1048
 
1049
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1050
  msgid "BuddyPress activity"
1051
  msgstr "Atividade BuddyPress"
1052
 
1053
+ #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1054
  msgid "BuddyPress group (only at top of content)"
1055
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
1056
 
1057
+ #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1058
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1059
  msgid "BBPress forum"
1060
  msgstr "Forum BBPress"
1061
 
1062
+ #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1063
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1064
  msgid "BBPress topic"
1065
  msgstr "Tópico BBPress"
1066
 
1067
+ #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1068
  msgid "BBPress reply"
1069
  msgstr "Responder BBPress"
1070
 
1071
+ #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1072
  msgid "After individual product at WooCommerce Shop page"
1073
  msgstr "Depois de produtos individuais na página WooCommerce Shop"
1074
 
1075
+ #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1076
  msgid "WooCommerce Product Page"
1077
  msgstr "Página de Produtos WooCommerce"
1078
 
1079
+ #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1080
  msgid "WooCommerce Thankyou Page"
1081
  msgstr "Página de Agradecimento WooCommerce"
1082
 
1083
+ #: ../admin/social_sharing.php:1038
1084
  msgid "Specify the pages where you want to enable Sharing interface"
1085
  msgstr ""
1086
  "Especifique as páginas onde você deseja habilitar a interface de "
1087
  "compartilhamento"
1088
 
1089
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1090
  msgid "Show share counts"
1091
  msgstr "Exibir contadores de compartilhamento"
1092
 
1093
+ #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1094
  #, fuzzy
1095
  msgid ""
1096
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1100
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
1101
  "Odnoklassniki e Vkontakte"
1102
 
1103
+ #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1104
  #, php-format
1105
  msgid ""
1106
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1109
  "their website."
1110
  msgstr ""
1111
 
1112
+ #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1113
  msgid "If enabled, share counts are displayed above sharing icons."
1114
  msgstr ""
1115
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
1116
  "ícones de compartilhamento."
1117
 
1118
+ #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1119
  msgid "Show total shares"
1120
  msgstr "Exibe total de compartilhamentos"
1121
 
1122
+ #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1123
  msgid "If enabled, total shares will be displayed with sharing icons"
1124
  msgstr ""
1125
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
1126
  "de compartilhamento"
1127
 
1128
+ #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1129
+ #: ../admin/social_login.php:161
1130
+ msgid "Facebook App ID"
1131
+ msgstr "Facebook App ID"
1132
+
1133
+ #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1134
+ #, fuzzy, php-format
1135
+ msgid ""
1136
+ "Required for Facebook share count to work. Please follow the documentation "
1137
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1138
+ msgstr ""
1139
+ "Requerido para a Autenticação Social do Facebook funcionar. Por favor, siga "
1140
+ "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1141
+ "para obter o Facebook App ID"
1142
+
1143
+ #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1144
+ #: ../admin/social_login.php:183
1145
+ #, fuzzy
1146
+ msgid "Facebook App Secret"
1147
+ msgstr "Facebook App ID"
1148
+
1149
+ #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1150
+ #, fuzzy, php-format
1151
+ msgid ""
1152
+ "Required for Facebook share count to work. Please follow the documentation "
1153
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1154
+ msgstr ""
1155
+ "Requerido para a Autenticação Social do Facebook funcionar. Por favor, siga "
1156
+ "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1157
+ "para obter o Facebook App ID"
1158
+
1159
+ #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1160
  msgid "Enable 'More' icon"
1161
  msgstr "Habilitar 'Mais' ícones"
1162
 
1163
+ #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1164
  msgid ""
1165
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1166
  "which shows additional sharing networks in popup"
1169
  "de compartilhamento com a exibição adicional das redes sociais "
1170
  "compartilhadas em um popup"
1171
 
1172
+ #: ../admin/social_sharing.php:1167
1173
  msgid "Floating Sharing Interface Options"
1174
  msgstr "Opções da Interface de Compartilhamento Flutuante"
1175
 
1176
+ #: ../admin/social_sharing.php:1173
1177
  msgid "Enable Floating sharing interface"
1178
  msgstr "Habilita interface de compartilhamento flutuante"
1179
 
1180
+ #: ../admin/social_sharing.php:1183
1181
  msgid "Master control to enable floating sharing widget"
1182
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
1183
 
1184
+ #: ../admin/social_sharing.php:1377
1185
  msgid ""
1186
  "Specify the color or hex code (example #cc78e0) for the background of "
1187
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1193
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
1194
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
1195
 
1196
+ #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1197
  msgid "Left offset"
1198
  msgstr "Ajuste à esquerda"
1199
 
1200
+ #: ../admin/social_sharing.php:1417
1201
  msgid ""
1202
  "Specify a number. Increase in number will shift sharing interface towards "
1203
  "right and decrease will shift it towards left. Number can be negative too."
1207
  "interface de compartilhamento para a esquerda. Os números podem também ser "
1208
  "negativos."
1209
 
1210
+ #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1211
  msgid "Right offset"
1212
  msgstr "Ajuste à direita"
1213
 
1214
+ #: ../admin/social_sharing.php:1437
1215
  msgid ""
1216
  "Specify a number. Increase in number will shift sharing interface towards "
1217
  "left and decrease will shift it towards right. Number can be negative too."
1221
  "interface de compartilhamento para a direita. Os números podem também ser "
1222
  "negativos."
1223
 
1224
+ #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1225
  msgid "Top offset"
1226
  msgstr "Ajuste acima"
1227
 
1228
+ #: ../admin/social_sharing.php:1456
1229
  msgid ""
1230
  "Specify a number. Increase in number will shift sharing interface towards "
1231
  "bottom and decrease will shift it towards top."
1234
  "compartilhamento para baixo e decrementos no número irão deslocar a "
1235
  "interface de compartilhamento para cima."
1236
 
1237
+ #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1238
  msgid "BuddyPress group"
1239
  msgstr "Grupo BuddyPress"
1240
 
1241
+ #: ../admin/social_sharing.php:1513
1242
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1243
  msgstr ""
1244
  "Especifique as páginas onde você deseja habilitar a interface de "
1245
  "compartilhamento vertical"
1246
 
1247
+ #: ../admin/social_sharing.php:1618
1248
  #, fuzzy
1249
  msgid "Hide floating slider"
1250
  msgstr "Escondido para usuários autenticados:"
1251
 
1252
+ #: ../admin/social_sharing.php:1628
1253
  #, fuzzy
1254
  msgid "Hides the slider arrow present below the floating share bar"
1255
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1256
 
1257
+ #: ../admin/social_sharing.php:1636
1258
  msgid "Vertical floating bar responsiveness"
1259
  msgstr "Sensibilidade da barra flutuante vertical"
1260
 
1261
+ #: ../admin/social_sharing.php:1639
1262
  #, php-format
1263
  msgid "Display vertical interface only when screen is wider than %s pixels"
1264
  msgstr ""
1265
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
1266
 
1267
+ #: ../admin/social_sharing.php:1646
1268
  msgid ""
1269
  "Display vertical interface only when screen is wider than the width "
1270
  "specified."
1272
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
1273
  "especificada."
1274
 
1275
+ #: ../admin/social_sharing.php:1654
1276
  msgid "Horizontal floating bar responsiveness"
1277
  msgstr "Sensibilidade da barra flutuante horizontal"
1278
 
1279
+ #: ../admin/social_sharing.php:1657
1280
  #, php-format
1281
  msgid ""
1282
  "Stick vertical floating interface horizontally at bottom only when screen is "
1285
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1286
  "quando a tela é mais estreita do que %s pixels"
1287
 
1288
+ #: ../admin/social_sharing.php:1664
1289
  msgid ""
1290
  "Stick vertical floating interface horizontally at bottom only when screen is "
1291
  "narrower than the width specified"
1293
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1294
  "quando a tela é mais estreita do que a largura especificada"
1295
 
1296
+ #: ../admin/social_sharing.php:1674
1297
  msgid "Horizontal floating bar position"
1298
  msgstr "Posição da barra de flutuação horizontal"
1299
 
1300
+ #: ../admin/social_sharing.php:1677
1301
  #, php-format
1302
  msgid "%s pixels from %s"
1303
  msgstr "%s pixels de %s"
1304
 
1305
+ #: ../admin/social_sharing.php:1678
1306
  msgid "Auto-adjust according to screen width (responsive)"
1307
  msgstr ""
1308
 
1309
+ #: ../admin/social_sharing.php:1685
1310
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1311
  msgstr ""
1312
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1313
  "também."
1314
 
1315
+ #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
1316
  msgid "Url shortener"
1317
  msgstr "Encurtador de Url"
1318
 
1319
+ #: ../admin/social_sharing.php:1711
1320
  msgid "Use shortlinks already installed"
1321
  msgstr "Use shortlinks já instalados"
1322
 
1323
+ #: ../admin/social_sharing.php:1721
1324
  msgid "Uses default short url permalinks without using any additional plugin"
1325
  msgstr ""
1326
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1327
 
1328
+ #: ../admin/social_sharing.php:1729
1329
  msgid "Enable bit.ly url shortener for sharing"
1330
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1331
 
1332
+ #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1333
  msgid "Master control to enable bit.ly url shortening for sharing"
1334
  msgstr ""
1335
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1336
 
1337
+ #: ../admin/social_sharing.php:1747
1338
  msgid "bit.ly Login"
1339
  msgstr ""
1340
 
1341
+ #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1342
  #, fuzzy, php-format
1343
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1344
  msgstr ""
1346
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1347
  "para obter Twitter API Key"
1348
 
1349
+ #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1350
  msgid "bit.ly API Key"
1351
  msgstr "bit.ly API Key"
1352
 
1353
+ #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1354
  msgid "Clear Bitly Cache"
1355
  msgstr "Limpar o Cache Bitly"
1356
 
1357
+ #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1358
  msgid "ShortUrl cache cleared successfully."
1359
  msgstr "Cache ShortUrl limpo com sucesso."
1360
 
1361
+ #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1362
  msgid ""
1363
  "Use this to delete short urls saved in database. Handy, if urls of your "
1364
  "website have been changed but short urls are still being generated for old "
1368
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1369
  "geradas para suas urls antigas."
1370
 
1371
+ #: ../admin/social_sharing.php:1805
1372
  msgid "Share Count Cache"
1373
  msgstr "Cache de Contador de Compartilhamento"
1374
 
1375
+ #: ../admin/social_sharing.php:1811
1376
  msgid "Refresh Share Count cache every"
1377
  msgstr "Atualizar o contador de compartilhamento a cada"
1378
 
1379
+ #: ../admin/social_sharing.php:1816
1380
  msgid "Second(s)"
1381
  msgstr ""
1382
 
1383
+ #: ../admin/social_sharing.php:1817
1384
  msgid "Minute(s)"
1385
  msgstr ""
1386
 
1387
+ #: ../admin/social_sharing.php:1818
1388
  msgid "Hour(s)"
1389
  msgstr ""
1390
 
1391
+ #: ../admin/social_sharing.php:1819
1392
  msgid "Day(s)"
1393
  msgstr ""
1394
 
1395
+ #: ../admin/social_sharing.php:1827
1396
  #, fuzzy, php-format
1397
  msgid ""
1398
  "Frequent cache refreshing results in slower loading of pages with share "
1402
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1403
  "páginas com os contadores de compartilhamento habilitados"
1404
 
1405
+ #: ../admin/social_sharing.php:1835
1406
  msgid "Clear Share Counts Cache"
1407
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1408
 
1409
+ #: ../admin/social_sharing.php:1839
1410
  msgid "Share Counts cache cleared successfully."
1411
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1412
 
1413
+ #: ../admin/social_sharing.php:1846
1414
  msgid "Use this to clear cached share counts"
1415
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1416
 
1417
+ #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1418
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1419
  #: ../admin/like_buttons.php:698
1420
  msgid "Language"
1421
  msgstr "Languagem"
1422
 
1423
+ #: ../admin/social_sharing.php:1871
1424
  #, php-format
1425
  msgid ""
1426
  "Enter the code of the language you want to use for like buttons. You can "
1431
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1432
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1433
 
1434
+ #: ../admin/social_sharing.php:1880
1435
  msgid "Username in sharing"
1436
  msgstr "Username no compartilhamento"
1437
 
1438
+ #: ../admin/social_sharing.php:1886
1439
  msgid "Twitter username (without @)"
1440
  msgstr "Username do Twitter (sem @)"
1441
 
1442
+ #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1443
  msgid ""
1444
  "Provided username will be appended after the content being shared as \"via "
1445
  "@USERNAME\". Leave empty if you do not want any username in the content "
1449
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1450
  "no conteúdo sendo compartilhado."
1451
 
1452
+ #: ../admin/social_sharing.php:1905
1453
  msgid "Buffer username (without @)"
1454
  msgstr "Username do Buffer (sem @)"
1455
 
1456
+ #: ../admin/social_sharing.php:1924
1457
  msgid "AMP"
1458
  msgstr ""
1459
 
1460
+ #: ../admin/social_sharing.php:1930
1461
  #, fuzzy
1462
  msgid "Enable sharing on AMP pages"
1463
  msgstr "Habilia a página de autenticação"
1464
 
1465
+ #: ../admin/social_sharing.php:1940
1466
  msgid "Enable this option to render sharing icons on AMP pages"
1467
  msgstr ""
1468
 
1469
+ #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1470
  msgid "myCRED"
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1474
  msgid "Append myCRED referral ID to the urls being shared"
1475
  msgstr ""
1476
 
1477
+ #: ../admin/social_sharing.php:1998
1478
  msgid "Facebook Sharing Troubleshooter"
1479
  msgstr "Solução de problema no compartilhamento com o Facebook"
1480
 
1481
+ #: ../admin/social_sharing.php:2003
1482
  #, fuzzy
1483
  msgid ""
1484
  "If Facebook sharing is not working fine, click at the following link and "
1491
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1492
  "website:"
1493
 
1494
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1495
  #: ../admin/social_login.php:1241
1496
  msgid ""
1497
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1498
  "an online website for the plugin to function properly."
1499
  msgstr ""
1500
 
1501
+ #: ../admin/social_sharing.php:2021
1502
  msgid ""
1503
  "Why is sharer not showing the correct image, title and other meta tags "
1504
  "content?"
1505
  msgstr ""
1506
 
1507
+ #: ../admin/social_sharing.php:2023
1508
  msgid "Why is Instagram icon redirecting to Instagram website?"
1509
  msgstr ""
1510
 
1511
+ #: ../admin/social_sharing.php:2024
1512
  msgid ""
1513
  "Instagram icon is there to send website visitors to the Instagram page of "
1514
  "your choice. You can save the desired Instagram handle in \"Instagram "
1516
  "sections."
1517
  msgstr ""
1518
 
1519
+ #: ../admin/social_sharing.php:2027
1520
  #, fuzzy
1521
  msgid "How to customize the url being shared?"
1522
  msgstr ""
1523
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1524
 
1525
+ #: ../admin/social_sharing.php:2028
1526
  msgid ""
1527
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1528
  msgstr ""
1529
 
1530
+ #: ../admin/social_sharing.php:2029
1531
  msgid ""
1532
  "It takes some time for their service to track the shares made on Twitter "
1533
  "from your website. If you still feel it's taking too long you can contact "
1534
  "their support directly from their website."
1535
  msgstr ""
1536
 
1537
+ #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1538
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1539
  msgstr ""
1540
 
1541
+ #: ../admin/social_sharing.php:2032
1542
  msgid ""
1543
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1544
  msgstr ""
1545
 
1546
+ #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1547
  #: ../admin/social_login.php:1248
1548
  msgid "Why is my browser blocking some features of the plugin?"
1549
  msgstr ""
1550
 
1551
+ #: ../admin/social_sharing.php:2034
1552
  #, fuzzy
1553
  msgid "Why the color of share icons is not being updated?"
1554
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1555
 
1556
+ #: ../admin/social_sharing.php:2035
1557
  #, fuzzy
1558
  msgid "Why Facebook share counts are not appearing?"
1559
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1560
 
1561
+ #: ../admin/social_sharing.php:2036
1562
  msgid ""
1563
  "How can I show share counts of my website rather than of individual pages/"
1564
  "posts?"
1566
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1567
  "das páginas/posts individuais?"
1568
 
1569
+ #: ../admin/social_sharing.php:2037
1570
  msgid "How can I disable sharing on particular page/post?"
1571
  msgstr ""
1572
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1573
 
1574
+ #: ../admin/social_sharing.php:2038
1575
  msgid "How can I specify minimum sharing count for sharing networks?"
1576
  msgstr ""
1577
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1578
  "sociais?"
1579
 
1580
+ #: ../admin/social_sharing.php:2039
1581
  msgid "How to share specific page?"
1582
  msgstr "Como compartilhar página específica?"
1583
 
1584
+ #: ../admin/social_sharing.php:2040
1585
  msgid "How to integrate Google Analytics with sharing?"
1586
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1587
 
1588
+ #: ../admin/social_sharing.php:2041
1589
  msgid "How to customize the look of total share counts?"
1590
  msgstr ""
1591
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1592
 
1593
+ #: ../admin/social_sharing.php:2042
1594
  msgid "How to customize the look of individual share counts?"
1595
  msgstr ""
1596
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1597
 
1598
+ #: ../admin/social_sharing.php:2043
1599
  msgid "How to show Whatsapp icon only on mobile devices?"
1600
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1601
 
1602
+ #: ../admin/social_sharing.php:2044
1603
  msgid "How to hide arrow after floating sharing bar?"
1604
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1605
 
1606
+ #: ../admin/social_sharing.php:2045
1607
  #, fuzzy
1608
  msgid "Why is share count not getting updated?"
1609
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1610
 
1611
+ #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1612
  msgid "Why is there so much space between like buttons?"
1613
  msgstr ""
1614
 
1615
+ #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1616
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1617
  msgstr ""
1618
 
1955
  msgstr ""
1956
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1957
 
 
 
 
 
1958
  #: ../admin/social_login.php:171
1959
  #, php-format
1960
  msgid ""
1972
  msgstr ""
1973
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1974
 
 
 
 
 
 
1975
  #: ../admin/social_login.php:193
1976
  #, fuzzy, php-format
1977
  msgid ""
2879
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
2880
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
2881
 
2882
+ #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2883
  msgid "Search for"
2884
  msgstr ""
2885
 
2886
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2887
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2888
+ #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2889
  #, fuzzy
2890
  msgid "Archives"
2891
  msgstr "Arquivos de Categorias"
2892
 
2893
+ #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2894
  msgid "Invalid request"
2895
  msgstr "Requisição inválida"
2896
 
2897
+ #: ../inc/social_sharing.php:927
2898
  msgid "Providers not selected"
2899
  msgstr "Provedor não selecionado"
2900
 
languages/super-socializer-ru_RU.mo CHANGED
Binary file
languages/super-socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-07 08:56+0530\n"
6
- "PO-Revision-Date: 2019-04-07 08:56+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -95,45 +95,45 @@ msgstr "Пожалуйста, проверьте свой почтовый ящ
95
  msgid "Enter your LiveJournal username"
96
  msgstr "Введите ваше имя пользователя LiveJournal"
97
 
98
- #: ../super_socializer.php:1015
99
  msgid "Leave a reply"
100
  msgstr "Оставить ответ"
101
 
102
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
103
  msgid "Shares"
104
  msgstr "Поделились"
105
 
106
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
107
  msgid "Share"
108
  msgstr "Поделиться"
109
 
110
- #: ../super_socializer.php:1027
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
- #: ../super_socializer.php:1273
116
  msgid "Super Socializer - General Options"
117
  msgstr "Super Socializer - Общие настройки"
118
 
119
- #: ../super_socializer.php:1273 ../admin/general_options.php:15
120
  #: ../admin/social_commenting.php:47
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
- #: ../super_socializer.php:1341 ../helper.php:898
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
128
- #: ../super_socializer.php:1344
129
  msgid "Small Avatar Url"
130
  msgstr "Ссылка для маленького аватара"
131
 
132
- #: ../super_socializer.php:1348
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
- #: ../super_socializer.php:1352 ../helper.php:901
137
  msgid ""
138
  "Do not fetch and update social avatar from my profile, next time I Social "
139
  "Login"
@@ -141,13 +141,13 @@ msgstr ""
141
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
142
  "я когда я использую вход через соцсети"
143
 
144
- #: ../super_socializer.php:1356 ../helper.php:902
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
148
  "соцсети"
149
 
150
- #: ../super_socializer.php:1429 ../super_socializer.php:2144
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
@@ -155,84 +155,84 @@ msgstr ""
155
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
156
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
157
 
158
- #: ../super_socializer.php:1435
159
  msgid "Login with your Social ID"
160
  msgstr "Войти, используя социальный аккаунт"
161
 
162
- #: ../super_socializer.php:1436
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr ""
165
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
166
 
167
- #: ../super_socializer.php:1441
168
  msgid "Please enter a valid email address. You might be required to verify it"
169
  msgstr ""
170
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
171
  "потребуется проверить его"
172
 
173
- #: ../super_socializer.php:1445 ../super_socializer.php:2068
174
  msgid "Link your social account to login to your account at this website"
175
  msgstr ""
176
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
177
  "этом сайте"
178
 
179
- #: ../super_socializer.php:1680
180
  msgid "Thanks for installing Super Socializer plugin"
181
  msgstr ""
182
 
183
- #: ../super_socializer.php:1682
184
  msgid "Configure the Plugin"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1693
188
  msgid ""
189
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
190
  "current version of Super Socialzer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1702
194
  msgid ""
195
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
196
  "version of Super Socialzer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1711
200
  msgid ""
201
  "Update \"Social Login Buttons\" add-on for compatibility with current "
202
  "version of Super Socialzer"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1720
206
  msgid ""
207
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
208
  "with current version of Super Socialzer"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1729
212
  msgid ""
213
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
214
  "with current version of Super Socialzer"
215
  msgstr ""
216
 
217
- #: ../super_socializer.php:1736
218
  msgid ""
219
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
220
  "LiveJournal Login of Super Socialzer"
221
  msgstr ""
222
 
223
- #: ../super_socializer.php:1747
224
  #, php-format
225
  msgid ""
226
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
227
  msgstr ""
228
 
229
- #: ../super_socializer.php:1763
230
  #, php-format
231
  msgid ""
232
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1787
236
  #, php-format
237
  msgid ""
238
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -240,14 +240,14 @@ msgid ""
240
  "target=\"_blank\">here</a>"
241
  msgstr ""
242
 
243
- #: ../super_socializer.php:1787 ../super_socializer.php:1812
244
- #: ../super_socializer.php:1837 ../super_socializer.php:1862
245
- #: ../super_socializer.php:1895 ../super_socializer.php:1923
246
- #: ../super_socializer.php:1950 ../super_socializer.php:1999
247
  msgid "Okay"
248
  msgstr "Окей"
249
 
250
- #: ../super_socializer.php:1812
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -255,7 +255,7 @@ msgid ""
255
  "\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1837
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -263,7 +263,7 @@ msgid ""
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
- #: ../super_socializer.php:1862
267
  #, php-format
268
  msgid ""
269
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -271,13 +271,13 @@ msgid ""
271
  "target=\"_blank\">here</a>"
272
  msgstr ""
273
 
274
- #: ../super_socializer.php:1873
275
  #, php-format
276
  msgid ""
277
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1895
281
  #, php-format
282
  msgid ""
283
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -285,7 +285,7 @@ msgid ""
285
  "\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:1923
289
  #, php-format
290
  msgid ""
291
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -294,7 +294,7 @@ msgid ""
294
  "your website %s with them. No need to copy-paste any code from their website."
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:1950
298
  #, php-format
299
  msgid ""
300
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -302,7 +302,7 @@ msgid ""
302
  "\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
- #: ../super_socializer.php:1975
306
  #, php-format
307
  msgid ""
308
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -310,11 +310,18 @@ msgid ""
310
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
311
  msgstr ""
312
 
313
- #: ../super_socializer.php:1975
314
  msgid "Dismiss"
315
  msgstr ""
316
 
317
- #: ../super_socializer.php:1999
 
 
 
 
 
 
 
318
  #, php-format
319
  msgid ""
320
  "Your website visitors will see a popup notification (only once) if their "
@@ -423,7 +430,7 @@ msgid "Large Avatar"
423
  msgstr "Большой аватар"
424
 
425
  #: ../helper.php:913 ../admin/general_options.php:132
426
- #: ../admin/social_sharing.php:1965 ../admin/social_commenting.php:413
427
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
428
  msgid "Save Changes"
429
  msgstr "Сохранить изменения"
@@ -446,7 +453,7 @@ msgid "Something bad happened"
446
  msgstr ""
447
 
448
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
449
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1969
450
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
451
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
452
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -531,14 +538,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
531
  msgstr ""
532
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
533
 
534
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1975
535
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
536
  #: ../admin/like_buttons.php:836
537
  #, fuzzy
538
  msgid "Instagram Shoutout"
539
  msgstr "Instagram"
540
 
541
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1977
542
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
543
  #: ../admin/like_buttons.php:838
544
  msgid ""
@@ -547,7 +554,7 @@ msgid ""
547
  "hashtags and people to mention in the Instagram post."
548
  msgstr ""
549
 
550
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1978
551
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
552
  #: ../admin/like_buttons.php:839
553
  msgid ""
@@ -558,7 +565,7 @@ msgid ""
558
  "time."
559
  msgstr ""
560
 
561
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1979
562
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
563
  #: ../admin/like_buttons.php:840
564
  msgid ""
@@ -691,8 +698,8 @@ msgstr "Разное"
691
  msgid "3rd Party Integration"
692
  msgstr "XProfile интеграция"
693
 
694
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
695
- #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
696
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
697
  #: ../admin/like_buttons.php:797
698
  msgid "Shortcode & Widget"
@@ -702,7 +709,7 @@ msgstr "Шорткод и виджет"
702
  msgid "Troubleshooter"
703
  msgstr "Устранение неисправностей"
704
 
705
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
706
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
707
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
708
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -811,7 +818,7 @@ msgstr ""
811
  "\">здесь</a>"
812
 
813
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
814
- #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
815
  #: ../inc/widget.php:460 ../inc/widget.php:772
816
  msgid "Background Color"
817
  msgstr "Цвет фона"
@@ -855,7 +862,7 @@ msgid "(applies, if counter enabled)"
855
  msgstr "(применяется, если счетчик включен)"
856
 
857
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
858
- #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
859
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
860
  #: ../inc/widget.php:446 ../inc/widget.php:758
861
  msgid "Left"
@@ -866,7 +873,7 @@ msgid "Top"
866
  msgstr "Сверху"
867
 
868
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
869
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
870
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
871
  #: ../inc/widget.php:447 ../inc/widget.php:759
872
  msgid "Right"
@@ -912,27 +919,27 @@ msgstr "Включить стандартный интерфейс Подели
912
  msgid "Master control to enable standard sharing"
913
  msgstr "Мастер настройки включения стандартных опций Поделиться"
914
 
915
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
916
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
917
  msgid "Target Url"
918
  msgstr "Целевой URL:"
919
 
920
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
921
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
922
  msgid "Url of the webpage where icons are located (default)"
923
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
924
 
925
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
926
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
927
  msgid "Url of the homepage of your website"
928
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
929
 
930
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
931
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
932
  msgid "Custom url"
933
  msgstr "Пользовательская ссылка"
934
 
935
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
936
  msgid "Url to share"
937
  msgstr "Ссылка чтобы Поделиться"
938
 
@@ -946,11 +953,11 @@ msgstr "Заголовок"
946
  msgid "The text to display above the sharing interface"
947
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
948
 
949
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
950
  msgid "Instagram username"
951
  msgstr "Введите имя пользователя Instagram."
952
 
953
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
954
  msgid ""
955
  "Username of the Instagram account you want to redirect users to, on clicking "
956
  "the icon"
@@ -958,144 +965,144 @@ msgstr ""
958
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
959
  "перенаправить пользователей, по нажатию на иконку"
960
 
961
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
962
  #, fuzzy
963
  msgid "HTML ID of container element of comment form"
964
  msgstr "HTML-идентификатор форма комментария контейнер"
965
 
966
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
967
  msgid ""
968
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
969
  "icon."
970
  msgstr ""
971
 
972
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
973
  msgid "Rearrange icons"
974
  msgstr "Переставить иконы"
975
 
976
- #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
977
  msgid "Drag the icons to rearrange in desired order"
978
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
979
 
980
- #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
981
  msgid "Select Sharing Services"
982
  msgstr "Выберите сервисы Поделиться"
983
 
984
- #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
985
  msgid "Select sharing services to show in social share bar"
986
  msgstr "Выберите сервисы для показа в панели шейринга"
987
 
988
- #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
989
  msgid "Search social network"
990
  msgstr ""
991
 
992
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
993
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
994
  msgid "Horizontal alignment"
995
  msgstr "Горизонтальное выравнивание"
996
 
997
- #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
998
  msgid "Center"
999
  msgstr "Центр"
1000
 
1001
- #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
1002
  msgid "Horizontal alignment of the sharing interface"
1003
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
1004
 
1005
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
1006
  msgid "Position with respect to content"
1007
  msgstr "Позиция относительно контента"
1008
 
1009
- #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
1010
  msgid "Top of the content"
1011
  msgstr "Над содержимым"
1012
 
1013
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
1014
  msgid "Bottom of the content"
1015
  msgstr "Под содержимым"
1016
 
1017
- #: ../admin/social_sharing.php:960
1018
  msgid "Specify position of the sharing interface with respect to the content"
1019
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
1020
 
1021
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1022
  msgid "Placement"
1023
  msgstr "Размещение"
1024
 
1025
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1026
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1027
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1028
  msgid "Homepage"
1029
  msgstr "Главная"
1030
 
1031
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1032
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1033
  msgid "Posts"
1034
  msgstr "Записи"
1035
 
1036
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1037
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1038
  msgid "Pages"
1039
  msgstr "Страницы"
1040
 
1041
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1042
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1043
  msgid "Excerpts and Posts page"
1044
  msgstr "Страницы анонсов и страниц"
1045
 
1046
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1047
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1048
  msgid "Category Archives"
1049
  msgstr "Архивы категорий"
1050
 
1051
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1052
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1053
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1054
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
1055
 
1056
- #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1057
  msgid "BuddyPress activity"
1058
  msgstr "BuddyPress активность"
1059
 
1060
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1061
  msgid "BuddyPress group (only at top of content)"
1062
  msgstr "BuddyPress группы (только в верхней части контента)"
1063
 
1064
- #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1065
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1066
  msgid "BBPress forum"
1067
  msgstr "BBPress форум"
1068
 
1069
- #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1070
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1071
  msgid "BBPress topic"
1072
  msgstr "BBPress тема"
1073
 
1074
- #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1075
  msgid "BBPress reply"
1076
  msgstr "BBPress ответ"
1077
 
1078
- #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1079
  msgid "After individual product at WooCommerce Shop page"
1080
  msgstr "После индивидуального продукта на странице магазина"
1081
 
1082
- #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1083
  msgid "WooCommerce Product Page"
1084
  msgstr "Продукт Woocommerce"
1085
 
1086
- #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1087
  msgid "WooCommerce Thankyou Page"
1088
  msgstr "WooCommerce страница благодарности"
1089
 
1090
- #: ../admin/social_sharing.php:1036
1091
  msgid "Specify the pages where you want to enable Sharing interface"
1092
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
1093
 
1094
- #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1095
  msgid "Show share counts"
1096
  msgstr "Показать счетчик кнопок Поделиться"
1097
 
1098
- #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1099
  #, fuzzy
1100
  msgid ""
1101
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1104,7 +1111,7 @@ msgstr ""
1104
  "Поддерживаются Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, "
1105
  "Pinterest, Stumbleupon, Odnoklassniki и Vkontakte"
1106
 
1107
- #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1108
  #, php-format
1109
  msgid ""
1110
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1113,25 +1120,54 @@ msgid ""
1113
  "their website."
1114
  msgstr ""
1115
 
1116
- #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1117
  msgid "If enabled, share counts are displayed above sharing icons."
1118
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
1119
 
1120
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1121
  msgid "Show total shares"
1122
  msgstr "Включить общее количество Поделиться"
1123
 
1124
- #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1125
  msgid "If enabled, total shares will be displayed with sharing icons"
1126
  msgstr ""
1127
  "Если включено, то общее количество Поделиться будет отображаться с кнопками "
1128
  "Поделиться"
1129
 
1130
- #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1131
  msgid "Enable 'More' icon"
1132
  msgstr "Включить значок «Больше»"
1133
 
1134
- #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1135
  msgid ""
1136
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1137
  "which shows additional sharing networks in popup"
@@ -1139,19 +1175,19 @@ msgstr ""
1139
  "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая "
1140
  "показывает дополнительные сервисы в всплывающем окне"
1141
 
1142
- #: ../admin/social_sharing.php:1112
1143
  msgid "Floating Sharing Interface Options"
1144
  msgstr "Параметры плавающих кнопок Поделиться"
1145
 
1146
- #: ../admin/social_sharing.php:1118
1147
  msgid "Enable Floating sharing interface"
1148
  msgstr "Включить интерфейс плавающих кнопок Поделиться"
1149
 
1150
- #: ../admin/social_sharing.php:1128
1151
  msgid "Master control to enable floating sharing widget"
1152
  msgstr "Мастер управления включения плавающего виджета Поделиться"
1153
 
1154
- #: ../admin/social_sharing.php:1322
1155
  msgid ""
1156
  "Specify the color or hex code (example #cc78e0) for the background of "
1157
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1163,11 +1199,11 @@ msgstr ""
1163
  "Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker."
1164
  "com/\" target=\"_blank\">здесь</a>"
1165
 
1166
- #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1167
  msgid "Left offset"
1168
  msgstr "Смещение влево"
1169
 
1170
- #: ../admin/social_sharing.php:1362
1171
  msgid ""
1172
  "Specify a number. Increase in number will shift sharing interface towards "
1173
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1176,11 +1212,11 @@ msgstr ""
1176
  "отношению к правой стороне и уменьшать по отношению к правой сторону. Число "
1177
  "может быть отрицательным."
1178
 
1179
- #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1180
  msgid "Right offset"
1181
  msgstr "Смещение вправо"
1182
 
1183
- #: ../admin/social_sharing.php:1382
1184
  msgid ""
1185
  "Specify a number. Increase in number will shift sharing interface towards "
1186
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1189,11 +1225,11 @@ msgstr ""
1189
  "отношению к левой стороне и уменьшать по отношению к правой сторону. Число "
1190
  "может быть отрицательным."
1191
 
1192
- #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1193
  msgid "Top offset"
1194
  msgstr "Верхний отступ"
1195
 
1196
- #: ../admin/social_sharing.php:1401
1197
  msgid ""
1198
  "Specify a number. Increase in number will shift sharing interface towards "
1199
  "bottom and decrease will shift it towards top."
@@ -1201,37 +1237,37 @@ msgstr ""
1201
  "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по "
1202
  "отношению к низу и уменьшать по отношению к верху. "
1203
 
1204
- #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1205
  msgid "BuddyPress group"
1206
  msgstr "BuddyPress группа"
1207
 
1208
- #: ../admin/social_sharing.php:1458
1209
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1210
  msgstr ""
1211
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
1212
 
1213
- #: ../admin/social_sharing.php:1525
1214
  #, fuzzy
1215
  msgid "Hide floating slider"
1216
  msgstr "Скрыть для зарегистрированных пользователей"
1217
 
1218
- #: ../admin/social_sharing.php:1535
1219
  #, fuzzy
1220
  msgid "Hides the slider arrow present below the floating share bar"
1221
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1222
 
1223
- #: ../admin/social_sharing.php:1543
1224
  msgid "Vertical floating bar responsiveness"
1225
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1226
 
1227
- #: ../admin/social_sharing.php:1546
1228
  #, php-format
1229
  msgid "Display vertical interface only when screen is wider than %s pixels"
1230
  msgstr ""
1231
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
1232
  "пикселей."
1233
 
1234
- #: ../admin/social_sharing.php:1553
1235
  msgid ""
1236
  "Display vertical interface only when screen is wider than the width "
1237
  "specified."
@@ -1239,11 +1275,11 @@ msgstr ""
1239
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
1240
  "ширина по умолчанию."
1241
 
1242
- #: ../admin/social_sharing.php:1561
1243
  msgid "Horizontal floating bar responsiveness"
1244
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1245
 
1246
- #: ../admin/social_sharing.php:1564
1247
  #, php-format
1248
  msgid ""
1249
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1252,7 +1288,7 @@ msgstr ""
1252
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1253
  "уже чем %s пикселей"
1254
 
1255
- #: ../admin/social_sharing.php:1571
1256
  msgid ""
1257
  "Stick vertical floating interface horizontally at bottom only when screen is "
1258
  "narrower than the width specified"
@@ -1260,52 +1296,52 @@ msgstr ""
1260
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1261
  "уже чем указанная ширина"
1262
 
1263
- #: ../admin/social_sharing.php:1581
1264
  msgid "Horizontal floating bar position"
1265
  msgstr "Расположение горизонтальной плавающей панели"
1266
 
1267
- #: ../admin/social_sharing.php:1584
1268
  #, php-format
1269
  msgid "%s pixels from %s"
1270
  msgstr "%s пикселей от %s"
1271
 
1272
- #: ../admin/social_sharing.php:1585
1273
  msgid "Auto-adjust according to screen width (responsive)"
1274
  msgstr ""
1275
 
1276
- #: ../admin/social_sharing.php:1592
1277
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1278
  msgstr ""
1279
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
1280
  "отрицательным."
1281
 
1282
- #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1283
  msgid "Url shortener"
1284
  msgstr "Укорачивание URL"
1285
 
1286
- #: ../admin/social_sharing.php:1618
1287
  msgid "Use shortlinks already installed"
1288
  msgstr "Использование коротких ссылок уже установлено"
1289
 
1290
- #: ../admin/social_sharing.php:1628
1291
  msgid "Uses default short url permalinks without using any additional plugin"
1292
  msgstr ""
1293
  "Использует по умолчанию постоянные короткие url без использования каких-"
1294
  "либо дополнительных плагинов"
1295
 
1296
- #: ../admin/social_sharing.php:1636
1297
  msgid "Enable bit.ly url shortener for sharing"
1298
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1299
 
1300
- #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1301
  msgid "Master control to enable bit.ly url shortening for sharing"
1302
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1303
 
1304
- #: ../admin/social_sharing.php:1654
1305
  msgid "bit.ly Login"
1306
  msgstr "bit.ly логин"
1307
 
1308
- #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1309
  #, fuzzy, php-format
1310
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1311
  msgstr ""
@@ -1313,19 +1349,19 @@ msgstr ""
1313
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1314
  "Twitter."
1315
 
1316
- #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1317
  msgid "bit.ly API Key"
1318
  msgstr "bit.ly ключ приложения"
1319
 
1320
- #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1321
  msgid "Clear Bitly Cache"
1322
  msgstr "Очистить Bitly кэш"
1323
 
1324
- #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1325
  msgid "ShortUrl cache cleared successfully."
1326
  msgstr "ShortUrl кэш успешно очищен."
1327
 
1328
- #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1329
  msgid ""
1330
  "Use this to delete short urls saved in database. Handy, if urls of your "
1331
  "website have been changed but short urls are still being generated for old "
@@ -1335,31 +1371,31 @@ msgstr ""
1335
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1336
  "адреса по-прежнему создаются для старых URL-адресов."
1337
 
1338
- #: ../admin/social_sharing.php:1712
1339
  msgid "Share Count Cache"
1340
  msgstr "Кэш счетчиков поделиться"
1341
 
1342
- #: ../admin/social_sharing.php:1718
1343
  msgid "Refresh Share Count cache every"
1344
  msgstr "Обновить кэш счетчиков Поделиться"
1345
 
1346
- #: ../admin/social_sharing.php:1723
1347
  msgid "Second(s)"
1348
  msgstr "Секунд"
1349
 
1350
- #: ../admin/social_sharing.php:1724
1351
  msgid "Minute(s)"
1352
  msgstr "Минут"
1353
 
1354
- #: ../admin/social_sharing.php:1725
1355
  msgid "Hour(s)"
1356
  msgstr "Часов"
1357
 
1358
- #: ../admin/social_sharing.php:1726
1359
  msgid "Day(s)"
1360
  msgstr "Дней"
1361
 
1362
- #: ../admin/social_sharing.php:1734
1363
  #, fuzzy, php-format
1364
  msgid ""
1365
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1369,25 +1405,25 @@ msgstr ""
1369
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1370
  "включенными счетчиками Поделиться"
1371
 
1372
- #: ../admin/social_sharing.php:1742
1373
  msgid "Clear Share Counts Cache"
1374
  msgstr "Очистить кэш счетчиков Поделиться"
1375
 
1376
- #: ../admin/social_sharing.php:1746
1377
  msgid "Share Counts cache cleared successfully."
1378
  msgstr "Share Counts кэш успешно очищен."
1379
 
1380
- #: ../admin/social_sharing.php:1753
1381
  msgid "Use this to clear cached share counts"
1382
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1383
 
1384
- #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1385
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1386
  #: ../admin/like_buttons.php:698
1387
  msgid "Language"
1388
  msgstr "Язык"
1389
 
1390
- #: ../admin/social_sharing.php:1778
1391
  #, php-format
1392
  msgid ""
1393
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1398,15 +1434,15 @@ msgstr ""
1398
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1399
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1400
 
1401
- #: ../admin/social_sharing.php:1787
1402
  msgid "Username in sharing"
1403
  msgstr "Имя пользователя чтобы поделиться"
1404
 
1405
- #: ../admin/social_sharing.php:1793
1406
  msgid "Twitter username (without @)"
1407
  msgstr "Twitter имя пользователя (без @)"
1408
 
1409
- #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1410
  msgid ""
1411
  "Provided username will be appended after the content being shared as \"via "
1412
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1415,35 +1451,35 @@ msgstr ""
1415
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1416
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1417
 
1418
- #: ../admin/social_sharing.php:1812
1419
  msgid "Buffer username (without @)"
1420
  msgstr "Имя пользователя в Twitter (без @)"
1421
 
1422
- #: ../admin/social_sharing.php:1831
1423
  msgid "AMP"
1424
  msgstr "AMP"
1425
 
1426
- #: ../admin/social_sharing.php:1837
1427
  msgid "Enable sharing on AMP pages"
1428
  msgstr "Разрешить общий доступ на страницах AMP"
1429
 
1430
- #: ../admin/social_sharing.php:1847
1431
  msgid "Enable this option to render sharing icons on AMP pages"
1432
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1433
 
1434
- #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1435
  msgid "myCRED"
1436
  msgstr ""
1437
 
1438
- #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1439
  msgid "Append myCRED referral ID to the urls being shared"
1440
  msgstr ""
1441
 
1442
- #: ../admin/social_sharing.php:1905
1443
  msgid "Facebook Sharing Troubleshooter"
1444
  msgstr "Устранение неисправностей Поделиться от Facebook"
1445
 
1446
- #: ../admin/social_sharing.php:1910
1447
  msgid ""
1448
  "If Facebook sharing is not working fine, click at the following link and "
1449
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1455,14 +1491,14 @@ msgstr ""
1455
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1456
  "\"Получение информации о новой поломке\" ."
1457
 
1458
- #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:399
1459
  #: ../admin/social_login.php:1241
1460
  msgid ""
1461
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1462
  "an online website for the plugin to function properly."
1463
  msgstr ""
1464
 
1465
- #: ../admin/social_sharing.php:1928
1466
  msgid ""
1467
  "Why is sharer not showing the correct image, title and other meta tags "
1468
  "content?"
@@ -1470,11 +1506,11 @@ msgstr ""
1470
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1471
  "мета данные контента? "
1472
 
1473
- #: ../admin/social_sharing.php:1930
1474
  msgid "Why is Instagram icon redirecting to Instagram website?"
1475
  msgstr ""
1476
 
1477
- #: ../admin/social_sharing.php:1931
1478
  msgid ""
1479
  "Instagram icon is there to send website visitors to the Instagram page of "
1480
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1482,47 +1518,47 @@ msgid ""
1482
  "sections."
1483
  msgstr ""
1484
 
1485
- #: ../admin/social_sharing.php:1934
1486
  #, fuzzy
1487
  msgid "How to customize the url being shared?"
1488
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1489
 
1490
- #: ../admin/social_sharing.php:1935
1491
  msgid ""
1492
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1493
  msgstr ""
1494
 
1495
- #: ../admin/social_sharing.php:1936
1496
  msgid ""
1497
  "It takes some time for their service to track the shares made on Twitter "
1498
  "from your website. If you still feel it's taking too long you can contact "
1499
  "their support directly from their website."
1500
  msgstr ""
1501
 
1502
- #: ../admin/social_sharing.php:1938 ../admin/like_buttons.php:814
1503
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1504
  msgstr ""
1505
 
1506
- #: ../admin/social_sharing.php:1939
1507
  msgid ""
1508
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1509
  msgstr ""
1510
 
1511
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:402
1512
  #: ../admin/social_login.php:1248
1513
  msgid "Why is my browser blocking some features of the plugin?"
1514
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1515
 
1516
- #: ../admin/social_sharing.php:1941
1517
  #, fuzzy
1518
  msgid "Why the color of share icons is not being updated?"
1519
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1520
 
1521
- #: ../admin/social_sharing.php:1942
1522
  msgid "Why Facebook share counts are not appearing?"
1523
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1524
 
1525
- #: ../admin/social_sharing.php:1943
1526
  msgid ""
1527
  "How can I show share counts of my website rather than of individual pages/"
1528
  "posts?"
@@ -1530,49 +1566,49 @@ msgstr ""
1530
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1531
  "постах?"
1532
 
1533
- #: ../admin/social_sharing.php:1944
1534
  msgid "How can I disable sharing on particular page/post?"
1535
  msgstr ""
1536
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1537
 
1538
- #: ../admin/social_sharing.php:1945
1539
  msgid "How can I specify minimum sharing count for sharing networks?"
1540
  msgstr "Как мне указать минимальное количество для Поделиться"
1541
 
1542
- #: ../admin/social_sharing.php:1946
1543
  msgid "How to share specific page?"
1544
  msgstr "Как поделиться определенной страницей?"
1545
 
1546
- #: ../admin/social_sharing.php:1947
1547
  msgid "How to integrate Google Analytics with sharing?"
1548
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1549
 
1550
- #: ../admin/social_sharing.php:1948
1551
  msgid "How to customize the look of total share counts?"
1552
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1553
 
1554
- #: ../admin/social_sharing.php:1949
1555
  msgid "How to customize the look of individual share counts?"
1556
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1557
 
1558
- #: ../admin/social_sharing.php:1950
1559
  msgid "How to show Whatsapp icon only on mobile devices?"
1560
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1561
 
1562
- #: ../admin/social_sharing.php:1951
1563
  msgid "How to hide arrow after floating sharing bar?"
1564
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1565
 
1566
- #: ../admin/social_sharing.php:1952
1567
  #, fuzzy
1568
  msgid "Why is share count not getting updated?"
1569
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1570
 
1571
- #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:812
1572
  msgid "Why is there so much space between like buttons?"
1573
  msgstr "Почему существует так много места между кнопками?"
1574
 
1575
- #: ../admin/social_sharing.php:1954 ../admin/like_buttons.php:813
1576
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1577
  msgstr ""
1578
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
@@ -1913,10 +1949,6 @@ msgstr "ЖивойЖурнал"
1913
  msgid "Select Social ID provider to enable in Social Login"
1914
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1915
 
1916
- #: ../admin/social_login.php:161
1917
- msgid "Facebook App ID"
1918
- msgstr "Facebook App ID"
1919
-
1920
  #: ../admin/social_login.php:171
1921
  #, php-format
1922
  msgid ""
@@ -1934,11 +1966,6 @@ msgstr ""
1934
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1935
  "упоминания ссылки."
1936
 
1937
- #: ../admin/social_login.php:183
1938
- #, fuzzy
1939
- msgid "Facebook App Secret"
1940
- msgstr "Facebook App ID"
1941
-
1942
  #: ../admin/social_login.php:193
1943
  #, fuzzy, php-format
1944
  msgid ""
@@ -2851,21 +2878,21 @@ msgstr ""
2851
  "странице \"Super Socializer > Вход через социальные сети\" в панели админ-"
2852
  "панели"
2853
 
2854
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:315
2855
  msgid "Search for"
2856
  msgstr "Искать"
2857
 
2858
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2859
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:320
2860
- #: ../inc/social_sharing.php:322 ../inc/social_sharing.php:324
2861
  msgid "Archives"
2862
  msgstr "Архивы "
2863
 
2864
- #: ../inc/social_sharing.php:882 ../inc/social_sharing.php:1107
2865
  msgid "Invalid request"
2866
  msgstr "Неверный Запрос!"
2867
 
2868
- #: ../inc/social_sharing.php:889
2869
  msgid "Providers not selected"
2870
  msgstr "Сервисы не выбраны"
2871
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-04-19 19:54+0530\n"
6
+ "PO-Revision-Date: 2019-04-19 19:54+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
95
  msgid "Enter your LiveJournal username"
96
  msgstr "Введите ваше имя пользователя LiveJournal"
97
 
98
+ #: ../super_socializer.php:1014
99
  msgid "Leave a reply"
100
  msgstr "Оставить ответ"
101
 
102
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
103
  msgid "Shares"
104
  msgstr "Поделились"
105
 
106
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
107
  msgid "Share"
108
  msgstr "Поделиться"
109
 
110
+ #: ../super_socializer.php:1026
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
+ #: ../super_socializer.php:1272
116
  msgid "Super Socializer - General Options"
117
  msgstr "Super Socializer - Общие настройки"
118
 
119
+ #: ../super_socializer.php:1272 ../admin/general_options.php:15
120
  #: ../admin/social_commenting.php:47
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
+ #: ../super_socializer.php:1340 ../helper.php:898
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
128
+ #: ../super_socializer.php:1343
129
  msgid "Small Avatar Url"
130
  msgstr "Ссылка для маленького аватара"
131
 
132
+ #: ../super_socializer.php:1347
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
+ #: ../super_socializer.php:1351 ../helper.php:901
137
  msgid ""
138
  "Do not fetch and update social avatar from my profile, next time I Social "
139
  "Login"
141
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
142
  "я когда я использую вход через соцсети"
143
 
144
+ #: ../super_socializer.php:1355 ../helper.php:902
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
148
  "соцсети"
149
 
150
+ #: ../super_socializer.php:1428 ../super_socializer.php:2193
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
155
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
156
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
157
 
158
+ #: ../super_socializer.php:1434
159
  msgid "Login with your Social ID"
160
  msgstr "Войти, используя социальный аккаунт"
161
 
162
+ #: ../super_socializer.php:1435
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr ""
165
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
166
 
167
+ #: ../super_socializer.php:1440
168
  msgid "Please enter a valid email address. You might be required to verify it"
169
  msgstr ""
170
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
171
  "потребуется проверить его"
172
 
173
+ #: ../super_socializer.php:1444 ../super_socializer.php:2117
174
  msgid "Link your social account to login to your account at this website"
175
  msgstr ""
176
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
177
  "этом сайте"
178
 
179
+ #: ../super_socializer.php:1692
180
  msgid "Thanks for installing Super Socializer plugin"
181
  msgstr ""
182
 
183
+ #: ../super_socializer.php:1694
184
  msgid "Configure the Plugin"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1705
188
  msgid ""
189
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
190
  "current version of Super Socialzer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1714
194
  msgid ""
195
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
196
  "version of Super Socialzer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1723
200
  msgid ""
201
  "Update \"Social Login Buttons\" add-on for compatibility with current "
202
  "version of Super Socialzer"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1732
206
  msgid ""
207
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
208
  "with current version of Super Socialzer"
209
  msgstr ""
210
 
211
+ #: ../super_socializer.php:1741
212
  msgid ""
213
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
214
  "with current version of Super Socialzer"
215
  msgstr ""
216
 
217
+ #: ../super_socializer.php:1748
218
  msgid ""
219
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
220
  "LiveJournal Login of Super Socialzer"
221
  msgstr ""
222
 
223
+ #: ../super_socializer.php:1759
224
  #, php-format
225
  msgid ""
226
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
227
  msgstr ""
228
 
229
+ #: ../super_socializer.php:1775
230
  #, php-format
231
  msgid ""
232
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
233
  msgstr ""
234
 
235
+ #: ../super_socializer.php:1799
236
  #, php-format
237
  msgid ""
238
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
240
  "target=\"_blank\">here</a>"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1799 ../super_socializer.php:1824
244
+ #: ../super_socializer.php:1849 ../super_socializer.php:1874
245
+ #: ../super_socializer.php:1907 ../super_socializer.php:1935
246
+ #: ../super_socializer.php:1962 ../super_socializer.php:2039
247
  msgid "Okay"
248
  msgstr "Окей"
249
 
250
+ #: ../super_socializer.php:1824
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
255
  "\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1849
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
+ #: ../super_socializer.php:1874
267
  #, php-format
268
  msgid ""
269
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
271
  "target=\"_blank\">here</a>"
272
  msgstr ""
273
 
274
+ #: ../super_socializer.php:1885
275
  #, php-format
276
  msgid ""
277
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:1907
281
  #, php-format
282
  msgid ""
283
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
285
  "\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:1935
289
  #, php-format
290
  msgid ""
291
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
294
  "your website %s with them. No need to copy-paste any code from their website."
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:1962
298
  #, php-format
299
  msgid ""
300
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
302
  "\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
+ #: ../super_socializer.php:1987
306
  #, php-format
307
  msgid ""
308
  "If you cannot get Linkedin login to work after updating the plugin, replace "
310
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
311
  msgstr ""
312
 
313
+ #: ../super_socializer.php:1987 ../super_socializer.php:2014
314
  msgid "Dismiss"
315
  msgstr ""
316
 
317
+ #: ../super_socializer.php:2013
318
+ msgid ""
319
+ "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
320
+ "\"Floating Interface\" section(s) to fix the issue with Facebook share "
321
+ "count. After that, clear share counts cache from \"Miscellaneous\" section."
322
+ msgstr ""
323
+
324
+ #: ../super_socializer.php:2039
325
  #, php-format
326
  msgid ""
327
  "Your website visitors will see a popup notification (only once) if their "
430
  msgstr "Большой аватар"
431
 
432
  #: ../helper.php:913 ../admin/general_options.php:132
433
+ #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
434
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
435
  msgid "Save Changes"
436
  msgstr "Сохранить изменения"
453
  msgstr ""
454
 
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
457
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
458
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
459
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
538
  msgstr ""
539
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
540
 
541
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
542
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
543
  #: ../admin/like_buttons.php:836
544
  #, fuzzy
545
  msgid "Instagram Shoutout"
546
  msgstr "Instagram"
547
 
548
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
549
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
550
  #: ../admin/like_buttons.php:838
551
  msgid ""
554
  "hashtags and people to mention in the Instagram post."
555
  msgstr ""
556
 
557
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
558
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
559
  #: ../admin/like_buttons.php:839
560
  msgid ""
565
  "time."
566
  msgstr ""
567
 
568
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
569
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
570
  #: ../admin/like_buttons.php:840
571
  msgid ""
698
  msgid "3rd Party Integration"
699
  msgstr "XProfile интеграция"
700
 
701
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
702
+ #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
703
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
704
  #: ../admin/like_buttons.php:797
705
  msgid "Shortcode & Widget"
709
  msgid "Troubleshooter"
710
  msgstr "Устранение неисправностей"
711
 
712
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
713
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
714
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
715
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
818
  "\">здесь</a>"
819
 
820
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
821
+ #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
822
  #: ../inc/widget.php:460 ../inc/widget.php:772
823
  msgid "Background Color"
824
  msgstr "Цвет фона"
862
  msgstr "(применяется, если счетчик включен)"
863
 
864
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
865
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
866
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
867
  #: ../inc/widget.php:446 ../inc/widget.php:758
868
  msgid "Left"
873
  msgstr "Сверху"
874
 
875
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
876
+ #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
877
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
878
  #: ../inc/widget.php:447 ../inc/widget.php:759
879
  msgid "Right"
919
  msgid "Master control to enable standard sharing"
920
  msgstr "Мастер настройки включения стандартных опций Поделиться"
921
 
922
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
923
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
924
  msgid "Target Url"
925
  msgstr "Целевой URL:"
926
 
927
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
928
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
929
  msgid "Url of the webpage where icons are located (default)"
930
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
931
 
932
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
933
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
934
  msgid "Url of the homepage of your website"
935
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
936
 
937
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
938
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
939
  msgid "Custom url"
940
  msgstr "Пользовательская ссылка"
941
 
942
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
943
  msgid "Url to share"
944
  msgstr "Ссылка чтобы Поделиться"
945
 
953
  msgid "The text to display above the sharing interface"
954
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
955
 
956
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
957
  msgid "Instagram username"
958
  msgstr "Введите имя пользователя Instagram."
959
 
960
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
961
  msgid ""
962
  "Username of the Instagram account you want to redirect users to, on clicking "
963
  "the icon"
965
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
966
  "перенаправить пользователей, по нажатию на иконку"
967
 
968
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
969
  #, fuzzy
970
  msgid "HTML ID of container element of comment form"
971
  msgstr "HTML-идентификатор форма комментария контейнер"
972
 
973
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
974
  msgid ""
975
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
976
  "icon."
977
  msgstr ""
978
 
979
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
980
  msgid "Rearrange icons"
981
  msgstr "Переставить иконы"
982
 
983
+ #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
984
  msgid "Drag the icons to rearrange in desired order"
985
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
986
 
987
+ #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
988
  msgid "Select Sharing Services"
989
  msgstr "Выберите сервисы Поделиться"
990
 
991
+ #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
992
  msgid "Select sharing services to show in social share bar"
993
  msgstr "Выберите сервисы для показа в панели шейринга"
994
 
995
+ #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
996
  msgid "Search social network"
997
  msgstr ""
998
 
999
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
1000
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1001
  msgid "Horizontal alignment"
1002
  msgstr "Горизонтальное выравнивание"
1003
 
1004
+ #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
1005
  msgid "Center"
1006
  msgstr "Центр"
1007
 
1008
+ #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
1009
  msgid "Horizontal alignment of the sharing interface"
1010
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
1011
 
1012
+ #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1013
  msgid "Position with respect to content"
1014
  msgstr "Позиция относительно контента"
1015
 
1016
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1017
  msgid "Top of the content"
1018
  msgstr "Над содержимым"
1019
 
1020
+ #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1021
  msgid "Bottom of the content"
1022
  msgstr "Под содержимым"
1023
 
1024
+ #: ../admin/social_sharing.php:962
1025
  msgid "Specify position of the sharing interface with respect to the content"
1026
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
1027
 
1028
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1029
  msgid "Placement"
1030
  msgstr "Размещение"
1031
 
1032
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1033
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1034
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1035
  msgid "Homepage"
1036
  msgstr "Главная"
1037
 
1038
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1039
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1040
  msgid "Posts"
1041
  msgstr "Записи"
1042
 
1043
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1044
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1045
  msgid "Pages"
1046
  msgstr "Страницы"
1047
 
1048
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1049
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1050
  msgid "Excerpts and Posts page"
1051
  msgstr "Страницы анонсов и страниц"
1052
 
1053
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1054
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1055
  msgid "Category Archives"
1056
  msgstr "Архивы категорий"
1057
 
1058
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1059
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1060
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1061
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
1062
 
1063
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1064
  msgid "BuddyPress activity"
1065
  msgstr "BuddyPress активность"
1066
 
1067
+ #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1068
  msgid "BuddyPress group (only at top of content)"
1069
  msgstr "BuddyPress группы (только в верхней части контента)"
1070
 
1071
+ #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1072
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1073
  msgid "BBPress forum"
1074
  msgstr "BBPress форум"
1075
 
1076
+ #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1077
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1078
  msgid "BBPress topic"
1079
  msgstr "BBPress тема"
1080
 
1081
+ #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1082
  msgid "BBPress reply"
1083
  msgstr "BBPress ответ"
1084
 
1085
+ #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1086
  msgid "After individual product at WooCommerce Shop page"
1087
  msgstr "После индивидуального продукта на странице магазина"
1088
 
1089
+ #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1090
  msgid "WooCommerce Product Page"
1091
  msgstr "Продукт Woocommerce"
1092
 
1093
+ #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1094
  msgid "WooCommerce Thankyou Page"
1095
  msgstr "WooCommerce страница благодарности"
1096
 
1097
+ #: ../admin/social_sharing.php:1038
1098
  msgid "Specify the pages where you want to enable Sharing interface"
1099
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
1100
 
1101
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1102
  msgid "Show share counts"
1103
  msgstr "Показать счетчик кнопок Поделиться"
1104
 
1105
+ #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1106
  #, fuzzy
1107
  msgid ""
1108
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1111
  "Поддерживаются Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, "
1112
  "Pinterest, Stumbleupon, Odnoklassniki и Vkontakte"
1113
 
1114
+ #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1115
  #, php-format
1116
  msgid ""
1117
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1120
  "their website."
1121
  msgstr ""
1122
 
1123
+ #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1124
  msgid "If enabled, share counts are displayed above sharing icons."
1125
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
1126
 
1127
+ #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1128
  msgid "Show total shares"
1129
  msgstr "Включить общее количество Поделиться"
1130
 
1131
+ #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1132
  msgid "If enabled, total shares will be displayed with sharing icons"
1133
  msgstr ""
1134
  "Если включено, то общее количество Поделиться будет отображаться с кнопками "
1135
  "Поделиться"
1136
 
1137
+ #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1138
+ #: ../admin/social_login.php:161
1139
+ msgid "Facebook App ID"
1140
+ msgstr "Facebook App ID"
1141
+
1142
+ #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1143
+ #, fuzzy, php-format
1144
+ msgid ""
1145
+ "Required for Facebook share count to work. Please follow the documentation "
1146
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1147
+ msgstr ""
1148
+ "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1149
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1150
+
1151
+ #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1152
+ #: ../admin/social_login.php:183
1153
+ #, fuzzy
1154
+ msgid "Facebook App Secret"
1155
+ msgstr "Facebook App ID"
1156
+
1157
+ #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1158
+ #, fuzzy, php-format
1159
+ msgid ""
1160
+ "Required for Facebook share count to work. Please follow the documentation "
1161
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1162
+ msgstr ""
1163
+ "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1164
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1165
+
1166
+ #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1167
  msgid "Enable 'More' icon"
1168
  msgstr "Включить значок «Больше»"
1169
 
1170
+ #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1171
  msgid ""
1172
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1173
  "which shows additional sharing networks in popup"
1175
  "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая "
1176
  "показывает дополнительные сервисы в всплывающем окне"
1177
 
1178
+ #: ../admin/social_sharing.php:1167
1179
  msgid "Floating Sharing Interface Options"
1180
  msgstr "Параметры плавающих кнопок Поделиться"
1181
 
1182
+ #: ../admin/social_sharing.php:1173
1183
  msgid "Enable Floating sharing interface"
1184
  msgstr "Включить интерфейс плавающих кнопок Поделиться"
1185
 
1186
+ #: ../admin/social_sharing.php:1183
1187
  msgid "Master control to enable floating sharing widget"
1188
  msgstr "Мастер управления включения плавающего виджета Поделиться"
1189
 
1190
+ #: ../admin/social_sharing.php:1377
1191
  msgid ""
1192
  "Specify the color or hex code (example #cc78e0) for the background of "
1193
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1199
  "Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker."
1200
  "com/\" target=\"_blank\">здесь</a>"
1201
 
1202
+ #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1203
  msgid "Left offset"
1204
  msgstr "Смещение влево"
1205
 
1206
+ #: ../admin/social_sharing.php:1417
1207
  msgid ""
1208
  "Specify a number. Increase in number will shift sharing interface towards "
1209
  "right and decrease will shift it towards left. Number can be negative too."
1212
  "отношению к правой стороне и уменьшать по отношению к правой сторону. Число "
1213
  "может быть отрицательным."
1214
 
1215
+ #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1216
  msgid "Right offset"
1217
  msgstr "Смещение вправо"
1218
 
1219
+ #: ../admin/social_sharing.php:1437
1220
  msgid ""
1221
  "Specify a number. Increase in number will shift sharing interface towards "
1222
  "left and decrease will shift it towards right. Number can be negative too."
1225
  "отношению к левой стороне и уменьшать по отношению к правой сторону. Число "
1226
  "может быть отрицательным."
1227
 
1228
+ #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1229
  msgid "Top offset"
1230
  msgstr "Верхний отступ"
1231
 
1232
+ #: ../admin/social_sharing.php:1456
1233
  msgid ""
1234
  "Specify a number. Increase in number will shift sharing interface towards "
1235
  "bottom and decrease will shift it towards top."
1237
  "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по "
1238
  "отношению к низу и уменьшать по отношению к верху. "
1239
 
1240
+ #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1241
  msgid "BuddyPress group"
1242
  msgstr "BuddyPress группа"
1243
 
1244
+ #: ../admin/social_sharing.php:1513
1245
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1246
  msgstr ""
1247
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
1248
 
1249
+ #: ../admin/social_sharing.php:1618
1250
  #, fuzzy
1251
  msgid "Hide floating slider"
1252
  msgstr "Скрыть для зарегистрированных пользователей"
1253
 
1254
+ #: ../admin/social_sharing.php:1628
1255
  #, fuzzy
1256
  msgid "Hides the slider arrow present below the floating share bar"
1257
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1258
 
1259
+ #: ../admin/social_sharing.php:1636
1260
  msgid "Vertical floating bar responsiveness"
1261
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1262
 
1263
+ #: ../admin/social_sharing.php:1639
1264
  #, php-format
1265
  msgid "Display vertical interface only when screen is wider than %s pixels"
1266
  msgstr ""
1267
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
1268
  "пикселей."
1269
 
1270
+ #: ../admin/social_sharing.php:1646
1271
  msgid ""
1272
  "Display vertical interface only when screen is wider than the width "
1273
  "specified."
1275
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
1276
  "ширина по умолчанию."
1277
 
1278
+ #: ../admin/social_sharing.php:1654
1279
  msgid "Horizontal floating bar responsiveness"
1280
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1281
 
1282
+ #: ../admin/social_sharing.php:1657
1283
  #, php-format
1284
  msgid ""
1285
  "Stick vertical floating interface horizontally at bottom only when screen is "
1288
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1289
  "уже чем %s пикселей"
1290
 
1291
+ #: ../admin/social_sharing.php:1664
1292
  msgid ""
1293
  "Stick vertical floating interface horizontally at bottom only when screen is "
1294
  "narrower than the width specified"
1296
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1297
  "уже чем указанная ширина"
1298
 
1299
+ #: ../admin/social_sharing.php:1674
1300
  msgid "Horizontal floating bar position"
1301
  msgstr "Расположение горизонтальной плавающей панели"
1302
 
1303
+ #: ../admin/social_sharing.php:1677
1304
  #, php-format
1305
  msgid "%s pixels from %s"
1306
  msgstr "%s пикселей от %s"
1307
 
1308
+ #: ../admin/social_sharing.php:1678
1309
  msgid "Auto-adjust according to screen width (responsive)"
1310
  msgstr ""
1311
 
1312
+ #: ../admin/social_sharing.php:1685
1313
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1314
  msgstr ""
1315
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
1316
  "отрицательным."
1317
 
1318
+ #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
1319
  msgid "Url shortener"
1320
  msgstr "Укорачивание URL"
1321
 
1322
+ #: ../admin/social_sharing.php:1711
1323
  msgid "Use shortlinks already installed"
1324
  msgstr "Использование коротких ссылок уже установлено"
1325
 
1326
+ #: ../admin/social_sharing.php:1721
1327
  msgid "Uses default short url permalinks without using any additional plugin"
1328
  msgstr ""
1329
  "Использует по умолчанию постоянные короткие url без использования каких-"
1330
  "либо дополнительных плагинов"
1331
 
1332
+ #: ../admin/social_sharing.php:1729
1333
  msgid "Enable bit.ly url shortener for sharing"
1334
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1335
 
1336
+ #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1337
  msgid "Master control to enable bit.ly url shortening for sharing"
1338
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1339
 
1340
+ #: ../admin/social_sharing.php:1747
1341
  msgid "bit.ly Login"
1342
  msgstr "bit.ly логин"
1343
 
1344
+ #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1345
  #, fuzzy, php-format
1346
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1347
  msgstr ""
1349
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1350
  "Twitter."
1351
 
1352
+ #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1353
  msgid "bit.ly API Key"
1354
  msgstr "bit.ly ключ приложения"
1355
 
1356
+ #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1357
  msgid "Clear Bitly Cache"
1358
  msgstr "Очистить Bitly кэш"
1359
 
1360
+ #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1361
  msgid "ShortUrl cache cleared successfully."
1362
  msgstr "ShortUrl кэш успешно очищен."
1363
 
1364
+ #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1365
  msgid ""
1366
  "Use this to delete short urls saved in database. Handy, if urls of your "
1367
  "website have been changed but short urls are still being generated for old "
1371
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1372
  "адреса по-прежнему создаются для старых URL-адресов."
1373
 
1374
+ #: ../admin/social_sharing.php:1805
1375
  msgid "Share Count Cache"
1376
  msgstr "Кэш счетчиков поделиться"
1377
 
1378
+ #: ../admin/social_sharing.php:1811
1379
  msgid "Refresh Share Count cache every"
1380
  msgstr "Обновить кэш счетчиков Поделиться"
1381
 
1382
+ #: ../admin/social_sharing.php:1816
1383
  msgid "Second(s)"
1384
  msgstr "Секунд"
1385
 
1386
+ #: ../admin/social_sharing.php:1817
1387
  msgid "Minute(s)"
1388
  msgstr "Минут"
1389
 
1390
+ #: ../admin/social_sharing.php:1818
1391
  msgid "Hour(s)"
1392
  msgstr "Часов"
1393
 
1394
+ #: ../admin/social_sharing.php:1819
1395
  msgid "Day(s)"
1396
  msgstr "Дней"
1397
 
1398
+ #: ../admin/social_sharing.php:1827
1399
  #, fuzzy, php-format
1400
  msgid ""
1401
  "Frequent cache refreshing results in slower loading of pages with share "
1405
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1406
  "включенными счетчиками Поделиться"
1407
 
1408
+ #: ../admin/social_sharing.php:1835
1409
  msgid "Clear Share Counts Cache"
1410
  msgstr "Очистить кэш счетчиков Поделиться"
1411
 
1412
+ #: ../admin/social_sharing.php:1839
1413
  msgid "Share Counts cache cleared successfully."
1414
  msgstr "Share Counts кэш успешно очищен."
1415
 
1416
+ #: ../admin/social_sharing.php:1846
1417
  msgid "Use this to clear cached share counts"
1418
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1419
 
1420
+ #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1421
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1422
  #: ../admin/like_buttons.php:698
1423
  msgid "Language"
1424
  msgstr "Язык"
1425
 
1426
+ #: ../admin/social_sharing.php:1871
1427
  #, php-format
1428
  msgid ""
1429
  "Enter the code of the language you want to use for like buttons. You can "
1434
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1435
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1436
 
1437
+ #: ../admin/social_sharing.php:1880
1438
  msgid "Username in sharing"
1439
  msgstr "Имя пользователя чтобы поделиться"
1440
 
1441
+ #: ../admin/social_sharing.php:1886
1442
  msgid "Twitter username (without @)"
1443
  msgstr "Twitter имя пользователя (без @)"
1444
 
1445
+ #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1446
  msgid ""
1447
  "Provided username will be appended after the content being shared as \"via "
1448
  "@USERNAME\". Leave empty if you do not want any username in the content "
1451
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1452
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1453
 
1454
+ #: ../admin/social_sharing.php:1905
1455
  msgid "Buffer username (without @)"
1456
  msgstr "Имя пользователя в Twitter (без @)"
1457
 
1458
+ #: ../admin/social_sharing.php:1924
1459
  msgid "AMP"
1460
  msgstr "AMP"
1461
 
1462
+ #: ../admin/social_sharing.php:1930
1463
  msgid "Enable sharing on AMP pages"
1464
  msgstr "Разрешить общий доступ на страницах AMP"
1465
 
1466
+ #: ../admin/social_sharing.php:1940
1467
  msgid "Enable this option to render sharing icons on AMP pages"
1468
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1469
 
1470
+ #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1471
  msgid "myCRED"
1472
  msgstr ""
1473
 
1474
+ #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1475
  msgid "Append myCRED referral ID to the urls being shared"
1476
  msgstr ""
1477
 
1478
+ #: ../admin/social_sharing.php:1998
1479
  msgid "Facebook Sharing Troubleshooter"
1480
  msgstr "Устранение неисправностей Поделиться от Facebook"
1481
 
1482
+ #: ../admin/social_sharing.php:2003
1483
  msgid ""
1484
  "If Facebook sharing is not working fine, click at the following link and "
1485
  "enter the problematic url (where Facebook sharing is not working properly) "
1491
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1492
  "\"Получение информации о новой поломке\" ."
1493
 
1494
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1495
  #: ../admin/social_login.php:1241
1496
  msgid ""
1497
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1498
  "an online website for the plugin to function properly."
1499
  msgstr ""
1500
 
1501
+ #: ../admin/social_sharing.php:2021
1502
  msgid ""
1503
  "Why is sharer not showing the correct image, title and other meta tags "
1504
  "content?"
1506
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1507
  "мета данные контента? "
1508
 
1509
+ #: ../admin/social_sharing.php:2023
1510
  msgid "Why is Instagram icon redirecting to Instagram website?"
1511
  msgstr ""
1512
 
1513
+ #: ../admin/social_sharing.php:2024
1514
  msgid ""
1515
  "Instagram icon is there to send website visitors to the Instagram page of "
1516
  "your choice. You can save the desired Instagram handle in \"Instagram "
1518
  "sections."
1519
  msgstr ""
1520
 
1521
+ #: ../admin/social_sharing.php:2027
1522
  #, fuzzy
1523
  msgid "How to customize the url being shared?"
1524
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1525
 
1526
+ #: ../admin/social_sharing.php:2028
1527
  msgid ""
1528
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1529
  msgstr ""
1530
 
1531
+ #: ../admin/social_sharing.php:2029
1532
  msgid ""
1533
  "It takes some time for their service to track the shares made on Twitter "
1534
  "from your website. If you still feel it's taking too long you can contact "
1535
  "their support directly from their website."
1536
  msgstr ""
1537
 
1538
+ #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1539
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1540
  msgstr ""
1541
 
1542
+ #: ../admin/social_sharing.php:2032
1543
  msgid ""
1544
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1545
  msgstr ""
1546
 
1547
+ #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1548
  #: ../admin/social_login.php:1248
1549
  msgid "Why is my browser blocking some features of the plugin?"
1550
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1551
 
1552
+ #: ../admin/social_sharing.php:2034
1553
  #, fuzzy
1554
  msgid "Why the color of share icons is not being updated?"
1555
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1556
 
1557
+ #: ../admin/social_sharing.php:2035
1558
  msgid "Why Facebook share counts are not appearing?"
1559
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1560
 
1561
+ #: ../admin/social_sharing.php:2036
1562
  msgid ""
1563
  "How can I show share counts of my website rather than of individual pages/"
1564
  "posts?"
1566
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1567
  "постах?"
1568
 
1569
+ #: ../admin/social_sharing.php:2037
1570
  msgid "How can I disable sharing on particular page/post?"
1571
  msgstr ""
1572
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1573
 
1574
+ #: ../admin/social_sharing.php:2038
1575
  msgid "How can I specify minimum sharing count for sharing networks?"
1576
  msgstr "Как мне указать минимальное количество для Поделиться"
1577
 
1578
+ #: ../admin/social_sharing.php:2039
1579
  msgid "How to share specific page?"
1580
  msgstr "Как поделиться определенной страницей?"
1581
 
1582
+ #: ../admin/social_sharing.php:2040
1583
  msgid "How to integrate Google Analytics with sharing?"
1584
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1585
 
1586
+ #: ../admin/social_sharing.php:2041
1587
  msgid "How to customize the look of total share counts?"
1588
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1589
 
1590
+ #: ../admin/social_sharing.php:2042
1591
  msgid "How to customize the look of individual share counts?"
1592
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1593
 
1594
+ #: ../admin/social_sharing.php:2043
1595
  msgid "How to show Whatsapp icon only on mobile devices?"
1596
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1597
 
1598
+ #: ../admin/social_sharing.php:2044
1599
  msgid "How to hide arrow after floating sharing bar?"
1600
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1601
 
1602
+ #: ../admin/social_sharing.php:2045
1603
  #, fuzzy
1604
  msgid "Why is share count not getting updated?"
1605
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1606
 
1607
+ #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1608
  msgid "Why is there so much space between like buttons?"
1609
  msgstr "Почему существует так много места между кнопками?"
1610
 
1611
+ #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1612
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1613
  msgstr ""
1614
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
1949
  msgid "Select Social ID provider to enable in Social Login"
1950
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1951
 
 
 
 
 
1952
  #: ../admin/social_login.php:171
1953
  #, php-format
1954
  msgid ""
1966
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1967
  "упоминания ссылки."
1968
 
 
 
 
 
 
1969
  #: ../admin/social_login.php:193
1970
  #, fuzzy, php-format
1971
  msgid ""
2878
  "странице \"Super Socializer > Вход через социальные сети\" в панели админ-"
2879
  "панели"
2880
 
2881
+ #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2882
  msgid "Search for"
2883
  msgstr "Искать"
2884
 
2885
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2886
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2887
+ #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2888
  msgid "Archives"
2889
  msgstr "Архивы "
2890
 
2891
+ #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2892
  msgid "Invalid request"
2893
  msgstr "Неверный Запрос!"
2894
 
2895
+ #: ../inc/social_sharing.php:927
2896
  msgid "Providers not selected"
2897
  msgstr "Сервисы не выбраны"
2898
 
languages/super-socializer-uk.mo CHANGED
Binary file
languages/super-socializer-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-07 08:56+0530\n"
6
- "PO-Revision-Date: 2019-04-07 08:56+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -98,45 +98,45 @@ msgstr "Будь ласка, перевірте вашу поштову скри
98
  msgid "Enter your LiveJournal username"
99
  msgstr "Введіть ваше ім'я користувача LiveJournal"
100
 
101
- #: ../super_socializer.php:1015
102
  msgid "Leave a reply"
103
  msgstr "Залишити коментар"
104
 
105
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
106
  msgid "Shares"
107
  msgstr "Поширили:"
108
 
109
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
110
  msgid "Share"
111
  msgstr "Поділитися"
112
 
113
- #: ../super_socializer.php:1027
114
  #, fuzzy
115
  msgid "Link copied."
116
  msgstr "LinkedIn"
117
 
118
- #: ../super_socializer.php:1273
119
  msgid "Super Socializer - General Options"
120
  msgstr "Super Socializer - Загальні Параметри"
121
 
122
- #: ../super_socializer.php:1273 ../admin/general_options.php:15
123
  #: ../admin/social_commenting.php:47
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
- #: ../super_socializer.php:1341 ../helper.php:898
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
131
- #: ../super_socializer.php:1344
132
  msgid "Small Avatar Url"
133
  msgstr "Посилання для маленького аватара"
134
 
135
- #: ../super_socializer.php:1348
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
- #: ../super_socializer.php:1352 ../helper.php:901
140
  msgid ""
141
  "Do not fetch and update social avatar from my profile, next time I Social "
142
  "Login"
@@ -144,13 +144,13 @@ msgstr ""
144
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
145
  "раз коли я використовую вхід через соцмережі"
146
 
147
- #: ../super_socializer.php:1356 ../helper.php:902
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
151
  "соцмережі"
152
 
153
- #: ../super_socializer.php:1429 ../super_socializer.php:2144
154
  msgid ""
155
  "Your browser is blocking some features of this website. Please follow the "
156
  "instructions at {support_url} to unblock these."
@@ -158,83 +158,83 @@ msgstr ""
158
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
159
  "інструкцій в {support_url}, щоб розблокувати функції."
160
 
161
- #: ../super_socializer.php:1435
162
  msgid "Login with your Social ID"
163
  msgstr "Увійти через соціальний аккаунт"
164
 
165
- #: ../super_socializer.php:1436
166
  msgid "Email you entered is already registered or invalid"
167
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
168
 
169
- #: ../super_socializer.php:1441
170
  msgid "Please enter a valid email address. You might be required to verify it"
171
  msgstr ""
172
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
173
  "потрібно перевірити його"
174
 
175
- #: ../super_socializer.php:1445 ../super_socializer.php:2068
176
  msgid "Link your social account to login to your account at this website"
177
  msgstr ""
178
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
179
  "запис на цьому сайті"
180
 
181
- #: ../super_socializer.php:1680
182
  msgid "Thanks for installing Super Socializer plugin"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1682
186
  msgid "Configure the Plugin"
187
  msgstr ""
188
 
189
- #: ../super_socializer.php:1693
190
  msgid ""
191
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
192
  "current version of Super Socialzer"
193
  msgstr ""
194
 
195
- #: ../super_socializer.php:1702
196
  msgid ""
197
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
198
  "version of Super Socialzer"
199
  msgstr ""
200
 
201
- #: ../super_socializer.php:1711
202
  msgid ""
203
  "Update \"Social Login Buttons\" add-on for compatibility with current "
204
  "version of Super Socialzer"
205
  msgstr ""
206
 
207
- #: ../super_socializer.php:1720
208
  msgid ""
209
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
210
  "with current version of Super Socialzer"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1729
214
  msgid ""
215
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
216
  "with current version of Super Socialzer"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1736
220
  msgid ""
221
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
222
  "LiveJournal Login of Super Socialzer"
223
  msgstr ""
224
 
225
- #: ../super_socializer.php:1747
226
  #, php-format
227
  msgid ""
228
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
229
  msgstr ""
230
 
231
- #: ../super_socializer.php:1763
232
  #, php-format
233
  msgid ""
234
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
235
  msgstr ""
236
 
237
- #: ../super_socializer.php:1787
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -242,14 +242,14 @@ msgid ""
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
- #: ../super_socializer.php:1787 ../super_socializer.php:1812
246
- #: ../super_socializer.php:1837 ../super_socializer.php:1862
247
- #: ../super_socializer.php:1895 ../super_socializer.php:1923
248
- #: ../super_socializer.php:1950 ../super_socializer.php:1999
249
  msgid "Okay"
250
  msgstr "Гаразд."
251
 
252
- #: ../super_socializer.php:1812
253
  #, php-format
254
  msgid ""
255
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -257,7 +257,7 @@ msgid ""
257
  "\">here</a>"
258
  msgstr ""
259
 
260
- #: ../super_socializer.php:1837
261
  #, php-format
262
  msgid ""
263
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -265,7 +265,7 @@ msgid ""
265
  "target=\"_blank\">here</a>"
266
  msgstr ""
267
 
268
- #: ../super_socializer.php:1862
269
  #, php-format
270
  msgid ""
271
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -273,13 +273,13 @@ msgid ""
273
  "target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
- #: ../super_socializer.php:1873
277
  #, php-format
278
  msgid ""
279
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
280
  msgstr ""
281
 
282
- #: ../super_socializer.php:1895
283
  #, php-format
284
  msgid ""
285
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -287,7 +287,7 @@ msgid ""
287
  "\"%s\" target=\"_blank\">here</a>"
288
  msgstr ""
289
 
290
- #: ../super_socializer.php:1923
291
  #, php-format
292
  msgid ""
293
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -296,7 +296,7 @@ msgid ""
296
  "your website %s with them. No need to copy-paste any code from their website."
297
  msgstr ""
298
 
299
- #: ../super_socializer.php:1950
300
  #, php-format
301
  msgid ""
302
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -304,7 +304,7 @@ msgid ""
304
  "\"%s\" target=\"_blank\">here</a>"
305
  msgstr ""
306
 
307
- #: ../super_socializer.php:1975
308
  #, php-format
309
  msgid ""
310
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -312,11 +312,18 @@ msgid ""
312
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
313
  msgstr ""
314
 
315
- #: ../super_socializer.php:1975
316
  msgid "Dismiss"
317
  msgstr ""
318
 
319
- #: ../super_socializer.php:1999
 
 
 
 
 
 
 
320
  #, php-format
321
  msgid ""
322
  "Your website visitors will see a popup notification (only once) if their "
@@ -425,7 +432,7 @@ msgid "Large Avatar"
425
  msgstr "Великий аватар"
426
 
427
  #: ../helper.php:913 ../admin/general_options.php:132
428
- #: ../admin/social_sharing.php:1965 ../admin/social_commenting.php:413
429
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
430
  msgid "Save Changes"
431
  msgstr "Зберегти налаштування"
@@ -448,7 +455,7 @@ msgid "Something bad happened"
448
  msgstr ""
449
 
450
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
451
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1969
452
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
453
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
454
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -532,14 +539,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
532
  msgstr ""
533
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
534
 
535
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1975
536
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
537
  #: ../admin/like_buttons.php:836
538
  #, fuzzy
539
  msgid "Instagram Shoutout"
540
  msgstr "Instagram"
541
 
542
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1977
543
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
544
  #: ../admin/like_buttons.php:838
545
  msgid ""
@@ -548,7 +555,7 @@ msgid ""
548
  "hashtags and people to mention in the Instagram post."
549
  msgstr ""
550
 
551
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1978
552
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
553
  #: ../admin/like_buttons.php:839
554
  msgid ""
@@ -559,7 +566,7 @@ msgid ""
559
  "time."
560
  msgstr ""
561
 
562
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1979
563
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
564
  #: ../admin/like_buttons.php:840
565
  msgid ""
@@ -692,8 +699,8 @@ msgstr "Різне"
692
  msgid "3rd Party Integration"
693
  msgstr "XProfile інтеграція"
694
 
695
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
696
- #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
697
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
698
  #: ../admin/like_buttons.php:797
699
  msgid "Shortcode & Widget"
@@ -703,7 +710,7 @@ msgstr "Шорткод і віджет"
703
  msgid "Troubleshooter"
704
  msgstr "Усунення несправностей"
705
 
706
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
707
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
708
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
709
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -812,7 +819,7 @@ msgstr ""
812
  "\"> тут </a>"
813
 
814
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
815
- #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
816
  #: ../inc/widget.php:460 ../inc/widget.php:772
817
  msgid "Background Color"
818
  msgstr "Колір фону"
@@ -856,7 +863,7 @@ msgid "(applies, if counter enabled)"
856
  msgstr "(застосовується, якщо лічильник включений)"
857
 
858
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
859
- #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
860
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
861
  #: ../inc/widget.php:446 ../inc/widget.php:758
862
  msgid "Left"
@@ -867,7 +874,7 @@ msgid "Top"
867
  msgstr "Зверху"
868
 
869
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
870
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
871
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
872
  #: ../inc/widget.php:447 ../inc/widget.php:759
873
  msgid "Right"
@@ -913,27 +920,27 @@ msgstr "Включити стандартний інтерфейс Поділи
913
  msgid "Master control to enable standard sharing"
914
  msgstr "Майстер налаштування включення стандартних опцій Поділитися"
915
 
916
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
917
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
918
  msgid "Target Url"
919
  msgstr "Цільова URL-адреса"
920
 
921
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
922
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
923
  msgid "Url of the webpage where icons are located (default)"
924
  msgstr "URL-адресу веб-сторінки, де розташовані значки (за замовчуванням)"
925
 
926
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
927
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
928
  msgid "Url of the homepage of your website"
929
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
930
 
931
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
932
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
933
  msgid "Custom url"
934
  msgstr "Користувальницьке посилання"
935
 
936
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
937
  msgid "Url to share"
938
  msgstr "Посилання щоб Поділитися"
939
 
@@ -947,11 +954,11 @@ msgstr "Заголовок"
947
  msgid "The text to display above the sharing interface"
948
  msgstr "Текст, що відображається над інтерфейсом Поділитися"
949
 
950
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
951
  msgid "Instagram username"
952
  msgstr "Введіть ім'я користувача Instagram."
953
 
954
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
955
  msgid ""
956
  "Username of the Instagram account you want to redirect users to, on clicking "
957
  "the icon"
@@ -959,144 +966,144 @@ msgstr ""
959
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
960
  "користувачів, якщо натиснути на іконку"
961
 
962
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
963
  #, fuzzy
964
  msgid "HTML ID of container element of comment form"
965
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
966
 
967
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
968
  msgid ""
969
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
970
  "icon."
971
  msgstr ""
972
 
973
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
974
  msgid "Rearrange icons"
975
  msgstr "Змінити порядок іконок"
976
 
977
- #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
978
  msgid "Drag the icons to rearrange in desired order"
979
  msgstr "Якщо хочете змінити порядок, просто перетягніть зображення"
980
 
981
- #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
982
  msgid "Select Sharing Services"
983
  msgstr "Виберіть сервіси Поділитися"
984
 
985
- #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
986
  msgid "Select sharing services to show in social share bar"
987
  msgstr "Виберіть сервіси для показу в панелі Поділитися"
988
 
989
- #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
990
  msgid "Search social network"
991
  msgstr ""
992
 
993
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
994
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
995
  msgid "Horizontal alignment"
996
  msgstr "Горизонтальне вирівнювання"
997
 
998
- #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
999
  msgid "Center"
1000
  msgstr "Центр"
1001
 
1002
- #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
1003
  msgid "Horizontal alignment of the sharing interface"
1004
  msgstr "Горизонтальне вирівнювання інтерфейсу Поділитися"
1005
 
1006
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
1007
  msgid "Position with respect to content"
1008
  msgstr "Позиція щодо контенту"
1009
 
1010
- #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
1011
  msgid "Top of the content"
1012
  msgstr "Над вмістом"
1013
 
1014
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
1015
  msgid "Bottom of the content"
1016
  msgstr "Під вмістом"
1017
 
1018
- #: ../admin/social_sharing.php:960
1019
  msgid "Specify position of the sharing interface with respect to the content"
1020
  msgstr "Вкажіть положення інтерфейсу Поділитися щодо вмісту."
1021
 
1022
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1023
  msgid "Placement"
1024
  msgstr "Розміщення"
1025
 
1026
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1027
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1028
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1029
  msgid "Homepage"
1030
  msgstr "Головна"
1031
 
1032
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1033
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1034
  msgid "Posts"
1035
  msgstr "Записи"
1036
 
1037
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1038
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1039
  msgid "Pages"
1040
  msgstr "Сторінки"
1041
 
1042
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1043
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1044
  msgid "Excerpts and Posts page"
1045
  msgstr "Сторінки анонсів і постів"
1046
 
1047
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1048
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1049
  msgid "Category Archives"
1050
  msgstr "Архіви категорій"
1051
 
1052
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1053
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1054
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1055
  msgstr "Архів сторінки (Категорія, тегів, автор або сторінки на основі дат)"
1056
 
1057
- #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1058
  msgid "BuddyPress activity"
1059
  msgstr "BuddyPress активність"
1060
 
1061
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1062
  msgid "BuddyPress group (only at top of content)"
1063
  msgstr "BuddyPress групи (тільки у верхній частині контенту)"
1064
 
1065
- #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1066
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1067
  msgid "BBPress forum"
1068
  msgstr "BBPress форум"
1069
 
1070
- #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1071
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1072
  msgid "BBPress topic"
1073
  msgstr "BBPress тема"
1074
 
1075
- #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1076
  msgid "BBPress reply"
1077
  msgstr "BBPress відповідь"
1078
 
1079
- #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1080
  msgid "After individual product at WooCommerce Shop page"
1081
  msgstr "Після індивідуального продукту на сторінці магазину"
1082
 
1083
- #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1084
  msgid "WooCommerce Product Page"
1085
  msgstr "Продукт Woocommerce"
1086
 
1087
- #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1088
  msgid "WooCommerce Thankyou Page"
1089
  msgstr "WooCommerce сторінка подяки"
1090
 
1091
- #: ../admin/social_sharing.php:1036
1092
  msgid "Specify the pages where you want to enable Sharing interface"
1093
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс Поділитися"
1094
 
1095
- #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1096
  msgid "Show share counts"
1097
  msgstr "Показати лічильники кнопки Поділитися"
1098
 
1099
- #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1100
  #, fuzzy
1101
  msgid ""
1102
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1105,7 +1112,7 @@ msgstr ""
1105
  "Підтримуються Facebook, Linkedin, Google Plus, Delicious, Buffer, Reddit, "
1106
  "Pinterest, Stumbleupon, Odnoklassniki і Vkontakte"
1107
 
1108
- #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1109
  #, php-format
1110
  msgid ""
1111
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1114,25 +1121,54 @@ msgid ""
1114
  "their website."
1115
  msgstr ""
1116
 
1117
- #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1118
  msgid "If enabled, share counts are displayed above sharing icons."
1119
  msgstr "Якщо включено, лічильники відображаються вище кнопок Поділитися"
1120
 
1121
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1122
  msgid "Show total shares"
1123
  msgstr "Включити загальну кількість Поділитися"
1124
 
1125
- #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1126
  msgid "If enabled, total shares will be displayed with sharing icons"
1127
  msgstr ""
1128
  "Якщо включено, то загальна кількість Поділитися буде відображатися з "
1129
  "кнопками Поділитися"
1130
 
1131
- #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1132
  msgid "Enable 'More' icon"
1133
  msgstr "Включити значок «Більше»"
1134
 
1135
- #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1136
  msgid ""
1137
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1138
  "which shows additional sharing networks in popup"
@@ -1140,19 +1176,19 @@ msgstr ""
1140
  "Якщо включено, «Більше» буде відображатися після кнопок Поділитися, яка "
1141
  "показує додаткові сервіси в спливаючому вікні"
1142
 
1143
- #: ../admin/social_sharing.php:1112
1144
  msgid "Floating Sharing Interface Options"
1145
  msgstr "Параметри плаваючих кнопок Поділитися"
1146
 
1147
- #: ../admin/social_sharing.php:1118
1148
  msgid "Enable Floating sharing interface"
1149
  msgstr "Включити інтерфейс плаваючих кнопок Поділитися"
1150
 
1151
- #: ../admin/social_sharing.php:1128
1152
  msgid "Master control to enable floating sharing widget"
1153
  msgstr "Майстер управління включення плаваючого віджета Поділитися"
1154
 
1155
- #: ../admin/social_sharing.php:1322
1156
  msgid ""
1157
  "Specify the color or hex code (example #cc78e0) for the background of "
1158
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1164,11 +1200,11 @@ msgstr ""
1164
  "можете отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" "
1165
  "target=\"_blank\"> тут </a>"
1166
 
1167
- #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1168
  msgid "Left offset"
1169
  msgstr "Зміщення вліво"
1170
 
1171
- #: ../admin/social_sharing.php:1362
1172
  msgid ""
1173
  "Specify a number. Increase in number will shift sharing interface towards "
1174
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1177,11 +1213,11 @@ msgstr ""
1177
  "правої сторони і зменшувати по відношенню до лівої сторони. Число може бути "
1178
  "негативним."
1179
 
1180
- #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1181
  msgid "Right offset"
1182
  msgstr "Зміщення вправо"
1183
 
1184
- #: ../admin/social_sharing.php:1382
1185
  msgid ""
1186
  "Specify a number. Increase in number will shift sharing interface towards "
1187
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1190,11 +1226,11 @@ msgstr ""
1190
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
1191
  "негативним."
1192
 
1193
- #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1194
  msgid "Top offset"
1195
  msgstr "Верхній відступ"
1196
 
1197
- #: ../admin/social_sharing.php:1401
1198
  msgid ""
1199
  "Specify a number. Increase in number will shift sharing interface towards "
1200
  "bottom and decrease will shift it towards top."
@@ -1202,37 +1238,37 @@ msgstr ""
1202
  "Вкажіть число. Збільшення числа буде зсувати інтерфейс Поділитися стосовно "
1203
  "низу і зменшувати по відношенню до верху."
1204
 
1205
- #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1206
  msgid "BuddyPress group"
1207
  msgstr "BuddyPress Група"
1208
 
1209
- #: ../admin/social_sharing.php:1458
1210
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1211
  msgstr ""
1212
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
1213
 
1214
- #: ../admin/social_sharing.php:1525
1215
  #, fuzzy
1216
  msgid "Hide floating slider"
1217
  msgstr "Закрити для зареєстрованих користувачів"
1218
 
1219
- #: ../admin/social_sharing.php:1535
1220
  #, fuzzy
1221
  msgid "Hides the slider arrow present below the floating share bar"
1222
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1223
 
1224
- #: ../admin/social_sharing.php:1543
1225
  msgid "Vertical floating bar responsiveness"
1226
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1227
 
1228
- #: ../admin/social_sharing.php:1546
1229
  #, php-format
1230
  msgid "Display vertical interface only when screen is wider than %s pixels"
1231
  msgstr ""
1232
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
1233
  "пікселів."
1234
 
1235
- #: ../admin/social_sharing.php:1553
1236
  msgid ""
1237
  "Display vertical interface only when screen is wider than the width "
1238
  "specified."
@@ -1240,11 +1276,11 @@ msgstr ""
1240
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
1241
  "ширина за замовчуванням."
1242
 
1243
- #: ../admin/social_sharing.php:1561
1244
  msgid "Horizontal floating bar responsiveness"
1245
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1246
 
1247
- #: ../admin/social_sharing.php:1564
1248
  #, php-format
1249
  msgid ""
1250
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1253,7 +1289,7 @@ msgstr ""
1253
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1254
  "вужче ніж% s пікселів"
1255
 
1256
- #: ../admin/social_sharing.php:1571
1257
  msgid ""
1258
  "Stick vertical floating interface horizontally at bottom only when screen is "
1259
  "narrower than the width specified"
@@ -1261,71 +1297,71 @@ msgstr ""
1261
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1262
  "вужче чим зазначена ширина"
1263
 
1264
- #: ../admin/social_sharing.php:1581
1265
  msgid "Horizontal floating bar position"
1266
  msgstr "Розташування горизонтальної плаваючої панелі"
1267
 
1268
- #: ../admin/social_sharing.php:1584
1269
  #, php-format
1270
  msgid "%s pixels from %s"
1271
  msgstr "%s пікселів від %s"
1272
 
1273
- #: ../admin/social_sharing.php:1585
1274
  msgid "Auto-adjust according to screen width (responsive)"
1275
  msgstr ""
1276
 
1277
- #: ../admin/social_sharing.php:1592
1278
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1279
  msgstr ""
1280
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
1281
  "негативним."
1282
 
1283
- #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1284
  msgid "Url shortener"
1285
  msgstr "Скорочення URL"
1286
 
1287
- #: ../admin/social_sharing.php:1618
1288
  msgid "Use shortlinks already installed"
1289
  msgstr "Використання коротких посилань вже встановлено"
1290
 
1291
- #: ../admin/social_sharing.php:1628
1292
  msgid "Uses default short url permalinks without using any additional plugin"
1293
  msgstr ""
1294
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1295
  "яких додаткових плагінів"
1296
 
1297
- #: ../admin/social_sharing.php:1636
1298
  msgid "Enable bit.ly url shortener for sharing"
1299
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1300
 
1301
- #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1302
  msgid "Master control to enable bit.ly url shortening for sharing"
1303
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1304
 
1305
- #: ../admin/social_sharing.php:1654
1306
  msgid "bit.ly Login"
1307
  msgstr "bit.ly Логін"
1308
 
1309
- #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1310
  #, fuzzy, php-format
1311
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1312
  msgstr ""
1313
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1314
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1315
 
1316
- #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1317
  msgid "bit.ly API Key"
1318
  msgstr "bit.ly ключ додатка"
1319
 
1320
- #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1321
  msgid "Clear Bitly Cache"
1322
  msgstr "Очистити Bitly кеш"
1323
 
1324
- #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1325
  msgid "ShortUrl cache cleared successfully."
1326
  msgstr "ShortUrl кеш успішно очищений."
1327
 
1328
- #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1329
  msgid ""
1330
  "Use this to delete short urls saved in database. Handy, if urls of your "
1331
  "website have been changed but short urls are still being generated for old "
@@ -1335,31 +1371,31 @@ msgstr ""
1335
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1336
  "адреси, як і раніше створюються для старих URL-адрес."
1337
 
1338
- #: ../admin/social_sharing.php:1712
1339
  msgid "Share Count Cache"
1340
  msgstr "Кеш лічильників Поділитися"
1341
 
1342
- #: ../admin/social_sharing.php:1718
1343
  msgid "Refresh Share Count cache every"
1344
  msgstr "Оновити кеш лічильників Поділитися"
1345
 
1346
- #: ../admin/social_sharing.php:1723
1347
  msgid "Second(s)"
1348
  msgstr "Секунд"
1349
 
1350
- #: ../admin/social_sharing.php:1724
1351
  msgid "Minute(s)"
1352
  msgstr "Хвилин"
1353
 
1354
- #: ../admin/social_sharing.php:1725
1355
  msgid "Hour(s)"
1356
  msgstr "Годин"
1357
 
1358
- #: ../admin/social_sharing.php:1726
1359
  msgid "Day(s)"
1360
  msgstr "Днів"
1361
 
1362
- #: ../admin/social_sharing.php:1734
1363
  #, fuzzy, php-format
1364
  msgid ""
1365
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1369,25 +1405,25 @@ msgstr ""
1369
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1370
  "включеними лічильниками Поділитися"
1371
 
1372
- #: ../admin/social_sharing.php:1742
1373
  msgid "Clear Share Counts Cache"
1374
  msgstr "Очистити кеш лічильників Поділитися"
1375
 
1376
- #: ../admin/social_sharing.php:1746
1377
  msgid "Share Counts cache cleared successfully."
1378
  msgstr "Кеш лічільників Поділитися успішно очищений."
1379
 
1380
- #: ../admin/social_sharing.php:1753
1381
  msgid "Use this to clear cached share counts"
1382
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1383
 
1384
- #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1385
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1386
  #: ../admin/like_buttons.php:698
1387
  msgid "Language"
1388
  msgstr "Мова"
1389
 
1390
- #: ../admin/social_sharing.php:1778
1391
  #, php-format
1392
  msgid ""
1393
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1399,15 +1435,15 @@ msgstr ""
1399
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1400
  "замовчуванням (Українська)."
1401
 
1402
- #: ../admin/social_sharing.php:1787
1403
  msgid "Username in sharing"
1404
  msgstr "Ім'я користувача щоб поділитися"
1405
 
1406
- #: ../admin/social_sharing.php:1793
1407
  msgid "Twitter username (without @)"
1408
  msgstr "Twitter ім'я користувача (без @)"
1409
 
1410
- #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1411
  msgid ""
1412
  "Provided username will be appended after the content being shared as \"via "
1413
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1416,35 +1452,35 @@ msgstr ""
1416
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1417
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1418
 
1419
- #: ../admin/social_sharing.php:1812
1420
  msgid "Buffer username (without @)"
1421
  msgstr "Ім'я користувача в Twitter (без @)"
1422
 
1423
- #: ../admin/social_sharing.php:1831
1424
  msgid "AMP"
1425
  msgstr "AMP"
1426
 
1427
- #: ../admin/social_sharing.php:1837
1428
  msgid "Enable sharing on AMP pages"
1429
  msgstr "Дозволити загальний доступ на сторінках AMP"
1430
 
1431
- #: ../admin/social_sharing.php:1847
1432
  msgid "Enable this option to render sharing icons on AMP pages"
1433
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1434
 
1435
- #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1436
  msgid "myCRED"
1437
  msgstr ""
1438
 
1439
- #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1440
  msgid "Append myCRED referral ID to the urls being shared"
1441
  msgstr ""
1442
 
1443
- #: ../admin/social_sharing.php:1905
1444
  msgid "Facebook Sharing Troubleshooter"
1445
  msgstr "Усунення несправностей Поділитися від Facebook"
1446
 
1447
- #: ../admin/social_sharing.php:1910
1448
  msgid ""
1449
  "If Facebook sharing is not working fine, click at the following link and "
1450
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1456,14 +1492,14 @@ msgstr ""
1456
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1457
  "\"Отримання інформації про нову поломки \"."
1458
 
1459
- #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:399
1460
  #: ../admin/social_login.php:1241
1461
  msgid ""
1462
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1463
  "an online website for the plugin to function properly."
1464
  msgstr ""
1465
 
1466
- #: ../admin/social_sharing.php:1928
1467
  msgid ""
1468
  "Why is sharer not showing the correct image, title and other meta tags "
1469
  "content?"
@@ -1471,11 +1507,11 @@ msgstr ""
1471
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1472
  "дані контенту?"
1473
 
1474
- #: ../admin/social_sharing.php:1930
1475
  msgid "Why is Instagram icon redirecting to Instagram website?"
1476
  msgstr ""
1477
 
1478
- #: ../admin/social_sharing.php:1931
1479
  msgid ""
1480
  "Instagram icon is there to send website visitors to the Instagram page of "
1481
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1483,47 +1519,47 @@ msgid ""
1483
  "sections."
1484
  msgstr ""
1485
 
1486
- #: ../admin/social_sharing.php:1934
1487
  #, fuzzy
1488
  msgid "How to customize the url being shared?"
1489
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1490
 
1491
- #: ../admin/social_sharing.php:1935
1492
  msgid ""
1493
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1494
  msgstr ""
1495
 
1496
- #: ../admin/social_sharing.php:1936
1497
  msgid ""
1498
  "It takes some time for their service to track the shares made on Twitter "
1499
  "from your website. If you still feel it's taking too long you can contact "
1500
  "their support directly from their website."
1501
  msgstr ""
1502
 
1503
- #: ../admin/social_sharing.php:1938 ../admin/like_buttons.php:814
1504
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1505
  msgstr ""
1506
 
1507
- #: ../admin/social_sharing.php:1939
1508
  msgid ""
1509
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1510
  msgstr ""
1511
 
1512
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:402
1513
  #: ../admin/social_login.php:1248
1514
  msgid "Why is my browser blocking some features of the plugin?"
1515
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1516
 
1517
- #: ../admin/social_sharing.php:1941
1518
  #, fuzzy
1519
  msgid "Why the color of share icons is not being updated?"
1520
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1521
 
1522
- #: ../admin/social_sharing.php:1942
1523
  msgid "Why Facebook share counts are not appearing?"
1524
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1525
 
1526
- #: ../admin/social_sharing.php:1943
1527
  msgid ""
1528
  "How can I show share counts of my website rather than of individual pages/"
1529
  "posts?"
@@ -1531,49 +1567,49 @@ msgstr ""
1531
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1532
  "постах?"
1533
 
1534
- #: ../admin/social_sharing.php:1944
1535
  msgid "How can I disable sharing on particular page/post?"
1536
  msgstr ""
1537
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1538
 
1539
- #: ../admin/social_sharing.php:1945
1540
  msgid "How can I specify minimum sharing count for sharing networks?"
1541
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1542
 
1543
- #: ../admin/social_sharing.php:1946
1544
  msgid "How to share specific page?"
1545
  msgstr "Як поділитися певною сторінкою?"
1546
 
1547
- #: ../admin/social_sharing.php:1947
1548
  msgid "How to integrate Google Analytics with sharing?"
1549
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1550
 
1551
- #: ../admin/social_sharing.php:1948
1552
  msgid "How to customize the look of total share counts?"
1553
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1554
 
1555
- #: ../admin/social_sharing.php:1949
1556
  msgid "How to customize the look of individual share counts?"
1557
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1558
 
1559
- #: ../admin/social_sharing.php:1950
1560
  msgid "How to show Whatsapp icon only on mobile devices?"
1561
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1562
 
1563
- #: ../admin/social_sharing.php:1951
1564
  msgid "How to hide arrow after floating sharing bar?"
1565
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1566
 
1567
- #: ../admin/social_sharing.php:1952
1568
  #, fuzzy
1569
  msgid "Why is share count not getting updated?"
1570
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1571
 
1572
- #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:812
1573
  msgid "Why is there so much space between like buttons?"
1574
  msgstr "Чому існує так багато місця між кнопками?"
1575
 
1576
- #: ../admin/social_sharing.php:1954 ../admin/like_buttons.php:813
1577
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1578
  msgstr ""
1579
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
@@ -1911,10 +1947,6 @@ msgstr "Живий Журнал"
1911
  msgid "Select Social ID provider to enable in Social Login"
1912
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1913
 
1914
- #: ../admin/social_login.php:161
1915
- msgid "Facebook App ID"
1916
- msgstr "Facebook App ID"
1917
-
1918
  #: ../admin/social_login.php:171
1919
  #, php-format
1920
  msgid ""
@@ -1932,11 +1964,6 @@ msgstr ""
1932
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1933
  "згадки посилання."
1934
 
1935
- #: ../admin/social_login.php:183
1936
- #, fuzzy
1937
- msgid "Facebook App Secret"
1938
- msgstr "Facebook App ID"
1939
-
1940
  #: ../admin/social_login.php:193
1941
  #, fuzzy, php-format
1942
  msgid ""
@@ -2842,21 +2869,21 @@ msgstr ""
2842
  "Активуйте вхід через соцмережі і \"Базові налаштування \" і секції на "
2843
  "сторінці \"Super Socializer> Вхід через соцмережі \" в панелі адмін-панелі"
2844
 
2845
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:315
2846
  msgid "Search for"
2847
  msgstr "Шукати"
2848
 
2849
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2850
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:320
2851
- #: ../inc/social_sharing.php:322 ../inc/social_sharing.php:324
2852
  msgid "Archives"
2853
  msgstr "Архіви "
2854
 
2855
- #: ../inc/social_sharing.php:882 ../inc/social_sharing.php:1107
2856
  msgid "Invalid request"
2857
  msgstr "Невірний Запит!"
2858
 
2859
- #: ../inc/social_sharing.php:889
2860
  msgid "Providers not selected"
2861
  msgstr "Сервіси не вибрані"
2862
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-04-19 19:54+0530\n"
6
+ "PO-Revision-Date: 2019-04-19 19:54+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
98
  msgid "Enter your LiveJournal username"
99
  msgstr "Введіть ваше ім'я користувача LiveJournal"
100
 
101
+ #: ../super_socializer.php:1014
102
  msgid "Leave a reply"
103
  msgstr "Залишити коментар"
104
 
105
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
106
  msgid "Shares"
107
  msgstr "Поширили:"
108
 
109
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
110
  msgid "Share"
111
  msgstr "Поділитися"
112
 
113
+ #: ../super_socializer.php:1026
114
  #, fuzzy
115
  msgid "Link copied."
116
  msgstr "LinkedIn"
117
 
118
+ #: ../super_socializer.php:1272
119
  msgid "Super Socializer - General Options"
120
  msgstr "Super Socializer - Загальні Параметри"
121
 
122
+ #: ../super_socializer.php:1272 ../admin/general_options.php:15
123
  #: ../admin/social_commenting.php:47
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
+ #: ../super_socializer.php:1340 ../helper.php:898
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
131
+ #: ../super_socializer.php:1343
132
  msgid "Small Avatar Url"
133
  msgstr "Посилання для маленького аватара"
134
 
135
+ #: ../super_socializer.php:1347
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
+ #: ../super_socializer.php:1351 ../helper.php:901
140
  msgid ""
141
  "Do not fetch and update social avatar from my profile, next time I Social "
142
  "Login"
144
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
145
  "раз коли я використовую вхід через соцмережі"
146
 
147
+ #: ../super_socializer.php:1355 ../helper.php:902
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
151
  "соцмережі"
152
 
153
+ #: ../super_socializer.php:1428 ../super_socializer.php:2193
154
  msgid ""
155
  "Your browser is blocking some features of this website. Please follow the "
156
  "instructions at {support_url} to unblock these."
158
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
159
  "інструкцій в {support_url}, щоб розблокувати функції."
160
 
161
+ #: ../super_socializer.php:1434
162
  msgid "Login with your Social ID"
163
  msgstr "Увійти через соціальний аккаунт"
164
 
165
+ #: ../super_socializer.php:1435
166
  msgid "Email you entered is already registered or invalid"
167
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
168
 
169
+ #: ../super_socializer.php:1440
170
  msgid "Please enter a valid email address. You might be required to verify it"
171
  msgstr ""
172
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
173
  "потрібно перевірити його"
174
 
175
+ #: ../super_socializer.php:1444 ../super_socializer.php:2117
176
  msgid "Link your social account to login to your account at this website"
177
  msgstr ""
178
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
179
  "запис на цьому сайті"
180
 
181
+ #: ../super_socializer.php:1692
182
  msgid "Thanks for installing Super Socializer plugin"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1694
186
  msgid "Configure the Plugin"
187
  msgstr ""
188
 
189
+ #: ../super_socializer.php:1705
190
  msgid ""
191
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
192
  "current version of Super Socialzer"
193
  msgstr ""
194
 
195
+ #: ../super_socializer.php:1714
196
  msgid ""
197
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
198
  "version of Super Socialzer"
199
  msgstr ""
200
 
201
+ #: ../super_socializer.php:1723
202
  msgid ""
203
  "Update \"Social Login Buttons\" add-on for compatibility with current "
204
  "version of Super Socialzer"
205
  msgstr ""
206
 
207
+ #: ../super_socializer.php:1732
208
  msgid ""
209
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
210
  "with current version of Super Socialzer"
211
  msgstr ""
212
 
213
+ #: ../super_socializer.php:1741
214
  msgid ""
215
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
216
  "with current version of Super Socialzer"
217
  msgstr ""
218
 
219
+ #: ../super_socializer.php:1748
220
  msgid ""
221
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
222
  "LiveJournal Login of Super Socialzer"
223
  msgstr ""
224
 
225
+ #: ../super_socializer.php:1759
226
  #, php-format
227
  msgid ""
228
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
229
  msgstr ""
230
 
231
+ #: ../super_socializer.php:1775
232
  #, php-format
233
  msgid ""
234
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1799
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
+ #: ../super_socializer.php:1799 ../super_socializer.php:1824
246
+ #: ../super_socializer.php:1849 ../super_socializer.php:1874
247
+ #: ../super_socializer.php:1907 ../super_socializer.php:1935
248
+ #: ../super_socializer.php:1962 ../super_socializer.php:2039
249
  msgid "Okay"
250
  msgstr "Гаразд."
251
 
252
+ #: ../super_socializer.php:1824
253
  #, php-format
254
  msgid ""
255
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
257
  "\">here</a>"
258
  msgstr ""
259
 
260
+ #: ../super_socializer.php:1849
261
  #, php-format
262
  msgid ""
263
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
265
  "target=\"_blank\">here</a>"
266
  msgstr ""
267
 
268
+ #: ../super_socializer.php:1874
269
  #, php-format
270
  msgid ""
271
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
273
  "target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
+ #: ../super_socializer.php:1885
277
  #, php-format
278
  msgid ""
279
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
280
  msgstr ""
281
 
282
+ #: ../super_socializer.php:1907
283
  #, php-format
284
  msgid ""
285
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
287
  "\"%s\" target=\"_blank\">here</a>"
288
  msgstr ""
289
 
290
+ #: ../super_socializer.php:1935
291
  #, php-format
292
  msgid ""
293
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
296
  "your website %s with them. No need to copy-paste any code from their website."
297
  msgstr ""
298
 
299
+ #: ../super_socializer.php:1962
300
  #, php-format
301
  msgid ""
302
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
304
  "\"%s\" target=\"_blank\">here</a>"
305
  msgstr ""
306
 
307
+ #: ../super_socializer.php:1987
308
  #, php-format
309
  msgid ""
310
  "If you cannot get Linkedin login to work after updating the plugin, replace "
312
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
313
  msgstr ""
314
 
315
+ #: ../super_socializer.php:1987 ../super_socializer.php:2014
316
  msgid "Dismiss"
317
  msgstr ""
318
 
319
+ #: ../super_socializer.php:2013
320
+ msgid ""
321
+ "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
322
+ "\"Floating Interface\" section(s) to fix the issue with Facebook share "
323
+ "count. After that, clear share counts cache from \"Miscellaneous\" section."
324
+ msgstr ""
325
+
326
+ #: ../super_socializer.php:2039
327
  #, php-format
328
  msgid ""
329
  "Your website visitors will see a popup notification (only once) if their "
432
  msgstr "Великий аватар"
433
 
434
  #: ../helper.php:913 ../admin/general_options.php:132
435
+ #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
436
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
437
  msgid "Save Changes"
438
  msgstr "Зберегти налаштування"
455
  msgstr ""
456
 
457
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
458
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
459
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
460
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
461
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
539
  msgstr ""
540
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
541
 
542
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
543
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
544
  #: ../admin/like_buttons.php:836
545
  #, fuzzy
546
  msgid "Instagram Shoutout"
547
  msgstr "Instagram"
548
 
549
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
550
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
551
  #: ../admin/like_buttons.php:838
552
  msgid ""
555
  "hashtags and people to mention in the Instagram post."
556
  msgstr ""
557
 
558
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
559
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
560
  #: ../admin/like_buttons.php:839
561
  msgid ""
566
  "time."
567
  msgstr ""
568
 
569
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
570
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
571
  #: ../admin/like_buttons.php:840
572
  msgid ""
699
  msgid "3rd Party Integration"
700
  msgstr "XProfile інтеграція"
701
 
702
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
703
+ #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
704
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
705
  #: ../admin/like_buttons.php:797
706
  msgid "Shortcode & Widget"
710
  msgid "Troubleshooter"
711
  msgstr "Усунення несправностей"
712
 
713
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
714
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
715
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
716
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
819
  "\"> тут </a>"
820
 
821
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
822
+ #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
823
  #: ../inc/widget.php:460 ../inc/widget.php:772
824
  msgid "Background Color"
825
  msgstr "Колір фону"
863
  msgstr "(застосовується, якщо лічильник включений)"
864
 
865
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
866
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
867
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
868
  #: ../inc/widget.php:446 ../inc/widget.php:758
869
  msgid "Left"
874
  msgstr "Зверху"
875
 
876
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
877
+ #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
878
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
879
  #: ../inc/widget.php:447 ../inc/widget.php:759
880
  msgid "Right"
920
  msgid "Master control to enable standard sharing"
921
  msgstr "Майстер налаштування включення стандартних опцій Поділитися"
922
 
923
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
924
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
925
  msgid "Target Url"
926
  msgstr "Цільова URL-адреса"
927
 
928
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
929
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
930
  msgid "Url of the webpage where icons are located (default)"
931
  msgstr "URL-адресу веб-сторінки, де розташовані значки (за замовчуванням)"
932
 
933
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
934
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
935
  msgid "Url of the homepage of your website"
936
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
937
 
938
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
939
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
940
  msgid "Custom url"
941
  msgstr "Користувальницьке посилання"
942
 
943
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
944
  msgid "Url to share"
945
  msgstr "Посилання щоб Поділитися"
946
 
954
  msgid "The text to display above the sharing interface"
955
  msgstr "Текст, що відображається над інтерфейсом Поділитися"
956
 
957
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
958
  msgid "Instagram username"
959
  msgstr "Введіть ім'я користувача Instagram."
960
 
961
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
962
  msgid ""
963
  "Username of the Instagram account you want to redirect users to, on clicking "
964
  "the icon"
966
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
967
  "користувачів, якщо натиснути на іконку"
968
 
969
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
970
  #, fuzzy
971
  msgid "HTML ID of container element of comment form"
972
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
973
 
974
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
975
  msgid ""
976
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
977
  "icon."
978
  msgstr ""
979
 
980
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
981
  msgid "Rearrange icons"
982
  msgstr "Змінити порядок іконок"
983
 
984
+ #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
985
  msgid "Drag the icons to rearrange in desired order"
986
  msgstr "Якщо хочете змінити порядок, просто перетягніть зображення"
987
 
988
+ #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
989
  msgid "Select Sharing Services"
990
  msgstr "Виберіть сервіси Поділитися"
991
 
992
+ #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
993
  msgid "Select sharing services to show in social share bar"
994
  msgstr "Виберіть сервіси для показу в панелі Поділитися"
995
 
996
+ #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
997
  msgid "Search social network"
998
  msgstr ""
999
 
1000
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
1001
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1002
  msgid "Horizontal alignment"
1003
  msgstr "Горизонтальне вирівнювання"
1004
 
1005
+ #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
1006
  msgid "Center"
1007
  msgstr "Центр"
1008
 
1009
+ #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
1010
  msgid "Horizontal alignment of the sharing interface"
1011
  msgstr "Горизонтальне вирівнювання інтерфейсу Поділитися"
1012
 
1013
+ #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1014
  msgid "Position with respect to content"
1015
  msgstr "Позиція щодо контенту"
1016
 
1017
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1018
  msgid "Top of the content"
1019
  msgstr "Над вмістом"
1020
 
1021
+ #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1022
  msgid "Bottom of the content"
1023
  msgstr "Під вмістом"
1024
 
1025
+ #: ../admin/social_sharing.php:962
1026
  msgid "Specify position of the sharing interface with respect to the content"
1027
  msgstr "Вкажіть положення інтерфейсу Поділитися щодо вмісту."
1028
 
1029
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1030
  msgid "Placement"
1031
  msgstr "Розміщення"
1032
 
1033
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1034
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1035
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1036
  msgid "Homepage"
1037
  msgstr "Головна"
1038
 
1039
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1040
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1041
  msgid "Posts"
1042
  msgstr "Записи"
1043
 
1044
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1045
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1046
  msgid "Pages"
1047
  msgstr "Сторінки"
1048
 
1049
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1050
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1051
  msgid "Excerpts and Posts page"
1052
  msgstr "Сторінки анонсів і постів"
1053
 
1054
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1055
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1056
  msgid "Category Archives"
1057
  msgstr "Архіви категорій"
1058
 
1059
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1060
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1061
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1062
  msgstr "Архів сторінки (Категорія, тегів, автор або сторінки на основі дат)"
1063
 
1064
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1065
  msgid "BuddyPress activity"
1066
  msgstr "BuddyPress активність"
1067
 
1068
+ #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1069
  msgid "BuddyPress group (only at top of content)"
1070
  msgstr "BuddyPress групи (тільки у верхній частині контенту)"
1071
 
1072
+ #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1073
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1074
  msgid "BBPress forum"
1075
  msgstr "BBPress форум"
1076
 
1077
+ #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1078
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1079
  msgid "BBPress topic"
1080
  msgstr "BBPress тема"
1081
 
1082
+ #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1083
  msgid "BBPress reply"
1084
  msgstr "BBPress відповідь"
1085
 
1086
+ #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1087
  msgid "After individual product at WooCommerce Shop page"
1088
  msgstr "Після індивідуального продукту на сторінці магазину"
1089
 
1090
+ #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1091
  msgid "WooCommerce Product Page"
1092
  msgstr "Продукт Woocommerce"
1093
 
1094
+ #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1095
  msgid "WooCommerce Thankyou Page"
1096
  msgstr "WooCommerce сторінка подяки"
1097
 
1098
+ #: ../admin/social_sharing.php:1038
1099
  msgid "Specify the pages where you want to enable Sharing interface"
1100
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс Поділитися"
1101
 
1102
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1103
  msgid "Show share counts"
1104
  msgstr "Показати лічильники кнопки Поділитися"
1105
 
1106
+ #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1107
  #, fuzzy
1108
  msgid ""
1109
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1112
  "Підтримуються Facebook, Linkedin, Google Plus, Delicious, Buffer, Reddit, "
1113
  "Pinterest, Stumbleupon, Odnoklassniki і Vkontakte"
1114
 
1115
+ #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1116
  #, php-format
1117
  msgid ""
1118
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1121
  "their website."
1122
  msgstr ""
1123
 
1124
+ #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1125
  msgid "If enabled, share counts are displayed above sharing icons."
1126
  msgstr "Якщо включено, лічильники відображаються вище кнопок Поділитися"
1127
 
1128
+ #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1129
  msgid "Show total shares"
1130
  msgstr "Включити загальну кількість Поділитися"
1131
 
1132
+ #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1133
  msgid "If enabled, total shares will be displayed with sharing icons"
1134
  msgstr ""
1135
  "Якщо включено, то загальна кількість Поділитися буде відображатися з "
1136
  "кнопками Поділитися"
1137
 
1138
+ #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1139
+ #: ../admin/social_login.php:161
1140
+ msgid "Facebook App ID"
1141
+ msgstr "Facebook App ID"
1142
+
1143
+ #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1144
+ #, fuzzy, php-format
1145
+ msgid ""
1146
+ "Required for Facebook share count to work. Please follow the documentation "
1147
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1148
+ msgstr ""
1149
+ "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1150
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1151
+
1152
+ #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1153
+ #: ../admin/social_login.php:183
1154
+ #, fuzzy
1155
+ msgid "Facebook App Secret"
1156
+ msgstr "Facebook App ID"
1157
+
1158
+ #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1159
+ #, fuzzy, php-format
1160
+ msgid ""
1161
+ "Required for Facebook share count to work. Please follow the documentation "
1162
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1163
+ msgstr ""
1164
+ "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1165
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1166
+
1167
+ #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1168
  msgid "Enable 'More' icon"
1169
  msgstr "Включити значок «Більше»"
1170
 
1171
+ #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1172
  msgid ""
1173
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1174
  "which shows additional sharing networks in popup"
1176
  "Якщо включено, «Більше» буде відображатися після кнопок Поділитися, яка "
1177
  "показує додаткові сервіси в спливаючому вікні"
1178
 
1179
+ #: ../admin/social_sharing.php:1167
1180
  msgid "Floating Sharing Interface Options"
1181
  msgstr "Параметри плаваючих кнопок Поділитися"
1182
 
1183
+ #: ../admin/social_sharing.php:1173
1184
  msgid "Enable Floating sharing interface"
1185
  msgstr "Включити інтерфейс плаваючих кнопок Поділитися"
1186
 
1187
+ #: ../admin/social_sharing.php:1183
1188
  msgid "Master control to enable floating sharing widget"
1189
  msgstr "Майстер управління включення плаваючого віджета Поділитися"
1190
 
1191
+ #: ../admin/social_sharing.php:1377
1192
  msgid ""
1193
  "Specify the color or hex code (example #cc78e0) for the background of "
1194
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1200
  "можете отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" "
1201
  "target=\"_blank\"> тут </a>"
1202
 
1203
+ #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1204
  msgid "Left offset"
1205
  msgstr "Зміщення вліво"
1206
 
1207
+ #: ../admin/social_sharing.php:1417
1208
  msgid ""
1209
  "Specify a number. Increase in number will shift sharing interface towards "
1210
  "right and decrease will shift it towards left. Number can be negative too."
1213
  "правої сторони і зменшувати по відношенню до лівої сторони. Число може бути "
1214
  "негативним."
1215
 
1216
+ #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1217
  msgid "Right offset"
1218
  msgstr "Зміщення вправо"
1219
 
1220
+ #: ../admin/social_sharing.php:1437
1221
  msgid ""
1222
  "Specify a number. Increase in number will shift sharing interface towards "
1223
  "left and decrease will shift it towards right. Number can be negative too."
1226
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
1227
  "негативним."
1228
 
1229
+ #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1230
  msgid "Top offset"
1231
  msgstr "Верхній відступ"
1232
 
1233
+ #: ../admin/social_sharing.php:1456
1234
  msgid ""
1235
  "Specify a number. Increase in number will shift sharing interface towards "
1236
  "bottom and decrease will shift it towards top."
1238
  "Вкажіть число. Збільшення числа буде зсувати інтерфейс Поділитися стосовно "
1239
  "низу і зменшувати по відношенню до верху."
1240
 
1241
+ #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1242
  msgid "BuddyPress group"
1243
  msgstr "BuddyPress Група"
1244
 
1245
+ #: ../admin/social_sharing.php:1513
1246
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1247
  msgstr ""
1248
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
1249
 
1250
+ #: ../admin/social_sharing.php:1618
1251
  #, fuzzy
1252
  msgid "Hide floating slider"
1253
  msgstr "Закрити для зареєстрованих користувачів"
1254
 
1255
+ #: ../admin/social_sharing.php:1628
1256
  #, fuzzy
1257
  msgid "Hides the slider arrow present below the floating share bar"
1258
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1259
 
1260
+ #: ../admin/social_sharing.php:1636
1261
  msgid "Vertical floating bar responsiveness"
1262
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1263
 
1264
+ #: ../admin/social_sharing.php:1639
1265
  #, php-format
1266
  msgid "Display vertical interface only when screen is wider than %s pixels"
1267
  msgstr ""
1268
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
1269
  "пікселів."
1270
 
1271
+ #: ../admin/social_sharing.php:1646
1272
  msgid ""
1273
  "Display vertical interface only when screen is wider than the width "
1274
  "specified."
1276
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
1277
  "ширина за замовчуванням."
1278
 
1279
+ #: ../admin/social_sharing.php:1654
1280
  msgid "Horizontal floating bar responsiveness"
1281
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1282
 
1283
+ #: ../admin/social_sharing.php:1657
1284
  #, php-format
1285
  msgid ""
1286
  "Stick vertical floating interface horizontally at bottom only when screen is "
1289
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1290
  "вужче ніж% s пікселів"
1291
 
1292
+ #: ../admin/social_sharing.php:1664
1293
  msgid ""
1294
  "Stick vertical floating interface horizontally at bottom only when screen is "
1295
  "narrower than the width specified"
1297
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1298
  "вужче чим зазначена ширина"
1299
 
1300
+ #: ../admin/social_sharing.php:1674
1301
  msgid "Horizontal floating bar position"
1302
  msgstr "Розташування горизонтальної плаваючої панелі"
1303
 
1304
+ #: ../admin/social_sharing.php:1677
1305
  #, php-format
1306
  msgid "%s pixels from %s"
1307
  msgstr "%s пікселів від %s"
1308
 
1309
+ #: ../admin/social_sharing.php:1678
1310
  msgid "Auto-adjust according to screen width (responsive)"
1311
  msgstr ""
1312
 
1313
+ #: ../admin/social_sharing.php:1685
1314
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1315
  msgstr ""
1316
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
1317
  "негативним."
1318
 
1319
+ #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
1320
  msgid "Url shortener"
1321
  msgstr "Скорочення URL"
1322
 
1323
+ #: ../admin/social_sharing.php:1711
1324
  msgid "Use shortlinks already installed"
1325
  msgstr "Використання коротких посилань вже встановлено"
1326
 
1327
+ #: ../admin/social_sharing.php:1721
1328
  msgid "Uses default short url permalinks without using any additional plugin"
1329
  msgstr ""
1330
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1331
  "яких додаткових плагінів"
1332
 
1333
+ #: ../admin/social_sharing.php:1729
1334
  msgid "Enable bit.ly url shortener for sharing"
1335
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1336
 
1337
+ #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1338
  msgid "Master control to enable bit.ly url shortening for sharing"
1339
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1340
 
1341
+ #: ../admin/social_sharing.php:1747
1342
  msgid "bit.ly Login"
1343
  msgstr "bit.ly Логін"
1344
 
1345
+ #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1346
  #, fuzzy, php-format
1347
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1348
  msgstr ""
1349
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1350
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1351
 
1352
+ #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1353
  msgid "bit.ly API Key"
1354
  msgstr "bit.ly ключ додатка"
1355
 
1356
+ #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1357
  msgid "Clear Bitly Cache"
1358
  msgstr "Очистити Bitly кеш"
1359
 
1360
+ #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1361
  msgid "ShortUrl cache cleared successfully."
1362
  msgstr "ShortUrl кеш успішно очищений."
1363
 
1364
+ #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1365
  msgid ""
1366
  "Use this to delete short urls saved in database. Handy, if urls of your "
1367
  "website have been changed but short urls are still being generated for old "
1371
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1372
  "адреси, як і раніше створюються для старих URL-адрес."
1373
 
1374
+ #: ../admin/social_sharing.php:1805
1375
  msgid "Share Count Cache"
1376
  msgstr "Кеш лічильників Поділитися"
1377
 
1378
+ #: ../admin/social_sharing.php:1811
1379
  msgid "Refresh Share Count cache every"
1380
  msgstr "Оновити кеш лічильників Поділитися"
1381
 
1382
+ #: ../admin/social_sharing.php:1816
1383
  msgid "Second(s)"
1384
  msgstr "Секунд"
1385
 
1386
+ #: ../admin/social_sharing.php:1817
1387
  msgid "Minute(s)"
1388
  msgstr "Хвилин"
1389
 
1390
+ #: ../admin/social_sharing.php:1818
1391
  msgid "Hour(s)"
1392
  msgstr "Годин"
1393
 
1394
+ #: ../admin/social_sharing.php:1819
1395
  msgid "Day(s)"
1396
  msgstr "Днів"
1397
 
1398
+ #: ../admin/social_sharing.php:1827
1399
  #, fuzzy, php-format
1400
  msgid ""
1401
  "Frequent cache refreshing results in slower loading of pages with share "
1405
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1406
  "включеними лічильниками Поділитися"
1407
 
1408
+ #: ../admin/social_sharing.php:1835
1409
  msgid "Clear Share Counts Cache"
1410
  msgstr "Очистити кеш лічильників Поділитися"
1411
 
1412
+ #: ../admin/social_sharing.php:1839
1413
  msgid "Share Counts cache cleared successfully."
1414
  msgstr "Кеш лічільників Поділитися успішно очищений."
1415
 
1416
+ #: ../admin/social_sharing.php:1846
1417
  msgid "Use this to clear cached share counts"
1418
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1419
 
1420
+ #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1421
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1422
  #: ../admin/like_buttons.php:698
1423
  msgid "Language"
1424
  msgstr "Мова"
1425
 
1426
+ #: ../admin/social_sharing.php:1871
1427
  #, php-format
1428
  msgid ""
1429
  "Enter the code of the language you want to use for like buttons. You can "
1435
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1436
  "замовчуванням (Українська)."
1437
 
1438
+ #: ../admin/social_sharing.php:1880
1439
  msgid "Username in sharing"
1440
  msgstr "Ім'я користувача щоб поділитися"
1441
 
1442
+ #: ../admin/social_sharing.php:1886
1443
  msgid "Twitter username (without @)"
1444
  msgstr "Twitter ім'я користувача (без @)"
1445
 
1446
+ #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1447
  msgid ""
1448
  "Provided username will be appended after the content being shared as \"via "
1449
  "@USERNAME\". Leave empty if you do not want any username in the content "
1452
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1453
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1454
 
1455
+ #: ../admin/social_sharing.php:1905
1456
  msgid "Buffer username (without @)"
1457
  msgstr "Ім'я користувача в Twitter (без @)"
1458
 
1459
+ #: ../admin/social_sharing.php:1924
1460
  msgid "AMP"
1461
  msgstr "AMP"
1462
 
1463
+ #: ../admin/social_sharing.php:1930
1464
  msgid "Enable sharing on AMP pages"
1465
  msgstr "Дозволити загальний доступ на сторінках AMP"
1466
 
1467
+ #: ../admin/social_sharing.php:1940
1468
  msgid "Enable this option to render sharing icons on AMP pages"
1469
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1470
 
1471
+ #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1472
  msgid "myCRED"
1473
  msgstr ""
1474
 
1475
+ #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1476
  msgid "Append myCRED referral ID to the urls being shared"
1477
  msgstr ""
1478
 
1479
+ #: ../admin/social_sharing.php:1998
1480
  msgid "Facebook Sharing Troubleshooter"
1481
  msgstr "Усунення несправностей Поділитися від Facebook"
1482
 
1483
+ #: ../admin/social_sharing.php:2003
1484
  msgid ""
1485
  "If Facebook sharing is not working fine, click at the following link and "
1486
  "enter the problematic url (where Facebook sharing is not working properly) "
1492
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1493
  "\"Отримання інформації про нову поломки \"."
1494
 
1495
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1496
  #: ../admin/social_login.php:1241
1497
  msgid ""
1498
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1499
  "an online website for the plugin to function properly."
1500
  msgstr ""
1501
 
1502
+ #: ../admin/social_sharing.php:2021
1503
  msgid ""
1504
  "Why is sharer not showing the correct image, title and other meta tags "
1505
  "content?"
1507
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1508
  "дані контенту?"
1509
 
1510
+ #: ../admin/social_sharing.php:2023
1511
  msgid "Why is Instagram icon redirecting to Instagram website?"
1512
  msgstr ""
1513
 
1514
+ #: ../admin/social_sharing.php:2024
1515
  msgid ""
1516
  "Instagram icon is there to send website visitors to the Instagram page of "
1517
  "your choice. You can save the desired Instagram handle in \"Instagram "
1519
  "sections."
1520
  msgstr ""
1521
 
1522
+ #: ../admin/social_sharing.php:2027
1523
  #, fuzzy
1524
  msgid "How to customize the url being shared?"
1525
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1526
 
1527
+ #: ../admin/social_sharing.php:2028
1528
  msgid ""
1529
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1530
  msgstr ""
1531
 
1532
+ #: ../admin/social_sharing.php:2029
1533
  msgid ""
1534
  "It takes some time for their service to track the shares made on Twitter "
1535
  "from your website. If you still feel it's taking too long you can contact "
1536
  "their support directly from their website."
1537
  msgstr ""
1538
 
1539
+ #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1540
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1541
  msgstr ""
1542
 
1543
+ #: ../admin/social_sharing.php:2032
1544
  msgid ""
1545
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1546
  msgstr ""
1547
 
1548
+ #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1549
  #: ../admin/social_login.php:1248
1550
  msgid "Why is my browser blocking some features of the plugin?"
1551
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1552
 
1553
+ #: ../admin/social_sharing.php:2034
1554
  #, fuzzy
1555
  msgid "Why the color of share icons is not being updated?"
1556
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1557
 
1558
+ #: ../admin/social_sharing.php:2035
1559
  msgid "Why Facebook share counts are not appearing?"
1560
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1561
 
1562
+ #: ../admin/social_sharing.php:2036
1563
  msgid ""
1564
  "How can I show share counts of my website rather than of individual pages/"
1565
  "posts?"
1567
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1568
  "постах?"
1569
 
1570
+ #: ../admin/social_sharing.php:2037
1571
  msgid "How can I disable sharing on particular page/post?"
1572
  msgstr ""
1573
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1574
 
1575
+ #: ../admin/social_sharing.php:2038
1576
  msgid "How can I specify minimum sharing count for sharing networks?"
1577
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1578
 
1579
+ #: ../admin/social_sharing.php:2039
1580
  msgid "How to share specific page?"
1581
  msgstr "Як поділитися певною сторінкою?"
1582
 
1583
+ #: ../admin/social_sharing.php:2040
1584
  msgid "How to integrate Google Analytics with sharing?"
1585
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1586
 
1587
+ #: ../admin/social_sharing.php:2041
1588
  msgid "How to customize the look of total share counts?"
1589
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1590
 
1591
+ #: ../admin/social_sharing.php:2042
1592
  msgid "How to customize the look of individual share counts?"
1593
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1594
 
1595
+ #: ../admin/social_sharing.php:2043
1596
  msgid "How to show Whatsapp icon only on mobile devices?"
1597
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1598
 
1599
+ #: ../admin/social_sharing.php:2044
1600
  msgid "How to hide arrow after floating sharing bar?"
1601
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1602
 
1603
+ #: ../admin/social_sharing.php:2045
1604
  #, fuzzy
1605
  msgid "Why is share count not getting updated?"
1606
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1607
 
1608
+ #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1609
  msgid "Why is there so much space between like buttons?"
1610
  msgstr "Чому існує так багато місця між кнопками?"
1611
 
1612
+ #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1613
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1614
  msgstr ""
1615
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
1947
  msgid "Select Social ID provider to enable in Social Login"
1948
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1949
 
 
 
 
 
1950
  #: ../admin/social_login.php:171
1951
  #, php-format
1952
  msgid ""
1964
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1965
  "згадки посилання."
1966
 
 
 
 
 
 
1967
  #: ../admin/social_login.php:193
1968
  #, fuzzy, php-format
1969
  msgid ""
2869
  "Активуйте вхід через соцмережі і \"Базові налаштування \" і секції на "
2870
  "сторінці \"Super Socializer> Вхід через соцмережі \" в панелі адмін-панелі"
2871
 
2872
+ #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2873
  msgid "Search for"
2874
  msgstr "Шукати"
2875
 
2876
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2877
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2878
+ #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2879
  msgid "Archives"
2880
  msgstr "Архіви "
2881
 
2882
+ #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2883
  msgid "Invalid request"
2884
  msgstr "Невірний Запит!"
2885
 
2886
+ #: ../inc/social_sharing.php:927
2887
  msgid "Providers not selected"
2888
  msgstr "Сервіси не вибрані"
2889
 
languages/super-socializer-zh_CN.mo CHANGED
Binary file
languages/super-socializer-zh_CN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
- "POT-Creation-Date: 2019-04-07 08:56+0530\n"
5
- "PO-Revision-Date: 2019-04-07 08:56+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -94,54 +94,54 @@ msgstr "请检查您的电子邮件收件箱以完成注册。"
94
  msgid "Enter your LiveJournal username"
95
  msgstr "输入您的 LiveJournal 用户名"
96
 
97
- #: super_socializer.php:1015
98
  msgid "Leave a reply"
99
  msgstr "回复"
100
 
101
- #: super_socializer.php:1027 inc/social_sharing.php:237
102
  msgid "Shares"
103
  msgstr "分享"
104
 
105
- #: super_socializer.php:1027 inc/social_sharing.php:237
106
  msgid "Share"
107
  msgstr "分享"
108
 
109
- #: super_socializer.php:1027
110
  msgid "Link copied."
111
  msgstr "链接已复制。"
112
 
113
- #: super_socializer.php:1273
114
  msgid "Super Socializer - General Options"
115
  msgstr "Super Socializer-常规选项"
116
 
117
- #: super_socializer.php:1273 admin/general_options.php:15
118
  #: admin/social_commenting.php:47
119
  msgid "General Options"
120
  msgstr "常规选项"
121
 
122
- #: super_socializer.php:1341 helper.php:898
123
  msgid "Social Avatar"
124
  msgstr "社会化头像"
125
 
126
- #: super_socializer.php:1344
127
  msgid "Small Avatar Url"
128
  msgstr "小头像 Url"
129
 
130
- #: super_socializer.php:1348
131
  msgid "Large Avatar Url"
132
  msgstr "大头像 Url"
133
 
134
- #: super_socializer.php:1352 helper.php:901
135
  msgid ""
136
  "Do not fetch and update social avatar from my profile, next time I Social "
137
  "Login"
138
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
139
 
140
- #: super_socializer.php:1356 helper.php:902
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
144
- #: super_socializer.php:1429 super_socializer.php:2144
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
@@ -149,50 +149,50 @@ msgstr ""
149
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
150
  "操作。"
151
 
152
- #: super_socializer.php:1435
153
  msgid "Login with your Social ID"
154
  msgstr "使用您的社交 ID登录"
155
 
156
- #: super_socializer.php:1436
157
  msgid "Email you entered is already registered or invalid"
158
  msgstr "您输入的电子邮件已经注册或无效"
159
 
160
- #: super_socializer.php:1441
161
  msgid "Please enter a valid email address. You might be required to verify it"
162
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
163
 
164
- #: super_socializer.php:1445 super_socializer.php:2068
165
  msgid "Link your social account to login to your account at this website"
166
  msgstr "链接你的社会化媒体帐户登录您本站账号"
167
 
168
- #: super_socializer.php:1680
169
  msgid "Thanks for installing Super Socializer plugin"
170
  msgstr ""
171
 
172
- #: super_socializer.php:1682
173
  msgid "Configure the Plugin"
174
  msgstr ""
175
 
176
- #: super_socializer.php:1693
177
  msgid ""
178
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
179
  "current version of Super Socialzer"
180
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
181
 
182
- #: super_socializer.php:1702
183
  msgid ""
184
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
185
  "version of Super Socialzer"
186
  msgstr ""
187
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
188
 
189
- #: super_socializer.php:1711
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:1720
196
  msgid ""
197
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
198
  "with current version of Super Socialzer"
@@ -200,20 +200,20 @@ msgstr ""
200
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
201
  "容"
202
 
203
- #: super_socializer.php:1729
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
209
 
210
- #: super_socializer.php:1736
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr "更新 \"社交登录 mycred 集成\" 加载项与超级社交器的 livejoin 登录兼容"
215
 
216
- #: super_socializer.php:1747
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
@@ -221,13 +221,13 @@ msgstr ""
221
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
222
  "处 </a>"
223
 
224
- #: super_socializer.php:1763
225
  #, php-format
226
  msgid ""
227
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
228
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
229
 
230
- #: super_socializer.php:1787
231
  #, php-format
232
  msgid ""
233
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -238,14 +238,14 @@ msgstr ""
238
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
239
  "target = \"_ black\" > </a>"
240
 
241
- #: super_socializer.php:1787 super_socializer.php:1812
242
- #: super_socializer.php:1837 super_socializer.php:1862
243
- #: super_socializer.php:1895 super_socializer.php:1923
244
- #: super_socializer.php:1950 super_socializer.php:1999
245
  msgid "Okay"
246
  msgstr "好的"
247
 
248
- #: super_socializer.php:1812
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -256,7 +256,7 @@ msgstr ""
256
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
257
  "a>"
258
 
259
- #: super_socializer.php:1837
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -267,7 +267,7 @@ msgstr ""
267
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
268
  "black\" > </a>"
269
 
270
- #: super_socializer.php:1862
271
  #, php-format
272
  msgid ""
273
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -278,13 +278,13 @@ msgstr ""
278
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
279
  "black\" > </a>"
280
 
281
- #: super_socializer.php:1873
282
  #, php-format
283
  msgid ""
284
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
285
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
286
 
287
- #: super_socializer.php:1895
288
  #, php-format
289
  msgid ""
290
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -294,7 +294,7 @@ msgstr ""
294
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
295
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
296
 
297
- #: super_socializer.php:1923
298
  #, php-format
299
  msgid ""
300
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -303,7 +303,7 @@ msgid ""
303
  "your website %s with them. No need to copy-paste any code from their website."
304
  msgstr ""
305
 
306
- #: super_socializer.php:1950
307
  #, php-format
308
  msgid ""
309
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -314,7 +314,7 @@ msgstr ""
314
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
315
  "\" > </a>"
316
 
317
- #: super_socializer.php:1975
318
  #, fuzzy, php-format
319
  msgid ""
320
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -325,11 +325,18 @@ msgstr ""
325
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
326
  "black\" > </a>"
327
 
328
- #: super_socializer.php:1975
329
  msgid "Dismiss"
330
  msgstr ""
331
 
332
- #: super_socializer.php:1999
 
 
 
 
 
 
 
333
  #, php-format
334
  msgid ""
335
  "Your website visitors will see a popup notification (only once) if their "
@@ -435,7 +442,7 @@ msgstr "小头像"
435
  msgid "Large Avatar"
436
  msgstr "大头像"
437
 
438
- #: helper.php:913 admin/general_options.php:132 admin/social_sharing.php:1965
439
  #: admin/social_commenting.php:413 admin/social_login.php:1259
440
  #: admin/like_buttons.php:826
441
  msgid "Save Changes"
@@ -458,7 +465,7 @@ msgid "Something bad happened"
458
  msgstr "发生了一些不好的事情"
459
 
460
  #: admin/general_options.php:7 admin/general_options.php:136
461
- #: admin/social_sharing.php:5 admin/social_sharing.php:1969
462
  #: admin/social_commenting.php:5 admin/social_commenting.php:417
463
  #: admin/social_login.php:5 admin/social_login.php:1263
464
  #: admin/like_buttons.php:6 admin/like_buttons.php:830
@@ -529,13 +536,13 @@ msgstr "自定义CSS"
529
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
530
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
531
 
532
- #: admin/general_options.php:147 admin/social_sharing.php:1975
533
  #: admin/social_commenting.php:423 admin/social_login.php:1269
534
  #: admin/like_buttons.php:836
535
  msgid "Instagram Shoutout"
536
  msgstr ""
537
 
538
- #: admin/general_options.php:149 admin/social_sharing.php:1977
539
  #: admin/social_commenting.php:425 admin/social_login.php:1271
540
  #: admin/like_buttons.php:838
541
  msgid ""
@@ -546,7 +553,7 @@ msgstr ""
546
  "如果您可以发送(至hello@heateor.com)我们的插件如何帮助您的业务,我们可以在"
547
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
548
 
549
- #: admin/general_options.php:150 admin/social_sharing.php:1978
550
  #: admin/social_commenting.php:426 admin/social_login.php:1272
551
  #: admin/like_buttons.php:839
552
  msgid ""
@@ -560,7 +567,7 @@ msgstr ""
560
  "年里,他们已经成为最受欢迎的在线教练网站之一。任何人都可以在短时间内以一种非"
561
  "常简单的方式精通自己选择的编程语言。"
562
 
563
- #: admin/general_options.php:151 admin/social_sharing.php:1979
564
  #: admin/social_commenting.php:427 admin/social_login.php:1273
565
  #: admin/like_buttons.php:840
566
  msgid ""
@@ -695,8 +702,8 @@ msgstr "其他"
695
  msgid "3rd Party Integration"
696
  msgstr "第三方集成"
697
 
698
- #: admin/social_sharing.php:56 admin/social_sharing.php:1892
699
- #: admin/social_sharing.php:1894 admin/social_login.php:46
700
  #: admin/social_login.php:1225 admin/like_buttons.php:51
701
  #: admin/like_buttons.php:797
702
  msgid "Shortcode & Widget"
@@ -706,7 +713,7 @@ msgstr "简码&小工具"
706
  msgid "Troubleshooter"
707
  msgstr "排错"
708
 
709
- #: admin/social_sharing.php:58 admin/social_sharing.php:1925
710
  #: admin/social_commenting.php:40 admin/social_commenting.php:397
711
  #: admin/social_login.php:47 admin/social_login.php:1239
712
  #: admin/like_buttons.php:52 admin/like_buttons.php:810
@@ -810,7 +817,7 @@ msgstr ""
810
  "的十六进制代码"
811
 
812
  #: admin/social_sharing.php:291 admin/social_sharing.php:599
813
- #: admin/social_sharing.php:1312 admin/like_buttons.php:410 inc/widget.php:460
814
  #: inc/widget.php:772
815
  msgid "Background Color"
816
  msgstr "背景颜色"
@@ -853,7 +860,7 @@ msgid "(applies, if counter enabled)"
853
  msgstr "(适用,如果启用计数器)"
854
 
855
  #: admin/social_sharing.php:341 admin/social_sharing.php:648
856
- #: admin/social_sharing.php:929 admin/social_sharing.php:1334
857
  #: admin/like_buttons.php:183 admin/like_buttons.php:432 inc/widget.php:446
858
  #: inc/widget.php:758
859
  msgid "Left"
@@ -864,7 +871,7 @@ msgid "Top"
864
  msgstr "顶部"
865
 
866
  #: admin/social_sharing.php:345 admin/social_sharing.php:652
867
- #: admin/social_sharing.php:931 admin/social_sharing.php:1335
868
  #: admin/like_buttons.php:185 admin/like_buttons.php:433 inc/widget.php:447
869
  #: inc/widget.php:759
870
  msgid "Right"
@@ -910,27 +917,27 @@ msgstr "启用共享接口标准"
910
  msgid "Master control to enable standard sharing"
911
  msgstr "主控件以启用标准共享"
912
 
913
- #: admin/social_sharing.php:712 admin/social_sharing.php:1138
914
  #: admin/like_buttons.php:86 admin/like_buttons.php:336
915
  msgid "Target Url"
916
  msgstr "目标URL"
917
 
918
- #: admin/social_sharing.php:716 admin/social_sharing.php:1142
919
  #: admin/like_buttons.php:90 admin/like_buttons.php:340
920
  msgid "Url of the webpage where icons are located (default)"
921
  msgstr "图标所在网页的Url (默认值)"
922
 
923
- #: admin/social_sharing.php:718 admin/social_sharing.php:1144
924
  #: admin/like_buttons.php:92 admin/like_buttons.php:342
925
  msgid "Url of the homepage of your website"
926
  msgstr "您网站的主页的 Url"
927
 
928
- #: admin/social_sharing.php:720 admin/social_sharing.php:1146
929
  #: admin/like_buttons.php:94 admin/like_buttons.php:344
930
  msgid "Custom url"
931
  msgstr "自定义 URL"
932
 
933
- #: admin/social_sharing.php:727 admin/social_sharing.php:1153
934
  msgid "Url to share"
935
  msgstr "要分享的网址"
936
 
@@ -943,153 +950,153 @@ msgstr "标题"
943
  msgid "The text to display above the sharing interface"
944
  msgstr "要共享界面上方显示的文本"
945
 
946
- #: admin/social_sharing.php:770 admin/social_sharing.php:1162
947
  msgid "Instagram username"
948
  msgstr ""
949
 
950
- #: admin/social_sharing.php:780 admin/social_sharing.php:1172
951
  msgid ""
952
  "Username of the Instagram account you want to redirect users to, on clicking "
953
  "the icon"
954
  msgstr "要将用户重定向到的 Instagram 帐户的用户名, 请单击图标"
955
 
956
- #: admin/social_sharing.php:790 admin/social_sharing.php:1182
957
  msgid "HTML ID of container element of comment form"
958
  msgstr "注释表单的容器元素的HTML ID"
959
 
960
- #: admin/social_sharing.php:800 admin/social_sharing.php:1192
961
  msgid ""
962
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
963
  "icon."
964
  msgstr "HTML ID的元素,你想集中在网页上,点击评论图标。"
965
 
966
- #: admin/social_sharing.php:814 admin/social_sharing.php:1201
967
  msgid "Rearrange icons"
968
  msgstr "重新排列图标"
969
 
970
- #: admin/social_sharing.php:873 admin/social_sharing.php:1260
971
  msgid "Drag the icons to rearrange in desired order"
972
  msgstr "按所需顺序拖动要重新排列的图标"
973
 
974
- #: admin/social_sharing.php:881 admin/social_sharing.php:1268
975
  msgid "Select Sharing Services"
976
  msgstr "选择共享服务"
977
 
978
- #: admin/social_sharing.php:888 admin/social_sharing.php:1275
979
  msgid "Select sharing services to show in social share bar"
980
  msgstr "请选择要在社交共享栏中显示的共享服务"
981
 
982
- #: admin/social_sharing.php:906 admin/social_sharing.php:1293
983
  msgid "Search social network"
984
  msgstr "搜索社交网络"
985
 
986
- #: admin/social_sharing.php:925 admin/social_sharing.php:1330
987
  #: admin/like_buttons.php:179 admin/like_buttons.php:428
988
  msgid "Horizontal alignment"
989
  msgstr "水平对齐"
990
 
991
- #: admin/social_sharing.php:930 admin/like_buttons.php:184
992
  msgid "Center"
993
  msgstr "居中"
994
 
995
- #: admin/social_sharing.php:939 admin/social_sharing.php:1343
996
  msgid "Horizontal alignment of the sharing interface"
997
  msgstr "共享界面水平对齐方式"
998
 
999
- #: admin/social_sharing.php:947 admin/like_buttons.php:201
1000
  msgid "Position with respect to content"
1001
  msgstr "相对于内容的位置"
1002
 
1003
- #: admin/social_sharing.php:951 admin/like_buttons.php:205
1004
  msgid "Top of the content"
1005
  msgstr "内容的顶部"
1006
 
1007
- #: admin/social_sharing.php:953 admin/like_buttons.php:207
1008
  msgid "Bottom of the content"
1009
  msgstr "内容的底部"
1010
 
1011
- #: admin/social_sharing.php:960
1012
  msgid "Specify position of the sharing interface with respect to the content"
1013
  msgstr "指定相对于内容而言共享界面的位置"
1014
 
1015
- #: admin/social_sharing.php:968 admin/social_sharing.php:1409
1016
  msgid "Placement"
1017
  msgstr "放置"
1018
 
1019
- #: admin/social_sharing.php:972 admin/social_sharing.php:1413
1020
  #: admin/social_login.php:848 admin/social_login.php:878
1021
  #: admin/like_buttons.php:226 admin/like_buttons.php:511
1022
  msgid "Homepage"
1023
  msgstr "主页"
1024
 
1025
- #: admin/social_sharing.php:974 admin/social_sharing.php:1415
1026
  #: admin/like_buttons.php:228 admin/like_buttons.php:513
1027
  msgid "Posts"
1028
  msgstr "文章"
1029
 
1030
- #: admin/social_sharing.php:976 admin/social_sharing.php:1417
1031
  #: admin/like_buttons.php:230 admin/like_buttons.php:515
1032
  msgid "Pages"
1033
  msgstr "页面"
1034
 
1035
- #: admin/social_sharing.php:978 admin/social_sharing.php:1419
1036
  #: admin/like_buttons.php:232 admin/like_buttons.php:517
1037
  msgid "Excerpts and Posts page"
1038
  msgstr "摘录和帖子页面"
1039
 
1040
- #: admin/social_sharing.php:980 admin/social_sharing.php:1421
1041
  #: admin/like_buttons.php:234 admin/like_buttons.php:519
1042
  msgid "Category Archives"
1043
  msgstr "目录类别"
1044
 
1045
- #: admin/social_sharing.php:982 admin/social_sharing.php:1423
1046
  #: admin/like_buttons.php:236 admin/like_buttons.php:521
1047
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1048
  msgstr "存档页 (分类、 标记、 作者或根据日期分类的页)"
1049
 
1050
- #: admin/social_sharing.php:998 admin/like_buttons.php:252
1051
  msgid "BuddyPress activity"
1052
  msgstr "BuddyPress 活动"
1053
 
1054
- #: admin/social_sharing.php:1000 admin/like_buttons.php:255
1055
  msgid "BuddyPress group (only at top of content)"
1056
  msgstr "BuddyPress 组 (只有顶部的内容)"
1057
 
1058
- #: admin/social_sharing.php:1006 admin/social_sharing.php:1445
1059
  #: admin/like_buttons.php:262 admin/like_buttons.php:542
1060
  msgid "BBPress forum"
1061
  msgstr "BBPress 论坛"
1062
 
1063
- #: admin/social_sharing.php:1009 admin/social_sharing.php:1448
1064
  #: admin/like_buttons.php:265 admin/like_buttons.php:545
1065
  msgid "BBPress topic"
1066
  msgstr "BBPress 主题"
1067
 
1068
- #: admin/social_sharing.php:1012 admin/like_buttons.php:268
1069
  msgid "BBPress reply"
1070
  msgstr "BBPress 答复"
1071
 
1072
- #: admin/social_sharing.php:1019 admin/like_buttons.php:275
1073
  msgid "After individual product at WooCommerce Shop page"
1074
  msgstr "在 WooCommerce 商店页面上单独的商品后"
1075
 
1076
- #: admin/social_sharing.php:1022 admin/like_buttons.php:278
1077
  msgid "WooCommerce Product Page"
1078
  msgstr "Woocommerce商品页"
1079
 
1080
- #: admin/social_sharing.php:1025 admin/like_buttons.php:281
1081
  msgid "WooCommerce Thankyou Page"
1082
  msgstr "WooCommerce 致谢页面"
1083
 
1084
- #: admin/social_sharing.php:1036
1085
  msgid "Specify the pages where you want to enable Sharing interface"
1086
  msgstr "指定要启用共享界面的页面"
1087
 
1088
- #: admin/social_sharing.php:1044 admin/social_sharing.php:1466
1089
  msgid "Show share counts"
1090
  msgstr "显示共享计数"
1091
 
1092
- #: admin/social_sharing.php:1049 admin/social_sharing.php:1471
1093
  #, fuzzy
1094
  msgid ""
1095
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1098,7 +1105,7 @@ msgstr ""
1098
  "支持Facebook、Twitter、LinkedIn、Buffer、Reddit、Pinterest、Odnoclassniki和"
1099
  "Vkontakte的分享计数"
1100
 
1101
- #: admin/social_sharing.php:1050 admin/social_sharing.php:1472
1102
  #, php-format
1103
  msgid ""
1104
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1107,42 +1114,70 @@ msgid ""
1107
  "their website."
1108
  msgstr ""
1109
 
1110
- #: admin/social_sharing.php:1057 admin/social_sharing.php:1479
1111
  msgid "If enabled, share counts are displayed above sharing icons."
1112
  msgstr "如果启用,共享计数在共享图标上面显示。"
1113
 
1114
- #: admin/social_sharing.php:1066 admin/social_sharing.php:1488
1115
  msgid "Show total shares"
1116
  msgstr "分享总数"
1117
 
1118
- #: admin/social_sharing.php:1076 admin/social_sharing.php:1498
1119
  msgid "If enabled, total shares will be displayed with sharing icons"
1120
  msgstr "如果启用,共享计数在共享图标上面显示。"
1121
 
1122
- #: admin/social_sharing.php:1085 admin/social_sharing.php:1507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1123
  msgid "Enable 'More' icon"
1124
  msgstr "启用“更多”图标"
1125
 
1126
- #: admin/social_sharing.php:1095 admin/social_sharing.php:1517
1127
  msgid ""
1128
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1129
  "which shows additional sharing networks in popup"
1130
  msgstr ""
1131
  "如果启用,将选定的共享图标后,会显示“更多”图标,它显示在弹出的其他共享网络"
1132
 
1133
- #: admin/social_sharing.php:1112
1134
  msgid "Floating Sharing Interface Options"
1135
  msgstr "浮动共享界面选项"
1136
 
1137
- #: admin/social_sharing.php:1118
1138
  msgid "Enable Floating sharing interface"
1139
  msgstr "启用共享接口标准"
1140
 
1141
- #: admin/social_sharing.php:1128
1142
  msgid "Master control to enable floating sharing widget"
1143
  msgstr "主控,使共享浮动部件"
1144
 
1145
- #: admin/social_sharing.php:1322
1146
  msgid ""
1147
  "Specify the color or hex code (example #cc78e0) for the background of "
1148
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1153,146 +1188,146 @@ msgstr ""
1153
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
1154
  "颜色的十六进制代码"
1155
 
1156
- #: admin/social_sharing.php:1352 admin/like_buttons.php:450
1157
  msgid "Left offset"
1158
  msgstr "左偏移"
1159
 
1160
- #: admin/social_sharing.php:1362
1161
  msgid ""
1162
  "Specify a number. Increase in number will shift sharing interface towards "
1163
  "right and decrease will shift it towards left. Number can be negative too."
1164
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1165
 
1166
- #: admin/social_sharing.php:1372 admin/like_buttons.php:470
1167
  msgid "Right offset"
1168
  msgstr "右偏移"
1169
 
1170
- #: admin/social_sharing.php:1382
1171
  msgid ""
1172
  "Specify a number. Increase in number will shift sharing interface towards "
1173
  "left and decrease will shift it towards right. Number can be negative too."
1174
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1175
 
1176
- #: admin/social_sharing.php:1391 admin/like_buttons.php:489
1177
  msgid "Top offset"
1178
  msgstr "顶部偏移"
1179
 
1180
- #: admin/social_sharing.php:1401
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
 
1186
- #: admin/social_sharing.php:1437 admin/like_buttons.php:535
1187
  msgid "BuddyPress group"
1188
  msgstr "BuddyPress 组"
1189
 
1190
- #: admin/social_sharing.php:1458
1191
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1192
  msgstr "指定要实现垂直共享界面的网页"
1193
 
1194
- #: admin/social_sharing.php:1525
1195
  #, fuzzy
1196
  msgid "Hide floating slider"
1197
  msgstr "隐藏登入客戶"
1198
 
1199
- #: admin/social_sharing.php:1535
1200
  #, fuzzy
1201
  msgid "Hides the slider arrow present below the floating share bar"
1202
  msgstr "如何在浮动共享栏后隐藏箭头?"
1203
 
1204
- #: admin/social_sharing.php:1543
1205
  msgid "Vertical floating bar responsiveness"
1206
  msgstr "立式浮栏响应能力"
1207
 
1208
- #: admin/social_sharing.php:1546
1209
  #, php-format
1210
  msgid "Display vertical interface only when screen is wider than %s pixels"
1211
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
1212
 
1213
- #: admin/social_sharing.php:1553
1214
  msgid ""
1215
  "Display vertical interface only when screen is wider than the width "
1216
  "specified."
1217
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
1218
 
1219
- #: admin/social_sharing.php:1561
1220
  msgid "Horizontal floating bar responsiveness"
1221
  msgstr "水平浮动栏响应"
1222
 
1223
- #: admin/social_sharing.php:1564
1224
  #, php-format
1225
  msgid ""
1226
  "Stick vertical floating interface horizontally at bottom only when screen is "
1227
  "narrower than %s pixels"
1228
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
1229
 
1230
- #: admin/social_sharing.php:1571
1231
  msgid ""
1232
  "Stick vertical floating interface horizontally at bottom only when screen is "
1233
  "narrower than the width specified"
1234
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
1235
 
1236
- #: admin/social_sharing.php:1581
1237
  msgid "Horizontal floating bar position"
1238
  msgstr "水平浮动栏位置"
1239
 
1240
- #: admin/social_sharing.php:1584
1241
  #, php-format
1242
  msgid "%s pixels from %s"
1243
  msgstr "%s像素来自%s"
1244
 
1245
- #: admin/social_sharing.php:1585
1246
  msgid "Auto-adjust according to screen width (responsive)"
1247
  msgstr "根据屏幕宽度自动调整 (自响应)"
1248
 
1249
- #: admin/social_sharing.php:1592
1250
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1251
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
1252
 
1253
- #: admin/social_sharing.php:1612 admin/like_buttons.php:592
1254
  msgid "Url shortener"
1255
  msgstr "短网址"
1256
 
1257
- #: admin/social_sharing.php:1618
1258
  msgid "Use shortlinks already installed"
1259
  msgstr "短网址已安装,发推按钮"
1260
 
1261
- #: admin/social_sharing.php:1628
1262
  msgid "Uses default short url permalinks without using any additional plugin"
1263
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
1264
 
1265
- #: admin/social_sharing.php:1636
1266
  msgid "Enable bit.ly url shortener for sharing"
1267
  msgstr "用于使用bit.ly url短链共享"
1268
 
1269
- #: admin/social_sharing.php:1646 admin/like_buttons.php:626
1270
  msgid "Master control to enable bit.ly url shortening for sharing"
1271
  msgstr "主控件以启用 bit.ly url 短链共享"
1272
 
1273
- #: admin/social_sharing.php:1654
1274
  msgid "bit.ly Login"
1275
  msgstr "bit.ly登录"
1276
 
1277
- #: admin/social_sharing.php:1664 admin/social_sharing.php:1683
1278
  #, php-format
1279
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1280
  msgstr ""
1281
  "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
1282
 
1283
- #: admin/social_sharing.php:1673 admin/like_buttons.php:653
1284
  msgid "bit.ly API Key"
1285
  msgstr "bit.ly API 密钥"
1286
 
1287
- #: admin/social_sharing.php:1692 admin/like_buttons.php:672
1288
  msgid "Clear Bitly Cache"
1289
  msgstr "清除 Bitly 缓存"
1290
 
1291
- #: admin/social_sharing.php:1696 admin/like_buttons.php:676
1292
  msgid "ShortUrl cache cleared successfully."
1293
  msgstr "ShortUrl 缓存成功清除。"
1294
 
1295
- #: admin/social_sharing.php:1703 admin/like_buttons.php:683
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 "
@@ -1301,31 +1336,31 @@ msgstr ""
1301
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1302
  "仍为旧网址,手动处理。"
1303
 
1304
- #: admin/social_sharing.php:1712
1305
  msgid "Share Count Cache"
1306
  msgstr "共享计数缓存"
1307
 
1308
- #: admin/social_sharing.php:1718
1309
  msgid "Refresh Share Count cache every"
1310
  msgstr "清空每个计数器缓存"
1311
 
1312
- #: admin/social_sharing.php:1723
1313
  msgid "Second(s)"
1314
  msgstr "秒(s)"
1315
 
1316
- #: admin/social_sharing.php:1724
1317
  msgid "Minute(s)"
1318
  msgstr "分钟"
1319
 
1320
- #: admin/social_sharing.php:1725
1321
  msgid "Hour(s)"
1322
  msgstr "小时"
1323
 
1324
- #: admin/social_sharing.php:1726
1325
  msgid "Day(s)"
1326
  msgstr "天"
1327
 
1328
- #: admin/social_sharing.php:1734
1329
  #, php-format
1330
  msgid ""
1331
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1335,25 +1370,25 @@ msgstr ""
1335
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1336
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1337
 
1338
- #: admin/social_sharing.php:1742
1339
  msgid "Clear Share Counts Cache"
1340
  msgstr "清除共享计数缓存"
1341
 
1342
- #: admin/social_sharing.php:1746
1343
  msgid "Share Counts cache cleared successfully."
1344
  msgstr "分享计数缓存成功清除。"
1345
 
1346
- #: admin/social_sharing.php:1753
1347
  msgid "Use this to clear cached share counts"
1348
  msgstr "使用这个清除计数的缓存"
1349
 
1350
- #: admin/social_sharing.php:1762 admin/social_sharing.php:1768
1351
  #: admin/social_commenting.php:315 admin/like_buttons.php:692
1352
  #: admin/like_buttons.php:698
1353
  msgid "Language"
1354
  msgstr "语言"
1355
 
1356
- #: admin/social_sharing.php:1778
1357
  #, php-format
1358
  msgid ""
1359
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1363,15 +1398,15 @@ msgstr ""
1363
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1364
  "链接</a>找到语言代码。留空为默认 (英语)"
1365
 
1366
- #: admin/social_sharing.php:1787
1367
  msgid "Username in sharing"
1368
  msgstr "共享的用户名"
1369
 
1370
- #: admin/social_sharing.php:1793
1371
  msgid "Twitter username (without @)"
1372
  msgstr "Twitter账号(无@)"
1373
 
1374
- #: admin/social_sharing.php:1803 admin/social_sharing.php:1822
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,35 +1415,35 @@ msgstr ""
1380
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1381
  "请留空。"
1382
 
1383
- #: admin/social_sharing.php:1812
1384
  msgid "Buffer username (without @)"
1385
  msgstr "缓冲用户名 (无 @)"
1386
 
1387
- #: admin/social_sharing.php:1831
1388
  msgid "AMP"
1389
  msgstr ""
1390
 
1391
- #: admin/social_sharing.php:1837
1392
  msgid "Enable sharing on AMP pages"
1393
  msgstr "在 AMP 页面上启用分享"
1394
 
1395
- #: admin/social_sharing.php:1847
1396
  msgid "Enable this option to render sharing icons on AMP pages"
1397
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1398
 
1399
- #: admin/social_sharing.php:1866 admin/like_buttons.php:771
1400
  msgid "myCRED"
1401
  msgstr "myCRED"
1402
 
1403
- #: admin/social_sharing.php:1872 admin/like_buttons.php:777
1404
  msgid "Append myCRED referral ID to the urls being shared"
1405
  msgstr "将myCRED推荐ID追加到分享的URL"
1406
 
1407
- #: admin/social_sharing.php:1905
1408
  msgid "Facebook Sharing Troubleshooter"
1409
  msgstr "Facebook 分享疑难解答"
1410
 
1411
- #: admin/social_sharing.php:1910
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) "
@@ -1418,7 +1453,7 @@ msgstr ""
1418
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1419
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1420
 
1421
- #: admin/social_sharing.php:1927 admin/social_commenting.php:399
1422
  #: admin/social_login.php:1241
1423
  msgid ""
1424
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -1427,17 +1462,17 @@ msgstr ""
1427
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1428
  "使插件正常运行。"
1429
 
1430
- #: admin/social_sharing.php:1928
1431
  msgid ""
1432
  "Why is sharer not showing the correct image, title and other meta tags "
1433
  "content?"
1434
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1435
 
1436
- #: admin/social_sharing.php:1930
1437
  msgid "Why is Instagram icon redirecting to Instagram website?"
1438
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1439
 
1440
- #: admin/social_sharing.php:1931
1441
  msgid ""
1442
  "Instagram icon is there to send website visitors to the Instagram page of "
1443
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1447,92 +1482,92 @@ msgstr ""
1447
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1448
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1449
 
1450
- #: admin/social_sharing.php:1934
1451
  #, fuzzy
1452
  msgid "How to customize the url being shared?"
1453
  msgstr "如何自定义个人共享计数的外观?"
1454
 
1455
- #: admin/social_sharing.php:1935
1456
  msgid ""
1457
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1458
  msgstr ""
1459
 
1460
- #: admin/social_sharing.php:1936
1461
  msgid ""
1462
  "It takes some time for their service to track the shares made on Twitter "
1463
  "from your website. If you still feel it's taking too long you can contact "
1464
  "their support directly from their website."
1465
  msgstr ""
1466
 
1467
- #: admin/social_sharing.php:1938 admin/like_buttons.php:814
1468
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1469
  msgstr "如何在同一行中放置标题和社交分享图标?"
1470
 
1471
- #: admin/social_sharing.php:1939
1472
  msgid ""
1473
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1474
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1475
 
1476
- #: admin/social_sharing.php:1940 admin/social_commenting.php:402
1477
  #: admin/social_login.php:1248
1478
  msgid "Why is my browser blocking some features of the plugin?"
1479
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1480
 
1481
- #: admin/social_sharing.php:1941
1482
  msgid "Why the color of share icons is not being updated?"
1483
  msgstr "为什么分享图标的颜色未更新?"
1484
 
1485
- #: admin/social_sharing.php:1942
1486
  msgid "Why Facebook share counts are not appearing?"
1487
  msgstr "为什么Facebook 分享数量没有出现?"
1488
 
1489
- #: admin/social_sharing.php:1943
1490
  msgid ""
1491
  "How can I show share counts of my website rather than of individual pages/"
1492
  "posts?"
1493
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1494
 
1495
- #: admin/social_sharing.php:1944
1496
  msgid "How can I disable sharing on particular page/post?"
1497
  msgstr "如何在特定的页面文章上禁用共享?"
1498
 
1499
- #: admin/social_sharing.php:1945
1500
  msgid "How can I specify minimum sharing count for sharing networks?"
1501
  msgstr "如何为共享网络共享指定最少数目?"
1502
 
1503
- #: admin/social_sharing.php:1946
1504
  msgid "How to share specific page?"
1505
  msgstr "如何共享特定页面?"
1506
 
1507
- #: admin/social_sharing.php:1947
1508
  msgid "How to integrate Google Analytics with sharing?"
1509
  msgstr "谷歌分析与集成"
1510
 
1511
- #: admin/social_sharing.php:1948
1512
  msgid "How to customize the look of total share counts?"
1513
  msgstr "如何自定义总共享计数的外观?"
1514
 
1515
- #: admin/social_sharing.php:1949
1516
  msgid "How to customize the look of individual share counts?"
1517
  msgstr "如何自定义个人共享计数的外观?"
1518
 
1519
- #: admin/social_sharing.php:1950
1520
  msgid "How to show Whatsapp icon only on mobile devices?"
1521
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1522
 
1523
- #: admin/social_sharing.php:1951
1524
  msgid "How to hide arrow after floating sharing bar?"
1525
  msgstr "如何在浮动共享栏后隐藏箭头?"
1526
 
1527
- #: admin/social_sharing.php:1952
1528
  msgid "Why is share count not getting updated?"
1529
  msgstr "为什么共享计数没有得到更新?"
1530
 
1531
- #: admin/social_sharing.php:1953 admin/like_buttons.php:812
1532
  msgid "Why is there so much space between like buttons?"
1533
  msgstr "为什么像按钮之间有这么多的空间?"
1534
 
1535
- #: admin/social_sharing.php:1954 admin/like_buttons.php:813
1536
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1537
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1538
 
@@ -1848,10 +1883,6 @@ msgstr ""
1848
  msgid "Select Social ID provider to enable in Social Login"
1849
  msgstr "选择社会化ID提供商以启用社会化登录"
1850
 
1851
- #: admin/social_login.php:161
1852
- msgid "Facebook App ID"
1853
- msgstr "Facebook 应用 ID"
1854
-
1855
  #: admin/social_login.php:171
1856
  #, php-format
1857
  msgid ""
@@ -1867,10 +1898,6 @@ msgid ""
1867
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1868
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1869
 
1870
- #: admin/social_login.php:183
1871
- msgid "Facebook App Secret"
1872
- msgstr "FacebookAPP密码"
1873
-
1874
  #: admin/social_login.php:193
1875
  #, php-format
1876
  msgid ""
@@ -2685,21 +2712,21 @@ msgstr ""
2685
  "在管理员控制面板中的”Super Socializer > 社交登录”页,从”基本配置”启用社交化登"
2686
  "录。"
2687
 
2688
- #: inc/social_sharing.php:27 inc/social_sharing.php:315
2689
  msgid "Search for"
2690
  msgstr "搜索"
2691
 
2692
  #: inc/social_sharing.php:32 inc/social_sharing.php:34
2693
- #: inc/social_sharing.php:36 inc/social_sharing.php:320
2694
- #: inc/social_sharing.php:322 inc/social_sharing.php:324
2695
  msgid "Archives"
2696
  msgstr "档案"
2697
 
2698
- #: inc/social_sharing.php:882 inc/social_sharing.php:1107
2699
  msgid "Invalid request"
2700
  msgstr "无效请求。"
2701
 
2702
- #: inc/social_sharing.php:889
2703
  msgid "Providers not selected"
2704
  msgstr "未选定的供应商"
2705
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2019-04-19 19:54+0530\n"
5
+ "PO-Revision-Date: 2019-04-19 19:54+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
94
  msgid "Enter your LiveJournal username"
95
  msgstr "输入您的 LiveJournal 用户名"
96
 
97
+ #: super_socializer.php:1014
98
  msgid "Leave a reply"
99
  msgstr "回复"
100
 
101
+ #: super_socializer.php:1026 inc/social_sharing.php:237
102
  msgid "Shares"
103
  msgstr "分享"
104
 
105
+ #: super_socializer.php:1026 inc/social_sharing.php:237
106
  msgid "Share"
107
  msgstr "分享"
108
 
109
+ #: super_socializer.php:1026
110
  msgid "Link copied."
111
  msgstr "链接已复制。"
112
 
113
+ #: super_socializer.php:1272
114
  msgid "Super Socializer - General Options"
115
  msgstr "Super Socializer-常规选项"
116
 
117
+ #: super_socializer.php:1272 admin/general_options.php:15
118
  #: admin/social_commenting.php:47
119
  msgid "General Options"
120
  msgstr "常规选项"
121
 
122
+ #: super_socializer.php:1340 helper.php:898
123
  msgid "Social Avatar"
124
  msgstr "社会化头像"
125
 
126
+ #: super_socializer.php:1343
127
  msgid "Small Avatar Url"
128
  msgstr "小头像 Url"
129
 
130
+ #: super_socializer.php:1347
131
  msgid "Large Avatar Url"
132
  msgstr "大头像 Url"
133
 
134
+ #: super_socializer.php:1351 helper.php:901
135
  msgid ""
136
  "Do not fetch and update social avatar from my profile, next time I Social "
137
  "Login"
138
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
139
 
140
+ #: super_socializer.php:1355 helper.php:902
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
144
+ #: super_socializer.php:1428 super_socializer.php:2193
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
149
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
150
  "操作。"
151
 
152
+ #: super_socializer.php:1434
153
  msgid "Login with your Social ID"
154
  msgstr "使用您的社交 ID登录"
155
 
156
+ #: super_socializer.php:1435
157
  msgid "Email you entered is already registered or invalid"
158
  msgstr "您输入的电子邮件已经注册或无效"
159
 
160
+ #: super_socializer.php:1440
161
  msgid "Please enter a valid email address. You might be required to verify it"
162
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
163
 
164
+ #: super_socializer.php:1444 super_socializer.php:2117
165
  msgid "Link your social account to login to your account at this website"
166
  msgstr "链接你的社会化媒体帐户登录您本站账号"
167
 
168
+ #: super_socializer.php:1692
169
  msgid "Thanks for installing Super Socializer plugin"
170
  msgstr ""
171
 
172
+ #: super_socializer.php:1694
173
  msgid "Configure the Plugin"
174
  msgstr ""
175
 
176
+ #: super_socializer.php:1705
177
  msgid ""
178
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
179
  "current version of Super Socialzer"
180
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
181
 
182
+ #: super_socializer.php:1714
183
  msgid ""
184
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
185
  "version of Super Socialzer"
186
  msgstr ""
187
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
188
 
189
+ #: super_socializer.php:1723
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:1732
196
  msgid ""
197
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
198
  "with current version of Super Socialzer"
200
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
201
  "容"
202
 
203
+ #: super_socializer.php:1741
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
209
 
210
+ #: super_socializer.php:1748
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr "更新 \"社交登录 mycred 集成\" 加载项与超级社交器的 livejoin 登录兼容"
215
 
216
+ #: super_socializer.php:1759
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
221
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
222
  "处 </a>"
223
 
224
+ #: super_socializer.php:1775
225
  #, php-format
226
  msgid ""
227
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
228
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
229
 
230
+ #: super_socializer.php:1799
231
  #, php-format
232
  msgid ""
233
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
238
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
239
  "target = \"_ black\" > </a>"
240
 
241
+ #: super_socializer.php:1799 super_socializer.php:1824
242
+ #: super_socializer.php:1849 super_socializer.php:1874
243
+ #: super_socializer.php:1907 super_socializer.php:1935
244
+ #: super_socializer.php:1962 super_socializer.php:2039
245
  msgid "Okay"
246
  msgstr "好的"
247
 
248
+ #: super_socializer.php:1824
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
256
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
257
  "a>"
258
 
259
+ #: super_socializer.php:1849
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
267
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
268
  "black\" > </a>"
269
 
270
+ #: super_socializer.php:1874
271
  #, php-format
272
  msgid ""
273
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
278
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
279
  "black\" > </a>"
280
 
281
+ #: super_socializer.php:1885
282
  #, php-format
283
  msgid ""
284
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
285
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
286
 
287
+ #: super_socializer.php:1907
288
  #, php-format
289
  msgid ""
290
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
294
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
295
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
296
 
297
+ #: super_socializer.php:1935
298
  #, php-format
299
  msgid ""
300
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
303
  "your website %s with them. No need to copy-paste any code from their website."
304
  msgstr ""
305
 
306
+ #: super_socializer.php:1962
307
  #, php-format
308
  msgid ""
309
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
314
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
315
  "\" > </a>"
316
 
317
+ #: super_socializer.php:1987
318
  #, fuzzy, php-format
319
  msgid ""
320
  "If you cannot get Linkedin login to work after updating the plugin, replace "
325
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
326
  "black\" > </a>"
327
 
328
+ #: super_socializer.php:1987 super_socializer.php:2014
329
  msgid "Dismiss"
330
  msgstr ""
331
 
332
+ #: super_socializer.php:2013
333
+ msgid ""
334
+ "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
335
+ "\"Floating Interface\" section(s) to fix the issue with Facebook share "
336
+ "count. After that, clear share counts cache from \"Miscellaneous\" section."
337
+ msgstr ""
338
+
339
+ #: super_socializer.php:2039
340
  #, php-format
341
  msgid ""
342
  "Your website visitors will see a popup notification (only once) if their "
442
  msgid "Large Avatar"
443
  msgstr "大头像"
444
 
445
+ #: helper.php:913 admin/general_options.php:132 admin/social_sharing.php:2058
446
  #: admin/social_commenting.php:413 admin/social_login.php:1259
447
  #: admin/like_buttons.php:826
448
  msgid "Save Changes"
465
  msgstr "发生了一些不好的事情"
466
 
467
  #: admin/general_options.php:7 admin/general_options.php:136
468
+ #: admin/social_sharing.php:5 admin/social_sharing.php:2062
469
  #: admin/social_commenting.php:5 admin/social_commenting.php:417
470
  #: admin/social_login.php:5 admin/social_login.php:1263
471
  #: admin/like_buttons.php:6 admin/like_buttons.php:830
536
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
537
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
538
 
539
+ #: admin/general_options.php:147 admin/social_sharing.php:2068
540
  #: admin/social_commenting.php:423 admin/social_login.php:1269
541
  #: admin/like_buttons.php:836
542
  msgid "Instagram Shoutout"
543
  msgstr ""
544
 
545
+ #: admin/general_options.php:149 admin/social_sharing.php:2070
546
  #: admin/social_commenting.php:425 admin/social_login.php:1271
547
  #: admin/like_buttons.php:838
548
  msgid ""
553
  "如果您可以发送(至hello@heateor.com)我们的插件如何帮助您的业务,我们可以在"
554
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
555
 
556
+ #: admin/general_options.php:150 admin/social_sharing.php:2071
557
  #: admin/social_commenting.php:426 admin/social_login.php:1272
558
  #: admin/like_buttons.php:839
559
  msgid ""
567
  "年里,他们已经成为最受欢迎的在线教练网站之一。任何人都可以在短时间内以一种非"
568
  "常简单的方式精通自己选择的编程语言。"
569
 
570
+ #: admin/general_options.php:151 admin/social_sharing.php:2072
571
  #: admin/social_commenting.php:427 admin/social_login.php:1273
572
  #: admin/like_buttons.php:840
573
  msgid ""
702
  msgid "3rd Party Integration"
703
  msgstr "第三方集成"
704
 
705
+ #: admin/social_sharing.php:56 admin/social_sharing.php:1985
706
+ #: admin/social_sharing.php:1987 admin/social_login.php:46
707
  #: admin/social_login.php:1225 admin/like_buttons.php:51
708
  #: admin/like_buttons.php:797
709
  msgid "Shortcode & Widget"
713
  msgid "Troubleshooter"
714
  msgstr "排错"
715
 
716
+ #: admin/social_sharing.php:58 admin/social_sharing.php:2018
717
  #: admin/social_commenting.php:40 admin/social_commenting.php:397
718
  #: admin/social_login.php:47 admin/social_login.php:1239
719
  #: admin/like_buttons.php:52 admin/like_buttons.php:810
817
  "的十六进制代码"
818
 
819
  #: admin/social_sharing.php:291 admin/social_sharing.php:599
820
+ #: admin/social_sharing.php:1367 admin/like_buttons.php:410 inc/widget.php:460
821
  #: inc/widget.php:772
822
  msgid "Background Color"
823
  msgstr "背景颜色"
860
  msgstr "(适用,如果启用计数器)"
861
 
862
  #: admin/social_sharing.php:341 admin/social_sharing.php:648
863
+ #: admin/social_sharing.php:931 admin/social_sharing.php:1389
864
  #: admin/like_buttons.php:183 admin/like_buttons.php:432 inc/widget.php:446
865
  #: inc/widget.php:758
866
  msgid "Left"
871
  msgstr "顶部"
872
 
873
  #: admin/social_sharing.php:345 admin/social_sharing.php:652
874
+ #: admin/social_sharing.php:933 admin/social_sharing.php:1390
875
  #: admin/like_buttons.php:185 admin/like_buttons.php:433 inc/widget.php:447
876
  #: inc/widget.php:759
877
  msgid "Right"
917
  msgid "Master control to enable standard sharing"
918
  msgstr "主控件以启用标准共享"
919
 
920
+ #: admin/social_sharing.php:712 admin/social_sharing.php:1193
921
  #: admin/like_buttons.php:86 admin/like_buttons.php:336
922
  msgid "Target Url"
923
  msgstr "目标URL"
924
 
925
+ #: admin/social_sharing.php:716 admin/social_sharing.php:1197
926
  #: admin/like_buttons.php:90 admin/like_buttons.php:340
927
  msgid "Url of the webpage where icons are located (default)"
928
  msgstr "图标所在网页的Url (默认值)"
929
 
930
+ #: admin/social_sharing.php:718 admin/social_sharing.php:1199
931
  #: admin/like_buttons.php:92 admin/like_buttons.php:342
932
  msgid "Url of the homepage of your website"
933
  msgstr "您网站的主页的 Url"
934
 
935
+ #: admin/social_sharing.php:720 admin/social_sharing.php:1201
936
  #: admin/like_buttons.php:94 admin/like_buttons.php:344
937
  msgid "Custom url"
938
  msgstr "自定义 URL"
939
 
940
+ #: admin/social_sharing.php:727 admin/social_sharing.php:1208
941
  msgid "Url to share"
942
  msgstr "要分享的网址"
943
 
950
  msgid "The text to display above the sharing interface"
951
  msgstr "要共享界面上方显示的文本"
952
 
953
+ #: admin/social_sharing.php:770 admin/social_sharing.php:1217
954
  msgid "Instagram username"
955
  msgstr ""
956
 
957
+ #: admin/social_sharing.php:780 admin/social_sharing.php:1227
958
  msgid ""
959
  "Username of the Instagram account you want to redirect users to, on clicking "
960
  "the icon"
961
  msgstr "要将用户重定向到的 Instagram 帐户的用户名, 请单击图标"
962
 
963
+ #: admin/social_sharing.php:790 admin/social_sharing.php:1237
964
  msgid "HTML ID of container element of comment form"
965
  msgstr "注释表单的容器元素的HTML ID"
966
 
967
+ #: admin/social_sharing.php:800 admin/social_sharing.php:1247
968
  msgid ""
969
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
970
  "icon."
971
  msgstr "HTML ID的元素,你想集中在网页上,点击评论图标。"
972
 
973
+ #: admin/social_sharing.php:814 admin/social_sharing.php:1256
974
  msgid "Rearrange icons"
975
  msgstr "重新排列图标"
976
 
977
+ #: admin/social_sharing.php:875 admin/social_sharing.php:1315
978
  msgid "Drag the icons to rearrange in desired order"
979
  msgstr "按所需顺序拖动要重新排列的图标"
980
 
981
+ #: admin/social_sharing.php:883 admin/social_sharing.php:1323
982
  msgid "Select Sharing Services"
983
  msgstr "选择共享服务"
984
 
985
+ #: admin/social_sharing.php:890 admin/social_sharing.php:1330
986
  msgid "Select sharing services to show in social share bar"
987
  msgstr "请选择要在社交共享栏中显示的共享服务"
988
 
989
+ #: admin/social_sharing.php:908 admin/social_sharing.php:1348
990
  msgid "Search social network"
991
  msgstr "搜索社交网络"
992
 
993
+ #: admin/social_sharing.php:927 admin/social_sharing.php:1385
994
  #: admin/like_buttons.php:179 admin/like_buttons.php:428
995
  msgid "Horizontal alignment"
996
  msgstr "水平对齐"
997
 
998
+ #: admin/social_sharing.php:932 admin/like_buttons.php:184
999
  msgid "Center"
1000
  msgstr "居中"
1001
 
1002
+ #: admin/social_sharing.php:941 admin/social_sharing.php:1398
1003
  msgid "Horizontal alignment of the sharing interface"
1004
  msgstr "共享界面水平对齐方式"
1005
 
1006
+ #: admin/social_sharing.php:949 admin/like_buttons.php:201
1007
  msgid "Position with respect to content"
1008
  msgstr "相对于内容的位置"
1009
 
1010
+ #: admin/social_sharing.php:953 admin/like_buttons.php:205
1011
  msgid "Top of the content"
1012
  msgstr "内容的顶部"
1013
 
1014
+ #: admin/social_sharing.php:955 admin/like_buttons.php:207
1015
  msgid "Bottom of the content"
1016
  msgstr "内容的底部"
1017
 
1018
+ #: admin/social_sharing.php:962
1019
  msgid "Specify position of the sharing interface with respect to the content"
1020
  msgstr "指定相对于内容而言共享界面的位置"
1021
 
1022
+ #: admin/social_sharing.php:970 admin/social_sharing.php:1464
1023
  msgid "Placement"
1024
  msgstr "放置"
1025
 
1026
+ #: admin/social_sharing.php:974 admin/social_sharing.php:1468
1027
  #: admin/social_login.php:848 admin/social_login.php:878
1028
  #: admin/like_buttons.php:226 admin/like_buttons.php:511
1029
  msgid "Homepage"
1030
  msgstr "主页"
1031
 
1032
+ #: admin/social_sharing.php:976 admin/social_sharing.php:1470
1033
  #: admin/like_buttons.php:228 admin/like_buttons.php:513
1034
  msgid "Posts"
1035
  msgstr "文章"
1036
 
1037
+ #: admin/social_sharing.php:978 admin/social_sharing.php:1472
1038
  #: admin/like_buttons.php:230 admin/like_buttons.php:515
1039
  msgid "Pages"
1040
  msgstr "页面"
1041
 
1042
+ #: admin/social_sharing.php:980 admin/social_sharing.php:1474
1043
  #: admin/like_buttons.php:232 admin/like_buttons.php:517
1044
  msgid "Excerpts and Posts page"
1045
  msgstr "摘录和帖子页面"
1046
 
1047
+ #: admin/social_sharing.php:982 admin/social_sharing.php:1476
1048
  #: admin/like_buttons.php:234 admin/like_buttons.php:519
1049
  msgid "Category Archives"
1050
  msgstr "目录类别"
1051
 
1052
+ #: admin/social_sharing.php:984 admin/social_sharing.php:1478
1053
  #: admin/like_buttons.php:236 admin/like_buttons.php:521
1054
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1055
  msgstr "存档页 (分类、 标记、 作者或根据日期分类的页)"
1056
 
1057
+ #: admin/social_sharing.php:1000 admin/like_buttons.php:252
1058
  msgid "BuddyPress activity"
1059
  msgstr "BuddyPress 活动"
1060
 
1061
+ #: admin/social_sharing.php:1002 admin/like_buttons.php:255
1062
  msgid "BuddyPress group (only at top of content)"
1063
  msgstr "BuddyPress 组 (只有顶部的内容)"
1064
 
1065
+ #: admin/social_sharing.php:1008 admin/social_sharing.php:1500
1066
  #: admin/like_buttons.php:262 admin/like_buttons.php:542
1067
  msgid "BBPress forum"
1068
  msgstr "BBPress 论坛"
1069
 
1070
+ #: admin/social_sharing.php:1011 admin/social_sharing.php:1503
1071
  #: admin/like_buttons.php:265 admin/like_buttons.php:545
1072
  msgid "BBPress topic"
1073
  msgstr "BBPress 主题"
1074
 
1075
+ #: admin/social_sharing.php:1014 admin/like_buttons.php:268
1076
  msgid "BBPress reply"
1077
  msgstr "BBPress 答复"
1078
 
1079
+ #: admin/social_sharing.php:1021 admin/like_buttons.php:275
1080
  msgid "After individual product at WooCommerce Shop page"
1081
  msgstr "在 WooCommerce 商店页面上单独的商品后"
1082
 
1083
+ #: admin/social_sharing.php:1024 admin/like_buttons.php:278
1084
  msgid "WooCommerce Product Page"
1085
  msgstr "Woocommerce商品页"
1086
 
1087
+ #: admin/social_sharing.php:1027 admin/like_buttons.php:281
1088
  msgid "WooCommerce Thankyou Page"
1089
  msgstr "WooCommerce 致谢页面"
1090
 
1091
+ #: admin/social_sharing.php:1038
1092
  msgid "Specify the pages where you want to enable Sharing interface"
1093
  msgstr "指定要启用共享界面的页面"
1094
 
1095
+ #: admin/social_sharing.php:1046 admin/social_sharing.php:1521
1096
  msgid "Show share counts"
1097
  msgstr "显示共享计数"
1098
 
1099
+ #: admin/social_sharing.php:1051 admin/social_sharing.php:1526
1100
  #, fuzzy
1101
  msgid ""
1102
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1105
  "支持Facebook、Twitter、LinkedIn、Buffer、Reddit、Pinterest、Odnoclassniki和"
1106
  "Vkontakte的分享计数"
1107
 
1108
+ #: admin/social_sharing.php:1052 admin/social_sharing.php:1527
1109
  #, php-format
1110
  msgid ""
1111
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1114
  "their website."
1115
  msgstr ""
1116
 
1117
+ #: admin/social_sharing.php:1059 admin/social_sharing.php:1534
1118
  msgid "If enabled, share counts are displayed above sharing icons."
1119
  msgstr "如果启用,共享计数在共享图标上面显示。"
1120
 
1121
+ #: admin/social_sharing.php:1068 admin/social_sharing.php:1543
1122
  msgid "Show total shares"
1123
  msgstr "分享总数"
1124
 
1125
+ #: admin/social_sharing.php:1078 admin/social_sharing.php:1553
1126
  msgid "If enabled, total shares will be displayed with sharing icons"
1127
  msgstr "如果启用,共享计数在共享图标上面显示。"
1128
 
1129
+ #: admin/social_sharing.php:1103 admin/social_sharing.php:1563
1130
+ #: admin/social_login.php:161
1131
+ msgid "Facebook App ID"
1132
+ msgstr "Facebook 应用 ID"
1133
+
1134
+ #: admin/social_sharing.php:1113 admin/social_sharing.php:1573
1135
+ #, fuzzy, php-format
1136
+ msgid ""
1137
+ "Required for Facebook share count to work. Please follow the documentation "
1138
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1139
+ msgstr ""
1140
+ "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1141
+ "Facebook的应用程序ID"
1142
+
1143
+ #: admin/social_sharing.php:1121 admin/social_sharing.php:1581
1144
+ #: admin/social_login.php:183
1145
+ msgid "Facebook App Secret"
1146
+ msgstr "FacebookAPP密码"
1147
+
1148
+ #: admin/social_sharing.php:1131 admin/social_sharing.php:1591
1149
+ #, fuzzy, php-format
1150
+ msgid ""
1151
+ "Required for Facebook share count to work. Please follow the documentation "
1152
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1153
+ msgstr ""
1154
+ "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1155
+ "> 此链接 </a>, 以获得 facebook 应用程序机密"
1156
+
1157
+ #: admin/social_sharing.php:1140 admin/social_sharing.php:1600
1158
  msgid "Enable 'More' icon"
1159
  msgstr "启用“更多”图标"
1160
 
1161
+ #: admin/social_sharing.php:1150 admin/social_sharing.php:1610
1162
  msgid ""
1163
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1164
  "which shows additional sharing networks in popup"
1165
  msgstr ""
1166
  "如果启用,将选定的共享图标后,会显示“更多”图标,它显示在弹出的其他共享网络"
1167
 
1168
+ #: admin/social_sharing.php:1167
1169
  msgid "Floating Sharing Interface Options"
1170
  msgstr "浮动共享界面选项"
1171
 
1172
+ #: admin/social_sharing.php:1173
1173
  msgid "Enable Floating sharing interface"
1174
  msgstr "启用共享接口标准"
1175
 
1176
+ #: admin/social_sharing.php:1183
1177
  msgid "Master control to enable floating sharing widget"
1178
  msgstr "主控,使共享浮动部件"
1179
 
1180
+ #: admin/social_sharing.php:1377
1181
  msgid ""
1182
  "Specify the color or hex code (example #cc78e0) for the background of "
1183
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1188
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
1189
  "颜色的十六进制代码"
1190
 
1191
+ #: admin/social_sharing.php:1407 admin/like_buttons.php:450
1192
  msgid "Left offset"
1193
  msgstr "左偏移"
1194
 
1195
+ #: admin/social_sharing.php:1417
1196
  msgid ""
1197
  "Specify a number. Increase in number will shift sharing interface towards "
1198
  "right and decrease will shift it towards left. Number can be negative too."
1199
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1200
 
1201
+ #: admin/social_sharing.php:1427 admin/like_buttons.php:470
1202
  msgid "Right offset"
1203
  msgstr "右偏移"
1204
 
1205
+ #: admin/social_sharing.php:1437
1206
  msgid ""
1207
  "Specify a number. Increase in number will shift sharing interface towards "
1208
  "left and decrease will shift it towards right. Number can be negative too."
1209
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1210
 
1211
+ #: admin/social_sharing.php:1446 admin/like_buttons.php:489
1212
  msgid "Top offset"
1213
  msgstr "顶部偏移"
1214
 
1215
+ #: admin/social_sharing.php:1456
1216
  msgid ""
1217
  "Specify a number. Increase in number will shift sharing interface towards "
1218
  "bottom and decrease will shift it towards top."
1219
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
1220
 
1221
+ #: admin/social_sharing.php:1492 admin/like_buttons.php:535
1222
  msgid "BuddyPress group"
1223
  msgstr "BuddyPress 组"
1224
 
1225
+ #: admin/social_sharing.php:1513
1226
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1227
  msgstr "指定要实现垂直共享界面的网页"
1228
 
1229
+ #: admin/social_sharing.php:1618
1230
  #, fuzzy
1231
  msgid "Hide floating slider"
1232
  msgstr "隐藏登入客戶"
1233
 
1234
+ #: admin/social_sharing.php:1628
1235
  #, fuzzy
1236
  msgid "Hides the slider arrow present below the floating share bar"
1237
  msgstr "如何在浮动共享栏后隐藏箭头?"
1238
 
1239
+ #: admin/social_sharing.php:1636
1240
  msgid "Vertical floating bar responsiveness"
1241
  msgstr "立式浮栏响应能力"
1242
 
1243
+ #: admin/social_sharing.php:1639
1244
  #, php-format
1245
  msgid "Display vertical interface only when screen is wider than %s pixels"
1246
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
1247
 
1248
+ #: admin/social_sharing.php:1646
1249
  msgid ""
1250
  "Display vertical interface only when screen is wider than the width "
1251
  "specified."
1252
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
1253
 
1254
+ #: admin/social_sharing.php:1654
1255
  msgid "Horizontal floating bar responsiveness"
1256
  msgstr "水平浮动栏响应"
1257
 
1258
+ #: admin/social_sharing.php:1657
1259
  #, php-format
1260
  msgid ""
1261
  "Stick vertical floating interface horizontally at bottom only when screen is "
1262
  "narrower than %s pixels"
1263
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
1264
 
1265
+ #: admin/social_sharing.php:1664
1266
  msgid ""
1267
  "Stick vertical floating interface horizontally at bottom only when screen is "
1268
  "narrower than the width specified"
1269
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
1270
 
1271
+ #: admin/social_sharing.php:1674
1272
  msgid "Horizontal floating bar position"
1273
  msgstr "水平浮动栏位置"
1274
 
1275
+ #: admin/social_sharing.php:1677
1276
  #, php-format
1277
  msgid "%s pixels from %s"
1278
  msgstr "%s像素来自%s"
1279
 
1280
+ #: admin/social_sharing.php:1678
1281
  msgid "Auto-adjust according to screen width (responsive)"
1282
  msgstr "根据屏幕宽度自动调整 (自响应)"
1283
 
1284
+ #: admin/social_sharing.php:1685
1285
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1286
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
1287
 
1288
+ #: admin/social_sharing.php:1705 admin/like_buttons.php:592
1289
  msgid "Url shortener"
1290
  msgstr "短网址"
1291
 
1292
+ #: admin/social_sharing.php:1711
1293
  msgid "Use shortlinks already installed"
1294
  msgstr "短网址已安装,发推按钮"
1295
 
1296
+ #: admin/social_sharing.php:1721
1297
  msgid "Uses default short url permalinks without using any additional plugin"
1298
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
1299
 
1300
+ #: admin/social_sharing.php:1729
1301
  msgid "Enable bit.ly url shortener for sharing"
1302
  msgstr "用于使用bit.ly url短链共享"
1303
 
1304
+ #: admin/social_sharing.php:1739 admin/like_buttons.php:626
1305
  msgid "Master control to enable bit.ly url shortening for sharing"
1306
  msgstr "主控件以启用 bit.ly url 短链共享"
1307
 
1308
+ #: admin/social_sharing.php:1747
1309
  msgid "bit.ly Login"
1310
  msgstr "bit.ly登录"
1311
 
1312
+ #: admin/social_sharing.php:1757 admin/social_sharing.php:1776
1313
  #, php-format
1314
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1315
  msgstr ""
1316
  "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
1317
 
1318
+ #: admin/social_sharing.php:1766 admin/like_buttons.php:653
1319
  msgid "bit.ly API Key"
1320
  msgstr "bit.ly API 密钥"
1321
 
1322
+ #: admin/social_sharing.php:1785 admin/like_buttons.php:672
1323
  msgid "Clear Bitly Cache"
1324
  msgstr "清除 Bitly 缓存"
1325
 
1326
+ #: admin/social_sharing.php:1789 admin/like_buttons.php:676
1327
  msgid "ShortUrl cache cleared successfully."
1328
  msgstr "ShortUrl 缓存成功清除。"
1329
 
1330
+ #: admin/social_sharing.php:1796 admin/like_buttons.php:683
1331
  msgid ""
1332
  "Use this to delete short urls saved in database. Handy, if urls of your "
1333
  "website have been changed but short urls are still being generated for old "
1336
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1337
  "仍为旧网址,手动处理。"
1338
 
1339
+ #: admin/social_sharing.php:1805
1340
  msgid "Share Count Cache"
1341
  msgstr "共享计数缓存"
1342
 
1343
+ #: admin/social_sharing.php:1811
1344
  msgid "Refresh Share Count cache every"
1345
  msgstr "清空每个计数器缓存"
1346
 
1347
+ #: admin/social_sharing.php:1816
1348
  msgid "Second(s)"
1349
  msgstr "秒(s)"
1350
 
1351
+ #: admin/social_sharing.php:1817
1352
  msgid "Minute(s)"
1353
  msgstr "分钟"
1354
 
1355
+ #: admin/social_sharing.php:1818
1356
  msgid "Hour(s)"
1357
  msgstr "小时"
1358
 
1359
+ #: admin/social_sharing.php:1819
1360
  msgid "Day(s)"
1361
  msgstr "天"
1362
 
1363
+ #: admin/social_sharing.php:1827
1364
  #, php-format
1365
  msgid ""
1366
  "Frequent cache refreshing results in slower loading of pages with share "
1370
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1371
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1372
 
1373
+ #: admin/social_sharing.php:1835
1374
  msgid "Clear Share Counts Cache"
1375
  msgstr "清除共享计数缓存"
1376
 
1377
+ #: admin/social_sharing.php:1839
1378
  msgid "Share Counts cache cleared successfully."
1379
  msgstr "分享计数缓存成功清除。"
1380
 
1381
+ #: admin/social_sharing.php:1846
1382
  msgid "Use this to clear cached share counts"
1383
  msgstr "使用这个清除计数的缓存"
1384
 
1385
+ #: admin/social_sharing.php:1855 admin/social_sharing.php:1861
1386
  #: admin/social_commenting.php:315 admin/like_buttons.php:692
1387
  #: admin/like_buttons.php:698
1388
  msgid "Language"
1389
  msgstr "语言"
1390
 
1391
+ #: admin/social_sharing.php:1871
1392
  #, php-format
1393
  msgid ""
1394
  "Enter the code of the language you want to use for like buttons. You can "
1398
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1399
  "链接</a>找到语言代码。留空为默认 (英语)"
1400
 
1401
+ #: admin/social_sharing.php:1880
1402
  msgid "Username in sharing"
1403
  msgstr "共享的用户名"
1404
 
1405
+ #: admin/social_sharing.php:1886
1406
  msgid "Twitter username (without @)"
1407
  msgstr "Twitter账号(无@)"
1408
 
1409
+ #: admin/social_sharing.php:1896 admin/social_sharing.php:1915
1410
  msgid ""
1411
  "Provided username will be appended after the content being shared as \"via "
1412
  "@USERNAME\". Leave empty if you do not want any username in the content "
1415
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1416
  "请留空。"
1417
 
1418
+ #: admin/social_sharing.php:1905
1419
  msgid "Buffer username (without @)"
1420
  msgstr "缓冲用户名 (无 @)"
1421
 
1422
+ #: admin/social_sharing.php:1924
1423
  msgid "AMP"
1424
  msgstr ""
1425
 
1426
+ #: admin/social_sharing.php:1930
1427
  msgid "Enable sharing on AMP pages"
1428
  msgstr "在 AMP 页面上启用分享"
1429
 
1430
+ #: admin/social_sharing.php:1940
1431
  msgid "Enable this option to render sharing icons on AMP pages"
1432
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1433
 
1434
+ #: admin/social_sharing.php:1959 admin/like_buttons.php:771
1435
  msgid "myCRED"
1436
  msgstr "myCRED"
1437
 
1438
+ #: admin/social_sharing.php:1965 admin/like_buttons.php:777
1439
  msgid "Append myCRED referral ID to the urls being shared"
1440
  msgstr "将myCRED推荐ID追加到分享的URL"
1441
 
1442
+ #: admin/social_sharing.php:1998
1443
  msgid "Facebook Sharing Troubleshooter"
1444
  msgstr "Facebook 分享疑难解答"
1445
 
1446
+ #: admin/social_sharing.php:2003
1447
  msgid ""
1448
  "If Facebook sharing is not working fine, click at the following link and "
1449
  "enter the problematic url (where Facebook sharing is not working properly) "
1453
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1454
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1455
 
1456
+ #: admin/social_sharing.php:2020 admin/social_commenting.php:399
1457
  #: admin/social_login.php:1241
1458
  msgid ""
1459
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1462
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1463
  "使插件正常运行。"
1464
 
1465
+ #: admin/social_sharing.php:2021
1466
  msgid ""
1467
  "Why is sharer not showing the correct image, title and other meta tags "
1468
  "content?"
1469
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1470
 
1471
+ #: admin/social_sharing.php:2023
1472
  msgid "Why is Instagram icon redirecting to Instagram website?"
1473
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1474
 
1475
+ #: admin/social_sharing.php:2024
1476
  msgid ""
1477
  "Instagram icon is there to send website visitors to the Instagram page of "
1478
  "your choice. You can save the desired Instagram handle in \"Instagram "
1482
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1483
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1484
 
1485
+ #: admin/social_sharing.php:2027
1486
  #, fuzzy
1487
  msgid "How to customize the url being shared?"
1488
  msgstr "如何自定义个人共享计数的外观?"
1489
 
1490
+ #: admin/social_sharing.php:2028
1491
  msgid ""
1492
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1493
  msgstr ""
1494
 
1495
+ #: admin/social_sharing.php:2029
1496
  msgid ""
1497
  "It takes some time for their service to track the shares made on Twitter "
1498
  "from your website. If you still feel it's taking too long you can contact "
1499
  "their support directly from their website."
1500
  msgstr ""
1501
 
1502
+ #: admin/social_sharing.php:2031 admin/like_buttons.php:814
1503
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1504
  msgstr "如何在同一行中放置标题和社交分享图标?"
1505
 
1506
+ #: admin/social_sharing.php:2032
1507
  msgid ""
1508
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1509
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1510
 
1511
+ #: admin/social_sharing.php:2033 admin/social_commenting.php:402
1512
  #: admin/social_login.php:1248
1513
  msgid "Why is my browser blocking some features of the plugin?"
1514
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1515
 
1516
+ #: admin/social_sharing.php:2034
1517
  msgid "Why the color of share icons is not being updated?"
1518
  msgstr "为什么分享图标的颜色未更新?"
1519
 
1520
+ #: admin/social_sharing.php:2035
1521
  msgid "Why Facebook share counts are not appearing?"
1522
  msgstr "为什么Facebook 分享数量没有出现?"
1523
 
1524
+ #: admin/social_sharing.php:2036
1525
  msgid ""
1526
  "How can I show share counts of my website rather than of individual pages/"
1527
  "posts?"
1528
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1529
 
1530
+ #: admin/social_sharing.php:2037
1531
  msgid "How can I disable sharing on particular page/post?"
1532
  msgstr "如何在特定的页面文章上禁用共享?"
1533
 
1534
+ #: admin/social_sharing.php:2038
1535
  msgid "How can I specify minimum sharing count for sharing networks?"
1536
  msgstr "如何为共享网络共享指定最少数目?"
1537
 
1538
+ #: admin/social_sharing.php:2039
1539
  msgid "How to share specific page?"
1540
  msgstr "如何共享特定页面?"
1541
 
1542
+ #: admin/social_sharing.php:2040
1543
  msgid "How to integrate Google Analytics with sharing?"
1544
  msgstr "谷歌分析与集成"
1545
 
1546
+ #: admin/social_sharing.php:2041
1547
  msgid "How to customize the look of total share counts?"
1548
  msgstr "如何自定义总共享计数的外观?"
1549
 
1550
+ #: admin/social_sharing.php:2042
1551
  msgid "How to customize the look of individual share counts?"
1552
  msgstr "如何自定义个人共享计数的外观?"
1553
 
1554
+ #: admin/social_sharing.php:2043
1555
  msgid "How to show Whatsapp icon only on mobile devices?"
1556
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1557
 
1558
+ #: admin/social_sharing.php:2044
1559
  msgid "How to hide arrow after floating sharing bar?"
1560
  msgstr "如何在浮动共享栏后隐藏箭头?"
1561
 
1562
+ #: admin/social_sharing.php:2045
1563
  msgid "Why is share count not getting updated?"
1564
  msgstr "为什么共享计数没有得到更新?"
1565
 
1566
+ #: admin/social_sharing.php:2046 admin/like_buttons.php:812
1567
  msgid "Why is there so much space between like buttons?"
1568
  msgstr "为什么像按钮之间有这么多的空间?"
1569
 
1570
+ #: admin/social_sharing.php:2047 admin/like_buttons.php:813
1571
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1572
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1573
 
1883
  msgid "Select Social ID provider to enable in Social Login"
1884
  msgstr "选择社会化ID提供商以启用社会化登录"
1885
 
 
 
 
 
1886
  #: admin/social_login.php:171
1887
  #, php-format
1888
  msgid ""
1898
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1899
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1900
 
 
 
 
 
1901
  #: admin/social_login.php:193
1902
  #, php-format
1903
  msgid ""
2712
  "在管理员控制面板中的”Super Socializer > 社交登录”页,从”基本配置”启用社交化登"
2713
  "录。"
2714
 
2715
+ #: inc/social_sharing.php:27 inc/social_sharing.php:352
2716
  msgid "Search for"
2717
  msgstr "搜索"
2718
 
2719
  #: inc/social_sharing.php:32 inc/social_sharing.php:34
2720
+ #: inc/social_sharing.php:36 inc/social_sharing.php:357
2721
+ #: inc/social_sharing.php:359 inc/social_sharing.php:361
2722
  msgid "Archives"
2723
  msgstr "档案"
2724
 
2725
+ #: inc/social_sharing.php:920 inc/social_sharing.php:1179
2726
  msgid "Invalid request"
2727
  msgstr "无效请求。"
2728
 
2729
+ #: inc/social_sharing.php:927
2730
  msgid "Providers not selected"
2731
  msgstr "未选定的供应商"
2732
 
languages/super-socializer.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-07 08:56+0530\n"
6
- "PO-Revision-Date: 2019-04-07 08:56+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -83,132 +83,132 @@ msgstr ""
83
  msgid "Enter your LiveJournal username"
84
  msgstr ""
85
 
86
- #: ../super_socializer.php:1015
87
  msgid "Leave a reply"
88
  msgstr ""
89
 
90
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
91
  msgid "Shares"
92
  msgstr ""
93
 
94
- #: ../super_socializer.php:1027 ../inc/social_sharing.php:237
95
  msgid "Share"
96
  msgstr ""
97
 
98
- #: ../super_socializer.php:1027
99
  msgid "Link copied."
100
  msgstr ""
101
 
102
- #: ../super_socializer.php:1273
103
  msgid "Super Socializer - General Options"
104
  msgstr ""
105
 
106
- #: ../super_socializer.php:1273 ../admin/general_options.php:15
107
  #: ../admin/social_commenting.php:47
108
  msgid "General Options"
109
  msgstr ""
110
 
111
- #: ../super_socializer.php:1341 ../helper.php:898
112
  msgid "Social Avatar"
113
  msgstr ""
114
 
115
- #: ../super_socializer.php:1344
116
  msgid "Small Avatar Url"
117
  msgstr ""
118
 
119
- #: ../super_socializer.php:1348
120
  msgid "Large Avatar Url"
121
  msgstr ""
122
 
123
- #: ../super_socializer.php:1352 ../helper.php:901
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
127
  msgstr ""
128
 
129
- #: ../super_socializer.php:1356 ../helper.php:902
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
- #: ../super_socializer.php:1429 ../super_socializer.php:2144
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
137
  msgstr ""
138
 
139
- #: ../super_socializer.php:1435
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1436
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1441
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
 
151
- #: ../super_socializer.php:1445 ../super_socializer.php:2068
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr ""
154
 
155
- #: ../super_socializer.php:1680
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1682
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1693
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socialzer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1702
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socialzer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1711
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socialzer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1720
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socialzer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1729
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socialzer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1736
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
196
  "LiveJournal Login of Super Socialzer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1747
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1763
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1787
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -216,14 +216,14 @@ msgid ""
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1787 ../super_socializer.php:1812
220
- #: ../super_socializer.php:1837 ../super_socializer.php:1862
221
- #: ../super_socializer.php:1895 ../super_socializer.php:1923
222
- #: ../super_socializer.php:1950 ../super_socializer.php:1999
223
  msgid "Okay"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1812
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -231,7 +231,7 @@ msgid ""
231
  "\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1837
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -239,7 +239,7 @@ msgid ""
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1862
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -247,13 +247,13 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1873
251
  #, php-format
252
  msgid ""
253
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1895
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -261,7 +261,7 @@ msgid ""
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1923
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -270,7 +270,7 @@ msgid ""
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1950
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -278,7 +278,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1975
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -286,11 +286,18 @@ msgid ""
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1975
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
- #: ../super_socializer.php:1999
 
 
 
 
 
 
 
294
  #, php-format
295
  msgid ""
296
  "Your website visitors will see a popup notification (only once) if their "
@@ -393,7 +400,7 @@ msgid "Large Avatar"
393
  msgstr ""
394
 
395
  #: ../helper.php:913 ../admin/general_options.php:132
396
- #: ../admin/social_sharing.php:1965 ../admin/social_commenting.php:413
397
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
398
  msgid "Save Changes"
399
  msgstr ""
@@ -415,7 +422,7 @@ msgid "Something bad happened"
415
  msgstr ""
416
 
417
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
418
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1969
419
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
420
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
421
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -483,13 +490,13 @@ msgstr ""
483
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
484
  msgstr ""
485
 
486
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:1975
487
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
488
  #: ../admin/like_buttons.php:836
489
  msgid "Instagram Shoutout"
490
  msgstr ""
491
 
492
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:1977
493
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
494
  #: ../admin/like_buttons.php:838
495
  msgid ""
@@ -498,7 +505,7 @@ msgid ""
498
  "hashtags and people to mention in the Instagram post."
499
  msgstr ""
500
 
501
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:1978
502
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
503
  #: ../admin/like_buttons.php:839
504
  msgid ""
@@ -509,7 +516,7 @@ msgid ""
509
  "time."
510
  msgstr ""
511
 
512
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:1979
513
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
514
  #: ../admin/like_buttons.php:840
515
  msgid ""
@@ -635,8 +642,8 @@ msgstr ""
635
  msgid "3rd Party Integration"
636
  msgstr ""
637
 
638
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1892
639
- #: ../admin/social_sharing.php:1894 ../admin/social_login.php:46
640
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
641
  #: ../admin/like_buttons.php:797
642
  msgid "Shortcode & Widget"
@@ -646,7 +653,7 @@ msgstr ""
646
  msgid "Troubleshooter"
647
  msgstr ""
648
 
649
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1925
650
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
651
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
652
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -747,7 +754,7 @@ msgid ""
747
  msgstr ""
748
 
749
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
750
- #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
751
  #: ../inc/widget.php:460 ../inc/widget.php:772
752
  msgid "Background Color"
753
  msgstr ""
@@ -787,7 +794,7 @@ msgid "(applies, if counter enabled)"
787
  msgstr ""
788
 
789
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
790
- #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
791
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
792
  #: ../inc/widget.php:446 ../inc/widget.php:758
793
  msgid "Left"
@@ -798,7 +805,7 @@ msgid "Top"
798
  msgstr ""
799
 
800
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
801
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
802
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
803
  #: ../inc/widget.php:447 ../inc/widget.php:759
804
  msgid "Right"
@@ -844,27 +851,27 @@ msgstr ""
844
  msgid "Master control to enable standard sharing"
845
  msgstr ""
846
 
847
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
848
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
849
  msgid "Target Url"
850
  msgstr ""
851
 
852
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
853
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
854
  msgid "Url of the webpage where icons are located (default)"
855
  msgstr ""
856
 
857
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
858
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
859
  msgid "Url of the homepage of your website"
860
  msgstr ""
861
 
862
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
863
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
864
  msgid "Custom url"
865
  msgstr ""
866
 
867
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
868
  msgid "Url to share"
869
  msgstr ""
870
 
@@ -878,159 +885,159 @@ msgstr ""
878
  msgid "The text to display above the sharing interface"
879
  msgstr ""
880
 
881
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
882
  msgid "Instagram username"
883
  msgstr ""
884
 
885
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
886
  msgid ""
887
  "Username of the Instagram account you want to redirect users to, on clicking "
888
  "the icon"
889
  msgstr ""
890
 
891
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
892
  msgid "HTML ID of container element of comment form"
893
  msgstr ""
894
 
895
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
896
  msgid ""
897
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
898
  "icon."
899
  msgstr ""
900
 
901
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
902
  msgid "Rearrange icons"
903
  msgstr ""
904
 
905
- #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
906
  msgid "Drag the icons to rearrange in desired order"
907
  msgstr ""
908
 
909
- #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
910
  msgid "Select Sharing Services"
911
  msgstr ""
912
 
913
- #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
914
  msgid "Select sharing services to show in social share bar"
915
  msgstr ""
916
 
917
- #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
918
  msgid "Search social network"
919
  msgstr ""
920
 
921
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
922
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
923
  msgid "Horizontal alignment"
924
  msgstr ""
925
 
926
- #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
927
  msgid "Center"
928
  msgstr ""
929
 
930
- #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
931
  msgid "Horizontal alignment of the sharing interface"
932
  msgstr ""
933
 
934
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
935
  msgid "Position with respect to content"
936
  msgstr ""
937
 
938
- #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
939
  msgid "Top of the content"
940
  msgstr ""
941
 
942
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
943
  msgid "Bottom of the content"
944
  msgstr ""
945
 
946
- #: ../admin/social_sharing.php:960
947
  msgid "Specify position of the sharing interface with respect to the content"
948
  msgstr ""
949
 
950
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
951
  msgid "Placement"
952
  msgstr ""
953
 
954
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
955
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
956
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
957
  msgid "Homepage"
958
  msgstr ""
959
 
960
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
961
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
962
  msgid "Posts"
963
  msgstr ""
964
 
965
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
966
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
967
  msgid "Pages"
968
  msgstr ""
969
 
970
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
971
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
972
  msgid "Excerpts and Posts page"
973
  msgstr ""
974
 
975
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
976
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
977
  msgid "Category Archives"
978
  msgstr ""
979
 
980
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
981
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
982
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
983
  msgstr ""
984
 
985
- #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
986
  msgid "BuddyPress activity"
987
  msgstr ""
988
 
989
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
990
  msgid "BuddyPress group (only at top of content)"
991
  msgstr ""
992
 
993
- #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
994
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
995
  msgid "BBPress forum"
996
  msgstr ""
997
 
998
- #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
999
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1000
  msgid "BBPress topic"
1001
  msgstr ""
1002
 
1003
- #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1004
  msgid "BBPress reply"
1005
  msgstr ""
1006
 
1007
- #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1008
  msgid "After individual product at WooCommerce Shop page"
1009
  msgstr ""
1010
 
1011
- #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1012
  msgid "WooCommerce Product Page"
1013
  msgstr ""
1014
 
1015
- #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1016
  msgid "WooCommerce Thankyou Page"
1017
  msgstr ""
1018
 
1019
- #: ../admin/social_sharing.php:1036
1020
  msgid "Specify the pages where you want to enable Sharing interface"
1021
  msgstr ""
1022
 
1023
- #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1024
  msgid "Show share counts"
1025
  msgstr ""
1026
 
1027
- #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1028
  msgid ""
1029
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1030
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1031
  msgstr ""
1032
 
1033
- #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1034
  #, php-format
1035
  msgid ""
1036
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1039,41 +1046,65 @@ msgid ""
1039
  "their website."
1040
  msgstr ""
1041
 
1042
- #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1043
  msgid "If enabled, share counts are displayed above sharing icons."
1044
  msgstr ""
1045
 
1046
- #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1047
  msgid "Show total shares"
1048
  msgstr ""
1049
 
1050
- #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1051
  msgid "If enabled, total shares will be displayed with sharing icons"
1052
  msgstr ""
1053
 
1054
- #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1055
  msgid "Enable 'More' icon"
1056
  msgstr ""
1057
 
1058
- #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1059
  msgid ""
1060
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1061
  "which shows additional sharing networks in popup"
1062
  msgstr ""
1063
 
1064
- #: ../admin/social_sharing.php:1112
1065
  msgid "Floating Sharing Interface Options"
1066
  msgstr ""
1067
 
1068
- #: ../admin/social_sharing.php:1118
1069
  msgid "Enable Floating sharing interface"
1070
  msgstr ""
1071
 
1072
- #: ../admin/social_sharing.php:1128
1073
  msgid "Master control to enable floating sharing widget"
1074
  msgstr ""
1075
 
1076
- #: ../admin/social_sharing.php:1322
1077
  msgid ""
1078
  "Specify the color or hex code (example #cc78e0) for the background of "
1079
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1081,174 +1112,174 @@ msgid ""
1081
  "\"_blank\">this link</a>"
1082
  msgstr ""
1083
 
1084
- #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1085
  msgid "Left offset"
1086
  msgstr ""
1087
 
1088
- #: ../admin/social_sharing.php:1362
1089
  msgid ""
1090
  "Specify a number. Increase in number will shift sharing interface towards "
1091
  "right and decrease will shift it towards left. Number can be negative too."
1092
  msgstr ""
1093
 
1094
- #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1095
  msgid "Right offset"
1096
  msgstr ""
1097
 
1098
- #: ../admin/social_sharing.php:1382
1099
  msgid ""
1100
  "Specify a number. Increase in number will shift sharing interface towards "
1101
  "left and decrease will shift it towards right. Number can be negative too."
1102
  msgstr ""
1103
 
1104
- #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1105
  msgid "Top offset"
1106
  msgstr ""
1107
 
1108
- #: ../admin/social_sharing.php:1401
1109
  msgid ""
1110
  "Specify a number. Increase in number will shift sharing interface towards "
1111
  "bottom and decrease will shift it towards top."
1112
  msgstr ""
1113
 
1114
- #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1115
  msgid "BuddyPress group"
1116
  msgstr ""
1117
 
1118
- #: ../admin/social_sharing.php:1458
1119
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1120
  msgstr ""
1121
 
1122
- #: ../admin/social_sharing.php:1525
1123
  msgid "Hide floating slider"
1124
  msgstr ""
1125
 
1126
- #: ../admin/social_sharing.php:1535
1127
  msgid "Hides the slider arrow present below the floating share bar"
1128
  msgstr ""
1129
 
1130
- #: ../admin/social_sharing.php:1543
1131
  msgid "Vertical floating bar responsiveness"
1132
  msgstr ""
1133
 
1134
- #: ../admin/social_sharing.php:1546
1135
  #, php-format
1136
  msgid "Display vertical interface only when screen is wider than %s pixels"
1137
  msgstr ""
1138
 
1139
- #: ../admin/social_sharing.php:1553
1140
  msgid ""
1141
  "Display vertical interface only when screen is wider than the width "
1142
  "specified."
1143
  msgstr ""
1144
 
1145
- #: ../admin/social_sharing.php:1561
1146
  msgid "Horizontal floating bar responsiveness"
1147
  msgstr ""
1148
 
1149
- #: ../admin/social_sharing.php:1564
1150
  #, php-format
1151
  msgid ""
1152
  "Stick vertical floating interface horizontally at bottom only when screen is "
1153
  "narrower than %s pixels"
1154
  msgstr ""
1155
 
1156
- #: ../admin/social_sharing.php:1571
1157
  msgid ""
1158
  "Stick vertical floating interface horizontally at bottom only when screen is "
1159
  "narrower than the width specified"
1160
  msgstr ""
1161
 
1162
- #: ../admin/social_sharing.php:1581
1163
  msgid "Horizontal floating bar position"
1164
  msgstr ""
1165
 
1166
- #: ../admin/social_sharing.php:1584
1167
  #, php-format
1168
  msgid "%s pixels from %s"
1169
  msgstr ""
1170
 
1171
- #: ../admin/social_sharing.php:1585
1172
  msgid "Auto-adjust according to screen width (responsive)"
1173
  msgstr ""
1174
 
1175
- #: ../admin/social_sharing.php:1592
1176
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1177
  msgstr ""
1178
 
1179
- #: ../admin/social_sharing.php:1612 ../admin/like_buttons.php:592
1180
  msgid "Url shortener"
1181
  msgstr ""
1182
 
1183
- #: ../admin/social_sharing.php:1618
1184
  msgid "Use shortlinks already installed"
1185
  msgstr ""
1186
 
1187
- #: ../admin/social_sharing.php:1628
1188
  msgid "Uses default short url permalinks without using any additional plugin"
1189
  msgstr ""
1190
 
1191
- #: ../admin/social_sharing.php:1636
1192
  msgid "Enable bit.ly url shortener for sharing"
1193
  msgstr ""
1194
 
1195
- #: ../admin/social_sharing.php:1646 ../admin/like_buttons.php:626
1196
  msgid "Master control to enable bit.ly url shortening for sharing"
1197
  msgstr ""
1198
 
1199
- #: ../admin/social_sharing.php:1654
1200
  msgid "bit.ly Login"
1201
  msgstr ""
1202
 
1203
- #: ../admin/social_sharing.php:1664 ../admin/social_sharing.php:1683
1204
  #, php-format
1205
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1206
  msgstr ""
1207
 
1208
- #: ../admin/social_sharing.php:1673 ../admin/like_buttons.php:653
1209
  msgid "bit.ly API Key"
1210
  msgstr ""
1211
 
1212
- #: ../admin/social_sharing.php:1692 ../admin/like_buttons.php:672
1213
  msgid "Clear Bitly Cache"
1214
  msgstr ""
1215
 
1216
- #: ../admin/social_sharing.php:1696 ../admin/like_buttons.php:676
1217
  msgid "ShortUrl cache cleared successfully."
1218
  msgstr ""
1219
 
1220
- #: ../admin/social_sharing.php:1703 ../admin/like_buttons.php:683
1221
  msgid ""
1222
  "Use this to delete short urls saved in database. Handy, if urls of your "
1223
  "website have been changed but short urls are still being generated for old "
1224
  "urls."
1225
  msgstr ""
1226
 
1227
- #: ../admin/social_sharing.php:1712
1228
  msgid "Share Count Cache"
1229
  msgstr ""
1230
 
1231
- #: ../admin/social_sharing.php:1718
1232
  msgid "Refresh Share Count cache every"
1233
  msgstr ""
1234
 
1235
- #: ../admin/social_sharing.php:1723
1236
  msgid "Second(s)"
1237
  msgstr ""
1238
 
1239
- #: ../admin/social_sharing.php:1724
1240
  msgid "Minute(s)"
1241
  msgstr ""
1242
 
1243
- #: ../admin/social_sharing.php:1725
1244
  msgid "Hour(s)"
1245
  msgstr ""
1246
 
1247
- #: ../admin/social_sharing.php:1726
1248
  msgid "Day(s)"
1249
  msgstr ""
1250
 
1251
- #: ../admin/social_sharing.php:1734
1252
  #, php-format
1253
  msgid ""
1254
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1256,25 +1287,25 @@ msgid ""
1256
  "target=\"_blank\">here</a>"
1257
  msgstr ""
1258
 
1259
- #: ../admin/social_sharing.php:1742
1260
  msgid "Clear Share Counts Cache"
1261
  msgstr ""
1262
 
1263
- #: ../admin/social_sharing.php:1746
1264
  msgid "Share Counts cache cleared successfully."
1265
  msgstr ""
1266
 
1267
- #: ../admin/social_sharing.php:1753
1268
  msgid "Use this to clear cached share counts"
1269
  msgstr ""
1270
 
1271
- #: ../admin/social_sharing.php:1762 ../admin/social_sharing.php:1768
1272
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1273
  #: ../admin/like_buttons.php:698
1274
  msgid "Language"
1275
  msgstr ""
1276
 
1277
- #: ../admin/social_sharing.php:1778
1278
  #, php-format
1279
  msgid ""
1280
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1282,50 +1313,50 @@ msgid ""
1282
  "Leave it empty for default language(English)"
1283
  msgstr ""
1284
 
1285
- #: ../admin/social_sharing.php:1787
1286
  msgid "Username in sharing"
1287
  msgstr ""
1288
 
1289
- #: ../admin/social_sharing.php:1793
1290
  msgid "Twitter username (without @)"
1291
  msgstr ""
1292
 
1293
- #: ../admin/social_sharing.php:1803 ../admin/social_sharing.php:1822
1294
  msgid ""
1295
  "Provided username will be appended after the content being shared as \"via "
1296
  "@USERNAME\". Leave empty if you do not want any username in the content "
1297
  "being shared."
1298
  msgstr ""
1299
 
1300
- #: ../admin/social_sharing.php:1812
1301
  msgid "Buffer username (without @)"
1302
  msgstr ""
1303
 
1304
- #: ../admin/social_sharing.php:1831
1305
  msgid "AMP"
1306
  msgstr ""
1307
 
1308
- #: ../admin/social_sharing.php:1837
1309
  msgid "Enable sharing on AMP pages"
1310
  msgstr ""
1311
 
1312
- #: ../admin/social_sharing.php:1847
1313
  msgid "Enable this option to render sharing icons on AMP pages"
1314
  msgstr ""
1315
 
1316
- #: ../admin/social_sharing.php:1866 ../admin/like_buttons.php:771
1317
  msgid "myCRED"
1318
  msgstr ""
1319
 
1320
- #: ../admin/social_sharing.php:1872 ../admin/like_buttons.php:777
1321
  msgid "Append myCRED referral ID to the urls being shared"
1322
  msgstr ""
1323
 
1324
- #: ../admin/social_sharing.php:1905
1325
  msgid "Facebook Sharing Troubleshooter"
1326
  msgstr ""
1327
 
1328
- #: ../admin/social_sharing.php:1910
1329
  msgid ""
1330
  "If Facebook sharing is not working fine, click at the following link and "
1331
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1333,24 +1364,24 @@ msgid ""
1333
  "button."
1334
  msgstr ""
1335
 
1336
- #: ../admin/social_sharing.php:1927 ../admin/social_commenting.php:399
1337
  #: ../admin/social_login.php:1241
1338
  msgid ""
1339
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1340
  "an online website for the plugin to function properly."
1341
  msgstr ""
1342
 
1343
- #: ../admin/social_sharing.php:1928
1344
  msgid ""
1345
  "Why is sharer not showing the correct image, title and other meta tags "
1346
  "content?"
1347
  msgstr ""
1348
 
1349
- #: ../admin/social_sharing.php:1930
1350
  msgid "Why is Instagram icon redirecting to Instagram website?"
1351
  msgstr ""
1352
 
1353
- #: ../admin/social_sharing.php:1931
1354
  msgid ""
1355
  "Instagram icon is there to send website visitors to the Instagram page of "
1356
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1358,91 +1389,91 @@ msgid ""
1358
  "sections."
1359
  msgstr ""
1360
 
1361
- #: ../admin/social_sharing.php:1934
1362
  msgid "How to customize the url being shared?"
1363
  msgstr ""
1364
 
1365
- #: ../admin/social_sharing.php:1935
1366
  msgid ""
1367
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1368
  msgstr ""
1369
 
1370
- #: ../admin/social_sharing.php:1936
1371
  msgid ""
1372
  "It takes some time for their service to track the shares made on Twitter "
1373
  "from your website. If you still feel it's taking too long you can contact "
1374
  "their support directly from their website."
1375
  msgstr ""
1376
 
1377
- #: ../admin/social_sharing.php:1938 ../admin/like_buttons.php:814
1378
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1379
  msgstr ""
1380
 
1381
- #: ../admin/social_sharing.php:1939
1382
  msgid ""
1383
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1384
  msgstr ""
1385
 
1386
- #: ../admin/social_sharing.php:1940 ../admin/social_commenting.php:402
1387
  #: ../admin/social_login.php:1248
1388
  msgid "Why is my browser blocking some features of the plugin?"
1389
  msgstr ""
1390
 
1391
- #: ../admin/social_sharing.php:1941
1392
  msgid "Why the color of share icons is not being updated?"
1393
  msgstr ""
1394
 
1395
- #: ../admin/social_sharing.php:1942
1396
  msgid "Why Facebook share counts are not appearing?"
1397
  msgstr ""
1398
 
1399
- #: ../admin/social_sharing.php:1943
1400
  msgid ""
1401
  "How can I show share counts of my website rather than of individual pages/"
1402
  "posts?"
1403
  msgstr ""
1404
 
1405
- #: ../admin/social_sharing.php:1944
1406
  msgid "How can I disable sharing on particular page/post?"
1407
  msgstr ""
1408
 
1409
- #: ../admin/social_sharing.php:1945
1410
  msgid "How can I specify minimum sharing count for sharing networks?"
1411
  msgstr ""
1412
 
1413
- #: ../admin/social_sharing.php:1946
1414
  msgid "How to share specific page?"
1415
  msgstr ""
1416
 
1417
- #: ../admin/social_sharing.php:1947
1418
  msgid "How to integrate Google Analytics with sharing?"
1419
  msgstr ""
1420
 
1421
- #: ../admin/social_sharing.php:1948
1422
  msgid "How to customize the look of total share counts?"
1423
  msgstr ""
1424
 
1425
- #: ../admin/social_sharing.php:1949
1426
  msgid "How to customize the look of individual share counts?"
1427
  msgstr ""
1428
 
1429
- #: ../admin/social_sharing.php:1950
1430
  msgid "How to show Whatsapp icon only on mobile devices?"
1431
  msgstr ""
1432
 
1433
- #: ../admin/social_sharing.php:1951
1434
  msgid "How to hide arrow after floating sharing bar?"
1435
  msgstr ""
1436
 
1437
- #: ../admin/social_sharing.php:1952
1438
  msgid "Why is share count not getting updated?"
1439
  msgstr ""
1440
 
1441
- #: ../admin/social_sharing.php:1953 ../admin/like_buttons.php:812
1442
  msgid "Why is there so much space between like buttons?"
1443
  msgstr ""
1444
 
1445
- #: ../admin/social_sharing.php:1954 ../admin/like_buttons.php:813
1446
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1447
  msgstr ""
1448
 
@@ -1744,10 +1775,6 @@ msgstr ""
1744
  msgid "Select Social ID provider to enable in Social Login"
1745
  msgstr ""
1746
 
1747
- #: ../admin/social_login.php:161
1748
- msgid "Facebook App ID"
1749
- msgstr ""
1750
-
1751
  #: ../admin/social_login.php:171
1752
  #, php-format
1753
  msgid ""
@@ -1760,10 +1787,6 @@ msgid ""
1760
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1761
  msgstr ""
1762
 
1763
- #: ../admin/social_login.php:183
1764
- msgid "Facebook App Secret"
1765
- msgstr ""
1766
-
1767
  #: ../admin/social_login.php:193
1768
  #, php-format
1769
  msgid ""
@@ -2503,21 +2526,21 @@ msgid ""
2503
  "Socializer > Social Login\" page in admin panel"
2504
  msgstr ""
2505
 
2506
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:315
2507
  msgid "Search for"
2508
  msgstr ""
2509
 
2510
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2511
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:320
2512
- #: ../inc/social_sharing.php:322 ../inc/social_sharing.php:324
2513
  msgid "Archives"
2514
  msgstr ""
2515
 
2516
- #: ../inc/social_sharing.php:882 ../inc/social_sharing.php:1107
2517
  msgid "Invalid request"
2518
  msgstr ""
2519
 
2520
- #: ../inc/social_sharing.php:889
2521
  msgid "Providers not selected"
2522
  msgstr ""
2523
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-04-19 19:56+0530\n"
6
+ "PO-Revision-Date: 2019-04-19 19:56+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
83
  msgid "Enter your LiveJournal username"
84
  msgstr ""
85
 
86
+ #: ../super_socializer.php:1014
87
  msgid "Leave a reply"
88
  msgstr ""
89
 
90
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
91
  msgid "Shares"
92
  msgstr ""
93
 
94
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:237
95
  msgid "Share"
96
  msgstr ""
97
 
98
+ #: ../super_socializer.php:1026
99
  msgid "Link copied."
100
  msgstr ""
101
 
102
+ #: ../super_socializer.php:1272
103
  msgid "Super Socializer - General Options"
104
  msgstr ""
105
 
106
+ #: ../super_socializer.php:1272 ../admin/general_options.php:15
107
  #: ../admin/social_commenting.php:47
108
  msgid "General Options"
109
  msgstr ""
110
 
111
+ #: ../super_socializer.php:1340 ../helper.php:898
112
  msgid "Social Avatar"
113
  msgstr ""
114
 
115
+ #: ../super_socializer.php:1343
116
  msgid "Small Avatar Url"
117
  msgstr ""
118
 
119
+ #: ../super_socializer.php:1347
120
  msgid "Large Avatar Url"
121
  msgstr ""
122
 
123
+ #: ../super_socializer.php:1351 ../helper.php:901
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
127
  msgstr ""
128
 
129
+ #: ../super_socializer.php:1355 ../helper.php:902
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
+ #: ../super_socializer.php:1428 ../super_socializer.php:2193
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
137
  msgstr ""
138
 
139
+ #: ../super_socializer.php:1434
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1435
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1440
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
 
151
+ #: ../super_socializer.php:1444 ../super_socializer.php:2117
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr ""
154
 
155
+ #: ../super_socializer.php:1692
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1694
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1705
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socialzer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1714
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socialzer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1723
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socialzer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1732
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socialzer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1741
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socialzer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1748
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
196
  "LiveJournal Login of Super Socialzer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1759
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1775
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
+ #: ../super_socializer.php:1799
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
+ #: ../super_socializer.php:1799 ../super_socializer.php:1824
220
+ #: ../super_socializer.php:1849 ../super_socializer.php:1874
221
+ #: ../super_socializer.php:1907 ../super_socializer.php:1935
222
+ #: ../super_socializer.php:1962 ../super_socializer.php:2039
223
  msgid "Okay"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1824
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
231
  "\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1849
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1874
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1885
251
  #, php-format
252
  msgid ""
253
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1907
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:1935
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1962
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1987
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1987 ../super_socializer.php:2014
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
+ #: ../super_socializer.php:2013
294
+ msgid ""
295
+ "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
296
+ "\"Floating Interface\" section(s) to fix the issue with Facebook share "
297
+ "count. After that, clear share counts cache from \"Miscellaneous\" section."
298
+ msgstr ""
299
+
300
+ #: ../super_socializer.php:2039
301
  #, php-format
302
  msgid ""
303
  "Your website visitors will see a popup notification (only once) if their "
400
  msgstr ""
401
 
402
  #: ../helper.php:913 ../admin/general_options.php:132
403
+ #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
404
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
405
  msgid "Save Changes"
406
  msgstr ""
422
  msgstr ""
423
 
424
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
425
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
426
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
427
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
428
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
490
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
491
  msgstr ""
492
 
493
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
494
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
495
  #: ../admin/like_buttons.php:836
496
  msgid "Instagram Shoutout"
497
  msgstr ""
498
 
499
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
500
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
501
  #: ../admin/like_buttons.php:838
502
  msgid ""
505
  "hashtags and people to mention in the Instagram post."
506
  msgstr ""
507
 
508
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
509
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
510
  #: ../admin/like_buttons.php:839
511
  msgid ""
516
  "time."
517
  msgstr ""
518
 
519
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
520
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
521
  #: ../admin/like_buttons.php:840
522
  msgid ""
642
  msgid "3rd Party Integration"
643
  msgstr ""
644
 
645
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
646
+ #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
647
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
648
  #: ../admin/like_buttons.php:797
649
  msgid "Shortcode & Widget"
653
  msgid "Troubleshooter"
654
  msgstr ""
655
 
656
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
657
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
658
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
659
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
754
  msgstr ""
755
 
756
  #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
757
+ #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
758
  #: ../inc/widget.php:460 ../inc/widget.php:772
759
  msgid "Background Color"
760
  msgstr ""
794
  msgstr ""
795
 
796
  #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
797
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
798
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
799
  #: ../inc/widget.php:446 ../inc/widget.php:758
800
  msgid "Left"
805
  msgstr ""
806
 
807
  #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
808
+ #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
809
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
810
  #: ../inc/widget.php:447 ../inc/widget.php:759
811
  msgid "Right"
851
  msgid "Master control to enable standard sharing"
852
  msgstr ""
853
 
854
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
855
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
856
  msgid "Target Url"
857
  msgstr ""
858
 
859
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
860
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
861
  msgid "Url of the webpage where icons are located (default)"
862
  msgstr ""
863
 
864
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
865
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
866
  msgid "Url of the homepage of your website"
867
  msgstr ""
868
 
869
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
870
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
871
  msgid "Custom url"
872
  msgstr ""
873
 
874
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
875
  msgid "Url to share"
876
  msgstr ""
877
 
885
  msgid "The text to display above the sharing interface"
886
  msgstr ""
887
 
888
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
889
  msgid "Instagram username"
890
  msgstr ""
891
 
892
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
893
  msgid ""
894
  "Username of the Instagram account you want to redirect users to, on clicking "
895
  "the icon"
896
  msgstr ""
897
 
898
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
899
  msgid "HTML ID of container element of comment form"
900
  msgstr ""
901
 
902
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
903
  msgid ""
904
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
905
  "icon."
906
  msgstr ""
907
 
908
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
909
  msgid "Rearrange icons"
910
  msgstr ""
911
 
912
+ #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
913
  msgid "Drag the icons to rearrange in desired order"
914
  msgstr ""
915
 
916
+ #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
917
  msgid "Select Sharing Services"
918
  msgstr ""
919
 
920
+ #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
921
  msgid "Select sharing services to show in social share bar"
922
  msgstr ""
923
 
924
+ #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
925
  msgid "Search social network"
926
  msgstr ""
927
 
928
+ #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
929
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
930
  msgid "Horizontal alignment"
931
  msgstr ""
932
 
933
+ #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
934
  msgid "Center"
935
  msgstr ""
936
 
937
+ #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
938
  msgid "Horizontal alignment of the sharing interface"
939
  msgstr ""
940
 
941
+ #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
942
  msgid "Position with respect to content"
943
  msgstr ""
944
 
945
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
946
  msgid "Top of the content"
947
  msgstr ""
948
 
949
+ #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
950
  msgid "Bottom of the content"
951
  msgstr ""
952
 
953
+ #: ../admin/social_sharing.php:962
954
  msgid "Specify position of the sharing interface with respect to the content"
955
  msgstr ""
956
 
957
+ #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
958
  msgid "Placement"
959
  msgstr ""
960
 
961
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
962
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
963
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
964
  msgid "Homepage"
965
  msgstr ""
966
 
967
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
968
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
969
  msgid "Posts"
970
  msgstr ""
971
 
972
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
973
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
974
  msgid "Pages"
975
  msgstr ""
976
 
977
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
978
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
979
  msgid "Excerpts and Posts page"
980
  msgstr ""
981
 
982
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
983
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
984
  msgid "Category Archives"
985
  msgstr ""
986
 
987
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
988
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
989
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
990
  msgstr ""
991
 
992
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
993
  msgid "BuddyPress activity"
994
  msgstr ""
995
 
996
+ #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
997
  msgid "BuddyPress group (only at top of content)"
998
  msgstr ""
999
 
1000
+ #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1001
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1002
  msgid "BBPress forum"
1003
  msgstr ""
1004
 
1005
+ #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1006
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1007
  msgid "BBPress topic"
1008
  msgstr ""
1009
 
1010
+ #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1011
  msgid "BBPress reply"
1012
  msgstr ""
1013
 
1014
+ #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1015
  msgid "After individual product at WooCommerce Shop page"
1016
  msgstr ""
1017
 
1018
+ #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1019
  msgid "WooCommerce Product Page"
1020
  msgstr ""
1021
 
1022
+ #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1023
  msgid "WooCommerce Thankyou Page"
1024
  msgstr ""
1025
 
1026
+ #: ../admin/social_sharing.php:1038
1027
  msgid "Specify the pages where you want to enable Sharing interface"
1028
  msgstr ""
1029
 
1030
+ #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1031
  msgid "Show share counts"
1032
  msgstr ""
1033
 
1034
+ #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1035
  msgid ""
1036
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1037
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1038
  msgstr ""
1039
 
1040
+ #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1041
  #, php-format
1042
  msgid ""
1043
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1046
  "their website."
1047
  msgstr ""
1048
 
1049
+ #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1050
  msgid "If enabled, share counts are displayed above sharing icons."
1051
  msgstr ""
1052
 
1053
+ #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1054
  msgid "Show total shares"
1055
  msgstr ""
1056
 
1057
+ #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1058
  msgid "If enabled, total shares will be displayed with sharing icons"
1059
  msgstr ""
1060
 
1061
+ #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1062
+ #: ../admin/social_login.php:161
1063
+ msgid "Facebook App ID"
1064
+ msgstr ""
1065
+
1066
+ #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1067
+ #, php-format
1068
+ msgid ""
1069
+ "Required for Facebook share count to work. Please follow the documentation "
1070
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1071
+ msgstr ""
1072
+
1073
+ #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1074
+ #: ../admin/social_login.php:183
1075
+ msgid "Facebook App Secret"
1076
+ msgstr ""
1077
+
1078
+ #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1079
+ #, php-format
1080
+ msgid ""
1081
+ "Required for Facebook share count to work. Please follow the documentation "
1082
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1083
+ msgstr ""
1084
+
1085
+ #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1086
  msgid "Enable 'More' icon"
1087
  msgstr ""
1088
 
1089
+ #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1090
  msgid ""
1091
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1092
  "which shows additional sharing networks in popup"
1093
  msgstr ""
1094
 
1095
+ #: ../admin/social_sharing.php:1167
1096
  msgid "Floating Sharing Interface Options"
1097
  msgstr ""
1098
 
1099
+ #: ../admin/social_sharing.php:1173
1100
  msgid "Enable Floating sharing interface"
1101
  msgstr ""
1102
 
1103
+ #: ../admin/social_sharing.php:1183
1104
  msgid "Master control to enable floating sharing widget"
1105
  msgstr ""
1106
 
1107
+ #: ../admin/social_sharing.php:1377
1108
  msgid ""
1109
  "Specify the color or hex code (example #cc78e0) for the background of "
1110
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1112
  "\"_blank\">this link</a>"
1113
  msgstr ""
1114
 
1115
+ #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1116
  msgid "Left offset"
1117
  msgstr ""
1118
 
1119
+ #: ../admin/social_sharing.php:1417
1120
  msgid ""
1121
  "Specify a number. Increase in number will shift sharing interface towards "
1122
  "right and decrease will shift it towards left. Number can be negative too."
1123
  msgstr ""
1124
 
1125
+ #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1126
  msgid "Right offset"
1127
  msgstr ""
1128
 
1129
+ #: ../admin/social_sharing.php:1437
1130
  msgid ""
1131
  "Specify a number. Increase in number will shift sharing interface towards "
1132
  "left and decrease will shift it towards right. Number can be negative too."
1133
  msgstr ""
1134
 
1135
+ #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1136
  msgid "Top offset"
1137
  msgstr ""
1138
 
1139
+ #: ../admin/social_sharing.php:1456
1140
  msgid ""
1141
  "Specify a number. Increase in number will shift sharing interface towards "
1142
  "bottom and decrease will shift it towards top."
1143
  msgstr ""
1144
 
1145
+ #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1146
  msgid "BuddyPress group"
1147
  msgstr ""
1148
 
1149
+ #: ../admin/social_sharing.php:1513
1150
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1151
  msgstr ""
1152
 
1153
+ #: ../admin/social_sharing.php:1618
1154
  msgid "Hide floating slider"
1155
  msgstr ""
1156
 
1157
+ #: ../admin/social_sharing.php:1628
1158
  msgid "Hides the slider arrow present below the floating share bar"
1159
  msgstr ""
1160
 
1161
+ #: ../admin/social_sharing.php:1636
1162
  msgid "Vertical floating bar responsiveness"
1163
  msgstr ""
1164
 
1165
+ #: ../admin/social_sharing.php:1639
1166
  #, php-format
1167
  msgid "Display vertical interface only when screen is wider than %s pixels"
1168
  msgstr ""
1169
 
1170
+ #: ../admin/social_sharing.php:1646
1171
  msgid ""
1172
  "Display vertical interface only when screen is wider than the width "
1173
  "specified."
1174
  msgstr ""
1175
 
1176
+ #: ../admin/social_sharing.php:1654
1177
  msgid "Horizontal floating bar responsiveness"
1178
  msgstr ""
1179
 
1180
+ #: ../admin/social_sharing.php:1657
1181
  #, php-format
1182
  msgid ""
1183
  "Stick vertical floating interface horizontally at bottom only when screen is "
1184
  "narrower than %s pixels"
1185
  msgstr ""
1186
 
1187
+ #: ../admin/social_sharing.php:1664
1188
  msgid ""
1189
  "Stick vertical floating interface horizontally at bottom only when screen is "
1190
  "narrower than the width specified"
1191
  msgstr ""
1192
 
1193
+ #: ../admin/social_sharing.php:1674
1194
  msgid "Horizontal floating bar position"
1195
  msgstr ""
1196
 
1197
+ #: ../admin/social_sharing.php:1677
1198
  #, php-format
1199
  msgid "%s pixels from %s"
1200
  msgstr ""
1201
 
1202
+ #: ../admin/social_sharing.php:1678
1203
  msgid "Auto-adjust according to screen width (responsive)"
1204
  msgstr ""
1205
 
1206
+ #: ../admin/social_sharing.php:1685
1207
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1208
  msgstr ""
1209
 
1210
+ #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
1211
  msgid "Url shortener"
1212
  msgstr ""
1213
 
1214
+ #: ../admin/social_sharing.php:1711
1215
  msgid "Use shortlinks already installed"
1216
  msgstr ""
1217
 
1218
+ #: ../admin/social_sharing.php:1721
1219
  msgid "Uses default short url permalinks without using any additional plugin"
1220
  msgstr ""
1221
 
1222
+ #: ../admin/social_sharing.php:1729
1223
  msgid "Enable bit.ly url shortener for sharing"
1224
  msgstr ""
1225
 
1226
+ #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1227
  msgid "Master control to enable bit.ly url shortening for sharing"
1228
  msgstr ""
1229
 
1230
+ #: ../admin/social_sharing.php:1747
1231
  msgid "bit.ly Login"
1232
  msgstr ""
1233
 
1234
+ #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1235
  #, php-format
1236
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1237
  msgstr ""
1238
 
1239
+ #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1240
  msgid "bit.ly API Key"
1241
  msgstr ""
1242
 
1243
+ #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1244
  msgid "Clear Bitly Cache"
1245
  msgstr ""
1246
 
1247
+ #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1248
  msgid "ShortUrl cache cleared successfully."
1249
  msgstr ""
1250
 
1251
+ #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1252
  msgid ""
1253
  "Use this to delete short urls saved in database. Handy, if urls of your "
1254
  "website have been changed but short urls are still being generated for old "
1255
  "urls."
1256
  msgstr ""
1257
 
1258
+ #: ../admin/social_sharing.php:1805
1259
  msgid "Share Count Cache"
1260
  msgstr ""
1261
 
1262
+ #: ../admin/social_sharing.php:1811
1263
  msgid "Refresh Share Count cache every"
1264
  msgstr ""
1265
 
1266
+ #: ../admin/social_sharing.php:1816
1267
  msgid "Second(s)"
1268
  msgstr ""
1269
 
1270
+ #: ../admin/social_sharing.php:1817
1271
  msgid "Minute(s)"
1272
  msgstr ""
1273
 
1274
+ #: ../admin/social_sharing.php:1818
1275
  msgid "Hour(s)"
1276
  msgstr ""
1277
 
1278
+ #: ../admin/social_sharing.php:1819
1279
  msgid "Day(s)"
1280
  msgstr ""
1281
 
1282
+ #: ../admin/social_sharing.php:1827
1283
  #, php-format
1284
  msgid ""
1285
  "Frequent cache refreshing results in slower loading of pages with share "
1287
  "target=\"_blank\">here</a>"
1288
  msgstr ""
1289
 
1290
+ #: ../admin/social_sharing.php:1835
1291
  msgid "Clear Share Counts Cache"
1292
  msgstr ""
1293
 
1294
+ #: ../admin/social_sharing.php:1839
1295
  msgid "Share Counts cache cleared successfully."
1296
  msgstr ""
1297
 
1298
+ #: ../admin/social_sharing.php:1846
1299
  msgid "Use this to clear cached share counts"
1300
  msgstr ""
1301
 
1302
+ #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1303
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1304
  #: ../admin/like_buttons.php:698
1305
  msgid "Language"
1306
  msgstr ""
1307
 
1308
+ #: ../admin/social_sharing.php:1871
1309
  #, php-format
1310
  msgid ""
1311
  "Enter the code of the language you want to use for like buttons. You can "
1313
  "Leave it empty for default language(English)"
1314
  msgstr ""
1315
 
1316
+ #: ../admin/social_sharing.php:1880
1317
  msgid "Username in sharing"
1318
  msgstr ""
1319
 
1320
+ #: ../admin/social_sharing.php:1886
1321
  msgid "Twitter username (without @)"
1322
  msgstr ""
1323
 
1324
+ #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1325
  msgid ""
1326
  "Provided username will be appended after the content being shared as \"via "
1327
  "@USERNAME\". Leave empty if you do not want any username in the content "
1328
  "being shared."
1329
  msgstr ""
1330
 
1331
+ #: ../admin/social_sharing.php:1905
1332
  msgid "Buffer username (without @)"
1333
  msgstr ""
1334
 
1335
+ #: ../admin/social_sharing.php:1924
1336
  msgid "AMP"
1337
  msgstr ""
1338
 
1339
+ #: ../admin/social_sharing.php:1930
1340
  msgid "Enable sharing on AMP pages"
1341
  msgstr ""
1342
 
1343
+ #: ../admin/social_sharing.php:1940
1344
  msgid "Enable this option to render sharing icons on AMP pages"
1345
  msgstr ""
1346
 
1347
+ #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1348
  msgid "myCRED"
1349
  msgstr ""
1350
 
1351
+ #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1352
  msgid "Append myCRED referral ID to the urls being shared"
1353
  msgstr ""
1354
 
1355
+ #: ../admin/social_sharing.php:1998
1356
  msgid "Facebook Sharing Troubleshooter"
1357
  msgstr ""
1358
 
1359
+ #: ../admin/social_sharing.php:2003
1360
  msgid ""
1361
  "If Facebook sharing is not working fine, click at the following link and "
1362
  "enter the problematic url (where Facebook sharing is not working properly) "
1364
  "button."
1365
  msgstr ""
1366
 
1367
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1368
  #: ../admin/social_login.php:1241
1369
  msgid ""
1370
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1371
  "an online website for the plugin to function properly."
1372
  msgstr ""
1373
 
1374
+ #: ../admin/social_sharing.php:2021
1375
  msgid ""
1376
  "Why is sharer not showing the correct image, title and other meta tags "
1377
  "content?"
1378
  msgstr ""
1379
 
1380
+ #: ../admin/social_sharing.php:2023
1381
  msgid "Why is Instagram icon redirecting to Instagram website?"
1382
  msgstr ""
1383
 
1384
+ #: ../admin/social_sharing.php:2024
1385
  msgid ""
1386
  "Instagram icon is there to send website visitors to the Instagram page of "
1387
  "your choice. You can save the desired Instagram handle in \"Instagram "
1389
  "sections."
1390
  msgstr ""
1391
 
1392
+ #: ../admin/social_sharing.php:2027
1393
  msgid "How to customize the url being shared?"
1394
  msgstr ""
1395
 
1396
+ #: ../admin/social_sharing.php:2028
1397
  msgid ""
1398
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1399
  msgstr ""
1400
 
1401
+ #: ../admin/social_sharing.php:2029
1402
  msgid ""
1403
  "It takes some time for their service to track the shares made on Twitter "
1404
  "from your website. If you still feel it's taking too long you can contact "
1405
  "their support directly from their website."
1406
  msgstr ""
1407
 
1408
+ #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1409
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1410
  msgstr ""
1411
 
1412
+ #: ../admin/social_sharing.php:2032
1413
  msgid ""
1414
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1415
  msgstr ""
1416
 
1417
+ #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1418
  #: ../admin/social_login.php:1248
1419
  msgid "Why is my browser blocking some features of the plugin?"
1420
  msgstr ""
1421
 
1422
+ #: ../admin/social_sharing.php:2034
1423
  msgid "Why the color of share icons is not being updated?"
1424
  msgstr ""
1425
 
1426
+ #: ../admin/social_sharing.php:2035
1427
  msgid "Why Facebook share counts are not appearing?"
1428
  msgstr ""
1429
 
1430
+ #: ../admin/social_sharing.php:2036
1431
  msgid ""
1432
  "How can I show share counts of my website rather than of individual pages/"
1433
  "posts?"
1434
  msgstr ""
1435
 
1436
+ #: ../admin/social_sharing.php:2037
1437
  msgid "How can I disable sharing on particular page/post?"
1438
  msgstr ""
1439
 
1440
+ #: ../admin/social_sharing.php:2038
1441
  msgid "How can I specify minimum sharing count for sharing networks?"
1442
  msgstr ""
1443
 
1444
+ #: ../admin/social_sharing.php:2039
1445
  msgid "How to share specific page?"
1446
  msgstr ""
1447
 
1448
+ #: ../admin/social_sharing.php:2040
1449
  msgid "How to integrate Google Analytics with sharing?"
1450
  msgstr ""
1451
 
1452
+ #: ../admin/social_sharing.php:2041
1453
  msgid "How to customize the look of total share counts?"
1454
  msgstr ""
1455
 
1456
+ #: ../admin/social_sharing.php:2042
1457
  msgid "How to customize the look of individual share counts?"
1458
  msgstr ""
1459
 
1460
+ #: ../admin/social_sharing.php:2043
1461
  msgid "How to show Whatsapp icon only on mobile devices?"
1462
  msgstr ""
1463
 
1464
+ #: ../admin/social_sharing.php:2044
1465
  msgid "How to hide arrow after floating sharing bar?"
1466
  msgstr ""
1467
 
1468
+ #: ../admin/social_sharing.php:2045
1469
  msgid "Why is share count not getting updated?"
1470
  msgstr ""
1471
 
1472
+ #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1473
  msgid "Why is there so much space between like buttons?"
1474
  msgstr ""
1475
 
1476
+ #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1477
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1478
  msgstr ""
1479
 
1775
  msgid "Select Social ID provider to enable in Social Login"
1776
  msgstr ""
1777
 
 
 
 
 
1778
  #: ../admin/social_login.php:171
1779
  #, php-format
1780
  msgid ""
1787
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1788
  msgstr ""
1789
 
 
 
 
 
1790
  #: ../admin/social_login.php:193
1791
  #, php-format
1792
  msgid ""
2526
  "Socializer > Social Login\" page in admin panel"
2527
  msgstr ""
2528
 
2529
+ #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2530
  msgid "Search for"
2531
  msgstr ""
2532
 
2533
  #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2534
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2535
+ #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2536
  msgid "Archives"
2537
  msgstr ""
2538
 
2539
+ #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2540
  msgid "Invalid request"
2541
  msgstr ""
2542
 
2543
+ #: ../inc/social_sharing.php:927
2544
  msgid "Providers not selected"
2545
  msgstr ""
2546
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Twitch login
5
  Requires at least: 2.5.0
6
  Tested up to: 5.1.1
7
- Stable tag: 7.12.21
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,11 @@ 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.21 =
214
  * [Bugfix] Fixed PHP notice being generated with social commenting enabled
215
 
@@ -1838,4 +1843,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
1838
  * [Bugfix] Minor bugfixes
1839
 
1840
  = 7.12.21 =
1841
- * [Bugfix] Fixed PHP notice being generated with social commenting enabled
 
 
 
 
 
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Twitch login
5
  Requires at least: 2.5.0
6
  Tested up to: 5.1.1
7
+ Stable tag: 7.12.22
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.22 =
214
+ * [Bugfix] Facebook shares were not working because of the expiration of Facebook API v2.8
215
+ * [Bugfix] Fintel share count was not working
216
+ * [Improvement] Share counts are loading faster
217
+
218
  = 7.12.21 =
219
  * [Bugfix] Fixed PHP notice being generated with social commenting enabled
220
 
1843
  * [Bugfix] Minor bugfixes
1844
 
1845
  = 7.12.21 =
1846
+ * [Bugfix] Fixed PHP notice being generated with social commenting enabled
1847
+
1848
+ = 7.12.22 =
1849
+ * [Bugfix] Facebook shares were not working because of the expiration of Facebook API v2.8
1850
+ * [Bugfix] Fintel share count was not working
1851
+ * [Improvement] Share counts are loading faster
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.21
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.21');
15
 
16
  require 'helper.php';
17
 
@@ -1536,7 +1536,11 @@ function the_champ_save_default_options(){
1536
  'share_count_cache_refresh_unit' => 'minutes',
1537
  'language' => get_locale(),
1538
  'twitter_username' => '',
1539
- 'buffer_username' => ''
 
 
 
 
1540
  ));
1541
 
1542
  // counter options
@@ -1641,6 +1645,15 @@ function heateor_ss_linkedin_redirect_url_notification_read(){
1641
  }
1642
  add_action('wp_ajax_heateor_ss_linkedin_redirect_url_notification_read', 'heateor_ss_linkedin_redirect_url_notification_read');
1643
 
 
 
 
 
 
 
 
 
 
1644
  /**
1645
  * Set flag in database if new Twitter callback notification has been read
1646
  */
@@ -1977,6 +1990,34 @@ function the_champ_addon_update_notification(){
1977
  }
1978
  }
1979
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1980
  if(!get_option('heateor_ss_browser_notification_read')){
1981
  ?>
1982
  <script type="text/javascript">
@@ -2010,6 +2051,15 @@ function the_champ_update_db_check(){
2010
  $currentVersion = get_option('the_champ_ss_version');
2011
 
2012
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
 
 
 
 
 
 
 
 
 
2013
  if(version_compare("7.12.19", $currentVersion) > 0){
2014
  global $theChampSharingOptions;
2015
  $networksToRemove = array('google_plus', 'google_plusone', 'google_plus_share');
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.22
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.22');
15
 
16
  require 'helper.php';
17
 
1536
  'share_count_cache_refresh_unit' => 'minutes',
1537
  'language' => get_locale(),
1538
  'twitter_username' => '',
1539
+ 'buffer_username' => '',
1540
+ 'fb_key' => '',
1541
+ 'fb_secret' => '',
1542
+ 'vertical_fb_key' => '',
1543
+ 'vertical_fb_secret' => ''
1544
  ));
1545
 
1546
  // counter options
1645
  }
1646
  add_action('wp_ajax_heateor_ss_linkedin_redirect_url_notification_read', 'heateor_ss_linkedin_redirect_url_notification_read');
1647
 
1648
+ /**
1649
+ * Set flag in database if FB share count notification has been read
1650
+ */
1651
+ function heateor_ss_fb_count_notification_read(){
1652
+ update_option('heateor_ss_fb_count_notification_read', '1');
1653
+ die;
1654
+ }
1655
+ add_action('wp_ajax_heateor_ss_fb_count_notification_read', 'heateor_ss_fb_count_notification_read');
1656
+
1657
  /**
1658
  * Set flag in database if new Twitter callback notification has been read
1659
  */
1990
  }
1991
  }
1992
 
1993
+ if(version_compare('7.12.22', $currentVersion) <= 0 && isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['providers']) && is_array($theChampLoginOptions['providers']) && in_array('linkedin', $theChampLoginOptions['providers'])){
1994
+ if(!(isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])) && ((in_array('facebook', $theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']))) || (in_array('facebook', $theChampSharingOptions['vertical_re_providers']) && (isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares'])))) && !get_option('heateor_ss_fb_count_notification_read')){
1995
+ ?>
1996
+ <script type="text/javascript">
1997
+ function heateorSsFBCountNotificationRead(){
1998
+ jQuery.ajax({
1999
+ type: 'GET',
2000
+ url: '<?php echo get_admin_url() ?>admin-ajax.php',
2001
+ data: {
2002
+ action: 'heateor_ss_fb_count_notification_read'
2003
+ },
2004
+ success: function(data, textStatus, XMLHttpRequest){
2005
+ jQuery('#heateor_ss_fb_count_notification').fadeOut();
2006
+ }
2007
+ });
2008
+ }
2009
+ </script>
2010
+ <div id="heateor_ss_fb_count_notification" class="error">
2011
+ <h3>Super Socializer</h3>
2012
+ <p>
2013
+ <?php echo sprintf(__('Save Facebook App ID and Secret keys in "Standard Interface" and/or "Floating Interface" section(s) at <a href="%s">Super Socializer > Social Sharing</a> page to fix the issue with Facebook share count. After that, clear share counts cache from "Miscellaneous" section', 'super-socializer'), 'admin.php?page=heateor-social-sharing#tabs-2'); ?>
2014
+ <p><input type="button" onclick="heateorSsFBCountNotificationRead()" style="margin-left: 5px;" class="button button-primary" value="<?php _e('Dismiss', 'super-socializer') ?>" /></p>
2015
+ </p>
2016
+ </div>
2017
+ <?php
2018
+ }
2019
+ }
2020
+
2021
  if(!get_option('heateor_ss_browser_notification_read')){
2022
  ?>
2023
  <script type="text/javascript">
2051
  $currentVersion = get_option('the_champ_ss_version');
2052
 
2053
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
2054
+ if(version_compare("7.12.22", $currentVersion) > 0){
2055
+ global $theChampSharingOptions;
2056
+ $theChampSharingOptions['fb_key'] = '';
2057
+ $theChampSharingOptions['fb_secret'] = '';
2058
+ $theChampSharingOptions['vertical_fb_key'] = '';
2059
+ $theChampSharingOptions['vertical_fb_secret'] = '';
2060
+ update_option('the_champ_sharing', $theChampSharingOptions);
2061
+ }
2062
+
2063
  if(version_compare("7.12.19", $currentVersion) > 0){
2064
  global $theChampSharingOptions;
2065
  $networksToRemove = array('google_plus', 'google_plusone', 'google_plus_share');
uninstall.php CHANGED
@@ -19,7 +19,8 @@ if(isset($theChampGeneralOptions['delete_options'])){
19
  'widget_thechamphorizontalsharing',
20
  'widget_thechampverticalsharing',
21
  'widget_thechamphorizontalcounter',
22
- 'widget_thechampverticalcounter'
 
23
  );
24
  // For Multisite
25
  if(function_exists('is_multisite') && is_multisite()){
19
  'widget_thechamphorizontalsharing',
20
  'widget_thechampverticalsharing',
21
  'widget_thechamphorizontalcounter',
22
+ 'widget_thechampverticalcounter',
23
+ 'heateor_ss_fb_access_token'
24
  );
25
  // For Multisite
26
  if(function_exists('is_multisite') && is_multisite()){