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

Version Description

[5 June 2019] = * [Bugfix] Minor bugfixing * [Bugfix] Facebook App ID and Facebook App Secret options were not appearing at Super Socializer > Social Sharing options page if Facebook share icon was enabled via shortcode or widget

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.27
Comparing to
See all releases

Code changes from version 7.12.26 to 7.12.27

admin/social_sharing.php CHANGED
@@ -767,7 +767,7 @@
767
  }
768
  ?>
769
 
770
- <tbody id="the_champ_instagram_options" <?php echo !in_array('instagram', $theChampSharingOptions['horizontal_re_providers']) ? 'style = "display: none"' : '';?> >
771
  <tr>
772
  <th>
773
  <img id="the_champ_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
@@ -787,7 +787,7 @@
787
  </tr>
788
  </tbody>
789
 
790
- <tbody id="the_champ_comment_options" <?php echo ! in_array( 'Comment', $theChampSharingOptions['horizontal_re_providers'] ) ? 'style = "display: none"' : '';?> >
791
  <tr>
792
  <th>
793
  <img id="the_champ_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" />
@@ -823,7 +823,7 @@
823
  <td colspan="2">
824
  <script>
825
  // facebook app id and secret options toggle variables
826
- 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'; ?>;
827
  <?php
828
  $horSharingStyle = 'width:' . ( $theChampSharingOptions['horizontal_sharing_shape'] != 'rectangle' ? $theChampSharingOptions['horizontal_sharing_size'] : $theChampSharingOptions['horizontal_sharing_width'] ) . 'px;height:' . $line_height . 'px;';
829
  $horDeliciousRadius = '';
@@ -1050,7 +1050,7 @@
1050
  <label for="the_champ_counts"><?php _e("Show share counts", 'super-socializer'); ?></label>
1051
  </th>
1052
  <td>
1053
- <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()" />
1054
  <br/>
1055
  <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>
1056
  <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>
@@ -1072,7 +1072,7 @@
1072
  <label for="the_champ_total_hor_shares"><?php _e("Show total shares", 'super-socializer' ); ?></label>
1073
  </th>
1074
  <td>
1075
- <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()" />
1076
  </td>
1077
  </tr>
1078
 
@@ -1161,7 +1161,7 @@
1161
  </td>
1162
  </tr>
1163
 
1164
- <tbody id="the_champ_vertical_instagram_options" <?php echo !in_array('instagram', $theChampSharingOptions['vertical_re_providers']) ? 'style = "display: none"' : '';?> >
1165
  <tr>
1166
  <th>
1167
  <img id="the_champ_vertical_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
@@ -1181,7 +1181,7 @@
1181
  </tr>
1182
  </tbody>
1183
 
1184
- <tbody id="the_champ_vertical_comment_options" <?php echo ! in_array( 'Comment', $theChampSharingOptions['vertical_re_providers'] ) ? 'style = "display: none"' : '';?> >
1185
  <tr>
1186
  <th>
1187
  <img id="the_champ_vertical_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" />
@@ -1472,7 +1472,7 @@
1472
  <label for="the_champ_vertical_counts"><?php _e("Show share counts", 'super-socializer' ); ?></label>
1473
  </th>
1474
  <td>
1475
- <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()" />
1476
  <br/>
1477
  <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>
1478
  <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>
@@ -1494,7 +1494,7 @@
1494
  <label for="the_champ_total_vertical_shares"><?php _e("Show total shares", 'super-socializer'); ?></label>
1495
  </th>
1496
  <td>
1497
- <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()" />
1498
  </td>
1499
  </tr>
1500
 
@@ -1614,10 +1614,14 @@
1614
  <div class="clear"></div>
1615
  <div class="the_champ_left_column">
1616
 
1617
- <div class="stuffbox" 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['vertical_re_providers']) && (isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']))) || (in_array('facebook', $theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']))))) ? '' : 'style = "display: none"';?>>
1618
  <h3><label><?php _e('Facebook Share Count', 'super-socializer');?></label></h3>
1619
  <div class="inside">
1620
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
 
 
 
 
1621
  <tr>
1622
  <th>
1623
  <img id="the_champ_fb_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
767
  }
768
  ?>
769
 
770
+ <tbody id="the_champ_instagram_options" <?php echo !isset($theChampSharingOptions['horizontal_re_providers']) || !in_array('instagram', $theChampSharingOptions['horizontal_re_providers']) ? 'style = "display: none"' : '';?> >
771
  <tr>
772
  <th>
773
  <img id="the_champ_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
787
  </tr>
788
  </tbody>
789
 
790
+ <tbody id="the_champ_comment_options" <?php echo !isset($theChampSharingOptions['horizontal_re_providers']) || ! in_array( 'Comment', $theChampSharingOptions['horizontal_re_providers'] ) ? 'style = "display: none"' : '';?> >
791
  <tr>
792
  <th>
793
  <img id="the_champ_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" />
823
  <td colspan="2">
824
  <script>
825
  // facebook app id and secret options toggle variables
826
+ var heateorSsHorizontalFacebookShareEnabled = <?php echo in_array('facebook', $theChampSharingOptions['horizontal_re_providers']) ? 'true' : 'false'; ?>, heateorSsVerticalFacebookShareEnabled = <?php echo in_array('facebook', $theChampSharingOptions['vertical_re_providers']) ? 'true' : 'false'; ?>, heateorSsFacebookAppSecretSaved = <?php echo isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers']) ? 'true' : 'false'; ?>;
827
  <?php
828
  $horSharingStyle = 'width:' . ( $theChampSharingOptions['horizontal_sharing_shape'] != 'rectangle' ? $theChampSharingOptions['horizontal_sharing_size'] : $theChampSharingOptions['horizontal_sharing_width'] ) . 'px;height:' . $line_height . 'px;';
829
  $horDeliciousRadius = '';
1050
  <label for="the_champ_counts"><?php _e("Show share counts", 'super-socializer'); ?></label>
1051
  </th>
1052
  <td>
1053
+ <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1054
  <br/>
1055
  <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>
1056
  <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>
1072
  <label for="the_champ_total_hor_shares"><?php _e("Show total shares", 'super-socializer' ); ?></label>
1073
  </th>
1074
  <td>
1075
+ <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" />
1076
  </td>
1077
  </tr>
1078
 
1161
  </td>
1162
  </tr>
1163
 
1164
+ <tbody id="the_champ_vertical_instagram_options" <?php echo !isset($theChampSharingOptions['vertical_re_providers']) || !in_array('instagram', $theChampSharingOptions['vertical_re_providers']) ? 'style = "display: none"' : '';?> >
1165
  <tr>
1166
  <th>
1167
  <img id="the_champ_vertical_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1181
  </tr>
1182
  </tbody>
1183
 
1184
+ <tbody id="the_champ_vertical_comment_options" <?php echo !isset($theChampSharingOptions['vertical_re_providers']) || !in_array('Comment', $theChampSharingOptions['vertical_re_providers']) ? 'style = "display: none"' : '';?> >
1185
  <tr>
1186
  <th>
1187
  <img id="the_champ_vertical_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" />
1472
  <label for="the_champ_vertical_counts"><?php _e("Show share counts", 'super-socializer' ); ?></label>
1473
  </th>
1474
  <td>
1475
+ <input id="the_champ_vertical_counts" name="the_champ_sharing[vertical_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1476
  <br/>
1477
  <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>
1478
  <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>
1494
  <label for="the_champ_total_vertical_shares"><?php _e("Show total shares", 'super-socializer'); ?></label>
1495
  </th>
1496
  <td>
1497
+ <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" />
1498
  </td>
1499
  </tr>
1500
 
1614
  <div class="clear"></div>
1615
  <div class="the_champ_left_column">
1616
 
1617
+ <div class="stuffbox" 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['vertical_re_providers'])) || (in_array('facebook', $theChampSharingOptions['horizontal_re_providers']))) ? '' : 'style = "display: none"';?>>
1618
  <h3><label><?php _e('Facebook Share Count', 'super-socializer');?></label></h3>
1619
  <div class="inside">
1620
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1621
+ <tr>
1622
+ <td colspan="2"><strong><?php _e('Note', 'super-socializer') ?>:</strong> <?php _e('Required only to track Facebook share count', 'super-socializer') ?></td>
1623
+ </tr>
1624
+
1625
  <tr>
1626
  <th>
1627
  <img id="the_champ_fb_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
inc/shortcode.php CHANGED
@@ -23,6 +23,11 @@ function the_champ_sharing_shortcode($params){
23
  return;
24
  }
25
  global $post;
 
 
 
 
 
26
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
27
  if($customUrl){
28
  $targetUrl = $customUrl;
@@ -34,16 +39,16 @@ function the_champ_sharing_shortcode($params){
34
  $targetUrl = esc_url(home_url());
35
  $postId = 0;
36
  }elseif(!is_singular() && $type == 'vertical'){
37
- $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
38
  $postId = 0;
39
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
40
- $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
41
  $postId = $post -> ID;
42
  }elseif(get_permalink($post -> ID)){
43
  $targetUrl = get_permalink($post -> ID);
44
  $postId = $post -> ID;
45
  }else{
46
- $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
47
  $postId = 0;
48
  }
49
  $shareCountUrl = $targetUrl;
@@ -118,6 +123,10 @@ function the_champ_counter_shortcode($params){
118
  return;
119
  }
120
  global $post;
 
 
 
 
121
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
122
  if($customUrl){
123
  $targetUrl = $customUrl;
23
  return;
24
  }
25
  global $post;
26
+
27
+ if(!is_object($post)){
28
+ return;
29
+ }
30
+
31
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
32
  if($customUrl){
33
  $targetUrl = $customUrl;
39
  $targetUrl = esc_url(home_url());
40
  $postId = 0;
41
  }elseif(!is_singular() && $type == 'vertical'){
42
+ $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]));
43
  $postId = 0;
44
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
45
+ $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]));
46
  $postId = $post -> ID;
47
  }elseif(get_permalink($post -> ID)){
48
  $targetUrl = get_permalink($post -> ID);
49
  $postId = $post -> ID;
50
  }else{
51
+ $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]));
52
  $postId = 0;
53
  }
54
  $shareCountUrl = $targetUrl;
123
  return;
124
  }
125
  global $post;
126
+ if(!is_object($post)){
127
+ return;
128
+ }
129
+
130
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
131
  if($customUrl){
132
  $targetUrl = $customUrl;
inc/social_sharing.php CHANGED
@@ -5,17 +5,21 @@ defined('ABSPATH') or die("Cheating........Uh!!");
5
  */
6
 
7
  /**
8
- * Render sharing interface html.
9
  */
10
  function the_champ_prepare_sharing_html( $postUrl, $sharingType = 'horizontal', $displayCount, $totalShares, $shareCountTransientId, $standardWidget = false ) {
11
 
12
  global $post, $theChampSharingOptions;
13
 
14
- if ( NULL === $post ) {
15
  $post = get_post( $shareCountTransientId );
16
  }
17
 
18
- if ( ( $sharingType == 'vertical' && !is_singular() ) || $standardWidget ) {
 
 
 
 
19
  $postTitle = get_bloginfo( 'name' ) . " - " . get_bloginfo( 'description' );
20
  if ( is_category() ) {
21
  $postTitle = esc_attr( wp_strip_all_tags( stripslashes( single_cat_title( '', false ) ), true ) );
@@ -509,9 +513,10 @@ function the_champ_render_sharing($content){
509
  }
510
 
511
  global $post;
512
- if(!$post){
513
- return $content;
514
  }
 
515
  // hook to bypass sharing
516
  $disable = apply_filters('the_champ_bypass_sharing', $post, $content);
517
  // if $disable value is 1, return content without sharing interface
5
  */
6
 
7
  /**
8
+ * Render sharing interface html
9
  */
10
  function the_champ_prepare_sharing_html( $postUrl, $sharingType = 'horizontal', $displayCount, $totalShares, $shareCountTransientId, $standardWidget = false ) {
11
 
12
  global $post, $theChampSharingOptions;
13
 
14
+ if ( NULL === $post || ! is_object( $post ) ) {
15
  $post = get_post( $shareCountTransientId );
16
  }
17
 
18
+ if ( ! is_object( $post ) ) {
19
+ return '';
20
+ }
21
+
22
+ if ( ( $sharingType == 'vertical' && ! is_singular() ) || $standardWidget ) {
23
  $postTitle = get_bloginfo( 'name' ) . " - " . get_bloginfo( 'description' );
24
  if ( is_category() ) {
25
  $postTitle = esc_attr( wp_strip_all_tags( stripslashes( single_cat_title( '', false ) ), true ) );
513
  }
514
 
515
  global $post;
516
+ if(!is_object($post)){
517
+ return $content;
518
  }
519
+
520
  // hook to bypass sharing
521
  $disable = apply_filters('the_champ_bypass_sharing', $post, $content);
522
  // if $disable value is 1, return content without sharing interface
inc/widget.php CHANGED
@@ -228,7 +228,7 @@ class TheChampSharingWidget extends WP_Widget {
228
  /** Widget edit form at admin panel */
229
  public function form( $instance ) {
230
  /* Set up default widget settings. */
231
- $defaults = array( 'title' => 'Share the joy', 'show_counts' => 0, 'total_shares' => 0, 'target_url' => 'default', 'target_url_custom' => '', 'before_widget_content' => '', 'after_widget_content' => '' );
232
 
233
  foreach( $instance as $key => $value ) {
234
  if ( is_string( $value ) ) {
@@ -399,7 +399,7 @@ class TheChampVerticalSharingWidget extends WP_Widget {
399
  /** Widget edit form at admin panel */
400
  public function form( $instance ) {
401
  /* Set up default widget settings. */
402
- $defaults = array('alignment' => 'left', 'show_counts' => 0, 'total_shares' => 0, 'left_offset' => '40', 'right_offset' => '0', 'target_url' => 'default', 'target_url_custom' => '', 'top_offset' => '100', 'vertical_bg' => '');
403
 
404
  foreach( $instance as $key => $value ) {
405
  if ( is_string( $value ) ) {
228
  /** Widget edit form at admin panel */
229
  public function form( $instance ) {
230
  /* Set up default widget settings. */
231
+ $defaults = array( 'title' => 'Share the joy', 'show_counts' => '', 'total_shares' => '', 'target_url' => 'default', 'target_url_custom' => '', 'before_widget_content' => '', 'after_widget_content' => '', 'hide_for_logged_in' => '' );
232
 
233
  foreach( $instance as $key => $value ) {
234
  if ( is_string( $value ) ) {
399
  /** Widget edit form at admin panel */
400
  public function form( $instance ) {
401
  /* Set up default widget settings. */
402
+ $defaults = array('alignment' => 'left', 'show_counts' => '', 'total_shares' => '', 'left_offset' => '40', 'right_offset' => '0', 'target_url' => 'default', 'target_url_custom' => '', 'top_offset' => '100', 'vertical_bg' => '', 'hide_for_logged_in' => '');
403
 
404
  foreach( $instance as $key => $value ) {
405
  if ( is_string( $value ) ) {
js/admin/sharing/admin.js CHANGED
@@ -245,16 +245,11 @@ function theChampVerticalCounterPreview(val){
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() {
245
  }
246
 
247
  function heateorSsToggleFbShareCountOptions() {
248
+ if((heateorSsHorizontalFacebookShareEnabled || heateorSsVerticalFacebookShareEnabled) && !heateorSsFacebookAppSecretSaved){
249
+ jQuery('#heateor_ss_fb_share_count_options').css('display', 'block');
250
  }else{
251
  jQuery('#heateor_ss_fb_share_count_options').css('display', 'none');
252
  }
 
 
 
 
 
253
  }
254
 
255
  "function" != typeof String.prototype.trim && (String.prototype.trim = function() {
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-05-16 13:47+0530\n"
6
- "PO-Revision-Date: 2019-05-16 13:47+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -96,11 +96,11 @@ msgstr ""
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
 
@@ -144,7 +144,7 @@ msgstr ""
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."
@@ -162,69 +162,69 @@ msgstr "البريد الإلكتروني الذي أدخلته غير مسجل
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,14 +232,14 @@ msgid ""
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,7 +247,7 @@ msgid ""
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,7 +255,7 @@ msgid ""
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,13 +263,13 @@ msgid ""
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,7 +277,7 @@ msgid ""
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,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:1962
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:1987
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -302,11 +302,11 @@ msgid ""
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
  #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -315,7 +315,7 @@ msgid ""
315
  "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
- #: ../super_socializer.php:2039
319
  #, php-format
320
  msgid ""
321
  "Your website visitors will see a popup notification (only once) if their "
@@ -429,7 +429,7 @@ msgid "Large Avatar"
429
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
430
 
431
  #: ../helper.php:913 ../admin/general_options.php:132
432
- #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
433
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
434
  #, fuzzy
435
  msgid "Save Changes"
@@ -453,7 +453,7 @@ msgid "Something bad happened"
453
  msgstr ""
454
 
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
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
@@ -534,14 +534,14 @@ msgstr "رابط (URL) مخصّص"
534
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
535
  msgstr ""
536
 
537
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
538
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
539
  #: ../admin/like_buttons.php:836
540
  #, fuzzy
541
  msgid "Instagram Shoutout"
542
  msgstr "إنستاجرام"
543
 
544
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
545
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
546
  #: ../admin/like_buttons.php:838
547
  msgid ""
@@ -550,7 +550,7 @@ msgid ""
550
  "hashtags and people to mention in the Instagram post."
551
  msgstr ""
552
 
553
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
554
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
555
  #: ../admin/like_buttons.php:839
556
  msgid ""
@@ -561,7 +561,7 @@ msgid ""
561
  "time."
562
  msgstr ""
563
 
564
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
565
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
566
  #: ../admin/like_buttons.php:840
567
  msgid ""
@@ -684,7 +684,7 @@ msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقي
684
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
685
  msgstr ""
686
 
687
- #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
688
  msgid ""
689
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
690
  "Facebook share count to work"
@@ -712,8 +712,8 @@ msgstr ""
712
  msgid "3rd Party Integration"
713
  msgstr ""
714
 
715
- #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
716
- #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
717
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
718
  #: ../admin/like_buttons.php:797
719
  #, fuzzy
@@ -725,7 +725,7 @@ msgstr "استخدم كود مختصر | Include the shortcode"
725
  msgid "Troubleshooter"
726
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
727
 
728
- #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
729
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
730
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
731
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -1359,12 +1359,20 @@ msgstr ""
1359
  msgid "Facebook Share Count"
1360
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1361
 
1362
- #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
 
 
 
 
 
 
 
 
1363
  #, fuzzy
1364
  msgid "Facebook App ID"
1365
  msgstr "رقم التعريف الخالص بك | ID"
1366
 
1367
- #: ../admin/social_sharing.php:1634
1368
  #, fuzzy, php-format
1369
  msgid ""
1370
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1374,12 +1382,12 @@ msgstr ""
1374
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1375
  "فيسبوك"
1376
 
1377
- #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1378
  #, fuzzy
1379
  msgid "Facebook App Secret"
1380
  msgstr "رقم التعريف الخالص بك | ID"
1381
 
1382
- #: ../admin/social_sharing.php:1652
1383
  #, fuzzy, php-format
1384
  msgid ""
1385
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1389,35 +1397,35 @@ msgstr ""
1389
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1390
  "فيسبوك"
1391
 
1392
- #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1393
  #, fuzzy
1394
  msgid "Url shortener"
1395
  msgstr "عنوان Url للقيام بالتعليق على"
1396
 
1397
- #: ../admin/social_sharing.php:1667
1398
  #, fuzzy
1399
  msgid "Use shortlinks already installed"
1400
  msgstr "تمّ التنصيب مسبقاً"
1401
 
1402
- #: ../admin/social_sharing.php:1677
1403
  msgid "Uses default short url permalinks without using any additional plugin"
1404
  msgstr ""
1405
 
1406
- #: ../admin/social_sharing.php:1685
1407
  #, fuzzy
1408
  msgid "Enable bit.ly url shortener for sharing"
1409
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1410
 
1411
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1412
  #, fuzzy
1413
  msgid "Master control to enable bit.ly url shortening for sharing"
1414
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1415
 
1416
- #: ../admin/social_sharing.php:1703
1417
  msgid "bit.ly Login"
1418
  msgstr ""
1419
 
1420
- #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1421
  #, fuzzy, php-format
1422
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1423
  msgstr ""
@@ -1425,52 +1433,52 @@ msgstr ""
1425
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1426
  "\"مفتاح API التغريد\""
1427
 
1428
- #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1429
  #, fuzzy
1430
  msgid "bit.ly API Key"
1431
  msgstr "مفتاح API الخاص | API Private Key"
1432
 
1433
- #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1434
  msgid "Clear Bitly Cache"
1435
  msgstr ""
1436
 
1437
- #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1438
  #, fuzzy
1439
  msgid "ShortUrl cache cleared successfully."
1440
  msgstr "تم ربط حسابك بنجاح"
1441
 
1442
- #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1443
  msgid ""
1444
  "Use this to delete short urls saved in database. Handy, if urls of your "
1445
  "website have been changed but short urls are still being generated for old "
1446
  "urls."
1447
  msgstr ""
1448
 
1449
- #: ../admin/social_sharing.php:1761
1450
  msgid "Share Count Cache"
1451
  msgstr ""
1452
 
1453
- #: ../admin/social_sharing.php:1767
1454
  msgid "Refresh Share Count cache every"
1455
  msgstr ""
1456
 
1457
- #: ../admin/social_sharing.php:1772
1458
  msgid "Second(s)"
1459
  msgstr ""
1460
 
1461
- #: ../admin/social_sharing.php:1773
1462
  msgid "Minute(s)"
1463
  msgstr ""
1464
 
1465
- #: ../admin/social_sharing.php:1774
1466
  msgid "Hour(s)"
1467
  msgstr ""
1468
 
1469
- #: ../admin/social_sharing.php:1775
1470
  msgid "Day(s)"
1471
  msgstr ""
1472
 
1473
- #: ../admin/social_sharing.php:1783
1474
  #, php-format
1475
  msgid ""
1476
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1478,20 +1486,20 @@ msgid ""
1478
  "target=\"_blank\">here</a>"
1479
  msgstr ""
1480
 
1481
- #: ../admin/social_sharing.php:1791
1482
  msgid "Clear Share Counts Cache"
1483
  msgstr ""
1484
 
1485
- #: ../admin/social_sharing.php:1795
1486
  #, fuzzy
1487
  msgid "Share Counts cache cleared successfully."
1488
  msgstr "تم ربط حسابك بنجاح"
1489
 
1490
- #: ../admin/social_sharing.php:1802
1491
  msgid "Use this to clear cached share counts"
1492
  msgstr ""
1493
 
1494
- #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1495
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1496
  #: ../admin/like_buttons.php:698
1497
  #, fuzzy
@@ -1500,7 +1508,7 @@ msgstr ""
1500
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1501
  "والخصائص التالية: %s"
1502
 
1503
- #: ../admin/social_sharing.php:1827
1504
  #, fuzzy, php-format
1505
  msgid ""
1506
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1511,17 +1519,17 @@ msgstr ""
1511
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1512
  "فارغاً ل language(English) الافتراضي"
1513
 
1514
- #: ../admin/social_sharing.php:1836
1515
  #, fuzzy
1516
  msgid "Username in sharing"
1517
  msgstr "شارك الأخرين عبر تويتر"
1518
 
1519
- #: ../admin/social_sharing.php:1842
1520
  #, fuzzy
1521
  msgid "Twitter username (without @)"
1522
  msgstr "قالب بدون %1$s"
1523
 
1524
- #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1525
  #, fuzzy
1526
  msgid ""
1527
  "Provided username will be appended after the content being shared as \"via "
@@ -1531,37 +1539,37 @@ msgstr ""
1531
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1532
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1533
 
1534
- #: ../admin/social_sharing.php:1861
1535
  #, fuzzy
1536
  msgid "Buffer username (without @)"
1537
  msgstr "قالب بدون %1$s"
1538
 
1539
- #: ../admin/social_sharing.php:1880
1540
  msgid "AMP"
1541
  msgstr ""
1542
 
1543
- #: ../admin/social_sharing.php:1886
1544
  #, fuzzy
1545
  msgid "Enable sharing on AMP pages"
1546
  msgstr "صفحة"
1547
 
1548
- #: ../admin/social_sharing.php:1896
1549
  msgid "Enable this option to render sharing icons on AMP pages"
1550
  msgstr ""
1551
 
1552
- #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1553
  msgid "myCRED"
1554
  msgstr ""
1555
 
1556
- #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1557
  msgid "Append myCRED referral ID to the urls being shared"
1558
  msgstr ""
1559
 
1560
- #: ../admin/social_sharing.php:1954
1561
  msgid "Facebook Sharing Troubleshooter"
1562
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1563
 
1564
- #: ../admin/social_sharing.php:1959
1565
  #, fuzzy
1566
  msgid ""
1567
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1572,28 +1580,28 @@ msgstr ""
1572
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1573
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1574
 
1575
- #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1576
  #: ../admin/social_login.php:1241
1577
  msgid ""
1578
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1579
  "an online website for the plugin to function properly."
1580
  msgstr ""
1581
 
1582
- #: ../admin/social_sharing.php:1977
1583
  msgid ""
1584
  "Why is sharer not showing the correct image, title and other meta tags "
1585
  "content?"
1586
  msgstr ""
1587
 
1588
- #: ../admin/social_sharing.php:1978
1589
  msgid "Why is Facebook share count not working?"
1590
  msgstr ""
1591
 
1592
- #: ../admin/social_sharing.php:1981
1593
  msgid "Why is Instagram icon redirecting to Instagram website?"
1594
  msgstr ""
1595
 
1596
- #: ../admin/social_sharing.php:1982
1597
  msgid ""
1598
  "Instagram icon is there to send website visitors to the Instagram page of "
1599
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1601,46 +1609,46 @@ msgid ""
1601
  "sections."
1602
  msgstr ""
1603
 
1604
- #: ../admin/social_sharing.php:1985
1605
  #, fuzzy
1606
  msgid "How to customize the url being shared?"
1607
  msgstr "عرض عدد المقالات"
1608
 
1609
- #: ../admin/social_sharing.php:1986
1610
  msgid ""
1611
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1612
  msgstr ""
1613
 
1614
- #: ../admin/social_sharing.php:1987
1615
  msgid ""
1616
  "It takes some time for their service to track the shares made on Twitter "
1617
  "from your website. If you still feel it's taking too long you can contact "
1618
  "their support directly from their website."
1619
  msgstr ""
1620
 
1621
- #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1622
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1623
  msgstr ""
1624
 
1625
- #: ../admin/social_sharing.php:1990
1626
  msgid ""
1627
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1628
  msgstr ""
1629
 
1630
- #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1631
  #: ../admin/social_login.php:1248
1632
  msgid "Why is my browser blocking some features of the plugin?"
1633
  msgstr ""
1634
 
1635
- #: ../admin/social_sharing.php:1992
1636
  msgid "Why the color of share icons is not being updated?"
1637
  msgstr ""
1638
 
1639
- #: ../admin/social_sharing.php:1993
1640
  msgid "Why Facebook share counts are not appearing?"
1641
  msgstr ""
1642
 
1643
- #: ../admin/social_sharing.php:1994
1644
  #, fuzzy
1645
  msgid ""
1646
  "How can I show share counts of my website rather than of individual pages/"
@@ -1649,51 +1657,51 @@ msgstr ""
1649
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1650
  "الوظائف؟"
1651
 
1652
- #: ../admin/social_sharing.php:1995
1653
  #, fuzzy
1654
  msgid "How can I disable sharing on particular page/post?"
1655
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1656
 
1657
- #: ../admin/social_sharing.php:1996
1658
  #, fuzzy
1659
  msgid "How can I specify minimum sharing count for sharing networks?"
1660
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1661
 
1662
- #: ../admin/social_sharing.php:1997
1663
  msgid "How to share specific page?"
1664
  msgstr ""
1665
 
1666
- #: ../admin/social_sharing.php:1998
1667
  msgid "How to integrate Google Analytics with sharing?"
1668
  msgstr ""
1669
 
1670
- #: ../admin/social_sharing.php:1999
1671
  msgid "How to customize the look of total share counts?"
1672
  msgstr ""
1673
 
1674
- #: ../admin/social_sharing.php:2000
1675
  #, fuzzy
1676
  msgid "How to customize the look of individual share counts?"
1677
  msgstr "عرض عدد المقالات"
1678
 
1679
- #: ../admin/social_sharing.php:2001
1680
  #, fuzzy
1681
  msgid "How to show Whatsapp icon only on mobile devices?"
1682
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1683
 
1684
- #: ../admin/social_sharing.php:2002
1685
  msgid "How to hide arrow after floating sharing bar?"
1686
  msgstr ""
1687
 
1688
- #: ../admin/social_sharing.php:2003
1689
  msgid "Why is share count not getting updated?"
1690
  msgstr ""
1691
 
1692
- #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1693
  msgid "Why is there so much space between like buttons?"
1694
  msgstr ""
1695
 
1696
- #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1697
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1698
  msgstr ""
1699
 
@@ -3063,12 +3071,12 @@ msgstr ""
3063
  msgid "Like Buttons Shortcode & Widget"
3064
  msgstr "استخدم كود مختصر | Include the shortcode"
3065
 
3066
- #: ../inc/shortcode.php:205 ../inc/widget.php:47
3067
  #, fuzzy
3068
  msgid "Log Out"
3069
  msgstr " تسجيل الخروج"
3070
 
3071
- #: ../inc/shortcode.php:286
3072
  #, fuzzy
3073
  msgid ""
3074
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
@@ -3077,23 +3085,23 @@ msgstr ""
3077
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > "
3078
  "الاجتماعية صفحة تسجيل الدخول\"."
3079
 
3080
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
3081
  msgid "Search for"
3082
  msgstr ""
3083
 
3084
- #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
3085
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
3086
- #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
3087
  #, fuzzy
3088
  msgid "Archives"
3089
  msgstr "الأرشيف"
3090
 
3091
- #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
3092
  #, fuzzy
3093
  msgid "Invalid request"
3094
  msgstr "طلب غير صحيح"
3095
 
3096
- #: ../inc/social_sharing.php:927
3097
  #, fuzzy
3098
  msgid "Providers not selected"
3099
  msgstr "محدد | selected"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-05 10:41+0530\n"
6
+ "PO-Revision-Date: 2019-06-05 10:41+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
96
  msgid "Leave a reply"
97
  msgstr "اترك رد"
98
 
99
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
100
  msgid "Shares"
101
  msgstr ""
102
 
103
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
104
  msgid "Share"
105
  msgstr ""
106
 
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1428 ../super_socializer.php:2200
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
164
 
165
+ #: ../super_socializer.php:1444 ../super_socializer.php:2124
166
  msgid "Link your social account to login to your account at this website"
167
  msgstr ""
168
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
169
  "الى حسابك في هذا الموقع"
170
 
171
+ #: ../super_socializer.php:1690
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1692
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1703
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:1712
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:1721
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:1730
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:1739
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:1746
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:1757
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:1773
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:1797
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:1797 ../super_socializer.php:1822
236
+ #: ../super_socializer.php:1847 ../super_socializer.php:1872
237
+ #: ../super_socializer.php:1905 ../super_socializer.php:1933
238
+ #: ../super_socializer.php:1960 ../super_socializer.php:2037
239
  msgid "Okay"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1822
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:1847
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:1872
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:1883
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:1905
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:1933
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:1960
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:1985
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:1985 ../super_socializer.php:2012
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
+ #: ../super_socializer.php:2011
310
  #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
315
  "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
+ #: ../super_socializer.php:2037
319
  #, php-format
320
  msgid ""
321
  "Your website visitors will see a popup notification (only once) if their "
429
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
430
 
431
  #: ../helper.php:913 ../admin/general_options.php:132
432
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
433
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
434
  #, fuzzy
435
  msgid "Save Changes"
453
  msgstr ""
454
 
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
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
534
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
535
  msgstr ""
536
 
537
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
538
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
539
  #: ../admin/like_buttons.php:836
540
  #, fuzzy
541
  msgid "Instagram Shoutout"
542
  msgstr "إنستاجرام"
543
 
544
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
545
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
546
  #: ../admin/like_buttons.php:838
547
  msgid ""
550
  "hashtags and people to mention in the Instagram post."
551
  msgstr ""
552
 
553
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
554
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
555
  #: ../admin/like_buttons.php:839
556
  msgid ""
561
  "time."
562
  msgstr ""
563
 
564
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
565
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
566
  #: ../admin/like_buttons.php:840
567
  msgid ""
684
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
685
  msgstr ""
686
 
687
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1983
688
  msgid ""
689
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
690
  "Facebook share count to work"
712
  msgid "3rd Party Integration"
713
  msgstr ""
714
 
715
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
716
+ #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
717
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
718
  #: ../admin/like_buttons.php:797
719
  #, fuzzy
725
  msgid "Troubleshooter"
726
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
727
 
728
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
729
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
730
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
731
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
1359
  msgid "Facebook Share Count"
1360
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1361
 
1362
+ #: ../admin/social_sharing.php:1622
1363
+ msgid "Note"
1364
+ msgstr ""
1365
+
1366
+ #: ../admin/social_sharing.php:1622
1367
+ msgid "Required only to track Facebook share count"
1368
+ msgstr ""
1369
+
1370
+ #: ../admin/social_sharing.php:1628 ../admin/social_login.php:161
1371
  #, fuzzy
1372
  msgid "Facebook App ID"
1373
  msgstr "رقم التعريف الخالص بك | ID"
1374
 
1375
+ #: ../admin/social_sharing.php:1638
1376
  #, fuzzy, php-format
1377
  msgid ""
1378
  "Required for Facebook share count to work. Please follow the documentation "
1382
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1383
  "فيسبوك"
1384
 
1385
+ #: ../admin/social_sharing.php:1646 ../admin/social_login.php:183
1386
  #, fuzzy
1387
  msgid "Facebook App Secret"
1388
  msgstr "رقم التعريف الخالص بك | ID"
1389
 
1390
+ #: ../admin/social_sharing.php:1656
1391
  #, fuzzy, php-format
1392
  msgid ""
1393
  "Required for Facebook share count to work. Please follow the documentation "
1397
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1398
  "فيسبوك"
1399
 
1400
+ #: ../admin/social_sharing.php:1665 ../admin/like_buttons.php:592
1401
  #, fuzzy
1402
  msgid "Url shortener"
1403
  msgstr "عنوان Url للقيام بالتعليق على"
1404
 
1405
+ #: ../admin/social_sharing.php:1671
1406
  #, fuzzy
1407
  msgid "Use shortlinks already installed"
1408
  msgstr "تمّ التنصيب مسبقاً"
1409
 
1410
+ #: ../admin/social_sharing.php:1681
1411
  msgid "Uses default short url permalinks without using any additional plugin"
1412
  msgstr ""
1413
 
1414
+ #: ../admin/social_sharing.php:1689
1415
  #, fuzzy
1416
  msgid "Enable bit.ly url shortener for sharing"
1417
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1418
 
1419
+ #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:626
1420
  #, fuzzy
1421
  msgid "Master control to enable bit.ly url shortening for sharing"
1422
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1423
 
1424
+ #: ../admin/social_sharing.php:1707
1425
  msgid "bit.ly Login"
1426
  msgstr ""
1427
 
1428
+ #: ../admin/social_sharing.php:1717 ../admin/social_sharing.php:1736
1429
  #, fuzzy, php-format
1430
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1431
  msgstr ""
1433
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1434
  "\"مفتاح API التغريد\""
1435
 
1436
+ #: ../admin/social_sharing.php:1726 ../admin/like_buttons.php:653
1437
  #, fuzzy
1438
  msgid "bit.ly API Key"
1439
  msgstr "مفتاح API الخاص | API Private Key"
1440
 
1441
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:672
1442
  msgid "Clear Bitly Cache"
1443
  msgstr ""
1444
 
1445
+ #: ../admin/social_sharing.php:1749 ../admin/like_buttons.php:676
1446
  #, fuzzy
1447
  msgid "ShortUrl cache cleared successfully."
1448
  msgstr "تم ربط حسابك بنجاح"
1449
 
1450
+ #: ../admin/social_sharing.php:1756 ../admin/like_buttons.php:683
1451
  msgid ""
1452
  "Use this to delete short urls saved in database. Handy, if urls of your "
1453
  "website have been changed but short urls are still being generated for old "
1454
  "urls."
1455
  msgstr ""
1456
 
1457
+ #: ../admin/social_sharing.php:1765
1458
  msgid "Share Count Cache"
1459
  msgstr ""
1460
 
1461
+ #: ../admin/social_sharing.php:1771
1462
  msgid "Refresh Share Count cache every"
1463
  msgstr ""
1464
 
1465
+ #: ../admin/social_sharing.php:1776
1466
  msgid "Second(s)"
1467
  msgstr ""
1468
 
1469
+ #: ../admin/social_sharing.php:1777
1470
  msgid "Minute(s)"
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1778
1474
  msgid "Hour(s)"
1475
  msgstr ""
1476
 
1477
+ #: ../admin/social_sharing.php:1779
1478
  msgid "Day(s)"
1479
  msgstr ""
1480
 
1481
+ #: ../admin/social_sharing.php:1787
1482
  #, php-format
1483
  msgid ""
1484
  "Frequent cache refreshing results in slower loading of pages with share "
1486
  "target=\"_blank\">here</a>"
1487
  msgstr ""
1488
 
1489
+ #: ../admin/social_sharing.php:1795
1490
  msgid "Clear Share Counts Cache"
1491
  msgstr ""
1492
 
1493
+ #: ../admin/social_sharing.php:1799
1494
  #, fuzzy
1495
  msgid "Share Counts cache cleared successfully."
1496
  msgstr "تم ربط حسابك بنجاح"
1497
 
1498
+ #: ../admin/social_sharing.php:1806
1499
  msgid "Use this to clear cached share counts"
1500
  msgstr ""
1501
 
1502
+ #: ../admin/social_sharing.php:1815 ../admin/social_sharing.php:1821
1503
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1504
  #: ../admin/like_buttons.php:698
1505
  #, fuzzy
1508
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1509
  "والخصائص التالية: %s"
1510
 
1511
+ #: ../admin/social_sharing.php:1831
1512
  #, fuzzy, php-format
1513
  msgid ""
1514
  "Enter the code of the language you want to use for like buttons. You can "
1519
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1520
  "فارغاً ل language(English) الافتراضي"
1521
 
1522
+ #: ../admin/social_sharing.php:1840
1523
  #, fuzzy
1524
  msgid "Username in sharing"
1525
  msgstr "شارك الأخرين عبر تويتر"
1526
 
1527
+ #: ../admin/social_sharing.php:1846
1528
  #, fuzzy
1529
  msgid "Twitter username (without @)"
1530
  msgstr "قالب بدون %1$s"
1531
 
1532
+ #: ../admin/social_sharing.php:1856 ../admin/social_sharing.php:1875
1533
  #, fuzzy
1534
  msgid ""
1535
  "Provided username will be appended after the content being shared as \"via "
1539
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1540
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1541
 
1542
+ #: ../admin/social_sharing.php:1865
1543
  #, fuzzy
1544
  msgid "Buffer username (without @)"
1545
  msgstr "قالب بدون %1$s"
1546
 
1547
+ #: ../admin/social_sharing.php:1884
1548
  msgid "AMP"
1549
  msgstr ""
1550
 
1551
+ #: ../admin/social_sharing.php:1890
1552
  #, fuzzy
1553
  msgid "Enable sharing on AMP pages"
1554
  msgstr "صفحة"
1555
 
1556
+ #: ../admin/social_sharing.php:1900
1557
  msgid "Enable this option to render sharing icons on AMP pages"
1558
  msgstr ""
1559
 
1560
+ #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:771
1561
  msgid "myCRED"
1562
  msgstr ""
1563
 
1564
+ #: ../admin/social_sharing.php:1925 ../admin/like_buttons.php:777
1565
  msgid "Append myCRED referral ID to the urls being shared"
1566
  msgstr ""
1567
 
1568
+ #: ../admin/social_sharing.php:1958
1569
  msgid "Facebook Sharing Troubleshooter"
1570
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1571
 
1572
+ #: ../admin/social_sharing.php:1963
1573
  #, fuzzy
1574
  msgid ""
1575
  "If Facebook sharing is not working fine, click at the following link and "
1580
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1581
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1582
 
1583
+ #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1584
  #: ../admin/social_login.php:1241
1585
  msgid ""
1586
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1587
  "an online website for the plugin to function properly."
1588
  msgstr ""
1589
 
1590
+ #: ../admin/social_sharing.php:1981
1591
  msgid ""
1592
  "Why is sharer not showing the correct image, title and other meta tags "
1593
  "content?"
1594
  msgstr ""
1595
 
1596
+ #: ../admin/social_sharing.php:1982
1597
  msgid "Why is Facebook share count not working?"
1598
  msgstr ""
1599
 
1600
+ #: ../admin/social_sharing.php:1985
1601
  msgid "Why is Instagram icon redirecting to Instagram website?"
1602
  msgstr ""
1603
 
1604
+ #: ../admin/social_sharing.php:1986
1605
  msgid ""
1606
  "Instagram icon is there to send website visitors to the Instagram page of "
1607
  "your choice. You can save the desired Instagram handle in \"Instagram "
1609
  "sections."
1610
  msgstr ""
1611
 
1612
+ #: ../admin/social_sharing.php:1989
1613
  #, fuzzy
1614
  msgid "How to customize the url being shared?"
1615
  msgstr "عرض عدد المقالات"
1616
 
1617
+ #: ../admin/social_sharing.php:1990
1618
  msgid ""
1619
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1620
  msgstr ""
1621
 
1622
+ #: ../admin/social_sharing.php:1991
1623
  msgid ""
1624
  "It takes some time for their service to track the shares made on Twitter "
1625
  "from your website. If you still feel it's taking too long you can contact "
1626
  "their support directly from their website."
1627
  msgstr ""
1628
 
1629
+ #: ../admin/social_sharing.php:1993 ../admin/like_buttons.php:814
1630
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1631
  msgstr ""
1632
 
1633
+ #: ../admin/social_sharing.php:1994
1634
  msgid ""
1635
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1636
  msgstr ""
1637
 
1638
+ #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1639
  #: ../admin/social_login.php:1248
1640
  msgid "Why is my browser blocking some features of the plugin?"
1641
  msgstr ""
1642
 
1643
+ #: ../admin/social_sharing.php:1996
1644
  msgid "Why the color of share icons is not being updated?"
1645
  msgstr ""
1646
 
1647
+ #: ../admin/social_sharing.php:1997
1648
  msgid "Why Facebook share counts are not appearing?"
1649
  msgstr ""
1650
 
1651
+ #: ../admin/social_sharing.php:1998
1652
  #, fuzzy
1653
  msgid ""
1654
  "How can I show share counts of my website rather than of individual pages/"
1657
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1658
  "الوظائف؟"
1659
 
1660
+ #: ../admin/social_sharing.php:1999
1661
  #, fuzzy
1662
  msgid "How can I disable sharing on particular page/post?"
1663
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1664
 
1665
+ #: ../admin/social_sharing.php:2000
1666
  #, fuzzy
1667
  msgid "How can I specify minimum sharing count for sharing networks?"
1668
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1669
 
1670
+ #: ../admin/social_sharing.php:2001
1671
  msgid "How to share specific page?"
1672
  msgstr ""
1673
 
1674
+ #: ../admin/social_sharing.php:2002
1675
  msgid "How to integrate Google Analytics with sharing?"
1676
  msgstr ""
1677
 
1678
+ #: ../admin/social_sharing.php:2003
1679
  msgid "How to customize the look of total share counts?"
1680
  msgstr ""
1681
 
1682
+ #: ../admin/social_sharing.php:2004
1683
  #, fuzzy
1684
  msgid "How to customize the look of individual share counts?"
1685
  msgstr "عرض عدد المقالات"
1686
 
1687
+ #: ../admin/social_sharing.php:2005
1688
  #, fuzzy
1689
  msgid "How to show Whatsapp icon only on mobile devices?"
1690
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1691
 
1692
+ #: ../admin/social_sharing.php:2006
1693
  msgid "How to hide arrow after floating sharing bar?"
1694
  msgstr ""
1695
 
1696
+ #: ../admin/social_sharing.php:2007
1697
  msgid "Why is share count not getting updated?"
1698
  msgstr ""
1699
 
1700
+ #: ../admin/social_sharing.php:2008 ../admin/like_buttons.php:812
1701
  msgid "Why is there so much space between like buttons?"
1702
  msgstr ""
1703
 
1704
+ #: ../admin/social_sharing.php:2009 ../admin/like_buttons.php:813
1705
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1706
  msgstr ""
1707
 
3071
  msgid "Like Buttons Shortcode & Widget"
3072
  msgstr "استخدم كود مختصر | Include the shortcode"
3073
 
3074
+ #: ../inc/shortcode.php:214 ../inc/widget.php:47
3075
  #, fuzzy
3076
  msgid "Log Out"
3077
  msgstr " تسجيل الخروج"
3078
 
3079
+ #: ../inc/shortcode.php:295
3080
  #, fuzzy
3081
  msgid ""
3082
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
3085
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > "
3086
  "الاجتماعية صفحة تسجيل الدخول\"."
3087
 
3088
+ #: ../inc/social_sharing.php:31 ../inc/social_sharing.php:340
3089
  msgid "Search for"
3090
  msgstr ""
3091
 
3092
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:38
3093
+ #: ../inc/social_sharing.php:40 ../inc/social_sharing.php:345
3094
+ #: ../inc/social_sharing.php:347 ../inc/social_sharing.php:349
3095
  #, fuzzy
3096
  msgid "Archives"
3097
  msgstr "الأرشيف"
3098
 
3099
+ #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
3100
  #, fuzzy
3101
  msgid "Invalid request"
3102
  msgstr "طلب غير صحيح"
3103
 
3104
+ #: ../inc/social_sharing.php:916
3105
  #, fuzzy
3106
  msgid "Providers not selected"
3107
  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-05-16 13:23+0530\n"
6
- "PO-Revision-Date: 2019-05-16 13:23+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -101,11 +101,11 @@ msgstr ""
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
 
@@ -147,7 +147,7 @@ msgstr ""
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."
@@ -167,69 +167,69 @@ 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,14 +237,14 @@ msgid ""
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,7 +252,7 @@ msgid ""
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,7 +260,7 @@ msgid ""
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,13 +268,13 @@ msgid ""
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,7 +282,7 @@ msgid ""
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,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:1962
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:1987
303
  #, php-format
304
  msgid ""
305
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -307,11 +307,11 @@ msgid ""
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
  #, php-format
316
  msgid ""
317
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -320,7 +320,7 @@ msgid ""
320
  "that, clear share counts cache from \"Miscellaneous\" section"
321
  msgstr ""
322
 
323
- #: ../super_socializer.php:2039
324
  #, php-format
325
  msgid ""
326
  "Your website visitors will see a popup notification (only once) if their "
@@ -425,7 +425,7 @@ msgid "Large Avatar"
425
  msgstr "Avatar Grande"
426
 
427
  #: ../helper.php:913 ../admin/general_options.php:132
428
- #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
429
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
430
  msgid "Save Changes"
431
  msgstr "Guardar Cambios"
@@ -448,7 +448,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:2020
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
@@ -526,14 +526,14 @@ msgstr ""
526
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
527
  "style&gt;)"
528
 
529
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
530
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
531
  #: ../admin/like_buttons.php:836
532
  #, fuzzy
533
  msgid "Instagram Shoutout"
534
  msgstr "Instagram"
535
 
536
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
537
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
538
  #: ../admin/like_buttons.php:838
539
  msgid ""
@@ -542,7 +542,7 @@ msgid ""
542
  "hashtags and people to mention in the Instagram post."
543
  msgstr ""
544
 
545
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
546
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
547
  #: ../admin/like_buttons.php:839
548
  msgid ""
@@ -553,7 +553,7 @@ msgid ""
553
  "time."
554
  msgstr ""
555
 
556
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
557
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
558
  #: ../admin/like_buttons.php:840
559
  msgid ""
@@ -666,7 +666,7 @@ msgstr "Control Maestro para permitir Compartir en redes sociales"
666
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
667
  msgstr ""
668
 
669
- #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
670
  msgid ""
671
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
672
  "Facebook share count to work"
@@ -692,8 +692,8 @@ msgstr "Miscelánea"
692
  msgid "3rd Party Integration"
693
  msgstr ""
694
 
695
- #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
696
- #: ../admin/social_sharing.php:1943 ../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 +703,7 @@ msgstr "Widgets y Shortcodes"
703
  msgid "Troubleshooter"
704
  msgstr "Resolución de problmas"
705
 
706
- #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
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
@@ -1298,11 +1298,19 @@ msgstr ""
1298
  msgid "Facebook Share Count"
1299
  msgstr "Resolución de problemas al Compartir en Facebook"
1300
 
1301
- #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
 
 
 
 
 
 
 
 
1302
  msgid "Facebook App ID"
1303
  msgstr "Facebook App ID"
1304
 
1305
- #: ../admin/social_sharing.php:1634
1306
  #, fuzzy, php-format
1307
  msgid ""
1308
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1312,12 +1320,12 @@ msgstr ""
1312
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1313
  "para conseguir tu Facebook App ID"
1314
 
1315
- #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1316
  #, fuzzy
1317
  msgid "Facebook App Secret"
1318
  msgstr "Facebook App ID"
1319
 
1320
- #: ../admin/social_sharing.php:1652
1321
  #, fuzzy, php-format
1322
  msgid ""
1323
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1327,33 +1335,33 @@ msgstr ""
1327
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1328
  "para conseguir tu Facebook App ID"
1329
 
1330
- #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1331
  msgid "Url shortener"
1332
  msgstr "Acortador de Url"
1333
 
1334
- #: ../admin/social_sharing.php:1667
1335
  msgid "Use shortlinks already installed"
1336
  msgstr "Utiliza los shortlinks ya instalados"
1337
 
1338
- #: ../admin/social_sharing.php:1677
1339
  msgid "Uses default short url permalinks without using any additional plugin"
1340
  msgstr ""
1341
 
1342
- #: ../admin/social_sharing.php:1685
1343
  msgid "Enable bit.ly url shortener for sharing"
1344
  msgstr "Habilitar acortador de url bit.ly para compartir"
1345
 
1346
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1347
  msgid "Master control to enable bit.ly url shortening for sharing"
1348
  msgstr ""
1349
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1350
 
1351
- #: ../admin/social_sharing.php:1703
1352
  #, fuzzy
1353
  msgid "bit.ly Login"
1354
  msgstr "Ingreso a través de redes sociales"
1355
 
1356
- #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1357
  #, fuzzy, php-format
1358
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1359
  msgstr ""
@@ -1361,19 +1369,19 @@ msgstr ""
1361
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1362
  "conseguir tu Twitter Key"
1363
 
1364
- #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1365
  msgid "bit.ly API Key"
1366
  msgstr "bit.ly API Key"
1367
 
1368
- #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1369
  msgid "Clear Bitly Cache"
1370
  msgstr ""
1371
 
1372
- #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1373
  msgid "ShortUrl cache cleared successfully."
1374
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1375
 
1376
- #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1377
  msgid ""
1378
  "Use this to delete short urls saved in database. Handy, if urls of your "
1379
  "website have been changed but short urls are still being generated for old "
@@ -1383,31 +1391,31 @@ msgstr ""
1383
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1384
  "url cortas todavía se están generando para viejas url."
1385
 
1386
- #: ../admin/social_sharing.php:1761
1387
  msgid "Share Count Cache"
1388
  msgstr ""
1389
 
1390
- #: ../admin/social_sharing.php:1767
1391
  msgid "Refresh Share Count cache every"
1392
  msgstr ""
1393
 
1394
- #: ../admin/social_sharing.php:1772
1395
  msgid "Second(s)"
1396
  msgstr ""
1397
 
1398
- #: ../admin/social_sharing.php:1773
1399
  msgid "Minute(s)"
1400
  msgstr ""
1401
 
1402
- #: ../admin/social_sharing.php:1774
1403
  msgid "Hour(s)"
1404
  msgstr ""
1405
 
1406
- #: ../admin/social_sharing.php:1775
1407
  msgid "Day(s)"
1408
  msgstr ""
1409
 
1410
- #: ../admin/social_sharing.php:1783
1411
  #, php-format
1412
  msgid ""
1413
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1415,26 +1423,26 @@ msgid ""
1415
  "target=\"_blank\">here</a>"
1416
  msgstr ""
1417
 
1418
- #: ../admin/social_sharing.php:1791
1419
  msgid "Clear Share Counts Cache"
1420
  msgstr ""
1421
 
1422
- #: ../admin/social_sharing.php:1795
1423
  #, fuzzy
1424
  msgid "Share Counts cache cleared successfully."
1425
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1426
 
1427
- #: ../admin/social_sharing.php:1802
1428
  msgid "Use this to clear cached share counts"
1429
  msgstr ""
1430
 
1431
- #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1432
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1433
  #: ../admin/like_buttons.php:698
1434
  msgid "Language"
1435
  msgstr "Idioma"
1436
 
1437
- #: ../admin/social_sharing.php:1827
1438
  #, php-format
1439
  msgid ""
1440
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1445,15 +1453,15 @@ msgstr ""
1445
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1446
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1447
 
1448
- #: ../admin/social_sharing.php:1836
1449
  msgid "Username in sharing"
1450
  msgstr "Nombre de usuario en Compartir"
1451
 
1452
- #: ../admin/social_sharing.php:1842
1453
  msgid "Twitter username (without @)"
1454
  msgstr "Nombre de usuario de Twitter (sin @)"
1455
 
1456
- #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1457
  msgid ""
1458
  "Provided username will be appended after the content being shared as \"via "
1459
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1463,36 +1471,36 @@ msgstr ""
1463
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1464
  "nombre de usuario en el contenido compartido."
1465
 
1466
- #: ../admin/social_sharing.php:1861
1467
  msgid "Buffer username (without @)"
1468
  msgstr "Nombre de usuario de Buffer (sin @)"
1469
 
1470
- #: ../admin/social_sharing.php:1880
1471
  msgid "AMP"
1472
  msgstr ""
1473
 
1474
- #: ../admin/social_sharing.php:1886
1475
  #, fuzzy
1476
  msgid "Enable sharing on AMP pages"
1477
  msgstr "Permitir Página de Ingreso"
1478
 
1479
- #: ../admin/social_sharing.php:1896
1480
  msgid "Enable this option to render sharing icons on AMP pages"
1481
  msgstr ""
1482
 
1483
- #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1484
  msgid "myCRED"
1485
  msgstr ""
1486
 
1487
- #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1488
  msgid "Append myCRED referral ID to the urls being shared"
1489
  msgstr ""
1490
 
1491
- #: ../admin/social_sharing.php:1954
1492
  msgid "Facebook Sharing Troubleshooter"
1493
  msgstr "Resolución de problemas al Compartir en Facebook"
1494
 
1495
- #: ../admin/social_sharing.php:1959
1496
  #, fuzzy
1497
  msgid ""
1498
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1504,28 +1512,28 @@ msgstr ""
1504
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1505
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1506
 
1507
- #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1508
  #: ../admin/social_login.php:1241
1509
  msgid ""
1510
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1511
  "an online website for the plugin to function properly."
1512
  msgstr ""
1513
 
1514
- #: ../admin/social_sharing.php:1977
1515
  msgid ""
1516
  "Why is sharer not showing the correct image, title and other meta tags "
1517
  "content?"
1518
  msgstr ""
1519
 
1520
- #: ../admin/social_sharing.php:1978
1521
  msgid "Why is Facebook share count not working?"
1522
  msgstr ""
1523
 
1524
- #: ../admin/social_sharing.php:1981
1525
  msgid "Why is Instagram icon redirecting to Instagram website?"
1526
  msgstr ""
1527
 
1528
- #: ../admin/social_sharing.php:1982
1529
  msgid ""
1530
  "Instagram icon is there to send website visitors to the Instagram page of "
1531
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1533,48 +1541,48 @@ msgid ""
1533
  "sections."
1534
  msgstr ""
1535
 
1536
- #: ../admin/social_sharing.php:1985
1537
  #, fuzzy
1538
  msgid "How to customize the url being shared?"
1539
  msgstr ""
1540
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1541
  "compartidas?"
1542
 
1543
- #: ../admin/social_sharing.php:1986
1544
  msgid ""
1545
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1546
  msgstr ""
1547
 
1548
- #: ../admin/social_sharing.php:1987
1549
  msgid ""
1550
  "It takes some time for their service to track the shares made on Twitter "
1551
  "from your website. If you still feel it's taking too long you can contact "
1552
  "their support directly from their website."
1553
  msgstr ""
1554
 
1555
- #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1556
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1557
  msgstr ""
1558
 
1559
- #: ../admin/social_sharing.php:1990
1560
  msgid ""
1561
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1562
  msgstr ""
1563
 
1564
- #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1565
  #: ../admin/social_login.php:1248
1566
  msgid "Why is my browser blocking some features of the plugin?"
1567
  msgstr ""
1568
 
1569
- #: ../admin/social_sharing.php:1992
1570
  msgid "Why the color of share icons is not being updated?"
1571
  msgstr ""
1572
 
1573
- #: ../admin/social_sharing.php:1993
1574
  msgid "Why Facebook share counts are not appearing?"
1575
  msgstr ""
1576
 
1577
- #: ../admin/social_sharing.php:1994
1578
  msgid ""
1579
  "How can I show share counts of my website rather than of individual pages/"
1580
  "posts?"
@@ -1582,54 +1590,54 @@ msgstr ""
1582
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1583
  "lugar de páginas individuales o entradas?"
1584
 
1585
- #: ../admin/social_sharing.php:1995
1586
  msgid "How can I disable sharing on particular page/post?"
1587
  msgstr ""
1588
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1589
  "entrada?"
1590
 
1591
- #: ../admin/social_sharing.php:1996
1592
  msgid "How can I specify minimum sharing count for sharing networks?"
1593
  msgstr ""
1594
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1595
  "sociales?"
1596
 
1597
- #: ../admin/social_sharing.php:1997
1598
  msgid "How to share specific page?"
1599
  msgstr "¿Cómo compartir una página específica?"
1600
 
1601
- #: ../admin/social_sharing.php:1998
1602
  msgid "How to integrate Google Analytics with sharing?"
1603
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1604
 
1605
- #: ../admin/social_sharing.php:1999
1606
  msgid "How to customize the look of total share counts?"
1607
  msgstr ""
1608
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1609
 
1610
- #: ../admin/social_sharing.php:2000
1611
  msgid "How to customize the look of individual share counts?"
1612
  msgstr ""
1613
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1614
  "compartidas?"
1615
 
1616
- #: ../admin/social_sharing.php:2001
1617
  msgid "How to show Whatsapp icon only on mobile devices?"
1618
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1619
 
1620
- #: ../admin/social_sharing.php:2002
1621
  msgid "How to hide arrow after floating sharing bar?"
1622
  msgstr ""
1623
 
1624
- #: ../admin/social_sharing.php:2003
1625
  msgid "Why is share count not getting updated?"
1626
  msgstr ""
1627
 
1628
- #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1629
  msgid "Why is there so much space between like buttons?"
1630
  msgstr ""
1631
 
1632
- #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1633
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1634
  msgstr ""
1635
 
@@ -2901,11 +2909,11 @@ msgstr ""
2901
  msgid "Like Buttons Shortcode & Widget"
2902
  msgstr "Shortcode y Widget Botones Me gusta"
2903
 
2904
- #: ../inc/shortcode.php:205 ../inc/widget.php:47
2905
  msgid "Log Out"
2906
  msgstr "Cerrar sesión"
2907
 
2908
- #: ../inc/shortcode.php:286
2909
  msgid ""
2910
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2911
  "Socializer > Social Login\" page in admin panel"
@@ -2914,22 +2922,22 @@ msgstr ""
2914
  "\"Configuración Básica\" en la página del panel de control \"Super "
2915
  "Socializer > Social Login\""
2916
 
2917
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2918
  msgid "Search for"
2919
  msgstr ""
2920
 
2921
- #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2922
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2923
- #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2924
  #, fuzzy
2925
  msgid "Archives"
2926
  msgstr "Archivos por Categoría"
2927
 
2928
- #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2929
  msgid "Invalid request"
2930
  msgstr "Petición no válida"
2931
 
2932
- #: ../inc/social_sharing.php:927
2933
  msgid "Providers not selected"
2934
  msgstr "Redes sociales no seleccionadas"
2935
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-05 10:41+0530\n"
6
+ "PO-Revision-Date: 2019-06-05 10:41+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
101
  msgid "Leave a reply"
102
  msgstr "Deja una respuesta"
103
 
104
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
105
  msgid "Shares"
106
  msgstr ""
107
 
108
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
109
  msgid "Share"
110
  msgstr ""
111
 
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:2200
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
167
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
168
  "verificarla"
169
 
170
+ #: ../super_socializer.php:1444 ../super_socializer.php:2124
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:1690
177
  msgid "Thanks for installing Super Socializer plugin"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1692
181
  msgid "Configure the Plugin"
182
  msgstr ""
183
 
184
+ #: ../super_socializer.php:1703
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:1712
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:1721
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:1730
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:1739
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:1746
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:1757
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:1773
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:1797
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:1797 ../super_socializer.php:1822
241
+ #: ../super_socializer.php:1847 ../super_socializer.php:1872
242
+ #: ../super_socializer.php:1905 ../super_socializer.php:1933
243
+ #: ../super_socializer.php:1960 ../super_socializer.php:2037
244
  msgid "Okay"
245
  msgstr ""
246
 
247
+ #: ../super_socializer.php:1822
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:1847
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:1872
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:1883
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:1905
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:1933
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:1960
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:1985
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:1985 ../super_socializer.php:2012
311
  msgid "Dismiss"
312
  msgstr ""
313
 
314
+ #: ../super_socializer.php:2011
315
  #, php-format
316
  msgid ""
317
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
320
  "that, clear share counts cache from \"Miscellaneous\" section"
321
  msgstr ""
322
 
323
+ #: ../super_socializer.php:2037
324
  #, php-format
325
  msgid ""
326
  "Your website visitors will see a popup notification (only once) if their "
425
  msgstr "Avatar Grande"
426
 
427
  #: ../helper.php:913 ../admin/general_options.php:132
428
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
429
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
430
  msgid "Save Changes"
431
  msgstr "Guardar Cambios"
448
  msgstr ""
449
 
450
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
451
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
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
526
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
527
  "style&gt;)"
528
 
529
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
530
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
531
  #: ../admin/like_buttons.php:836
532
  #, fuzzy
533
  msgid "Instagram Shoutout"
534
  msgstr "Instagram"
535
 
536
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
537
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
538
  #: ../admin/like_buttons.php:838
539
  msgid ""
542
  "hashtags and people to mention in the Instagram post."
543
  msgstr ""
544
 
545
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
546
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
547
  #: ../admin/like_buttons.php:839
548
  msgid ""
553
  "time."
554
  msgstr ""
555
 
556
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
557
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
558
  #: ../admin/like_buttons.php:840
559
  msgid ""
666
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
667
  msgstr ""
668
 
669
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1983
670
  msgid ""
671
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
672
  "Facebook share count to work"
692
  msgid "3rd Party Integration"
693
  msgstr ""
694
 
695
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
696
+ #: ../admin/social_sharing.php:1947 ../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
  msgid "Troubleshooter"
704
  msgstr "Resolución de problmas"
705
 
706
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
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
1298
  msgid "Facebook Share Count"
1299
  msgstr "Resolución de problemas al Compartir en Facebook"
1300
 
1301
+ #: ../admin/social_sharing.php:1622
1302
+ msgid "Note"
1303
+ msgstr ""
1304
+
1305
+ #: ../admin/social_sharing.php:1622
1306
+ msgid "Required only to track Facebook share count"
1307
+ msgstr ""
1308
+
1309
+ #: ../admin/social_sharing.php:1628 ../admin/social_login.php:161
1310
  msgid "Facebook App ID"
1311
  msgstr "Facebook App ID"
1312
 
1313
+ #: ../admin/social_sharing.php:1638
1314
  #, fuzzy, php-format
1315
  msgid ""
1316
  "Required for Facebook share count to work. Please follow the documentation "
1320
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1321
  "para conseguir tu Facebook App ID"
1322
 
1323
+ #: ../admin/social_sharing.php:1646 ../admin/social_login.php:183
1324
  #, fuzzy
1325
  msgid "Facebook App Secret"
1326
  msgstr "Facebook App ID"
1327
 
1328
+ #: ../admin/social_sharing.php:1656
1329
  #, fuzzy, php-format
1330
  msgid ""
1331
  "Required for Facebook share count to work. Please follow the documentation "
1335
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1336
  "para conseguir tu Facebook App ID"
1337
 
1338
+ #: ../admin/social_sharing.php:1665 ../admin/like_buttons.php:592
1339
  msgid "Url shortener"
1340
  msgstr "Acortador de Url"
1341
 
1342
+ #: ../admin/social_sharing.php:1671
1343
  msgid "Use shortlinks already installed"
1344
  msgstr "Utiliza los shortlinks ya instalados"
1345
 
1346
+ #: ../admin/social_sharing.php:1681
1347
  msgid "Uses default short url permalinks without using any additional plugin"
1348
  msgstr ""
1349
 
1350
+ #: ../admin/social_sharing.php:1689
1351
  msgid "Enable bit.ly url shortener for sharing"
1352
  msgstr "Habilitar acortador de url bit.ly para compartir"
1353
 
1354
+ #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:626
1355
  msgid "Master control to enable bit.ly url shortening for sharing"
1356
  msgstr ""
1357
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1358
 
1359
+ #: ../admin/social_sharing.php:1707
1360
  #, fuzzy
1361
  msgid "bit.ly Login"
1362
  msgstr "Ingreso a través de redes sociales"
1363
 
1364
+ #: ../admin/social_sharing.php:1717 ../admin/social_sharing.php:1736
1365
  #, fuzzy, php-format
1366
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1367
  msgstr ""
1369
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1370
  "conseguir tu Twitter Key"
1371
 
1372
+ #: ../admin/social_sharing.php:1726 ../admin/like_buttons.php:653
1373
  msgid "bit.ly API Key"
1374
  msgstr "bit.ly API Key"
1375
 
1376
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:672
1377
  msgid "Clear Bitly Cache"
1378
  msgstr ""
1379
 
1380
+ #: ../admin/social_sharing.php:1749 ../admin/like_buttons.php:676
1381
  msgid "ShortUrl cache cleared successfully."
1382
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1383
 
1384
+ #: ../admin/social_sharing.php:1756 ../admin/like_buttons.php:683
1385
  msgid ""
1386
  "Use this to delete short urls saved in database. Handy, if urls of your "
1387
  "website have been changed but short urls are still being generated for old "
1391
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1392
  "url cortas todavía se están generando para viejas url."
1393
 
1394
+ #: ../admin/social_sharing.php:1765
1395
  msgid "Share Count Cache"
1396
  msgstr ""
1397
 
1398
+ #: ../admin/social_sharing.php:1771
1399
  msgid "Refresh Share Count cache every"
1400
  msgstr ""
1401
 
1402
+ #: ../admin/social_sharing.php:1776
1403
  msgid "Second(s)"
1404
  msgstr ""
1405
 
1406
+ #: ../admin/social_sharing.php:1777
1407
  msgid "Minute(s)"
1408
  msgstr ""
1409
 
1410
+ #: ../admin/social_sharing.php:1778
1411
  msgid "Hour(s)"
1412
  msgstr ""
1413
 
1414
+ #: ../admin/social_sharing.php:1779
1415
  msgid "Day(s)"
1416
  msgstr ""
1417
 
1418
+ #: ../admin/social_sharing.php:1787
1419
  #, php-format
1420
  msgid ""
1421
  "Frequent cache refreshing results in slower loading of pages with share "
1423
  "target=\"_blank\">here</a>"
1424
  msgstr ""
1425
 
1426
+ #: ../admin/social_sharing.php:1795
1427
  msgid "Clear Share Counts Cache"
1428
  msgstr ""
1429
 
1430
+ #: ../admin/social_sharing.php:1799
1431
  #, fuzzy
1432
  msgid "Share Counts cache cleared successfully."
1433
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1434
 
1435
+ #: ../admin/social_sharing.php:1806
1436
  msgid "Use this to clear cached share counts"
1437
  msgstr ""
1438
 
1439
+ #: ../admin/social_sharing.php:1815 ../admin/social_sharing.php:1821
1440
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1441
  #: ../admin/like_buttons.php:698
1442
  msgid "Language"
1443
  msgstr "Idioma"
1444
 
1445
+ #: ../admin/social_sharing.php:1831
1446
  #, php-format
1447
  msgid ""
1448
  "Enter the code of the language you want to use for like buttons. You can "
1453
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1454
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1455
 
1456
+ #: ../admin/social_sharing.php:1840
1457
  msgid "Username in sharing"
1458
  msgstr "Nombre de usuario en Compartir"
1459
 
1460
+ #: ../admin/social_sharing.php:1846
1461
  msgid "Twitter username (without @)"
1462
  msgstr "Nombre de usuario de Twitter (sin @)"
1463
 
1464
+ #: ../admin/social_sharing.php:1856 ../admin/social_sharing.php:1875
1465
  msgid ""
1466
  "Provided username will be appended after the content being shared as \"via "
1467
  "@USERNAME\". Leave empty if you do not want any username in the content "
1471
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1472
  "nombre de usuario en el contenido compartido."
1473
 
1474
+ #: ../admin/social_sharing.php:1865
1475
  msgid "Buffer username (without @)"
1476
  msgstr "Nombre de usuario de Buffer (sin @)"
1477
 
1478
+ #: ../admin/social_sharing.php:1884
1479
  msgid "AMP"
1480
  msgstr ""
1481
 
1482
+ #: ../admin/social_sharing.php:1890
1483
  #, fuzzy
1484
  msgid "Enable sharing on AMP pages"
1485
  msgstr "Permitir Página de Ingreso"
1486
 
1487
+ #: ../admin/social_sharing.php:1900
1488
  msgid "Enable this option to render sharing icons on AMP pages"
1489
  msgstr ""
1490
 
1491
+ #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:771
1492
  msgid "myCRED"
1493
  msgstr ""
1494
 
1495
+ #: ../admin/social_sharing.php:1925 ../admin/like_buttons.php:777
1496
  msgid "Append myCRED referral ID to the urls being shared"
1497
  msgstr ""
1498
 
1499
+ #: ../admin/social_sharing.php:1958
1500
  msgid "Facebook Sharing Troubleshooter"
1501
  msgstr "Resolución de problemas al Compartir en Facebook"
1502
 
1503
+ #: ../admin/social_sharing.php:1963
1504
  #, fuzzy
1505
  msgid ""
1506
  "If Facebook sharing is not working fine, click at the following link and "
1512
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1513
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1514
 
1515
+ #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1516
  #: ../admin/social_login.php:1241
1517
  msgid ""
1518
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1519
  "an online website for the plugin to function properly."
1520
  msgstr ""
1521
 
1522
+ #: ../admin/social_sharing.php:1981
1523
  msgid ""
1524
  "Why is sharer not showing the correct image, title and other meta tags "
1525
  "content?"
1526
  msgstr ""
1527
 
1528
+ #: ../admin/social_sharing.php:1982
1529
  msgid "Why is Facebook share count not working?"
1530
  msgstr ""
1531
 
1532
+ #: ../admin/social_sharing.php:1985
1533
  msgid "Why is Instagram icon redirecting to Instagram website?"
1534
  msgstr ""
1535
 
1536
+ #: ../admin/social_sharing.php:1986
1537
  msgid ""
1538
  "Instagram icon is there to send website visitors to the Instagram page of "
1539
  "your choice. You can save the desired Instagram handle in \"Instagram "
1541
  "sections."
1542
  msgstr ""
1543
 
1544
+ #: ../admin/social_sharing.php:1989
1545
  #, fuzzy
1546
  msgid "How to customize the url being shared?"
1547
  msgstr ""
1548
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1549
  "compartidas?"
1550
 
1551
+ #: ../admin/social_sharing.php:1990
1552
  msgid ""
1553
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1554
  msgstr ""
1555
 
1556
+ #: ../admin/social_sharing.php:1991
1557
  msgid ""
1558
  "It takes some time for their service to track the shares made on Twitter "
1559
  "from your website. If you still feel it's taking too long you can contact "
1560
  "their support directly from their website."
1561
  msgstr ""
1562
 
1563
+ #: ../admin/social_sharing.php:1993 ../admin/like_buttons.php:814
1564
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1565
  msgstr ""
1566
 
1567
+ #: ../admin/social_sharing.php:1994
1568
  msgid ""
1569
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1570
  msgstr ""
1571
 
1572
+ #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1573
  #: ../admin/social_login.php:1248
1574
  msgid "Why is my browser blocking some features of the plugin?"
1575
  msgstr ""
1576
 
1577
+ #: ../admin/social_sharing.php:1996
1578
  msgid "Why the color of share icons is not being updated?"
1579
  msgstr ""
1580
 
1581
+ #: ../admin/social_sharing.php:1997
1582
  msgid "Why Facebook share counts are not appearing?"
1583
  msgstr ""
1584
 
1585
+ #: ../admin/social_sharing.php:1998
1586
  msgid ""
1587
  "How can I show share counts of my website rather than of individual pages/"
1588
  "posts?"
1590
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1591
  "lugar de páginas individuales o entradas?"
1592
 
1593
+ #: ../admin/social_sharing.php:1999
1594
  msgid "How can I disable sharing on particular page/post?"
1595
  msgstr ""
1596
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1597
  "entrada?"
1598
 
1599
+ #: ../admin/social_sharing.php:2000
1600
  msgid "How can I specify minimum sharing count for sharing networks?"
1601
  msgstr ""
1602
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1603
  "sociales?"
1604
 
1605
+ #: ../admin/social_sharing.php:2001
1606
  msgid "How to share specific page?"
1607
  msgstr "¿Cómo compartir una página específica?"
1608
 
1609
+ #: ../admin/social_sharing.php:2002
1610
  msgid "How to integrate Google Analytics with sharing?"
1611
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1612
 
1613
+ #: ../admin/social_sharing.php:2003
1614
  msgid "How to customize the look of total share counts?"
1615
  msgstr ""
1616
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1617
 
1618
+ #: ../admin/social_sharing.php:2004
1619
  msgid "How to customize the look of individual share counts?"
1620
  msgstr ""
1621
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1622
  "compartidas?"
1623
 
1624
+ #: ../admin/social_sharing.php:2005
1625
  msgid "How to show Whatsapp icon only on mobile devices?"
1626
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1627
 
1628
+ #: ../admin/social_sharing.php:2006
1629
  msgid "How to hide arrow after floating sharing bar?"
1630
  msgstr ""
1631
 
1632
+ #: ../admin/social_sharing.php:2007
1633
  msgid "Why is share count not getting updated?"
1634
  msgstr ""
1635
 
1636
+ #: ../admin/social_sharing.php:2008 ../admin/like_buttons.php:812
1637
  msgid "Why is there so much space between like buttons?"
1638
  msgstr ""
1639
 
1640
+ #: ../admin/social_sharing.php:2009 ../admin/like_buttons.php:813
1641
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1642
  msgstr ""
1643
 
2909
  msgid "Like Buttons Shortcode & Widget"
2910
  msgstr "Shortcode y Widget Botones Me gusta"
2911
 
2912
+ #: ../inc/shortcode.php:214 ../inc/widget.php:47
2913
  msgid "Log Out"
2914
  msgstr "Cerrar sesión"
2915
 
2916
+ #: ../inc/shortcode.php:295
2917
  msgid ""
2918
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2919
  "Socializer > Social Login\" page in admin panel"
2922
  "\"Configuración Básica\" en la página del panel de control \"Super "
2923
  "Socializer > Social Login\""
2924
 
2925
+ #: ../inc/social_sharing.php:31 ../inc/social_sharing.php:340
2926
  msgid "Search for"
2927
  msgstr ""
2928
 
2929
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:38
2930
+ #: ../inc/social_sharing.php:40 ../inc/social_sharing.php:345
2931
+ #: ../inc/social_sharing.php:347 ../inc/social_sharing.php:349
2932
  #, fuzzy
2933
  msgid "Archives"
2934
  msgstr "Archivos por Categoría"
2935
 
2936
+ #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2937
  msgid "Invalid request"
2938
  msgstr "Petición no válida"
2939
 
2940
+ #: ../inc/social_sharing.php:916
2941
  msgid "Providers not selected"
2942
  msgstr "Redes sociales no seleccionadas"
2943
 
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-05-16 13:23+0530\n"
6
- "PO-Revision-Date: 2019-05-16 13:23+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -99,11 +99,11 @@ msgstr ""
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
 
@@ -147,7 +147,7 @@ msgstr ""
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."
@@ -165,67 +165,67 @@ msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
167
 
168
- #: ../super_socializer.php: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,14 +233,14 @@ msgid ""
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,7 +248,7 @@ msgid ""
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,7 +256,7 @@ msgid ""
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,13 +264,13 @@ msgid ""
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,7 +278,7 @@ msgid ""
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,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:1962
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:1987
299
  #, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -303,11 +303,11 @@ msgid ""
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
  #, php-format
312
  msgid ""
313
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -316,7 +316,7 @@ msgid ""
316
  "that, clear share counts cache from \"Miscellaneous\" section"
317
  msgstr ""
318
 
319
- #: ../super_socializer.php:2039
320
  #, php-format
321
  msgid ""
322
  "Your website visitors will see a popup notification (only once) if their "
@@ -430,7 +430,7 @@ msgid "Large Avatar"
430
  msgstr "Cél Url"
431
 
432
  #: ../helper.php:913 ../admin/general_options.php:132
433
- #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
434
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
435
  msgid "Save Changes"
436
  msgstr "Változások Mentése"
@@ -453,7 +453,7 @@ msgid "Something bad happened"
453
  msgstr ""
454
 
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
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
@@ -530,14 +530,14 @@ msgstr "Egyedi URL"
530
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
531
  msgstr ""
532
 
533
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
534
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
535
  #: ../admin/like_buttons.php:836
536
  #, fuzzy
537
  msgid "Instagram Shoutout"
538
  msgstr "Instagram"
539
 
540
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
541
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
542
  #: ../admin/like_buttons.php:838
543
  msgid ""
@@ -546,7 +546,7 @@ msgid ""
546
  "hashtags and people to mention in the Instagram post."
547
  msgstr ""
548
 
549
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
550
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
551
  #: ../admin/like_buttons.php:839
552
  msgid ""
@@ -557,7 +557,7 @@ msgid ""
557
  "time."
558
  msgstr ""
559
 
560
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
561
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
562
  #: ../admin/like_buttons.php:840
563
  msgid ""
@@ -673,7 +673,7 @@ msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásá
673
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
674
  msgstr ""
675
 
676
- #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
677
  msgid ""
678
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
679
  "Facebook share count to work"
@@ -701,8 +701,8 @@ msgstr ""
701
  msgid "3rd Party Integration"
702
  msgstr ""
703
 
704
- #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
705
- #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
706
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
707
  #: ../admin/like_buttons.php:797
708
  msgid "Shortcode & Widget"
@@ -712,7 +712,7 @@ msgstr "Shortcode és Widget"
712
  msgid "Troubleshooter"
713
  msgstr "Hibamegoldó"
714
 
715
- #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
716
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
717
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
718
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -1300,11 +1300,19 @@ msgstr ""
1300
  msgid "Facebook Share Count"
1301
  msgstr "Comentarios Facebook"
1302
 
1303
- #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
 
 
 
 
 
 
 
 
1304
  msgid "Facebook App ID"
1305
  msgstr "Facebook App ID"
1306
 
1307
- #: ../admin/social_sharing.php:1634
1308
  #, fuzzy, php-format
1309
  msgid ""
1310
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1314,12 +1322,12 @@ msgstr ""
1314
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1315
  "App ID beszerzéshez"
1316
 
1317
- #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1318
  #, fuzzy
1319
  msgid "Facebook App Secret"
1320
  msgstr "Facebook App ID"
1321
 
1322
- #: ../admin/social_sharing.php:1652
1323
  #, fuzzy, php-format
1324
  msgid ""
1325
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1329,32 +1337,32 @@ msgstr ""
1329
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1330
  "App ID beszerzéshez"
1331
 
1332
- #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1333
  msgid "Url shortener"
1334
  msgstr "Url rövidítő"
1335
 
1336
- #: ../admin/social_sharing.php:1667
1337
  msgid "Use shortlinks already installed"
1338
  msgstr "Használja shortlinks már telepítve"
1339
 
1340
- #: ../admin/social_sharing.php:1677
1341
  msgid "Uses default short url permalinks without using any additional plugin"
1342
  msgstr ""
1343
 
1344
- #: ../admin/social_sharing.php:1685
1345
  msgid "Enable bit.ly url shortener for sharing"
1346
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1347
 
1348
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1349
  msgid "Master control to enable bit.ly url shortening for sharing"
1350
  msgstr ""
1351
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1352
 
1353
- #: ../admin/social_sharing.php:1703
1354
  msgid "bit.ly Login"
1355
  msgstr ""
1356
 
1357
- #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1358
  #, fuzzy, php-format
1359
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1360
  msgstr ""
@@ -1362,51 +1370,51 @@ msgstr ""
1362
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1363
  "API Key beszerzéshez"
1364
 
1365
- #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1366
  msgid "bit.ly API Key"
1367
  msgstr "bit.ly API Key"
1368
 
1369
- #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1370
  msgid "Clear Bitly Cache"
1371
  msgstr ""
1372
 
1373
- #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1374
  #, fuzzy
1375
  msgid "ShortUrl cache cleared successfully."
1376
  msgstr "Fiók kapcsolása sikeres"
1377
 
1378
- #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1379
  msgid ""
1380
  "Use this to delete short urls saved in database. Handy, if urls of your "
1381
  "website have been changed but short urls are still being generated for old "
1382
  "urls."
1383
  msgstr ""
1384
 
1385
- #: ../admin/social_sharing.php:1761
1386
  msgid "Share Count Cache"
1387
  msgstr ""
1388
 
1389
- #: ../admin/social_sharing.php:1767
1390
  msgid "Refresh Share Count cache every"
1391
  msgstr ""
1392
 
1393
- #: ../admin/social_sharing.php:1772
1394
  msgid "Second(s)"
1395
  msgstr ""
1396
 
1397
- #: ../admin/social_sharing.php:1773
1398
  msgid "Minute(s)"
1399
  msgstr ""
1400
 
1401
- #: ../admin/social_sharing.php:1774
1402
  msgid "Hour(s)"
1403
  msgstr ""
1404
 
1405
- #: ../admin/social_sharing.php:1775
1406
  msgid "Day(s)"
1407
  msgstr ""
1408
 
1409
- #: ../admin/social_sharing.php:1783
1410
  #, php-format
1411
  msgid ""
1412
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1414,26 +1422,26 @@ msgid ""
1414
  "target=\"_blank\">here</a>"
1415
  msgstr ""
1416
 
1417
- #: ../admin/social_sharing.php:1791
1418
  msgid "Clear Share Counts Cache"
1419
  msgstr ""
1420
 
1421
- #: ../admin/social_sharing.php:1795
1422
  #, fuzzy
1423
  msgid "Share Counts cache cleared successfully."
1424
  msgstr "Fiók kapcsolása sikeres"
1425
 
1426
- #: ../admin/social_sharing.php:1802
1427
  msgid "Use this to clear cached share counts"
1428
  msgstr ""
1429
 
1430
- #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1431
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1432
  #: ../admin/like_buttons.php:698
1433
  msgid "Language"
1434
  msgstr "Nyelv"
1435
 
1436
- #: ../admin/social_sharing.php:1827
1437
  #, fuzzy, php-format
1438
  msgid ""
1439
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1444,16 +1452,16 @@ msgstr ""
1444
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1445
  "az alapértelmezett (angol) nyelv használatához"
1446
 
1447
- #: ../admin/social_sharing.php:1836
1448
  #, fuzzy
1449
  msgid "Username in sharing"
1450
  msgstr "Twitter felhasználónév a megosztásban"
1451
 
1452
- #: ../admin/social_sharing.php:1842
1453
  msgid "Twitter username (without @)"
1454
  msgstr "Twitter felhasználónév (@ nélkül)"
1455
 
1456
- #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1457
  msgid ""
1458
  "Provided username will be appended after the content being shared as \"via "
1459
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1462,37 +1470,37 @@ msgstr ""
1462
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1463
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1464
 
1465
- #: ../admin/social_sharing.php:1861
1466
  #, fuzzy
1467
  msgid "Buffer username (without @)"
1468
  msgstr "Twitter felhasználónév (@ nélkül)"
1469
 
1470
- #: ../admin/social_sharing.php:1880
1471
  msgid "AMP"
1472
  msgstr ""
1473
 
1474
- #: ../admin/social_sharing.php:1886
1475
  #, fuzzy
1476
  msgid "Enable sharing on AMP pages"
1477
  msgstr "Bekapcsolás a belépés oldalon"
1478
 
1479
- #: ../admin/social_sharing.php:1896
1480
  msgid "Enable this option to render sharing icons on AMP pages"
1481
  msgstr ""
1482
 
1483
- #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1484
  msgid "myCRED"
1485
  msgstr ""
1486
 
1487
- #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1488
  msgid "Append myCRED referral ID to the urls being shared"
1489
  msgstr ""
1490
 
1491
- #: ../admin/social_sharing.php:1954
1492
  msgid "Facebook Sharing Troubleshooter"
1493
  msgstr "Facebook Megosztás Hibaelhárító"
1494
 
1495
- #: ../admin/social_sharing.php:1959
1496
  #, fuzzy
1497
  msgid ""
1498
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1504,28 +1512,28 @@ msgstr ""
1504
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1505
  "tökéletesen) a szöveges mezőben:"
1506
 
1507
- #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1508
  #: ../admin/social_login.php:1241
1509
  msgid ""
1510
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1511
  "an online website for the plugin to function properly."
1512
  msgstr ""
1513
 
1514
- #: ../admin/social_sharing.php:1977
1515
  msgid ""
1516
  "Why is sharer not showing the correct image, title and other meta tags "
1517
  "content?"
1518
  msgstr ""
1519
 
1520
- #: ../admin/social_sharing.php:1978
1521
  msgid "Why is Facebook share count not working?"
1522
  msgstr ""
1523
 
1524
- #: ../admin/social_sharing.php:1981
1525
  msgid "Why is Instagram icon redirecting to Instagram website?"
1526
  msgstr ""
1527
 
1528
- #: ../admin/social_sharing.php:1982
1529
  msgid ""
1530
  "Instagram icon is there to send website visitors to the Instagram page of "
1531
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1533,46 +1541,46 @@ msgid ""
1533
  "sections."
1534
  msgstr ""
1535
 
1536
- #: ../admin/social_sharing.php:1985
1537
  #, fuzzy
1538
  msgid "How to customize the url being shared?"
1539
  msgstr "Megosztás számok mutatása:"
1540
 
1541
- #: ../admin/social_sharing.php:1986
1542
  msgid ""
1543
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1544
  msgstr ""
1545
 
1546
- #: ../admin/social_sharing.php:1987
1547
  msgid ""
1548
  "It takes some time for their service to track the shares made on Twitter "
1549
  "from your website. If you still feel it's taking too long you can contact "
1550
  "their support directly from their website."
1551
  msgstr ""
1552
 
1553
- #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1554
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1555
  msgstr ""
1556
 
1557
- #: ../admin/social_sharing.php:1990
1558
  msgid ""
1559
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1560
  msgstr ""
1561
 
1562
- #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1563
  #: ../admin/social_login.php:1248
1564
  msgid "Why is my browser blocking some features of the plugin?"
1565
  msgstr ""
1566
 
1567
- #: ../admin/social_sharing.php:1992
1568
  msgid "Why the color of share icons is not being updated?"
1569
  msgstr ""
1570
 
1571
- #: ../admin/social_sharing.php:1993
1572
  msgid "Why Facebook share counts are not appearing?"
1573
  msgstr ""
1574
 
1575
- #: ../admin/social_sharing.php:1994
1576
  msgid ""
1577
  "How can I show share counts of my website rather than of individual pages/"
1578
  "posts?"
@@ -1580,50 +1588,50 @@ msgstr ""
1580
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1581
  "kívül is?"
1582
 
1583
- #: ../admin/social_sharing.php:1995
1584
  msgid "How can I disable sharing on particular page/post?"
1585
  msgstr ""
1586
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1587
 
1588
- #: ../admin/social_sharing.php:1996
1589
  msgid "How can I specify minimum sharing count for sharing networks?"
1590
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1591
 
1592
- #: ../admin/social_sharing.php:1997
1593
  msgid "How to share specific page?"
1594
  msgstr ""
1595
 
1596
- #: ../admin/social_sharing.php:1998
1597
  msgid "How to integrate Google Analytics with sharing?"
1598
  msgstr ""
1599
 
1600
- #: ../admin/social_sharing.php:1999
1601
  msgid "How to customize the look of total share counts?"
1602
  msgstr ""
1603
 
1604
- #: ../admin/social_sharing.php:2000
1605
  #, fuzzy
1606
  msgid "How to customize the look of individual share counts?"
1607
  msgstr "Megosztás számok mutatása:"
1608
 
1609
- #: ../admin/social_sharing.php:2001
1610
  #, fuzzy
1611
  msgid "How to show Whatsapp icon only on mobile devices?"
1612
  msgstr "Hide megosztása mobil eszközökön"
1613
 
1614
- #: ../admin/social_sharing.php:2002
1615
  msgid "How to hide arrow after floating sharing bar?"
1616
  msgstr ""
1617
 
1618
- #: ../admin/social_sharing.php:2003
1619
  msgid "Why is share count not getting updated?"
1620
  msgstr ""
1621
 
1622
- #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1623
  msgid "Why is there so much space between like buttons?"
1624
  msgstr ""
1625
 
1626
- #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1627
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1628
  msgstr ""
1629
 
@@ -2881,11 +2889,11 @@ msgstr ""
2881
  msgid "Like Buttons Shortcode & Widget"
2882
  msgstr "Shortcode és Widget"
2883
 
2884
- #: ../inc/shortcode.php:205 ../inc/widget.php:47
2885
  msgid "Log Out"
2886
  msgstr "Kilépés"
2887
 
2888
- #: ../inc/shortcode.php:286
2889
  #, fuzzy
2890
  msgid ""
2891
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
@@ -2894,22 +2902,22 @@ msgstr ""
2894
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
2895
  "> Social Login\" oldalon."
2896
 
2897
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2898
  msgid "Search for"
2899
  msgstr ""
2900
 
2901
- #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2902
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2903
- #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2904
  #, fuzzy
2905
  msgid "Archives"
2906
  msgstr "Kategória Archívum"
2907
 
2908
- #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2909
  msgid "Invalid request"
2910
  msgstr "Hibás kérés"
2911
 
2912
- #: ../inc/social_sharing.php:927
2913
  msgid "Providers not selected"
2914
  msgstr "Nincs kiválasztott szolgáltató"
2915
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-05 10:40+0530\n"
6
+ "PO-Revision-Date: 2019-06-05 10:40+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
99
  msgid "Leave a reply"
100
  msgstr "Válaszolj"
101
 
102
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
103
  msgid "Shares"
104
  msgstr ""
105
 
106
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
107
  msgid "Share"
108
  msgstr ""
109
 
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
150
+ #: ../super_socializer.php:1428 ../super_socializer.php:2200
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
167
 
168
+ #: ../super_socializer.php:1444 ../super_socializer.php:2124
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:1690
173
  msgid "Thanks for installing Super Socializer plugin"
174
  msgstr ""
175
 
176
+ #: ../super_socializer.php:1692
177
  msgid "Configure the Plugin"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1703
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:1712
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:1721
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:1730
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:1739
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:1746
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:1757
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:1773
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:1797
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:1797 ../super_socializer.php:1822
237
+ #: ../super_socializer.php:1847 ../super_socializer.php:1872
238
+ #: ../super_socializer.php:1905 ../super_socializer.php:1933
239
+ #: ../super_socializer.php:1960 ../super_socializer.php:2037
240
  msgid "Okay"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1822
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:1847
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:1872
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:1883
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:1905
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:1933
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:1960
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:1985
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:1985 ../super_socializer.php:2012
307
  msgid "Dismiss"
308
  msgstr ""
309
 
310
+ #: ../super_socializer.php:2011
311
  #, php-format
312
  msgid ""
313
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
316
  "that, clear share counts cache from \"Miscellaneous\" section"
317
  msgstr ""
318
 
319
+ #: ../super_socializer.php:2037
320
  #, php-format
321
  msgid ""
322
  "Your website visitors will see a popup notification (only once) if their "
430
  msgstr "Cél Url"
431
 
432
  #: ../helper.php:913 ../admin/general_options.php:132
433
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
434
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
435
  msgid "Save Changes"
436
  msgstr "Változások Mentése"
453
  msgstr ""
454
 
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
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
530
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
531
  msgstr ""
532
 
533
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
534
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
535
  #: ../admin/like_buttons.php:836
536
  #, fuzzy
537
  msgid "Instagram Shoutout"
538
  msgstr "Instagram"
539
 
540
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
541
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
542
  #: ../admin/like_buttons.php:838
543
  msgid ""
546
  "hashtags and people to mention in the Instagram post."
547
  msgstr ""
548
 
549
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
550
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
551
  #: ../admin/like_buttons.php:839
552
  msgid ""
557
  "time."
558
  msgstr ""
559
 
560
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
561
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
562
  #: ../admin/like_buttons.php:840
563
  msgid ""
673
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
674
  msgstr ""
675
 
676
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1983
677
  msgid ""
678
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
679
  "Facebook share count to work"
701
  msgid "3rd Party Integration"
702
  msgstr ""
703
 
704
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
705
+ #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
706
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
707
  #: ../admin/like_buttons.php:797
708
  msgid "Shortcode & Widget"
712
  msgid "Troubleshooter"
713
  msgstr "Hibamegoldó"
714
 
715
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
716
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
717
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
718
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
1300
  msgid "Facebook Share Count"
1301
  msgstr "Comentarios Facebook"
1302
 
1303
+ #: ../admin/social_sharing.php:1622
1304
+ msgid "Note"
1305
+ msgstr ""
1306
+
1307
+ #: ../admin/social_sharing.php:1622
1308
+ msgid "Required only to track Facebook share count"
1309
+ msgstr ""
1310
+
1311
+ #: ../admin/social_sharing.php:1628 ../admin/social_login.php:161
1312
  msgid "Facebook App ID"
1313
  msgstr "Facebook App ID"
1314
 
1315
+ #: ../admin/social_sharing.php:1638
1316
  #, fuzzy, php-format
1317
  msgid ""
1318
  "Required for Facebook share count to work. Please follow the documentation "
1322
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1323
  "App ID beszerzéshez"
1324
 
1325
+ #: ../admin/social_sharing.php:1646 ../admin/social_login.php:183
1326
  #, fuzzy
1327
  msgid "Facebook App Secret"
1328
  msgstr "Facebook App ID"
1329
 
1330
+ #: ../admin/social_sharing.php:1656
1331
  #, fuzzy, php-format
1332
  msgid ""
1333
  "Required for Facebook share count to work. Please follow the documentation "
1337
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1338
  "App ID beszerzéshez"
1339
 
1340
+ #: ../admin/social_sharing.php:1665 ../admin/like_buttons.php:592
1341
  msgid "Url shortener"
1342
  msgstr "Url rövidítő"
1343
 
1344
+ #: ../admin/social_sharing.php:1671
1345
  msgid "Use shortlinks already installed"
1346
  msgstr "Használja shortlinks már telepítve"
1347
 
1348
+ #: ../admin/social_sharing.php:1681
1349
  msgid "Uses default short url permalinks without using any additional plugin"
1350
  msgstr ""
1351
 
1352
+ #: ../admin/social_sharing.php:1689
1353
  msgid "Enable bit.ly url shortener for sharing"
1354
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1355
 
1356
+ #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:626
1357
  msgid "Master control to enable bit.ly url shortening for sharing"
1358
  msgstr ""
1359
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1360
 
1361
+ #: ../admin/social_sharing.php:1707
1362
  msgid "bit.ly Login"
1363
  msgstr ""
1364
 
1365
+ #: ../admin/social_sharing.php:1717 ../admin/social_sharing.php:1736
1366
  #, fuzzy, php-format
1367
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1368
  msgstr ""
1370
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1371
  "API Key beszerzéshez"
1372
 
1373
+ #: ../admin/social_sharing.php:1726 ../admin/like_buttons.php:653
1374
  msgid "bit.ly API Key"
1375
  msgstr "bit.ly API Key"
1376
 
1377
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:672
1378
  msgid "Clear Bitly Cache"
1379
  msgstr ""
1380
 
1381
+ #: ../admin/social_sharing.php:1749 ../admin/like_buttons.php:676
1382
  #, fuzzy
1383
  msgid "ShortUrl cache cleared successfully."
1384
  msgstr "Fiók kapcsolása sikeres"
1385
 
1386
+ #: ../admin/social_sharing.php:1756 ../admin/like_buttons.php:683
1387
  msgid ""
1388
  "Use this to delete short urls saved in database. Handy, if urls of your "
1389
  "website have been changed but short urls are still being generated for old "
1390
  "urls."
1391
  msgstr ""
1392
 
1393
+ #: ../admin/social_sharing.php:1765
1394
  msgid "Share Count Cache"
1395
  msgstr ""
1396
 
1397
+ #: ../admin/social_sharing.php:1771
1398
  msgid "Refresh Share Count cache every"
1399
  msgstr ""
1400
 
1401
+ #: ../admin/social_sharing.php:1776
1402
  msgid "Second(s)"
1403
  msgstr ""
1404
 
1405
+ #: ../admin/social_sharing.php:1777
1406
  msgid "Minute(s)"
1407
  msgstr ""
1408
 
1409
+ #: ../admin/social_sharing.php:1778
1410
  msgid "Hour(s)"
1411
  msgstr ""
1412
 
1413
+ #: ../admin/social_sharing.php:1779
1414
  msgid "Day(s)"
1415
  msgstr ""
1416
 
1417
+ #: ../admin/social_sharing.php:1787
1418
  #, php-format
1419
  msgid ""
1420
  "Frequent cache refreshing results in slower loading of pages with share "
1422
  "target=\"_blank\">here</a>"
1423
  msgstr ""
1424
 
1425
+ #: ../admin/social_sharing.php:1795
1426
  msgid "Clear Share Counts Cache"
1427
  msgstr ""
1428
 
1429
+ #: ../admin/social_sharing.php:1799
1430
  #, fuzzy
1431
  msgid "Share Counts cache cleared successfully."
1432
  msgstr "Fiók kapcsolása sikeres"
1433
 
1434
+ #: ../admin/social_sharing.php:1806
1435
  msgid "Use this to clear cached share counts"
1436
  msgstr ""
1437
 
1438
+ #: ../admin/social_sharing.php:1815 ../admin/social_sharing.php:1821
1439
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1440
  #: ../admin/like_buttons.php:698
1441
  msgid "Language"
1442
  msgstr "Nyelv"
1443
 
1444
+ #: ../admin/social_sharing.php:1831
1445
  #, fuzzy, php-format
1446
  msgid ""
1447
  "Enter the code of the language you want to use for like buttons. You can "
1452
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1453
  "az alapértelmezett (angol) nyelv használatához"
1454
 
1455
+ #: ../admin/social_sharing.php:1840
1456
  #, fuzzy
1457
  msgid "Username in sharing"
1458
  msgstr "Twitter felhasználónév a megosztásban"
1459
 
1460
+ #: ../admin/social_sharing.php:1846
1461
  msgid "Twitter username (without @)"
1462
  msgstr "Twitter felhasználónév (@ nélkül)"
1463
 
1464
+ #: ../admin/social_sharing.php:1856 ../admin/social_sharing.php:1875
1465
  msgid ""
1466
  "Provided username will be appended after the content being shared as \"via "
1467
  "@USERNAME\". Leave empty if you do not want any username in the content "
1470
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1471
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1472
 
1473
+ #: ../admin/social_sharing.php:1865
1474
  #, fuzzy
1475
  msgid "Buffer username (without @)"
1476
  msgstr "Twitter felhasználónév (@ nélkül)"
1477
 
1478
+ #: ../admin/social_sharing.php:1884
1479
  msgid "AMP"
1480
  msgstr ""
1481
 
1482
+ #: ../admin/social_sharing.php:1890
1483
  #, fuzzy
1484
  msgid "Enable sharing on AMP pages"
1485
  msgstr "Bekapcsolás a belépés oldalon"
1486
 
1487
+ #: ../admin/social_sharing.php:1900
1488
  msgid "Enable this option to render sharing icons on AMP pages"
1489
  msgstr ""
1490
 
1491
+ #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:771
1492
  msgid "myCRED"
1493
  msgstr ""
1494
 
1495
+ #: ../admin/social_sharing.php:1925 ../admin/like_buttons.php:777
1496
  msgid "Append myCRED referral ID to the urls being shared"
1497
  msgstr ""
1498
 
1499
+ #: ../admin/social_sharing.php:1958
1500
  msgid "Facebook Sharing Troubleshooter"
1501
  msgstr "Facebook Megosztás Hibaelhárító"
1502
 
1503
+ #: ../admin/social_sharing.php:1963
1504
  #, fuzzy
1505
  msgid ""
1506
  "If Facebook sharing is not working fine, click at the following link and "
1512
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1513
  "tökéletesen) a szöveges mezőben:"
1514
 
1515
+ #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1516
  #: ../admin/social_login.php:1241
1517
  msgid ""
1518
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1519
  "an online website for the plugin to function properly."
1520
  msgstr ""
1521
 
1522
+ #: ../admin/social_sharing.php:1981
1523
  msgid ""
1524
  "Why is sharer not showing the correct image, title and other meta tags "
1525
  "content?"
1526
  msgstr ""
1527
 
1528
+ #: ../admin/social_sharing.php:1982
1529
  msgid "Why is Facebook share count not working?"
1530
  msgstr ""
1531
 
1532
+ #: ../admin/social_sharing.php:1985
1533
  msgid "Why is Instagram icon redirecting to Instagram website?"
1534
  msgstr ""
1535
 
1536
+ #: ../admin/social_sharing.php:1986
1537
  msgid ""
1538
  "Instagram icon is there to send website visitors to the Instagram page of "
1539
  "your choice. You can save the desired Instagram handle in \"Instagram "
1541
  "sections."
1542
  msgstr ""
1543
 
1544
+ #: ../admin/social_sharing.php:1989
1545
  #, fuzzy
1546
  msgid "How to customize the url being shared?"
1547
  msgstr "Megosztás számok mutatása:"
1548
 
1549
+ #: ../admin/social_sharing.php:1990
1550
  msgid ""
1551
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1552
  msgstr ""
1553
 
1554
+ #: ../admin/social_sharing.php:1991
1555
  msgid ""
1556
  "It takes some time for their service to track the shares made on Twitter "
1557
  "from your website. If you still feel it's taking too long you can contact "
1558
  "their support directly from their website."
1559
  msgstr ""
1560
 
1561
+ #: ../admin/social_sharing.php:1993 ../admin/like_buttons.php:814
1562
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1563
  msgstr ""
1564
 
1565
+ #: ../admin/social_sharing.php:1994
1566
  msgid ""
1567
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1568
  msgstr ""
1569
 
1570
+ #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1571
  #: ../admin/social_login.php:1248
1572
  msgid "Why is my browser blocking some features of the plugin?"
1573
  msgstr ""
1574
 
1575
+ #: ../admin/social_sharing.php:1996
1576
  msgid "Why the color of share icons is not being updated?"
1577
  msgstr ""
1578
 
1579
+ #: ../admin/social_sharing.php:1997
1580
  msgid "Why Facebook share counts are not appearing?"
1581
  msgstr ""
1582
 
1583
+ #: ../admin/social_sharing.php:1998
1584
  msgid ""
1585
  "How can I show share counts of my website rather than of individual pages/"
1586
  "posts?"
1588
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1589
  "kívül is?"
1590
 
1591
+ #: ../admin/social_sharing.php:1999
1592
  msgid "How can I disable sharing on particular page/post?"
1593
  msgstr ""
1594
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1595
 
1596
+ #: ../admin/social_sharing.php:2000
1597
  msgid "How can I specify minimum sharing count for sharing networks?"
1598
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1599
 
1600
+ #: ../admin/social_sharing.php:2001
1601
  msgid "How to share specific page?"
1602
  msgstr ""
1603
 
1604
+ #: ../admin/social_sharing.php:2002
1605
  msgid "How to integrate Google Analytics with sharing?"
1606
  msgstr ""
1607
 
1608
+ #: ../admin/social_sharing.php:2003
1609
  msgid "How to customize the look of total share counts?"
1610
  msgstr ""
1611
 
1612
+ #: ../admin/social_sharing.php:2004
1613
  #, fuzzy
1614
  msgid "How to customize the look of individual share counts?"
1615
  msgstr "Megosztás számok mutatása:"
1616
 
1617
+ #: ../admin/social_sharing.php:2005
1618
  #, fuzzy
1619
  msgid "How to show Whatsapp icon only on mobile devices?"
1620
  msgstr "Hide megosztása mobil eszközökön"
1621
 
1622
+ #: ../admin/social_sharing.php:2006
1623
  msgid "How to hide arrow after floating sharing bar?"
1624
  msgstr ""
1625
 
1626
+ #: ../admin/social_sharing.php:2007
1627
  msgid "Why is share count not getting updated?"
1628
  msgstr ""
1629
 
1630
+ #: ../admin/social_sharing.php:2008 ../admin/like_buttons.php:812
1631
  msgid "Why is there so much space between like buttons?"
1632
  msgstr ""
1633
 
1634
+ #: ../admin/social_sharing.php:2009 ../admin/like_buttons.php:813
1635
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1636
  msgstr ""
1637
 
2889
  msgid "Like Buttons Shortcode & Widget"
2890
  msgstr "Shortcode és Widget"
2891
 
2892
+ #: ../inc/shortcode.php:214 ../inc/widget.php:47
2893
  msgid "Log Out"
2894
  msgstr "Kilépés"
2895
 
2896
+ #: ../inc/shortcode.php:295
2897
  #, fuzzy
2898
  msgid ""
2899
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2902
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
2903
  "> Social Login\" oldalon."
2904
 
2905
+ #: ../inc/social_sharing.php:31 ../inc/social_sharing.php:340
2906
  msgid "Search for"
2907
  msgstr ""
2908
 
2909
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:38
2910
+ #: ../inc/social_sharing.php:40 ../inc/social_sharing.php:345
2911
+ #: ../inc/social_sharing.php:347 ../inc/social_sharing.php:349
2912
  #, fuzzy
2913
  msgid "Archives"
2914
  msgstr "Kategória Archívum"
2915
 
2916
+ #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2917
  msgid "Invalid request"
2918
  msgstr "Hibás kérés"
2919
 
2920
+ #: ../inc/social_sharing.php:916
2921
  msgid "Providers not selected"
2922
  msgstr "Nincs kiválasztott szolgáltató"
2923
 
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-05-16 13:23+0530\n"
6
- "PO-Revision-Date: 2019-05-16 13:23+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"
@@ -103,11 +103,11 @@ msgstr ""
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
 
@@ -149,7 +149,7 @@ msgstr ""
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."
@@ -169,68 +169,68 @@ 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,14 +238,14 @@ msgid ""
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,7 +253,7 @@ msgid ""
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,7 +261,7 @@ msgid ""
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,13 +269,13 @@ msgid ""
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,7 +283,7 @@ msgid ""
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,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:1962
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:1987
304
  #, php-format
305
  msgid ""
306
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -308,11 +308,11 @@ msgid ""
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
  #, php-format
317
  msgid ""
318
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -321,7 +321,7 @@ msgid ""
321
  "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 "
@@ -425,7 +425,7 @@ msgid "Large Avatar"
425
  msgstr "Avatar Grande"
426
 
427
  #: ../helper.php:913 ../admin/general_options.php:132
428
- #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
429
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
430
  msgid "Save Changes"
431
  msgstr "Salva le modifiche"
@@ -448,7 +448,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:2020
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
@@ -525,14 +525,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
525
  msgstr ""
526
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
527
 
528
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
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 "Instagram"
534
 
535
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
536
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
537
  #: ../admin/like_buttons.php:838
538
  msgid ""
@@ -541,7 +541,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:2029
545
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
546
  #: ../admin/like_buttons.php:839
547
  msgid ""
@@ -552,7 +552,7 @@ msgid ""
552
  "time."
553
  msgstr ""
554
 
555
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
556
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
557
  #: ../admin/like_buttons.php:840
558
  msgid ""
@@ -663,7 +663,7 @@ msgstr "Controllo Principale per abilitare Social Sharing"
663
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
664
  msgstr ""
665
 
666
- #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
667
  msgid ""
668
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
669
  "Facebook share count to work"
@@ -690,8 +690,8 @@ msgstr "Miscellanea"
690
  msgid "3rd Party Integration"
691
  msgstr "XProfile Integration"
692
 
693
- #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
694
- #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
695
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
696
  #: ../admin/like_buttons.php:797
697
  msgid "Shortcode & Widget"
@@ -701,7 +701,7 @@ msgstr "Shortcode & Widget"
701
  msgid "Troubleshooter"
702
  msgstr "Risoluzione dei problemi"
703
 
704
- #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
705
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
706
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
707
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -1288,11 +1288,19 @@ msgstr ""
1288
  msgid "Facebook Share Count"
1289
  msgstr "Comentarios Facebook"
1290
 
1291
- #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
 
 
 
 
 
 
 
 
1292
  msgid "Facebook App ID"
1293
  msgstr "Facebook App ID"
1294
 
1295
- #: ../admin/social_sharing.php:1634
1296
  #, fuzzy, php-format
1297
  msgid ""
1298
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1302,12 +1310,12 @@ msgstr ""
1302
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1303
  "target=\"_blank\">questo collegamento</a>"
1304
 
1305
- #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1306
  #, fuzzy
1307
  msgid "Facebook App Secret"
1308
  msgstr "Facebook App ID"
1309
 
1310
- #: ../admin/social_sharing.php:1652
1311
  #, fuzzy, php-format
1312
  msgid ""
1313
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1317,34 +1325,34 @@ msgstr ""
1317
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1318
  "target=\"_blank\">questo collegamento</a>"
1319
 
1320
- #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1321
  msgid "Url shortener"
1322
  msgstr "Url shortener"
1323
 
1324
- #: ../admin/social_sharing.php:1667
1325
  msgid "Use shortlinks already installed"
1326
  msgstr "Utilizza shortlinks installati"
1327
 
1328
- #: ../admin/social_sharing.php:1677
1329
  msgid "Uses default short url permalinks without using any additional plugin"
1330
  msgstr ""
1331
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1332
  "plugin aggiuntivo"
1333
 
1334
- #: ../admin/social_sharing.php:1685
1335
  msgid "Enable bit.ly url shortener for sharing"
1336
  msgstr "Abilita bit.ly url shortener"
1337
 
1338
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1339
  msgid "Master control to enable bit.ly url shortening for sharing"
1340
  msgstr ""
1341
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1342
 
1343
- #: ../admin/social_sharing.php:1703
1344
  msgid "bit.ly Login"
1345
  msgstr "bit.ly Login"
1346
 
1347
- #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1348
  #, fuzzy, php-format
1349
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1350
  msgstr ""
@@ -1352,19 +1360,19 @@ msgstr ""
1352
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1353
  "\"_blank\">questa pagina</a>"
1354
 
1355
- #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1356
  msgid "bit.ly API Key"
1357
  msgstr "bit.ly API Key"
1358
 
1359
- #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1360
  msgid "Clear Bitly Cache"
1361
  msgstr "Cancella Bitly Cache"
1362
 
1363
- #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1364
  msgid "ShortUrl cache cleared successfully."
1365
  msgstr "ShortUrl cache cancellata correttamente"
1366
 
1367
- #: ../admin/social_sharing.php:1752 ../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 "
@@ -1374,31 +1382,31 @@ msgstr ""
1374
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1375
  "sono ancora in uso per i vecchi URL."
1376
 
1377
- #: ../admin/social_sharing.php:1761
1378
  msgid "Share Count Cache"
1379
  msgstr "Share Count Cache"
1380
 
1381
- #: ../admin/social_sharing.php:1767
1382
  msgid "Refresh Share Count cache every"
1383
  msgstr "Aggiorna cache ogni"
1384
 
1385
- #: ../admin/social_sharing.php:1772
1386
  msgid "Second(s)"
1387
  msgstr "Secondo(i)"
1388
 
1389
- #: ../admin/social_sharing.php:1773
1390
  msgid "Minute(s)"
1391
  msgstr "Minuto(i)"
1392
 
1393
- #: ../admin/social_sharing.php:1774
1394
  msgid "Hour(s)"
1395
  msgstr "Ora(e)"
1396
 
1397
- #: ../admin/social_sharing.php:1775
1398
  msgid "Day(s)"
1399
  msgstr "Giorno(i)"
1400
 
1401
- #: ../admin/social_sharing.php:1783
1402
  #, fuzzy, php-format
1403
  msgid ""
1404
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1408,25 +1416,25 @@ msgstr ""
1408
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1409
  "rallentare il caricamento delle pagine."
1410
 
1411
- #: ../admin/social_sharing.php:1791
1412
  msgid "Clear Share Counts Cache"
1413
  msgstr "Cancella Share Counts Cache"
1414
 
1415
- #: ../admin/social_sharing.php:1795
1416
  msgid "Share Counts cache cleared successfully."
1417
  msgstr "Share Counts cache cancellata correttamente"
1418
 
1419
- #: ../admin/social_sharing.php:1802
1420
  msgid "Use this to clear cached share counts"
1421
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1422
 
1423
- #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1424
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1425
  #: ../admin/like_buttons.php:698
1426
  msgid "Language"
1427
  msgstr "Lingua"
1428
 
1429
- #: ../admin/social_sharing.php:1827
1430
  #, php-format
1431
  msgid ""
1432
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1438,15 +1446,15 @@ msgstr ""
1438
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1439
  "predefinita"
1440
 
1441
- #: ../admin/social_sharing.php:1836
1442
  msgid "Username in sharing"
1443
  msgstr "Username in sharing"
1444
 
1445
- #: ../admin/social_sharing.php:1842
1446
  msgid "Twitter username (without @)"
1447
  msgstr "Username Twitter (senza @)"
1448
 
1449
- #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1450
  msgid ""
1451
  "Provided username will be appended after the content being shared as \"via "
1452
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1455,36 +1463,36 @@ msgstr ""
1455
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1456
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1457
 
1458
- #: ../admin/social_sharing.php:1861
1459
  msgid "Buffer username (without @)"
1460
  msgstr "Username Buffer (senza @)"
1461
 
1462
- #: ../admin/social_sharing.php:1880
1463
  msgid "AMP"
1464
  msgstr "AMP"
1465
 
1466
- #: ../admin/social_sharing.php:1886
1467
  msgid "Enable sharing on AMP pages"
1468
  msgstr "Abilita sharing nelle pagine di AMP"
1469
 
1470
- #: ../admin/social_sharing.php:1896
1471
  msgid "Enable this option to render sharing icons on AMP pages"
1472
  msgstr ""
1473
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1474
 
1475
- #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1476
  msgid "myCRED"
1477
  msgstr ""
1478
 
1479
- #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1480
  msgid "Append myCRED referral ID to the urls being shared"
1481
  msgstr ""
1482
 
1483
- #: ../admin/social_sharing.php:1954
1484
  msgid "Facebook Sharing Troubleshooter"
1485
  msgstr "Risoluzione dei problemi Facebook Sharing"
1486
 
1487
- #: ../admin/social_sharing.php:1959
1488
  msgid ""
1489
  "If Facebook sharing is not working fine, click at the following link and "
1490
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1496,14 +1504,14 @@ msgstr ""
1496
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1497
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1498
 
1499
- #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1500
  #: ../admin/social_login.php:1241
1501
  msgid ""
1502
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1503
  "an online website for the plugin to function properly."
1504
  msgstr ""
1505
 
1506
- #: ../admin/social_sharing.php:1977
1507
  msgid ""
1508
  "Why is sharer not showing the correct image, title and other meta tags "
1509
  "content?"
@@ -1511,16 +1519,16 @@ msgstr ""
1511
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1512
  "altri contenuti meta tag?"
1513
 
1514
- #: ../admin/social_sharing.php:1978
1515
  #, fuzzy
1516
  msgid "Why is Facebook share count not working?"
1517
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1518
 
1519
- #: ../admin/social_sharing.php:1981
1520
  msgid "Why is Instagram icon redirecting to Instagram website?"
1521
  msgstr ""
1522
 
1523
- #: ../admin/social_sharing.php:1982
1524
  msgid ""
1525
  "Instagram icon is there to send website visitors to the Instagram page of "
1526
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1528,48 +1536,48 @@ msgid ""
1528
  "sections."
1529
  msgstr ""
1530
 
1531
- #: ../admin/social_sharing.php:1985
1532
  #, fuzzy
1533
  msgid "How to customize the url being shared?"
1534
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1535
 
1536
- #: ../admin/social_sharing.php:1986
1537
  msgid ""
1538
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1539
  msgstr ""
1540
 
1541
- #: ../admin/social_sharing.php:1987
1542
  msgid ""
1543
  "It takes some time for their service to track the shares made on Twitter "
1544
  "from your website. If you still feel it's taking too long you can contact "
1545
  "their support directly from their website."
1546
  msgstr ""
1547
 
1548
- #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1549
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1550
  msgstr ""
1551
 
1552
- #: ../admin/social_sharing.php:1990
1553
  msgid ""
1554
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1555
  msgstr ""
1556
 
1557
- #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1558
  #: ../admin/social_login.php:1248
1559
  msgid "Why is my browser blocking some features of the plugin?"
1560
  msgstr ""
1561
 
1562
- #: ../admin/social_sharing.php:1992
1563
  #, fuzzy
1564
  msgid "Why the color of share icons is not being updated?"
1565
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1566
 
1567
- #: ../admin/social_sharing.php:1993
1568
  #, fuzzy
1569
  msgid "Why Facebook share counts are not appearing?"
1570
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1571
 
1572
- #: ../admin/social_sharing.php:1994
1573
  msgid ""
1574
  "How can I show share counts of my website rather than of individual pages/"
1575
  "posts?"
@@ -1577,52 +1585,52 @@ msgstr ""
1577
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1578
  "pagine/post?"
1579
 
1580
- #: ../admin/social_sharing.php:1995
1581
  msgid "How can I disable sharing on particular page/post?"
1582
  msgstr ""
1583
  "Come è possibile disattivare la condivisione di una pagina/post in "
1584
  "particolare?"
1585
 
1586
- #: ../admin/social_sharing.php:1996
1587
  msgid "How can I specify minimum sharing count for sharing networks?"
1588
  msgstr ""
1589
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1590
  "di reti?"
1591
 
1592
- #: ../admin/social_sharing.php:1997
1593
  msgid "How to share specific page?"
1594
  msgstr "Come posso condividere la pagina specifica?"
1595
 
1596
- #: ../admin/social_sharing.php:1998
1597
  msgid "How to integrate Google Analytics with sharing?"
1598
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1599
 
1600
- #: ../admin/social_sharing.php:1999
1601
  msgid "How to customize the look of total share counts?"
1602
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1603
 
1604
- #: ../admin/social_sharing.php:2000
1605
  msgid "How to customize the look of individual share counts?"
1606
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1607
 
1608
- #: ../admin/social_sharing.php:2001
1609
  msgid "How to show Whatsapp icon only on mobile devices?"
1610
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1611
 
1612
- #: ../admin/social_sharing.php:2002
1613
  msgid "How to hide arrow after floating sharing bar?"
1614
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1615
 
1616
- #: ../admin/social_sharing.php:2003
1617
  #, fuzzy
1618
  msgid "Why is share count not getting updated?"
1619
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1620
 
1621
- #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1622
  msgid "Why is there so much space between like buttons?"
1623
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1624
 
1625
- #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1626
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1627
  msgstr ""
1628
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
@@ -2879,11 +2887,11 @@ msgstr ""
2879
  msgid "Like Buttons Shortcode & Widget"
2880
  msgstr "Pulsanti Shortcode & Widget"
2881
 
2882
- #: ../inc/shortcode.php:205 ../inc/widget.php:47
2883
  msgid "Log Out"
2884
  msgstr "Log Out"
2885
 
2886
- #: ../inc/shortcode.php:286
2887
  msgid ""
2888
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2889
  "Socializer > Social Login\" page in admin panel"
@@ -2892,22 +2900,22 @@ msgstr ""
2892
  "nella pagina \"Super Socializer > Social Login\" del pannello di "
2893
  "amministrazione"
2894
 
2895
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2896
  msgid "Search for"
2897
  msgstr ""
2898
 
2899
- #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2900
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2901
- #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2902
  #, fuzzy
2903
  msgid "Archives"
2904
  msgstr "Archivi di categorie"
2905
 
2906
- #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2907
  msgid "Invalid request"
2908
  msgstr "Domanda non valida"
2909
 
2910
- #: ../inc/social_sharing.php:927
2911
  msgid "Providers not selected"
2912
  msgstr "Providers non selezionati"
2913
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-05 10:40+0530\n"
6
+ "PO-Revision-Date: 2019-06-05 10:40+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"
103
  msgid "Leave a reply"
104
  msgstr "Lascia un commento"
105
 
106
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
107
  msgid "Shares"
108
  msgstr "Shares"
109
 
110
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
111
  msgid "Share"
112
  msgstr "Share"
113
 
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:2200
153
  msgid ""
154
  "Your browser is blocking some features of this website. Please follow the "
155
  "instructions at {support_url} to unblock these."
169
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
170
  "una verifica"
171
 
172
+ #: ../super_socializer.php:1444 ../super_socializer.php:2124
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:1690
178
  msgid "Thanks for installing Super Socializer plugin"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1692
182
  msgid "Configure the Plugin"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1703
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:1712
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:1721
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:1730
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:1739
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:1746
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:1757
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:1773
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:1797
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:1797 ../super_socializer.php:1822
242
+ #: ../super_socializer.php:1847 ../super_socializer.php:1872
243
+ #: ../super_socializer.php:1905 ../super_socializer.php:1933
244
+ #: ../super_socializer.php:1960 ../super_socializer.php:2037
245
  msgid "Okay"
246
  msgstr ""
247
 
248
+ #: ../super_socializer.php:1822
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:1847
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:1872
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:1883
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:1905
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:1933
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:1960
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:1985
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:1985 ../super_socializer.php:2012
312
  msgid "Dismiss"
313
  msgstr ""
314
 
315
+ #: ../super_socializer.php:2011
316
  #, php-format
317
  msgid ""
318
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
321
  "that, clear share counts cache from \"Miscellaneous\" section"
322
  msgstr ""
323
 
324
+ #: ../super_socializer.php:2037
325
  #, php-format
326
  msgid ""
327
  "Your website visitors will see a popup notification (only once) if their "
425
  msgstr "Avatar Grande"
426
 
427
  #: ../helper.php:913 ../admin/general_options.php:132
428
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
429
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
430
  msgid "Save Changes"
431
  msgstr "Salva le modifiche"
448
  msgstr ""
449
 
450
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
451
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
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
525
  msgstr ""
526
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
527
 
528
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
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 "Instagram"
534
 
535
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
536
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
537
  #: ../admin/like_buttons.php:838
538
  msgid ""
541
  "hashtags and people to mention in the Instagram post."
542
  msgstr ""
543
 
544
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
545
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
546
  #: ../admin/like_buttons.php:839
547
  msgid ""
552
  "time."
553
  msgstr ""
554
 
555
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
556
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
557
  #: ../admin/like_buttons.php:840
558
  msgid ""
663
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
664
  msgstr ""
665
 
666
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1983
667
  msgid ""
668
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
669
  "Facebook share count to work"
690
  msgid "3rd Party Integration"
691
  msgstr "XProfile Integration"
692
 
693
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
694
+ #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
695
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
696
  #: ../admin/like_buttons.php:797
697
  msgid "Shortcode & Widget"
701
  msgid "Troubleshooter"
702
  msgstr "Risoluzione dei problemi"
703
 
704
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
705
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
706
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
707
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
1288
  msgid "Facebook Share Count"
1289
  msgstr "Comentarios Facebook"
1290
 
1291
+ #: ../admin/social_sharing.php:1622
1292
+ msgid "Note"
1293
+ msgstr ""
1294
+
1295
+ #: ../admin/social_sharing.php:1622
1296
+ msgid "Required only to track Facebook share count"
1297
+ msgstr ""
1298
+
1299
+ #: ../admin/social_sharing.php:1628 ../admin/social_login.php:161
1300
  msgid "Facebook App ID"
1301
  msgstr "Facebook App ID"
1302
 
1303
+ #: ../admin/social_sharing.php:1638
1304
  #, fuzzy, php-format
1305
  msgid ""
1306
  "Required for Facebook share count to work. Please follow the documentation "
1310
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1311
  "target=\"_blank\">questo collegamento</a>"
1312
 
1313
+ #: ../admin/social_sharing.php:1646 ../admin/social_login.php:183
1314
  #, fuzzy
1315
  msgid "Facebook App Secret"
1316
  msgstr "Facebook App ID"
1317
 
1318
+ #: ../admin/social_sharing.php:1656
1319
  #, fuzzy, php-format
1320
  msgid ""
1321
  "Required for Facebook share count to work. Please follow the documentation "
1325
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1326
  "target=\"_blank\">questo collegamento</a>"
1327
 
1328
+ #: ../admin/social_sharing.php:1665 ../admin/like_buttons.php:592
1329
  msgid "Url shortener"
1330
  msgstr "Url shortener"
1331
 
1332
+ #: ../admin/social_sharing.php:1671
1333
  msgid "Use shortlinks already installed"
1334
  msgstr "Utilizza shortlinks installati"
1335
 
1336
+ #: ../admin/social_sharing.php:1681
1337
  msgid "Uses default short url permalinks without using any additional plugin"
1338
  msgstr ""
1339
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1340
  "plugin aggiuntivo"
1341
 
1342
+ #: ../admin/social_sharing.php:1689
1343
  msgid "Enable bit.ly url shortener for sharing"
1344
  msgstr "Abilita bit.ly url shortener"
1345
 
1346
+ #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:626
1347
  msgid "Master control to enable bit.ly url shortening for sharing"
1348
  msgstr ""
1349
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1350
 
1351
+ #: ../admin/social_sharing.php:1707
1352
  msgid "bit.ly Login"
1353
  msgstr "bit.ly Login"
1354
 
1355
+ #: ../admin/social_sharing.php:1717 ../admin/social_sharing.php:1736
1356
  #, fuzzy, php-format
1357
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1358
  msgstr ""
1360
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1361
  "\"_blank\">questa pagina</a>"
1362
 
1363
+ #: ../admin/social_sharing.php:1726 ../admin/like_buttons.php:653
1364
  msgid "bit.ly API Key"
1365
  msgstr "bit.ly API Key"
1366
 
1367
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:672
1368
  msgid "Clear Bitly Cache"
1369
  msgstr "Cancella Bitly Cache"
1370
 
1371
+ #: ../admin/social_sharing.php:1749 ../admin/like_buttons.php:676
1372
  msgid "ShortUrl cache cleared successfully."
1373
  msgstr "ShortUrl cache cancellata correttamente"
1374
 
1375
+ #: ../admin/social_sharing.php:1756 ../admin/like_buttons.php:683
1376
  msgid ""
1377
  "Use this to delete short urls saved in database. Handy, if urls of your "
1378
  "website have been changed but short urls are still being generated for old "
1382
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1383
  "sono ancora in uso per i vecchi URL."
1384
 
1385
+ #: ../admin/social_sharing.php:1765
1386
  msgid "Share Count Cache"
1387
  msgstr "Share Count Cache"
1388
 
1389
+ #: ../admin/social_sharing.php:1771
1390
  msgid "Refresh Share Count cache every"
1391
  msgstr "Aggiorna cache ogni"
1392
 
1393
+ #: ../admin/social_sharing.php:1776
1394
  msgid "Second(s)"
1395
  msgstr "Secondo(i)"
1396
 
1397
+ #: ../admin/social_sharing.php:1777
1398
  msgid "Minute(s)"
1399
  msgstr "Minuto(i)"
1400
 
1401
+ #: ../admin/social_sharing.php:1778
1402
  msgid "Hour(s)"
1403
  msgstr "Ora(e)"
1404
 
1405
+ #: ../admin/social_sharing.php:1779
1406
  msgid "Day(s)"
1407
  msgstr "Giorno(i)"
1408
 
1409
+ #: ../admin/social_sharing.php:1787
1410
  #, fuzzy, php-format
1411
  msgid ""
1412
  "Frequent cache refreshing results in slower loading of pages with share "
1416
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1417
  "rallentare il caricamento delle pagine."
1418
 
1419
+ #: ../admin/social_sharing.php:1795
1420
  msgid "Clear Share Counts Cache"
1421
  msgstr "Cancella Share Counts Cache"
1422
 
1423
+ #: ../admin/social_sharing.php:1799
1424
  msgid "Share Counts cache cleared successfully."
1425
  msgstr "Share Counts cache cancellata correttamente"
1426
 
1427
+ #: ../admin/social_sharing.php:1806
1428
  msgid "Use this to clear cached share counts"
1429
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1430
 
1431
+ #: ../admin/social_sharing.php:1815 ../admin/social_sharing.php:1821
1432
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1433
  #: ../admin/like_buttons.php:698
1434
  msgid "Language"
1435
  msgstr "Lingua"
1436
 
1437
+ #: ../admin/social_sharing.php:1831
1438
  #, php-format
1439
  msgid ""
1440
  "Enter the code of the language you want to use for like buttons. You can "
1446
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1447
  "predefinita"
1448
 
1449
+ #: ../admin/social_sharing.php:1840
1450
  msgid "Username in sharing"
1451
  msgstr "Username in sharing"
1452
 
1453
+ #: ../admin/social_sharing.php:1846
1454
  msgid "Twitter username (without @)"
1455
  msgstr "Username Twitter (senza @)"
1456
 
1457
+ #: ../admin/social_sharing.php:1856 ../admin/social_sharing.php:1875
1458
  msgid ""
1459
  "Provided username will be appended after the content being shared as \"via "
1460
  "@USERNAME\". Leave empty if you do not want any username in the content "
1463
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1464
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1465
 
1466
+ #: ../admin/social_sharing.php:1865
1467
  msgid "Buffer username (without @)"
1468
  msgstr "Username Buffer (senza @)"
1469
 
1470
+ #: ../admin/social_sharing.php:1884
1471
  msgid "AMP"
1472
  msgstr "AMP"
1473
 
1474
+ #: ../admin/social_sharing.php:1890
1475
  msgid "Enable sharing on AMP pages"
1476
  msgstr "Abilita sharing nelle pagine di AMP"
1477
 
1478
+ #: ../admin/social_sharing.php:1900
1479
  msgid "Enable this option to render sharing icons on AMP pages"
1480
  msgstr ""
1481
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1482
 
1483
+ #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:771
1484
  msgid "myCRED"
1485
  msgstr ""
1486
 
1487
+ #: ../admin/social_sharing.php:1925 ../admin/like_buttons.php:777
1488
  msgid "Append myCRED referral ID to the urls being shared"
1489
  msgstr ""
1490
 
1491
+ #: ../admin/social_sharing.php:1958
1492
  msgid "Facebook Sharing Troubleshooter"
1493
  msgstr "Risoluzione dei problemi Facebook Sharing"
1494
 
1495
+ #: ../admin/social_sharing.php:1963
1496
  msgid ""
1497
  "If Facebook sharing is not working fine, click at the following link and "
1498
  "enter the problematic url (where Facebook sharing is not working properly) "
1504
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1505
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1506
 
1507
+ #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1508
  #: ../admin/social_login.php:1241
1509
  msgid ""
1510
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1511
  "an online website for the plugin to function properly."
1512
  msgstr ""
1513
 
1514
+ #: ../admin/social_sharing.php:1981
1515
  msgid ""
1516
  "Why is sharer not showing the correct image, title and other meta tags "
1517
  "content?"
1519
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1520
  "altri contenuti meta tag?"
1521
 
1522
+ #: ../admin/social_sharing.php:1982
1523
  #, fuzzy
1524
  msgid "Why is Facebook share count not working?"
1525
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1526
 
1527
+ #: ../admin/social_sharing.php:1985
1528
  msgid "Why is Instagram icon redirecting to Instagram website?"
1529
  msgstr ""
1530
 
1531
+ #: ../admin/social_sharing.php:1986
1532
  msgid ""
1533
  "Instagram icon is there to send website visitors to the Instagram page of "
1534
  "your choice. You can save the desired Instagram handle in \"Instagram "
1536
  "sections."
1537
  msgstr ""
1538
 
1539
+ #: ../admin/social_sharing.php:1989
1540
  #, fuzzy
1541
  msgid "How to customize the url being shared?"
1542
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1543
 
1544
+ #: ../admin/social_sharing.php:1990
1545
  msgid ""
1546
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1547
  msgstr ""
1548
 
1549
+ #: ../admin/social_sharing.php:1991
1550
  msgid ""
1551
  "It takes some time for their service to track the shares made on Twitter "
1552
  "from your website. If you still feel it's taking too long you can contact "
1553
  "their support directly from their website."
1554
  msgstr ""
1555
 
1556
+ #: ../admin/social_sharing.php:1993 ../admin/like_buttons.php:814
1557
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1558
  msgstr ""
1559
 
1560
+ #: ../admin/social_sharing.php:1994
1561
  msgid ""
1562
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1563
  msgstr ""
1564
 
1565
+ #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1566
  #: ../admin/social_login.php:1248
1567
  msgid "Why is my browser blocking some features of the plugin?"
1568
  msgstr ""
1569
 
1570
+ #: ../admin/social_sharing.php:1996
1571
  #, fuzzy
1572
  msgid "Why the color of share icons is not being updated?"
1573
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1574
 
1575
+ #: ../admin/social_sharing.php:1997
1576
  #, fuzzy
1577
  msgid "Why Facebook share counts are not appearing?"
1578
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1579
 
1580
+ #: ../admin/social_sharing.php:1998
1581
  msgid ""
1582
  "How can I show share counts of my website rather than of individual pages/"
1583
  "posts?"
1585
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1586
  "pagine/post?"
1587
 
1588
+ #: ../admin/social_sharing.php:1999
1589
  msgid "How can I disable sharing on particular page/post?"
1590
  msgstr ""
1591
  "Come è possibile disattivare la condivisione di una pagina/post in "
1592
  "particolare?"
1593
 
1594
+ #: ../admin/social_sharing.php:2000
1595
  msgid "How can I specify minimum sharing count for sharing networks?"
1596
  msgstr ""
1597
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1598
  "di reti?"
1599
 
1600
+ #: ../admin/social_sharing.php:2001
1601
  msgid "How to share specific page?"
1602
  msgstr "Come posso condividere la pagina specifica?"
1603
 
1604
+ #: ../admin/social_sharing.php:2002
1605
  msgid "How to integrate Google Analytics with sharing?"
1606
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1607
 
1608
+ #: ../admin/social_sharing.php:2003
1609
  msgid "How to customize the look of total share counts?"
1610
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1611
 
1612
+ #: ../admin/social_sharing.php:2004
1613
  msgid "How to customize the look of individual share counts?"
1614
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1615
 
1616
+ #: ../admin/social_sharing.php:2005
1617
  msgid "How to show Whatsapp icon only on mobile devices?"
1618
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1619
 
1620
+ #: ../admin/social_sharing.php:2006
1621
  msgid "How to hide arrow after floating sharing bar?"
1622
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1623
 
1624
+ #: ../admin/social_sharing.php:2007
1625
  #, fuzzy
1626
  msgid "Why is share count not getting updated?"
1627
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1628
 
1629
+ #: ../admin/social_sharing.php:2008 ../admin/like_buttons.php:812
1630
  msgid "Why is there so much space between like buttons?"
1631
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1632
 
1633
+ #: ../admin/social_sharing.php:2009 ../admin/like_buttons.php:813
1634
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1635
  msgstr ""
1636
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
2887
  msgid "Like Buttons Shortcode & Widget"
2888
  msgstr "Pulsanti Shortcode & Widget"
2889
 
2890
+ #: ../inc/shortcode.php:214 ../inc/widget.php:47
2891
  msgid "Log Out"
2892
  msgstr "Log Out"
2893
 
2894
+ #: ../inc/shortcode.php:295
2895
  msgid ""
2896
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2897
  "Socializer > Social Login\" page in admin panel"
2900
  "nella pagina \"Super Socializer > Social Login\" del pannello di "
2901
  "amministrazione"
2902
 
2903
+ #: ../inc/social_sharing.php:31 ../inc/social_sharing.php:340
2904
  msgid "Search for"
2905
  msgstr ""
2906
 
2907
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:38
2908
+ #: ../inc/social_sharing.php:40 ../inc/social_sharing.php:345
2909
+ #: ../inc/social_sharing.php:347 ../inc/social_sharing.php:349
2910
  #, fuzzy
2911
  msgid "Archives"
2912
  msgstr "Archivi di categorie"
2913
 
2914
+ #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2915
  msgid "Invalid request"
2916
  msgstr "Domanda non valida"
2917
 
2918
+ #: ../inc/social_sharing.php:916
2919
  msgid "Providers not selected"
2920
  msgstr "Providers non selezionati"
2921
 
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-05-16 13:23+0530\n"
6
- "PO-Revision-Date: 2019-05-16 13:23+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -98,11 +98,11 @@ msgstr ""
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
 
@@ -144,7 +144,7 @@ msgstr ""
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."
@@ -164,67 +164,67 @@ 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,14 +232,14 @@ msgid ""
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,7 +247,7 @@ msgid ""
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,7 +255,7 @@ msgid ""
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,13 +263,13 @@ msgid ""
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,7 +277,7 @@ msgid ""
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,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:1962
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:1987
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -302,11 +302,11 @@ msgid ""
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
  #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -315,7 +315,7 @@ msgid ""
315
  "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
- #: ../super_socializer.php:2039
319
  #, php-format
320
  msgid ""
321
  "Your website visitors will see a popup notification (only once) if their "
@@ -420,7 +420,7 @@ msgid "Large Avatar"
420
  msgstr "Avatar Grande"
421
 
422
  #: ../helper.php:913 ../admin/general_options.php:132
423
- #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
424
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
425
  msgid "Save Changes"
426
  msgstr "Salvar Alterações"
@@ -443,7 +443,7 @@ msgid "Something bad happened"
443
  msgstr ""
444
 
445
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
446
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
447
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
448
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
449
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -521,14 +521,14 @@ msgstr ""
521
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
522
  "style&gt; )"
523
 
524
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
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:2028
532
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
533
  #: ../admin/like_buttons.php:838
534
  msgid ""
@@ -537,7 +537,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:2029
541
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
542
  #: ../admin/like_buttons.php:839
543
  msgid ""
@@ -548,7 +548,7 @@ msgid ""
548
  "time."
549
  msgstr ""
550
 
551
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
552
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
553
  #: ../admin/like_buttons.php:840
554
  msgid ""
@@ -661,7 +661,7 @@ msgstr "Controle mestre para habilitar o Compartilhamento Social"
661
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
662
  msgstr ""
663
 
664
- #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
665
  msgid ""
666
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
667
  "Facebook share count to work"
@@ -687,8 +687,8 @@ msgstr "Miscelânia"
687
  msgid "3rd Party Integration"
688
  msgstr ""
689
 
690
- #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
691
- #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
692
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
693
  #: ../admin/like_buttons.php:797
694
  msgid "Shortcode & Widget"
@@ -698,7 +698,7 @@ msgstr "Shortcode & Widget"
698
  msgid "Troubleshooter"
699
  msgstr "Resolução de Problemas"
700
 
701
- #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
702
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
703
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
704
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -1294,11 +1294,19 @@ msgstr ""
1294
  msgid "Facebook Share Count"
1295
  msgstr "Solução de problema no compartilhamento com o Facebook"
1296
 
1297
- #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
 
 
 
 
 
 
 
 
1298
  msgid "Facebook App ID"
1299
  msgstr "Facebook App ID"
1300
 
1301
- #: ../admin/social_sharing.php:1634
1302
  #, fuzzy, php-format
1303
  msgid ""
1304
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1308,12 +1316,12 @@ msgstr ""
1308
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1309
  "para obter o Facebook App ID"
1310
 
1311
- #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1312
  #, fuzzy
1313
  msgid "Facebook App Secret"
1314
  msgstr "Facebook App ID"
1315
 
1316
- #: ../admin/social_sharing.php:1652
1317
  #, fuzzy, php-format
1318
  msgid ""
1319
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1323,33 +1331,33 @@ msgstr ""
1323
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1324
  "para obter o Facebook App ID"
1325
 
1326
- #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1327
  msgid "Url shortener"
1328
  msgstr "Encurtador de Url"
1329
 
1330
- #: ../admin/social_sharing.php:1667
1331
  msgid "Use shortlinks already installed"
1332
  msgstr "Use shortlinks já instalados"
1333
 
1334
- #: ../admin/social_sharing.php:1677
1335
  msgid "Uses default short url permalinks without using any additional plugin"
1336
  msgstr ""
1337
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1338
 
1339
- #: ../admin/social_sharing.php:1685
1340
  msgid "Enable bit.ly url shortener for sharing"
1341
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1342
 
1343
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1344
  msgid "Master control to enable bit.ly url shortening for sharing"
1345
  msgstr ""
1346
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1347
 
1348
- #: ../admin/social_sharing.php:1703
1349
  msgid "bit.ly Login"
1350
  msgstr ""
1351
 
1352
- #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1353
  #, fuzzy, php-format
1354
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1355
  msgstr ""
@@ -1357,19 +1365,19 @@ msgstr ""
1357
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1358
  "para obter Twitter API Key"
1359
 
1360
- #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1361
  msgid "bit.ly API Key"
1362
  msgstr "bit.ly API Key"
1363
 
1364
- #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1365
  msgid "Clear Bitly Cache"
1366
  msgstr "Limpar o Cache Bitly"
1367
 
1368
- #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1369
  msgid "ShortUrl cache cleared successfully."
1370
  msgstr "Cache ShortUrl limpo com sucesso."
1371
 
1372
- #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1373
  msgid ""
1374
  "Use this to delete short urls saved in database. Handy, if urls of your "
1375
  "website have been changed but short urls are still being generated for old "
@@ -1379,31 +1387,31 @@ msgstr ""
1379
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1380
  "geradas para suas urls antigas."
1381
 
1382
- #: ../admin/social_sharing.php:1761
1383
  msgid "Share Count Cache"
1384
  msgstr "Cache de Contador de Compartilhamento"
1385
 
1386
- #: ../admin/social_sharing.php:1767
1387
  msgid "Refresh Share Count cache every"
1388
  msgstr "Atualizar o contador de compartilhamento a cada"
1389
 
1390
- #: ../admin/social_sharing.php:1772
1391
  msgid "Second(s)"
1392
  msgstr ""
1393
 
1394
- #: ../admin/social_sharing.php:1773
1395
  msgid "Minute(s)"
1396
  msgstr ""
1397
 
1398
- #: ../admin/social_sharing.php:1774
1399
  msgid "Hour(s)"
1400
  msgstr ""
1401
 
1402
- #: ../admin/social_sharing.php:1775
1403
  msgid "Day(s)"
1404
  msgstr ""
1405
 
1406
- #: ../admin/social_sharing.php:1783
1407
  #, fuzzy, php-format
1408
  msgid ""
1409
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1413,25 +1421,25 @@ msgstr ""
1413
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1414
  "páginas com os contadores de compartilhamento habilitados"
1415
 
1416
- #: ../admin/social_sharing.php:1791
1417
  msgid "Clear Share Counts Cache"
1418
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1419
 
1420
- #: ../admin/social_sharing.php:1795
1421
  msgid "Share Counts cache cleared successfully."
1422
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1423
 
1424
- #: ../admin/social_sharing.php:1802
1425
  msgid "Use this to clear cached share counts"
1426
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1427
 
1428
- #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1429
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1430
  #: ../admin/like_buttons.php:698
1431
  msgid "Language"
1432
  msgstr "Languagem"
1433
 
1434
- #: ../admin/social_sharing.php:1827
1435
  #, php-format
1436
  msgid ""
1437
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1442,15 +1450,15 @@ msgstr ""
1442
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1443
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1444
 
1445
- #: ../admin/social_sharing.php:1836
1446
  msgid "Username in sharing"
1447
  msgstr "Username no compartilhamento"
1448
 
1449
- #: ../admin/social_sharing.php:1842
1450
  msgid "Twitter username (without @)"
1451
  msgstr "Username do Twitter (sem @)"
1452
 
1453
- #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1454
  msgid ""
1455
  "Provided username will be appended after the content being shared as \"via "
1456
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1460,36 +1468,36 @@ msgstr ""
1460
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1461
  "no conteúdo sendo compartilhado."
1462
 
1463
- #: ../admin/social_sharing.php:1861
1464
  msgid "Buffer username (without @)"
1465
  msgstr "Username do Buffer (sem @)"
1466
 
1467
- #: ../admin/social_sharing.php:1880
1468
  msgid "AMP"
1469
  msgstr ""
1470
 
1471
- #: ../admin/social_sharing.php:1886
1472
  #, fuzzy
1473
  msgid "Enable sharing on AMP pages"
1474
  msgstr "Habilia a página de autenticação"
1475
 
1476
- #: ../admin/social_sharing.php:1896
1477
  msgid "Enable this option to render sharing icons on AMP pages"
1478
  msgstr ""
1479
 
1480
- #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1481
  msgid "myCRED"
1482
  msgstr ""
1483
 
1484
- #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1485
  msgid "Append myCRED referral ID to the urls being shared"
1486
  msgstr ""
1487
 
1488
- #: ../admin/social_sharing.php:1954
1489
  msgid "Facebook Sharing Troubleshooter"
1490
  msgstr "Solução de problema no compartilhamento com o Facebook"
1491
 
1492
- #: ../admin/social_sharing.php:1959
1493
  #, fuzzy
1494
  msgid ""
1495
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1502,29 +1510,29 @@ msgstr ""
1502
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1503
  "website:"
1504
 
1505
- #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1506
  #: ../admin/social_login.php:1241
1507
  msgid ""
1508
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1509
  "an online website for the plugin to function properly."
1510
  msgstr ""
1511
 
1512
- #: ../admin/social_sharing.php:1977
1513
  msgid ""
1514
  "Why is sharer not showing the correct image, title and other meta tags "
1515
  "content?"
1516
  msgstr ""
1517
 
1518
- #: ../admin/social_sharing.php:1978
1519
  #, fuzzy
1520
  msgid "Why is Facebook share count not working?"
1521
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1522
 
1523
- #: ../admin/social_sharing.php:1981
1524
  msgid "Why is Instagram icon redirecting to Instagram website?"
1525
  msgstr ""
1526
 
1527
- #: ../admin/social_sharing.php:1982
1528
  msgid ""
1529
  "Instagram icon is there to send website visitors to the Instagram page of "
1530
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1532,49 +1540,49 @@ msgid ""
1532
  "sections."
1533
  msgstr ""
1534
 
1535
- #: ../admin/social_sharing.php:1985
1536
  #, fuzzy
1537
  msgid "How to customize the url being shared?"
1538
  msgstr ""
1539
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1540
 
1541
- #: ../admin/social_sharing.php:1986
1542
  msgid ""
1543
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1544
  msgstr ""
1545
 
1546
- #: ../admin/social_sharing.php:1987
1547
  msgid ""
1548
  "It takes some time for their service to track the shares made on Twitter "
1549
  "from your website. If you still feel it's taking too long you can contact "
1550
  "their support directly from their website."
1551
  msgstr ""
1552
 
1553
- #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1554
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1555
  msgstr ""
1556
 
1557
- #: ../admin/social_sharing.php:1990
1558
  msgid ""
1559
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1560
  msgstr ""
1561
 
1562
- #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1563
  #: ../admin/social_login.php:1248
1564
  msgid "Why is my browser blocking some features of the plugin?"
1565
  msgstr ""
1566
 
1567
- #: ../admin/social_sharing.php:1992
1568
  #, fuzzy
1569
  msgid "Why the color of share icons is not being updated?"
1570
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1571
 
1572
- #: ../admin/social_sharing.php:1993
1573
  #, fuzzy
1574
  msgid "Why Facebook share counts are not appearing?"
1575
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1576
 
1577
- #: ../admin/social_sharing.php:1994
1578
  msgid ""
1579
  "How can I show share counts of my website rather than of individual pages/"
1580
  "posts?"
@@ -1582,53 +1590,53 @@ msgstr ""
1582
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1583
  "das páginas/posts individuais?"
1584
 
1585
- #: ../admin/social_sharing.php:1995
1586
  msgid "How can I disable sharing on particular page/post?"
1587
  msgstr ""
1588
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1589
 
1590
- #: ../admin/social_sharing.php:1996
1591
  msgid "How can I specify minimum sharing count for sharing networks?"
1592
  msgstr ""
1593
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1594
  "sociais?"
1595
 
1596
- #: ../admin/social_sharing.php:1997
1597
  msgid "How to share specific page?"
1598
  msgstr "Como compartilhar página específica?"
1599
 
1600
- #: ../admin/social_sharing.php:1998
1601
  msgid "How to integrate Google Analytics with sharing?"
1602
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1603
 
1604
- #: ../admin/social_sharing.php:1999
1605
  msgid "How to customize the look of total share counts?"
1606
  msgstr ""
1607
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1608
 
1609
- #: ../admin/social_sharing.php:2000
1610
  msgid "How to customize the look of individual share counts?"
1611
  msgstr ""
1612
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1613
 
1614
- #: ../admin/social_sharing.php:2001
1615
  msgid "How to show Whatsapp icon only on mobile devices?"
1616
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1617
 
1618
- #: ../admin/social_sharing.php:2002
1619
  msgid "How to hide arrow after floating sharing bar?"
1620
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1621
 
1622
- #: ../admin/social_sharing.php:2003
1623
  #, fuzzy
1624
  msgid "Why is share count not getting updated?"
1625
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1626
 
1627
- #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1628
  msgid "Why is there so much space between like buttons?"
1629
  msgstr ""
1630
 
1631
- #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1632
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1633
  msgstr ""
1634
 
@@ -2883,11 +2891,11 @@ msgstr ""
2883
  msgid "Like Buttons Shortcode & Widget"
2884
  msgstr "Botões Like Shortcode & Widget"
2885
 
2886
- #: ../inc/shortcode.php:205 ../inc/widget.php:47
2887
  msgid "Log Out"
2888
  msgstr "Desautenticar"
2889
 
2890
- #: ../inc/shortcode.php:286
2891
  msgid ""
2892
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2893
  "Socializer > Social Login\" page in admin panel"
@@ -2895,22 +2903,22 @@ msgstr ""
2895
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
2896
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
2897
 
2898
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2899
  msgid "Search for"
2900
  msgstr ""
2901
 
2902
- #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2903
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2904
- #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2905
  #, fuzzy
2906
  msgid "Archives"
2907
  msgstr "Arquivos de Categorias"
2908
 
2909
- #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2910
  msgid "Invalid request"
2911
  msgstr "Requisição inválida"
2912
 
2913
- #: ../inc/social_sharing.php:927
2914
  msgid "Providers not selected"
2915
  msgstr "Provedor não selecionado"
2916
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-05 10:40+0530\n"
6
+ "PO-Revision-Date: 2019-06-05 10:40+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
98
  msgid "Leave a reply"
99
  msgstr "Deixe uma resposta"
100
 
101
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
102
  msgid "Shares"
103
  msgstr ""
104
 
105
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
106
  msgid "Share"
107
  msgstr ""
108
 
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:2200
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
164
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
165
  "confirmá-lo"
166
 
167
+ #: ../super_socializer.php:1444 ../super_socializer.php:2124
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:1690
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1692
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1703
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:1712
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:1721
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:1730
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:1739
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:1746
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:1757
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:1773
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:1797
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:1797 ../super_socializer.php:1822
236
+ #: ../super_socializer.php:1847 ../super_socializer.php:1872
237
+ #: ../super_socializer.php:1905 ../super_socializer.php:1933
238
+ #: ../super_socializer.php:1960 ../super_socializer.php:2037
239
  msgid "Okay"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1822
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:1847
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:1872
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:1883
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:1905
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:1933
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:1960
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:1985
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:1985 ../super_socializer.php:2012
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
+ #: ../super_socializer.php:2011
310
  #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
315
  "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
+ #: ../super_socializer.php:2037
319
  #, php-format
320
  msgid ""
321
  "Your website visitors will see a popup notification (only once) if their "
420
  msgstr "Avatar Grande"
421
 
422
  #: ../helper.php:913 ../admin/general_options.php:132
423
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
424
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
425
  msgid "Save Changes"
426
  msgstr "Salvar Alterações"
443
  msgstr ""
444
 
445
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
446
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
447
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
448
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
449
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
521
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
522
  "style&gt; )"
523
 
524
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
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:2032
532
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
533
  #: ../admin/like_buttons.php:838
534
  msgid ""
537
  "hashtags and people to mention in the Instagram post."
538
  msgstr ""
539
 
540
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
541
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
542
  #: ../admin/like_buttons.php:839
543
  msgid ""
548
  "time."
549
  msgstr ""
550
 
551
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
552
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
553
  #: ../admin/like_buttons.php:840
554
  msgid ""
661
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
662
  msgstr ""
663
 
664
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1983
665
  msgid ""
666
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
667
  "Facebook share count to work"
687
  msgid "3rd Party Integration"
688
  msgstr ""
689
 
690
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
691
+ #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
692
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
693
  #: ../admin/like_buttons.php:797
694
  msgid "Shortcode & Widget"
698
  msgid "Troubleshooter"
699
  msgstr "Resolução de Problemas"
700
 
701
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
702
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
703
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
704
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
1294
  msgid "Facebook Share Count"
1295
  msgstr "Solução de problema no compartilhamento com o Facebook"
1296
 
1297
+ #: ../admin/social_sharing.php:1622
1298
+ msgid "Note"
1299
+ msgstr ""
1300
+
1301
+ #: ../admin/social_sharing.php:1622
1302
+ msgid "Required only to track Facebook share count"
1303
+ msgstr ""
1304
+
1305
+ #: ../admin/social_sharing.php:1628 ../admin/social_login.php:161
1306
  msgid "Facebook App ID"
1307
  msgstr "Facebook App ID"
1308
 
1309
+ #: ../admin/social_sharing.php:1638
1310
  #, fuzzy, php-format
1311
  msgid ""
1312
  "Required for Facebook share count to work. Please follow the documentation "
1316
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1317
  "para obter o Facebook App ID"
1318
 
1319
+ #: ../admin/social_sharing.php:1646 ../admin/social_login.php:183
1320
  #, fuzzy
1321
  msgid "Facebook App Secret"
1322
  msgstr "Facebook App ID"
1323
 
1324
+ #: ../admin/social_sharing.php:1656
1325
  #, fuzzy, php-format
1326
  msgid ""
1327
  "Required for Facebook share count to work. Please follow the documentation "
1331
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1332
  "para obter o Facebook App ID"
1333
 
1334
+ #: ../admin/social_sharing.php:1665 ../admin/like_buttons.php:592
1335
  msgid "Url shortener"
1336
  msgstr "Encurtador de Url"
1337
 
1338
+ #: ../admin/social_sharing.php:1671
1339
  msgid "Use shortlinks already installed"
1340
  msgstr "Use shortlinks já instalados"
1341
 
1342
+ #: ../admin/social_sharing.php:1681
1343
  msgid "Uses default short url permalinks without using any additional plugin"
1344
  msgstr ""
1345
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1346
 
1347
+ #: ../admin/social_sharing.php:1689
1348
  msgid "Enable bit.ly url shortener for sharing"
1349
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1350
 
1351
+ #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:626
1352
  msgid "Master control to enable bit.ly url shortening for sharing"
1353
  msgstr ""
1354
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1355
 
1356
+ #: ../admin/social_sharing.php:1707
1357
  msgid "bit.ly Login"
1358
  msgstr ""
1359
 
1360
+ #: ../admin/social_sharing.php:1717 ../admin/social_sharing.php:1736
1361
  #, fuzzy, php-format
1362
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1363
  msgstr ""
1365
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1366
  "para obter Twitter API Key"
1367
 
1368
+ #: ../admin/social_sharing.php:1726 ../admin/like_buttons.php:653
1369
  msgid "bit.ly API Key"
1370
  msgstr "bit.ly API Key"
1371
 
1372
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:672
1373
  msgid "Clear Bitly Cache"
1374
  msgstr "Limpar o Cache Bitly"
1375
 
1376
+ #: ../admin/social_sharing.php:1749 ../admin/like_buttons.php:676
1377
  msgid "ShortUrl cache cleared successfully."
1378
  msgstr "Cache ShortUrl limpo com sucesso."
1379
 
1380
+ #: ../admin/social_sharing.php:1756 ../admin/like_buttons.php:683
1381
  msgid ""
1382
  "Use this to delete short urls saved in database. Handy, if urls of your "
1383
  "website have been changed but short urls are still being generated for old "
1387
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1388
  "geradas para suas urls antigas."
1389
 
1390
+ #: ../admin/social_sharing.php:1765
1391
  msgid "Share Count Cache"
1392
  msgstr "Cache de Contador de Compartilhamento"
1393
 
1394
+ #: ../admin/social_sharing.php:1771
1395
  msgid "Refresh Share Count cache every"
1396
  msgstr "Atualizar o contador de compartilhamento a cada"
1397
 
1398
+ #: ../admin/social_sharing.php:1776
1399
  msgid "Second(s)"
1400
  msgstr ""
1401
 
1402
+ #: ../admin/social_sharing.php:1777
1403
  msgid "Minute(s)"
1404
  msgstr ""
1405
 
1406
+ #: ../admin/social_sharing.php:1778
1407
  msgid "Hour(s)"
1408
  msgstr ""
1409
 
1410
+ #: ../admin/social_sharing.php:1779
1411
  msgid "Day(s)"
1412
  msgstr ""
1413
 
1414
+ #: ../admin/social_sharing.php:1787
1415
  #, fuzzy, php-format
1416
  msgid ""
1417
  "Frequent cache refreshing results in slower loading of pages with share "
1421
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1422
  "páginas com os contadores de compartilhamento habilitados"
1423
 
1424
+ #: ../admin/social_sharing.php:1795
1425
  msgid "Clear Share Counts Cache"
1426
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1427
 
1428
+ #: ../admin/social_sharing.php:1799
1429
  msgid "Share Counts cache cleared successfully."
1430
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1431
 
1432
+ #: ../admin/social_sharing.php:1806
1433
  msgid "Use this to clear cached share counts"
1434
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1435
 
1436
+ #: ../admin/social_sharing.php:1815 ../admin/social_sharing.php:1821
1437
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1438
  #: ../admin/like_buttons.php:698
1439
  msgid "Language"
1440
  msgstr "Languagem"
1441
 
1442
+ #: ../admin/social_sharing.php:1831
1443
  #, php-format
1444
  msgid ""
1445
  "Enter the code of the language you want to use for like buttons. You can "
1450
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1451
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1452
 
1453
+ #: ../admin/social_sharing.php:1840
1454
  msgid "Username in sharing"
1455
  msgstr "Username no compartilhamento"
1456
 
1457
+ #: ../admin/social_sharing.php:1846
1458
  msgid "Twitter username (without @)"
1459
  msgstr "Username do Twitter (sem @)"
1460
 
1461
+ #: ../admin/social_sharing.php:1856 ../admin/social_sharing.php:1875
1462
  msgid ""
1463
  "Provided username will be appended after the content being shared as \"via "
1464
  "@USERNAME\". Leave empty if you do not want any username in the content "
1468
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1469
  "no conteúdo sendo compartilhado."
1470
 
1471
+ #: ../admin/social_sharing.php:1865
1472
  msgid "Buffer username (without @)"
1473
  msgstr "Username do Buffer (sem @)"
1474
 
1475
+ #: ../admin/social_sharing.php:1884
1476
  msgid "AMP"
1477
  msgstr ""
1478
 
1479
+ #: ../admin/social_sharing.php:1890
1480
  #, fuzzy
1481
  msgid "Enable sharing on AMP pages"
1482
  msgstr "Habilia a página de autenticação"
1483
 
1484
+ #: ../admin/social_sharing.php:1900
1485
  msgid "Enable this option to render sharing icons on AMP pages"
1486
  msgstr ""
1487
 
1488
+ #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:771
1489
  msgid "myCRED"
1490
  msgstr ""
1491
 
1492
+ #: ../admin/social_sharing.php:1925 ../admin/like_buttons.php:777
1493
  msgid "Append myCRED referral ID to the urls being shared"
1494
  msgstr ""
1495
 
1496
+ #: ../admin/social_sharing.php:1958
1497
  msgid "Facebook Sharing Troubleshooter"
1498
  msgstr "Solução de problema no compartilhamento com o Facebook"
1499
 
1500
+ #: ../admin/social_sharing.php:1963
1501
  #, fuzzy
1502
  msgid ""
1503
  "If Facebook sharing is not working fine, click at the following link and "
1510
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1511
  "website:"
1512
 
1513
+ #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1514
  #: ../admin/social_login.php:1241
1515
  msgid ""
1516
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1517
  "an online website for the plugin to function properly."
1518
  msgstr ""
1519
 
1520
+ #: ../admin/social_sharing.php:1981
1521
  msgid ""
1522
  "Why is sharer not showing the correct image, title and other meta tags "
1523
  "content?"
1524
  msgstr ""
1525
 
1526
+ #: ../admin/social_sharing.php:1982
1527
  #, fuzzy
1528
  msgid "Why is Facebook share count not working?"
1529
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1530
 
1531
+ #: ../admin/social_sharing.php:1985
1532
  msgid "Why is Instagram icon redirecting to Instagram website?"
1533
  msgstr ""
1534
 
1535
+ #: ../admin/social_sharing.php:1986
1536
  msgid ""
1537
  "Instagram icon is there to send website visitors to the Instagram page of "
1538
  "your choice. You can save the desired Instagram handle in \"Instagram "
1540
  "sections."
1541
  msgstr ""
1542
 
1543
+ #: ../admin/social_sharing.php:1989
1544
  #, fuzzy
1545
  msgid "How to customize the url being shared?"
1546
  msgstr ""
1547
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1548
 
1549
+ #: ../admin/social_sharing.php:1990
1550
  msgid ""
1551
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1552
  msgstr ""
1553
 
1554
+ #: ../admin/social_sharing.php:1991
1555
  msgid ""
1556
  "It takes some time for their service to track the shares made on Twitter "
1557
  "from your website. If you still feel it's taking too long you can contact "
1558
  "their support directly from their website."
1559
  msgstr ""
1560
 
1561
+ #: ../admin/social_sharing.php:1993 ../admin/like_buttons.php:814
1562
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1563
  msgstr ""
1564
 
1565
+ #: ../admin/social_sharing.php:1994
1566
  msgid ""
1567
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1568
  msgstr ""
1569
 
1570
+ #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1571
  #: ../admin/social_login.php:1248
1572
  msgid "Why is my browser blocking some features of the plugin?"
1573
  msgstr ""
1574
 
1575
+ #: ../admin/social_sharing.php:1996
1576
  #, fuzzy
1577
  msgid "Why the color of share icons is not being updated?"
1578
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1579
 
1580
+ #: ../admin/social_sharing.php:1997
1581
  #, fuzzy
1582
  msgid "Why Facebook share counts are not appearing?"
1583
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1584
 
1585
+ #: ../admin/social_sharing.php:1998
1586
  msgid ""
1587
  "How can I show share counts of my website rather than of individual pages/"
1588
  "posts?"
1590
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1591
  "das páginas/posts individuais?"
1592
 
1593
+ #: ../admin/social_sharing.php:1999
1594
  msgid "How can I disable sharing on particular page/post?"
1595
  msgstr ""
1596
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1597
 
1598
+ #: ../admin/social_sharing.php:2000
1599
  msgid "How can I specify minimum sharing count for sharing networks?"
1600
  msgstr ""
1601
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1602
  "sociais?"
1603
 
1604
+ #: ../admin/social_sharing.php:2001
1605
  msgid "How to share specific page?"
1606
  msgstr "Como compartilhar página específica?"
1607
 
1608
+ #: ../admin/social_sharing.php:2002
1609
  msgid "How to integrate Google Analytics with sharing?"
1610
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1611
 
1612
+ #: ../admin/social_sharing.php:2003
1613
  msgid "How to customize the look of total share counts?"
1614
  msgstr ""
1615
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1616
 
1617
+ #: ../admin/social_sharing.php:2004
1618
  msgid "How to customize the look of individual share counts?"
1619
  msgstr ""
1620
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1621
 
1622
+ #: ../admin/social_sharing.php:2005
1623
  msgid "How to show Whatsapp icon only on mobile devices?"
1624
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1625
 
1626
+ #: ../admin/social_sharing.php:2006
1627
  msgid "How to hide arrow after floating sharing bar?"
1628
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1629
 
1630
+ #: ../admin/social_sharing.php:2007
1631
  #, fuzzy
1632
  msgid "Why is share count not getting updated?"
1633
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1634
 
1635
+ #: ../admin/social_sharing.php:2008 ../admin/like_buttons.php:812
1636
  msgid "Why is there so much space between like buttons?"
1637
  msgstr ""
1638
 
1639
+ #: ../admin/social_sharing.php:2009 ../admin/like_buttons.php:813
1640
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1641
  msgstr ""
1642
 
2891
  msgid "Like Buttons Shortcode & Widget"
2892
  msgstr "Botões Like Shortcode & Widget"
2893
 
2894
+ #: ../inc/shortcode.php:214 ../inc/widget.php:47
2895
  msgid "Log Out"
2896
  msgstr "Desautenticar"
2897
 
2898
+ #: ../inc/shortcode.php:295
2899
  msgid ""
2900
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2901
  "Socializer > Social Login\" page in admin panel"
2903
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
2904
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
2905
 
2906
+ #: ../inc/social_sharing.php:31 ../inc/social_sharing.php:340
2907
  msgid "Search for"
2908
  msgstr ""
2909
 
2910
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:38
2911
+ #: ../inc/social_sharing.php:40 ../inc/social_sharing.php:345
2912
+ #: ../inc/social_sharing.php:347 ../inc/social_sharing.php:349
2913
  #, fuzzy
2914
  msgid "Archives"
2915
  msgstr "Arquivos de Categorias"
2916
 
2917
+ #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2918
  msgid "Invalid request"
2919
  msgstr "Requisição inválida"
2920
 
2921
+ #: ../inc/social_sharing.php:916
2922
  msgid "Providers not selected"
2923
  msgstr "Provedor não selecionado"
2924
 
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-05-16 13:22+0530\n"
6
- "PO-Revision-Date: 2019-05-16 13:22+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -99,11 +99,11 @@ msgstr "Введите ваше имя пользователя LiveJournal"
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
 
@@ -147,7 +147,7 @@ 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."
@@ -170,69 +170,69 @@ 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,14 +240,14 @@ msgid ""
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,7 +255,7 @@ msgid ""
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,7 +263,7 @@ msgid ""
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,13 +271,13 @@ msgid ""
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,7 +285,7 @@ msgid ""
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,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:1962
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:1987
306
  #, php-format
307
  msgid ""
308
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -310,11 +310,11 @@ msgid ""
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
  #, php-format
319
  msgid ""
320
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -323,7 +323,7 @@ msgid ""
323
  "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,7 +432,7 @@ msgid "Large Avatar"
432
  msgstr "Большой аватар"
433
 
434
  #: ../helper.php:913 ../admin/general_options.php:132
435
- #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
436
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
437
  msgid "Save Changes"
438
  msgstr "Сохранить изменения"
@@ -455,7 +455,7 @@ msgid "Something bad happened"
455
  msgstr ""
456
 
457
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
458
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
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
@@ -540,14 +540,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
540
  msgstr ""
541
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
542
 
543
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
544
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
545
  #: ../admin/like_buttons.php:836
546
  #, fuzzy
547
  msgid "Instagram Shoutout"
548
  msgstr "Instagram"
549
 
550
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
551
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
552
  #: ../admin/like_buttons.php:838
553
  msgid ""
@@ -556,7 +556,7 @@ msgid ""
556
  "hashtags and people to mention in the Instagram post."
557
  msgstr ""
558
 
559
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
560
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
561
  #: ../admin/like_buttons.php:839
562
  msgid ""
@@ -567,7 +567,7 @@ msgid ""
567
  "time."
568
  msgstr ""
569
 
570
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
571
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
572
  #: ../admin/like_buttons.php:840
573
  msgid ""
@@ -679,7 +679,7 @@ msgstr "Мастер настройки включения горизонтал
679
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
680
  msgstr ""
681
 
682
- #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
683
  msgid ""
684
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
685
  "Facebook share count to work"
@@ -706,8 +706,8 @@ msgstr "Разное"
706
  msgid "3rd Party Integration"
707
  msgstr "XProfile интеграция"
708
 
709
- #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
710
- #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
711
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
712
  #: ../admin/like_buttons.php:797
713
  msgid "Shortcode & Widget"
@@ -717,7 +717,7 @@ msgstr "Шорткод и виджет"
717
  msgid "Troubleshooter"
718
  msgstr "Устранение неисправностей"
719
 
720
- #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
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
@@ -1299,11 +1299,19 @@ msgstr ""
1299
  msgid "Facebook Share Count"
1300
  msgstr "Устранение неисправностей Поделиться от Facebook"
1301
 
1302
- #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
 
 
 
 
 
 
 
 
1303
  msgid "Facebook App ID"
1304
  msgstr "Facebook App ID"
1305
 
1306
- #: ../admin/social_sharing.php:1634
1307
  #, fuzzy, php-format
1308
  msgid ""
1309
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1312,12 +1320,12 @@ msgstr ""
1312
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1313
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1314
 
1315
- #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1316
  #, fuzzy
1317
  msgid "Facebook App Secret"
1318
  msgstr "Facebook App ID"
1319
 
1320
- #: ../admin/social_sharing.php:1652
1321
  #, fuzzy, php-format
1322
  msgid ""
1323
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1326,33 +1334,33 @@ msgstr ""
1326
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1327
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1328
 
1329
- #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1330
  msgid "Url shortener"
1331
  msgstr "Укорачивание URL"
1332
 
1333
- #: ../admin/social_sharing.php:1667
1334
  msgid "Use shortlinks already installed"
1335
  msgstr "Использование коротких ссылок уже установлено"
1336
 
1337
- #: ../admin/social_sharing.php:1677
1338
  msgid "Uses default short url permalinks without using any additional plugin"
1339
  msgstr ""
1340
  "Использует по умолчанию постоянные короткие url без использования каких-"
1341
  "либо дополнительных плагинов"
1342
 
1343
- #: ../admin/social_sharing.php:1685
1344
  msgid "Enable bit.ly url shortener for sharing"
1345
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1346
 
1347
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1348
  msgid "Master control to enable bit.ly url shortening for sharing"
1349
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1350
 
1351
- #: ../admin/social_sharing.php:1703
1352
  msgid "bit.ly Login"
1353
  msgstr "bit.ly логин"
1354
 
1355
- #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1356
  #, fuzzy, php-format
1357
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1358
  msgstr ""
@@ -1360,19 +1368,19 @@ msgstr ""
1360
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1361
  "Twitter."
1362
 
1363
- #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1364
  msgid "bit.ly API Key"
1365
  msgstr "bit.ly ключ приложения"
1366
 
1367
- #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1368
  msgid "Clear Bitly Cache"
1369
  msgstr "Очистить Bitly кэш"
1370
 
1371
- #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1372
  msgid "ShortUrl cache cleared successfully."
1373
  msgstr "ShortUrl кэш успешно очищен."
1374
 
1375
- #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1376
  msgid ""
1377
  "Use this to delete short urls saved in database. Handy, if urls of your "
1378
  "website have been changed but short urls are still being generated for old "
@@ -1382,31 +1390,31 @@ msgstr ""
1382
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1383
  "адреса по-прежнему создаются для старых URL-адресов."
1384
 
1385
- #: ../admin/social_sharing.php:1761
1386
  msgid "Share Count Cache"
1387
  msgstr "Кэш счетчиков поделиться"
1388
 
1389
- #: ../admin/social_sharing.php:1767
1390
  msgid "Refresh Share Count cache every"
1391
  msgstr "Обновить кэш счетчиков Поделиться"
1392
 
1393
- #: ../admin/social_sharing.php:1772
1394
  msgid "Second(s)"
1395
  msgstr "Секунд"
1396
 
1397
- #: ../admin/social_sharing.php:1773
1398
  msgid "Minute(s)"
1399
  msgstr "Минут"
1400
 
1401
- #: ../admin/social_sharing.php:1774
1402
  msgid "Hour(s)"
1403
  msgstr "Часов"
1404
 
1405
- #: ../admin/social_sharing.php:1775
1406
  msgid "Day(s)"
1407
  msgstr "Дней"
1408
 
1409
- #: ../admin/social_sharing.php:1783
1410
  #, fuzzy, php-format
1411
  msgid ""
1412
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1416,25 +1424,25 @@ msgstr ""
1416
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1417
  "включенными счетчиками Поделиться"
1418
 
1419
- #: ../admin/social_sharing.php:1791
1420
  msgid "Clear Share Counts Cache"
1421
  msgstr "Очистить кэш счетчиков Поделиться"
1422
 
1423
- #: ../admin/social_sharing.php:1795
1424
  msgid "Share Counts cache cleared successfully."
1425
  msgstr "Share Counts кэш успешно очищен."
1426
 
1427
- #: ../admin/social_sharing.php:1802
1428
  msgid "Use this to clear cached share counts"
1429
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1430
 
1431
- #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1432
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1433
  #: ../admin/like_buttons.php:698
1434
  msgid "Language"
1435
  msgstr "Язык"
1436
 
1437
- #: ../admin/social_sharing.php:1827
1438
  #, php-format
1439
  msgid ""
1440
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1445,15 +1453,15 @@ msgstr ""
1445
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1446
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1447
 
1448
- #: ../admin/social_sharing.php:1836
1449
  msgid "Username in sharing"
1450
  msgstr "Имя пользователя чтобы поделиться"
1451
 
1452
- #: ../admin/social_sharing.php:1842
1453
  msgid "Twitter username (without @)"
1454
  msgstr "Twitter имя пользователя (без @)"
1455
 
1456
- #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1457
  msgid ""
1458
  "Provided username will be appended after the content being shared as \"via "
1459
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1462,35 +1470,35 @@ msgstr ""
1462
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1463
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1464
 
1465
- #: ../admin/social_sharing.php:1861
1466
  msgid "Buffer username (without @)"
1467
  msgstr "Имя пользователя в Twitter (без @)"
1468
 
1469
- #: ../admin/social_sharing.php:1880
1470
  msgid "AMP"
1471
  msgstr "AMP"
1472
 
1473
- #: ../admin/social_sharing.php:1886
1474
  msgid "Enable sharing on AMP pages"
1475
  msgstr "Разрешить общий доступ на страницах AMP"
1476
 
1477
- #: ../admin/social_sharing.php:1896
1478
  msgid "Enable this option to render sharing icons on AMP pages"
1479
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1480
 
1481
- #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1482
  msgid "myCRED"
1483
  msgstr ""
1484
 
1485
- #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1486
  msgid "Append myCRED referral ID to the urls being shared"
1487
  msgstr ""
1488
 
1489
- #: ../admin/social_sharing.php:1954
1490
  msgid "Facebook Sharing Troubleshooter"
1491
  msgstr "Устранение неисправностей Поделиться от Facebook"
1492
 
1493
- #: ../admin/social_sharing.php:1959
1494
  msgid ""
1495
  "If Facebook sharing is not working fine, click at the following link and "
1496
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1502,14 +1510,14 @@ msgstr ""
1502
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1503
  "\"Получение информации о новой поломке\" ."
1504
 
1505
- #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1506
  #: ../admin/social_login.php:1241
1507
  msgid ""
1508
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1509
  "an online website for the plugin to function properly."
1510
  msgstr ""
1511
 
1512
- #: ../admin/social_sharing.php:1977
1513
  msgid ""
1514
  "Why is sharer not showing the correct image, title and other meta tags "
1515
  "content?"
@@ -1517,16 +1525,16 @@ msgstr ""
1517
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1518
  "мета данные контента? "
1519
 
1520
- #: ../admin/social_sharing.php:1978
1521
  #, fuzzy
1522
  msgid "Why is Facebook share count not working?"
1523
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1524
 
1525
- #: ../admin/social_sharing.php:1981
1526
  msgid "Why is Instagram icon redirecting to Instagram website?"
1527
  msgstr ""
1528
 
1529
- #: ../admin/social_sharing.php:1982
1530
  msgid ""
1531
  "Instagram icon is there to send website visitors to the Instagram page of "
1532
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1534,47 +1542,47 @@ msgid ""
1534
  "sections."
1535
  msgstr ""
1536
 
1537
- #: ../admin/social_sharing.php:1985
1538
  #, fuzzy
1539
  msgid "How to customize the url being shared?"
1540
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1541
 
1542
- #: ../admin/social_sharing.php:1986
1543
  msgid ""
1544
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1545
  msgstr ""
1546
 
1547
- #: ../admin/social_sharing.php:1987
1548
  msgid ""
1549
  "It takes some time for their service to track the shares made on Twitter "
1550
  "from your website. If you still feel it's taking too long you can contact "
1551
  "their support directly from their website."
1552
  msgstr ""
1553
 
1554
- #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1555
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1556
  msgstr ""
1557
 
1558
- #: ../admin/social_sharing.php:1990
1559
  msgid ""
1560
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1561
  msgstr ""
1562
 
1563
- #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1564
  #: ../admin/social_login.php:1248
1565
  msgid "Why is my browser blocking some features of the plugin?"
1566
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1567
 
1568
- #: ../admin/social_sharing.php:1992
1569
  #, fuzzy
1570
  msgid "Why the color of share icons is not being updated?"
1571
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1572
 
1573
- #: ../admin/social_sharing.php:1993
1574
  msgid "Why Facebook share counts are not appearing?"
1575
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1576
 
1577
- #: ../admin/social_sharing.php:1994
1578
  msgid ""
1579
  "How can I show share counts of my website rather than of individual pages/"
1580
  "posts?"
@@ -1582,49 +1590,49 @@ msgstr ""
1582
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1583
  "постах?"
1584
 
1585
- #: ../admin/social_sharing.php:1995
1586
  msgid "How can I disable sharing on particular page/post?"
1587
  msgstr ""
1588
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1589
 
1590
- #: ../admin/social_sharing.php:1996
1591
  msgid "How can I specify minimum sharing count for sharing networks?"
1592
  msgstr "Как мне указать минимальное количество для Поделиться"
1593
 
1594
- #: ../admin/social_sharing.php:1997
1595
  msgid "How to share specific page?"
1596
  msgstr "Как поделиться определенной страницей?"
1597
 
1598
- #: ../admin/social_sharing.php:1998
1599
  msgid "How to integrate Google Analytics with sharing?"
1600
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1601
 
1602
- #: ../admin/social_sharing.php:1999
1603
  msgid "How to customize the look of total share counts?"
1604
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1605
 
1606
- #: ../admin/social_sharing.php:2000
1607
  msgid "How to customize the look of individual share counts?"
1608
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1609
 
1610
- #: ../admin/social_sharing.php:2001
1611
  msgid "How to show Whatsapp icon only on mobile devices?"
1612
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1613
 
1614
- #: ../admin/social_sharing.php:2002
1615
  msgid "How to hide arrow after floating sharing bar?"
1616
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1617
 
1618
- #: ../admin/social_sharing.php:2003
1619
  #, fuzzy
1620
  msgid "Why is share count not getting updated?"
1621
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1622
 
1623
- #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1624
  msgid "Why is there so much space between like buttons?"
1625
  msgstr "Почему существует так много места между кнопками?"
1626
 
1627
- #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1628
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1629
  msgstr ""
1630
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
@@ -2881,11 +2889,11 @@ msgstr ""
2881
  msgid "Like Buttons Shortcode & Widget"
2882
  msgstr "Шорткод и виджет Нравится"
2883
 
2884
- #: ../inc/shortcode.php:205 ../inc/widget.php:47
2885
  msgid "Log Out"
2886
  msgstr "Выйти"
2887
 
2888
- #: ../inc/shortcode.php:286
2889
  msgid ""
2890
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2891
  "Socializer > Social Login\" page in admin panel"
@@ -2894,21 +2902,21 @@ msgstr ""
2894
  "странице \"Super Socializer > Вход через социальные сети\" в панели админ-"
2895
  "панели"
2896
 
2897
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2898
  msgid "Search for"
2899
  msgstr "Искать"
2900
 
2901
- #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2902
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2903
- #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2904
  msgid "Archives"
2905
  msgstr "Архивы "
2906
 
2907
- #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2908
  msgid "Invalid request"
2909
  msgstr "Неверный Запрос!"
2910
 
2911
- #: ../inc/social_sharing.php:927
2912
  msgid "Providers not selected"
2913
  msgstr "Сервисы не выбраны"
2914
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-05 10:40+0530\n"
6
+ "PO-Revision-Date: 2019-06-05 10:40+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
99
  msgid "Leave a reply"
100
  msgstr "Оставить ответ"
101
 
102
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
103
  msgid "Shares"
104
  msgstr "Поделились"
105
 
106
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
107
  msgid "Share"
108
  msgstr "Поделиться"
109
 
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
148
  "соцсети"
149
 
150
+ #: ../super_socializer.php:1428 ../super_socializer.php:2200
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
170
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
171
  "потребуется проверить его"
172
 
173
+ #: ../super_socializer.php:1444 ../super_socializer.php:2124
174
  msgid "Link your social account to login to your account at this website"
175
  msgstr ""
176
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
177
  "этом сайте"
178
 
179
+ #: ../super_socializer.php:1690
180
  msgid "Thanks for installing Super Socializer plugin"
181
  msgstr ""
182
 
183
+ #: ../super_socializer.php:1692
184
  msgid "Configure the Plugin"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1703
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:1712
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:1721
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:1730
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:1739
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:1746
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:1757
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:1773
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:1797
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:1797 ../super_socializer.php:1822
244
+ #: ../super_socializer.php:1847 ../super_socializer.php:1872
245
+ #: ../super_socializer.php:1905 ../super_socializer.php:1933
246
+ #: ../super_socializer.php:1960 ../super_socializer.php:2037
247
  msgid "Okay"
248
  msgstr "Окей"
249
 
250
+ #: ../super_socializer.php:1822
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:1847
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:1872
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:1883
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:1905
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:1933
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:1960
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:1985
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:1985 ../super_socializer.php:2012
314
  msgid "Dismiss"
315
  msgstr ""
316
 
317
+ #: ../super_socializer.php:2011
318
  #, php-format
319
  msgid ""
320
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
323
  "that, clear share counts cache from \"Miscellaneous\" section"
324
  msgstr ""
325
 
326
+ #: ../super_socializer.php:2037
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:2020 ../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:2024
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
540
  msgstr ""
541
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
542
 
543
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
544
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
545
  #: ../admin/like_buttons.php:836
546
  #, fuzzy
547
  msgid "Instagram Shoutout"
548
  msgstr "Instagram"
549
 
550
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
551
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
552
  #: ../admin/like_buttons.php:838
553
  msgid ""
556
  "hashtags and people to mention in the Instagram post."
557
  msgstr ""
558
 
559
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
560
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
561
  #: ../admin/like_buttons.php:839
562
  msgid ""
567
  "time."
568
  msgstr ""
569
 
570
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
571
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
572
  #: ../admin/like_buttons.php:840
573
  msgid ""
679
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
680
  msgstr ""
681
 
682
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1983
683
  msgid ""
684
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
685
  "Facebook share count to work"
706
  msgid "3rd Party Integration"
707
  msgstr "XProfile интеграция"
708
 
709
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
710
+ #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
711
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
712
  #: ../admin/like_buttons.php:797
713
  msgid "Shortcode & Widget"
717
  msgid "Troubleshooter"
718
  msgstr "Устранение неисправностей"
719
 
720
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
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
1299
  msgid "Facebook Share Count"
1300
  msgstr "Устранение неисправностей Поделиться от Facebook"
1301
 
1302
+ #: ../admin/social_sharing.php:1622
1303
+ msgid "Note"
1304
+ msgstr ""
1305
+
1306
+ #: ../admin/social_sharing.php:1622
1307
+ msgid "Required only to track Facebook share count"
1308
+ msgstr ""
1309
+
1310
+ #: ../admin/social_sharing.php:1628 ../admin/social_login.php:161
1311
  msgid "Facebook App ID"
1312
  msgstr "Facebook App ID"
1313
 
1314
+ #: ../admin/social_sharing.php:1638
1315
  #, fuzzy, php-format
1316
  msgid ""
1317
  "Required for Facebook share count to work. Please follow the documentation "
1320
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1321
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1322
 
1323
+ #: ../admin/social_sharing.php:1646 ../admin/social_login.php:183
1324
  #, fuzzy
1325
  msgid "Facebook App Secret"
1326
  msgstr "Facebook App ID"
1327
 
1328
+ #: ../admin/social_sharing.php:1656
1329
  #, fuzzy, php-format
1330
  msgid ""
1331
  "Required for Facebook share count to work. Please follow the documentation "
1334
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1335
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1336
 
1337
+ #: ../admin/social_sharing.php:1665 ../admin/like_buttons.php:592
1338
  msgid "Url shortener"
1339
  msgstr "Укорачивание URL"
1340
 
1341
+ #: ../admin/social_sharing.php:1671
1342
  msgid "Use shortlinks already installed"
1343
  msgstr "Использование коротких ссылок уже установлено"
1344
 
1345
+ #: ../admin/social_sharing.php:1681
1346
  msgid "Uses default short url permalinks without using any additional plugin"
1347
  msgstr ""
1348
  "Использует по умолчанию постоянные короткие url без использования каких-"
1349
  "либо дополнительных плагинов"
1350
 
1351
+ #: ../admin/social_sharing.php:1689
1352
  msgid "Enable bit.ly url shortener for sharing"
1353
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1354
 
1355
+ #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:626
1356
  msgid "Master control to enable bit.ly url shortening for sharing"
1357
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1358
 
1359
+ #: ../admin/social_sharing.php:1707
1360
  msgid "bit.ly Login"
1361
  msgstr "bit.ly логин"
1362
 
1363
+ #: ../admin/social_sharing.php:1717 ../admin/social_sharing.php:1736
1364
  #, fuzzy, php-format
1365
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1366
  msgstr ""
1368
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1369
  "Twitter."
1370
 
1371
+ #: ../admin/social_sharing.php:1726 ../admin/like_buttons.php:653
1372
  msgid "bit.ly API Key"
1373
  msgstr "bit.ly ключ приложения"
1374
 
1375
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:672
1376
  msgid "Clear Bitly Cache"
1377
  msgstr "Очистить Bitly кэш"
1378
 
1379
+ #: ../admin/social_sharing.php:1749 ../admin/like_buttons.php:676
1380
  msgid "ShortUrl cache cleared successfully."
1381
  msgstr "ShortUrl кэш успешно очищен."
1382
 
1383
+ #: ../admin/social_sharing.php:1756 ../admin/like_buttons.php:683
1384
  msgid ""
1385
  "Use this to delete short urls saved in database. Handy, if urls of your "
1386
  "website have been changed but short urls are still being generated for old "
1390
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1391
  "адреса по-прежнему создаются для старых URL-адресов."
1392
 
1393
+ #: ../admin/social_sharing.php:1765
1394
  msgid "Share Count Cache"
1395
  msgstr "Кэш счетчиков поделиться"
1396
 
1397
+ #: ../admin/social_sharing.php:1771
1398
  msgid "Refresh Share Count cache every"
1399
  msgstr "Обновить кэш счетчиков Поделиться"
1400
 
1401
+ #: ../admin/social_sharing.php:1776
1402
  msgid "Second(s)"
1403
  msgstr "Секунд"
1404
 
1405
+ #: ../admin/social_sharing.php:1777
1406
  msgid "Minute(s)"
1407
  msgstr "Минут"
1408
 
1409
+ #: ../admin/social_sharing.php:1778
1410
  msgid "Hour(s)"
1411
  msgstr "Часов"
1412
 
1413
+ #: ../admin/social_sharing.php:1779
1414
  msgid "Day(s)"
1415
  msgstr "Дней"
1416
 
1417
+ #: ../admin/social_sharing.php:1787
1418
  #, fuzzy, php-format
1419
  msgid ""
1420
  "Frequent cache refreshing results in slower loading of pages with share "
1424
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1425
  "включенными счетчиками Поделиться"
1426
 
1427
+ #: ../admin/social_sharing.php:1795
1428
  msgid "Clear Share Counts Cache"
1429
  msgstr "Очистить кэш счетчиков Поделиться"
1430
 
1431
+ #: ../admin/social_sharing.php:1799
1432
  msgid "Share Counts cache cleared successfully."
1433
  msgstr "Share Counts кэш успешно очищен."
1434
 
1435
+ #: ../admin/social_sharing.php:1806
1436
  msgid "Use this to clear cached share counts"
1437
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1438
 
1439
+ #: ../admin/social_sharing.php:1815 ../admin/social_sharing.php:1821
1440
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1441
  #: ../admin/like_buttons.php:698
1442
  msgid "Language"
1443
  msgstr "Язык"
1444
 
1445
+ #: ../admin/social_sharing.php:1831
1446
  #, php-format
1447
  msgid ""
1448
  "Enter the code of the language you want to use for like buttons. You can "
1453
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1454
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1455
 
1456
+ #: ../admin/social_sharing.php:1840
1457
  msgid "Username in sharing"
1458
  msgstr "Имя пользователя чтобы поделиться"
1459
 
1460
+ #: ../admin/social_sharing.php:1846
1461
  msgid "Twitter username (without @)"
1462
  msgstr "Twitter имя пользователя (без @)"
1463
 
1464
+ #: ../admin/social_sharing.php:1856 ../admin/social_sharing.php:1875
1465
  msgid ""
1466
  "Provided username will be appended after the content being shared as \"via "
1467
  "@USERNAME\". Leave empty if you do not want any username in the content "
1470
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1471
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1472
 
1473
+ #: ../admin/social_sharing.php:1865
1474
  msgid "Buffer username (without @)"
1475
  msgstr "Имя пользователя в Twitter (без @)"
1476
 
1477
+ #: ../admin/social_sharing.php:1884
1478
  msgid "AMP"
1479
  msgstr "AMP"
1480
 
1481
+ #: ../admin/social_sharing.php:1890
1482
  msgid "Enable sharing on AMP pages"
1483
  msgstr "Разрешить общий доступ на страницах AMP"
1484
 
1485
+ #: ../admin/social_sharing.php:1900
1486
  msgid "Enable this option to render sharing icons on AMP pages"
1487
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1488
 
1489
+ #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:771
1490
  msgid "myCRED"
1491
  msgstr ""
1492
 
1493
+ #: ../admin/social_sharing.php:1925 ../admin/like_buttons.php:777
1494
  msgid "Append myCRED referral ID to the urls being shared"
1495
  msgstr ""
1496
 
1497
+ #: ../admin/social_sharing.php:1958
1498
  msgid "Facebook Sharing Troubleshooter"
1499
  msgstr "Устранение неисправностей Поделиться от Facebook"
1500
 
1501
+ #: ../admin/social_sharing.php:1963
1502
  msgid ""
1503
  "If Facebook sharing is not working fine, click at the following link and "
1504
  "enter the problematic url (where Facebook sharing is not working properly) "
1510
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1511
  "\"Получение информации о новой поломке\" ."
1512
 
1513
+ #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1514
  #: ../admin/social_login.php:1241
1515
  msgid ""
1516
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1517
  "an online website for the plugin to function properly."
1518
  msgstr ""
1519
 
1520
+ #: ../admin/social_sharing.php:1981
1521
  msgid ""
1522
  "Why is sharer not showing the correct image, title and other meta tags "
1523
  "content?"
1525
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1526
  "мета данные контента? "
1527
 
1528
+ #: ../admin/social_sharing.php:1982
1529
  #, fuzzy
1530
  msgid "Why is Facebook share count not working?"
1531
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1532
 
1533
+ #: ../admin/social_sharing.php:1985
1534
  msgid "Why is Instagram icon redirecting to Instagram website?"
1535
  msgstr ""
1536
 
1537
+ #: ../admin/social_sharing.php:1986
1538
  msgid ""
1539
  "Instagram icon is there to send website visitors to the Instagram page of "
1540
  "your choice. You can save the desired Instagram handle in \"Instagram "
1542
  "sections."
1543
  msgstr ""
1544
 
1545
+ #: ../admin/social_sharing.php:1989
1546
  #, fuzzy
1547
  msgid "How to customize the url being shared?"
1548
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1549
 
1550
+ #: ../admin/social_sharing.php:1990
1551
  msgid ""
1552
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1553
  msgstr ""
1554
 
1555
+ #: ../admin/social_sharing.php:1991
1556
  msgid ""
1557
  "It takes some time for their service to track the shares made on Twitter "
1558
  "from your website. If you still feel it's taking too long you can contact "
1559
  "their support directly from their website."
1560
  msgstr ""
1561
 
1562
+ #: ../admin/social_sharing.php:1993 ../admin/like_buttons.php:814
1563
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1564
  msgstr ""
1565
 
1566
+ #: ../admin/social_sharing.php:1994
1567
  msgid ""
1568
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1569
  msgstr ""
1570
 
1571
+ #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1572
  #: ../admin/social_login.php:1248
1573
  msgid "Why is my browser blocking some features of the plugin?"
1574
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1575
 
1576
+ #: ../admin/social_sharing.php:1996
1577
  #, fuzzy
1578
  msgid "Why the color of share icons is not being updated?"
1579
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1580
 
1581
+ #: ../admin/social_sharing.php:1997
1582
  msgid "Why Facebook share counts are not appearing?"
1583
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1584
 
1585
+ #: ../admin/social_sharing.php:1998
1586
  msgid ""
1587
  "How can I show share counts of my website rather than of individual pages/"
1588
  "posts?"
1590
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1591
  "постах?"
1592
 
1593
+ #: ../admin/social_sharing.php:1999
1594
  msgid "How can I disable sharing on particular page/post?"
1595
  msgstr ""
1596
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1597
 
1598
+ #: ../admin/social_sharing.php:2000
1599
  msgid "How can I specify minimum sharing count for sharing networks?"
1600
  msgstr "Как мне указать минимальное количество для Поделиться"
1601
 
1602
+ #: ../admin/social_sharing.php:2001
1603
  msgid "How to share specific page?"
1604
  msgstr "Как поделиться определенной страницей?"
1605
 
1606
+ #: ../admin/social_sharing.php:2002
1607
  msgid "How to integrate Google Analytics with sharing?"
1608
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1609
 
1610
+ #: ../admin/social_sharing.php:2003
1611
  msgid "How to customize the look of total share counts?"
1612
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1613
 
1614
+ #: ../admin/social_sharing.php:2004
1615
  msgid "How to customize the look of individual share counts?"
1616
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1617
 
1618
+ #: ../admin/social_sharing.php:2005
1619
  msgid "How to show Whatsapp icon only on mobile devices?"
1620
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1621
 
1622
+ #: ../admin/social_sharing.php:2006
1623
  msgid "How to hide arrow after floating sharing bar?"
1624
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1625
 
1626
+ #: ../admin/social_sharing.php:2007
1627
  #, fuzzy
1628
  msgid "Why is share count not getting updated?"
1629
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1630
 
1631
+ #: ../admin/social_sharing.php:2008 ../admin/like_buttons.php:812
1632
  msgid "Why is there so much space between like buttons?"
1633
  msgstr "Почему существует так много места между кнопками?"
1634
 
1635
+ #: ../admin/social_sharing.php:2009 ../admin/like_buttons.php:813
1636
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1637
  msgstr ""
1638
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
2889
  msgid "Like Buttons Shortcode & Widget"
2890
  msgstr "Шорткод и виджет Нравится"
2891
 
2892
+ #: ../inc/shortcode.php:214 ../inc/widget.php:47
2893
  msgid "Log Out"
2894
  msgstr "Выйти"
2895
 
2896
+ #: ../inc/shortcode.php:295
2897
  msgid ""
2898
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2899
  "Socializer > Social Login\" page in admin panel"
2902
  "странице \"Super Socializer > Вход через социальные сети\" в панели админ-"
2903
  "панели"
2904
 
2905
+ #: ../inc/social_sharing.php:31 ../inc/social_sharing.php:340
2906
  msgid "Search for"
2907
  msgstr "Искать"
2908
 
2909
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:38
2910
+ #: ../inc/social_sharing.php:40 ../inc/social_sharing.php:345
2911
+ #: ../inc/social_sharing.php:347 ../inc/social_sharing.php:349
2912
  msgid "Archives"
2913
  msgstr "Архивы "
2914
 
2915
+ #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2916
  msgid "Invalid request"
2917
  msgstr "Неверный Запрос!"
2918
 
2919
+ #: ../inc/social_sharing.php:916
2920
  msgid "Providers not selected"
2921
  msgstr "Сервисы не выбраны"
2922
 
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-05-16 13:22+0530\n"
6
- "PO-Revision-Date: 2019-05-16 13:22+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -102,11 +102,11 @@ msgstr "Введіть ваше ім'я користувача LiveJournal"
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
 
@@ -150,7 +150,7 @@ 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."
@@ -172,69 +172,69 @@ 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,14 +242,14 @@ msgid ""
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,7 +257,7 @@ msgid ""
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,7 +265,7 @@ msgid ""
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,13 +273,13 @@ msgid ""
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,7 +287,7 @@ msgid ""
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,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:1962
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:1987
308
  #, php-format
309
  msgid ""
310
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -312,11 +312,11 @@ msgid ""
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
  #, php-format
321
  msgid ""
322
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -325,7 +325,7 @@ msgid ""
325
  "that, clear share counts cache from \"Miscellaneous\" section"
326
  msgstr ""
327
 
328
- #: ../super_socializer.php:2039
329
  #, php-format
330
  msgid ""
331
  "Your website visitors will see a popup notification (only once) if their "
@@ -434,7 +434,7 @@ msgid "Large Avatar"
434
  msgstr "Великий аватар"
435
 
436
  #: ../helper.php:913 ../admin/general_options.php:132
437
- #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
438
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
439
  msgid "Save Changes"
440
  msgstr "Зберегти налаштування"
@@ -457,7 +457,7 @@ msgid "Something bad happened"
457
  msgstr ""
458
 
459
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
460
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
461
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
462
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
463
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -541,14 +541,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
541
  msgstr ""
542
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
543
 
544
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
545
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
546
  #: ../admin/like_buttons.php:836
547
  #, fuzzy
548
  msgid "Instagram Shoutout"
549
  msgstr "Instagram"
550
 
551
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
552
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
553
  #: ../admin/like_buttons.php:838
554
  msgid ""
@@ -557,7 +557,7 @@ msgid ""
557
  "hashtags and people to mention in the Instagram post."
558
  msgstr ""
559
 
560
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
561
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
562
  #: ../admin/like_buttons.php:839
563
  msgid ""
@@ -568,7 +568,7 @@ msgid ""
568
  "time."
569
  msgstr ""
570
 
571
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
572
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
573
  #: ../admin/like_buttons.php:840
574
  msgid ""
@@ -680,7 +680,7 @@ msgstr "Майстер налаштування включення кнопок
680
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
681
  msgstr ""
682
 
683
- #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
684
  msgid ""
685
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
686
  "Facebook share count to work"
@@ -707,8 +707,8 @@ msgstr "Різне"
707
  msgid "3rd Party Integration"
708
  msgstr "XProfile інтеграція"
709
 
710
- #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
711
- #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
712
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
713
  #: ../admin/like_buttons.php:797
714
  msgid "Shortcode & Widget"
@@ -718,7 +718,7 @@ msgstr "Шорткод і віджет"
718
  msgid "Troubleshooter"
719
  msgstr "Усунення несправностей"
720
 
721
- #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
722
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
723
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
724
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -1300,11 +1300,19 @@ msgstr ""
1300
  msgid "Facebook Share Count"
1301
  msgstr "Усунення несправностей Поділитися від Facebook"
1302
 
1303
- #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
 
 
 
 
 
 
 
 
1304
  msgid "Facebook App ID"
1305
  msgstr "Facebook App ID"
1306
 
1307
- #: ../admin/social_sharing.php:1634
1308
  #, fuzzy, php-format
1309
  msgid ""
1310
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1313,12 +1321,12 @@ msgstr ""
1313
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1314
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1315
 
1316
- #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1317
  #, fuzzy
1318
  msgid "Facebook App Secret"
1319
  msgstr "Facebook App ID"
1320
 
1321
- #: ../admin/social_sharing.php:1652
1322
  #, fuzzy, php-format
1323
  msgid ""
1324
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1327,52 +1335,52 @@ msgstr ""
1327
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1328
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1329
 
1330
- #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1331
  msgid "Url shortener"
1332
  msgstr "Скорочення URL"
1333
 
1334
- #: ../admin/social_sharing.php:1667
1335
  msgid "Use shortlinks already installed"
1336
  msgstr "Використання коротких посилань вже встановлено"
1337
 
1338
- #: ../admin/social_sharing.php:1677
1339
  msgid "Uses default short url permalinks without using any additional plugin"
1340
  msgstr ""
1341
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1342
  "яких додаткових плагінів"
1343
 
1344
- #: ../admin/social_sharing.php:1685
1345
  msgid "Enable bit.ly url shortener for sharing"
1346
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1347
 
1348
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1349
  msgid "Master control to enable bit.ly url shortening for sharing"
1350
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1351
 
1352
- #: ../admin/social_sharing.php:1703
1353
  msgid "bit.ly Login"
1354
  msgstr "bit.ly Логін"
1355
 
1356
- #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1357
  #, fuzzy, php-format
1358
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1359
  msgstr ""
1360
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1361
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1362
 
1363
- #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1364
  msgid "bit.ly API Key"
1365
  msgstr "bit.ly ключ додатка"
1366
 
1367
- #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1368
  msgid "Clear Bitly Cache"
1369
  msgstr "Очистити Bitly кеш"
1370
 
1371
- #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1372
  msgid "ShortUrl cache cleared successfully."
1373
  msgstr "ShortUrl кеш успішно очищений."
1374
 
1375
- #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1376
  msgid ""
1377
  "Use this to delete short urls saved in database. Handy, if urls of your "
1378
  "website have been changed but short urls are still being generated for old "
@@ -1382,31 +1390,31 @@ msgstr ""
1382
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1383
  "адреси, як і раніше створюються для старих URL-адрес."
1384
 
1385
- #: ../admin/social_sharing.php:1761
1386
  msgid "Share Count Cache"
1387
  msgstr "Кеш лічильників Поділитися"
1388
 
1389
- #: ../admin/social_sharing.php:1767
1390
  msgid "Refresh Share Count cache every"
1391
  msgstr "Оновити кеш лічильників Поділитися"
1392
 
1393
- #: ../admin/social_sharing.php:1772
1394
  msgid "Second(s)"
1395
  msgstr "Секунд"
1396
 
1397
- #: ../admin/social_sharing.php:1773
1398
  msgid "Minute(s)"
1399
  msgstr "Хвилин"
1400
 
1401
- #: ../admin/social_sharing.php:1774
1402
  msgid "Hour(s)"
1403
  msgstr "Годин"
1404
 
1405
- #: ../admin/social_sharing.php:1775
1406
  msgid "Day(s)"
1407
  msgstr "Днів"
1408
 
1409
- #: ../admin/social_sharing.php:1783
1410
  #, fuzzy, php-format
1411
  msgid ""
1412
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1416,25 +1424,25 @@ msgstr ""
1416
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1417
  "включеними лічильниками Поділитися"
1418
 
1419
- #: ../admin/social_sharing.php:1791
1420
  msgid "Clear Share Counts Cache"
1421
  msgstr "Очистити кеш лічильників Поділитися"
1422
 
1423
- #: ../admin/social_sharing.php:1795
1424
  msgid "Share Counts cache cleared successfully."
1425
  msgstr "Кеш лічільників Поділитися успішно очищений."
1426
 
1427
- #: ../admin/social_sharing.php:1802
1428
  msgid "Use this to clear cached share counts"
1429
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1430
 
1431
- #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1432
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1433
  #: ../admin/like_buttons.php:698
1434
  msgid "Language"
1435
  msgstr "Мова"
1436
 
1437
- #: ../admin/social_sharing.php:1827
1438
  #, php-format
1439
  msgid ""
1440
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1446,15 +1454,15 @@ msgstr ""
1446
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1447
  "замовчуванням (Українська)."
1448
 
1449
- #: ../admin/social_sharing.php:1836
1450
  msgid "Username in sharing"
1451
  msgstr "Ім'я користувача щоб поділитися"
1452
 
1453
- #: ../admin/social_sharing.php:1842
1454
  msgid "Twitter username (without @)"
1455
  msgstr "Twitter ім'я користувача (без @)"
1456
 
1457
- #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1458
  msgid ""
1459
  "Provided username will be appended after the content being shared as \"via "
1460
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1463,35 +1471,35 @@ msgstr ""
1463
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1464
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1465
 
1466
- #: ../admin/social_sharing.php:1861
1467
  msgid "Buffer username (without @)"
1468
  msgstr "Ім'я користувача в Twitter (без @)"
1469
 
1470
- #: ../admin/social_sharing.php:1880
1471
  msgid "AMP"
1472
  msgstr "AMP"
1473
 
1474
- #: ../admin/social_sharing.php:1886
1475
  msgid "Enable sharing on AMP pages"
1476
  msgstr "Дозволити загальний доступ на сторінках AMP"
1477
 
1478
- #: ../admin/social_sharing.php:1896
1479
  msgid "Enable this option to render sharing icons on AMP pages"
1480
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1481
 
1482
- #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1483
  msgid "myCRED"
1484
  msgstr ""
1485
 
1486
- #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1487
  msgid "Append myCRED referral ID to the urls being shared"
1488
  msgstr ""
1489
 
1490
- #: ../admin/social_sharing.php:1954
1491
  msgid "Facebook Sharing Troubleshooter"
1492
  msgstr "Усунення несправностей Поділитися від Facebook"
1493
 
1494
- #: ../admin/social_sharing.php:1959
1495
  msgid ""
1496
  "If Facebook sharing is not working fine, click at the following link and "
1497
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1503,14 +1511,14 @@ msgstr ""
1503
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1504
  "\"Отримання інформації про нову поломки \"."
1505
 
1506
- #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1507
  #: ../admin/social_login.php:1241
1508
  msgid ""
1509
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1510
  "an online website for the plugin to function properly."
1511
  msgstr ""
1512
 
1513
- #: ../admin/social_sharing.php:1977
1514
  msgid ""
1515
  "Why is sharer not showing the correct image, title and other meta tags "
1516
  "content?"
@@ -1518,16 +1526,16 @@ msgstr ""
1518
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1519
  "дані контенту?"
1520
 
1521
- #: ../admin/social_sharing.php:1978
1522
  #, fuzzy
1523
  msgid "Why is Facebook share count not working?"
1524
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1525
 
1526
- #: ../admin/social_sharing.php:1981
1527
  msgid "Why is Instagram icon redirecting to Instagram website?"
1528
  msgstr ""
1529
 
1530
- #: ../admin/social_sharing.php:1982
1531
  msgid ""
1532
  "Instagram icon is there to send website visitors to the Instagram page of "
1533
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1535,47 +1543,47 @@ msgid ""
1535
  "sections."
1536
  msgstr ""
1537
 
1538
- #: ../admin/social_sharing.php:1985
1539
  #, fuzzy
1540
  msgid "How to customize the url being shared?"
1541
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1542
 
1543
- #: ../admin/social_sharing.php:1986
1544
  msgid ""
1545
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1546
  msgstr ""
1547
 
1548
- #: ../admin/social_sharing.php:1987
1549
  msgid ""
1550
  "It takes some time for their service to track the shares made on Twitter "
1551
  "from your website. If you still feel it's taking too long you can contact "
1552
  "their support directly from their website."
1553
  msgstr ""
1554
 
1555
- #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1556
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1557
  msgstr ""
1558
 
1559
- #: ../admin/social_sharing.php:1990
1560
  msgid ""
1561
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1562
  msgstr ""
1563
 
1564
- #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1565
  #: ../admin/social_login.php:1248
1566
  msgid "Why is my browser blocking some features of the plugin?"
1567
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1568
 
1569
- #: ../admin/social_sharing.php:1992
1570
  #, fuzzy
1571
  msgid "Why the color of share icons is not being updated?"
1572
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1573
 
1574
- #: ../admin/social_sharing.php:1993
1575
  msgid "Why Facebook share counts are not appearing?"
1576
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1577
 
1578
- #: ../admin/social_sharing.php:1994
1579
  msgid ""
1580
  "How can I show share counts of my website rather than of individual pages/"
1581
  "posts?"
@@ -1583,49 +1591,49 @@ msgstr ""
1583
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1584
  "постах?"
1585
 
1586
- #: ../admin/social_sharing.php:1995
1587
  msgid "How can I disable sharing on particular page/post?"
1588
  msgstr ""
1589
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1590
 
1591
- #: ../admin/social_sharing.php:1996
1592
  msgid "How can I specify minimum sharing count for sharing networks?"
1593
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1594
 
1595
- #: ../admin/social_sharing.php:1997
1596
  msgid "How to share specific page?"
1597
  msgstr "Як поділитися певною сторінкою?"
1598
 
1599
- #: ../admin/social_sharing.php:1998
1600
  msgid "How to integrate Google Analytics with sharing?"
1601
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1602
 
1603
- #: ../admin/social_sharing.php:1999
1604
  msgid "How to customize the look of total share counts?"
1605
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1606
 
1607
- #: ../admin/social_sharing.php:2000
1608
  msgid "How to customize the look of individual share counts?"
1609
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1610
 
1611
- #: ../admin/social_sharing.php:2001
1612
  msgid "How to show Whatsapp icon only on mobile devices?"
1613
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1614
 
1615
- #: ../admin/social_sharing.php:2002
1616
  msgid "How to hide arrow after floating sharing bar?"
1617
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1618
 
1619
- #: ../admin/social_sharing.php:2003
1620
  #, fuzzy
1621
  msgid "Why is share count not getting updated?"
1622
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1623
 
1624
- #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1625
  msgid "Why is there so much space between like buttons?"
1626
  msgstr "Чому існує так багато місця між кнопками?"
1627
 
1628
- #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1629
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1630
  msgstr ""
1631
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
@@ -2873,11 +2881,11 @@ msgstr ""
2873
  msgid "Like Buttons Shortcode & Widget"
2874
  msgstr "Шорткод і віджет Подобається"
2875
 
2876
- #: ../inc/shortcode.php:205 ../inc/widget.php:47
2877
  msgid "Log Out"
2878
  msgstr "Вихід"
2879
 
2880
- #: ../inc/shortcode.php:286
2881
  msgid ""
2882
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2883
  "Socializer > Social Login\" page in admin panel"
@@ -2885,21 +2893,21 @@ msgstr ""
2885
  "Активуйте вхід через соцмережі і \"Базові налаштування \" і секції на "
2886
  "сторінці \"Super Socializer> Вхід через соцмережі \" в панелі адмін-панелі"
2887
 
2888
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2889
  msgid "Search for"
2890
  msgstr "Шукати"
2891
 
2892
- #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2893
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2894
- #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2895
  msgid "Archives"
2896
  msgstr "Архіви "
2897
 
2898
- #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2899
  msgid "Invalid request"
2900
  msgstr "Невірний Запит!"
2901
 
2902
- #: ../inc/social_sharing.php:927
2903
  msgid "Providers not selected"
2904
  msgstr "Сервіси не вибрані"
2905
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-05 10:40+0530\n"
6
+ "PO-Revision-Date: 2019-06-05 10:40+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
102
  msgid "Leave a reply"
103
  msgstr "Залишити коментар"
104
 
105
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
106
  msgid "Shares"
107
  msgstr "Поширили:"
108
 
109
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
110
  msgid "Share"
111
  msgstr "Поділитися"
112
 
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
151
  "соцмережі"
152
 
153
+ #: ../super_socializer.php:1428 ../super_socializer.php:2200
154
  msgid ""
155
  "Your browser is blocking some features of this website. Please follow the "
156
  "instructions at {support_url} to unblock these."
172
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
173
  "потрібно перевірити його"
174
 
175
+ #: ../super_socializer.php:1444 ../super_socializer.php:2124
176
  msgid "Link your social account to login to your account at this website"
177
  msgstr ""
178
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
179
  "запис на цьому сайті"
180
 
181
+ #: ../super_socializer.php:1690
182
  msgid "Thanks for installing Super Socializer plugin"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1692
186
  msgid "Configure the Plugin"
187
  msgstr ""
188
 
189
+ #: ../super_socializer.php:1703
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:1712
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:1721
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:1730
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:1739
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:1746
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:1757
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:1773
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:1797
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:1797 ../super_socializer.php:1822
246
+ #: ../super_socializer.php:1847 ../super_socializer.php:1872
247
+ #: ../super_socializer.php:1905 ../super_socializer.php:1933
248
+ #: ../super_socializer.php:1960 ../super_socializer.php:2037
249
  msgid "Okay"
250
  msgstr "Гаразд."
251
 
252
+ #: ../super_socializer.php:1822
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:1847
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:1872
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:1883
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:1905
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:1933
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:1960
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:1985
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:1985 ../super_socializer.php:2012
316
  msgid "Dismiss"
317
  msgstr ""
318
 
319
+ #: ../super_socializer.php:2011
320
  #, php-format
321
  msgid ""
322
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
325
  "that, clear share counts cache from \"Miscellaneous\" section"
326
  msgstr ""
327
 
328
+ #: ../super_socializer.php:2037
329
  #, php-format
330
  msgid ""
331
  "Your website visitors will see a popup notification (only once) if their "
434
  msgstr "Великий аватар"
435
 
436
  #: ../helper.php:913 ../admin/general_options.php:132
437
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
438
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
439
  msgid "Save Changes"
440
  msgstr "Зберегти налаштування"
457
  msgstr ""
458
 
459
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
460
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
461
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
462
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
463
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
541
  msgstr ""
542
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
543
 
544
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
545
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
546
  #: ../admin/like_buttons.php:836
547
  #, fuzzy
548
  msgid "Instagram Shoutout"
549
  msgstr "Instagram"
550
 
551
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
552
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
553
  #: ../admin/like_buttons.php:838
554
  msgid ""
557
  "hashtags and people to mention in the Instagram post."
558
  msgstr ""
559
 
560
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
561
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
562
  #: ../admin/like_buttons.php:839
563
  msgid ""
568
  "time."
569
  msgstr ""
570
 
571
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
572
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
573
  #: ../admin/like_buttons.php:840
574
  msgid ""
680
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
681
  msgstr ""
682
 
683
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1983
684
  msgid ""
685
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
686
  "Facebook share count to work"
707
  msgid "3rd Party Integration"
708
  msgstr "XProfile інтеграція"
709
 
710
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
711
+ #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
712
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
713
  #: ../admin/like_buttons.php:797
714
  msgid "Shortcode & Widget"
718
  msgid "Troubleshooter"
719
  msgstr "Усунення несправностей"
720
 
721
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
722
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
723
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
724
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
1300
  msgid "Facebook Share Count"
1301
  msgstr "Усунення несправностей Поділитися від Facebook"
1302
 
1303
+ #: ../admin/social_sharing.php:1622
1304
+ msgid "Note"
1305
+ msgstr ""
1306
+
1307
+ #: ../admin/social_sharing.php:1622
1308
+ msgid "Required only to track Facebook share count"
1309
+ msgstr ""
1310
+
1311
+ #: ../admin/social_sharing.php:1628 ../admin/social_login.php:161
1312
  msgid "Facebook App ID"
1313
  msgstr "Facebook App ID"
1314
 
1315
+ #: ../admin/social_sharing.php:1638
1316
  #, fuzzy, php-format
1317
  msgid ""
1318
  "Required for Facebook share count to work. Please follow the documentation "
1321
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1322
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1323
 
1324
+ #: ../admin/social_sharing.php:1646 ../admin/social_login.php:183
1325
  #, fuzzy
1326
  msgid "Facebook App Secret"
1327
  msgstr "Facebook App ID"
1328
 
1329
+ #: ../admin/social_sharing.php:1656
1330
  #, fuzzy, php-format
1331
  msgid ""
1332
  "Required for Facebook share count to work. Please follow the documentation "
1335
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1336
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1337
 
1338
+ #: ../admin/social_sharing.php:1665 ../admin/like_buttons.php:592
1339
  msgid "Url shortener"
1340
  msgstr "Скорочення URL"
1341
 
1342
+ #: ../admin/social_sharing.php:1671
1343
  msgid "Use shortlinks already installed"
1344
  msgstr "Використання коротких посилань вже встановлено"
1345
 
1346
+ #: ../admin/social_sharing.php:1681
1347
  msgid "Uses default short url permalinks without using any additional plugin"
1348
  msgstr ""
1349
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1350
  "яких додаткових плагінів"
1351
 
1352
+ #: ../admin/social_sharing.php:1689
1353
  msgid "Enable bit.ly url shortener for sharing"
1354
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1355
 
1356
+ #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:626
1357
  msgid "Master control to enable bit.ly url shortening for sharing"
1358
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1359
 
1360
+ #: ../admin/social_sharing.php:1707
1361
  msgid "bit.ly Login"
1362
  msgstr "bit.ly Логін"
1363
 
1364
+ #: ../admin/social_sharing.php:1717 ../admin/social_sharing.php:1736
1365
  #, fuzzy, php-format
1366
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1367
  msgstr ""
1368
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1369
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1370
 
1371
+ #: ../admin/social_sharing.php:1726 ../admin/like_buttons.php:653
1372
  msgid "bit.ly API Key"
1373
  msgstr "bit.ly ключ додатка"
1374
 
1375
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:672
1376
  msgid "Clear Bitly Cache"
1377
  msgstr "Очистити Bitly кеш"
1378
 
1379
+ #: ../admin/social_sharing.php:1749 ../admin/like_buttons.php:676
1380
  msgid "ShortUrl cache cleared successfully."
1381
  msgstr "ShortUrl кеш успішно очищений."
1382
 
1383
+ #: ../admin/social_sharing.php:1756 ../admin/like_buttons.php:683
1384
  msgid ""
1385
  "Use this to delete short urls saved in database. Handy, if urls of your "
1386
  "website have been changed but short urls are still being generated for old "
1390
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1391
  "адреси, як і раніше створюються для старих URL-адрес."
1392
 
1393
+ #: ../admin/social_sharing.php:1765
1394
  msgid "Share Count Cache"
1395
  msgstr "Кеш лічильників Поділитися"
1396
 
1397
+ #: ../admin/social_sharing.php:1771
1398
  msgid "Refresh Share Count cache every"
1399
  msgstr "Оновити кеш лічильників Поділитися"
1400
 
1401
+ #: ../admin/social_sharing.php:1776
1402
  msgid "Second(s)"
1403
  msgstr "Секунд"
1404
 
1405
+ #: ../admin/social_sharing.php:1777
1406
  msgid "Minute(s)"
1407
  msgstr "Хвилин"
1408
 
1409
+ #: ../admin/social_sharing.php:1778
1410
  msgid "Hour(s)"
1411
  msgstr "Годин"
1412
 
1413
+ #: ../admin/social_sharing.php:1779
1414
  msgid "Day(s)"
1415
  msgstr "Днів"
1416
 
1417
+ #: ../admin/social_sharing.php:1787
1418
  #, fuzzy, php-format
1419
  msgid ""
1420
  "Frequent cache refreshing results in slower loading of pages with share "
1424
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1425
  "включеними лічильниками Поділитися"
1426
 
1427
+ #: ../admin/social_sharing.php:1795
1428
  msgid "Clear Share Counts Cache"
1429
  msgstr "Очистити кеш лічильників Поділитися"
1430
 
1431
+ #: ../admin/social_sharing.php:1799
1432
  msgid "Share Counts cache cleared successfully."
1433
  msgstr "Кеш лічільників Поділитися успішно очищений."
1434
 
1435
+ #: ../admin/social_sharing.php:1806
1436
  msgid "Use this to clear cached share counts"
1437
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1438
 
1439
+ #: ../admin/social_sharing.php:1815 ../admin/social_sharing.php:1821
1440
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1441
  #: ../admin/like_buttons.php:698
1442
  msgid "Language"
1443
  msgstr "Мова"
1444
 
1445
+ #: ../admin/social_sharing.php:1831
1446
  #, php-format
1447
  msgid ""
1448
  "Enter the code of the language you want to use for like buttons. You can "
1454
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1455
  "замовчуванням (Українська)."
1456
 
1457
+ #: ../admin/social_sharing.php:1840
1458
  msgid "Username in sharing"
1459
  msgstr "Ім'я користувача щоб поділитися"
1460
 
1461
+ #: ../admin/social_sharing.php:1846
1462
  msgid "Twitter username (without @)"
1463
  msgstr "Twitter ім'я користувача (без @)"
1464
 
1465
+ #: ../admin/social_sharing.php:1856 ../admin/social_sharing.php:1875
1466
  msgid ""
1467
  "Provided username will be appended after the content being shared as \"via "
1468
  "@USERNAME\". Leave empty if you do not want any username in the content "
1471
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1472
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1473
 
1474
+ #: ../admin/social_sharing.php:1865
1475
  msgid "Buffer username (without @)"
1476
  msgstr "Ім'я користувача в Twitter (без @)"
1477
 
1478
+ #: ../admin/social_sharing.php:1884
1479
  msgid "AMP"
1480
  msgstr "AMP"
1481
 
1482
+ #: ../admin/social_sharing.php:1890
1483
  msgid "Enable sharing on AMP pages"
1484
  msgstr "Дозволити загальний доступ на сторінках AMP"
1485
 
1486
+ #: ../admin/social_sharing.php:1900
1487
  msgid "Enable this option to render sharing icons on AMP pages"
1488
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1489
 
1490
+ #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:771
1491
  msgid "myCRED"
1492
  msgstr ""
1493
 
1494
+ #: ../admin/social_sharing.php:1925 ../admin/like_buttons.php:777
1495
  msgid "Append myCRED referral ID to the urls being shared"
1496
  msgstr ""
1497
 
1498
+ #: ../admin/social_sharing.php:1958
1499
  msgid "Facebook Sharing Troubleshooter"
1500
  msgstr "Усунення несправностей Поділитися від Facebook"
1501
 
1502
+ #: ../admin/social_sharing.php:1963
1503
  msgid ""
1504
  "If Facebook sharing is not working fine, click at the following link and "
1505
  "enter the problematic url (where Facebook sharing is not working properly) "
1511
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1512
  "\"Отримання інформації про нову поломки \"."
1513
 
1514
+ #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1515
  #: ../admin/social_login.php:1241
1516
  msgid ""
1517
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1518
  "an online website for the plugin to function properly."
1519
  msgstr ""
1520
 
1521
+ #: ../admin/social_sharing.php:1981
1522
  msgid ""
1523
  "Why is sharer not showing the correct image, title and other meta tags "
1524
  "content?"
1526
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1527
  "дані контенту?"
1528
 
1529
+ #: ../admin/social_sharing.php:1982
1530
  #, fuzzy
1531
  msgid "Why is Facebook share count not working?"
1532
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1533
 
1534
+ #: ../admin/social_sharing.php:1985
1535
  msgid "Why is Instagram icon redirecting to Instagram website?"
1536
  msgstr ""
1537
 
1538
+ #: ../admin/social_sharing.php:1986
1539
  msgid ""
1540
  "Instagram icon is there to send website visitors to the Instagram page of "
1541
  "your choice. You can save the desired Instagram handle in \"Instagram "
1543
  "sections."
1544
  msgstr ""
1545
 
1546
+ #: ../admin/social_sharing.php:1989
1547
  #, fuzzy
1548
  msgid "How to customize the url being shared?"
1549
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1550
 
1551
+ #: ../admin/social_sharing.php:1990
1552
  msgid ""
1553
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1554
  msgstr ""
1555
 
1556
+ #: ../admin/social_sharing.php:1991
1557
  msgid ""
1558
  "It takes some time for their service to track the shares made on Twitter "
1559
  "from your website. If you still feel it's taking too long you can contact "
1560
  "their support directly from their website."
1561
  msgstr ""
1562
 
1563
+ #: ../admin/social_sharing.php:1993 ../admin/like_buttons.php:814
1564
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1565
  msgstr ""
1566
 
1567
+ #: ../admin/social_sharing.php:1994
1568
  msgid ""
1569
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1570
  msgstr ""
1571
 
1572
+ #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1573
  #: ../admin/social_login.php:1248
1574
  msgid "Why is my browser blocking some features of the plugin?"
1575
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1576
 
1577
+ #: ../admin/social_sharing.php:1996
1578
  #, fuzzy
1579
  msgid "Why the color of share icons is not being updated?"
1580
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1581
 
1582
+ #: ../admin/social_sharing.php:1997
1583
  msgid "Why Facebook share counts are not appearing?"
1584
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1585
 
1586
+ #: ../admin/social_sharing.php:1998
1587
  msgid ""
1588
  "How can I show share counts of my website rather than of individual pages/"
1589
  "posts?"
1591
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1592
  "постах?"
1593
 
1594
+ #: ../admin/social_sharing.php:1999
1595
  msgid "How can I disable sharing on particular page/post?"
1596
  msgstr ""
1597
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1598
 
1599
+ #: ../admin/social_sharing.php:2000
1600
  msgid "How can I specify minimum sharing count for sharing networks?"
1601
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1602
 
1603
+ #: ../admin/social_sharing.php:2001
1604
  msgid "How to share specific page?"
1605
  msgstr "Як поділитися певною сторінкою?"
1606
 
1607
+ #: ../admin/social_sharing.php:2002
1608
  msgid "How to integrate Google Analytics with sharing?"
1609
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1610
 
1611
+ #: ../admin/social_sharing.php:2003
1612
  msgid "How to customize the look of total share counts?"
1613
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1614
 
1615
+ #: ../admin/social_sharing.php:2004
1616
  msgid "How to customize the look of individual share counts?"
1617
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1618
 
1619
+ #: ../admin/social_sharing.php:2005
1620
  msgid "How to show Whatsapp icon only on mobile devices?"
1621
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1622
 
1623
+ #: ../admin/social_sharing.php:2006
1624
  msgid "How to hide arrow after floating sharing bar?"
1625
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1626
 
1627
+ #: ../admin/social_sharing.php:2007
1628
  #, fuzzy
1629
  msgid "Why is share count not getting updated?"
1630
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1631
 
1632
+ #: ../admin/social_sharing.php:2008 ../admin/like_buttons.php:812
1633
  msgid "Why is there so much space between like buttons?"
1634
  msgstr "Чому існує так багато місця між кнопками?"
1635
 
1636
+ #: ../admin/social_sharing.php:2009 ../admin/like_buttons.php:813
1637
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1638
  msgstr ""
1639
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
2881
  msgid "Like Buttons Shortcode & Widget"
2882
  msgstr "Шорткод і віджет Подобається"
2883
 
2884
+ #: ../inc/shortcode.php:214 ../inc/widget.php:47
2885
  msgid "Log Out"
2886
  msgstr "Вихід"
2887
 
2888
+ #: ../inc/shortcode.php:295
2889
  msgid ""
2890
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2891
  "Socializer > Social Login\" page in admin panel"
2893
  "Активуйте вхід через соцмережі і \"Базові налаштування \" і секції на "
2894
  "сторінці \"Super Socializer> Вхід через соцмережі \" в панелі адмін-панелі"
2895
 
2896
+ #: ../inc/social_sharing.php:31 ../inc/social_sharing.php:340
2897
  msgid "Search for"
2898
  msgstr "Шукати"
2899
 
2900
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:38
2901
+ #: ../inc/social_sharing.php:40 ../inc/social_sharing.php:345
2902
+ #: ../inc/social_sharing.php:347 ../inc/social_sharing.php:349
2903
  msgid "Archives"
2904
  msgstr "Архіви "
2905
 
2906
+ #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2907
  msgid "Invalid request"
2908
  msgstr "Невірний Запит!"
2909
 
2910
+ #: ../inc/social_sharing.php:916
2911
  msgid "Providers not selected"
2912
  msgstr "Сервіси не вибрані"
2913
 
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-05-16 13:22+0530\n"
5
- "PO-Revision-Date: 2019-05-16 13:22+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -98,11 +98,11 @@ msgstr "输入您的 LiveJournal 用户名"
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
 
@@ -141,7 +141,7 @@ msgstr "不从我的个人资料里获取及更新社会化头像,下次社会
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."
@@ -161,38 +161,38 @@ msgstr "您输入的电子邮件已经注册或无效"
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,20 +200,20 @@ msgstr ""
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,13 +221,13 @@ msgstr ""
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,14 +238,14 @@ msgstr ""
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,7 +256,7 @@ msgstr ""
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,7 +267,7 @@ msgstr ""
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,13 +278,13 @@ msgstr ""
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,7 +294,7 @@ msgstr ""
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,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:1962
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:1987
318
  #, fuzzy, php-format
319
  msgid ""
320
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -325,11 +325,11 @@ msgstr ""
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
  #, php-format
334
  msgid ""
335
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -338,7 +338,7 @@ msgid ""
338
  "that, clear share counts cache from \"Miscellaneous\" section"
339
  msgstr ""
340
 
341
- #: super_socializer.php:2039
342
  #, php-format
343
  msgid ""
344
  "Your website visitors will see a popup notification (only once) if their "
@@ -444,7 +444,7 @@ msgstr "小头像"
444
  msgid "Large Avatar"
445
  msgstr "大头像"
446
 
447
- #: helper.php:913 admin/general_options.php:132 admin/social_sharing.php:2016
448
  #: admin/social_commenting.php:413 admin/social_login.php:1259
449
  #: admin/like_buttons.php:826
450
  msgid "Save Changes"
@@ -467,7 +467,7 @@ msgid "Something bad happened"
467
  msgstr "发生了一些不好的事情"
468
 
469
  #: admin/general_options.php:7 admin/general_options.php:136
470
- #: admin/social_sharing.php:5 admin/social_sharing.php:2020
471
  #: admin/social_commenting.php:5 admin/social_commenting.php:417
472
  #: admin/social_login.php:5 admin/social_login.php:1263
473
  #: admin/like_buttons.php:6 admin/like_buttons.php:830
@@ -538,13 +538,13 @@ msgstr "自定义CSS"
538
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
539
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
540
 
541
- #: admin/general_options.php:147 admin/social_sharing.php:2026
542
  #: admin/social_commenting.php:423 admin/social_login.php:1269
543
  #: admin/like_buttons.php:836
544
  msgid "Instagram Shoutout"
545
  msgstr ""
546
 
547
- #: admin/general_options.php:149 admin/social_sharing.php:2028
548
  #: admin/social_commenting.php:425 admin/social_login.php:1271
549
  #: admin/like_buttons.php:838
550
  msgid ""
@@ -555,7 +555,7 @@ msgstr ""
555
  "如果您可以发送(至hello@heateor.com)我们的插件如何帮助您的业务,我们可以在"
556
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
557
 
558
- #: admin/general_options.php:150 admin/social_sharing.php:2029
559
  #: admin/social_commenting.php:426 admin/social_login.php:1272
560
  #: admin/like_buttons.php:839
561
  msgid ""
@@ -569,7 +569,7 @@ msgstr ""
569
  "年里,他们已经成为最受欢迎的在线教练网站之一。任何人都可以在短时间内以一种非"
570
  "常简单的方式精通自己选择的编程语言。"
571
 
572
- #: admin/general_options.php:151 admin/social_sharing.php:2030
573
  #: admin/social_commenting.php:427 admin/social_login.php:1273
574
  #: admin/like_buttons.php:840
575
  msgid ""
@@ -684,7 +684,7 @@ msgstr "主控件,以使社交共享"
684
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
685
  msgstr "恢复社交股计数移动到 ssl/http 后丢失"
686
 
687
- #: admin/social_sharing.php:42 admin/social_sharing.php:1979
688
  msgid ""
689
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
690
  "Facebook share count to work"
@@ -710,8 +710,8 @@ msgstr "其他"
710
  msgid "3rd Party Integration"
711
  msgstr "第三方集成"
712
 
713
- #: admin/social_sharing.php:60 admin/social_sharing.php:1941
714
- #: admin/social_sharing.php:1943 admin/social_login.php:46
715
  #: admin/social_login.php:1225 admin/like_buttons.php:51
716
  #: admin/like_buttons.php:797
717
  msgid "Shortcode & Widget"
@@ -721,7 +721,7 @@ msgstr "简码&小工具"
721
  msgid "Troubleshooter"
722
  msgstr "排错"
723
 
724
- #: admin/social_sharing.php:62 admin/social_sharing.php:1974
725
  #: admin/social_commenting.php:40 admin/social_commenting.php:397
726
  #: admin/social_login.php:47 admin/social_login.php:1239
727
  #: admin/like_buttons.php:52 admin/like_buttons.php:810
@@ -1270,11 +1270,19 @@ msgstr "对齐方式的水平浮动界面。数值可以为负。"
1270
  msgid "Facebook Share Count"
1271
  msgstr "Facebook 分享疑难解答"
1272
 
1273
- #: admin/social_sharing.php:1624 admin/social_login.php:161
 
 
 
 
 
 
 
 
1274
  msgid "Facebook App ID"
1275
  msgstr "Facebook 应用 ID"
1276
 
1277
- #: admin/social_sharing.php:1634
1278
  #, fuzzy, php-format
1279
  msgid ""
1280
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1283,11 +1291,11 @@ msgstr ""
1283
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1284
  "Facebook的应用程序ID"
1285
 
1286
- #: admin/social_sharing.php:1642 admin/social_login.php:183
1287
  msgid "Facebook App Secret"
1288
  msgstr "FacebookAPP密码"
1289
 
1290
- #: admin/social_sharing.php:1652
1291
  #, fuzzy, php-format
1292
  msgid ""
1293
  "Required for Facebook share count to work. Please follow the documentation "
@@ -1296,49 +1304,49 @@ msgstr ""
1296
  "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1297
  "> 此链接 </a>, 以获得 facebook 应用程序机密"
1298
 
1299
- #: admin/social_sharing.php:1661 admin/like_buttons.php:592
1300
  msgid "Url shortener"
1301
  msgstr "短网址"
1302
 
1303
- #: admin/social_sharing.php:1667
1304
  msgid "Use shortlinks already installed"
1305
  msgstr "短网址已安装,发推按钮"
1306
 
1307
- #: admin/social_sharing.php:1677
1308
  msgid "Uses default short url permalinks without using any additional plugin"
1309
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
1310
 
1311
- #: admin/social_sharing.php:1685
1312
  msgid "Enable bit.ly url shortener for sharing"
1313
  msgstr "用于使用bit.ly url短链共享"
1314
 
1315
- #: admin/social_sharing.php:1695 admin/like_buttons.php:626
1316
  msgid "Master control to enable bit.ly url shortening for sharing"
1317
  msgstr "主控件以启用 bit.ly url 短链共享"
1318
 
1319
- #: admin/social_sharing.php:1703
1320
  msgid "bit.ly Login"
1321
  msgstr "bit.ly登录"
1322
 
1323
- #: admin/social_sharing.php:1713 admin/social_sharing.php:1732
1324
  #, php-format
1325
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1326
  msgstr ""
1327
  "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
1328
 
1329
- #: admin/social_sharing.php:1722 admin/like_buttons.php:653
1330
  msgid "bit.ly API Key"
1331
  msgstr "bit.ly API 密钥"
1332
 
1333
- #: admin/social_sharing.php:1741 admin/like_buttons.php:672
1334
  msgid "Clear Bitly Cache"
1335
  msgstr "清除 Bitly 缓存"
1336
 
1337
- #: admin/social_sharing.php:1745 admin/like_buttons.php:676
1338
  msgid "ShortUrl cache cleared successfully."
1339
  msgstr "ShortUrl 缓存成功清除。"
1340
 
1341
- #: admin/social_sharing.php:1752 admin/like_buttons.php:683
1342
  msgid ""
1343
  "Use this to delete short urls saved in database. Handy, if urls of your "
1344
  "website have been changed but short urls are still being generated for old "
@@ -1347,31 +1355,31 @@ msgstr ""
1347
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1348
  "仍为旧网址,手动处理。"
1349
 
1350
- #: admin/social_sharing.php:1761
1351
  msgid "Share Count Cache"
1352
  msgstr "共享计数缓存"
1353
 
1354
- #: admin/social_sharing.php:1767
1355
  msgid "Refresh Share Count cache every"
1356
  msgstr "清空每个计数器缓存"
1357
 
1358
- #: admin/social_sharing.php:1772
1359
  msgid "Second(s)"
1360
  msgstr "秒(s)"
1361
 
1362
- #: admin/social_sharing.php:1773
1363
  msgid "Minute(s)"
1364
  msgstr "分钟"
1365
 
1366
- #: admin/social_sharing.php:1774
1367
  msgid "Hour(s)"
1368
  msgstr "小时"
1369
 
1370
- #: admin/social_sharing.php:1775
1371
  msgid "Day(s)"
1372
  msgstr "天"
1373
 
1374
- #: admin/social_sharing.php:1783
1375
  #, php-format
1376
  msgid ""
1377
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1381,25 +1389,25 @@ msgstr ""
1381
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1382
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1383
 
1384
- #: admin/social_sharing.php:1791
1385
  msgid "Clear Share Counts Cache"
1386
  msgstr "清除共享计数缓存"
1387
 
1388
- #: admin/social_sharing.php:1795
1389
  msgid "Share Counts cache cleared successfully."
1390
  msgstr "分享计数缓存成功清除。"
1391
 
1392
- #: admin/social_sharing.php:1802
1393
  msgid "Use this to clear cached share counts"
1394
  msgstr "使用这个清除计数的缓存"
1395
 
1396
- #: admin/social_sharing.php:1811 admin/social_sharing.php:1817
1397
  #: admin/social_commenting.php:315 admin/like_buttons.php:692
1398
  #: admin/like_buttons.php:698
1399
  msgid "Language"
1400
  msgstr "语言"
1401
 
1402
- #: admin/social_sharing.php:1827
1403
  #, php-format
1404
  msgid ""
1405
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1409,15 +1417,15 @@ msgstr ""
1409
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1410
  "链接</a>找到语言代码。留空为默认 (英语)"
1411
 
1412
- #: admin/social_sharing.php:1836
1413
  msgid "Username in sharing"
1414
  msgstr "共享的用户名"
1415
 
1416
- #: admin/social_sharing.php:1842
1417
  msgid "Twitter username (without @)"
1418
  msgstr "Twitter账号(无@)"
1419
 
1420
- #: admin/social_sharing.php:1852 admin/social_sharing.php:1871
1421
  msgid ""
1422
  "Provided username will be appended after the content being shared as \"via "
1423
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1426,35 +1434,35 @@ msgstr ""
1426
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1427
  "请留空。"
1428
 
1429
- #: admin/social_sharing.php:1861
1430
  msgid "Buffer username (without @)"
1431
  msgstr "缓冲用户名 (无 @)"
1432
 
1433
- #: admin/social_sharing.php:1880
1434
  msgid "AMP"
1435
  msgstr ""
1436
 
1437
- #: admin/social_sharing.php:1886
1438
  msgid "Enable sharing on AMP pages"
1439
  msgstr "在 AMP 页面上启用分享"
1440
 
1441
- #: admin/social_sharing.php:1896
1442
  msgid "Enable this option to render sharing icons on AMP pages"
1443
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1444
 
1445
- #: admin/social_sharing.php:1915 admin/like_buttons.php:771
1446
  msgid "myCRED"
1447
  msgstr "myCRED"
1448
 
1449
- #: admin/social_sharing.php:1921 admin/like_buttons.php:777
1450
  msgid "Append myCRED referral ID to the urls being shared"
1451
  msgstr "将myCRED推荐ID追加到分享的URL"
1452
 
1453
- #: admin/social_sharing.php:1954
1454
  msgid "Facebook Sharing Troubleshooter"
1455
  msgstr "Facebook 分享疑难解答"
1456
 
1457
- #: admin/social_sharing.php:1959
1458
  msgid ""
1459
  "If Facebook sharing is not working fine, click at the following link and "
1460
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1464,7 +1472,7 @@ msgstr ""
1464
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1465
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1466
 
1467
- #: admin/social_sharing.php:1976 admin/social_commenting.php:399
1468
  #: admin/social_login.php:1241
1469
  msgid ""
1470
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -1473,22 +1481,22 @@ msgstr ""
1473
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1474
  "使插件正常运行。"
1475
 
1476
- #: admin/social_sharing.php:1977
1477
  msgid ""
1478
  "Why is sharer not showing the correct image, title and other meta tags "
1479
  "content?"
1480
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1481
 
1482
- #: admin/social_sharing.php:1978
1483
  #, fuzzy
1484
  msgid "Why is Facebook share count not working?"
1485
  msgstr "为什么Facebook 分享数量没有出现?"
1486
 
1487
- #: admin/social_sharing.php:1981
1488
  msgid "Why is Instagram icon redirecting to Instagram website?"
1489
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1490
 
1491
- #: admin/social_sharing.php:1982
1492
  msgid ""
1493
  "Instagram icon is there to send website visitors to the Instagram page of "
1494
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1498,92 +1506,92 @@ msgstr ""
1498
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1499
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1500
 
1501
- #: admin/social_sharing.php:1985
1502
  #, fuzzy
1503
  msgid "How to customize the url being shared?"
1504
  msgstr "如何自定义个人共享计数的外观?"
1505
 
1506
- #: admin/social_sharing.php:1986
1507
  msgid ""
1508
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1509
  msgstr ""
1510
 
1511
- #: admin/social_sharing.php:1987
1512
  msgid ""
1513
  "It takes some time for their service to track the shares made on Twitter "
1514
  "from your website. If you still feel it's taking too long you can contact "
1515
  "their support directly from their website."
1516
  msgstr ""
1517
 
1518
- #: admin/social_sharing.php:1989 admin/like_buttons.php:814
1519
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1520
  msgstr "如何在同一行中放置标题和社交分享图标?"
1521
 
1522
- #: admin/social_sharing.php:1990
1523
  msgid ""
1524
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1525
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1526
 
1527
- #: admin/social_sharing.php:1991 admin/social_commenting.php:402
1528
  #: admin/social_login.php:1248
1529
  msgid "Why is my browser blocking some features of the plugin?"
1530
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1531
 
1532
- #: admin/social_sharing.php:1992
1533
  msgid "Why the color of share icons is not being updated?"
1534
  msgstr "为什么分享图标的颜色未更新?"
1535
 
1536
- #: admin/social_sharing.php:1993
1537
  msgid "Why Facebook share counts are not appearing?"
1538
  msgstr "为什么Facebook 分享数量没有出现?"
1539
 
1540
- #: admin/social_sharing.php:1994
1541
  msgid ""
1542
  "How can I show share counts of my website rather than of individual pages/"
1543
  "posts?"
1544
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1545
 
1546
- #: admin/social_sharing.php:1995
1547
  msgid "How can I disable sharing on particular page/post?"
1548
  msgstr "如何在特定的页面文章上禁用共享?"
1549
 
1550
- #: admin/social_sharing.php:1996
1551
  msgid "How can I specify minimum sharing count for sharing networks?"
1552
  msgstr "如何为共享网络共享指定最少数目?"
1553
 
1554
- #: admin/social_sharing.php:1997
1555
  msgid "How to share specific page?"
1556
  msgstr "如何共享特定页面?"
1557
 
1558
- #: admin/social_sharing.php:1998
1559
  msgid "How to integrate Google Analytics with sharing?"
1560
  msgstr "谷歌分析与集成"
1561
 
1562
- #: admin/social_sharing.php:1999
1563
  msgid "How to customize the look of total share counts?"
1564
  msgstr "如何自定义总共享计数的外观?"
1565
 
1566
- #: admin/social_sharing.php:2000
1567
  msgid "How to customize the look of individual share counts?"
1568
  msgstr "如何自定义个人共享计数的外观?"
1569
 
1570
- #: admin/social_sharing.php:2001
1571
  msgid "How to show Whatsapp icon only on mobile devices?"
1572
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1573
 
1574
- #: admin/social_sharing.php:2002
1575
  msgid "How to hide arrow after floating sharing bar?"
1576
  msgstr "如何在浮动共享栏后隐藏箭头?"
1577
 
1578
- #: admin/social_sharing.php:2003
1579
  msgid "Why is share count not getting updated?"
1580
  msgstr "为什么共享计数没有得到更新?"
1581
 
1582
- #: admin/social_sharing.php:2004 admin/like_buttons.php:812
1583
  msgid "Why is there so much space between like buttons?"
1584
  msgstr "为什么像按钮之间有这么多的空间?"
1585
 
1586
- #: admin/social_sharing.php:2005 admin/like_buttons.php:813
1587
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1588
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1589
 
@@ -2716,11 +2724,11 @@ msgstr ""
2716
  msgid "Like Buttons Shortcode & Widget"
2717
  msgstr "喜欢按钮简码 & 小部件"
2718
 
2719
- #: inc/shortcode.php:205 inc/widget.php:47
2720
  msgid "Log Out"
2721
  msgstr "注销"
2722
 
2723
- #: inc/shortcode.php:286
2724
  msgid ""
2725
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2726
  "Socializer > Social Login\" page in admin panel"
@@ -2728,21 +2736,21 @@ msgstr ""
2728
  "在管理员控制面板中的”Super Socializer > 社交登录”页,从”基本配置”启用社交化登"
2729
  "录。"
2730
 
2731
- #: inc/social_sharing.php:27 inc/social_sharing.php:352
2732
  msgid "Search for"
2733
  msgstr "搜索"
2734
 
2735
- #: inc/social_sharing.php:32 inc/social_sharing.php:34
2736
- #: inc/social_sharing.php:36 inc/social_sharing.php:357
2737
- #: inc/social_sharing.php:359 inc/social_sharing.php:361
2738
  msgid "Archives"
2739
  msgstr "档案"
2740
 
2741
- #: inc/social_sharing.php:920 inc/social_sharing.php:1179
2742
  msgid "Invalid request"
2743
  msgstr "无效请求。"
2744
 
2745
- #: inc/social_sharing.php:927
2746
  msgid "Providers not selected"
2747
  msgstr "未选定的供应商"
2748
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2019-06-05 10:39+0530\n"
5
+ "PO-Revision-Date: 2019-06-05 10:40+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
98
  msgid "Leave a reply"
99
  msgstr "回复"
100
 
101
+ #: super_socializer.php:1026 inc/social_sharing.php:241
102
  msgid "Shares"
103
  msgstr "分享"
104
 
105
+ #: super_socializer.php:1026 inc/social_sharing.php:241
106
  msgid "Share"
107
  msgstr "分享"
108
 
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
144
+ #: super_socializer.php:1428 super_socializer.php:2200
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
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:2124
165
  msgid "Link your social account to login to your account at this website"
166
  msgstr "链接你的社会化媒体帐户登录您本站账号"
167
 
168
+ #: super_socializer.php:1690
169
  msgid "Thanks for installing Super Socializer plugin"
170
  msgstr ""
171
 
172
+ #: super_socializer.php:1692
173
  msgid "Configure the Plugin"
174
  msgstr ""
175
 
176
+ #: super_socializer.php:1703
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:1712
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:1721
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:1730
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:1739
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:1746
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:1757
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:1773
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:1797
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:1797 super_socializer.php:1822
242
+ #: super_socializer.php:1847 super_socializer.php:1872
243
+ #: super_socializer.php:1905 super_socializer.php:1933
244
+ #: super_socializer.php:1960 super_socializer.php:2037
245
  msgid "Okay"
246
  msgstr "好的"
247
 
248
+ #: super_socializer.php:1822
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:1847
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:1872
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:1883
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:1905
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:1933
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:1960
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:1985
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:1985 super_socializer.php:2012
329
  msgid "Dismiss"
330
  msgstr ""
331
 
332
+ #: super_socializer.php:2011
333
  #, php-format
334
  msgid ""
335
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
338
  "that, clear share counts cache from \"Miscellaneous\" section"
339
  msgstr ""
340
 
341
+ #: super_socializer.php:2037
342
  #, php-format
343
  msgid ""
344
  "Your website visitors will see a popup notification (only once) if their "
444
  msgid "Large Avatar"
445
  msgstr "大头像"
446
 
447
+ #: helper.php:913 admin/general_options.php:132 admin/social_sharing.php:2020
448
  #: admin/social_commenting.php:413 admin/social_login.php:1259
449
  #: admin/like_buttons.php:826
450
  msgid "Save Changes"
467
  msgstr "发生了一些不好的事情"
468
 
469
  #: admin/general_options.php:7 admin/general_options.php:136
470
+ #: admin/social_sharing.php:5 admin/social_sharing.php:2024
471
  #: admin/social_commenting.php:5 admin/social_commenting.php:417
472
  #: admin/social_login.php:5 admin/social_login.php:1263
473
  #: admin/like_buttons.php:6 admin/like_buttons.php:830
538
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
539
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
540
 
541
+ #: admin/general_options.php:147 admin/social_sharing.php:2030
542
  #: admin/social_commenting.php:423 admin/social_login.php:1269
543
  #: admin/like_buttons.php:836
544
  msgid "Instagram Shoutout"
545
  msgstr ""
546
 
547
+ #: admin/general_options.php:149 admin/social_sharing.php:2032
548
  #: admin/social_commenting.php:425 admin/social_login.php:1271
549
  #: admin/like_buttons.php:838
550
  msgid ""
555
  "如果您可以发送(至hello@heateor.com)我们的插件如何帮助您的业务,我们可以在"
556
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
557
 
558
+ #: admin/general_options.php:150 admin/social_sharing.php:2033
559
  #: admin/social_commenting.php:426 admin/social_login.php:1272
560
  #: admin/like_buttons.php:839
561
  msgid ""
569
  "年里,他们已经成为最受欢迎的在线教练网站之一。任何人都可以在短时间内以一种非"
570
  "常简单的方式精通自己选择的编程语言。"
571
 
572
+ #: admin/general_options.php:151 admin/social_sharing.php:2034
573
  #: admin/social_commenting.php:427 admin/social_login.php:1273
574
  #: admin/like_buttons.php:840
575
  msgid ""
684
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
685
  msgstr "恢复社交股计数移动到 ssl/http 后丢失"
686
 
687
+ #: admin/social_sharing.php:42 admin/social_sharing.php:1983
688
  msgid ""
689
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
690
  "Facebook share count to work"
710
  msgid "3rd Party Integration"
711
  msgstr "第三方集成"
712
 
713
+ #: admin/social_sharing.php:60 admin/social_sharing.php:1945
714
+ #: admin/social_sharing.php:1947 admin/social_login.php:46
715
  #: admin/social_login.php:1225 admin/like_buttons.php:51
716
  #: admin/like_buttons.php:797
717
  msgid "Shortcode & Widget"
721
  msgid "Troubleshooter"
722
  msgstr "排错"
723
 
724
+ #: admin/social_sharing.php:62 admin/social_sharing.php:1978
725
  #: admin/social_commenting.php:40 admin/social_commenting.php:397
726
  #: admin/social_login.php:47 admin/social_login.php:1239
727
  #: admin/like_buttons.php:52 admin/like_buttons.php:810
1270
  msgid "Facebook Share Count"
1271
  msgstr "Facebook 分享疑难解答"
1272
 
1273
+ #: admin/social_sharing.php:1622
1274
+ msgid "Note"
1275
+ msgstr ""
1276
+
1277
+ #: admin/social_sharing.php:1622
1278
+ msgid "Required only to track Facebook share count"
1279
+ msgstr ""
1280
+
1281
+ #: admin/social_sharing.php:1628 admin/social_login.php:161
1282
  msgid "Facebook App ID"
1283
  msgstr "Facebook 应用 ID"
1284
 
1285
+ #: admin/social_sharing.php:1638
1286
  #, fuzzy, php-format
1287
  msgid ""
1288
  "Required for Facebook share count to work. Please follow the documentation "
1291
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1292
  "Facebook的应用程序ID"
1293
 
1294
+ #: admin/social_sharing.php:1646 admin/social_login.php:183
1295
  msgid "Facebook App Secret"
1296
  msgstr "FacebookAPP密码"
1297
 
1298
+ #: admin/social_sharing.php:1656
1299
  #, fuzzy, php-format
1300
  msgid ""
1301
  "Required for Facebook share count to work. Please follow the documentation "
1304
  "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1305
  "> 此链接 </a>, 以获得 facebook 应用程序机密"
1306
 
1307
+ #: admin/social_sharing.php:1665 admin/like_buttons.php:592
1308
  msgid "Url shortener"
1309
  msgstr "短网址"
1310
 
1311
+ #: admin/social_sharing.php:1671
1312
  msgid "Use shortlinks already installed"
1313
  msgstr "短网址已安装,发推按钮"
1314
 
1315
+ #: admin/social_sharing.php:1681
1316
  msgid "Uses default short url permalinks without using any additional plugin"
1317
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
1318
 
1319
+ #: admin/social_sharing.php:1689
1320
  msgid "Enable bit.ly url shortener for sharing"
1321
  msgstr "用于使用bit.ly url短链共享"
1322
 
1323
+ #: admin/social_sharing.php:1699 admin/like_buttons.php:626
1324
  msgid "Master control to enable bit.ly url shortening for sharing"
1325
  msgstr "主控件以启用 bit.ly url 短链共享"
1326
 
1327
+ #: admin/social_sharing.php:1707
1328
  msgid "bit.ly Login"
1329
  msgstr "bit.ly登录"
1330
 
1331
+ #: admin/social_sharing.php:1717 admin/social_sharing.php:1736
1332
  #, php-format
1333
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1334
  msgstr ""
1335
  "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
1336
 
1337
+ #: admin/social_sharing.php:1726 admin/like_buttons.php:653
1338
  msgid "bit.ly API Key"
1339
  msgstr "bit.ly API 密钥"
1340
 
1341
+ #: admin/social_sharing.php:1745 admin/like_buttons.php:672
1342
  msgid "Clear Bitly Cache"
1343
  msgstr "清除 Bitly 缓存"
1344
 
1345
+ #: admin/social_sharing.php:1749 admin/like_buttons.php:676
1346
  msgid "ShortUrl cache cleared successfully."
1347
  msgstr "ShortUrl 缓存成功清除。"
1348
 
1349
+ #: admin/social_sharing.php:1756 admin/like_buttons.php:683
1350
  msgid ""
1351
  "Use this to delete short urls saved in database. Handy, if urls of your "
1352
  "website have been changed but short urls are still being generated for old "
1355
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1356
  "仍为旧网址,手动处理。"
1357
 
1358
+ #: admin/social_sharing.php:1765
1359
  msgid "Share Count Cache"
1360
  msgstr "共享计数缓存"
1361
 
1362
+ #: admin/social_sharing.php:1771
1363
  msgid "Refresh Share Count cache every"
1364
  msgstr "清空每个计数器缓存"
1365
 
1366
+ #: admin/social_sharing.php:1776
1367
  msgid "Second(s)"
1368
  msgstr "秒(s)"
1369
 
1370
+ #: admin/social_sharing.php:1777
1371
  msgid "Minute(s)"
1372
  msgstr "分钟"
1373
 
1374
+ #: admin/social_sharing.php:1778
1375
  msgid "Hour(s)"
1376
  msgstr "小时"
1377
 
1378
+ #: admin/social_sharing.php:1779
1379
  msgid "Day(s)"
1380
  msgstr "天"
1381
 
1382
+ #: admin/social_sharing.php:1787
1383
  #, php-format
1384
  msgid ""
1385
  "Frequent cache refreshing results in slower loading of pages with share "
1389
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1390
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1391
 
1392
+ #: admin/social_sharing.php:1795
1393
  msgid "Clear Share Counts Cache"
1394
  msgstr "清除共享计数缓存"
1395
 
1396
+ #: admin/social_sharing.php:1799
1397
  msgid "Share Counts cache cleared successfully."
1398
  msgstr "分享计数缓存成功清除。"
1399
 
1400
+ #: admin/social_sharing.php:1806
1401
  msgid "Use this to clear cached share counts"
1402
  msgstr "使用这个清除计数的缓存"
1403
 
1404
+ #: admin/social_sharing.php:1815 admin/social_sharing.php:1821
1405
  #: admin/social_commenting.php:315 admin/like_buttons.php:692
1406
  #: admin/like_buttons.php:698
1407
  msgid "Language"
1408
  msgstr "语言"
1409
 
1410
+ #: admin/social_sharing.php:1831
1411
  #, php-format
1412
  msgid ""
1413
  "Enter the code of the language you want to use for like buttons. You can "
1417
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1418
  "链接</a>找到语言代码。留空为默认 (英语)"
1419
 
1420
+ #: admin/social_sharing.php:1840
1421
  msgid "Username in sharing"
1422
  msgstr "共享的用户名"
1423
 
1424
+ #: admin/social_sharing.php:1846
1425
  msgid "Twitter username (without @)"
1426
  msgstr "Twitter账号(无@)"
1427
 
1428
+ #: admin/social_sharing.php:1856 admin/social_sharing.php:1875
1429
  msgid ""
1430
  "Provided username will be appended after the content being shared as \"via "
1431
  "@USERNAME\". Leave empty if you do not want any username in the content "
1434
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1435
  "请留空。"
1436
 
1437
+ #: admin/social_sharing.php:1865
1438
  msgid "Buffer username (without @)"
1439
  msgstr "缓冲用户名 (无 @)"
1440
 
1441
+ #: admin/social_sharing.php:1884
1442
  msgid "AMP"
1443
  msgstr ""
1444
 
1445
+ #: admin/social_sharing.php:1890
1446
  msgid "Enable sharing on AMP pages"
1447
  msgstr "在 AMP 页面上启用分享"
1448
 
1449
+ #: admin/social_sharing.php:1900
1450
  msgid "Enable this option to render sharing icons on AMP pages"
1451
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1452
 
1453
+ #: admin/social_sharing.php:1919 admin/like_buttons.php:771
1454
  msgid "myCRED"
1455
  msgstr "myCRED"
1456
 
1457
+ #: admin/social_sharing.php:1925 admin/like_buttons.php:777
1458
  msgid "Append myCRED referral ID to the urls being shared"
1459
  msgstr "将myCRED推荐ID追加到分享的URL"
1460
 
1461
+ #: admin/social_sharing.php:1958
1462
  msgid "Facebook Sharing Troubleshooter"
1463
  msgstr "Facebook 分享疑难解答"
1464
 
1465
+ #: admin/social_sharing.php:1963
1466
  msgid ""
1467
  "If Facebook sharing is not working fine, click at the following link and "
1468
  "enter the problematic url (where Facebook sharing is not working properly) "
1472
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1473
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1474
 
1475
+ #: admin/social_sharing.php:1980 admin/social_commenting.php:399
1476
  #: admin/social_login.php:1241
1477
  msgid ""
1478
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1481
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1482
  "使插件正常运行。"
1483
 
1484
+ #: admin/social_sharing.php:1981
1485
  msgid ""
1486
  "Why is sharer not showing the correct image, title and other meta tags "
1487
  "content?"
1488
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1489
 
1490
+ #: admin/social_sharing.php:1982
1491
  #, fuzzy
1492
  msgid "Why is Facebook share count not working?"
1493
  msgstr "为什么Facebook 分享数量没有出现?"
1494
 
1495
+ #: admin/social_sharing.php:1985
1496
  msgid "Why is Instagram icon redirecting to Instagram website?"
1497
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1498
 
1499
+ #: admin/social_sharing.php:1986
1500
  msgid ""
1501
  "Instagram icon is there to send website visitors to the Instagram page of "
1502
  "your choice. You can save the desired Instagram handle in \"Instagram "
1506
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1507
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1508
 
1509
+ #: admin/social_sharing.php:1989
1510
  #, fuzzy
1511
  msgid "How to customize the url being shared?"
1512
  msgstr "如何自定义个人共享计数的外观?"
1513
 
1514
+ #: admin/social_sharing.php:1990
1515
  msgid ""
1516
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1517
  msgstr ""
1518
 
1519
+ #: admin/social_sharing.php:1991
1520
  msgid ""
1521
  "It takes some time for their service to track the shares made on Twitter "
1522
  "from your website. If you still feel it's taking too long you can contact "
1523
  "their support directly from their website."
1524
  msgstr ""
1525
 
1526
+ #: admin/social_sharing.php:1993 admin/like_buttons.php:814
1527
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1528
  msgstr "如何在同一行中放置标题和社交分享图标?"
1529
 
1530
+ #: admin/social_sharing.php:1994
1531
  msgid ""
1532
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1533
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1534
 
1535
+ #: admin/social_sharing.php:1995 admin/social_commenting.php:402
1536
  #: admin/social_login.php:1248
1537
  msgid "Why is my browser blocking some features of the plugin?"
1538
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1539
 
1540
+ #: admin/social_sharing.php:1996
1541
  msgid "Why the color of share icons is not being updated?"
1542
  msgstr "为什么分享图标的颜色未更新?"
1543
 
1544
+ #: admin/social_sharing.php:1997
1545
  msgid "Why Facebook share counts are not appearing?"
1546
  msgstr "为什么Facebook 分享数量没有出现?"
1547
 
1548
+ #: admin/social_sharing.php:1998
1549
  msgid ""
1550
  "How can I show share counts of my website rather than of individual pages/"
1551
  "posts?"
1552
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1553
 
1554
+ #: admin/social_sharing.php:1999
1555
  msgid "How can I disable sharing on particular page/post?"
1556
  msgstr "如何在特定的页面文章上禁用共享?"
1557
 
1558
+ #: admin/social_sharing.php:2000
1559
  msgid "How can I specify minimum sharing count for sharing networks?"
1560
  msgstr "如何为共享网络共享指定最少数目?"
1561
 
1562
+ #: admin/social_sharing.php:2001
1563
  msgid "How to share specific page?"
1564
  msgstr "如何共享特定页面?"
1565
 
1566
+ #: admin/social_sharing.php:2002
1567
  msgid "How to integrate Google Analytics with sharing?"
1568
  msgstr "谷歌分析与集成"
1569
 
1570
+ #: admin/social_sharing.php:2003
1571
  msgid "How to customize the look of total share counts?"
1572
  msgstr "如何自定义总共享计数的外观?"
1573
 
1574
+ #: admin/social_sharing.php:2004
1575
  msgid "How to customize the look of individual share counts?"
1576
  msgstr "如何自定义个人共享计数的外观?"
1577
 
1578
+ #: admin/social_sharing.php:2005
1579
  msgid "How to show Whatsapp icon only on mobile devices?"
1580
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1581
 
1582
+ #: admin/social_sharing.php:2006
1583
  msgid "How to hide arrow after floating sharing bar?"
1584
  msgstr "如何在浮动共享栏后隐藏箭头?"
1585
 
1586
+ #: admin/social_sharing.php:2007
1587
  msgid "Why is share count not getting updated?"
1588
  msgstr "为什么共享计数没有得到更新?"
1589
 
1590
+ #: admin/social_sharing.php:2008 admin/like_buttons.php:812
1591
  msgid "Why is there so much space between like buttons?"
1592
  msgstr "为什么像按钮之间有这么多的空间?"
1593
 
1594
+ #: admin/social_sharing.php:2009 admin/like_buttons.php:813
1595
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1596
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1597
 
2724
  msgid "Like Buttons Shortcode & Widget"
2725
  msgstr "喜欢按钮简码 & 小部件"
2726
 
2727
+ #: inc/shortcode.php:214 inc/widget.php:47
2728
  msgid "Log Out"
2729
  msgstr "注销"
2730
 
2731
+ #: inc/shortcode.php:295
2732
  msgid ""
2733
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2734
  "Socializer > Social Login\" page in admin panel"
2736
  "在管理员控制面板中的”Super Socializer > 社交登录”页,从”基本配置”启用社交化登"
2737
  "录。"
2738
 
2739
+ #: inc/social_sharing.php:31 inc/social_sharing.php:340
2740
  msgid "Search for"
2741
  msgstr "搜索"
2742
 
2743
+ #: inc/social_sharing.php:36 inc/social_sharing.php:38
2744
+ #: inc/social_sharing.php:40 inc/social_sharing.php:345
2745
+ #: inc/social_sharing.php:347 inc/social_sharing.php:349
2746
  msgid "Archives"
2747
  msgstr "档案"
2748
 
2749
+ #: inc/social_sharing.php:909 inc/social_sharing.php:1147
2750
  msgid "Invalid request"
2751
  msgstr "无效请求。"
2752
 
2753
+ #: inc/social_sharing.php:916
2754
  msgid "Providers not selected"
2755
  msgstr "未选定的供应商"
2756
 
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-05-16 13:24+0530\n"
6
- "PO-Revision-Date: 2019-05-16 13:24+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -87,11 +87,11 @@ msgstr ""
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
 
@@ -130,7 +130,7 @@ msgstr ""
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."
@@ -148,67 +148,67 @@ msgstr ""
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,14 +216,14 @@ msgid ""
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,7 +231,7 @@ msgid ""
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,7 +239,7 @@ msgid ""
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,13 +247,13 @@ msgid ""
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,7 +261,7 @@ msgid ""
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,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:1962
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:1987
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -286,11 +286,11 @@ msgid ""
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
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -299,7 +299,7 @@ msgid ""
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
- #: ../super_socializer.php:2039
303
  #, php-format
304
  msgid ""
305
  "Your website visitors will see a popup notification (only once) if their "
@@ -402,7 +402,7 @@ msgid "Large Avatar"
402
  msgstr ""
403
 
404
  #: ../helper.php:913 ../admin/general_options.php:132
405
- #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
406
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
407
  msgid "Save Changes"
408
  msgstr ""
@@ -424,7 +424,7 @@ msgid "Something bad happened"
424
  msgstr ""
425
 
426
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
427
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
428
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
429
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
430
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -492,13 +492,13 @@ msgstr ""
492
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
493
  msgstr ""
494
 
495
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
496
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
497
  #: ../admin/like_buttons.php:836
498
  msgid "Instagram Shoutout"
499
  msgstr ""
500
 
501
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
502
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
503
  #: ../admin/like_buttons.php:838
504
  msgid ""
@@ -507,7 +507,7 @@ msgid ""
507
  "hashtags and people to mention in the Instagram post."
508
  msgstr ""
509
 
510
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
511
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
512
  #: ../admin/like_buttons.php:839
513
  msgid ""
@@ -518,7 +518,7 @@ msgid ""
518
  "time."
519
  msgstr ""
520
 
521
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
522
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
523
  #: ../admin/like_buttons.php:840
524
  msgid ""
@@ -624,7 +624,7 @@ msgstr ""
624
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
625
  msgstr ""
626
 
627
- #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
628
  msgid ""
629
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
630
  "Facebook share count to work"
@@ -650,8 +650,8 @@ msgstr ""
650
  msgid "3rd Party Integration"
651
  msgstr ""
652
 
653
- #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
654
- #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
655
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
656
  #: ../admin/like_buttons.php:797
657
  msgid "Shortcode & Widget"
@@ -661,7 +661,7 @@ msgstr ""
661
  msgid "Troubleshooter"
662
  msgstr ""
663
 
664
- #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
665
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
666
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
667
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -1195,101 +1195,109 @@ msgstr ""
1195
  msgid "Facebook Share Count"
1196
  msgstr ""
1197
 
1198
- #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
 
 
 
 
 
 
 
 
1199
  msgid "Facebook App ID"
1200
  msgstr ""
1201
 
1202
- #: ../admin/social_sharing.php:1634
1203
  #, php-format
1204
  msgid ""
1205
  "Required for Facebook share count to work. Please follow the documentation "
1206
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1207
  msgstr ""
1208
 
1209
- #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1210
  msgid "Facebook App Secret"
1211
  msgstr ""
1212
 
1213
- #: ../admin/social_sharing.php:1652
1214
  #, php-format
1215
  msgid ""
1216
  "Required for Facebook share count to work. Please follow the documentation "
1217
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1218
  msgstr ""
1219
 
1220
- #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1221
  msgid "Url shortener"
1222
  msgstr ""
1223
 
1224
- #: ../admin/social_sharing.php:1667
1225
  msgid "Use shortlinks already installed"
1226
  msgstr ""
1227
 
1228
- #: ../admin/social_sharing.php:1677
1229
  msgid "Uses default short url permalinks without using any additional plugin"
1230
  msgstr ""
1231
 
1232
- #: ../admin/social_sharing.php:1685
1233
  msgid "Enable bit.ly url shortener for sharing"
1234
  msgstr ""
1235
 
1236
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1237
  msgid "Master control to enable bit.ly url shortening for sharing"
1238
  msgstr ""
1239
 
1240
- #: ../admin/social_sharing.php:1703
1241
  msgid "bit.ly Login"
1242
  msgstr ""
1243
 
1244
- #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1245
  #, php-format
1246
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1247
  msgstr ""
1248
 
1249
- #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1250
  msgid "bit.ly API Key"
1251
  msgstr ""
1252
 
1253
- #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1254
  msgid "Clear Bitly Cache"
1255
  msgstr ""
1256
 
1257
- #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1258
  msgid "ShortUrl cache cleared successfully."
1259
  msgstr ""
1260
 
1261
- #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1262
  msgid ""
1263
  "Use this to delete short urls saved in database. Handy, if urls of your "
1264
  "website have been changed but short urls are still being generated for old "
1265
  "urls."
1266
  msgstr ""
1267
 
1268
- #: ../admin/social_sharing.php:1761
1269
  msgid "Share Count Cache"
1270
  msgstr ""
1271
 
1272
- #: ../admin/social_sharing.php:1767
1273
  msgid "Refresh Share Count cache every"
1274
  msgstr ""
1275
 
1276
- #: ../admin/social_sharing.php:1772
1277
  msgid "Second(s)"
1278
  msgstr ""
1279
 
1280
- #: ../admin/social_sharing.php:1773
1281
  msgid "Minute(s)"
1282
  msgstr ""
1283
 
1284
- #: ../admin/social_sharing.php:1774
1285
  msgid "Hour(s)"
1286
  msgstr ""
1287
 
1288
- #: ../admin/social_sharing.php:1775
1289
  msgid "Day(s)"
1290
  msgstr ""
1291
 
1292
- #: ../admin/social_sharing.php:1783
1293
  #, php-format
1294
  msgid ""
1295
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1297,25 +1305,25 @@ msgid ""
1297
  "target=\"_blank\">here</a>"
1298
  msgstr ""
1299
 
1300
- #: ../admin/social_sharing.php:1791
1301
  msgid "Clear Share Counts Cache"
1302
  msgstr ""
1303
 
1304
- #: ../admin/social_sharing.php:1795
1305
  msgid "Share Counts cache cleared successfully."
1306
  msgstr ""
1307
 
1308
- #: ../admin/social_sharing.php:1802
1309
  msgid "Use this to clear cached share counts"
1310
  msgstr ""
1311
 
1312
- #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1313
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1314
  #: ../admin/like_buttons.php:698
1315
  msgid "Language"
1316
  msgstr ""
1317
 
1318
- #: ../admin/social_sharing.php:1827
1319
  #, php-format
1320
  msgid ""
1321
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1323,50 +1331,50 @@ msgid ""
1323
  "Leave it empty for default language(English)"
1324
  msgstr ""
1325
 
1326
- #: ../admin/social_sharing.php:1836
1327
  msgid "Username in sharing"
1328
  msgstr ""
1329
 
1330
- #: ../admin/social_sharing.php:1842
1331
  msgid "Twitter username (without @)"
1332
  msgstr ""
1333
 
1334
- #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1335
  msgid ""
1336
  "Provided username will be appended after the content being shared as \"via "
1337
  "@USERNAME\". Leave empty if you do not want any username in the content "
1338
  "being shared."
1339
  msgstr ""
1340
 
1341
- #: ../admin/social_sharing.php:1861
1342
  msgid "Buffer username (without @)"
1343
  msgstr ""
1344
 
1345
- #: ../admin/social_sharing.php:1880
1346
  msgid "AMP"
1347
  msgstr ""
1348
 
1349
- #: ../admin/social_sharing.php:1886
1350
  msgid "Enable sharing on AMP pages"
1351
  msgstr ""
1352
 
1353
- #: ../admin/social_sharing.php:1896
1354
  msgid "Enable this option to render sharing icons on AMP pages"
1355
  msgstr ""
1356
 
1357
- #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1358
  msgid "myCRED"
1359
  msgstr ""
1360
 
1361
- #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1362
  msgid "Append myCRED referral ID to the urls being shared"
1363
  msgstr ""
1364
 
1365
- #: ../admin/social_sharing.php:1954
1366
  msgid "Facebook Sharing Troubleshooter"
1367
  msgstr ""
1368
 
1369
- #: ../admin/social_sharing.php:1959
1370
  msgid ""
1371
  "If Facebook sharing is not working fine, click at the following link and "
1372
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1374,28 +1382,28 @@ msgid ""
1374
  "button."
1375
  msgstr ""
1376
 
1377
- #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1378
  #: ../admin/social_login.php:1241
1379
  msgid ""
1380
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1381
  "an online website for the plugin to function properly."
1382
  msgstr ""
1383
 
1384
- #: ../admin/social_sharing.php:1977
1385
  msgid ""
1386
  "Why is sharer not showing the correct image, title and other meta tags "
1387
  "content?"
1388
  msgstr ""
1389
 
1390
- #: ../admin/social_sharing.php:1978
1391
  msgid "Why is Facebook share count not working?"
1392
  msgstr ""
1393
 
1394
- #: ../admin/social_sharing.php:1981
1395
  msgid "Why is Instagram icon redirecting to Instagram website?"
1396
  msgstr ""
1397
 
1398
- #: ../admin/social_sharing.php:1982
1399
  msgid ""
1400
  "Instagram icon is there to send website visitors to the Instagram page of "
1401
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1403,91 +1411,91 @@ msgid ""
1403
  "sections."
1404
  msgstr ""
1405
 
1406
- #: ../admin/social_sharing.php:1985
1407
  msgid "How to customize the url being shared?"
1408
  msgstr ""
1409
 
1410
- #: ../admin/social_sharing.php:1986
1411
  msgid ""
1412
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1413
  msgstr ""
1414
 
1415
- #: ../admin/social_sharing.php:1987
1416
  msgid ""
1417
  "It takes some time for their service to track the shares made on Twitter "
1418
  "from your website. If you still feel it's taking too long you can contact "
1419
  "their support directly from their website."
1420
  msgstr ""
1421
 
1422
- #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1423
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1424
  msgstr ""
1425
 
1426
- #: ../admin/social_sharing.php:1990
1427
  msgid ""
1428
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1429
  msgstr ""
1430
 
1431
- #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1432
  #: ../admin/social_login.php:1248
1433
  msgid "Why is my browser blocking some features of the plugin?"
1434
  msgstr ""
1435
 
1436
- #: ../admin/social_sharing.php:1992
1437
  msgid "Why the color of share icons is not being updated?"
1438
  msgstr ""
1439
 
1440
- #: ../admin/social_sharing.php:1993
1441
  msgid "Why Facebook share counts are not appearing?"
1442
  msgstr ""
1443
 
1444
- #: ../admin/social_sharing.php:1994
1445
  msgid ""
1446
  "How can I show share counts of my website rather than of individual pages/"
1447
  "posts?"
1448
  msgstr ""
1449
 
1450
- #: ../admin/social_sharing.php:1995
1451
  msgid "How can I disable sharing on particular page/post?"
1452
  msgstr ""
1453
 
1454
- #: ../admin/social_sharing.php:1996
1455
  msgid "How can I specify minimum sharing count for sharing networks?"
1456
  msgstr ""
1457
 
1458
- #: ../admin/social_sharing.php:1997
1459
  msgid "How to share specific page?"
1460
  msgstr ""
1461
 
1462
- #: ../admin/social_sharing.php:1998
1463
  msgid "How to integrate Google Analytics with sharing?"
1464
  msgstr ""
1465
 
1466
- #: ../admin/social_sharing.php:1999
1467
  msgid "How to customize the look of total share counts?"
1468
  msgstr ""
1469
 
1470
- #: ../admin/social_sharing.php:2000
1471
  msgid "How to customize the look of individual share counts?"
1472
  msgstr ""
1473
 
1474
- #: ../admin/social_sharing.php:2001
1475
  msgid "How to show Whatsapp icon only on mobile devices?"
1476
  msgstr ""
1477
 
1478
- #: ../admin/social_sharing.php:2002
1479
  msgid "How to hide arrow after floating sharing bar?"
1480
  msgstr ""
1481
 
1482
- #: ../admin/social_sharing.php:2003
1483
  msgid "Why is share count not getting updated?"
1484
  msgstr ""
1485
 
1486
- #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1487
  msgid "Why is there so much space between like buttons?"
1488
  msgstr ""
1489
 
1490
- #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1491
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1492
  msgstr ""
1493
 
@@ -2530,31 +2538,31 @@ msgstr ""
2530
  msgid "Like Buttons Shortcode & Widget"
2531
  msgstr ""
2532
 
2533
- #: ../inc/shortcode.php:205 ../inc/widget.php:47
2534
  msgid "Log Out"
2535
  msgstr ""
2536
 
2537
- #: ../inc/shortcode.php:286
2538
  msgid ""
2539
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2540
  "Socializer > Social Login\" page in admin panel"
2541
  msgstr ""
2542
 
2543
- #: ../inc/social_sharing.php:27 ../inc/social_sharing.php:352
2544
  msgid "Search for"
2545
  msgstr ""
2546
 
2547
- #: ../inc/social_sharing.php:32 ../inc/social_sharing.php:34
2548
- #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:357
2549
- #: ../inc/social_sharing.php:359 ../inc/social_sharing.php:361
2550
  msgid "Archives"
2551
  msgstr ""
2552
 
2553
- #: ../inc/social_sharing.php:920 ../inc/social_sharing.php:1179
2554
  msgid "Invalid request"
2555
  msgstr ""
2556
 
2557
- #: ../inc/social_sharing.php:927
2558
  msgid "Providers not selected"
2559
  msgstr ""
2560
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-05 10:41+0530\n"
6
+ "PO-Revision-Date: 2019-06-05 10:41+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
87
  msgid "Leave a reply"
88
  msgstr ""
89
 
90
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
91
  msgid "Shares"
92
  msgstr ""
93
 
94
+ #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
95
  msgid "Share"
96
  msgstr ""
97
 
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
+ #: ../super_socializer.php:1428 ../super_socializer.php:2200
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
 
151
+ #: ../super_socializer.php:1444 ../super_socializer.php:2124
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr ""
154
 
155
+ #: ../super_socializer.php:1690
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1692
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1703
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:1712
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:1721
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:1730
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:1739
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:1746
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:1757
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:1773
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:1797
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:1797 ../super_socializer.php:1822
220
+ #: ../super_socializer.php:1847 ../super_socializer.php:1872
221
+ #: ../super_socializer.php:1905 ../super_socializer.php:1933
222
+ #: ../super_socializer.php:1960 ../super_socializer.php:2037
223
  msgid "Okay"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1822
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:1847
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:1872
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:1883
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:1905
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:1933
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:1960
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:1985
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:1985 ../super_socializer.php:2012
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
+ #: ../super_socializer.php:2011
294
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
+ #: ../super_socializer.php:2037
303
  #, php-format
304
  msgid ""
305
  "Your website visitors will see a popup notification (only once) if their "
402
  msgstr ""
403
 
404
  #: ../helper.php:913 ../admin/general_options.php:132
405
+ #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
406
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
407
  msgid "Save Changes"
408
  msgstr ""
424
  msgstr ""
425
 
426
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
427
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
428
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
429
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
430
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
492
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
493
  msgstr ""
494
 
495
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
496
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
497
  #: ../admin/like_buttons.php:836
498
  msgid "Instagram Shoutout"
499
  msgstr ""
500
 
501
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
502
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
503
  #: ../admin/like_buttons.php:838
504
  msgid ""
507
  "hashtags and people to mention in the Instagram post."
508
  msgstr ""
509
 
510
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
511
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
512
  #: ../admin/like_buttons.php:839
513
  msgid ""
518
  "time."
519
  msgstr ""
520
 
521
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
522
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
523
  #: ../admin/like_buttons.php:840
524
  msgid ""
624
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
625
  msgstr ""
626
 
627
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1983
628
  msgid ""
629
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
630
  "Facebook share count to work"
650
  msgid "3rd Party Integration"
651
  msgstr ""
652
 
653
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
654
+ #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
655
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
656
  #: ../admin/like_buttons.php:797
657
  msgid "Shortcode & Widget"
661
  msgid "Troubleshooter"
662
  msgstr ""
663
 
664
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
665
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
666
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
667
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
1195
  msgid "Facebook Share Count"
1196
  msgstr ""
1197
 
1198
+ #: ../admin/social_sharing.php:1622
1199
+ msgid "Note"
1200
+ msgstr ""
1201
+
1202
+ #: ../admin/social_sharing.php:1622
1203
+ msgid "Required only to track Facebook share count"
1204
+ msgstr ""
1205
+
1206
+ #: ../admin/social_sharing.php:1628 ../admin/social_login.php:161
1207
  msgid "Facebook App ID"
1208
  msgstr ""
1209
 
1210
+ #: ../admin/social_sharing.php:1638
1211
  #, php-format
1212
  msgid ""
1213
  "Required for Facebook share count to work. Please follow the documentation "
1214
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1215
  msgstr ""
1216
 
1217
+ #: ../admin/social_sharing.php:1646 ../admin/social_login.php:183
1218
  msgid "Facebook App Secret"
1219
  msgstr ""
1220
 
1221
+ #: ../admin/social_sharing.php:1656
1222
  #, php-format
1223
  msgid ""
1224
  "Required for Facebook share count to work. Please follow the documentation "
1225
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1226
  msgstr ""
1227
 
1228
+ #: ../admin/social_sharing.php:1665 ../admin/like_buttons.php:592
1229
  msgid "Url shortener"
1230
  msgstr ""
1231
 
1232
+ #: ../admin/social_sharing.php:1671
1233
  msgid "Use shortlinks already installed"
1234
  msgstr ""
1235
 
1236
+ #: ../admin/social_sharing.php:1681
1237
  msgid "Uses default short url permalinks without using any additional plugin"
1238
  msgstr ""
1239
 
1240
+ #: ../admin/social_sharing.php:1689
1241
  msgid "Enable bit.ly url shortener for sharing"
1242
  msgstr ""
1243
 
1244
+ #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:626
1245
  msgid "Master control to enable bit.ly url shortening for sharing"
1246
  msgstr ""
1247
 
1248
+ #: ../admin/social_sharing.php:1707
1249
  msgid "bit.ly Login"
1250
  msgstr ""
1251
 
1252
+ #: ../admin/social_sharing.php:1717 ../admin/social_sharing.php:1736
1253
  #, php-format
1254
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1255
  msgstr ""
1256
 
1257
+ #: ../admin/social_sharing.php:1726 ../admin/like_buttons.php:653
1258
  msgid "bit.ly API Key"
1259
  msgstr ""
1260
 
1261
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:672
1262
  msgid "Clear Bitly Cache"
1263
  msgstr ""
1264
 
1265
+ #: ../admin/social_sharing.php:1749 ../admin/like_buttons.php:676
1266
  msgid "ShortUrl cache cleared successfully."
1267
  msgstr ""
1268
 
1269
+ #: ../admin/social_sharing.php:1756 ../admin/like_buttons.php:683
1270
  msgid ""
1271
  "Use this to delete short urls saved in database. Handy, if urls of your "
1272
  "website have been changed but short urls are still being generated for old "
1273
  "urls."
1274
  msgstr ""
1275
 
1276
+ #: ../admin/social_sharing.php:1765
1277
  msgid "Share Count Cache"
1278
  msgstr ""
1279
 
1280
+ #: ../admin/social_sharing.php:1771
1281
  msgid "Refresh Share Count cache every"
1282
  msgstr ""
1283
 
1284
+ #: ../admin/social_sharing.php:1776
1285
  msgid "Second(s)"
1286
  msgstr ""
1287
 
1288
+ #: ../admin/social_sharing.php:1777
1289
  msgid "Minute(s)"
1290
  msgstr ""
1291
 
1292
+ #: ../admin/social_sharing.php:1778
1293
  msgid "Hour(s)"
1294
  msgstr ""
1295
 
1296
+ #: ../admin/social_sharing.php:1779
1297
  msgid "Day(s)"
1298
  msgstr ""
1299
 
1300
+ #: ../admin/social_sharing.php:1787
1301
  #, php-format
1302
  msgid ""
1303
  "Frequent cache refreshing results in slower loading of pages with share "
1305
  "target=\"_blank\">here</a>"
1306
  msgstr ""
1307
 
1308
+ #: ../admin/social_sharing.php:1795
1309
  msgid "Clear Share Counts Cache"
1310
  msgstr ""
1311
 
1312
+ #: ../admin/social_sharing.php:1799
1313
  msgid "Share Counts cache cleared successfully."
1314
  msgstr ""
1315
 
1316
+ #: ../admin/social_sharing.php:1806
1317
  msgid "Use this to clear cached share counts"
1318
  msgstr ""
1319
 
1320
+ #: ../admin/social_sharing.php:1815 ../admin/social_sharing.php:1821
1321
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1322
  #: ../admin/like_buttons.php:698
1323
  msgid "Language"
1324
  msgstr ""
1325
 
1326
+ #: ../admin/social_sharing.php:1831
1327
  #, php-format
1328
  msgid ""
1329
  "Enter the code of the language you want to use for like buttons. You can "
1331
  "Leave it empty for default language(English)"
1332
  msgstr ""
1333
 
1334
+ #: ../admin/social_sharing.php:1840
1335
  msgid "Username in sharing"
1336
  msgstr ""
1337
 
1338
+ #: ../admin/social_sharing.php:1846
1339
  msgid "Twitter username (without @)"
1340
  msgstr ""
1341
 
1342
+ #: ../admin/social_sharing.php:1856 ../admin/social_sharing.php:1875
1343
  msgid ""
1344
  "Provided username will be appended after the content being shared as \"via "
1345
  "@USERNAME\". Leave empty if you do not want any username in the content "
1346
  "being shared."
1347
  msgstr ""
1348
 
1349
+ #: ../admin/social_sharing.php:1865
1350
  msgid "Buffer username (without @)"
1351
  msgstr ""
1352
 
1353
+ #: ../admin/social_sharing.php:1884
1354
  msgid "AMP"
1355
  msgstr ""
1356
 
1357
+ #: ../admin/social_sharing.php:1890
1358
  msgid "Enable sharing on AMP pages"
1359
  msgstr ""
1360
 
1361
+ #: ../admin/social_sharing.php:1900
1362
  msgid "Enable this option to render sharing icons on AMP pages"
1363
  msgstr ""
1364
 
1365
+ #: ../admin/social_sharing.php:1919 ../admin/like_buttons.php:771
1366
  msgid "myCRED"
1367
  msgstr ""
1368
 
1369
+ #: ../admin/social_sharing.php:1925 ../admin/like_buttons.php:777
1370
  msgid "Append myCRED referral ID to the urls being shared"
1371
  msgstr ""
1372
 
1373
+ #: ../admin/social_sharing.php:1958
1374
  msgid "Facebook Sharing Troubleshooter"
1375
  msgstr ""
1376
 
1377
+ #: ../admin/social_sharing.php:1963
1378
  msgid ""
1379
  "If Facebook sharing is not working fine, click at the following link and "
1380
  "enter the problematic url (where Facebook sharing is not working properly) "
1382
  "button."
1383
  msgstr ""
1384
 
1385
+ #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1386
  #: ../admin/social_login.php:1241
1387
  msgid ""
1388
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1389
  "an online website for the plugin to function properly."
1390
  msgstr ""
1391
 
1392
+ #: ../admin/social_sharing.php:1981
1393
  msgid ""
1394
  "Why is sharer not showing the correct image, title and other meta tags "
1395
  "content?"
1396
  msgstr ""
1397
 
1398
+ #: ../admin/social_sharing.php:1982
1399
  msgid "Why is Facebook share count not working?"
1400
  msgstr ""
1401
 
1402
+ #: ../admin/social_sharing.php:1985
1403
  msgid "Why is Instagram icon redirecting to Instagram website?"
1404
  msgstr ""
1405
 
1406
+ #: ../admin/social_sharing.php:1986
1407
  msgid ""
1408
  "Instagram icon is there to send website visitors to the Instagram page of "
1409
  "your choice. You can save the desired Instagram handle in \"Instagram "
1411
  "sections."
1412
  msgstr ""
1413
 
1414
+ #: ../admin/social_sharing.php:1989
1415
  msgid "How to customize the url being shared?"
1416
  msgstr ""
1417
 
1418
+ #: ../admin/social_sharing.php:1990
1419
  msgid ""
1420
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1421
  msgstr ""
1422
 
1423
+ #: ../admin/social_sharing.php:1991
1424
  msgid ""
1425
  "It takes some time for their service to track the shares made on Twitter "
1426
  "from your website. If you still feel it's taking too long you can contact "
1427
  "their support directly from their website."
1428
  msgstr ""
1429
 
1430
+ #: ../admin/social_sharing.php:1993 ../admin/like_buttons.php:814
1431
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1432
  msgstr ""
1433
 
1434
+ #: ../admin/social_sharing.php:1994
1435
  msgid ""
1436
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1437
  msgstr ""
1438
 
1439
+ #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1440
  #: ../admin/social_login.php:1248
1441
  msgid "Why is my browser blocking some features of the plugin?"
1442
  msgstr ""
1443
 
1444
+ #: ../admin/social_sharing.php:1996
1445
  msgid "Why the color of share icons is not being updated?"
1446
  msgstr ""
1447
 
1448
+ #: ../admin/social_sharing.php:1997
1449
  msgid "Why Facebook share counts are not appearing?"
1450
  msgstr ""
1451
 
1452
+ #: ../admin/social_sharing.php:1998
1453
  msgid ""
1454
  "How can I show share counts of my website rather than of individual pages/"
1455
  "posts?"
1456
  msgstr ""
1457
 
1458
+ #: ../admin/social_sharing.php:1999
1459
  msgid "How can I disable sharing on particular page/post?"
1460
  msgstr ""
1461
 
1462
+ #: ../admin/social_sharing.php:2000
1463
  msgid "How can I specify minimum sharing count for sharing networks?"
1464
  msgstr ""
1465
 
1466
+ #: ../admin/social_sharing.php:2001
1467
  msgid "How to share specific page?"
1468
  msgstr ""
1469
 
1470
+ #: ../admin/social_sharing.php:2002
1471
  msgid "How to integrate Google Analytics with sharing?"
1472
  msgstr ""
1473
 
1474
+ #: ../admin/social_sharing.php:2003
1475
  msgid "How to customize the look of total share counts?"
1476
  msgstr ""
1477
 
1478
+ #: ../admin/social_sharing.php:2004
1479
  msgid "How to customize the look of individual share counts?"
1480
  msgstr ""
1481
 
1482
+ #: ../admin/social_sharing.php:2005
1483
  msgid "How to show Whatsapp icon only on mobile devices?"
1484
  msgstr ""
1485
 
1486
+ #: ../admin/social_sharing.php:2006
1487
  msgid "How to hide arrow after floating sharing bar?"
1488
  msgstr ""
1489
 
1490
+ #: ../admin/social_sharing.php:2007
1491
  msgid "Why is share count not getting updated?"
1492
  msgstr ""
1493
 
1494
+ #: ../admin/social_sharing.php:2008 ../admin/like_buttons.php:812
1495
  msgid "Why is there so much space between like buttons?"
1496
  msgstr ""
1497
 
1498
+ #: ../admin/social_sharing.php:2009 ../admin/like_buttons.php:813
1499
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1500
  msgstr ""
1501
 
2538
  msgid "Like Buttons Shortcode & Widget"
2539
  msgstr ""
2540
 
2541
+ #: ../inc/shortcode.php:214 ../inc/widget.php:47
2542
  msgid "Log Out"
2543
  msgstr ""
2544
 
2545
+ #: ../inc/shortcode.php:295
2546
  msgid ""
2547
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
2548
  "Socializer > Social Login\" page in admin panel"
2549
  msgstr ""
2550
 
2551
+ #: ../inc/social_sharing.php:31 ../inc/social_sharing.php:340
2552
  msgid "Search for"
2553
  msgstr ""
2554
 
2555
+ #: ../inc/social_sharing.php:36 ../inc/social_sharing.php:38
2556
+ #: ../inc/social_sharing.php:40 ../inc/social_sharing.php:345
2557
+ #: ../inc/social_sharing.php:347 ../inc/social_sharing.php:349
2558
  msgid "Archives"
2559
  msgstr ""
2560
 
2561
+ #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2562
  msgid "Invalid request"
2563
  msgstr ""
2564
 
2565
+ #: ../inc/social_sharing.php:916
2566
  msgid "Providers not selected"
2567
  msgstr ""
2568
 
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.2.1
7
- Stable tag: 7.12.26
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,7 +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.26: 2 June, 2019 =
 
 
 
 
214
  * [Bugfix] Facebook App ID and Facebook App Secret options were not appearing in the Miscellaneous section in some cases
215
 
216
  = 7.12.25 =
@@ -1873,5 +1877,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
1873
  = 7.12.25 =
1874
  * [Bugfix] Facebook share count was not working in some cases
1875
 
1876
- = 7.12.26: 2 June, 2019 =
1877
- * [Bugfix] Facebook App ID and Facebook App Secret options were not appearing in the Miscellaneous section in some cases
 
 
 
 
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.2.1
7
+ Stable tag: 7.12.27
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.27 [5 June 2019] =
214
+ * [Bugfix] Minor bugfixing
215
+ * [Bugfix] Facebook App ID and Facebook App Secret options were not appearing at Super Socializer > Social Sharing options page if Facebook share icon was enabled via shortcode or widget
216
+
217
+ = 7.12.26 [2 June 2019] =
218
  * [Bugfix] Facebook App ID and Facebook App Secret options were not appearing in the Miscellaneous section in some cases
219
 
220
  = 7.12.25 =
1877
  = 7.12.25 =
1878
  * [Bugfix] Facebook share count was not working in some cases
1879
 
1880
+ = 7.12.26 [2 June 2019] =
1881
+ * [Bugfix] Facebook App ID and Facebook App Secret options were not appearing in the Miscellaneous section in some cases
1882
+
1883
+ = 7.12.27 [5 June 2019] =
1884
+ * [Bugfix] Minor bugfixing
1885
+ * [Bugfix] Facebook App ID and Facebook App Secret options were not appearing at Super Socializer > Social Sharing options page if Facebook share icon was enabled via shortcode or widget
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.26
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.26');
15
 
16
  require 'helper.php';
17
 
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.27
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.27');
15
 
16
  require 'helper.php';
17