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

Version Description

[10 July 2020] = [Bugfix] Instagram login stopped working because of the outdated Instagram API [Bugfix] Bit.ly url shortener was not working because of the outdated Bit.ly API [Bugfix] Social Login shortcode was causing Javascript error for logged in users

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

Code changes from version 7.12.44 to 7.12.45

admin/like_buttons.php CHANGED
@@ -610,36 +610,17 @@
610
 
611
  <tr>
612
  <th>
613
- <label for="the_champ_sc_bitly_login"><?php _e("bit.ly username", 'super-socializer'); ?><img id="the_champ_sc_bitly_login_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
614
  </th>
615
  <td>
616
- <input id="the_champ_sc_bitly_login" name="the_champ_counter[bitly_username]" type="text" value="<?php echo isset($theChampCounterOptions['bitly_username']) ? $theChampCounterOptions['bitly_username'] : '' ?>" />
617
  </td>
618
  </tr>
619
 
620
- <tr class="the_champ_help_content" id="the_champ_sc_bitly_login_help_cont">
621
  <td colspan="2">
622
  <div>
623
- <?php echo sprintf(__('Login to your bit.ly account and navigate to <a href="%s" target="_blank">this link</a> to get bit.ly username', 'super-socializer'), 'https://bitly.com/a/your_api_key') ?>
624
- <img width="550" src="<?php echo plugins_url('../images/snaps/ss_bitly_username.png', __FILE__); ?>" />
625
- </div>
626
- </td>
627
- </tr>
628
-
629
- <tr>
630
- <th>
631
- <label for="the_champ_sc_bitly_key"><?php _e("bit.ly API Key", 'super-socializer'); ?><img id="the_champ_sc_bitly_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
632
- </th>
633
- <td>
634
- <input id="the_champ_sc_bitly_key" name="the_champ_counter[bitly_key]" type="text" value="<?php echo isset($theChampCounterOptions['bitly_key']) ? $theChampCounterOptions['bitly_key'] : '' ?>" />
635
- </td>
636
- </tr>
637
-
638
- <tr class="the_champ_help_content" id="the_champ_sc_bitly_key_help_cont">
639
- <td colspan="2">
640
- <div>
641
- <?php echo sprintf(__('Login to your bit.ly account and navigate to <a href="%s" target="_blank">this link</a> to get your API key', 'super-socializer'), 'https://bitly.com/a/your_api_key') ?>
642
- <img width="550" src="<?php echo plugins_url('../images/snaps/ss_bitly_apikey.png', __FILE__); ?>" />
643
  </div>
644
  </td>
645
  </tr>
610
 
611
  <tr>
612
  <th>
613
+ <label for="the_champ_sc_bitly_token"><?php _e("Bit.ly generic access token", 'super-socializer'); ?><img id="the_champ_sc_bitly_token_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
614
  </th>
615
  <td>
616
+ <input id="the_champ_sc_bitly_token" name="the_champ_counter[bitly_access_token]" type="text" value="<?php echo isset($theChampCounterOptions['bitly_access_token']) ? $theChampCounterOptions['bitly_access_token'] : '' ?>" />
617
  </td>
618
  </tr>
619
 
620
+ <tr class="the_champ_help_content" id="the_champ_sc_bitly_token_help_cont">
621
  <td colspan="2">
622
  <div>
623
+ <?php echo sprintf( __( 'Login to your bit.ly account and navigate to <strong>Profile Settings > Generic Access Token</strong> (top-right corner) and authenticate to generate access token. More details at the <a href="%s" target="_blank">link</a>', 'super-socializer' ), 'https://support.sendible.com/hc/en-us/articles/360021876751-How-To-Access-Your-Bit-ly-Key' ) ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
624
  </div>
625
  </td>
626
  </tr>
admin/social_login.php CHANGED
@@ -365,7 +365,7 @@
365
 
366
  <tr>
367
  <th>
368
- <label for="the_champ_insta_key"><?php _e("Instagram Client ID", 'super-socializer'); ?><img id="the_champ_slinsta_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
369
  </th>
370
  <td>
371
  <input id="the_champ_insta_key" name="the_champ_login[insta_id]" type="text" value="<?php echo isset($theChampLoginOptions['insta_id']) ? $theChampLoginOptions['insta_id'] : '' ?>" />
@@ -375,11 +375,32 @@
375
  <tr class="the_champ_help_content" id="the_champ_slinsta_id_help_cont">
376
  <td colspan="2">
377
  <div>
378
- <?php echo sprintf(__('Required for Instagram Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Instagram Client ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-instagram-client-id/') ?>
379
  <br/>
380
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website URL</strong> option mentioned at the link', 'super-socializer'); ?></span>
381
  <br/>
382
- <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
383
  </div>
384
  </td>
385
  </tr>
365
 
366
  <tr>
367
  <th>
368
+ <label for="the_champ_insta_key"><?php _e("Instagram App ID", 'super-socializer'); ?><img id="the_champ_slinsta_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
369
  </th>
370
  <td>
371
  <input id="the_champ_insta_key" name="the_champ_login[insta_id]" type="text" value="<?php echo isset($theChampLoginOptions['insta_id']) ? $theChampLoginOptions['insta_id'] : '' ?>" />
375
  <tr class="the_champ_help_content" id="the_champ_slinsta_id_help_cont">
376
  <td colspan="2">
377
  <div>
378
+ <?php echo sprintf(__('Required for Instagram Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Instagram App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-instagram-client-id/') ?>
379
  <br/>
380
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Valid OAuth Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
381
  <br/>
382
+ <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Instagram'; ?></strong>
383
+ </div>
384
+ </td>
385
+ </tr>
386
+
387
+ <tr>
388
+ <th>
389
+ <label for="the_champ_insta_secret"><?php _e("Instagram App Secret", 'super-socializer'); ?><img id="the_champ_insta_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
390
+ </th>
391
+ <td>
392
+ <input id="the_champ_insta_secret" name="the_champ_login[insta_app_secret]" type="text" value="<?php echo isset($theChampLoginOptions['insta_app_secret']) ? $theChampLoginOptions['insta_app_secret'] : '' ?>" />
393
+ </td>
394
+ </tr>
395
+
396
+ <tr class="the_champ_help_content" id="the_champ_insta_secret_help_cont">
397
+ <td colspan="2">
398
+ <div>
399
+ <?php echo sprintf(__('Required for Instagram Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Instagram App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-instagram-client-id/') ?>
400
+ <br/>
401
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Valid OAuth Redirect URIs</strong> option mentioned at the link', 'super-socializer'); ?></span>
402
+ <br/>
403
+ <strong style="color: #14ACDF"><?php echo esc_url(home_url()).'/SuperSocializerAuth/Instagram'; ?></strong>
404
  </div>
405
  </td>
406
  </tr>
admin/social_sharing.php CHANGED
@@ -1656,36 +1656,17 @@
1656
 
1657
  <tr>
1658
  <th>
1659
- <label for="the_champ_bitly_login"><?php _e("bit.ly Login", 'super-socializer' ); ?><img id="the_champ_bitly_login_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1660
  </th>
1661
  <td>
1662
- <input id="the_champ_bitly_login" name="the_champ_sharing[bitly_username]" type="text" value="<?php echo isset( $theChampSharingOptions['bitly_username'] ) ? $theChampSharingOptions['bitly_username'] : '' ?>" />
1663
  </td>
1664
  </tr>
1665
 
1666
- <tr class="the_champ_help_content" id="the_champ_bitly_login_help_cont">
1667
  <td colspan="2">
1668
  <div>
1669
- <?php echo sprintf(__('More details on how to get it <a href="%s" target="_blank">here</a>', 'super-socializer' ), 'https://support.bitly.com/hc/en-us/articles/231140388-How-do-I-find-my-API-key-') ?><br/>
1670
- <img width="550" src="<?php echo plugins_url('../images/snaps/ss_bitly_username.png', __FILE__); ?>" />
1671
- </div>
1672
- </td>
1673
- </tr>
1674
-
1675
- <tr>
1676
- <th>
1677
- <label for="the_champ_bitly_key"><?php _e("bit.ly API Key", 'super-socializer' ); ?><img id="the_champ_bitly_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1678
- </th>
1679
- <td>
1680
- <input id="the_champ_bitly_key" name="the_champ_sharing[bitly_key]" type="text" value="<?php echo isset( $theChampSharingOptions['bitly_key'] ) ? $theChampSharingOptions['bitly_key'] : '' ?>" />
1681
- </td>
1682
- </tr>
1683
-
1684
- <tr class="the_champ_help_content" id="the_champ_bitly_key_help_cont">
1685
- <td colspan="2">
1686
- <div>
1687
- <?php echo sprintf(__('More details on how to get it <a href="%s" target="_blank">here</a>', 'super-socializer' ), 'https://support.bitly.com/hc/en-us/articles/231140388-How-do-I-find-my-API-key-') ?><br/>
1688
- <img width="550" src="<?php echo plugins_url('../images/snaps/ss_bitly_apikey.png', __FILE__); ?>" />
1689
  </div>
1690
  </td>
1691
  </tr>
1656
 
1657
  <tr>
1658
  <th>
1659
+ <label for="the_champ_bitly_token"><?php _e("Bit.ly generic access token", 'super-socializer' ); ?><img id="the_champ_bitly_token_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1660
  </th>
1661
  <td>
1662
+ <input id="the_champ_bitly_token" name="the_champ_sharing[bitly_access_token]" type="text" value="<?php echo isset( $theChampSharingOptions['bitly_access_token'] ) ? $theChampSharingOptions['bitly_access_token'] : '' ?>" />
1663
  </td>
1664
  </tr>
1665
 
1666
+ <tr class="the_champ_help_content" id="the_champ_bitly_token_help_cont">
1667
  <td colspan="2">
1668
  <div>
1669
+ <?php echo sprintf( __( 'Login to your bit.ly account and navigate to <strong>Profile Settings > Generic Access Token</strong> (top-right corner) and authenticate to generate access token. More details at the <a href="%s" target="_blank">link</a>', 'super-socializer' ), 'https://support.sendible.com/hc/en-us/articles/360021876751-How-To-Access-Your-Bit-ly-Key' ) ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1670
  </div>
1671
  </td>
1672
  </tr>
helper.php CHANGED
@@ -30,8 +30,8 @@ function the_champ_login_notifications($loginOptions){
30
  if(in_array('vkontakte', $loginOptions['providers']) && (!isset($loginOptions['vk_key']) || $loginOptions['vk_key'] == '' || !isset($loginOptions['vk_secure_key']) || $loginOptions['vk_secure_key'] == '')){
31
  $errorHtml .= the_champ_error_message('Specify Vkontakte Application ID and Secret Key in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Vkontakte Login to work');
32
  }
33
- if(in_array('instagram', $loginOptions['providers']) && (!isset($loginOptions['insta_id']) || $loginOptions['insta_id'] == '')){
34
- $errorHtml .= the_champ_error_message('Specify Instagram Client ID in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Instagram Login to work');
35
  }
36
  if(in_array('steam', $loginOptions['providers']) && (!isset($loginOptions['steam_api_key']) || $loginOptions['steam_api_key'] == '')){
37
  $errorHtml .= the_champ_error_message('Specify Steam API Key in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Steam Login to work');
@@ -513,7 +513,7 @@ function the_champ_account_linking(){
513
  <style type="text/css">
514
  #ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}
515
  </style>
516
- <script> var theChampLoadingImgPath = '<?php echo $loadingImagePath ?>'; var theChampAjaxUrl = '<?php echo $theChampAjaxUrl ?>'; var theChampRedirectionUrl = '<?php echo $redirectionUrl ?>'; var theChampRegRedirectionUrl = '<?php echo $regRedirectionUrl ?>', theChampSteamAuthUrl = "<?php echo $theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()) . '?SuperSocializerSteamAuth=' . $twitterRedirect ) : ''; ?>"; var heateorMSEnabled = 0; var theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
517
  <?php
518
  $userVerified = false;
519
  $ajaxUrl = 'admin-ajax.php';
@@ -522,13 +522,6 @@ function the_champ_account_linking(){
522
  }
523
  // linking functions
524
  wp_enqueue_script('the_champ_ss_linking_script', plugins_url('js/front/social_login/linking.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
525
- // Instagram scripts
526
- if(the_champ_social_login_provider_enabled('instagram')){
527
- ?>
528
- <script> var theChampInstaId = '<?php echo (isset($theChampLoginOptions["insta_id"]) && $theChampLoginOptions["insta_id"] != "") ? $theChampLoginOptions["insta_id"] : 0 ?>' </script>
529
- <?php
530
- wp_enqueue_script('the_champ_sl_instagram', plugins_url('js/front/social_login/instagram.js', __FILE__), false, THE_CHAMP_SS_VERSION);
531
- }
532
  $html = '<style type="text/css">table.superSocializerTable td{padding: 10px;}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}</style>';
533
 
534
  $html .= '<div class="metabox-holder columns-2 super-socializer-linking-container" id="post-body">
30
  if(in_array('vkontakte', $loginOptions['providers']) && (!isset($loginOptions['vk_key']) || $loginOptions['vk_key'] == '' || !isset($loginOptions['vk_secure_key']) || $loginOptions['vk_secure_key'] == '')){
31
  $errorHtml .= the_champ_error_message('Specify Vkontakte Application ID and Secret Key in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Vkontakte Login to work');
32
  }
33
+ if(in_array('instagram', $loginOptions['providers']) && (!isset($loginOptions['insta_id']) || $loginOptions['insta_id'] == '' || !isset($loginOptions['insta_app_secret']) || $loginOptions['insta_app_secret'] == '')){
34
+ $errorHtml .= the_champ_error_message('Specify Instagram App ID and Instagram App Secret in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Instagram Login to work');
35
  }
36
  if(in_array('steam', $loginOptions['providers']) && (!isset($loginOptions['steam_api_key']) || $loginOptions['steam_api_key'] == '')){
37
  $errorHtml .= the_champ_error_message('Specify Steam API Key in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Steam Login to work');
513
  <style type="text/css">
514
  #ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}
515
  </style>
516
+ <script> var theChampLoadingImgPath = '<?php echo $loadingImagePath ?>'; var theChampAjaxUrl = '<?php echo $theChampAjaxUrl ?>'; var theChampRedirectionUrl = '<?php echo $redirectionUrl ?>'; var theChampRegRedirectionUrl = '<?php echo $regRedirectionUrl ?>', theChampSteamAuthUrl = "<?php echo $theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()) . '?SuperSocializerSteamAuth=' . $twitterRedirect ) : ''; ?>"; var heateorMSEnabled = 0; var theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampInstagramAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Instagram&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
517
  <?php
518
  $userVerified = false;
519
  $ajaxUrl = 'admin-ajax.php';
522
  }
523
  // linking functions
524
  wp_enqueue_script('the_champ_ss_linking_script', plugins_url('js/front/social_login/linking.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
 
 
 
 
 
 
 
525
  $html = '<style type="text/css">table.superSocializerTable td{padding: 10px;}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}</style>';
526
 
527
  $html .= '<div class="metabox-holder columns-2 super-socializer-linking-container" id="post-body">
images/snaps/ss_bitly_apikey.png DELETED
Binary file
images/snaps/ss_bitly_username.png DELETED
Binary file
inc/shortcode.php CHANGED
@@ -65,7 +65,7 @@ function the_champ_sharing_shortcode($params){
65
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
66
  $shortUrl = wp_get_shortlink();
67
  // if bit.ly integration enabled, generate bit.ly short url
68
- }elseif(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
69
  $shortUrl = the_champ_generate_sharing_bitly_url($targetUrl, $postId);
70
  }
71
  $alignmentOffset = 0;
@@ -179,7 +179,7 @@ function the_champ_counter_shortcode($params){
179
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
180
  $counterUrl = wp_get_shortlink();
181
  // if bit.ly integration enabled, generate bit.ly short url
182
- }elseif(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
183
  $shortUrl = the_champ_generate_counter_bitly_url($targetUrl, $postId);
184
  if($shortUrl){
185
  $counterUrl = $shortUrl;
@@ -228,7 +228,7 @@ function the_champ_login_shortcode($params){
228
  $html .= the_champ_login_button(true);
229
  $html .= '</div><div style="clear:both"></div>';
230
  if($redirect_url){
231
- $html .= '<script type="text/javascript">theChampCustomRedirect = encodeURI("'. $redirect_url .'");var theChampSteamAuthUrl = ""; var theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampCustomRedirect;</script>';
232
  }
233
  }
234
  return $html;
65
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
66
  $shortUrl = wp_get_shortlink();
67
  // if bit.ly integration enabled, generate bit.ly short url
68
+ }elseif(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_access_token']) && $theChampSharingOptions['bitly_access_token'] != ''){
69
  $shortUrl = the_champ_generate_sharing_bitly_url($targetUrl, $postId);
70
  }
71
  $alignmentOffset = 0;
179
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
180
  $counterUrl = wp_get_shortlink();
181
  // if bit.ly integration enabled, generate bit.ly short url
182
+ }elseif(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_access_token']) && $theChampCounterOptions['bitly_access_token'] != ''){
183
  $shortUrl = the_champ_generate_counter_bitly_url($targetUrl, $postId);
184
  if($shortUrl){
185
  $counterUrl = $shortUrl;
228
  $html .= the_champ_login_button(true);
229
  $html .= '</div><div style="clear:both"></div>';
230
  if($redirect_url){
231
+ $html .= '<script type="text/javascript">theChampCustomRedirect = encodeURI("'. $redirect_url .'");var theChampSteamAuthUrl = ""; var theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampCustomRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampCustomRedirect;</script>';
232
  }
233
  }
234
  return $html;
inc/social_login.php CHANGED
@@ -127,9 +127,9 @@ function the_champ_login_user($userId, $profileData = array(), $socialId = '', $
127
  }
128
  do_action('the_champ_login_user', $userId, $profileData, $socialId, $update);
129
 
130
- wp_set_current_user($userId, $user -> user_login);
131
  wp_set_auth_cookie($userId, true);
132
- do_action('wp_login', $user -> user_login, $user);
133
  }
134
 
135
  /**
@@ -266,10 +266,10 @@ function the_champ_create_user($profileData, $verification = false){
266
  }
267
  if($value){
268
  $wpdb->insert(
269
- $wpdb -> prefix . 'bp_xprofile_data',
270
  array(
271
  'id' => NULL,
272
- 'field_id' => $wpdb -> get_var( $wpdb -> prepare( "SELECT id FROM " . $wpdb -> prefix . "bp_xprofile_fields WHERE name = %s", $key) ),
273
  'user_id' => $userId,
274
  'value' => $value,
275
  'last_updated' => '',
@@ -421,15 +421,15 @@ function the_champ_sanitize_profile_data($profileData, $provider){
421
  $temp['avatar'] = "https://graph.facebook.com/" . $profileData['id'] . "/picture?type=square";
422
  $temp['large_avatar'] = "https://graph.facebook.com/" . $profileData['id'] . "/picture?type=large";
423
  }elseif($provider == 'twitter'){
424
- $temp['id'] = isset($profileData -> id) ? sanitize_text_field($profileData -> id) : '';
425
- $temp['email'] = isset($profileData -> email) ? sanitize_email($profileData -> email) : '';
426
- $temp['name'] = isset($profileData -> name) ? $profileData -> name : '';
427
- $temp['username'] = isset($profileData -> screen_name) ? $profileData -> screen_name : '';
428
  $temp['first_name'] = '';
429
  $temp['last_name'] = '';
430
- $temp['bio'] = isset($profileData -> description) ? sanitize_text_field($profileData -> description) : '';
431
  $temp['link'] = $temp['username'] != '' ? 'https://twitter.com/'.sanitize_user($temp['username']) : '';
432
- $temp['avatar'] = isset($profileData -> profile_image_url) && heateor_ss_validate_url($profileData -> profile_image_url) !== false ? trim($profileData -> profile_image_url) : '';
433
  $temp['large_avatar'] = $temp['avatar'] != '' ? str_replace('_normal', '', $temp['avatar']) : '';
434
  }elseif($provider == 'steam'){
435
  $temp['id'] = isset($profileData->steamid) ? sanitize_text_field($profileData->steamid) : '';
@@ -476,17 +476,18 @@ function the_champ_sanitize_profile_data($profileData, $provider){
476
  $temp['avatar'] = isset($profileData['photo_rec']) && heateor_ss_validate_url($profileData['photo_rec']) !== false ? trim($profileData['photo_rec']) : '';
477
  $temp['large_avatar'] = isset($profileData['photo_big']) && heateor_ss_validate_url($profileData['photo_big']) !== false ? trim($profileData['photo_big']) : '';
478
  }elseif($provider == 'instagram'){
479
- $temp['id'] = isset($profileData -> id) ? sanitize_text_field($profileData -> id) : '';
480
  $temp['email'] = '';
481
- $temp['name'] = isset($profileData -> full_name) ? $profileData -> full_name : '';
482
- $temp['username'] = isset($profileData -> username) ? $profileData -> username : '';
483
  $temp['first_name'] = '';
484
  $temp['last_name'] = '';
485
- $temp['bio'] = isset($profileData -> bio) ? sanitize_text_field($profileData -> bio) : '';
486
- $temp['link'] = isset($profileData -> website) && heateor_ss_validate_url($profileData -> website) !== false ? trim($profileData -> website) : '';
487
- $temp['avatar'] = isset($profileData -> profile_picture) && heateor_ss_validate_url($profileData -> profile_picture) !== false ? trim($profileData -> profile_picture) : '';
488
  $temp['large_avatar'] = '';
489
- }elseif($provider == 'line' && isset($profileData->displayName) && $profileData->displayName){
 
490
  $temp['email'] = '';
491
  $temp['bio'] = '';
492
  $temp['username'] = $profileData->displayName;
@@ -532,7 +533,16 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
532
  if($profileData['id'] == ''){
533
  return array('status' => false, 'message' => '');
534
  }
535
- $existingUser = get_users('meta_key=thechamp_social_id&meta_value='.$profileData['id']);
 
 
 
 
 
 
 
 
 
536
  // login redirection url
537
  $loginUrl = '';
538
  if(isset($theChampLoginOptions['login_redirection']) && $theChampLoginOptions['login_redirection'] == 'bp_profile'){
@@ -540,12 +550,15 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
540
  }
541
  if(count($existingUser) > 0){
542
  // user exists in the database
543
- if(isset($existingUser[0] -> ID)){
 
 
 
544
  // check if account needs verification
545
- if(get_user_meta($existingUser[0] -> ID, 'thechamp_key', true) != ''){
546
  if(!in_array($profileData['provider'], array('twitter', 'instagram', 'steam'))){
547
  if(is_user_logged_in()){
548
- wp_delete_user($existingUser[0] -> ID);
549
  the_champ_link_account($socialId, $provider, $user_ID);
550
  return array('status' => true, 'message' => 'linked');
551
  }else{
@@ -553,7 +566,7 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
553
  }
554
  }
555
  if(is_user_logged_in()){
556
- wp_delete_user($existingUser[0] -> ID);
557
  the_champ_link_account($profileData['id'], $profileData['provider'], $user_ID);
558
  the_champ_close_login_popup(admin_url() . '/profile.php'); //** may be BP profile/custom profile page/wp profile page
559
  }else{
@@ -564,7 +577,7 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
564
  return array('status' => false, 'message' => 'not linked');
565
  }else{
566
  // hook to update profile data
567
- do_action('the_champ_hook_update_profile_data', $existingUser[0] -> ID, $profileData);
568
  // update Xprofile fields
569
  if(isset($theChampLoginOptions['xprofile_mapping']) && is_array($theChampLoginOptions['xprofile_mapping'])){
570
  foreach($theChampLoginOptions['xprofile_mapping'] as $key => $val){
@@ -575,14 +588,14 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
575
  }
576
  if($value){
577
  $wpdb->update(
578
- $wpdb -> prefix . 'bp_xprofile_data',
579
  array(
580
  'value' => $value,
581
  'last_updated' => '',
582
  ),
583
  array(
584
- 'field_id' => $wpdb -> get_var( $wpdb -> prepare( "SELECT id FROM " . $wpdb -> prefix . "bp_xprofile_fields WHERE name = %s", $key) ),
585
- 'user_id' => $existingUser[0] -> ID
586
  ),
587
  array(
588
  '%s',
@@ -596,26 +609,40 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
596
  }
597
  }
598
  }
599
- $error = the_champ_login_user($existingUser[0] -> ID, $profileData, $profileData['id'], true);
600
  if(isset($error) && $error === 0){
601
  return array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1');
602
- }elseif(get_user_meta($existingUser[0] -> ID, 'thechamp_social_registration', true)){
603
  // if logging in first time after email verification
604
- delete_user_meta($existingUser[0] -> ID, 'thechamp_social_registration');
605
  if(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'bp_profile'){
606
- return array('status' => true, 'message' => 'register', 'url' => bp_core_get_user_domain($existingUser[0] -> ID));
607
  }else{
608
  return array('status' => true, 'message' => 'register');
609
  }
610
  }
611
- return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($existingUser[0] -> ID) : ''));
612
  }
613
  }
614
  }else{
615
  // check if id in linked accounts
616
  global $wpdb;
617
- $existingUserId = $wpdb -> get_var('SELECT user_id FROM ' . $wpdb -> prefix . 'usermeta WHERE meta_key = "thechamp_linked_accounts" and meta_value LIKE "%'. $profileData['id'] .'%"');
 
 
 
 
 
 
 
 
618
  if($existingUserId){
 
 
 
 
 
 
619
  if(is_user_logged_in()){
620
  return array('status' => false, 'message' => 'not linked');
621
  }else{
@@ -629,7 +656,7 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
629
  // linking
630
  if(is_user_logged_in()){
631
  global $user_ID;
632
- $providerExists = $wpdb -> get_var('SELECT user_id FROM ' . $wpdb -> prefix . 'usermeta WHERE user_id = '. $user_ID .' and meta_key = "thechamp_linked_accounts" and meta_value LIKE "%'. $profileData['provider'] .'%"');
633
  if($providerExists){
634
  return array('status' => false, 'message' => 'provider exists');
635
  }else{
127
  }
128
  do_action('the_champ_login_user', $userId, $profileData, $socialId, $update);
129
 
130
+ wp_set_current_user($userId, $user->user_login);
131
  wp_set_auth_cookie($userId, true);
132
+ do_action('wp_login', $user->user_login, $user);
133
  }
134
 
135
  /**
266
  }
267
  if($value){
268
  $wpdb->insert(
269
+ $wpdb->prefix . 'bp_xprofile_data',
270
  array(
271
  'id' => NULL,
272
+ 'field_id' => $wpdb->get_var( $wpdb->prepare( "SELECT id FROM " . $wpdb->prefix . "bp_xprofile_fields WHERE name = %s", $key) ),
273
  'user_id' => $userId,
274
  'value' => $value,
275
  'last_updated' => '',
421
  $temp['avatar'] = "https://graph.facebook.com/" . $profileData['id'] . "/picture?type=square";
422
  $temp['large_avatar'] = "https://graph.facebook.com/" . $profileData['id'] . "/picture?type=large";
423
  }elseif($provider == 'twitter'){
424
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
425
+ $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
426
+ $temp['name'] = isset($profileData->name) ? $profileData->name : '';
427
+ $temp['username'] = isset($profileData->screen_name) ? $profileData->screen_name : '';
428
  $temp['first_name'] = '';
429
  $temp['last_name'] = '';
430
+ $temp['bio'] = isset($profileData->description) ? sanitize_text_field($profileData->description) : '';
431
  $temp['link'] = $temp['username'] != '' ? 'https://twitter.com/'.sanitize_user($temp['username']) : '';
432
+ $temp['avatar'] = isset($profileData->profile_image_url) && heateor_ss_validate_url($profileData->profile_image_url) !== false ? trim($profileData->profile_image_url) : '';
433
  $temp['large_avatar'] = $temp['avatar'] != '' ? str_replace('_normal', '', $temp['avatar']) : '';
434
  }elseif($provider == 'steam'){
435
  $temp['id'] = isset($profileData->steamid) ? sanitize_text_field($profileData->steamid) : '';
476
  $temp['avatar'] = isset($profileData['photo_rec']) && heateor_ss_validate_url($profileData['photo_rec']) !== false ? trim($profileData['photo_rec']) : '';
477
  $temp['large_avatar'] = isset($profileData['photo_big']) && heateor_ss_validate_url($profileData['photo_big']) !== false ? trim($profileData['photo_big']) : '';
478
  }elseif($provider == 'instagram'){
479
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
480
  $temp['email'] = '';
481
+ $temp['name'] = '';
482
+ $temp['username'] = isset($profileData->username) ? $profileData->username : '';
483
  $temp['first_name'] = '';
484
  $temp['last_name'] = '';
485
+ $temp['bio'] = '';
486
+ $temp['link'] = '';
487
+ $temp['avatar'] = '';
488
  $temp['large_avatar'] = '';
489
+ $temp['ig_id'] = isset($profileData->ig_id) ? sanitize_text_field($profileData->ig_id) : '';
490
+ }elseif($provider == 'line'){
491
  $temp['email'] = '';
492
  $temp['bio'] = '';
493
  $temp['username'] = $profileData->displayName;
533
  if($profileData['id'] == ''){
534
  return array('status' => false, 'message' => '');
535
  }
536
+ $oldInstagramUsers = array();
537
+ $oldInstagramUser = ($profileData['provider'] == 'instagram' && !empty($profileData['ig_id']));
538
+ if($oldInstagramUser){
539
+ $oldInstagramUsers = get_users('meta_key=thechamp_social_id&meta_value='.$profileData['ig_id']);
540
+ $existingUser = $oldInstagramUsers;
541
+ }
542
+ if(($oldInstagramUser && count($oldInstagramUsers) == 0) || !$oldInstagramUser){
543
+ $existingUsers = get_users('meta_key=thechamp_social_id&meta_value='.$profileData['id']);
544
+ $existingUser = $existingUsers;
545
+ }
546
  // login redirection url
547
  $loginUrl = '';
548
  if(isset($theChampLoginOptions['login_redirection']) && $theChampLoginOptions['login_redirection'] == 'bp_profile'){
550
  }
551
  if(count($existingUser) > 0){
552
  // user exists in the database
553
+ if(isset($existingUser[0]->ID)){
554
+ if(count($oldInstagramUsers) > 0){
555
+ update_user_meta($existingUser[0]->ID, 'thechamp_social_id', $profileData['id']);
556
+ }
557
  // check if account needs verification
558
+ if(get_user_meta($existingUser[0]->ID, 'thechamp_key', true) != ''){
559
  if(!in_array($profileData['provider'], array('twitter', 'instagram', 'steam'))){
560
  if(is_user_logged_in()){
561
+ wp_delete_user($existingUser[0]->ID);
562
  the_champ_link_account($socialId, $provider, $user_ID);
563
  return array('status' => true, 'message' => 'linked');
564
  }else{
566
  }
567
  }
568
  if(is_user_logged_in()){
569
+ wp_delete_user($existingUser[0]->ID);
570
  the_champ_link_account($profileData['id'], $profileData['provider'], $user_ID);
571
  the_champ_close_login_popup(admin_url() . '/profile.php'); //** may be BP profile/custom profile page/wp profile page
572
  }else{
577
  return array('status' => false, 'message' => 'not linked');
578
  }else{
579
  // hook to update profile data
580
+ do_action('the_champ_hook_update_profile_data', $existingUser[0]->ID, $profileData);
581
  // update Xprofile fields
582
  if(isset($theChampLoginOptions['xprofile_mapping']) && is_array($theChampLoginOptions['xprofile_mapping'])){
583
  foreach($theChampLoginOptions['xprofile_mapping'] as $key => $val){
588
  }
589
  if($value){
590
  $wpdb->update(
591
+ $wpdb->prefix . 'bp_xprofile_data',
592
  array(
593
  'value' => $value,
594
  'last_updated' => '',
595
  ),
596
  array(
597
+ 'field_id' => $wpdb->get_var( $wpdb->prepare( "SELECT id FROM " . $wpdb->prefix . "bp_xprofile_fields WHERE name = %s", $key) ),
598
+ 'user_id' => $existingUser[0]->ID
599
  ),
600
  array(
601
  '%s',
609
  }
610
  }
611
  }
612
+ $error = the_champ_login_user($existingUser[0]->ID, $profileData, $profileData['id'], true);
613
  if(isset($error) && $error === 0){
614
  return array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1');
615
+ }elseif(get_user_meta($existingUser[0]->ID, 'thechamp_social_registration', true)){
616
  // if logging in first time after email verification
617
+ delete_user_meta($existingUser[0]->ID, 'thechamp_social_registration');
618
  if(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'bp_profile'){
619
+ return array('status' => true, 'message' => 'register', 'url' => bp_core_get_user_domain($existingUser[0]->ID));
620
  }else{
621
  return array('status' => true, 'message' => 'register');
622
  }
623
  }
624
+ return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($existingUser[0]->ID) : ''));
625
  }
626
  }
627
  }else{
628
  // check if id in linked accounts
629
  global $wpdb;
630
+ $existingInstagramUserId = '';
631
+ if($oldInstagramUser){
632
+ $existingInstagramUserId = $wpdb->get_var('SELECT user_id FROM ' . $wpdb->prefix . 'usermeta WHERE meta_key = "thechamp_linked_accounts" and meta_value LIKE "%'. $profileData['ig_id'] .'%"');
633
+ $existingUserId = $existingInstagramUserId;
634
+ }
635
+ if(($oldInstagramUser && !$existingInstagramUserId) || !$oldInstagramUser){
636
+ $existingSocialUserId = $wpdb->get_var('SELECT user_id FROM ' . $wpdb->prefix . 'usermeta WHERE meta_key = "thechamp_linked_accounts" and meta_value LIKE "%'. $profileData['id'] .'%"');
637
+ $existingUserId = $existingSocialUserId;
638
+ }
639
  if($existingUserId){
640
+ if($existingInstagramUserId){
641
+ $linkedAccounts = get_user_meta($existingUserId, 'thechamp_linked_accounts', true);
642
+ $linkedAccounts = maybe_unserialize($linkedAccounts);
643
+ $linkedAccounts['instagram'] = $profileData['id'];
644
+ update_user_meta($existingUserId, 'thechamp_linked_accounts', maybe_serialize($linkedAccounts));
645
+ }
646
  if(is_user_logged_in()){
647
  return array('status' => false, 'message' => 'not linked');
648
  }else{
656
  // linking
657
  if(is_user_logged_in()){
658
  global $user_ID;
659
+ $providerExists = $wpdb->get_var('SELECT user_id FROM ' . $wpdb->prefix . 'usermeta WHERE user_id = '. $user_ID .' and meta_key = "thechamp_linked_accounts" and meta_value LIKE "%'. $profileData['provider'] .'%"');
660
  if($providerExists){
661
  return array('status' => false, 'message' => 'provider exists');
662
  }else{
inc/social_sharing.php CHANGED
@@ -402,14 +402,30 @@ function the_champ_generate_sharing_bitly_url($url, $postId = 0){
402
  $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
403
  if($bitlyUrl){
404
  return $bitlyUrl;
405
- }else{
 
406
  //generate the URL
407
- $bitly = 'http://api.bit.ly/v3/shorten?format=txt&login='. $theChampSharingOptions['bitly_username'] .'&apiKey='. $theChampSharingOptions['bitly_key'] .'&longUrl='.urlencode($url);
408
- $response = wp_remote_get( $bitly, array( 'timeout' => 15 ) );
409
- if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ){
410
- $shortUrl = trim(wp_remote_retrieve_body( $response ));
411
- update_post_meta($postId, '_the_champ_ss_bitly_url', $shortUrl);
412
- return $shortUrl;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
413
  }
414
  }
415
  return false;
@@ -417,17 +433,34 @@ function the_champ_generate_sharing_bitly_url($url, $postId = 0){
417
 
418
  function the_champ_generate_counter_bitly_url($url, $postId = 0){
419
  global $theChampCounterOptions;
420
- $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
 
421
  if($bitlyUrl){
422
  return $bitlyUrl;
423
- }else{
 
424
  //generate the URL
425
- $bitly = 'http://api.bit.ly/v3/shorten?format=txt&login='. $theChampCounterOptions['bitly_username'] .'&apiKey='. $theChampCounterOptions['bitly_key'] .'&longUrl='.urlencode($url);
426
- $response = wp_remote_get( $bitly, array( 'timeout' => 15 ) );
427
- if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ){
428
- $shortUrl = trim(wp_remote_retrieve_body( $response ));
429
- update_post_meta($postId, '_the_champ_ss_bitly_url', $shortUrl);
430
- return $shortUrl;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
431
  }
432
  }
433
  return false;
@@ -452,7 +485,7 @@ function the_champ_generate_like_buttons_short_url($originalUrl, $postId){
452
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
453
  $counterUrl = wp_get_shortlink();
454
  // if bit.ly integration enabled, generate bit.ly short url
455
- }elseif(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
456
  $shortUrl = the_champ_generate_counter_bitly_url($originalUrl, $postId);
457
  if($shortUrl){
458
  $counterUrl = $shortUrl;
@@ -471,7 +504,7 @@ function the_champ_generate_social_sharing_short_url($originalUrl, $postId){
471
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
472
  $sharingUrl = wp_get_shortlink();
473
  // if bit.ly integration enabled, generate bit.ly short url
474
- }elseif(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
475
  $shortUrl = the_champ_generate_sharing_bitly_url($originalUrl, $postId);
476
  if($shortUrl){
477
  $sharingUrl = $shortUrl;
402
  $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
403
  if($bitlyUrl){
404
  return $bitlyUrl;
405
+ }elseif(extension_loaded('curl')){
406
+ $genericAccessToken = $theChampSharingOptions['bitly_access_token'];
407
  //generate the URL
408
+ $bitlyApi = 'https://api-ssl.bitly.com/v4/bitlinks';
409
+ $payload = json_encode(array('long_url' => $url));
410
+
411
+ $ch = curl_init($bitlyApi);
412
+ curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
413
+ curl_setopt($ch, CURLOPT_POSTFIELDS, $payload);
414
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
415
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
416
+ 'Authorization: Bearer '.$genericAccessToken,
417
+ 'Content-Type: application/json',
418
+ 'Content-Length: '.strlen($payload)
419
+ ));
420
+ $response = curl_exec($ch);
421
+
422
+ if(!is_wp_error($response)){
423
+ $shortUrlObject = json_decode(trim($response));
424
+ if(isset($shortUrlObject->link)){
425
+ $shortUrl = esc_url($shortUrlObject->link);
426
+ update_post_meta($postId, '_the_champ_ss_bitly_url', $shortUrl);
427
+ return $shortUrl;
428
+ }
429
  }
430
  }
431
  return false;
433
 
434
  function the_champ_generate_counter_bitly_url($url, $postId = 0){
435
  global $theChampCounterOptions;
436
+
437
+ $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
438
  if($bitlyUrl){
439
  return $bitlyUrl;
440
+ }elseif(extension_loaded('curl')){
441
+ $genericAccessToken = $theChampCounterOptions['bitly_access_token'];
442
  //generate the URL
443
+ $bitlyApi = 'https://api-ssl.bitly.com/v4/bitlinks';
444
+ $payload = json_encode(array('long_url' => $url));
445
+
446
+ $ch = curl_init($bitlyApi);
447
+ curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
448
+ curl_setopt($ch, CURLOPT_POSTFIELDS, $payload);
449
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
450
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
451
+ 'Authorization: Bearer '.$genericAccessToken,
452
+ 'Content-Type: application/json',
453
+ 'Content-Length: '.strlen($payload)
454
+ ));
455
+ $response = curl_exec($ch);
456
+
457
+ if(!is_wp_error($response)){
458
+ $shortUrlObject = json_decode(trim($response));
459
+ if(isset($shortUrlObject->link)){
460
+ $shortUrl = esc_url($shortUrlObject->link);
461
+ update_post_meta($postId, '_the_champ_ss_bitly_url', $shortUrl);
462
+ return $shortUrl;
463
+ }
464
  }
465
  }
466
  return false;
485
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
486
  $counterUrl = wp_get_shortlink();
487
  // if bit.ly integration enabled, generate bit.ly short url
488
+ }elseif(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_access_token']) && $theChampCounterOptions['bitly_access_token'] != ''){
489
  $shortUrl = the_champ_generate_counter_bitly_url($originalUrl, $postId);
490
  if($shortUrl){
491
  $counterUrl = $shortUrl;
504
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
505
  $sharingUrl = wp_get_shortlink();
506
  // if bit.ly integration enabled, generate bit.ly short url
507
+ }elseif(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_access_token']) && $theChampSharingOptions['bitly_access_token'] != ''){
508
  $shortUrl = the_champ_generate_sharing_bitly_url($originalUrl, $postId);
509
  if($shortUrl){
510
  $sharingUrl = $shortUrl;
inc/widget.php CHANGED
@@ -184,7 +184,7 @@ class TheChampSharingWidget extends WP_Widget {
184
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
185
  $sharingUrl = wp_get_shortlink();
186
  // if bit.ly integration enabled, generate bit.ly short url
187
- }elseif(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
188
  $shortUrl = the_champ_generate_sharing_bitly_url($sharingUrl, $postId);
189
  if($shortUrl){
190
  $sharingUrl = $shortUrl;
@@ -357,7 +357,7 @@ class TheChampVerticalSharingWidget extends WP_Widget {
357
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
358
  $sharingUrl = wp_get_shortlink();
359
  // if bit.ly integration enabled, generate bit.ly short url
360
- }elseif(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
361
  $shortUrl = the_champ_generate_sharing_bitly_url($sharingUrl, $postId);
362
  if($shortUrl){
363
  $sharingUrl = $shortUrl;
@@ -542,7 +542,7 @@ class TheChampCounterWidget extends WP_Widget {
542
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
543
  $shortUrl = wp_get_shortlink();
544
  // if bit.ly integration enabled, generate bit.ly short url
545
- }elseif(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
546
  $tempShortUrl = the_champ_generate_counter_bitly_url($counterUrl, $postId);
547
  if($tempShortUrl){
548
  $shortUrl = $tempShortUrl;
@@ -684,7 +684,7 @@ class TheChampVerticalCounterWidget extends WP_Widget {
684
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
685
  $shortUrl = wp_get_shortlink();
686
  // if bit.ly integration enabled, generate bit.ly short url
687
- }elseif(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
688
  $tempShortUrl = the_champ_generate_counter_bitly_url($counterUrl, $postId);
689
  if($tempShortUrl){
690
  $shortUrl = $tempShortUrl;
184
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
185
  $sharingUrl = wp_get_shortlink();
186
  // if bit.ly integration enabled, generate bit.ly short url
187
+ }elseif(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_access_token']) && $theChampSharingOptions['bitly_access_token'] != ''){
188
  $shortUrl = the_champ_generate_sharing_bitly_url($sharingUrl, $postId);
189
  if($shortUrl){
190
  $sharingUrl = $shortUrl;
357
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
358
  $sharingUrl = wp_get_shortlink();
359
  // if bit.ly integration enabled, generate bit.ly short url
360
+ }elseif(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_access_token']) && $theChampSharingOptions['bitly_access_token'] != ''){
361
  $shortUrl = the_champ_generate_sharing_bitly_url($sharingUrl, $postId);
362
  if($shortUrl){
363
  $sharingUrl = $shortUrl;
542
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
543
  $shortUrl = wp_get_shortlink();
544
  // if bit.ly integration enabled, generate bit.ly short url
545
+ }elseif(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_access_token']) && $theChampCounterOptions['bitly_access_token'] != ''){
546
  $tempShortUrl = the_champ_generate_counter_bitly_url($counterUrl, $postId);
547
  if($tempShortUrl){
548
  $shortUrl = $tempShortUrl;
684
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
685
  $shortUrl = wp_get_shortlink();
686
  // if bit.ly integration enabled, generate bit.ly short url
687
+ }elseif(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_access_token']) && $theChampCounterOptions['bitly_access_token'] != ''){
688
  $tempShortUrl = the_champ_generate_counter_bitly_url($counterUrl, $postId);
689
  if($tempShortUrl){
690
  $shortUrl = $tempShortUrl;
js/front/combined.js CHANGED
@@ -3,9 +3,7 @@ theChampFBKey = typeof theChampFBKey != 'undefined' ? theChampFBKey : '', theCha
3
  function theChampPopup(e){window.open(e,"_blank","height=420,width=620,left=390,top=105,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
4
  function theChampGetCookie(e){for(var t=e+"=",a=document.cookie.split(";"),h=0;h<a.length;h++){for(var i=a[h];" "==i.charAt(0);)i=i.substring(1,i.length);if(0==i.indexOf(t))return i.substring(t.length,i.length)}return null}
5
  // common.js
6
- function theChampLoginPopup(e){if("undefined"!=typeof theChampSameTabLogin&&theChampSameTabLogin==1){location.href=e}else{window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}}function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(e){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){var a=e.getAttribute("alt");"Login with Facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"Login with Line"==a?theChampLoginPopup(theChampLineAuthUrl):"Login with Microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl):"Login with Steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"Login with Twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("Login with Linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"Login with Google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"Login with Instagram"==a&&theChampInitializeInstaLogin())}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(a=0;a<t.length;a++)for(var h=theChampGetElementsByClass(e,t[a]),i=0;i<h.length;i++)h[i].style.display="block"}function theChampValidateEmail(e){return/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;theChampLoadEvent(function(){null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0)}),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"});
7
- // instagram.js
8
- var heateorSsParentWindow=window.opener?window.opener:window;function theChampInitializeInstaLogin(){var e=typeof theChampLinkingRedirection!="undefined"&&theChampLinkingRedirection!=""?theChampLinkingRedirection:theChampTwitterRedirect;theChampLoginPopup("https://instagram.com/oauth/authorize/?client_id="+theChampInstaId+"&redirect_uri="+encodeURI(theChampSiteUrl+"?ssredirect="+e)+"&response_type=token")}function theChampGetHashValue(e){if(typeof e!=="string"){e=""}else{e=e.toLowerCase()}var t=location.hash.toLowerCase().match(new RegExp(e+"=([^&]*)"));var n="";if(t){n=t[1]}return n}function theChampGetParameterByName(e){e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var t=new RegExp("[\\?&]"+e+"=([^&#]*)"),n=t.exec(location.search);return n===null?"":decodeURIComponent(n[1].replace(/\+/g," "))}var theChampInstagramHash=theChampGetHashValue("access_token");if(theChampInstagramHash!=""){var redirection = theChampGetParameterByName("ssredirect");redirection = redirection + (heateorSsParentWindow.heateorMSEnabled == 1 ? (redirection.indexOf('?') >= 0 ? '&' : '?') + "heateorMSEnabled=1" : '');heateorSsParentWindow.location.href=theChampSiteUrl+"?SuperSocializerInstaToken="+theChampInstagramHash+"&super_socializer_redirect_to="+(redirection?redirection:theChampTwitterRedirect);window.close()}
9
  // sdk.js
10
  function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v3.2"})}window.fbAsyncInit=function(){theChampInitiateFB(),theChampFbIosLogin&&theChampAuthUserFB(),"function"==typeof theChampDisplayLoginIcon&&theChampDisplayLoginIcon(document,["theChampFacebookButton","theChampFacebookLogin"]),("undefined"!=typeof theChampCommentNotification&&1==theChampCommentNotification||"undefined"!=typeof theChampHeateorFcmRecentComments&&1==theChampHeateorFcmRecentComments)&&FB.Event.subscribe("comment.create",function(e){void 0!==e.commentID&&e.commentID&&("undefined"!=typeof theChampCommentNotification&&1==theChampCommentNotification&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"the_champ_moderate_fb_comments",data:e},success:function(e,t,n){}}),"undefined"!=typeof theChampHeateorFcmRecentComments&&1==theChampHeateorFcmRecentComments&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"heateor_fcm_save_fb_comment",data:e},success:function(e,t,n){}}))}),"undefined"!=typeof theChampFbLikeMycred&&theChampFbLikeMycred&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e||"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e||"","Minus point(s) for undoing Facebook like-recommend")})),"undefined"!=typeof theChampSsga&&theChampSsga&&(FB.Event.subscribe("edge.create",function(e){heateorSsgaSocialPluginsTracking("Facebook","Like",e||"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsgaSocialPluginsTracking("Facebook","Unlike",e||"")}))},function(e){var t,n="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(n)||((t=e.createElement("script")).id=n,t.async=!0,t.src="//connect.facebook.net/"+theChampFBLang+"/sdk.js",o.parentNode.insertBefore(t,o))}(document);
11
  // commenting.js
3
  function theChampPopup(e){window.open(e,"_blank","height=420,width=620,left=390,top=105,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
4
  function theChampGetCookie(e){for(var t=e+"=",a=document.cookie.split(";"),h=0;h<a.length;h++){for(var i=a[h];" "==i.charAt(0);)i=i.substring(1,i.length);if(0==i.indexOf(t))return i.substring(t.length,i.length)}return null}
5
  // common.js
6
+ function theChampLoginPopup(e){if("undefined"!=typeof theChampSameTabLogin&&theChampSameTabLogin==1){location.href=e}else{window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}}function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(e){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){var a=e.getAttribute("alt");"Login with Facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"Login with Line"==a?theChampLoginPopup(theChampLineAuthUrl):"Login with Microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl):"Login with Steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"Login with Twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("Login with Linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"Login with Google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"Login with Instagram"==a&&theChampLoginPopup(theChampInstagramAuthUrl))}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(a=0;a<t.length;a++)for(var h=theChampGetElementsByClass(e,t[a]),i=0;i<h.length;i++)h[i].style.display="block"}function theChampValidateEmail(e){return/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;theChampLoadEvent(function(){null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0)}),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"});
 
 
7
  // sdk.js
8
  function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v3.2"})}window.fbAsyncInit=function(){theChampInitiateFB(),theChampFbIosLogin&&theChampAuthUserFB(),"function"==typeof theChampDisplayLoginIcon&&theChampDisplayLoginIcon(document,["theChampFacebookButton","theChampFacebookLogin"]),("undefined"!=typeof theChampCommentNotification&&1==theChampCommentNotification||"undefined"!=typeof theChampHeateorFcmRecentComments&&1==theChampHeateorFcmRecentComments)&&FB.Event.subscribe("comment.create",function(e){void 0!==e.commentID&&e.commentID&&("undefined"!=typeof theChampCommentNotification&&1==theChampCommentNotification&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"the_champ_moderate_fb_comments",data:e},success:function(e,t,n){}}),"undefined"!=typeof theChampHeateorFcmRecentComments&&1==theChampHeateorFcmRecentComments&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"heateor_fcm_save_fb_comment",data:e},success:function(e,t,n){}}))}),"undefined"!=typeof theChampFbLikeMycred&&theChampFbLikeMycred&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e||"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e||"","Minus point(s) for undoing Facebook like-recommend")})),"undefined"!=typeof theChampSsga&&theChampSsga&&(FB.Event.subscribe("edge.create",function(e){heateorSsgaSocialPluginsTracking("Facebook","Like",e||"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsgaSocialPluginsTracking("Facebook","Unlike",e||"")}))},function(e){var t,n="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(n)||((t=e.createElement("script")).id=n,t.async=!0,t.src="//connect.facebook.net/"+theChampFBLang+"/sdk.js",o.parentNode.insertBefore(t,o))}(document);
9
  // commenting.js
js/front/social_login/common.js CHANGED
@@ -1 +1 @@
1
- function theChampLoginPopup(e){if("undefined"!=typeof theChampSameTabLogin&&theChampSameTabLogin==1){location.href=e}else{window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}}function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(e){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){var a=e.getAttribute("alt");"Login with Facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"Login with Steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"Login with Twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("Login with Linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"Login with Google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"Login with Line"==a?theChampLoginPopup(theChampLineAuthUrl):"Login with Microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl):"Login with Vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"Login with Instagram"==a&&theChampInitializeInstaLogin())}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(a=0;a<t.length;a++)for(var h=theChampGetElementsByClass(e,t[a]),i=0;i<h.length;i++)h[i].style.display="block"}function theChampValidateEmail(e){return/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;theChampLoadEvent(function(){null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0)}),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"});
1
+ function theChampLoginPopup(e){if("undefined"!=typeof theChampSameTabLogin&&theChampSameTabLogin==1){location.href=e}else{window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}}function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(e){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){var a=e.getAttribute("alt");"Login with Facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"Login with Steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"Login with Twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("Login with Linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"Login with Google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"Login with Line"==a?theChampLoginPopup(theChampLineAuthUrl):"Login with Microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl):"Login with Vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"Login with Instagram"==a&&theChampLoginPopup(theChampInstagramAuthUrl))}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(a=0;a<t.length;a++)for(var h=theChampGetElementsByClass(e,t[a]),i=0;i<h.length;i++)h[i].style.display="block"}function theChampValidateEmail(e){return/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;theChampLoadEvent(function(){null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0)}),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"});
js/front/social_login/instagram.js DELETED
@@ -1 +0,0 @@
1
- var heateorSsParentWindow=window.opener?window.opener:window;function theChampInitializeInstaLogin(){var a="undefined"!=typeof theChampLinkingRedirection&&""!=theChampLinkingRedirection?theChampLinkingRedirection:theChampTwitterRedirect;theChampLoginPopup("https://instagram.com/oauth/authorize/?client_id="+theChampInstaId+"&redirect_uri="+encodeURI(theChampSiteUrl+"?ssredirect=")+a+"&response_type=token")}function theChampGetHashValue(a){a="string"!=typeof a?"":a.toLowerCase();var b=location.hash.toLowerCase().match(new RegExp(a+"=([^&]*)")),c="";return b&&(c=b[1]),c}function theChampGetParameterByName(a){a=a.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var b=new RegExp("[\\?&]"+a+"=([^&#]*)"),c=b.exec(location.search);return null===c?"":decodeURIComponent(c[1].replace(/\+/g," "))}var theChampInstagramHash=theChampGetHashValue("access_token");if(""!=theChampInstagramHash){var redirection=theChampGetParameterByName("ssredirect");redirection+=1==heateorSsParentWindow.heateorMSEnabled?(redirection.indexOf("?")>=0?"&":"?")+"heateorMSEnabled=1":"",heateorSsParentWindow.location.href=theChampSiteUrl+"?SuperSocializerInstaToken="+theChampInstagramHash+"&super_socializer_redirect_to="+(redirection||theChampTwitterRedirect),window.close()}
 
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: 2020-06-26 12:29+0530\n"
6
- "PO-Revision-Date: 2020-06-26 12:29+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -15,19 +15,19 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:475
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:479 ../super_socializer.php:493
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:489
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:663
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
@@ -36,7 +36,7 @@ msgstr ""
36
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
37
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
38
 
39
- #: ../super_socializer.php:691
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -45,7 +45,7 @@ msgstr ""
45
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
46
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
47
 
48
- #: ../super_socializer.php:694
49
  #, fuzzy, php-format
50
  msgid ""
51
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -54,7 +54,7 @@ msgstr ""
54
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
55
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
56
 
57
- #: ../super_socializer.php:697
58
  msgid ""
59
  "Make sure cURL is enabled at your website server. You may need to contact "
60
  "the server administrator of your website to verify this"
@@ -62,147 +62,164 @@ msgstr ""
62
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
63
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
64
 
65
- #: ../super_socializer.php:879 ../helper.php:968
66
  msgid "Please verify your email address to login."
67
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
68
 
69
- #: ../super_socializer.php:879
70
  msgid "Your email has been verified. Now you can login to your account"
71
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
72
 
73
- #: ../super_socializer.php:883
74
  msgid "Notification"
75
  msgstr "تنبيهات"
76
 
77
- #: ../super_socializer.php:901 ../admin/social_login.php:758
78
  msgid "Email required"
79
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
80
 
81
- #: ../super_socializer.php:904
82
  msgid "Please check your email inbox to complete the registration."
83
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
84
 
85
- #: ../super_socializer.php:982
86
  msgid "Leave a reply"
87
  msgstr "اترك رد"
88
 
89
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
90
  msgid "Shares"
91
  msgstr ""
92
 
93
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
94
  msgid "Share"
95
  msgstr ""
96
 
97
- #: ../super_socializer.php:998
98
  #, fuzzy
99
  msgid "Link copied."
100
  msgstr "شارك الأخرين عبر لنكيدان"
101
 
102
- #: ../super_socializer.php:1244
103
  #, fuzzy
104
  msgid "Super Socializer - General Options"
105
  msgstr "آخر تسجيل دخول | Last Login"
106
 
107
- #: ../super_socializer.php:1244 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  #, fuzzy
110
  msgid "General Options"
111
  msgstr "المشاركات الأفقي"
112
 
113
- #: ../super_socializer.php:1312 ../helper.php:890
114
  #, fuzzy
115
  msgid "Social Avatar"
116
  msgstr "صغير الرمزية رابط"
117
 
118
- #: ../super_socializer.php:1315
119
  msgid "Small Avatar Url"
120
  msgstr "صغير الرمزية رابط"
121
 
122
- #: ../super_socializer.php:1319
123
  #, fuzzy
124
  msgid "Large Avatar Url"
125
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
126
 
127
- #: ../super_socializer.php:1323 ../helper.php:893
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
131
  msgstr ""
132
 
133
- #: ../super_socializer.php:1327 ../helper.php:894
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr ""
136
 
137
- #: ../super_socializer.php:1404
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
- #: ../super_socializer.php:1405
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
144
 
145
- #: ../super_socializer.php:1410
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
148
 
149
- #: ../super_socializer.php:1414 ../super_socializer.php:2072
150
  msgid "Link your social account to login to your account at this website"
151
  msgstr ""
152
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
153
  "الى حسابك في هذا الموقع"
154
 
155
- #: ../super_socializer.php:1653
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1655
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1666
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socializer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1675
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1684
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1693
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1702
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1713
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  #, php-format
201
  msgid ""
202
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1752
206
  #, php-format
207
  msgid ""
208
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -210,14 +227,14 @@ msgid ""
210
  "target=\"_blank\">here</a>"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1752 ../super_socializer.php:1777
214
- #: ../super_socializer.php:1802 ../super_socializer.php:1827
215
- #: ../super_socializer.php:1860 ../super_socializer.php:1888
216
- #: ../super_socializer.php:1915
217
  msgid "Okay"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1777
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -225,7 +242,7 @@ msgid ""
225
  "\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1802
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -233,7 +250,7 @@ msgid ""
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1827
237
  #, php-format
238
  msgid ""
239
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -241,13 +258,13 @@ msgid ""
241
  "target=\"_blank\">here</a>"
242
  msgstr ""
243
 
244
- #: ../super_socializer.php:1838
245
  #, php-format
246
  msgid ""
247
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1860
251
  #, php-format
252
  msgid ""
253
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -255,7 +272,7 @@ msgid ""
255
  "\"%s\" target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1888
259
  #, php-format
260
  msgid ""
261
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -264,7 +281,7 @@ msgid ""
264
  "your website %s with them. No need to copy-paste any code from their website."
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1915
268
  #, php-format
269
  msgid ""
270
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -272,7 +289,7 @@ msgid ""
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
- #: ../super_socializer.php:1940
276
  #, php-format
277
  msgid ""
278
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -280,11 +297,11 @@ msgid ""
280
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
281
  msgstr ""
282
 
283
- #: ../super_socializer.php:1940 ../super_socializer.php:1967
284
  msgid "Dismiss"
285
  msgstr ""
286
 
287
- #: ../super_socializer.php:1966
288
  #, php-format
289
  msgid ""
290
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -293,7 +310,7 @@ msgid ""
293
  "that, clear share counts cache from \"Miscellaneous\" section"
294
  msgstr ""
295
 
296
- #: ../super_socializer.php:2148
297
  msgid ""
298
  "Your browser is blocking some features of this website. Please follow the "
299
  "instructions at {support_url} to unblock these."
@@ -329,113 +346,113 @@ msgstr ""
329
  msgid "Settings"
330
  msgstr "الإعدادات"
331
 
332
- #: ../helper.php:542
333
  msgid "Account linked successfully"
334
  msgstr "تم ربط حسابك بنجاح"
335
 
336
- #: ../helper.php:546
337
  msgid "Account already exists or linked"
338
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
339
 
340
- #: ../helper.php:582 ../helper.php:584
341
  #, fuzzy
342
  msgid "Login with"
343
  msgstr "الخيارات"
344
 
345
- #: ../helper.php:619 ../helper.php:625
346
  msgid "Currently"
347
  msgstr "في الوقت الحاضر"
348
 
349
- #: ../helper.php:619 ../helper.php:625
350
  msgid "Connected with"
351
  msgstr ""
352
 
353
- #: ../helper.php:619 ../helper.php:625
354
  msgid "Remove"
355
  msgstr "إزالة"
356
 
357
- #: ../helper.php:696
358
  #, fuzzy
359
  msgid "Social Account Linking"
360
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
361
 
362
- #: ../helper.php:746
363
  #, fuzzy
364
  msgid "Disable Standard Social Sharing on this "
365
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
366
 
367
- #: ../helper.php:751
368
  #, fuzzy
369
  msgid "Disable Floating Social Sharing on this "
370
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
371
 
372
- #: ../helper.php:756
373
  #, fuzzy
374
  msgid "Disable Standard like buttons on this "
375
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
376
 
377
- #: ../helper.php:761
378
  #, fuzzy
379
  msgid "Disable Floating like buttons on this "
380
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
381
 
382
- #: ../helper.php:766
383
  msgid "Disable Social Commenting on this "
384
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
385
 
386
- #: ../helper.php:775
387
  #, fuzzy
388
  msgid "Standard Sharing Interface"
389
  msgstr "المشاركات الأفقي"
390
 
391
- #: ../helper.php:781 ../helper.php:800
392
  msgid "Starting share count for "
393
  msgstr "بدء العد حصة ل"
394
 
395
- #: ../helper.php:794
396
  #, fuzzy
397
  msgid "Floating Sharing Interface"
398
  msgstr "المشاركات الأفقي"
399
 
400
- #: ../helper.php:897
401
  #, fuzzy
402
  msgid "Small Avatar"
403
  msgstr "صغير الرمزية رابط"
404
 
405
- #: ../helper.php:901
406
  #, fuzzy
407
  msgid "Large Avatar"
408
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
409
 
410
- #: ../helper.php:905 ../admin/general_options.php:92
411
- #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
412
- #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
413
  #, fuzzy
414
  msgid "Save Changes"
415
  msgstr "حفظ"
416
 
417
- #: ../helper.php:1005
418
  msgid "Click to delete social profile data"
419
  msgstr ""
420
 
421
- #: ../helper.php:1034
422
  #, fuzzy
423
  msgid "Deleting"
424
  msgstr "الإعدادات"
425
 
426
- #: ../helper.php:1044
427
  msgid "Deleted"
428
  msgstr ""
429
 
430
- #: ../helper.php:1046
431
  msgid "Something bad happened"
432
  msgstr ""
433
 
434
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
435
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
436
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
437
- #: ../admin/social_login.php:5 ../admin/social_login.php:1252
438
- #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
439
  #, fuzzy, php-format
440
  msgid ""
441
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -492,16 +509,16 @@ msgstr "رابط (URL) مخصّص"
492
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
493
  msgstr ""
494
 
495
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
496
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
497
- #: ../admin/like_buttons.php:809
498
  #, fuzzy
499
  msgid "Instagram Shoutout"
500
  msgstr "إنستاجرام"
501
 
502
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
503
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
504
- #: ../admin/like_buttons.php:811
505
  msgid ""
506
  "If you can send (to hello@heateor.com) how this plugin is helping your "
507
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -621,7 +638,7 @@ msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقي
621
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
622
  msgstr ""
623
 
624
- #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1926
625
  msgid ""
626
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
627
  "Facebook share count to work"
@@ -649,10 +666,10 @@ msgstr ""
649
  msgid "3rd Party Integration"
650
  msgstr ""
651
 
652
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
653
- #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
654
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
655
- #: ../admin/like_buttons.php:770
656
  #, fuzzy
657
  msgid "Shortcode & Widget"
658
  msgstr "استخدم كود مختصر | Include the shortcode"
@@ -662,10 +679,10 @@ msgstr "استخدم كود مختصر | Include the shortcode"
662
  msgid "Troubleshooter"
663
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
664
 
665
- #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
666
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
667
- #: ../admin/social_login.php:46 ../admin/social_login.php:1228
668
- #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
669
  #, fuzzy
670
  msgid "FAQ"
671
  msgstr "الأسئلة الشائعة "
@@ -924,8 +941,8 @@ msgstr "رابط (URL) مخصّص"
924
  msgid "Url to share"
925
  msgstr " شارك الآخرين بهذة الفقرة"
926
 
927
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
928
- #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
929
  #: ../inc/widget.php:945
930
  #, fuzzy
931
  msgid "Title"
@@ -1023,7 +1040,7 @@ msgid "Placement"
1023
  msgstr ""
1024
 
1025
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
1026
- #: ../admin/social_login.php:816 ../admin/social_login.php:845
1027
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
1028
  #, fuzzy
1029
  msgid "Homepage"
@@ -1358,64 +1375,60 @@ msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1358
  msgid "Master control to enable bit.ly url shortening for sharing"
1359
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1360
 
1361
- #: ../admin/social_sharing.php:1659
1362
- msgid "bit.ly Login"
1363
  msgstr ""
1364
 
1365
- #: ../admin/social_sharing.php:1669 ../admin/social_sharing.php:1687
1366
- #, fuzzy, php-format
1367
- msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
 
 
 
 
1368
  msgstr ""
1369
- "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق "
1370
- "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1371
- "\"مفتاح API التغريد\""
1372
-
1373
- #: ../admin/social_sharing.php:1677 ../admin/like_buttons.php:631
1374
- #, fuzzy
1375
- msgid "bit.ly API Key"
1376
- msgstr "مفتاح API الخاص | API Private Key"
1377
 
1378
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:649
1379
  msgid "Clear Bitly Cache"
1380
  msgstr ""
1381
 
1382
- #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:653
1383
  #, fuzzy
1384
  msgid "ShortUrl cache cleared successfully."
1385
  msgstr "تم ربط حسابك بنجاح"
1386
 
1387
- #: ../admin/social_sharing.php:1706 ../admin/like_buttons.php:660
1388
  msgid ""
1389
  "Use this to delete short urls saved in database. Handy, if urls of your "
1390
  "website have been changed but short urls are still being generated for old "
1391
  "urls."
1392
  msgstr ""
1393
 
1394
- #: ../admin/social_sharing.php:1715
1395
  msgid "Share Count Cache"
1396
  msgstr ""
1397
 
1398
- #: ../admin/social_sharing.php:1720
1399
  msgid "Refresh Share Count cache every"
1400
  msgstr ""
1401
 
1402
- #: ../admin/social_sharing.php:1725
1403
  msgid "Second(s)"
1404
  msgstr ""
1405
 
1406
- #: ../admin/social_sharing.php:1726
1407
  msgid "Minute(s)"
1408
  msgstr ""
1409
 
1410
- #: ../admin/social_sharing.php:1727
1411
  msgid "Hour(s)"
1412
  msgstr ""
1413
 
1414
- #: ../admin/social_sharing.php:1728
1415
  msgid "Day(s)"
1416
  msgstr ""
1417
 
1418
- #: ../admin/social_sharing.php:1736
1419
  #, php-format
1420
  msgid ""
1421
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1423,29 +1436,29 @@ msgid ""
1423
  "target=\"_blank\">here</a>"
1424
  msgstr ""
1425
 
1426
- #: ../admin/social_sharing.php:1743
1427
  msgid "Clear Share Counts Cache"
1428
  msgstr ""
1429
 
1430
- #: ../admin/social_sharing.php:1747
1431
  #, fuzzy
1432
  msgid "Share Counts cache cleared successfully."
1433
  msgstr "تم ربط حسابك بنجاح"
1434
 
1435
- #: ../admin/social_sharing.php:1754
1436
  msgid "Use this to clear cached share counts"
1437
  msgstr ""
1438
 
1439
- #: ../admin/social_sharing.php:1763 ../admin/social_sharing.php:1768
1440
- #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:669
1441
- #: ../admin/like_buttons.php:674
1442
  #, fuzzy
1443
  msgid "Language"
1444
  msgstr ""
1445
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1446
  "والخصائص التالية: %s"
1447
 
1448
- #: ../admin/social_sharing.php:1778
1449
  #, fuzzy, php-format
1450
  msgid ""
1451
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1456,17 +1469,17 @@ msgstr ""
1456
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1457
  "فارغاً ل language(English) الافتراضي"
1458
 
1459
- #: ../admin/social_sharing.php:1787
1460
  #, fuzzy
1461
  msgid "Username in sharing"
1462
  msgstr "شارك الأخرين عبر تويتر"
1463
 
1464
- #: ../admin/social_sharing.php:1792
1465
  #, fuzzy
1466
  msgid "Twitter username (without @)"
1467
  msgstr "قالب بدون %1$s"
1468
 
1469
- #: ../admin/social_sharing.php:1802 ../admin/social_sharing.php:1820
1470
  #, fuzzy
1471
  msgid ""
1472
  "Provided username will be appended after the content being shared as \"via "
@@ -1476,37 +1489,37 @@ msgstr ""
1476
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1477
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1478
 
1479
- #: ../admin/social_sharing.php:1810
1480
  #, fuzzy
1481
  msgid "Buffer username (without @)"
1482
  msgstr "قالب بدون %1$s"
1483
 
1484
- #: ../admin/social_sharing.php:1829
1485
  msgid "AMP"
1486
  msgstr ""
1487
 
1488
- #: ../admin/social_sharing.php:1834
1489
  #, fuzzy
1490
  msgid "Enable sharing on AMP pages"
1491
  msgstr "صفحة"
1492
 
1493
- #: ../admin/social_sharing.php:1844
1494
  msgid "Enable this option to render sharing icons on AMP pages"
1495
  msgstr ""
1496
 
1497
- #: ../admin/social_sharing.php:1863 ../admin/like_buttons.php:745
1498
  msgid "myCRED"
1499
  msgstr ""
1500
 
1501
- #: ../admin/social_sharing.php:1868 ../admin/like_buttons.php:750
1502
  msgid "Append myCRED referral ID to the urls being shared"
1503
  msgstr ""
1504
 
1505
- #: ../admin/social_sharing.php:1901
1506
  msgid "Facebook Sharing Troubleshooter"
1507
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1508
 
1509
- #: ../admin/social_sharing.php:1906
1510
  #, fuzzy
1511
  msgid ""
1512
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1516,28 +1529,28 @@ msgstr ""
1516
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1517
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1518
 
1519
- #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1520
- #: ../admin/social_login.php:1230
1521
  msgid ""
1522
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1523
  "an online website for the plugin to function properly."
1524
  msgstr ""
1525
 
1526
- #: ../admin/social_sharing.php:1924
1527
  msgid ""
1528
  "Why is sharer not showing the correct image, title and other meta tags "
1529
  "content?"
1530
  msgstr ""
1531
 
1532
- #: ../admin/social_sharing.php:1925
1533
  msgid "Why is Facebook share count not working?"
1534
  msgstr ""
1535
 
1536
- #: ../admin/social_sharing.php:1928
1537
  msgid "Why is Instagram icon redirecting to Instagram website?"
1538
  msgstr ""
1539
 
1540
- #: ../admin/social_sharing.php:1929
1541
  msgid ""
1542
  "Instagram icon is there to send website visitors to the Instagram page of "
1543
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1545,46 +1558,46 @@ msgid ""
1545
  "sections."
1546
  msgstr ""
1547
 
1548
- #: ../admin/social_sharing.php:1932
1549
  #, fuzzy
1550
  msgid "How to customize the url being shared?"
1551
  msgstr "عرض عدد المقالات"
1552
 
1553
- #: ../admin/social_sharing.php:1933
1554
  msgid ""
1555
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1556
  msgstr ""
1557
 
1558
- #: ../admin/social_sharing.php:1934
1559
  msgid ""
1560
  "It takes some time for their service to track the shares made on Twitter "
1561
  "from your website. If you still feel it's taking too long you can contact "
1562
  "their support directly from their website."
1563
  msgstr ""
1564
 
1565
- #: ../admin/social_sharing.php:1936 ../admin/like_buttons.php:787
1566
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1567
  msgstr ""
1568
 
1569
- #: ../admin/social_sharing.php:1937
1570
  msgid ""
1571
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1572
  msgstr ""
1573
 
1574
- #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1575
- #: ../admin/social_login.php:1237
1576
  msgid "Why is my browser blocking some features of the plugin?"
1577
  msgstr ""
1578
 
1579
- #: ../admin/social_sharing.php:1939
1580
  msgid "Why the color of share icons is not being updated?"
1581
  msgstr ""
1582
 
1583
- #: ../admin/social_sharing.php:1940
1584
  msgid "Why Facebook share counts are not appearing?"
1585
  msgstr ""
1586
 
1587
- #: ../admin/social_sharing.php:1941
1588
  #, fuzzy
1589
  msgid ""
1590
  "How can I show share counts of my website rather than of individual pages/"
@@ -1593,51 +1606,51 @@ msgstr ""
1593
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1594
  "الوظائف؟"
1595
 
1596
- #: ../admin/social_sharing.php:1942
1597
  #, fuzzy
1598
  msgid "How can I disable sharing on particular page/post?"
1599
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1600
 
1601
- #: ../admin/social_sharing.php:1943
1602
  #, fuzzy
1603
  msgid "How can I specify minimum sharing count for sharing networks?"
1604
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1605
 
1606
- #: ../admin/social_sharing.php:1944
1607
  msgid "How to share specific page?"
1608
  msgstr ""
1609
 
1610
- #: ../admin/social_sharing.php:1945
1611
  msgid "How to integrate Google Analytics with sharing?"
1612
  msgstr ""
1613
 
1614
- #: ../admin/social_sharing.php:1946
1615
  msgid "How to customize the look of total share counts?"
1616
  msgstr ""
1617
 
1618
- #: ../admin/social_sharing.php:1947
1619
  #, fuzzy
1620
  msgid "How to customize the look of individual share counts?"
1621
  msgstr "عرض عدد المقالات"
1622
 
1623
- #: ../admin/social_sharing.php:1948
1624
  #, fuzzy
1625
  msgid "How to show Whatsapp icon only on mobile devices?"
1626
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1627
 
1628
- #: ../admin/social_sharing.php:1949
1629
  msgid "How to hide arrow after floating sharing bar?"
1630
  msgstr ""
1631
 
1632
- #: ../admin/social_sharing.php:1950
1633
  msgid "Why is share count not getting updated?"
1634
  msgstr ""
1635
 
1636
- #: ../admin/social_sharing.php:1951 ../admin/like_buttons.php:785
1637
  msgid "Why is there so much space between like buttons?"
1638
  msgstr ""
1639
 
1640
- #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:786
1641
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1642
  msgstr ""
1643
 
@@ -1923,11 +1936,11 @@ msgstr "إنشاء ملف الإعدادات"
1923
  msgid "Advanced Configuration"
1924
  msgstr "إنشاء ملف الإعدادات"
1925
 
1926
- #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1927
  msgid "GDPR"
1928
  msgstr ""
1929
 
1930
- #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1931
  msgid "XProfile Integration"
1932
  msgstr ""
1933
 
@@ -2060,7 +2073,7 @@ msgid ""
2060
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2061
 
2062
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
2063
- #: ../admin/social_login.php:400 ../admin/social_login.php:420
2064
  #, fuzzy
2065
  msgid ""
2066
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2192,31 +2205,48 @@ msgstr "انشر عبر VKontakte"
2192
 
2193
  #: ../admin/social_login.php:368
2194
  #, fuzzy
2195
- msgid "Instagram Client ID"
2196
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2197
 
2198
  #: ../admin/social_login.php:378
2199
  #, fuzzy, php-format
2200
  msgid ""
2201
  "Required for Instagram Social Login to work. Please follow the documentation "
2202
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
2203
  msgstr ""
2204
  "المطلوبة \"دخول Instagram الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2205
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2206
  "Instagram"
2207
 
2208
- #: ../admin/social_login.php:380
2209
  #, fuzzy
2210
  msgid ""
2211
- "Paste following url in <strong>Website URL</strong> option mentioned at the "
2212
- "link"
2213
- msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
 
 
2214
 
2215
  #: ../admin/social_login.php:389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2216
  msgid "Line Channel ID"
2217
  msgstr ""
2218
 
2219
- #: ../admin/social_login.php:398
2220
  #, fuzzy, php-format
2221
  msgid ""
2222
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2225,12 +2255,12 @@ msgstr ""
2225
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2226
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2227
 
2228
- #: ../admin/social_login.php:409
2229
  #, fuzzy
2230
  msgid "Line Channel Secret"
2231
  msgstr "شارك الأخرين عبر لنكيدان"
2232
 
2233
- #: ../admin/social_login.php:418
2234
  #, fuzzy, php-format
2235
  msgid ""
2236
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2239,12 +2269,12 @@ msgstr ""
2239
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2240
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2241
 
2242
- #: ../admin/social_login.php:429
2243
  #, fuzzy
2244
  msgid "Microsoft Client ID"
2245
  msgstr "شارك الأخرين عبر جوجل"
2246
 
2247
- #: ../admin/social_login.php:438
2248
  #, fuzzy, php-format
2249
  msgid ""
2250
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2254,7 +2284,7 @@ msgstr ""
2254
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2255
  "GooglePlus"
2256
 
2257
- #: ../admin/social_login.php:440 ../admin/social_login.php:460
2258
  #, fuzzy
2259
  msgid ""
2260
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2263,12 +2293,12 @@ msgstr ""
2263
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2264
  "الوصلة المذكورة"
2265
 
2266
- #: ../admin/social_login.php:449
2267
  #, fuzzy
2268
  msgid "Microsoft Client Secret"
2269
  msgstr "شارك الأخرين عبر جوجل"
2270
 
2271
- #: ../admin/social_login.php:458
2272
  #, fuzzy, php-format
2273
  msgid ""
2274
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2279,12 +2309,12 @@ msgstr ""
2279
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2280
  "GooglePlus"
2281
 
2282
- #: ../admin/social_login.php:468
2283
  #, fuzzy
2284
  msgid "Steam API Key"
2285
  msgstr "مفتاح API الخاص | API Private Key"
2286
 
2287
- #: ../admin/social_login.php:477
2288
  #, fuzzy, php-format
2289
  msgid ""
2290
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2294,14 +2324,14 @@ msgstr ""
2294
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2295
  "\"مفتاح API التغريد\""
2296
 
2297
- #: ../admin/social_login.php:478
2298
  #, fuzzy
2299
  msgid "Save following <strong>domain</strong> to get the key"
2300
  msgstr ""
2301
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2302
  "المذكورة"
2303
 
2304
- #: ../admin/social_login.php:494
2305
  #, fuzzy
2306
  msgid "Social Login Options"
2307
  msgstr ""
@@ -2309,25 +2339,25 @@ msgstr ""
2309
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2310
  "فورا دون موافقة المشرف على النظام."
2311
 
2312
- #: ../admin/social_login.php:509
2313
  #, fuzzy
2314
  msgid "Text to display above the Social Login interface"
2315
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2316
 
2317
- #: ../admin/social_login.php:517
2318
  msgid "Trigger social login in the same browser tab"
2319
  msgstr ""
2320
 
2321
- #: ../admin/social_login.php:527
2322
  msgid "Trigger social login in the same browser tab instead of a popup window"
2323
  msgstr ""
2324
 
2325
- #: ../admin/social_login.php:534
2326
  #, fuzzy
2327
  msgid "Center align icons"
2328
  msgstr "إعادة ترتيب الرموز"
2329
 
2330
- #: ../admin/social_login.php:544
2331
  #, fuzzy
2332
  msgid "Center align social login icons"
2333
  msgstr ""
@@ -2335,12 +2365,12 @@ msgstr ""
2335
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2336
  "فورا دون موافقة المشرف على النظام."
2337
 
2338
- #: ../admin/social_login.php:551
2339
  #, fuzzy
2340
  msgid "Enable at login page"
2341
  msgstr "صفحة"
2342
 
2343
- #: ../admin/social_login.php:561
2344
  #, fuzzy
2345
  msgid ""
2346
  "Social Login interface will get enabled at the login page of your website"
@@ -2348,12 +2378,12 @@ msgstr ""
2348
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2349
  "التعليق"
2350
 
2351
- #: ../admin/social_login.php:568
2352
  #, fuzzy
2353
  msgid "Enable at register page"
2354
  msgstr "التسجيل العام"
2355
 
2356
- #: ../admin/social_login.php:578
2357
  #, fuzzy
2358
  msgid ""
2359
  "Social Login interface will get enabled at the registration page of your "
@@ -2362,21 +2392,21 @@ msgstr ""
2362
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2363
  "الخاص بك"
2364
 
2365
- #: ../admin/social_login.php:585
2366
  msgid "Enable at comment form"
2367
  msgstr "تمكين هذا الشكل من تعليق"
2368
 
2369
- #: ../admin/social_login.php:595
2370
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2371
  msgstr ""
2372
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2373
  "التعليق"
2374
 
2375
- #: ../admin/social_login.php:609
2376
  msgid "Enable before WooCommerce Customer Login Form"
2377
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2378
 
2379
- #: ../admin/social_login.php:619
2380
  #, fuzzy
2381
  msgid ""
2382
  "Social Login Interface will get enabled before the customer login form at "
@@ -2385,12 +2415,12 @@ msgstr ""
2385
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2386
  "التعليق"
2387
 
2388
- #: ../admin/social_login.php:626
2389
  #, fuzzy
2390
  msgid "Enable at WooCommerce Customer Login Form"
2391
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2392
 
2393
- #: ../admin/social_login.php:636
2394
  #, fuzzy
2395
  msgid ""
2396
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2399,12 +2429,12 @@ msgstr ""
2399
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2400
  "التعليق"
2401
 
2402
- #: ../admin/social_login.php:643
2403
  #, fuzzy
2404
  msgid "Enable at WooCommerce Customer Register Form"
2405
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2406
 
2407
- #: ../admin/social_login.php:653
2408
  #, fuzzy
2409
  msgid ""
2410
  "Integrate Social Login Interface with the customer register form at "
@@ -2413,26 +2443,26 @@ msgstr ""
2413
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2414
  "التعليق"
2415
 
2416
- #: ../admin/social_login.php:660
2417
  #, fuzzy
2418
  msgid "Enable at WooCommerce checkout page"
2419
  msgstr "التسجيل العام"
2420
 
2421
- #: ../admin/social_login.php:670
2422
  #, fuzzy
2423
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2424
  msgstr ""
2425
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2426
  "التعليق"
2427
 
2428
- #: ../admin/social_login.php:680
2429
  #, fuzzy
2430
  msgid "Auto-approve comments made by Social Login users"
2431
  msgstr ""
2432
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2433
  "الاجتماعي\""
2434
 
2435
- #: ../admin/social_login.php:690
2436
  msgid ""
2437
  "If this option is enabled, and WordPress comment is made by Social Login "
2438
  "user, comment will get approved immediately without keeping in moderation."
@@ -2441,17 +2471,17 @@ msgstr ""
2441
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2442
  "فورا دون موافقة المشرف على النظام."
2443
 
2444
- #: ../admin/social_login.php:691
2445
  #, fuzzy
2446
  msgid "Note: This is not related to Facebook comments"
2447
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2448
 
2449
- #: ../admin/social_login.php:700
2450
  #, fuzzy
2451
  msgid "Enable social avatar"
2452
  msgstr "خدمة الشبكة الاجتماعية"
2453
 
2454
- #: ../admin/social_login.php:710
2455
  #, fuzzy
2456
  msgid ""
2457
  "Social profile pictures of the logged in user will be displayed as profile "
@@ -2460,39 +2490,39 @@ msgstr ""
2460
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2461
  "الشخصية"
2462
 
2463
- #: ../admin/social_login.php:719
2464
  #, fuzzy
2465
  msgid "Avatar quality"
2466
  msgstr "نوعية الصورة الرمزية"
2467
 
2468
- #: ../admin/social_login.php:722
2469
  #, fuzzy
2470
  msgid "Average"
2471
  msgstr "المعدل"
2472
 
2473
- #: ../admin/social_login.php:723
2474
  msgid "Best"
2475
  msgstr "أفضل"
2476
 
2477
- #: ../admin/social_login.php:730
2478
  #, fuzzy
2479
  msgid "Choose avatar quality"
2480
  msgstr "إختيار ملف"
2481
 
2482
- #: ../admin/social_login.php:738
2483
  #, fuzzy
2484
  msgid ""
2485
  "Show option for users to update social avatar at BuddyPress profile page"
2486
  msgstr ""
2487
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2488
 
2489
- #: ../admin/social_login.php:748
2490
  msgid ""
2491
  "If enabled, users would be able to update their social avatar from \"Profile "
2492
  "photo\" section in BuddyPress profile at front-end"
2493
  msgstr ""
2494
 
2495
- #: ../admin/social_login.php:768
2496
  #, fuzzy
2497
  msgid ""
2498
  "If enabled and Social ID provider does not provide user's email address on "
@@ -2503,11 +2533,11 @@ msgstr ""
2503
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2504
  "إنشاء بريد إلكتروني وهمية"
2505
 
2506
- #: ../admin/social_login.php:776
2507
  msgid "Send post-registration email to user to set account password"
2508
  msgstr ""
2509
 
2510
- #: ../admin/social_login.php:786
2511
  #, fuzzy
2512
  msgid ""
2513
  "If enabled, an email will be sent to user after registration through Social "
@@ -2519,12 +2549,12 @@ msgstr ""
2519
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2520
  "تسجيل الدخول التقليدية)"
2521
 
2522
- #: ../admin/social_login.php:793
2523
  #, fuzzy
2524
  msgid "Send new user registration notification email to admin"
2525
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2526
 
2527
- #: ../admin/social_login.php:803
2528
  #, fuzzy
2529
  msgid ""
2530
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2535,47 +2565,47 @@ msgstr ""
2535
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2536
  "تسجيل الدخول التقليدية)"
2537
 
2538
- #: ../admin/social_login.php:810
2539
  #, fuzzy
2540
  msgid "Login redirection"
2541
  msgstr "تسجيل الدخول"
2542
 
2543
- #: ../admin/social_login.php:814
2544
  #, fuzzy
2545
  msgid "Same page where user logged in"
2546
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2547
 
2548
- #: ../admin/social_login.php:818 ../admin/social_login.php:847
2549
  #, fuzzy
2550
  msgid "Account dashboard"
2551
  msgstr " لوحتك الخاصة بالتحكم"
2552
 
2553
- #: ../admin/social_login.php:821 ../admin/social_login.php:850
2554
  #, fuzzy
2555
  msgid "BuddyPress profile page"
2556
  msgstr "تحرير ملفي الشخصي"
2557
 
2558
- #: ../admin/social_login.php:824 ../admin/social_login.php:853
2559
  #, fuzzy
2560
  msgid "Custom Url"
2561
  msgstr "رابط (URL) مخصّص"
2562
 
2563
- #: ../admin/social_login.php:832
2564
  #, fuzzy
2565
  msgid "User will be redirected to the selected page after Social Login"
2566
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2567
 
2568
- #: ../admin/social_login.php:839
2569
  #, fuzzy
2570
  msgid "Registration redirection"
2571
  msgstr "نموذج التسجيل"
2572
 
2573
- #: ../admin/social_login.php:843
2574
  #, fuzzy
2575
  msgid "Same page from where user registered"
2576
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2577
 
2578
- #: ../admin/social_login.php:861
2579
  #, fuzzy
2580
  msgid ""
2581
  "User will be redirected to the selected page after registration (first "
@@ -2584,17 +2614,17 @@ msgstr ""
2584
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2585
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2586
 
2587
- #: ../admin/social_login.php:870
2588
  #, fuzzy
2589
  msgid "Social Account Linking Options"
2590
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2591
 
2592
- #: ../admin/social_login.php:885
2593
  #, fuzzy
2594
  msgid "Text to display above the Social Account Linking interface"
2595
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2596
 
2597
- #: ../admin/social_login.php:892
2598
  #, fuzzy
2599
  msgid ""
2600
  "Link social account to already existing account, if email address matches"
@@ -2602,7 +2632,7 @@ msgstr ""
2602
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2603
  "الى حسابك في هذا الموقع"
2604
 
2605
- #: ../admin/social_login.php:902
2606
  msgid ""
2607
  "If email address of the user's Social Account matches with an already "
2608
  "existing account at your website, that social account will be linked to "
@@ -2610,12 +2640,12 @@ msgid ""
2610
  "Linking interface at their profile page."
2611
  msgstr ""
2612
 
2613
- #: ../admin/social_login.php:910
2614
  #, fuzzy
2615
  msgid "Enable social account linking at BuddyPress profile page"
2616
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2617
 
2618
- #: ../admin/social_login.php:920
2619
  #, fuzzy
2620
  msgid ""
2621
  "Enable this option to show social account linking interface at BuddyPress "
@@ -2623,17 +2653,17 @@ msgid ""
2623
  msgstr ""
2624
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2625
 
2626
- #: ../admin/social_login.php:931
2627
  #, fuzzy
2628
  msgid "Email popup options"
2629
  msgstr "الخيارات"
2630
 
2631
- #: ../admin/social_login.php:936
2632
  #, fuzzy
2633
  msgid "Text on 'Email required' popup"
2634
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2635
 
2636
- #: ../admin/social_login.php:946
2637
  #, fuzzy
2638
  msgid ""
2639
  "This text will be displayed on email required popup. Leave empty if not "
@@ -2642,12 +2672,12 @@ msgstr ""
2642
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2643
  "غير مطلوب."
2644
 
2645
- #: ../admin/social_login.php:954
2646
  #, fuzzy
2647
  msgid "Error message for 'Email required' popup"
2648
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2649
 
2650
- #: ../admin/social_login.php:964
2651
  #, fuzzy
2652
  msgid ""
2653
  "This message will be displayed to user if it provides invalid or already "
@@ -2656,12 +2686,12 @@ msgstr ""
2656
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2657
  "المسجلة مسبقاً"
2658
 
2659
- #: ../admin/social_login.php:972
2660
  #, fuzzy
2661
  msgid "Email popup height"
2662
  msgstr "ارتفاع"
2663
 
2664
- #: ../admin/social_login.php:982
2665
  #, fuzzy
2666
  msgid ""
2667
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
@@ -2671,12 +2701,12 @@ msgstr ""
2671
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2672
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2673
 
2674
- #: ../admin/social_login.php:989
2675
  #, fuzzy
2676
  msgid "Enable email verification"
2677
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2678
 
2679
- #: ../admin/social_login.php:999
2680
  #, fuzzy
2681
  msgid ""
2682
  "If enabled, email provided by the user will be verified by sending a "
@@ -2687,22 +2717,22 @@ msgstr ""
2687
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2688
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2689
 
2690
- #: ../admin/social_login.php:1019
2691
  #, fuzzy
2692
  msgid "Enable GDPR opt-in"
2693
  msgstr "إتاحة التعليق من هارد"
2694
 
2695
- #: ../admin/social_login.php:1029
2696
  msgid ""
2697
  "Enable it to show GDPR opt-in for social login and social account linking"
2698
  msgstr ""
2699
 
2700
- #: ../admin/social_login.php:1037
2701
  #, fuzzy
2702
  msgid "Placement of GDPR opt-in"
2703
  msgstr "إتاحة التعليق من هارد"
2704
 
2705
- #: ../admin/social_login.php:1041
2706
  #, fuzzy
2707
  msgid "Above Social Login icons"
2708
  msgstr ""
@@ -2710,7 +2740,7 @@ msgstr ""
2710
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2711
  "فورا دون موافقة المشرف على النظام."
2712
 
2713
- #: ../admin/social_login.php:1043
2714
  #, fuzzy
2715
  msgid "Below Social Login icons"
2716
  msgstr ""
@@ -2718,84 +2748,84 @@ msgstr ""
2718
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2719
  "فورا دون موافقة المشرف على النظام."
2720
 
2721
- #: ../admin/social_login.php:1049
2722
  #, fuzzy
2723
  msgid "Placement of GDPR opt-in above or below the social login icons"
2724
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2725
 
2726
- #: ../admin/social_login.php:1056
2727
  msgid "Opt-in text"
2728
  msgstr ""
2729
 
2730
- #: ../admin/social_login.php:1066
2731
  #, fuzzy
2732
  msgid "Text for the GDPR opt-in"
2733
  msgstr "إتاحة التعليق من هارد"
2734
 
2735
- #: ../admin/social_login.php:1073
2736
  msgid "Text to link to Terms-Conditions page"
2737
  msgstr ""
2738
 
2739
- #: ../admin/social_login.php:1083
2740
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2741
  msgstr ""
2742
 
2743
- #: ../admin/social_login.php:1090
2744
  msgid "Terms-Conditions Url"
2745
  msgstr ""
2746
 
2747
- #: ../admin/social_login.php:1100
2748
  #, fuzzy
2749
  msgid "Url of the terms-conditions page of your website"
2750
  msgstr "URL لعملاء الموقع (اختياري)"
2751
 
2752
- #: ../admin/social_login.php:1107
2753
  msgid "Text to link to Privacy Policy page"
2754
  msgstr ""
2755
 
2756
- #: ../admin/social_login.php:1117
2757
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2758
  msgstr ""
2759
 
2760
- #: ../admin/social_login.php:1124
2761
  msgid "Privacy Policy Url"
2762
  msgstr ""
2763
 
2764
- #: ../admin/social_login.php:1134
2765
  #, fuzzy
2766
  msgid "Url of the privacy policy page of your website"
2767
  msgstr "URL لعملاء الموقع (اختياري)"
2768
 
2769
- #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2770
  #: ../inc/widget.php:602 ../inc/widget.php:750
2771
  #, fuzzy
2772
  msgid "Select"
2773
  msgstr "أختر ..."
2774
 
2775
- #: ../admin/social_login.php:1216
2776
  #, fuzzy
2777
  msgid "Social Login Shortcode & Widget"
2778
  msgstr "استخدم كود مختصر | Include the shortcode"
2779
 
2780
- #: ../admin/social_login.php:1217
2781
  msgid "Social Linking Shortcode"
2782
  msgstr "الربط الاجتماعي رمز قصير"
2783
 
2784
- #: ../admin/social_login.php:1232
2785
  msgid "Why is social login not working?"
2786
  msgstr ""
2787
 
2788
- #: ../admin/social_login.php:1233
2789
  msgid ""
2790
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2791
  "belong to the same app"
2792
  msgstr ""
2793
 
2794
- #: ../admin/social_login.php:1235
2795
  msgid "Social Login not working with Varnish enabled"
2796
  msgstr ""
2797
 
2798
- #: ../admin/social_login.php:1236
2799
  msgid ""
2800
  "Why the user is not appearing logged in even after Social Login until the "
2801
  "webpage is refreshed manually?"
@@ -2955,30 +2985,7 @@ msgstr ""
2955
  msgid "Enable bit.ly url shortener for tweet button"
2956
  msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
2957
 
2958
- #: ../admin/like_buttons.php:613
2959
- #, fuzzy
2960
- msgid "bit.ly username"
2961
- msgstr "إسم المستخدم الألكتروني:"
2962
-
2963
- #: ../admin/like_buttons.php:623
2964
- #, fuzzy, php-format
2965
- msgid ""
2966
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2967
- "\">this link</a> to get bit.ly username"
2968
- msgstr ""
2969
- "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target="
2970
- "\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
2971
-
2972
- #: ../admin/like_buttons.php:641
2973
- #, fuzzy, php-format
2974
- msgid ""
2975
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2976
- "\">this link</a> to get your API key"
2977
- msgstr ""
2978
- "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target="
2979
- "\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
2980
-
2981
- #: ../admin/like_buttons.php:684
2982
  #, fuzzy, php-format
2983
  msgid ""
2984
  "Enter the code of the language you want to use to render counters. You can "
@@ -2989,17 +2996,17 @@ msgstr ""
2989
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
2990
  "فارغاً ل language(English) الافتراضي"
2991
 
2992
- #: ../admin/like_buttons.php:693
2993
  #, fuzzy
2994
  msgid "Twitter Username"
2995
  msgstr "شارك الأخرين عبر تويتر"
2996
 
2997
- #: ../admin/like_buttons.php:698
2998
  #, fuzzy
2999
  msgid "Twitter username for Tweet (without @)"
3000
  msgstr "قالب بدون %1$s"
3001
 
3002
- #: ../admin/like_buttons.php:708
3003
  #, fuzzy
3004
  msgid ""
3005
  "Provided username will be appended after the content being tweeted as \"via "
@@ -3008,12 +3015,12 @@ msgstr ""
3008
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
3009
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
3010
 
3011
- #: ../admin/like_buttons.php:716
3012
  #, fuzzy
3013
  msgid "Twitter username for Buffer sharing (without @)"
3014
  msgstr "قالب بدون %1$s"
3015
 
3016
- #: ../admin/like_buttons.php:726
3017
  #, fuzzy
3018
  msgid ""
3019
  "Provided username will be appended after the content in Buffer sharing as "
@@ -3022,7 +3029,7 @@ msgstr ""
3022
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
3023
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
3024
 
3025
- #: ../admin/like_buttons.php:772
3026
  #, fuzzy
3027
  msgid "Like Buttons Shortcode & Widget"
3028
  msgstr "استخدم كود مختصر | Include the shortcode"
@@ -3052,39 +3059,39 @@ msgstr ""
3052
  msgid "Archives"
3053
  msgstr "الأرشيف"
3054
 
3055
- #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
3056
  #, fuzzy
3057
  msgid "Invalid request"
3058
  msgstr "طلب غير صحيح"
3059
 
3060
- #: ../inc/social_sharing.php:916
3061
  #, fuzzy
3062
  msgid "Providers not selected"
3063
  msgstr "محدد | selected"
3064
 
3065
- #: ../inc/social_login.php:720
3066
  #, fuzzy
3067
  msgid "Email"
3068
  msgstr "البريد الإلكتروني"
3069
 
3070
- #: ../inc/social_login.php:721
3071
  msgid "Confirm email"
3072
  msgstr ""
3073
 
3074
- #: ../inc/social_login.php:723
3075
  msgid "Save"
3076
  msgstr ""
3077
 
3078
- #: ../inc/social_login.php:724
3079
  msgid "Cancel"
3080
  msgstr ""
3081
 
3082
- #: ../inc/social_login.php:798
3083
  #, fuzzy
3084
  msgid "Email Verification"
3085
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3086
 
3087
- #: ../inc/social_login.php:800
3088
  msgid ""
3089
  "Please click on the following link or paste it in browser to verify your "
3090
  "email"
@@ -3374,6 +3381,45 @@ msgstr ""
3374
  msgid "RSS Feed URL:"
3375
  msgstr ""
3376
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3377
  #, fuzzy
3378
  #~ msgid "Xing"
3379
  #~ msgstr "شينغ"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-07-10 12:02+0530\n"
6
+ "PO-Revision-Date: 2020-07-10 12:02+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:520
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:524 ../super_socializer.php:538
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:534
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:708
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
36
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
37
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
38
 
39
+ #: ../super_socializer.php:736
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
45
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
46
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
47
 
48
+ #: ../super_socializer.php:739
49
  #, fuzzy, php-format
50
  msgid ""
51
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
54
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
55
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
56
 
57
+ #: ../super_socializer.php:742
58
  msgid ""
59
  "Make sure cURL is enabled at your website server. You may need to contact "
60
  "the server administrator of your website to verify this"
62
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
63
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
64
 
65
+ #: ../super_socializer.php:924 ../helper.php:961
66
  msgid "Please verify your email address to login."
67
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
68
 
69
+ #: ../super_socializer.php:924
70
  msgid "Your email has been verified. Now you can login to your account"
71
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
72
 
73
+ #: ../super_socializer.php:928
74
  msgid "Notification"
75
  msgstr "تنبيهات"
76
 
77
+ #: ../super_socializer.php:946 ../admin/social_login.php:779
78
  msgid "Email required"
79
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
80
 
81
+ #: ../super_socializer.php:949
82
  msgid "Please check your email inbox to complete the registration."
83
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
84
 
85
+ #: ../super_socializer.php:1018
86
  msgid "Leave a reply"
87
  msgstr "اترك رد"
88
 
89
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
90
  msgid "Shares"
91
  msgstr ""
92
 
93
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
94
  msgid "Share"
95
  msgstr ""
96
 
97
+ #: ../super_socializer.php:1034
98
  #, fuzzy
99
  msgid "Link copied."
100
  msgstr "شارك الأخرين عبر لنكيدان"
101
 
102
+ #: ../super_socializer.php:1280
103
  #, fuzzy
104
  msgid "Super Socializer - General Options"
105
  msgstr "آخر تسجيل دخول | Last Login"
106
 
107
+ #: ../super_socializer.php:1280 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  #, fuzzy
110
  msgid "General Options"
111
  msgstr "المشاركات الأفقي"
112
 
113
+ #: ../super_socializer.php:1348 ../helper.php:883
114
  #, fuzzy
115
  msgid "Social Avatar"
116
  msgstr "صغير الرمزية رابط"
117
 
118
+ #: ../super_socializer.php:1351
119
  msgid "Small Avatar Url"
120
  msgstr "صغير الرمزية رابط"
121
 
122
+ #: ../super_socializer.php:1355
123
  #, fuzzy
124
  msgid "Large Avatar Url"
125
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
126
 
127
+ #: ../super_socializer.php:1359 ../helper.php:886
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
131
  msgstr ""
132
 
133
+ #: ../super_socializer.php:1363 ../helper.php:887
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr ""
136
 
137
+ #: ../super_socializer.php:1440
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
+ #: ../super_socializer.php:1441
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
144
 
145
+ #: ../super_socializer.php:1446
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
148
 
149
+ #: ../super_socializer.php:1450 ../super_socializer.php:2148
150
  msgid "Link your social account to login to your account at this website"
151
  msgstr ""
152
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
153
  "الى حسابك في هذا الموقع"
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 Socializer"
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 Socializer"
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 Socializer"
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 Socializer"
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 Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1750
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1759
200
+ #, php-format
201
+ msgid ""
202
+ "To continue using Instagram login create a new Instagram App as described <a "
203
+ "href=\"%s\" target=\"_blank\">here</a> and save Instagram App ID and "
204
+ "Instagram App Secret <a href=\"%s\">here</a>"
205
+ msgstr ""
206
+
207
+ #: ../super_socializer.php:1768 ../super_socializer.php:1777
208
+ #, php-format
209
+ msgid ""
210
+ "To continue using bitly url shortener, login to your bit.ly account and "
211
+ "navigate to <strong>Profile Settings > Generic Access Token</strong> (top-"
212
+ "right corner), authenticate to generate access token and save it <a href=\"%s"
213
+ "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
214
+ msgstr ""
215
+
216
+ #: ../super_socializer.php:1793
217
  #, php-format
218
  msgid ""
219
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1817
223
  #, php-format
224
  msgid ""
225
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
227
  "target=\"_blank\">here</a>"
228
  msgstr ""
229
 
230
+ #: ../super_socializer.php:1817 ../super_socializer.php:1842
231
+ #: ../super_socializer.php:1867 ../super_socializer.php:1892
232
+ #: ../super_socializer.php:1925 ../super_socializer.php:1953
233
+ #: ../super_socializer.php:1980
234
  msgid "Okay"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1842
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
242
  "\">here</a>"
243
  msgstr ""
244
 
245
+ #: ../super_socializer.php:1867
246
  #, php-format
247
  msgid ""
248
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
250
  "target=\"_blank\">here</a>"
251
  msgstr ""
252
 
253
+ #: ../super_socializer.php:1892
254
  #, php-format
255
  msgid ""
256
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
258
  "target=\"_blank\">here</a>"
259
  msgstr ""
260
 
261
+ #: ../super_socializer.php:1903
262
  #, php-format
263
  msgid ""
264
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1925
268
  #, php-format
269
  msgid ""
270
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
+ #: ../super_socializer.php:1953
276
  #, php-format
277
  msgid ""
278
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
281
  "your website %s with them. No need to copy-paste any code from their website."
282
  msgstr ""
283
 
284
+ #: ../super_socializer.php:1980
285
  #, php-format
286
  msgid ""
287
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
289
  "\"%s\" target=\"_blank\">here</a>"
290
  msgstr ""
291
 
292
+ #: ../super_socializer.php:2005
293
  #, php-format
294
  msgid ""
295
  "If you cannot get Linkedin login to work after updating the plugin, replace "
297
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
298
  msgstr ""
299
 
300
+ #: ../super_socializer.php:2005 ../super_socializer.php:2032
301
  msgid "Dismiss"
302
  msgstr ""
303
 
304
+ #: ../super_socializer.php:2031
305
  #, php-format
306
  msgid ""
307
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
310
  "that, clear share counts cache from \"Miscellaneous\" section"
311
  msgstr ""
312
 
313
+ #: ../super_socializer.php:2224
314
  msgid ""
315
  "Your browser is blocking some features of this website. Please follow the "
316
  "instructions at {support_url} to unblock these."
346
  msgid "Settings"
347
  msgstr "الإعدادات"
348
 
349
+ #: ../helper.php:535
350
  msgid "Account linked successfully"
351
  msgstr "تم ربط حسابك بنجاح"
352
 
353
+ #: ../helper.php:539
354
  msgid "Account already exists or linked"
355
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
356
 
357
+ #: ../helper.php:575 ../helper.php:577
358
  #, fuzzy
359
  msgid "Login with"
360
  msgstr "الخيارات"
361
 
362
+ #: ../helper.php:612 ../helper.php:618
363
  msgid "Currently"
364
  msgstr "في الوقت الحاضر"
365
 
366
+ #: ../helper.php:612 ../helper.php:618
367
  msgid "Connected with"
368
  msgstr ""
369
 
370
+ #: ../helper.php:612 ../helper.php:618
371
  msgid "Remove"
372
  msgstr "إزالة"
373
 
374
+ #: ../helper.php:689
375
  #, fuzzy
376
  msgid "Social Account Linking"
377
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
378
 
379
+ #: ../helper.php:739
380
  #, fuzzy
381
  msgid "Disable Standard Social Sharing on this "
382
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
383
 
384
+ #: ../helper.php:744
385
  #, fuzzy
386
  msgid "Disable Floating Social Sharing on this "
387
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
388
 
389
+ #: ../helper.php:749
390
  #, fuzzy
391
  msgid "Disable Standard like buttons on this "
392
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
393
 
394
+ #: ../helper.php:754
395
  #, fuzzy
396
  msgid "Disable Floating like buttons on this "
397
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
398
 
399
+ #: ../helper.php:759
400
  msgid "Disable Social Commenting on this "
401
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
402
 
403
+ #: ../helper.php:768
404
  #, fuzzy
405
  msgid "Standard Sharing Interface"
406
  msgstr "المشاركات الأفقي"
407
 
408
+ #: ../helper.php:774 ../helper.php:793
409
  msgid "Starting share count for "
410
  msgstr "بدء العد حصة ل"
411
 
412
+ #: ../helper.php:787
413
  #, fuzzy
414
  msgid "Floating Sharing Interface"
415
  msgstr "المشاركات الأفقي"
416
 
417
+ #: ../helper.php:890
418
  #, fuzzy
419
  msgid "Small Avatar"
420
  msgstr "صغير الرمزية رابط"
421
 
422
+ #: ../helper.php:894
423
  #, fuzzy
424
  msgid "Large Avatar"
425
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
426
 
427
+ #: ../helper.php:898 ../admin/general_options.php:92
428
+ #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
429
+ #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
430
  #, fuzzy
431
  msgid "Save Changes"
432
  msgstr "حفظ"
433
 
434
+ #: ../helper.php:998
435
  msgid "Click to delete social profile data"
436
  msgstr ""
437
 
438
+ #: ../helper.php:1027
439
  #, fuzzy
440
  msgid "Deleting"
441
  msgstr "الإعدادات"
442
 
443
+ #: ../helper.php:1037
444
  msgid "Deleted"
445
  msgstr ""
446
 
447
+ #: ../helper.php:1039
448
  msgid "Something bad happened"
449
  msgstr ""
450
 
451
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
452
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
453
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
454
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1273
455
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
456
  #, fuzzy, php-format
457
  msgid ""
458
  "You can appreciate the effort put in this free plugin by rating it <a href="
509
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
510
  msgstr ""
511
 
512
+ #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
513
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
514
+ #: ../admin/like_buttons.php:790
515
  #, fuzzy
516
  msgid "Instagram Shoutout"
517
  msgstr "إنستاجرام"
518
 
519
+ #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
520
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
521
+ #: ../admin/like_buttons.php:792
522
  msgid ""
523
  "If you can send (to hello@heateor.com) how this plugin is helping your "
524
  "business, we would be glad to shoutout on Instagram. You can also send any "
638
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
639
  msgstr ""
640
 
641
+ #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1907
642
  msgid ""
643
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
644
  "Facebook share count to work"
666
  msgid "3rd Party Integration"
667
  msgstr ""
668
 
669
+ #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
670
+ #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
671
+ #: ../admin/social_login.php:1235 ../admin/like_buttons.php:50
672
+ #: ../admin/like_buttons.php:751
673
  #, fuzzy
674
  msgid "Shortcode & Widget"
675
  msgstr "استخدم كود مختصر | Include the shortcode"
679
  msgid "Troubleshooter"
680
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
681
 
682
+ #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
683
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
684
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1249
685
+ #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
686
  #, fuzzy
687
  msgid "FAQ"
688
  msgstr "الأسئلة الشائعة "
941
  msgid "Url to share"
942
  msgstr " شارك الآخرين بهذة الفقرة"
943
 
944
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:520
945
+ #: ../admin/social_login.php:896 ../admin/like_buttons.php:105
946
  #: ../inc/widget.php:945
947
  #, fuzzy
948
  msgid "Title"
1040
  msgstr ""
1041
 
1042
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
1043
+ #: ../admin/social_login.php:837 ../admin/social_login.php:866
1044
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
1045
  #, fuzzy
1046
  msgid "Homepage"
1375
  msgid "Master control to enable bit.ly url shortening for sharing"
1376
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1377
 
1378
+ #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:613
1379
+ msgid "Bit.ly generic access token"
1380
  msgstr ""
1381
 
1382
+ #: ../admin/social_sharing.php:1669 ../admin/like_buttons.php:623
1383
+ #, php-format
1384
+ msgid ""
1385
+ "Login to your bit.ly account and navigate to <strong>Profile Settings > "
1386
+ "Generic Access Token</strong> (top-right corner) and authenticate to "
1387
+ "generate access token. More details at the <a href=\"%s\" target=\"_blank"
1388
+ "\">link</a>"
1389
  msgstr ""
 
 
 
 
 
 
 
 
1390
 
1391
+ #: ../admin/social_sharing.php:1676 ../admin/like_buttons.php:630
1392
  msgid "Clear Bitly Cache"
1393
  msgstr ""
1394
 
1395
+ #: ../admin/social_sharing.php:1680 ../admin/like_buttons.php:634
1396
  #, fuzzy
1397
  msgid "ShortUrl cache cleared successfully."
1398
  msgstr "تم ربط حسابك بنجاح"
1399
 
1400
+ #: ../admin/social_sharing.php:1687 ../admin/like_buttons.php:641
1401
  msgid ""
1402
  "Use this to delete short urls saved in database. Handy, if urls of your "
1403
  "website have been changed but short urls are still being generated for old "
1404
  "urls."
1405
  msgstr ""
1406
 
1407
+ #: ../admin/social_sharing.php:1696
1408
  msgid "Share Count Cache"
1409
  msgstr ""
1410
 
1411
+ #: ../admin/social_sharing.php:1701
1412
  msgid "Refresh Share Count cache every"
1413
  msgstr ""
1414
 
1415
+ #: ../admin/social_sharing.php:1706
1416
  msgid "Second(s)"
1417
  msgstr ""
1418
 
1419
+ #: ../admin/social_sharing.php:1707
1420
  msgid "Minute(s)"
1421
  msgstr ""
1422
 
1423
+ #: ../admin/social_sharing.php:1708
1424
  msgid "Hour(s)"
1425
  msgstr ""
1426
 
1427
+ #: ../admin/social_sharing.php:1709
1428
  msgid "Day(s)"
1429
  msgstr ""
1430
 
1431
+ #: ../admin/social_sharing.php:1717
1432
  #, php-format
1433
  msgid ""
1434
  "Frequent cache refreshing results in slower loading of pages with share "
1436
  "target=\"_blank\">here</a>"
1437
  msgstr ""
1438
 
1439
+ #: ../admin/social_sharing.php:1724
1440
  msgid "Clear Share Counts Cache"
1441
  msgstr ""
1442
 
1443
+ #: ../admin/social_sharing.php:1728
1444
  #, fuzzy
1445
  msgid "Share Counts cache cleared successfully."
1446
  msgstr "تم ربط حسابك بنجاح"
1447
 
1448
+ #: ../admin/social_sharing.php:1735
1449
  msgid "Use this to clear cached share counts"
1450
  msgstr ""
1451
 
1452
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1749
1453
+ #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:650
1454
+ #: ../admin/like_buttons.php:655
1455
  #, fuzzy
1456
  msgid "Language"
1457
  msgstr ""
1458
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1459
  "والخصائص التالية: %s"
1460
 
1461
+ #: ../admin/social_sharing.php:1759
1462
  #, fuzzy, php-format
1463
  msgid ""
1464
  "Enter the code of the language you want to use for like buttons. You can "
1469
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1470
  "فارغاً ل language(English) الافتراضي"
1471
 
1472
+ #: ../admin/social_sharing.php:1768
1473
  #, fuzzy
1474
  msgid "Username in sharing"
1475
  msgstr "شارك الأخرين عبر تويتر"
1476
 
1477
+ #: ../admin/social_sharing.php:1773
1478
  #, fuzzy
1479
  msgid "Twitter username (without @)"
1480
  msgstr "قالب بدون %1$s"
1481
 
1482
+ #: ../admin/social_sharing.php:1783 ../admin/social_sharing.php:1801
1483
  #, fuzzy
1484
  msgid ""
1485
  "Provided username will be appended after the content being shared as \"via "
1489
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1490
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1491
 
1492
+ #: ../admin/social_sharing.php:1791
1493
  #, fuzzy
1494
  msgid "Buffer username (without @)"
1495
  msgstr "قالب بدون %1$s"
1496
 
1497
+ #: ../admin/social_sharing.php:1810
1498
  msgid "AMP"
1499
  msgstr ""
1500
 
1501
+ #: ../admin/social_sharing.php:1815
1502
  #, fuzzy
1503
  msgid "Enable sharing on AMP pages"
1504
  msgstr "صفحة"
1505
 
1506
+ #: ../admin/social_sharing.php:1825
1507
  msgid "Enable this option to render sharing icons on AMP pages"
1508
  msgstr ""
1509
 
1510
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:726
1511
  msgid "myCRED"
1512
  msgstr ""
1513
 
1514
+ #: ../admin/social_sharing.php:1849 ../admin/like_buttons.php:731
1515
  msgid "Append myCRED referral ID to the urls being shared"
1516
  msgstr ""
1517
 
1518
+ #: ../admin/social_sharing.php:1882
1519
  msgid "Facebook Sharing Troubleshooter"
1520
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1521
 
1522
+ #: ../admin/social_sharing.php:1887
1523
  #, fuzzy
1524
  msgid ""
1525
  "If Facebook sharing is not working fine, click at the following link and "
1529
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1530
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1531
 
1532
+ #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1533
+ #: ../admin/social_login.php:1251
1534
  msgid ""
1535
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1536
  "an online website for the plugin to function properly."
1537
  msgstr ""
1538
 
1539
+ #: ../admin/social_sharing.php:1905
1540
  msgid ""
1541
  "Why is sharer not showing the correct image, title and other meta tags "
1542
  "content?"
1543
  msgstr ""
1544
 
1545
+ #: ../admin/social_sharing.php:1906
1546
  msgid "Why is Facebook share count not working?"
1547
  msgstr ""
1548
 
1549
+ #: ../admin/social_sharing.php:1909
1550
  msgid "Why is Instagram icon redirecting to Instagram website?"
1551
  msgstr ""
1552
 
1553
+ #: ../admin/social_sharing.php:1910
1554
  msgid ""
1555
  "Instagram icon is there to send website visitors to the Instagram page of "
1556
  "your choice. You can save the desired Instagram handle in \"Instagram "
1558
  "sections."
1559
  msgstr ""
1560
 
1561
+ #: ../admin/social_sharing.php:1913
1562
  #, fuzzy
1563
  msgid "How to customize the url being shared?"
1564
  msgstr "عرض عدد المقالات"
1565
 
1566
+ #: ../admin/social_sharing.php:1914
1567
  msgid ""
1568
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1569
  msgstr ""
1570
 
1571
+ #: ../admin/social_sharing.php:1915
1572
  msgid ""
1573
  "It takes some time for their service to track the shares made on Twitter "
1574
  "from your website. If you still feel it's taking too long you can contact "
1575
  "their support directly from their website."
1576
  msgstr ""
1577
 
1578
+ #: ../admin/social_sharing.php:1917 ../admin/like_buttons.php:768
1579
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1580
  msgstr ""
1581
 
1582
+ #: ../admin/social_sharing.php:1918
1583
  msgid ""
1584
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1585
  msgstr ""
1586
 
1587
+ #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1588
+ #: ../admin/social_login.php:1258
1589
  msgid "Why is my browser blocking some features of the plugin?"
1590
  msgstr ""
1591
 
1592
+ #: ../admin/social_sharing.php:1920
1593
  msgid "Why the color of share icons is not being updated?"
1594
  msgstr ""
1595
 
1596
+ #: ../admin/social_sharing.php:1921
1597
  msgid "Why Facebook share counts are not appearing?"
1598
  msgstr ""
1599
 
1600
+ #: ../admin/social_sharing.php:1922
1601
  #, fuzzy
1602
  msgid ""
1603
  "How can I show share counts of my website rather than of individual pages/"
1606
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1607
  "الوظائف؟"
1608
 
1609
+ #: ../admin/social_sharing.php:1923
1610
  #, fuzzy
1611
  msgid "How can I disable sharing on particular page/post?"
1612
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1613
 
1614
+ #: ../admin/social_sharing.php:1924
1615
  #, fuzzy
1616
  msgid "How can I specify minimum sharing count for sharing networks?"
1617
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1618
 
1619
+ #: ../admin/social_sharing.php:1925
1620
  msgid "How to share specific page?"
1621
  msgstr ""
1622
 
1623
+ #: ../admin/social_sharing.php:1926
1624
  msgid "How to integrate Google Analytics with sharing?"
1625
  msgstr ""
1626
 
1627
+ #: ../admin/social_sharing.php:1927
1628
  msgid "How to customize the look of total share counts?"
1629
  msgstr ""
1630
 
1631
+ #: ../admin/social_sharing.php:1928
1632
  #, fuzzy
1633
  msgid "How to customize the look of individual share counts?"
1634
  msgstr "عرض عدد المقالات"
1635
 
1636
+ #: ../admin/social_sharing.php:1929
1637
  #, fuzzy
1638
  msgid "How to show Whatsapp icon only on mobile devices?"
1639
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1640
 
1641
+ #: ../admin/social_sharing.php:1930
1642
  msgid "How to hide arrow after floating sharing bar?"
1643
  msgstr ""
1644
 
1645
+ #: ../admin/social_sharing.php:1931
1646
  msgid "Why is share count not getting updated?"
1647
  msgstr ""
1648
 
1649
+ #: ../admin/social_sharing.php:1932 ../admin/like_buttons.php:766
1650
  msgid "Why is there so much space between like buttons?"
1651
  msgstr ""
1652
 
1653
+ #: ../admin/social_sharing.php:1933 ../admin/like_buttons.php:767
1654
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1655
  msgstr ""
1656
 
1936
  msgid "Advanced Configuration"
1937
  msgstr "إنشاء ملف الإعدادات"
1938
 
1939
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1035
1940
  msgid "GDPR"
1941
  msgstr ""
1942
 
1943
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1186
1944
  msgid "XProfile Integration"
1945
  msgstr ""
1946
 
2073
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2074
 
2075
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
2076
+ #: ../admin/social_login.php:421 ../admin/social_login.php:441
2077
  #, fuzzy
2078
  msgid ""
2079
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2205
 
2206
  #: ../admin/social_login.php:368
2207
  #, fuzzy
2208
+ msgid "Instagram App ID"
2209
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2210
 
2211
  #: ../admin/social_login.php:378
2212
  #, fuzzy, php-format
2213
  msgid ""
2214
  "Required for Instagram Social Login to work. Please follow the documentation "
2215
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
2216
  msgstr ""
2217
  "المطلوبة \"دخول Instagram الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2218
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2219
  "Instagram"
2220
 
2221
+ #: ../admin/social_login.php:380 ../admin/social_login.php:401
2222
  #, fuzzy
2223
  msgid ""
2224
+ "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2225
+ "mentioned at the link"
2226
+ msgstr ""
2227
+ "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2228
+ "الوصلة المذكورة"
2229
 
2230
  #: ../admin/social_login.php:389
2231
+ #, fuzzy
2232
+ msgid "Instagram App Secret"
2233
+ msgstr "إنستاجرام"
2234
+
2235
+ #: ../admin/social_login.php:399
2236
+ #, fuzzy, php-format
2237
+ msgid ""
2238
+ "Required for Instagram Social Login to work. Please follow the documentation "
2239
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
2240
+ msgstr ""
2241
+ "المطلوبة \"دخول Instagram الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في "
2242
+ "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2243
+ "Instagram"
2244
+
2245
+ #: ../admin/social_login.php:410
2246
  msgid "Line Channel ID"
2247
  msgstr ""
2248
 
2249
+ #: ../admin/social_login.php:419
2250
  #, fuzzy, php-format
2251
  msgid ""
2252
  "Required for Line Social Login to work. Please follow the documentation at "
2255
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2256
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2257
 
2258
+ #: ../admin/social_login.php:430
2259
  #, fuzzy
2260
  msgid "Line Channel Secret"
2261
  msgstr "شارك الأخرين عبر لنكيدان"
2262
 
2263
+ #: ../admin/social_login.php:439
2264
  #, fuzzy, php-format
2265
  msgid ""
2266
  "Required for Line Social Login to work. Please follow the documentation at "
2269
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2270
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2271
 
2272
+ #: ../admin/social_login.php:450
2273
  #, fuzzy
2274
  msgid "Microsoft Client ID"
2275
  msgstr "شارك الأخرين عبر جوجل"
2276
 
2277
+ #: ../admin/social_login.php:459
2278
  #, fuzzy, php-format
2279
  msgid ""
2280
  "Required for Live Social Login to work. Please follow the documentation at "
2284
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2285
  "GooglePlus"
2286
 
2287
+ #: ../admin/social_login.php:461 ../admin/social_login.php:481
2288
  #, fuzzy
2289
  msgid ""
2290
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2293
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2294
  "الوصلة المذكورة"
2295
 
2296
+ #: ../admin/social_login.php:470
2297
  #, fuzzy
2298
  msgid "Microsoft Client Secret"
2299
  msgstr "شارك الأخرين عبر جوجل"
2300
 
2301
+ #: ../admin/social_login.php:479
2302
  #, fuzzy, php-format
2303
  msgid ""
2304
  "Required for Live Social Login to work. Please follow the documentation at "
2309
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2310
  "GooglePlus"
2311
 
2312
+ #: ../admin/social_login.php:489
2313
  #, fuzzy
2314
  msgid "Steam API Key"
2315
  msgstr "مفتاح API الخاص | API Private Key"
2316
 
2317
+ #: ../admin/social_login.php:498
2318
  #, fuzzy, php-format
2319
  msgid ""
2320
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2324
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2325
  "\"مفتاح API التغريد\""
2326
 
2327
+ #: ../admin/social_login.php:499
2328
  #, fuzzy
2329
  msgid "Save following <strong>domain</strong> to get the key"
2330
  msgstr ""
2331
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2332
  "المذكورة"
2333
 
2334
+ #: ../admin/social_login.php:515
2335
  #, fuzzy
2336
  msgid "Social Login Options"
2337
  msgstr ""
2339
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2340
  "فورا دون موافقة المشرف على النظام."
2341
 
2342
+ #: ../admin/social_login.php:530
2343
  #, fuzzy
2344
  msgid "Text to display above the Social Login interface"
2345
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2346
 
2347
+ #: ../admin/social_login.php:538
2348
  msgid "Trigger social login in the same browser tab"
2349
  msgstr ""
2350
 
2351
+ #: ../admin/social_login.php:548
2352
  msgid "Trigger social login in the same browser tab instead of a popup window"
2353
  msgstr ""
2354
 
2355
+ #: ../admin/social_login.php:555
2356
  #, fuzzy
2357
  msgid "Center align icons"
2358
  msgstr "إعادة ترتيب الرموز"
2359
 
2360
+ #: ../admin/social_login.php:565
2361
  #, fuzzy
2362
  msgid "Center align social login icons"
2363
  msgstr ""
2365
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2366
  "فورا دون موافقة المشرف على النظام."
2367
 
2368
+ #: ../admin/social_login.php:572
2369
  #, fuzzy
2370
  msgid "Enable at login page"
2371
  msgstr "صفحة"
2372
 
2373
+ #: ../admin/social_login.php:582
2374
  #, fuzzy
2375
  msgid ""
2376
  "Social Login interface will get enabled at the login page of your website"
2378
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2379
  "التعليق"
2380
 
2381
+ #: ../admin/social_login.php:589
2382
  #, fuzzy
2383
  msgid "Enable at register page"
2384
  msgstr "التسجيل العام"
2385
 
2386
+ #: ../admin/social_login.php:599
2387
  #, fuzzy
2388
  msgid ""
2389
  "Social Login interface will get enabled at the registration page of your "
2392
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2393
  "الخاص بك"
2394
 
2395
+ #: ../admin/social_login.php:606
2396
  msgid "Enable at comment form"
2397
  msgstr "تمكين هذا الشكل من تعليق"
2398
 
2399
+ #: ../admin/social_login.php:616
2400
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2401
  msgstr ""
2402
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2403
  "التعليق"
2404
 
2405
+ #: ../admin/social_login.php:630
2406
  msgid "Enable before WooCommerce Customer Login Form"
2407
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2408
 
2409
+ #: ../admin/social_login.php:640
2410
  #, fuzzy
2411
  msgid ""
2412
  "Social Login Interface will get enabled before the customer login form at "
2415
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2416
  "التعليق"
2417
 
2418
+ #: ../admin/social_login.php:647
2419
  #, fuzzy
2420
  msgid "Enable at WooCommerce Customer Login Form"
2421
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2422
 
2423
+ #: ../admin/social_login.php:657
2424
  #, fuzzy
2425
  msgid ""
2426
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2429
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2430
  "التعليق"
2431
 
2432
+ #: ../admin/social_login.php:664
2433
  #, fuzzy
2434
  msgid "Enable at WooCommerce Customer Register Form"
2435
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2436
 
2437
+ #: ../admin/social_login.php:674
2438
  #, fuzzy
2439
  msgid ""
2440
  "Integrate Social Login Interface with the customer register form at "
2443
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2444
  "التعليق"
2445
 
2446
+ #: ../admin/social_login.php:681
2447
  #, fuzzy
2448
  msgid "Enable at WooCommerce checkout page"
2449
  msgstr "التسجيل العام"
2450
 
2451
+ #: ../admin/social_login.php:691
2452
  #, fuzzy
2453
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2454
  msgstr ""
2455
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2456
  "التعليق"
2457
 
2458
+ #: ../admin/social_login.php:701
2459
  #, fuzzy
2460
  msgid "Auto-approve comments made by Social Login users"
2461
  msgstr ""
2462
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2463
  "الاجتماعي\""
2464
 
2465
+ #: ../admin/social_login.php:711
2466
  msgid ""
2467
  "If this option is enabled, and WordPress comment is made by Social Login "
2468
  "user, comment will get approved immediately without keeping in moderation."
2471
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2472
  "فورا دون موافقة المشرف على النظام."
2473
 
2474
+ #: ../admin/social_login.php:712
2475
  #, fuzzy
2476
  msgid "Note: This is not related to Facebook comments"
2477
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2478
 
2479
+ #: ../admin/social_login.php:721
2480
  #, fuzzy
2481
  msgid "Enable social avatar"
2482
  msgstr "خدمة الشبكة الاجتماعية"
2483
 
2484
+ #: ../admin/social_login.php:731
2485
  #, fuzzy
2486
  msgid ""
2487
  "Social profile pictures of the logged in user will be displayed as profile "
2490
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2491
  "الشخصية"
2492
 
2493
+ #: ../admin/social_login.php:740
2494
  #, fuzzy
2495
  msgid "Avatar quality"
2496
  msgstr "نوعية الصورة الرمزية"
2497
 
2498
+ #: ../admin/social_login.php:743
2499
  #, fuzzy
2500
  msgid "Average"
2501
  msgstr "المعدل"
2502
 
2503
+ #: ../admin/social_login.php:744
2504
  msgid "Best"
2505
  msgstr "أفضل"
2506
 
2507
+ #: ../admin/social_login.php:751
2508
  #, fuzzy
2509
  msgid "Choose avatar quality"
2510
  msgstr "إختيار ملف"
2511
 
2512
+ #: ../admin/social_login.php:759
2513
  #, fuzzy
2514
  msgid ""
2515
  "Show option for users to update social avatar at BuddyPress profile page"
2516
  msgstr ""
2517
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2518
 
2519
+ #: ../admin/social_login.php:769
2520
  msgid ""
2521
  "If enabled, users would be able to update their social avatar from \"Profile "
2522
  "photo\" section in BuddyPress profile at front-end"
2523
  msgstr ""
2524
 
2525
+ #: ../admin/social_login.php:789
2526
  #, fuzzy
2527
  msgid ""
2528
  "If enabled and Social ID provider does not provide user's email address on "
2533
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2534
  "إنشاء بريد إلكتروني وهمية"
2535
 
2536
+ #: ../admin/social_login.php:797
2537
  msgid "Send post-registration email to user to set account password"
2538
  msgstr ""
2539
 
2540
+ #: ../admin/social_login.php:807
2541
  #, fuzzy
2542
  msgid ""
2543
  "If enabled, an email will be sent to user after registration through Social "
2549
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2550
  "تسجيل الدخول التقليدية)"
2551
 
2552
+ #: ../admin/social_login.php:814
2553
  #, fuzzy
2554
  msgid "Send new user registration notification email to admin"
2555
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2556
 
2557
+ #: ../admin/social_login.php:824
2558
  #, fuzzy
2559
  msgid ""
2560
  "If enabled, an email will be sent to admin after new user registers through "
2565
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2566
  "تسجيل الدخول التقليدية)"
2567
 
2568
+ #: ../admin/social_login.php:831
2569
  #, fuzzy
2570
  msgid "Login redirection"
2571
  msgstr "تسجيل الدخول"
2572
 
2573
+ #: ../admin/social_login.php:835
2574
  #, fuzzy
2575
  msgid "Same page where user logged in"
2576
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2577
 
2578
+ #: ../admin/social_login.php:839 ../admin/social_login.php:868
2579
  #, fuzzy
2580
  msgid "Account dashboard"
2581
  msgstr " لوحتك الخاصة بالتحكم"
2582
 
2583
+ #: ../admin/social_login.php:842 ../admin/social_login.php:871
2584
  #, fuzzy
2585
  msgid "BuddyPress profile page"
2586
  msgstr "تحرير ملفي الشخصي"
2587
 
2588
+ #: ../admin/social_login.php:845 ../admin/social_login.php:874
2589
  #, fuzzy
2590
  msgid "Custom Url"
2591
  msgstr "رابط (URL) مخصّص"
2592
 
2593
+ #: ../admin/social_login.php:853
2594
  #, fuzzy
2595
  msgid "User will be redirected to the selected page after Social Login"
2596
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2597
 
2598
+ #: ../admin/social_login.php:860
2599
  #, fuzzy
2600
  msgid "Registration redirection"
2601
  msgstr "نموذج التسجيل"
2602
 
2603
+ #: ../admin/social_login.php:864
2604
  #, fuzzy
2605
  msgid "Same page from where user registered"
2606
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2607
 
2608
+ #: ../admin/social_login.php:882
2609
  #, fuzzy
2610
  msgid ""
2611
  "User will be redirected to the selected page after registration (first "
2614
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2615
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2616
 
2617
+ #: ../admin/social_login.php:891
2618
  #, fuzzy
2619
  msgid "Social Account Linking Options"
2620
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2621
 
2622
+ #: ../admin/social_login.php:906
2623
  #, fuzzy
2624
  msgid "Text to display above the Social Account Linking interface"
2625
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2626
 
2627
+ #: ../admin/social_login.php:913
2628
  #, fuzzy
2629
  msgid ""
2630
  "Link social account to already existing account, if email address matches"
2632
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2633
  "الى حسابك في هذا الموقع"
2634
 
2635
+ #: ../admin/social_login.php:923
2636
  msgid ""
2637
  "If email address of the user's Social Account matches with an already "
2638
  "existing account at your website, that social account will be linked to "
2640
  "Linking interface at their profile page."
2641
  msgstr ""
2642
 
2643
+ #: ../admin/social_login.php:931
2644
  #, fuzzy
2645
  msgid "Enable social account linking at BuddyPress profile page"
2646
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2647
 
2648
+ #: ../admin/social_login.php:941
2649
  #, fuzzy
2650
  msgid ""
2651
  "Enable this option to show social account linking interface at BuddyPress "
2653
  msgstr ""
2654
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2655
 
2656
+ #: ../admin/social_login.php:952
2657
  #, fuzzy
2658
  msgid "Email popup options"
2659
  msgstr "الخيارات"
2660
 
2661
+ #: ../admin/social_login.php:957
2662
  #, fuzzy
2663
  msgid "Text on 'Email required' popup"
2664
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2665
 
2666
+ #: ../admin/social_login.php:967
2667
  #, fuzzy
2668
  msgid ""
2669
  "This text will be displayed on email required popup. Leave empty if not "
2672
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2673
  "غير مطلوب."
2674
 
2675
+ #: ../admin/social_login.php:975
2676
  #, fuzzy
2677
  msgid "Error message for 'Email required' popup"
2678
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2679
 
2680
+ #: ../admin/social_login.php:985
2681
  #, fuzzy
2682
  msgid ""
2683
  "This message will be displayed to user if it provides invalid or already "
2686
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2687
  "المسجلة مسبقاً"
2688
 
2689
+ #: ../admin/social_login.php:993
2690
  #, fuzzy
2691
  msgid "Email popup height"
2692
  msgstr "ارتفاع"
2693
 
2694
+ #: ../admin/social_login.php:1003
2695
  #, fuzzy
2696
  msgid ""
2697
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2701
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2702
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2703
 
2704
+ #: ../admin/social_login.php:1010
2705
  #, fuzzy
2706
  msgid "Enable email verification"
2707
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2708
 
2709
+ #: ../admin/social_login.php:1020
2710
  #, fuzzy
2711
  msgid ""
2712
  "If enabled, email provided by the user will be verified by sending a "
2717
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2718
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2719
 
2720
+ #: ../admin/social_login.php:1040
2721
  #, fuzzy
2722
  msgid "Enable GDPR opt-in"
2723
  msgstr "إتاحة التعليق من هارد"
2724
 
2725
+ #: ../admin/social_login.php:1050
2726
  msgid ""
2727
  "Enable it to show GDPR opt-in for social login and social account linking"
2728
  msgstr ""
2729
 
2730
+ #: ../admin/social_login.php:1058
2731
  #, fuzzy
2732
  msgid "Placement of GDPR opt-in"
2733
  msgstr "إتاحة التعليق من هارد"
2734
 
2735
+ #: ../admin/social_login.php:1062
2736
  #, fuzzy
2737
  msgid "Above Social Login icons"
2738
  msgstr ""
2740
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2741
  "فورا دون موافقة المشرف على النظام."
2742
 
2743
+ #: ../admin/social_login.php:1064
2744
  #, fuzzy
2745
  msgid "Below Social Login icons"
2746
  msgstr ""
2748
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2749
  "فورا دون موافقة المشرف على النظام."
2750
 
2751
+ #: ../admin/social_login.php:1070
2752
  #, fuzzy
2753
  msgid "Placement of GDPR opt-in above or below the social login icons"
2754
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2755
 
2756
+ #: ../admin/social_login.php:1077
2757
  msgid "Opt-in text"
2758
  msgstr ""
2759
 
2760
+ #: ../admin/social_login.php:1087
2761
  #, fuzzy
2762
  msgid "Text for the GDPR opt-in"
2763
  msgstr "إتاحة التعليق من هارد"
2764
 
2765
+ #: ../admin/social_login.php:1094
2766
  msgid "Text to link to Terms-Conditions page"
2767
  msgstr ""
2768
 
2769
+ #: ../admin/social_login.php:1104
2770
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2771
  msgstr ""
2772
 
2773
+ #: ../admin/social_login.php:1111
2774
  msgid "Terms-Conditions Url"
2775
  msgstr ""
2776
 
2777
+ #: ../admin/social_login.php:1121
2778
  #, fuzzy
2779
  msgid "Url of the terms-conditions page of your website"
2780
  msgstr "URL لعملاء الموقع (اختياري)"
2781
 
2782
+ #: ../admin/social_login.php:1128
2783
  msgid "Text to link to Privacy Policy page"
2784
  msgstr ""
2785
 
2786
+ #: ../admin/social_login.php:1138
2787
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2788
  msgstr ""
2789
 
2790
+ #: ../admin/social_login.php:1145
2791
  msgid "Privacy Policy Url"
2792
  msgstr ""
2793
 
2794
+ #: ../admin/social_login.php:1155
2795
  #, fuzzy
2796
  msgid "Url of the privacy policy page of your website"
2797
  msgstr "URL لعملاء الموقع (اختياري)"
2798
 
2799
+ #: ../admin/social_login.php:1206 ../inc/widget.php:260 ../inc/widget.php:438
2800
  #: ../inc/widget.php:602 ../inc/widget.php:750
2801
  #, fuzzy
2802
  msgid "Select"
2803
  msgstr "أختر ..."
2804
 
2805
+ #: ../admin/social_login.php:1237
2806
  #, fuzzy
2807
  msgid "Social Login Shortcode & Widget"
2808
  msgstr "استخدم كود مختصر | Include the shortcode"
2809
 
2810
+ #: ../admin/social_login.php:1238
2811
  msgid "Social Linking Shortcode"
2812
  msgstr "الربط الاجتماعي رمز قصير"
2813
 
2814
+ #: ../admin/social_login.php:1253
2815
  msgid "Why is social login not working?"
2816
  msgstr ""
2817
 
2818
+ #: ../admin/social_login.php:1254
2819
  msgid ""
2820
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2821
  "belong to the same app"
2822
  msgstr ""
2823
 
2824
+ #: ../admin/social_login.php:1256
2825
  msgid "Social Login not working with Varnish enabled"
2826
  msgstr ""
2827
 
2828
+ #: ../admin/social_login.php:1257
2829
  msgid ""
2830
  "Why the user is not appearing logged in even after Social Login until the "
2831
  "webpage is refreshed manually?"
2985
  msgid "Enable bit.ly url shortener for tweet button"
2986
  msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
2987
 
2988
+ #: ../admin/like_buttons.php:665
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2989
  #, fuzzy, php-format
2990
  msgid ""
2991
  "Enter the code of the language you want to use to render counters. You can "
2996
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
2997
  "فارغاً ل language(English) الافتراضي"
2998
 
2999
+ #: ../admin/like_buttons.php:674
3000
  #, fuzzy
3001
  msgid "Twitter Username"
3002
  msgstr "شارك الأخرين عبر تويتر"
3003
 
3004
+ #: ../admin/like_buttons.php:679
3005
  #, fuzzy
3006
  msgid "Twitter username for Tweet (without @)"
3007
  msgstr "قالب بدون %1$s"
3008
 
3009
+ #: ../admin/like_buttons.php:689
3010
  #, fuzzy
3011
  msgid ""
3012
  "Provided username will be appended after the content being tweeted as \"via "
3015
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
3016
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
3017
 
3018
+ #: ../admin/like_buttons.php:697
3019
  #, fuzzy
3020
  msgid "Twitter username for Buffer sharing (without @)"
3021
  msgstr "قالب بدون %1$s"
3022
 
3023
+ #: ../admin/like_buttons.php:707
3024
  #, fuzzy
3025
  msgid ""
3026
  "Provided username will be appended after the content in Buffer sharing as "
3029
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
3030
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
3031
 
3032
+ #: ../admin/like_buttons.php:753
3033
  #, fuzzy
3034
  msgid "Like Buttons Shortcode & Widget"
3035
  msgstr "استخدم كود مختصر | Include the shortcode"
3059
  msgid "Archives"
3060
  msgstr "الأرشيف"
3061
 
3062
+ #: ../inc/social_sharing.php:942 ../inc/social_sharing.php:1180
3063
  #, fuzzy
3064
  msgid "Invalid request"
3065
  msgstr "طلب غير صحيح"
3066
 
3067
+ #: ../inc/social_sharing.php:949
3068
  #, fuzzy
3069
  msgid "Providers not selected"
3070
  msgstr "محدد | selected"
3071
 
3072
+ #: ../inc/social_login.php:747
3073
  #, fuzzy
3074
  msgid "Email"
3075
  msgstr "البريد الإلكتروني"
3076
 
3077
+ #: ../inc/social_login.php:748
3078
  msgid "Confirm email"
3079
  msgstr ""
3080
 
3081
+ #: ../inc/social_login.php:750
3082
  msgid "Save"
3083
  msgstr ""
3084
 
3085
+ #: ../inc/social_login.php:751
3086
  msgid "Cancel"
3087
  msgstr ""
3088
 
3089
+ #: ../inc/social_login.php:825
3090
  #, fuzzy
3091
  msgid "Email Verification"
3092
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3093
 
3094
+ #: ../inc/social_login.php:827
3095
  msgid ""
3096
  "Please click on the following link or paste it in browser to verify your "
3097
  "email"
3381
  msgid "RSS Feed URL:"
3382
  msgstr ""
3383
 
3384
+ #, fuzzy
3385
+ #~ msgid ""
3386
+ #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
3387
+ #~ msgstr ""
3388
+ #~ "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق "
3389
+ #~ "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
3390
+ #~ "\"مفتاح API التغريد\""
3391
+
3392
+ #, fuzzy
3393
+ #~ msgid "bit.ly API Key"
3394
+ #~ msgstr "مفتاح API الخاص | API Private Key"
3395
+
3396
+ #, fuzzy
3397
+ #~ msgid ""
3398
+ #~ "Paste following url in <strong>Website URL</strong> option mentioned at "
3399
+ #~ "the link"
3400
+ #~ msgstr ""
3401
+ #~ "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
3402
+
3403
+ #, fuzzy
3404
+ #~ msgid "bit.ly username"
3405
+ #~ msgstr "إسم المستخدم الألكتروني:"
3406
+
3407
+ #, fuzzy
3408
+ #~ msgid ""
3409
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3410
+ #~ "\"_blank\">this link</a> to get bit.ly username"
3411
+ #~ msgstr ""
3412
+ #~ "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target="
3413
+ #~ "\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
3414
+
3415
+ #, fuzzy
3416
+ #~ msgid ""
3417
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3418
+ #~ "\"_blank\">this link</a> to get your API key"
3419
+ #~ msgstr ""
3420
+ #~ "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target="
3421
+ #~ "\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
3422
+
3423
  #, fuzzy
3424
  #~ msgid "Xing"
3425
  #~ msgstr "شينغ"
languages/super-socializer-es_ES.mo CHANGED
Binary file
languages/super-socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-06-26 12:29+0530\n"
6
- "PO-Revision-Date: 2020-06-26 12:29+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:475
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:479 ../super_socializer.php:493
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:489
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:663
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -38,7 +38,7 @@ msgstr ""
38
  "posible que necesites contactar con el administrador de tu servidor para "
39
  "verificar esto"
40
 
41
- #: ../super_socializer.php:691
42
  #, fuzzy, php-format
43
  msgid ""
44
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
48
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
49
 
50
- #: ../super_socializer.php:694
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -56,7 +56,7 @@ msgstr ""
56
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
57
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
58
 
59
- #: ../super_socializer.php:697
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
@@ -65,67 +65,67 @@ msgstr ""
65
  "posible que necesites contactar con el administrador de tu servidor para "
66
  "verificar esto"
67
 
68
- #: ../super_socializer.php:879 ../helper.php:968
69
  msgid "Please verify your email address to login."
70
  msgstr "Por favor verifica tu dirección de email para ingresar."
71
 
72
- #: ../super_socializer.php:879
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
75
 
76
- #: ../super_socializer.php:883
77
  msgid "Notification"
78
  msgstr "Notificación"
79
 
80
- #: ../super_socializer.php:901 ../admin/social_login.php:758
81
  msgid "Email required"
82
  msgstr "Email requerido"
83
 
84
- #: ../super_socializer.php:904
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr ""
87
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
88
  "registro."
89
 
90
- #: ../super_socializer.php:982
91
  msgid "Leave a reply"
92
  msgstr "Deja una respuesta"
93
 
94
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
95
  msgid "Shares"
96
  msgstr ""
97
 
98
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
99
  msgid "Share"
100
  msgstr ""
101
 
102
- #: ../super_socializer.php:998
103
  #, fuzzy
104
  msgid "Link copied."
105
  msgstr "LinkedIn"
106
 
107
- #: ../super_socializer.php:1244
108
  msgid "Super Socializer - General Options"
109
  msgstr "Super Socializer - Opciones Generales"
110
 
111
- #: ../super_socializer.php:1244 ../admin/general_options.php:15
112
  #: ../admin/social_commenting.php:47
113
  msgid "General Options"
114
  msgstr "Opciones Generales"
115
 
116
- #: ../super_socializer.php:1312 ../helper.php:890
117
  msgid "Social Avatar"
118
  msgstr "Avatar Social"
119
 
120
- #: ../super_socializer.php:1315
121
  msgid "Small Avatar Url"
122
  msgstr "Url de Avatar Pequeño"
123
 
124
- #: ../super_socializer.php:1319
125
  msgid "Large Avatar Url"
126
  msgstr "Url de Avatar Grande"
127
 
128
- #: ../super_socializer.php:1323 ../helper.php:893
129
  msgid ""
130
  "Do not fetch and update social avatar from my profile, next time I Social "
131
  "Login"
@@ -133,81 +133,98 @@ msgstr ""
133
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
134
  "próxima vez | Social Login"
135
 
136
- #: ../super_socializer.php:1327 ../helper.php:894
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
139
 
140
- #: ../super_socializer.php:1404
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
- #: ../super_socializer.php:1405
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "El email que has escrito ya está registrado o no es válido"
147
 
148
- #: ../super_socializer.php:1410
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr ""
151
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
152
  "verificarla"
153
 
154
- #: ../super_socializer.php:1414 ../super_socializer.php:2072
155
  msgid "Link your social account to login to your account at this website"
156
  msgstr ""
157
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
158
  "web "
159
 
160
- #: ../super_socializer.php:1653
161
  msgid "Thanks for installing Super Socializer plugin"
162
  msgstr ""
163
 
164
- #: ../super_socializer.php:1655
165
  msgid "Configure the Plugin"
166
  msgstr ""
167
 
168
- #: ../super_socializer.php:1666
169
  msgid ""
170
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
171
  "current version of Super Socializer"
172
  msgstr ""
173
 
174
- #: ../super_socializer.php:1675
175
  msgid ""
176
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1684
181
  msgid ""
182
  "Update \"Social Login Buttons\" add-on for compatibility with current "
183
  "version of Super Socializer"
184
  msgstr ""
185
 
186
- #: ../super_socializer.php:1693
187
  msgid ""
188
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
189
  "with current version of Super Socializer"
190
  msgstr ""
191
 
192
- #: ../super_socializer.php:1702
193
  msgid ""
194
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
195
  "with current version of Super Socializer"
196
  msgstr ""
197
 
198
- #: ../super_socializer.php:1713
199
  #, php-format
200
  msgid ""
201
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:1728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  #, php-format
206
  msgid ""
207
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
208
  msgstr ""
209
 
210
- #: ../super_socializer.php:1752
211
  #, php-format
212
  msgid ""
213
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -215,14 +232,14 @@ msgid ""
215
  "target=\"_blank\">here</a>"
216
  msgstr ""
217
 
218
- #: ../super_socializer.php:1752 ../super_socializer.php:1777
219
- #: ../super_socializer.php:1802 ../super_socializer.php:1827
220
- #: ../super_socializer.php:1860 ../super_socializer.php:1888
221
- #: ../super_socializer.php:1915
222
  msgid "Okay"
223
  msgstr ""
224
 
225
- #: ../super_socializer.php:1777
226
  #, php-format
227
  msgid ""
228
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -230,7 +247,7 @@ msgid ""
230
  "\">here</a>"
231
  msgstr ""
232
 
233
- #: ../super_socializer.php:1802
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -238,7 +255,7 @@ msgid ""
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
- #: ../super_socializer.php:1827
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -246,13 +263,13 @@ msgid ""
246
  "target=\"_blank\">here</a>"
247
  msgstr ""
248
 
249
- #: ../super_socializer.php:1838
250
  #, php-format
251
  msgid ""
252
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
253
  msgstr ""
254
 
255
- #: ../super_socializer.php:1860
256
  #, php-format
257
  msgid ""
258
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -260,7 +277,7 @@ msgid ""
260
  "\"%s\" target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
- #: ../super_socializer.php:1888
264
  #, php-format
265
  msgid ""
266
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -269,7 +286,7 @@ msgid ""
269
  "your website %s with them. No need to copy-paste any code from their website."
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1915
273
  #, php-format
274
  msgid ""
275
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -277,7 +294,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1940
281
  #, php-format
282
  msgid ""
283
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -285,11 +302,11 @@ msgid ""
285
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:1940 ../super_socializer.php:1967
289
  msgid "Dismiss"
290
  msgstr ""
291
 
292
- #: ../super_socializer.php:1966
293
  #, php-format
294
  msgid ""
295
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -298,7 +315,7 @@ msgid ""
298
  "that, clear share counts cache from \"Miscellaneous\" section"
299
  msgstr ""
300
 
301
- #: ../super_socializer.php:2148
302
  msgid ""
303
  "Your browser is blocking some features of this website. Please follow the "
304
  "instructions at {support_url} to unblock these."
@@ -333,104 +350,104 @@ msgstr ""
333
  msgid "Settings"
334
  msgstr "Ajustes"
335
 
336
- #: ../helper.php:542
337
  msgid "Account linked successfully"
338
  msgstr "Cuenta enlazada con éxito"
339
 
340
- #: ../helper.php:546
341
  msgid "Account already exists or linked"
342
  msgstr "Esta cuenta ya existe o ha sido enlazada"
343
 
344
- #: ../helper.php:582 ../helper.php:584
345
  #, fuzzy
346
  msgid "Login with"
347
  msgstr "Opciones de Ingreso"
348
 
349
- #: ../helper.php:619 ../helper.php:625
350
  msgid "Currently"
351
  msgstr "Actualmente"
352
 
353
- #: ../helper.php:619 ../helper.php:625
354
  msgid "Connected with"
355
  msgstr ""
356
 
357
- #: ../helper.php:619 ../helper.php:625
358
  msgid "Remove"
359
  msgstr "Remover"
360
 
361
- #: ../helper.php:696
362
  #, fuzzy
363
  msgid "Social Account Linking"
364
  msgstr "Comentarios en redes sociales"
365
 
366
- #: ../helper.php:746
367
  msgid "Disable Standard Social Sharing on this "
368
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
369
 
370
- #: ../helper.php:751
371
  msgid "Disable Floating Social Sharing on this "
372
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
373
 
374
- #: ../helper.php:756
375
  msgid "Disable Standard like buttons on this "
376
  msgstr "Desactivar los botones Me gusta Estándares aquí"
377
 
378
- #: ../helper.php:761
379
  msgid "Disable Floating like buttons on this "
380
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
381
 
382
- #: ../helper.php:766
383
  msgid "Disable Social Commenting on this "
384
  msgstr "Desactivar Comentarios de redes sociales aquí"
385
 
386
- #: ../helper.php:775
387
  msgid "Standard Sharing Interface"
388
  msgstr "Interfaz Estándar para Compartir"
389
 
390
- #: ../helper.php:781 ../helper.php:800
391
  msgid "Starting share count for "
392
  msgstr "Comienzo del Contador de veces compartidas"
393
 
394
- #: ../helper.php:794
395
  msgid "Floating Sharing Interface"
396
  msgstr "Interfaz Flotante de botones Compartir"
397
 
398
- #: ../helper.php:897
399
  msgid "Small Avatar"
400
  msgstr "Avatar Pequeño"
401
 
402
- #: ../helper.php:901
403
  msgid "Large Avatar"
404
  msgstr "Avatar Grande"
405
 
406
- #: ../helper.php:905 ../admin/general_options.php:92
407
- #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
408
- #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
409
  msgid "Save Changes"
410
  msgstr "Guardar Cambios"
411
 
412
- #: ../helper.php:1005
413
  msgid "Click to delete social profile data"
414
  msgstr ""
415
 
416
- #: ../helper.php:1034
417
  #, fuzzy
418
  msgid "Deleting"
419
  msgstr "Ajustes"
420
 
421
- #: ../helper.php:1044
422
  msgid "Deleted"
423
  msgstr ""
424
 
425
- #: ../helper.php:1046
426
  msgid "Something bad happened"
427
  msgstr ""
428
 
429
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
430
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
431
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
432
- #: ../admin/social_login.php:5 ../admin/social_login.php:1252
433
- #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
434
  #, fuzzy, php-format
435
  msgid ""
436
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -484,16 +501,16 @@ msgstr ""
484
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
485
  "style&gt;)"
486
 
487
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
488
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
489
- #: ../admin/like_buttons.php:809
490
  #, fuzzy
491
  msgid "Instagram Shoutout"
492
  msgstr "Instagram"
493
 
494
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
495
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
496
- #: ../admin/like_buttons.php:811
497
  msgid ""
498
  "If you can send (to hello@heateor.com) how this plugin is helping your "
499
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -603,7 +620,7 @@ msgstr "Control Maestro para permitir Compartir en redes sociales"
603
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
604
  msgstr ""
605
 
606
- #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1926
607
  msgid ""
608
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
609
  "Facebook share count to work"
@@ -629,10 +646,10 @@ msgstr "Miscelánea"
629
  msgid "3rd Party Integration"
630
  msgstr ""
631
 
632
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
633
- #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
634
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
635
- #: ../admin/like_buttons.php:770
636
  msgid "Shortcode & Widget"
637
  msgstr "Widgets y Shortcodes"
638
 
@@ -640,10 +657,10 @@ msgstr "Widgets y Shortcodes"
640
  msgid "Troubleshooter"
641
  msgstr "Resolución de problmas"
642
 
643
- #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
644
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
645
- #: ../admin/social_login.php:46 ../admin/social_login.php:1228
646
- #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
647
  msgid "FAQ"
648
  msgstr "FAQ"
649
 
@@ -876,8 +893,8 @@ msgstr "Url personalizada"
876
  msgid "Url to share"
877
  msgstr "Url para compartir"
878
 
879
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
880
- #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
881
  #: ../inc/widget.php:945
882
  msgid "Title"
883
  msgstr "Título"
@@ -966,7 +983,7 @@ msgid "Placement"
966
  msgstr "Ubicación"
967
 
968
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
969
- #: ../admin/social_login.php:816 ../admin/social_login.php:845
970
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
971
  msgid "Homepage"
972
  msgstr "Página de Inicio"
@@ -1293,32 +1310,28 @@ msgid "Master control to enable bit.ly url shortening for sharing"
1293
  msgstr ""
1294
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1295
 
1296
- #: ../admin/social_sharing.php:1659
1297
- #, fuzzy
1298
- msgid "bit.ly Login"
1299
- msgstr "Ingreso a través de redes sociales"
1300
-
1301
- #: ../admin/social_sharing.php:1669 ../admin/social_sharing.php:1687
1302
- #, fuzzy, php-format
1303
- msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1304
  msgstr ""
1305
- "Requerido para que funcione el ingreso a través de Twitter. Por favor, sigue "
1306
- "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1307
- "conseguir tu Twitter Key"
1308
 
1309
- #: ../admin/social_sharing.php:1677 ../admin/like_buttons.php:631
1310
- msgid "bit.ly API Key"
1311
- msgstr "bit.ly API Key"
 
 
 
 
 
1312
 
1313
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:649
1314
  msgid "Clear Bitly Cache"
1315
  msgstr ""
1316
 
1317
- #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:653
1318
  msgid "ShortUrl cache cleared successfully."
1319
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1320
 
1321
- #: ../admin/social_sharing.php:1706 ../admin/like_buttons.php:660
1322
  msgid ""
1323
  "Use this to delete short urls saved in database. Handy, if urls of your "
1324
  "website have been changed but short urls are still being generated for old "
@@ -1328,31 +1341,31 @@ msgstr ""
1328
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1329
  "url cortas todavía se están generando para viejas url."
1330
 
1331
- #: ../admin/social_sharing.php:1715
1332
  msgid "Share Count Cache"
1333
  msgstr ""
1334
 
1335
- #: ../admin/social_sharing.php:1720
1336
  msgid "Refresh Share Count cache every"
1337
  msgstr ""
1338
 
1339
- #: ../admin/social_sharing.php:1725
1340
  msgid "Second(s)"
1341
  msgstr ""
1342
 
1343
- #: ../admin/social_sharing.php:1726
1344
  msgid "Minute(s)"
1345
  msgstr ""
1346
 
1347
- #: ../admin/social_sharing.php:1727
1348
  msgid "Hour(s)"
1349
  msgstr ""
1350
 
1351
- #: ../admin/social_sharing.php:1728
1352
  msgid "Day(s)"
1353
  msgstr ""
1354
 
1355
- #: ../admin/social_sharing.php:1736
1356
  #, php-format
1357
  msgid ""
1358
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1360,26 +1373,26 @@ msgid ""
1360
  "target=\"_blank\">here</a>"
1361
  msgstr ""
1362
 
1363
- #: ../admin/social_sharing.php:1743
1364
  msgid "Clear Share Counts Cache"
1365
  msgstr ""
1366
 
1367
- #: ../admin/social_sharing.php:1747
1368
  #, fuzzy
1369
  msgid "Share Counts cache cleared successfully."
1370
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1371
 
1372
- #: ../admin/social_sharing.php:1754
1373
  msgid "Use this to clear cached share counts"
1374
  msgstr ""
1375
 
1376
- #: ../admin/social_sharing.php:1763 ../admin/social_sharing.php:1768
1377
- #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:669
1378
- #: ../admin/like_buttons.php:674
1379
  msgid "Language"
1380
  msgstr "Idioma"
1381
 
1382
- #: ../admin/social_sharing.php:1778
1383
  #, php-format
1384
  msgid ""
1385
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1390,15 +1403,15 @@ msgstr ""
1390
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1391
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1392
 
1393
- #: ../admin/social_sharing.php:1787
1394
  msgid "Username in sharing"
1395
  msgstr "Nombre de usuario en Compartir"
1396
 
1397
- #: ../admin/social_sharing.php:1792
1398
  msgid "Twitter username (without @)"
1399
  msgstr "Nombre de usuario de Twitter (sin @)"
1400
 
1401
- #: ../admin/social_sharing.php:1802 ../admin/social_sharing.php:1820
1402
  msgid ""
1403
  "Provided username will be appended after the content being shared as \"via "
1404
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1408,36 +1421,36 @@ msgstr ""
1408
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1409
  "nombre de usuario en el contenido compartido."
1410
 
1411
- #: ../admin/social_sharing.php:1810
1412
  msgid "Buffer username (without @)"
1413
  msgstr "Nombre de usuario de Buffer (sin @)"
1414
 
1415
- #: ../admin/social_sharing.php:1829
1416
  msgid "AMP"
1417
  msgstr ""
1418
 
1419
- #: ../admin/social_sharing.php:1834
1420
  #, fuzzy
1421
  msgid "Enable sharing on AMP pages"
1422
  msgstr "Permitir Página de Ingreso"
1423
 
1424
- #: ../admin/social_sharing.php:1844
1425
  msgid "Enable this option to render sharing icons on AMP pages"
1426
  msgstr ""
1427
 
1428
- #: ../admin/social_sharing.php:1863 ../admin/like_buttons.php:745
1429
  msgid "myCRED"
1430
  msgstr ""
1431
 
1432
- #: ../admin/social_sharing.php:1868 ../admin/like_buttons.php:750
1433
  msgid "Append myCRED referral ID to the urls being shared"
1434
  msgstr ""
1435
 
1436
- #: ../admin/social_sharing.php:1901
1437
  msgid "Facebook Sharing Troubleshooter"
1438
  msgstr "Resolución de problemas al Compartir en Facebook"
1439
 
1440
- #: ../admin/social_sharing.php:1906
1441
  #, fuzzy
1442
  msgid ""
1443
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1448,28 +1461,28 @@ msgstr ""
1448
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1449
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1450
 
1451
- #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1452
- #: ../admin/social_login.php:1230
1453
  msgid ""
1454
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1455
  "an online website for the plugin to function properly."
1456
  msgstr ""
1457
 
1458
- #: ../admin/social_sharing.php:1924
1459
  msgid ""
1460
  "Why is sharer not showing the correct image, title and other meta tags "
1461
  "content?"
1462
  msgstr ""
1463
 
1464
- #: ../admin/social_sharing.php:1925
1465
  msgid "Why is Facebook share count not working?"
1466
  msgstr ""
1467
 
1468
- #: ../admin/social_sharing.php:1928
1469
  msgid "Why is Instagram icon redirecting to Instagram website?"
1470
  msgstr ""
1471
 
1472
- #: ../admin/social_sharing.php:1929
1473
  msgid ""
1474
  "Instagram icon is there to send website visitors to the Instagram page of "
1475
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1477,48 +1490,48 @@ msgid ""
1477
  "sections."
1478
  msgstr ""
1479
 
1480
- #: ../admin/social_sharing.php:1932
1481
  #, fuzzy
1482
  msgid "How to customize the url being shared?"
1483
  msgstr ""
1484
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1485
  "compartidas?"
1486
 
1487
- #: ../admin/social_sharing.php:1933
1488
  msgid ""
1489
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1490
  msgstr ""
1491
 
1492
- #: ../admin/social_sharing.php:1934
1493
  msgid ""
1494
  "It takes some time for their service to track the shares made on Twitter "
1495
  "from your website. If you still feel it's taking too long you can contact "
1496
  "their support directly from their website."
1497
  msgstr ""
1498
 
1499
- #: ../admin/social_sharing.php:1936 ../admin/like_buttons.php:787
1500
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1501
  msgstr ""
1502
 
1503
- #: ../admin/social_sharing.php:1937
1504
  msgid ""
1505
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1506
  msgstr ""
1507
 
1508
- #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1509
- #: ../admin/social_login.php:1237
1510
  msgid "Why is my browser blocking some features of the plugin?"
1511
  msgstr ""
1512
 
1513
- #: ../admin/social_sharing.php:1939
1514
  msgid "Why the color of share icons is not being updated?"
1515
  msgstr ""
1516
 
1517
- #: ../admin/social_sharing.php:1940
1518
  msgid "Why Facebook share counts are not appearing?"
1519
  msgstr ""
1520
 
1521
- #: ../admin/social_sharing.php:1941
1522
  msgid ""
1523
  "How can I show share counts of my website rather than of individual pages/"
1524
  "posts?"
@@ -1526,54 +1539,54 @@ msgstr ""
1526
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1527
  "lugar de páginas individuales o entradas?"
1528
 
1529
- #: ../admin/social_sharing.php:1942
1530
  msgid "How can I disable sharing on particular page/post?"
1531
  msgstr ""
1532
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1533
  "entrada?"
1534
 
1535
- #: ../admin/social_sharing.php:1943
1536
  msgid "How can I specify minimum sharing count for sharing networks?"
1537
  msgstr ""
1538
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1539
  "sociales?"
1540
 
1541
- #: ../admin/social_sharing.php:1944
1542
  msgid "How to share specific page?"
1543
  msgstr "¿Cómo compartir una página específica?"
1544
 
1545
- #: ../admin/social_sharing.php:1945
1546
  msgid "How to integrate Google Analytics with sharing?"
1547
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1548
 
1549
- #: ../admin/social_sharing.php:1946
1550
  msgid "How to customize the look of total share counts?"
1551
  msgstr ""
1552
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1553
 
1554
- #: ../admin/social_sharing.php:1947
1555
  msgid "How to customize the look of individual share counts?"
1556
  msgstr ""
1557
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1558
  "compartidas?"
1559
 
1560
- #: ../admin/social_sharing.php:1948
1561
  msgid "How to show Whatsapp icon only on mobile devices?"
1562
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1563
 
1564
- #: ../admin/social_sharing.php:1949
1565
  msgid "How to hide arrow after floating sharing bar?"
1566
  msgstr ""
1567
 
1568
- #: ../admin/social_sharing.php:1950
1569
  msgid "Why is share count not getting updated?"
1570
  msgstr ""
1571
 
1572
- #: ../admin/social_sharing.php:1951 ../admin/like_buttons.php:785
1573
  msgid "Why is there so much space between like buttons?"
1574
  msgstr ""
1575
 
1576
- #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:786
1577
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1578
  msgstr ""
1579
 
@@ -1831,11 +1844,11 @@ msgstr "Configuración básica"
1831
  msgid "Advanced Configuration"
1832
  msgstr "Configuración básica"
1833
 
1834
- #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1835
  msgid "GDPR"
1836
  msgstr ""
1837
 
1838
- #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1839
  msgid "XProfile Integration"
1840
  msgstr ""
1841
 
@@ -1965,7 +1978,7 @@ msgstr ""
1965
  "enlace mencionado"
1966
 
1967
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1968
- #: ../admin/social_login.php:400 ../admin/social_login.php:420
1969
  #, fuzzy
1970
  msgid ""
1971
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2097,33 +2110,49 @@ msgid "Vkontakte Secure key"
2097
  msgstr "Vkontakte"
2098
 
2099
  #: ../admin/social_login.php:368
2100
- msgid "Instagram Client ID"
 
2101
  msgstr "Instagram Client ID"
2102
 
2103
  #: ../admin/social_login.php:378
2104
- #, php-format
2105
  msgid ""
2106
  "Required for Instagram Social Login to work. Please follow the documentation "
2107
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
2108
  msgstr ""
2109
  "Requerido para que funcione el ingreso a través de Instagram. Por favor, "
2110
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2111
  "para conseguir tu Instagram Client ID"
2112
 
2113
- #: ../admin/social_login.php:380
2114
  #, fuzzy
2115
  msgid ""
2116
- "Paste following url in <strong>Website URL</strong> option mentioned at the "
2117
- "link"
2118
  msgstr ""
2119
- "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
2120
- "enlace mencionado"
2121
 
2122
  #: ../admin/social_login.php:389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2123
  msgid "Line Channel ID"
2124
  msgstr ""
2125
 
2126
- #: ../admin/social_login.php:398
2127
  #, fuzzy, php-format
2128
  msgid ""
2129
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2133,12 +2162,12 @@ msgstr ""
2133
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2134
  "para conseguir tu LinkedIn API Key"
2135
 
2136
- #: ../admin/social_login.php:409
2137
  #, fuzzy
2138
  msgid "Line Channel Secret"
2139
  msgstr "LinkedIn"
2140
 
2141
- #: ../admin/social_login.php:418
2142
  #, fuzzy, php-format
2143
  msgid ""
2144
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2148,12 +2177,12 @@ msgstr ""
2148
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2149
  "para conseguir tu LinkedIn API Key"
2150
 
2151
- #: ../admin/social_login.php:429
2152
  #, fuzzy
2153
  msgid "Microsoft Client ID"
2154
  msgstr "Google+ Client ID"
2155
 
2156
- #: ../admin/social_login.php:438
2157
  #, fuzzy, php-format
2158
  msgid ""
2159
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2163,7 +2192,7 @@ msgstr ""
2163
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2164
  "para conseguir tu GooglePlus Client ID"
2165
 
2166
- #: ../admin/social_login.php:440 ../admin/social_login.php:460
2167
  #, fuzzy
2168
  msgid ""
2169
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2172,12 +2201,12 @@ msgstr ""
2172
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2173
  "mencionado"
2174
 
2175
- #: ../admin/social_login.php:449
2176
  #, fuzzy
2177
  msgid "Microsoft Client Secret"
2178
  msgstr "Google+ Client ID"
2179
 
2180
- #: ../admin/social_login.php:458
2181
  #, fuzzy, php-format
2182
  msgid ""
2183
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2188,12 +2217,12 @@ msgstr ""
2188
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2189
  "para conseguir tu GooglePlus Client ID"
2190
 
2191
- #: ../admin/social_login.php:468
2192
  #, fuzzy
2193
  msgid "Steam API Key"
2194
  msgstr "Twitter API Key"
2195
 
2196
- #: ../admin/social_login.php:477
2197
  #, fuzzy, php-format
2198
  msgid ""
2199
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2203,57 +2232,57 @@ msgstr ""
2203
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2204
  "conseguir tu Twitter Key"
2205
 
2206
- #: ../admin/social_login.php:478
2207
  #, fuzzy
2208
  msgid "Save following <strong>domain</strong> to get the key"
2209
  msgstr ""
2210
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2211
  "enlace mencionado"
2212
 
2213
- #: ../admin/social_login.php:494
2214
  #, fuzzy
2215
  msgid "Social Login Options"
2216
  msgstr "Ingreso a través de redes sociales"
2217
 
2218
- #: ../admin/social_login.php:509
2219
  msgid "Text to display above the Social Login interface"
2220
  msgstr ""
2221
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2222
 
2223
- #: ../admin/social_login.php:517
2224
  msgid "Trigger social login in the same browser tab"
2225
  msgstr ""
2226
 
2227
- #: ../admin/social_login.php:527
2228
  msgid "Trigger social login in the same browser tab instead of a popup window"
2229
  msgstr ""
2230
 
2231
- #: ../admin/social_login.php:534
2232
  #, fuzzy
2233
  msgid "Center align icons"
2234
  msgstr "Reorganizar iconos"
2235
 
2236
- #: ../admin/social_login.php:544
2237
  #, fuzzy
2238
  msgid "Center align social login icons"
2239
  msgstr "Ingreso a través de redes sociales"
2240
 
2241
- #: ../admin/social_login.php:551
2242
  msgid "Enable at login page"
2243
  msgstr "Permitir Página de Ingreso"
2244
 
2245
- #: ../admin/social_login.php:561
2246
  msgid ""
2247
  "Social Login interface will get enabled at the login page of your website"
2248
  msgstr ""
2249
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2250
  "acceso de tu sitio web"
2251
 
2252
- #: ../admin/social_login.php:568
2253
  msgid "Enable at register page"
2254
  msgstr "Permitir Página de Registro"
2255
 
2256
- #: ../admin/social_login.php:578
2257
  msgid ""
2258
  "Social Login interface will get enabled at the registration page of your "
2259
  "website"
@@ -2261,21 +2290,21 @@ msgstr ""
2261
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2262
  "registro de tu sitio web"
2263
 
2264
- #: ../admin/social_login.php:585
2265
  msgid "Enable at comment form"
2266
  msgstr "Permitir el formulario de comentarios"
2267
 
2268
- #: ../admin/social_login.php:595
2269
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2270
  msgstr ""
2271
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2272
  "de Comentario de tu WordPress"
2273
 
2274
- #: ../admin/social_login.php:609
2275
  msgid "Enable before WooCommerce Customer Login Form"
2276
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2277
 
2278
- #: ../admin/social_login.php:619
2279
  msgid ""
2280
  "Social Login Interface will get enabled before the customer login form at "
2281
  "WooCommerce My Account page"
@@ -2283,12 +2312,12 @@ msgstr ""
2283
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2284
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2285
 
2286
- #: ../admin/social_login.php:626
2287
  #, fuzzy
2288
  msgid "Enable at WooCommerce Customer Login Form"
2289
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2290
 
2291
- #: ../admin/social_login.php:636
2292
  #, fuzzy
2293
  msgid ""
2294
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2297,12 +2326,12 @@ msgstr ""
2297
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2298
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2299
 
2300
- #: ../admin/social_login.php:643
2301
  #, fuzzy
2302
  msgid "Enable at WooCommerce Customer Register Form"
2303
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2304
 
2305
- #: ../admin/social_login.php:653
2306
  #, fuzzy
2307
  msgid ""
2308
  "Integrate Social Login Interface with the customer register form at "
@@ -2311,23 +2340,23 @@ msgstr ""
2311
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2312
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2313
 
2314
- #: ../admin/social_login.php:660
2315
  msgid "Enable at WooCommerce checkout page"
2316
  msgstr "Permitir en la página de checkout de WooCommerce"
2317
 
2318
- #: ../admin/social_login.php:670
2319
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2320
  msgstr ""
2321
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2322
  "checkout de WooCommerce"
2323
 
2324
- #: ../admin/social_login.php:680
2325
  msgid "Auto-approve comments made by Social Login users"
2326
  msgstr ""
2327
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2328
  "través de redes sociales"
2329
 
2330
- #: ../admin/social_login.php:690
2331
  msgid ""
2332
  "If this option is enabled, and WordPress comment is made by Social Login "
2333
  "user, comment will get approved immediately without keeping in moderation."
@@ -2336,15 +2365,15 @@ msgstr ""
2336
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2337
  "inmediato sin necesidad de moderación."
2338
 
2339
- #: ../admin/social_login.php:691
2340
  msgid "Note: This is not related to Facebook comments"
2341
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2342
 
2343
- #: ../admin/social_login.php:700
2344
  msgid "Enable social avatar"
2345
  msgstr "Permitir avatar social"
2346
 
2347
- #: ../admin/social_login.php:710
2348
  msgid ""
2349
  "Social profile pictures of the logged in user will be displayed as profile "
2350
  "avatar"
@@ -2352,30 +2381,30 @@ msgstr ""
2352
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2353
  "avatar de perfil"
2354
 
2355
- #: ../admin/social_login.php:719
2356
  msgid "Avatar quality"
2357
  msgstr "Calidad del avatar"
2358
 
2359
- #: ../admin/social_login.php:722
2360
  msgid "Average"
2361
  msgstr "Media"
2362
 
2363
- #: ../admin/social_login.php:723
2364
  msgid "Best"
2365
  msgstr "Alta"
2366
 
2367
- #: ../admin/social_login.php:730
2368
  msgid "Choose avatar quality"
2369
  msgstr "Elegir la calidad del avatar"
2370
 
2371
- #: ../admin/social_login.php:738
2372
  msgid ""
2373
  "Show option for users to update social avatar at BuddyPress profile page"
2374
  msgstr ""
2375
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2376
  "página de perfil de BuddyPress"
2377
 
2378
- #: ../admin/social_login.php:748
2379
  msgid ""
2380
  "If enabled, users would be able to update their social avatar from \"Profile "
2381
  "photo\" section in BuddyPress profile at front-end"
@@ -2383,7 +2412,7 @@ msgstr ""
2383
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2384
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2385
 
2386
- #: ../admin/social_login.php:768
2387
  msgid ""
2388
  "If enabled and Social ID provider does not provide user's email address on "
2389
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2393,11 +2422,11 @@ msgstr ""
2393
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2394
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2395
 
2396
- #: ../admin/social_login.php:776
2397
  msgid "Send post-registration email to user to set account password"
2398
  msgstr ""
2399
 
2400
- #: ../admin/social_login.php:786
2401
  msgid ""
2402
  "If enabled, an email will be sent to user after registration through Social "
2403
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2407,12 +2436,12 @@ msgstr ""
2407
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2408
  "poder iniciar sesión a través del formulario de acceso tradicional"
2409
 
2410
- #: ../admin/social_login.php:793
2411
  #, fuzzy
2412
  msgid "Send new user registration notification email to admin"
2413
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2414
 
2415
- #: ../admin/social_login.php:803
2416
  #, fuzzy
2417
  msgid ""
2418
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2422,40 +2451,40 @@ msgstr ""
2422
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2423
  "poder iniciar sesión a través del formulario de acceso tradicional"
2424
 
2425
- #: ../admin/social_login.php:810
2426
  msgid "Login redirection"
2427
  msgstr "Redirección de Ingreso"
2428
 
2429
- #: ../admin/social_login.php:814
2430
  msgid "Same page where user logged in"
2431
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2432
 
2433
- #: ../admin/social_login.php:818 ../admin/social_login.php:847
2434
  msgid "Account dashboard"
2435
  msgstr "Panel de cuenta de usuario"
2436
 
2437
- #: ../admin/social_login.php:821 ../admin/social_login.php:850
2438
  msgid "BuddyPress profile page"
2439
  msgstr "Página de perfil de BuddyPress"
2440
 
2441
- #: ../admin/social_login.php:824 ../admin/social_login.php:853
2442
  msgid "Custom Url"
2443
  msgstr "Url personalizada"
2444
 
2445
- #: ../admin/social_login.php:832
2446
  msgid "User will be redirected to the selected page after Social Login"
2447
  msgstr ""
2448
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2449
 
2450
- #: ../admin/social_login.php:839
2451
  msgid "Registration redirection"
2452
  msgstr "Redirección de Registro"
2453
 
2454
- #: ../admin/social_login.php:843
2455
  msgid "Same page from where user registered"
2456
  msgstr "La misma página en la que el usuario se ha registrado"
2457
 
2458
- #: ../admin/social_login.php:861
2459
  msgid ""
2460
  "User will be redirected to the selected page after registration (first "
2461
  "Social Login) through Social Login"
@@ -2463,18 +2492,18 @@ msgstr ""
2463
  "El usuario será redirigido a la página seleccionada después de su registro "
2464
  "(en su primer inicio de sesión) a través de la red social"
2465
 
2466
- #: ../admin/social_login.php:870
2467
  #, fuzzy
2468
  msgid "Social Account Linking Options"
2469
  msgstr "Comentarios en redes sociales"
2470
 
2471
- #: ../admin/social_login.php:885
2472
  #, fuzzy
2473
  msgid "Text to display above the Social Account Linking interface"
2474
  msgstr ""
2475
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2476
 
2477
- #: ../admin/social_login.php:892
2478
  #, fuzzy
2479
  msgid ""
2480
  "Link social account to already existing account, if email address matches"
@@ -2482,7 +2511,7 @@ msgstr ""
2482
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2483
  "web "
2484
 
2485
- #: ../admin/social_login.php:902
2486
  msgid ""
2487
  "If email address of the user's Social Account matches with an already "
2488
  "existing account at your website, that social account will be linked to "
@@ -2490,12 +2519,12 @@ msgid ""
2490
  "Linking interface at their profile page."
2491
  msgstr ""
2492
 
2493
- #: ../admin/social_login.php:910
2494
  msgid "Enable social account linking at BuddyPress profile page"
2495
  msgstr ""
2496
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2497
 
2498
- #: ../admin/social_login.php:920
2499
  msgid ""
2500
  "Enable this option to show social account linking interface at BuddyPress "
2501
  "profile page"
@@ -2503,15 +2532,15 @@ msgstr ""
2503
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2504
  "la página de perfil de BuddyPress"
2505
 
2506
- #: ../admin/social_login.php:931
2507
  msgid "Email popup options"
2508
  msgstr "Opciones de popup del Email"
2509
 
2510
- #: ../admin/social_login.php:936
2511
  msgid "Text on 'Email required' popup"
2512
  msgstr "Texto del popup 'Email requerido'"
2513
 
2514
- #: ../admin/social_login.php:946
2515
  msgid ""
2516
  "This text will be displayed on email required popup. Leave empty if not "
2517
  "required."
@@ -2519,11 +2548,11 @@ msgstr ""
2519
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2520
  "no es necesario."
2521
 
2522
- #: ../admin/social_login.php:954
2523
  msgid "Error message for 'Email required' popup"
2524
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2525
 
2526
- #: ../admin/social_login.php:964
2527
  msgid ""
2528
  "This message will be displayed to user if it provides invalid or already "
2529
  "registered email"
@@ -2531,11 +2560,11 @@ msgstr ""
2531
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2532
  "registrado"
2533
 
2534
- #: ../admin/social_login.php:972
2535
  msgid "Email popup height"
2536
  msgstr "Altura del popup del Email"
2537
 
2538
- #: ../admin/social_login.php:982
2539
  msgid ""
2540
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2541
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2545,11 +2574,11 @@ msgstr ""
2545
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2546
  "opción. Déjala en blanco para la altura por defecto."
2547
 
2548
- #: ../admin/social_login.php:989
2549
  msgid "Enable email verification"
2550
  msgstr "Activar verificación por email"
2551
 
2552
- #: ../admin/social_login.php:999
2553
  msgid ""
2554
  "If enabled, email provided by the user will be verified by sending a "
2555
  "confirmation link to that email. User would not be able to login without "
@@ -2559,108 +2588,108 @@ msgstr ""
2559
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2560
  "pulsar este enlace"
2561
 
2562
- #: ../admin/social_login.php:1019
2563
  #, fuzzy
2564
  msgid "Enable GDPR opt-in"
2565
  msgstr "Permitir Comentarios de Disqus"
2566
 
2567
- #: ../admin/social_login.php:1029
2568
  msgid ""
2569
  "Enable it to show GDPR opt-in for social login and social account linking"
2570
  msgstr ""
2571
 
2572
- #: ../admin/social_login.php:1037
2573
  #, fuzzy
2574
  msgid "Placement of GDPR opt-in"
2575
  msgstr "Permitir Comentarios de Disqus"
2576
 
2577
- #: ../admin/social_login.php:1041
2578
  #, fuzzy
2579
  msgid "Above Social Login icons"
2580
  msgstr "Ingreso a través de redes sociales"
2581
 
2582
- #: ../admin/social_login.php:1043
2583
  #, fuzzy
2584
  msgid "Below Social Login icons"
2585
  msgstr "Ingreso a través de redes sociales"
2586
 
2587
- #: ../admin/social_login.php:1049
2588
  #, fuzzy
2589
  msgid "Placement of GDPR opt-in above or below the social login icons"
2590
  msgstr ""
2591
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2592
 
2593
- #: ../admin/social_login.php:1056
2594
  msgid "Opt-in text"
2595
  msgstr ""
2596
 
2597
- #: ../admin/social_login.php:1066
2598
  #, fuzzy
2599
  msgid "Text for the GDPR opt-in"
2600
  msgstr "Permitir Comentarios de Disqus"
2601
 
2602
- #: ../admin/social_login.php:1073
2603
  msgid "Text to link to Terms-Conditions page"
2604
  msgstr ""
2605
 
2606
- #: ../admin/social_login.php:1083
2607
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2608
  msgstr ""
2609
 
2610
- #: ../admin/social_login.php:1090
2611
  msgid "Terms-Conditions Url"
2612
  msgstr ""
2613
 
2614
- #: ../admin/social_login.php:1100
2615
  #, fuzzy
2616
  msgid "Url of the terms-conditions page of your website"
2617
  msgstr "Url de la página de inicio de tu sitio web"
2618
 
2619
- #: ../admin/social_login.php:1107
2620
  msgid "Text to link to Privacy Policy page"
2621
  msgstr ""
2622
 
2623
- #: ../admin/social_login.php:1117
2624
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2625
  msgstr ""
2626
 
2627
- #: ../admin/social_login.php:1124
2628
  msgid "Privacy Policy Url"
2629
  msgstr ""
2630
 
2631
- #: ../admin/social_login.php:1134
2632
  #, fuzzy
2633
  msgid "Url of the privacy policy page of your website"
2634
  msgstr "Url de la página de inicio de tu sitio web"
2635
 
2636
- #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2637
  #: ../inc/widget.php:602 ../inc/widget.php:750
2638
  msgid "Select"
2639
  msgstr "Seleccionar"
2640
 
2641
- #: ../admin/social_login.php:1216
2642
  msgid "Social Login Shortcode & Widget"
2643
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2644
 
2645
- #: ../admin/social_login.php:1217
2646
  msgid "Social Linking Shortcode"
2647
  msgstr "Shortcode para enlace a través de redes sociales"
2648
 
2649
- #: ../admin/social_login.php:1232
2650
  msgid "Why is social login not working?"
2651
  msgstr ""
2652
 
2653
- #: ../admin/social_login.php:1233
2654
  msgid ""
2655
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2656
  "belong to the same app"
2657
  msgstr ""
2658
 
2659
- #: ../admin/social_login.php:1235
2660
  msgid "Social Login not working with Varnish enabled"
2661
  msgstr ""
2662
 
2663
- #: ../admin/social_login.php:1236
2664
  msgid ""
2665
  "Why the user is not appearing logged in even after Social Login until the "
2666
  "webpage is refreshed manually?"
@@ -2804,29 +2833,7 @@ msgstr ""
2804
  msgid "Enable bit.ly url shortener for tweet button"
2805
  msgstr "Permitir el abreviador de url bit.ly para el botón de twittear"
2806
 
2807
- #: ../admin/like_buttons.php:613
2808
- msgid "bit.ly username"
2809
- msgstr "Nombre de usuario bit.ly"
2810
-
2811
- #: ../admin/like_buttons.php:623
2812
- #, php-format
2813
- msgid ""
2814
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2815
- "\">this link</a> to get bit.ly username"
2816
- msgstr ""
2817
- "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este "
2818
- "enlace</a> para obtener tu nombre de usuario bit.ly"
2819
-
2820
- #: ../admin/like_buttons.php:641
2821
- #, php-format
2822
- msgid ""
2823
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2824
- "\">this link</a> to get your API key"
2825
- msgstr ""
2826
- "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este "
2827
- "enlace</a> para obtener tu API key"
2828
-
2829
- #: ../admin/like_buttons.php:684
2830
  #, php-format
2831
  msgid ""
2832
  "Enter the code of the language you want to use to render counters. You can "
@@ -2837,15 +2844,15 @@ msgstr ""
2837
  "contadores. Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
2838
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
2839
 
2840
- #: ../admin/like_buttons.php:693
2841
  msgid "Twitter Username"
2842
  msgstr "Nombre de usuario de Twitter"
2843
 
2844
- #: ../admin/like_buttons.php:698
2845
  msgid "Twitter username for Tweet (without @)"
2846
  msgstr "Nombre de usuario para twittear (sin @)"
2847
 
2848
- #: ../admin/like_buttons.php:708
2849
  msgid ""
2850
  "Provided username will be appended after the content being tweeted as \"via "
2851
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2853,11 +2860,11 @@ msgstr ""
2853
  "El nombre de usuario introducido será añadido después del contenido twiteado "
2854
  "como \"via @USERNAME\". Déjalo vacío si no quieres ningún nombre de usuario."
2855
 
2856
- #: ../admin/like_buttons.php:716
2857
  msgid "Twitter username for Buffer sharing (without @)"
2858
  msgstr "Nombre de usuario de Twitter para compartir en Buffer (sin @)"
2859
 
2860
- #: ../admin/like_buttons.php:726
2861
  msgid ""
2862
  "Provided username will be appended after the content in Buffer sharing as "
2863
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2866,7 +2873,7 @@ msgstr ""
2866
  "compartido en Buffer como \"via @USERNAME\". Déjalo vacío si no quieres "
2867
  "ningún nombre de usuario."
2868
 
2869
- #: ../admin/like_buttons.php:772
2870
  msgid "Like Buttons Shortcode & Widget"
2871
  msgstr "Shortcode y Widget Botones Me gusta"
2872
 
@@ -2894,36 +2901,36 @@ msgstr ""
2894
  msgid "Archives"
2895
  msgstr "Archivos por Categoría"
2896
 
2897
- #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2898
  msgid "Invalid request"
2899
  msgstr "Petición no válida"
2900
 
2901
- #: ../inc/social_sharing.php:916
2902
  msgid "Providers not selected"
2903
  msgstr "Redes sociales no seleccionadas"
2904
 
2905
- #: ../inc/social_login.php:720
2906
  msgid "Email"
2907
  msgstr ""
2908
 
2909
- #: ../inc/social_login.php:721
2910
  msgid "Confirm email"
2911
  msgstr ""
2912
 
2913
- #: ../inc/social_login.php:723
2914
  msgid "Save"
2915
  msgstr ""
2916
 
2917
- #: ../inc/social_login.php:724
2918
  msgid "Cancel"
2919
  msgstr ""
2920
 
2921
- #: ../inc/social_login.php:798
2922
  #, fuzzy
2923
  msgid "Email Verification"
2924
  msgstr "Activar verificación por email"
2925
 
2926
- #: ../inc/social_login.php:800
2927
  msgid ""
2928
  "Please click on the following link or paste it in browser to verify your "
2929
  "email"
@@ -3201,6 +3208,46 @@ msgstr ""
3201
  msgid "RSS Feed URL:"
3202
  msgstr ""
3203
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3204
  #~ msgid "Xing"
3205
  #~ msgstr "Xing"
3206
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-07-10 12:01+0530\n"
6
+ "PO-Revision-Date: 2020-07-10 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:520
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:524 ../super_socializer.php:538
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:534
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:708
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
38
  "posible que necesites contactar con el administrador de tu servidor para "
39
  "verificar esto"
40
 
41
+ #: ../super_socializer.php:736
42
  #, fuzzy, php-format
43
  msgid ""
44
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
48
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
49
 
50
+ #: ../super_socializer.php:739
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
56
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
57
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
58
 
59
+ #: ../super_socializer.php:742
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
65
  "posible que necesites contactar con el administrador de tu servidor para "
66
  "verificar esto"
67
 
68
+ #: ../super_socializer.php:924 ../helper.php:961
69
  msgid "Please verify your email address to login."
70
  msgstr "Por favor verifica tu dirección de email para ingresar."
71
 
72
+ #: ../super_socializer.php:924
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
75
 
76
+ #: ../super_socializer.php:928
77
  msgid "Notification"
78
  msgstr "Notificación"
79
 
80
+ #: ../super_socializer.php:946 ../admin/social_login.php:779
81
  msgid "Email required"
82
  msgstr "Email requerido"
83
 
84
+ #: ../super_socializer.php:949
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr ""
87
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
88
  "registro."
89
 
90
+ #: ../super_socializer.php:1018
91
  msgid "Leave a reply"
92
  msgstr "Deja una respuesta"
93
 
94
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
95
  msgid "Shares"
96
  msgstr ""
97
 
98
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
99
  msgid "Share"
100
  msgstr ""
101
 
102
+ #: ../super_socializer.php:1034
103
  #, fuzzy
104
  msgid "Link copied."
105
  msgstr "LinkedIn"
106
 
107
+ #: ../super_socializer.php:1280
108
  msgid "Super Socializer - General Options"
109
  msgstr "Super Socializer - Opciones Generales"
110
 
111
+ #: ../super_socializer.php:1280 ../admin/general_options.php:15
112
  #: ../admin/social_commenting.php:47
113
  msgid "General Options"
114
  msgstr "Opciones Generales"
115
 
116
+ #: ../super_socializer.php:1348 ../helper.php:883
117
  msgid "Social Avatar"
118
  msgstr "Avatar Social"
119
 
120
+ #: ../super_socializer.php:1351
121
  msgid "Small Avatar Url"
122
  msgstr "Url de Avatar Pequeño"
123
 
124
+ #: ../super_socializer.php:1355
125
  msgid "Large Avatar Url"
126
  msgstr "Url de Avatar Grande"
127
 
128
+ #: ../super_socializer.php:1359 ../helper.php:886
129
  msgid ""
130
  "Do not fetch and update social avatar from my profile, next time I Social "
131
  "Login"
133
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
134
  "próxima vez | Social Login"
135
 
136
+ #: ../super_socializer.php:1363 ../helper.php:887
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
139
 
140
+ #: ../super_socializer.php:1440
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
+ #: ../super_socializer.php:1441
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "El email que has escrito ya está registrado o no es válido"
147
 
148
+ #: ../super_socializer.php:1446
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr ""
151
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
152
  "verificarla"
153
 
154
+ #: ../super_socializer.php:1450 ../super_socializer.php:2148
155
  msgid "Link your social account to login to your account at this website"
156
  msgstr ""
157
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
158
  "web "
159
 
160
+ #: ../super_socializer.php:1690
161
  msgid "Thanks for installing Super Socializer plugin"
162
  msgstr ""
163
 
164
+ #: ../super_socializer.php:1692
165
  msgid "Configure the Plugin"
166
  msgstr ""
167
 
168
+ #: ../super_socializer.php:1703
169
  msgid ""
170
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
171
  "current version of Super Socializer"
172
  msgstr ""
173
 
174
+ #: ../super_socializer.php:1712
175
  msgid ""
176
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1721
181
  msgid ""
182
  "Update \"Social Login Buttons\" add-on for compatibility with current "
183
  "version of Super Socializer"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:1730
187
  msgid ""
188
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
189
  "with current version of Super Socializer"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:1739
193
  msgid ""
194
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
195
  "with current version of Super Socializer"
196
  msgstr ""
197
 
198
+ #: ../super_socializer.php:1750
199
  #, php-format
200
  msgid ""
201
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:1759
205
+ #, php-format
206
+ msgid ""
207
+ "To continue using Instagram login create a new Instagram App as described <a "
208
+ "href=\"%s\" target=\"_blank\">here</a> and save Instagram App ID and "
209
+ "Instagram App Secret <a href=\"%s\">here</a>"
210
+ msgstr ""
211
+
212
+ #: ../super_socializer.php:1768 ../super_socializer.php:1777
213
+ #, php-format
214
+ msgid ""
215
+ "To continue using bitly url shortener, login to your bit.ly account and "
216
+ "navigate to <strong>Profile Settings > Generic Access Token</strong> (top-"
217
+ "right corner), authenticate to generate access token and save it <a href=\"%s"
218
+ "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
219
+ msgstr ""
220
+
221
+ #: ../super_socializer.php:1793
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:1817
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:1817 ../super_socializer.php:1842
236
+ #: ../super_socializer.php:1867 ../super_socializer.php:1892
237
+ #: ../super_socializer.php:1925 ../super_socializer.php:1953
238
+ #: ../super_socializer.php:1980
239
  msgid "Okay"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1842
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:1867
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:1892
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:1903
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:1925
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:1953
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:1980
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:2005
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:2005 ../super_socializer.php:2032
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
+ #: ../super_socializer.php:2031
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:2224
319
  msgid ""
320
  "Your browser is blocking some features of this website. Please follow the "
321
  "instructions at {support_url} to unblock these."
350
  msgid "Settings"
351
  msgstr "Ajustes"
352
 
353
+ #: ../helper.php:535
354
  msgid "Account linked successfully"
355
  msgstr "Cuenta enlazada con éxito"
356
 
357
+ #: ../helper.php:539
358
  msgid "Account already exists or linked"
359
  msgstr "Esta cuenta ya existe o ha sido enlazada"
360
 
361
+ #: ../helper.php:575 ../helper.php:577
362
  #, fuzzy
363
  msgid "Login with"
364
  msgstr "Opciones de Ingreso"
365
 
366
+ #: ../helper.php:612 ../helper.php:618
367
  msgid "Currently"
368
  msgstr "Actualmente"
369
 
370
+ #: ../helper.php:612 ../helper.php:618
371
  msgid "Connected with"
372
  msgstr ""
373
 
374
+ #: ../helper.php:612 ../helper.php:618
375
  msgid "Remove"
376
  msgstr "Remover"
377
 
378
+ #: ../helper.php:689
379
  #, fuzzy
380
  msgid "Social Account Linking"
381
  msgstr "Comentarios en redes sociales"
382
 
383
+ #: ../helper.php:739
384
  msgid "Disable Standard Social Sharing on this "
385
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
386
 
387
+ #: ../helper.php:744
388
  msgid "Disable Floating Social Sharing on this "
389
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
390
 
391
+ #: ../helper.php:749
392
  msgid "Disable Standard like buttons on this "
393
  msgstr "Desactivar los botones Me gusta Estándares aquí"
394
 
395
+ #: ../helper.php:754
396
  msgid "Disable Floating like buttons on this "
397
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
398
 
399
+ #: ../helper.php:759
400
  msgid "Disable Social Commenting on this "
401
  msgstr "Desactivar Comentarios de redes sociales aquí"
402
 
403
+ #: ../helper.php:768
404
  msgid "Standard Sharing Interface"
405
  msgstr "Interfaz Estándar para Compartir"
406
 
407
+ #: ../helper.php:774 ../helper.php:793
408
  msgid "Starting share count for "
409
  msgstr "Comienzo del Contador de veces compartidas"
410
 
411
+ #: ../helper.php:787
412
  msgid "Floating Sharing Interface"
413
  msgstr "Interfaz Flotante de botones Compartir"
414
 
415
+ #: ../helper.php:890
416
  msgid "Small Avatar"
417
  msgstr "Avatar Pequeño"
418
 
419
+ #: ../helper.php:894
420
  msgid "Large Avatar"
421
  msgstr "Avatar Grande"
422
 
423
+ #: ../helper.php:898 ../admin/general_options.php:92
424
+ #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
425
+ #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
426
  msgid "Save Changes"
427
  msgstr "Guardar Cambios"
428
 
429
+ #: ../helper.php:998
430
  msgid "Click to delete social profile data"
431
  msgstr ""
432
 
433
+ #: ../helper.php:1027
434
  #, fuzzy
435
  msgid "Deleting"
436
  msgstr "Ajustes"
437
 
438
+ #: ../helper.php:1037
439
  msgid "Deleted"
440
  msgstr ""
441
 
442
+ #: ../helper.php:1039
443
  msgid "Something bad happened"
444
  msgstr ""
445
 
446
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
447
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
448
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
449
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1273
450
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
451
  #, fuzzy, php-format
452
  msgid ""
453
  "You can appreciate the effort put in this free plugin by rating it <a href="
501
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
502
  "style&gt;)"
503
 
504
+ #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
505
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
506
+ #: ../admin/like_buttons.php:790
507
  #, fuzzy
508
  msgid "Instagram Shoutout"
509
  msgstr "Instagram"
510
 
511
+ #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
512
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
513
+ #: ../admin/like_buttons.php:792
514
  msgid ""
515
  "If you can send (to hello@heateor.com) how this plugin is helping your "
516
  "business, we would be glad to shoutout on Instagram. You can also send any "
620
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
621
  msgstr ""
622
 
623
+ #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1907
624
  msgid ""
625
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
626
  "Facebook share count to work"
646
  msgid "3rd Party Integration"
647
  msgstr ""
648
 
649
+ #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
650
+ #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
651
+ #: ../admin/social_login.php:1235 ../admin/like_buttons.php:50
652
+ #: ../admin/like_buttons.php:751
653
  msgid "Shortcode & Widget"
654
  msgstr "Widgets y Shortcodes"
655
 
657
  msgid "Troubleshooter"
658
  msgstr "Resolución de problmas"
659
 
660
+ #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
661
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
662
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1249
663
+ #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
664
  msgid "FAQ"
665
  msgstr "FAQ"
666
 
893
  msgid "Url to share"
894
  msgstr "Url para compartir"
895
 
896
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:520
897
+ #: ../admin/social_login.php:896 ../admin/like_buttons.php:105
898
  #: ../inc/widget.php:945
899
  msgid "Title"
900
  msgstr "Título"
983
  msgstr "Ubicación"
984
 
985
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
986
+ #: ../admin/social_login.php:837 ../admin/social_login.php:866
987
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
988
  msgid "Homepage"
989
  msgstr "Página de Inicio"
1310
  msgstr ""
1311
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1312
 
1313
+ #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:613
1314
+ msgid "Bit.ly generic access token"
 
 
 
 
 
 
1315
  msgstr ""
 
 
 
1316
 
1317
+ #: ../admin/social_sharing.php:1669 ../admin/like_buttons.php:623
1318
+ #, php-format
1319
+ msgid ""
1320
+ "Login to your bit.ly account and navigate to <strong>Profile Settings > "
1321
+ "Generic Access Token</strong> (top-right corner) and authenticate to "
1322
+ "generate access token. More details at the <a href=\"%s\" target=\"_blank"
1323
+ "\">link</a>"
1324
+ msgstr ""
1325
 
1326
+ #: ../admin/social_sharing.php:1676 ../admin/like_buttons.php:630
1327
  msgid "Clear Bitly Cache"
1328
  msgstr ""
1329
 
1330
+ #: ../admin/social_sharing.php:1680 ../admin/like_buttons.php:634
1331
  msgid "ShortUrl cache cleared successfully."
1332
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1333
 
1334
+ #: ../admin/social_sharing.php:1687 ../admin/like_buttons.php:641
1335
  msgid ""
1336
  "Use this to delete short urls saved in database. Handy, if urls of your "
1337
  "website have been changed but short urls are still being generated for old "
1341
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1342
  "url cortas todavía se están generando para viejas url."
1343
 
1344
+ #: ../admin/social_sharing.php:1696
1345
  msgid "Share Count Cache"
1346
  msgstr ""
1347
 
1348
+ #: ../admin/social_sharing.php:1701
1349
  msgid "Refresh Share Count cache every"
1350
  msgstr ""
1351
 
1352
+ #: ../admin/social_sharing.php:1706
1353
  msgid "Second(s)"
1354
  msgstr ""
1355
 
1356
+ #: ../admin/social_sharing.php:1707
1357
  msgid "Minute(s)"
1358
  msgstr ""
1359
 
1360
+ #: ../admin/social_sharing.php:1708
1361
  msgid "Hour(s)"
1362
  msgstr ""
1363
 
1364
+ #: ../admin/social_sharing.php:1709
1365
  msgid "Day(s)"
1366
  msgstr ""
1367
 
1368
+ #: ../admin/social_sharing.php:1717
1369
  #, php-format
1370
  msgid ""
1371
  "Frequent cache refreshing results in slower loading of pages with share "
1373
  "target=\"_blank\">here</a>"
1374
  msgstr ""
1375
 
1376
+ #: ../admin/social_sharing.php:1724
1377
  msgid "Clear Share Counts Cache"
1378
  msgstr ""
1379
 
1380
+ #: ../admin/social_sharing.php:1728
1381
  #, fuzzy
1382
  msgid "Share Counts cache cleared successfully."
1383
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1384
 
1385
+ #: ../admin/social_sharing.php:1735
1386
  msgid "Use this to clear cached share counts"
1387
  msgstr ""
1388
 
1389
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1749
1390
+ #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:650
1391
+ #: ../admin/like_buttons.php:655
1392
  msgid "Language"
1393
  msgstr "Idioma"
1394
 
1395
+ #: ../admin/social_sharing.php:1759
1396
  #, php-format
1397
  msgid ""
1398
  "Enter the code of the language you want to use for like buttons. You can "
1403
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1404
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1405
 
1406
+ #: ../admin/social_sharing.php:1768
1407
  msgid "Username in sharing"
1408
  msgstr "Nombre de usuario en Compartir"
1409
 
1410
+ #: ../admin/social_sharing.php:1773
1411
  msgid "Twitter username (without @)"
1412
  msgstr "Nombre de usuario de Twitter (sin @)"
1413
 
1414
+ #: ../admin/social_sharing.php:1783 ../admin/social_sharing.php:1801
1415
  msgid ""
1416
  "Provided username will be appended after the content being shared as \"via "
1417
  "@USERNAME\". Leave empty if you do not want any username in the content "
1421
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1422
  "nombre de usuario en el contenido compartido."
1423
 
1424
+ #: ../admin/social_sharing.php:1791
1425
  msgid "Buffer username (without @)"
1426
  msgstr "Nombre de usuario de Buffer (sin @)"
1427
 
1428
+ #: ../admin/social_sharing.php:1810
1429
  msgid "AMP"
1430
  msgstr ""
1431
 
1432
+ #: ../admin/social_sharing.php:1815
1433
  #, fuzzy
1434
  msgid "Enable sharing on AMP pages"
1435
  msgstr "Permitir Página de Ingreso"
1436
 
1437
+ #: ../admin/social_sharing.php:1825
1438
  msgid "Enable this option to render sharing icons on AMP pages"
1439
  msgstr ""
1440
 
1441
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:726
1442
  msgid "myCRED"
1443
  msgstr ""
1444
 
1445
+ #: ../admin/social_sharing.php:1849 ../admin/like_buttons.php:731
1446
  msgid "Append myCRED referral ID to the urls being shared"
1447
  msgstr ""
1448
 
1449
+ #: ../admin/social_sharing.php:1882
1450
  msgid "Facebook Sharing Troubleshooter"
1451
  msgstr "Resolución de problemas al Compartir en Facebook"
1452
 
1453
+ #: ../admin/social_sharing.php:1887
1454
  #, fuzzy
1455
  msgid ""
1456
  "If Facebook sharing is not working fine, click at the following link and "
1461
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1462
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1463
 
1464
+ #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1465
+ #: ../admin/social_login.php:1251
1466
  msgid ""
1467
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1468
  "an online website for the plugin to function properly."
1469
  msgstr ""
1470
 
1471
+ #: ../admin/social_sharing.php:1905
1472
  msgid ""
1473
  "Why is sharer not showing the correct image, title and other meta tags "
1474
  "content?"
1475
  msgstr ""
1476
 
1477
+ #: ../admin/social_sharing.php:1906
1478
  msgid "Why is Facebook share count not working?"
1479
  msgstr ""
1480
 
1481
+ #: ../admin/social_sharing.php:1909
1482
  msgid "Why is Instagram icon redirecting to Instagram website?"
1483
  msgstr ""
1484
 
1485
+ #: ../admin/social_sharing.php:1910
1486
  msgid ""
1487
  "Instagram icon is there to send website visitors to the Instagram page of "
1488
  "your choice. You can save the desired Instagram handle in \"Instagram "
1490
  "sections."
1491
  msgstr ""
1492
 
1493
+ #: ../admin/social_sharing.php:1913
1494
  #, fuzzy
1495
  msgid "How to customize the url being shared?"
1496
  msgstr ""
1497
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1498
  "compartidas?"
1499
 
1500
+ #: ../admin/social_sharing.php:1914
1501
  msgid ""
1502
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1503
  msgstr ""
1504
 
1505
+ #: ../admin/social_sharing.php:1915
1506
  msgid ""
1507
  "It takes some time for their service to track the shares made on Twitter "
1508
  "from your website. If you still feel it's taking too long you can contact "
1509
  "their support directly from their website."
1510
  msgstr ""
1511
 
1512
+ #: ../admin/social_sharing.php:1917 ../admin/like_buttons.php:768
1513
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1514
  msgstr ""
1515
 
1516
+ #: ../admin/social_sharing.php:1918
1517
  msgid ""
1518
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1519
  msgstr ""
1520
 
1521
+ #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1522
+ #: ../admin/social_login.php:1258
1523
  msgid "Why is my browser blocking some features of the plugin?"
1524
  msgstr ""
1525
 
1526
+ #: ../admin/social_sharing.php:1920
1527
  msgid "Why the color of share icons is not being updated?"
1528
  msgstr ""
1529
 
1530
+ #: ../admin/social_sharing.php:1921
1531
  msgid "Why Facebook share counts are not appearing?"
1532
  msgstr ""
1533
 
1534
+ #: ../admin/social_sharing.php:1922
1535
  msgid ""
1536
  "How can I show share counts of my website rather than of individual pages/"
1537
  "posts?"
1539
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1540
  "lugar de páginas individuales o entradas?"
1541
 
1542
+ #: ../admin/social_sharing.php:1923
1543
  msgid "How can I disable sharing on particular page/post?"
1544
  msgstr ""
1545
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1546
  "entrada?"
1547
 
1548
+ #: ../admin/social_sharing.php:1924
1549
  msgid "How can I specify minimum sharing count for sharing networks?"
1550
  msgstr ""
1551
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1552
  "sociales?"
1553
 
1554
+ #: ../admin/social_sharing.php:1925
1555
  msgid "How to share specific page?"
1556
  msgstr "¿Cómo compartir una página específica?"
1557
 
1558
+ #: ../admin/social_sharing.php:1926
1559
  msgid "How to integrate Google Analytics with sharing?"
1560
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1561
 
1562
+ #: ../admin/social_sharing.php:1927
1563
  msgid "How to customize the look of total share counts?"
1564
  msgstr ""
1565
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1566
 
1567
+ #: ../admin/social_sharing.php:1928
1568
  msgid "How to customize the look of individual share counts?"
1569
  msgstr ""
1570
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1571
  "compartidas?"
1572
 
1573
+ #: ../admin/social_sharing.php:1929
1574
  msgid "How to show Whatsapp icon only on mobile devices?"
1575
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1576
 
1577
+ #: ../admin/social_sharing.php:1930
1578
  msgid "How to hide arrow after floating sharing bar?"
1579
  msgstr ""
1580
 
1581
+ #: ../admin/social_sharing.php:1931
1582
  msgid "Why is share count not getting updated?"
1583
  msgstr ""
1584
 
1585
+ #: ../admin/social_sharing.php:1932 ../admin/like_buttons.php:766
1586
  msgid "Why is there so much space between like buttons?"
1587
  msgstr ""
1588
 
1589
+ #: ../admin/social_sharing.php:1933 ../admin/like_buttons.php:767
1590
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1591
  msgstr ""
1592
 
1844
  msgid "Advanced Configuration"
1845
  msgstr "Configuración básica"
1846
 
1847
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1035
1848
  msgid "GDPR"
1849
  msgstr ""
1850
 
1851
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1186
1852
  msgid "XProfile Integration"
1853
  msgstr ""
1854
 
1978
  "enlace mencionado"
1979
 
1980
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1981
+ #: ../admin/social_login.php:421 ../admin/social_login.php:441
1982
  #, fuzzy
1983
  msgid ""
1984
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2110
  msgstr "Vkontakte"
2111
 
2112
  #: ../admin/social_login.php:368
2113
+ #, fuzzy
2114
+ msgid "Instagram App ID"
2115
  msgstr "Instagram Client ID"
2116
 
2117
  #: ../admin/social_login.php:378
2118
+ #, fuzzy, php-format
2119
  msgid ""
2120
  "Required for Instagram Social Login to work. Please follow the documentation "
2121
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
2122
  msgstr ""
2123
  "Requerido para que funcione el ingreso a través de Instagram. Por favor, "
2124
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2125
  "para conseguir tu Instagram Client ID"
2126
 
2127
+ #: ../admin/social_login.php:380 ../admin/social_login.php:401
2128
  #, fuzzy
2129
  msgid ""
2130
+ "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2131
+ "mentioned at the link"
2132
  msgstr ""
2133
+ "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2134
+ "mencionado"
2135
 
2136
  #: ../admin/social_login.php:389
2137
+ #, fuzzy
2138
+ msgid "Instagram App Secret"
2139
+ msgstr "Instagram"
2140
+
2141
+ #: ../admin/social_login.php:399
2142
+ #, fuzzy, php-format
2143
+ msgid ""
2144
+ "Required for Instagram Social Login to work. Please follow the documentation "
2145
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
2146
+ msgstr ""
2147
+ "Requerido para que funcione el ingreso a través de Instagram. Por favor, "
2148
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2149
+ "para conseguir tu Instagram Client ID"
2150
+
2151
+ #: ../admin/social_login.php:410
2152
  msgid "Line Channel ID"
2153
  msgstr ""
2154
 
2155
+ #: ../admin/social_login.php:419
2156
  #, fuzzy, php-format
2157
  msgid ""
2158
  "Required for Line Social Login to work. Please follow the documentation at "
2162
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2163
  "para conseguir tu LinkedIn API Key"
2164
 
2165
+ #: ../admin/social_login.php:430
2166
  #, fuzzy
2167
  msgid "Line Channel Secret"
2168
  msgstr "LinkedIn"
2169
 
2170
+ #: ../admin/social_login.php:439
2171
  #, fuzzy, php-format
2172
  msgid ""
2173
  "Required for Line Social Login to work. Please follow the documentation at "
2177
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2178
  "para conseguir tu LinkedIn API Key"
2179
 
2180
+ #: ../admin/social_login.php:450
2181
  #, fuzzy
2182
  msgid "Microsoft Client ID"
2183
  msgstr "Google+ Client ID"
2184
 
2185
+ #: ../admin/social_login.php:459
2186
  #, fuzzy, php-format
2187
  msgid ""
2188
  "Required for Live Social Login to work. Please follow the documentation at "
2192
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2193
  "para conseguir tu GooglePlus Client ID"
2194
 
2195
+ #: ../admin/social_login.php:461 ../admin/social_login.php:481
2196
  #, fuzzy
2197
  msgid ""
2198
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2201
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2202
  "mencionado"
2203
 
2204
+ #: ../admin/social_login.php:470
2205
  #, fuzzy
2206
  msgid "Microsoft Client Secret"
2207
  msgstr "Google+ Client ID"
2208
 
2209
+ #: ../admin/social_login.php:479
2210
  #, fuzzy, php-format
2211
  msgid ""
2212
  "Required for Live Social Login to work. Please follow the documentation at "
2217
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2218
  "para conseguir tu GooglePlus Client ID"
2219
 
2220
+ #: ../admin/social_login.php:489
2221
  #, fuzzy
2222
  msgid "Steam API Key"
2223
  msgstr "Twitter API Key"
2224
 
2225
+ #: ../admin/social_login.php:498
2226
  #, fuzzy, php-format
2227
  msgid ""
2228
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2232
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2233
  "conseguir tu Twitter Key"
2234
 
2235
+ #: ../admin/social_login.php:499
2236
  #, fuzzy
2237
  msgid "Save following <strong>domain</strong> to get the key"
2238
  msgstr ""
2239
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2240
  "enlace mencionado"
2241
 
2242
+ #: ../admin/social_login.php:515
2243
  #, fuzzy
2244
  msgid "Social Login Options"
2245
  msgstr "Ingreso a través de redes sociales"
2246
 
2247
+ #: ../admin/social_login.php:530
2248
  msgid "Text to display above the Social Login interface"
2249
  msgstr ""
2250
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2251
 
2252
+ #: ../admin/social_login.php:538
2253
  msgid "Trigger social login in the same browser tab"
2254
  msgstr ""
2255
 
2256
+ #: ../admin/social_login.php:548
2257
  msgid "Trigger social login in the same browser tab instead of a popup window"
2258
  msgstr ""
2259
 
2260
+ #: ../admin/social_login.php:555
2261
  #, fuzzy
2262
  msgid "Center align icons"
2263
  msgstr "Reorganizar iconos"
2264
 
2265
+ #: ../admin/social_login.php:565
2266
  #, fuzzy
2267
  msgid "Center align social login icons"
2268
  msgstr "Ingreso a través de redes sociales"
2269
 
2270
+ #: ../admin/social_login.php:572
2271
  msgid "Enable at login page"
2272
  msgstr "Permitir Página de Ingreso"
2273
 
2274
+ #: ../admin/social_login.php:582
2275
  msgid ""
2276
  "Social Login interface will get enabled at the login page of your website"
2277
  msgstr ""
2278
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2279
  "acceso de tu sitio web"
2280
 
2281
+ #: ../admin/social_login.php:589
2282
  msgid "Enable at register page"
2283
  msgstr "Permitir Página de Registro"
2284
 
2285
+ #: ../admin/social_login.php:599
2286
  msgid ""
2287
  "Social Login interface will get enabled at the registration page of your "
2288
  "website"
2290
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2291
  "registro de tu sitio web"
2292
 
2293
+ #: ../admin/social_login.php:606
2294
  msgid "Enable at comment form"
2295
  msgstr "Permitir el formulario de comentarios"
2296
 
2297
+ #: ../admin/social_login.php:616
2298
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2299
  msgstr ""
2300
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2301
  "de Comentario de tu WordPress"
2302
 
2303
+ #: ../admin/social_login.php:630
2304
  msgid "Enable before WooCommerce Customer Login Form"
2305
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2306
 
2307
+ #: ../admin/social_login.php:640
2308
  msgid ""
2309
  "Social Login Interface will get enabled before the customer login form at "
2310
  "WooCommerce My Account page"
2312
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2313
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2314
 
2315
+ #: ../admin/social_login.php:647
2316
  #, fuzzy
2317
  msgid "Enable at WooCommerce Customer Login Form"
2318
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2319
 
2320
+ #: ../admin/social_login.php:657
2321
  #, fuzzy
2322
  msgid ""
2323
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2326
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2327
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2328
 
2329
+ #: ../admin/social_login.php:664
2330
  #, fuzzy
2331
  msgid "Enable at WooCommerce Customer Register Form"
2332
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2333
 
2334
+ #: ../admin/social_login.php:674
2335
  #, fuzzy
2336
  msgid ""
2337
  "Integrate Social Login Interface with the customer register form at "
2340
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2341
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2342
 
2343
+ #: ../admin/social_login.php:681
2344
  msgid "Enable at WooCommerce checkout page"
2345
  msgstr "Permitir en la página de checkout de WooCommerce"
2346
 
2347
+ #: ../admin/social_login.php:691
2348
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2349
  msgstr ""
2350
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2351
  "checkout de WooCommerce"
2352
 
2353
+ #: ../admin/social_login.php:701
2354
  msgid "Auto-approve comments made by Social Login users"
2355
  msgstr ""
2356
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2357
  "través de redes sociales"
2358
 
2359
+ #: ../admin/social_login.php:711
2360
  msgid ""
2361
  "If this option is enabled, and WordPress comment is made by Social Login "
2362
  "user, comment will get approved immediately without keeping in moderation."
2365
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2366
  "inmediato sin necesidad de moderación."
2367
 
2368
+ #: ../admin/social_login.php:712
2369
  msgid "Note: This is not related to Facebook comments"
2370
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2371
 
2372
+ #: ../admin/social_login.php:721
2373
  msgid "Enable social avatar"
2374
  msgstr "Permitir avatar social"
2375
 
2376
+ #: ../admin/social_login.php:731
2377
  msgid ""
2378
  "Social profile pictures of the logged in user will be displayed as profile "
2379
  "avatar"
2381
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2382
  "avatar de perfil"
2383
 
2384
+ #: ../admin/social_login.php:740
2385
  msgid "Avatar quality"
2386
  msgstr "Calidad del avatar"
2387
 
2388
+ #: ../admin/social_login.php:743
2389
  msgid "Average"
2390
  msgstr "Media"
2391
 
2392
+ #: ../admin/social_login.php:744
2393
  msgid "Best"
2394
  msgstr "Alta"
2395
 
2396
+ #: ../admin/social_login.php:751
2397
  msgid "Choose avatar quality"
2398
  msgstr "Elegir la calidad del avatar"
2399
 
2400
+ #: ../admin/social_login.php:759
2401
  msgid ""
2402
  "Show option for users to update social avatar at BuddyPress profile page"
2403
  msgstr ""
2404
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2405
  "página de perfil de BuddyPress"
2406
 
2407
+ #: ../admin/social_login.php:769
2408
  msgid ""
2409
  "If enabled, users would be able to update their social avatar from \"Profile "
2410
  "photo\" section in BuddyPress profile at front-end"
2412
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2413
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2414
 
2415
+ #: ../admin/social_login.php:789
2416
  msgid ""
2417
  "If enabled and Social ID provider does not provide user's email address on "
2418
  "login, user will be asked to provide his/her email address. Otherwise, a "
2422
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2423
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2424
 
2425
+ #: ../admin/social_login.php:797
2426
  msgid "Send post-registration email to user to set account password"
2427
  msgstr ""
2428
 
2429
+ #: ../admin/social_login.php:807
2430
  msgid ""
2431
  "If enabled, an email will be sent to user after registration through Social "
2432
  "Login, regarding his/her login credentials (username-password to be able to "
2436
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2437
  "poder iniciar sesión a través del formulario de acceso tradicional"
2438
 
2439
+ #: ../admin/social_login.php:814
2440
  #, fuzzy
2441
  msgid "Send new user registration notification email to admin"
2442
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2443
 
2444
+ #: ../admin/social_login.php:824
2445
  #, fuzzy
2446
  msgid ""
2447
  "If enabled, an email will be sent to admin after new user registers through "
2451
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2452
  "poder iniciar sesión a través del formulario de acceso tradicional"
2453
 
2454
+ #: ../admin/social_login.php:831
2455
  msgid "Login redirection"
2456
  msgstr "Redirección de Ingreso"
2457
 
2458
+ #: ../admin/social_login.php:835
2459
  msgid "Same page where user logged in"
2460
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2461
 
2462
+ #: ../admin/social_login.php:839 ../admin/social_login.php:868
2463
  msgid "Account dashboard"
2464
  msgstr "Panel de cuenta de usuario"
2465
 
2466
+ #: ../admin/social_login.php:842 ../admin/social_login.php:871
2467
  msgid "BuddyPress profile page"
2468
  msgstr "Página de perfil de BuddyPress"
2469
 
2470
+ #: ../admin/social_login.php:845 ../admin/social_login.php:874
2471
  msgid "Custom Url"
2472
  msgstr "Url personalizada"
2473
 
2474
+ #: ../admin/social_login.php:853
2475
  msgid "User will be redirected to the selected page after Social Login"
2476
  msgstr ""
2477
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2478
 
2479
+ #: ../admin/social_login.php:860
2480
  msgid "Registration redirection"
2481
  msgstr "Redirección de Registro"
2482
 
2483
+ #: ../admin/social_login.php:864
2484
  msgid "Same page from where user registered"
2485
  msgstr "La misma página en la que el usuario se ha registrado"
2486
 
2487
+ #: ../admin/social_login.php:882
2488
  msgid ""
2489
  "User will be redirected to the selected page after registration (first "
2490
  "Social Login) through Social Login"
2492
  "El usuario será redirigido a la página seleccionada después de su registro "
2493
  "(en su primer inicio de sesión) a través de la red social"
2494
 
2495
+ #: ../admin/social_login.php:891
2496
  #, fuzzy
2497
  msgid "Social Account Linking Options"
2498
  msgstr "Comentarios en redes sociales"
2499
 
2500
+ #: ../admin/social_login.php:906
2501
  #, fuzzy
2502
  msgid "Text to display above the Social Account Linking interface"
2503
  msgstr ""
2504
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2505
 
2506
+ #: ../admin/social_login.php:913
2507
  #, fuzzy
2508
  msgid ""
2509
  "Link social account to already existing account, if email address matches"
2511
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2512
  "web "
2513
 
2514
+ #: ../admin/social_login.php:923
2515
  msgid ""
2516
  "If email address of the user's Social Account matches with an already "
2517
  "existing account at your website, that social account will be linked to "
2519
  "Linking interface at their profile page."
2520
  msgstr ""
2521
 
2522
+ #: ../admin/social_login.php:931
2523
  msgid "Enable social account linking at BuddyPress profile page"
2524
  msgstr ""
2525
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2526
 
2527
+ #: ../admin/social_login.php:941
2528
  msgid ""
2529
  "Enable this option to show social account linking interface at BuddyPress "
2530
  "profile page"
2532
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2533
  "la página de perfil de BuddyPress"
2534
 
2535
+ #: ../admin/social_login.php:952
2536
  msgid "Email popup options"
2537
  msgstr "Opciones de popup del Email"
2538
 
2539
+ #: ../admin/social_login.php:957
2540
  msgid "Text on 'Email required' popup"
2541
  msgstr "Texto del popup 'Email requerido'"
2542
 
2543
+ #: ../admin/social_login.php:967
2544
  msgid ""
2545
  "This text will be displayed on email required popup. Leave empty if not "
2546
  "required."
2548
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2549
  "no es necesario."
2550
 
2551
+ #: ../admin/social_login.php:975
2552
  msgid "Error message for 'Email required' popup"
2553
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2554
 
2555
+ #: ../admin/social_login.php:985
2556
  msgid ""
2557
  "This message will be displayed to user if it provides invalid or already "
2558
  "registered email"
2560
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2561
  "registrado"
2562
 
2563
+ #: ../admin/social_login.php:993
2564
  msgid "Email popup height"
2565
  msgstr "Altura del popup del Email"
2566
 
2567
+ #: ../admin/social_login.php:1003
2568
  msgid ""
2569
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2570
  "can increase the height of popup by specifying in this option. Leave empty "
2574
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2575
  "opción. Déjala en blanco para la altura por defecto."
2576
 
2577
+ #: ../admin/social_login.php:1010
2578
  msgid "Enable email verification"
2579
  msgstr "Activar verificación por email"
2580
 
2581
+ #: ../admin/social_login.php:1020
2582
  msgid ""
2583
  "If enabled, email provided by the user will be verified by sending a "
2584
  "confirmation link to that email. User would not be able to login without "
2588
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2589
  "pulsar este enlace"
2590
 
2591
+ #: ../admin/social_login.php:1040
2592
  #, fuzzy
2593
  msgid "Enable GDPR opt-in"
2594
  msgstr "Permitir Comentarios de Disqus"
2595
 
2596
+ #: ../admin/social_login.php:1050
2597
  msgid ""
2598
  "Enable it to show GDPR opt-in for social login and social account linking"
2599
  msgstr ""
2600
 
2601
+ #: ../admin/social_login.php:1058
2602
  #, fuzzy
2603
  msgid "Placement of GDPR opt-in"
2604
  msgstr "Permitir Comentarios de Disqus"
2605
 
2606
+ #: ../admin/social_login.php:1062
2607
  #, fuzzy
2608
  msgid "Above Social Login icons"
2609
  msgstr "Ingreso a través de redes sociales"
2610
 
2611
+ #: ../admin/social_login.php:1064
2612
  #, fuzzy
2613
  msgid "Below Social Login icons"
2614
  msgstr "Ingreso a través de redes sociales"
2615
 
2616
+ #: ../admin/social_login.php:1070
2617
  #, fuzzy
2618
  msgid "Placement of GDPR opt-in above or below the social login icons"
2619
  msgstr ""
2620
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2621
 
2622
+ #: ../admin/social_login.php:1077
2623
  msgid "Opt-in text"
2624
  msgstr ""
2625
 
2626
+ #: ../admin/social_login.php:1087
2627
  #, fuzzy
2628
  msgid "Text for the GDPR opt-in"
2629
  msgstr "Permitir Comentarios de Disqus"
2630
 
2631
+ #: ../admin/social_login.php:1094
2632
  msgid "Text to link to Terms-Conditions page"
2633
  msgstr ""
2634
 
2635
+ #: ../admin/social_login.php:1104
2636
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2637
  msgstr ""
2638
 
2639
+ #: ../admin/social_login.php:1111
2640
  msgid "Terms-Conditions Url"
2641
  msgstr ""
2642
 
2643
+ #: ../admin/social_login.php:1121
2644
  #, fuzzy
2645
  msgid "Url of the terms-conditions page of your website"
2646
  msgstr "Url de la página de inicio de tu sitio web"
2647
 
2648
+ #: ../admin/social_login.php:1128
2649
  msgid "Text to link to Privacy Policy page"
2650
  msgstr ""
2651
 
2652
+ #: ../admin/social_login.php:1138
2653
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2654
  msgstr ""
2655
 
2656
+ #: ../admin/social_login.php:1145
2657
  msgid "Privacy Policy Url"
2658
  msgstr ""
2659
 
2660
+ #: ../admin/social_login.php:1155
2661
  #, fuzzy
2662
  msgid "Url of the privacy policy page of your website"
2663
  msgstr "Url de la página de inicio de tu sitio web"
2664
 
2665
+ #: ../admin/social_login.php:1206 ../inc/widget.php:260 ../inc/widget.php:438
2666
  #: ../inc/widget.php:602 ../inc/widget.php:750
2667
  msgid "Select"
2668
  msgstr "Seleccionar"
2669
 
2670
+ #: ../admin/social_login.php:1237
2671
  msgid "Social Login Shortcode & Widget"
2672
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2673
 
2674
+ #: ../admin/social_login.php:1238
2675
  msgid "Social Linking Shortcode"
2676
  msgstr "Shortcode para enlace a través de redes sociales"
2677
 
2678
+ #: ../admin/social_login.php:1253
2679
  msgid "Why is social login not working?"
2680
  msgstr ""
2681
 
2682
+ #: ../admin/social_login.php:1254
2683
  msgid ""
2684
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2685
  "belong to the same app"
2686
  msgstr ""
2687
 
2688
+ #: ../admin/social_login.php:1256
2689
  msgid "Social Login not working with Varnish enabled"
2690
  msgstr ""
2691
 
2692
+ #: ../admin/social_login.php:1257
2693
  msgid ""
2694
  "Why the user is not appearing logged in even after Social Login until the "
2695
  "webpage is refreshed manually?"
2833
  msgid "Enable bit.ly url shortener for tweet button"
2834
  msgstr "Permitir el abreviador de url bit.ly para el botón de twittear"
2835
 
2836
+ #: ../admin/like_buttons.php:665
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2837
  #, php-format
2838
  msgid ""
2839
  "Enter the code of the language you want to use to render counters. You can "
2844
  "contadores. Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
2845
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
2846
 
2847
+ #: ../admin/like_buttons.php:674
2848
  msgid "Twitter Username"
2849
  msgstr "Nombre de usuario de Twitter"
2850
 
2851
+ #: ../admin/like_buttons.php:679
2852
  msgid "Twitter username for Tweet (without @)"
2853
  msgstr "Nombre de usuario para twittear (sin @)"
2854
 
2855
+ #: ../admin/like_buttons.php:689
2856
  msgid ""
2857
  "Provided username will be appended after the content being tweeted as \"via "
2858
  "@USERNAME\". Leave empty if you do not want any username."
2860
  "El nombre de usuario introducido será añadido después del contenido twiteado "
2861
  "como \"via @USERNAME\". Déjalo vacío si no quieres ningún nombre de usuario."
2862
 
2863
+ #: ../admin/like_buttons.php:697
2864
  msgid "Twitter username for Buffer sharing (without @)"
2865
  msgstr "Nombre de usuario de Twitter para compartir en Buffer (sin @)"
2866
 
2867
+ #: ../admin/like_buttons.php:707
2868
  msgid ""
2869
  "Provided username will be appended after the content in Buffer sharing as "
2870
  "\"via @USERNAME\". Leave empty if you do not want any username."
2873
  "compartido en Buffer como \"via @USERNAME\". Déjalo vacío si no quieres "
2874
  "ningún nombre de usuario."
2875
 
2876
+ #: ../admin/like_buttons.php:753
2877
  msgid "Like Buttons Shortcode & Widget"
2878
  msgstr "Shortcode y Widget Botones Me gusta"
2879
 
2901
  msgid "Archives"
2902
  msgstr "Archivos por Categoría"
2903
 
2904
+ #: ../inc/social_sharing.php:942 ../inc/social_sharing.php:1180
2905
  msgid "Invalid request"
2906
  msgstr "Petición no válida"
2907
 
2908
+ #: ../inc/social_sharing.php:949
2909
  msgid "Providers not selected"
2910
  msgstr "Redes sociales no seleccionadas"
2911
 
2912
+ #: ../inc/social_login.php:747
2913
  msgid "Email"
2914
  msgstr ""
2915
 
2916
+ #: ../inc/social_login.php:748
2917
  msgid "Confirm email"
2918
  msgstr ""
2919
 
2920
+ #: ../inc/social_login.php:750
2921
  msgid "Save"
2922
  msgstr ""
2923
 
2924
+ #: ../inc/social_login.php:751
2925
  msgid "Cancel"
2926
  msgstr ""
2927
 
2928
+ #: ../inc/social_login.php:825
2929
  #, fuzzy
2930
  msgid "Email Verification"
2931
  msgstr "Activar verificación por email"
2932
 
2933
+ #: ../inc/social_login.php:827
2934
  msgid ""
2935
  "Please click on the following link or paste it in browser to verify your "
2936
  "email"
3208
  msgid "RSS Feed URL:"
3209
  msgstr ""
3210
 
3211
+ #, fuzzy
3212
+ #~ msgid "bit.ly Login"
3213
+ #~ msgstr "Ingreso a través de redes sociales"
3214
+
3215
+ #, fuzzy
3216
+ #~ msgid ""
3217
+ #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
3218
+ #~ msgstr ""
3219
+ #~ "Requerido para que funcione el ingreso a través de Twitter. Por favor, "
3220
+ #~ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</"
3221
+ #~ "a> para conseguir tu Twitter Key"
3222
+
3223
+ #~ msgid "bit.ly API Key"
3224
+ #~ msgstr "bit.ly API Key"
3225
+
3226
+ #, fuzzy
3227
+ #~ msgid ""
3228
+ #~ "Paste following url in <strong>Website URL</strong> option mentioned at "
3229
+ #~ "the link"
3230
+ #~ msgstr ""
3231
+ #~ "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
3232
+ #~ "enlace mencionado"
3233
+
3234
+ #~ msgid "bit.ly username"
3235
+ #~ msgstr "Nombre de usuario bit.ly"
3236
+
3237
+ #~ msgid ""
3238
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3239
+ #~ "\"_blank\">this link</a> to get bit.ly username"
3240
+ #~ msgstr ""
3241
+ #~ "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este "
3242
+ #~ "enlace</a> para obtener tu nombre de usuario bit.ly"
3243
+
3244
+ #~ msgid ""
3245
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3246
+ #~ "\"_blank\">this link</a> to get your API key"
3247
+ #~ msgstr ""
3248
+ #~ "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este "
3249
+ #~ "enlace</a> para obtener tu API key"
3250
+
3251
  #~ msgid "Xing"
3252
  #~ msgstr "Xing"
3253
 
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: 2020-06-26 12:28+0530\n"
6
- "PO-Revision-Date: 2020-06-26 12:28+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:475
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:479 ../super_socializer.php:493
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:489
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:663
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -37,7 +37,7 @@ msgstr ""
37
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
38
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
39
 
40
- #: ../super_socializer.php:691
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
48
  "lépés %s)"
49
 
50
- #: ../super_socializer.php:694
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,7 +57,7 @@ msgstr ""
57
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
58
  "lépés %s)"
59
 
60
- #: ../super_socializer.php:697
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
@@ -65,145 +65,162 @@ msgstr ""
65
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
66
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
67
 
68
- #: ../super_socializer.php:879 ../helper.php:968
69
  msgid "Please verify your email address to login."
70
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
71
 
72
- #: ../super_socializer.php:879
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
75
 
76
- #: ../super_socializer.php:883
77
  msgid "Notification"
78
  msgstr "Értesítés"
79
 
80
- #: ../super_socializer.php:901 ../admin/social_login.php:758
81
  msgid "Email required"
82
  msgstr "E-mail cím szükséges"
83
 
84
- #: ../super_socializer.php:904
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
87
 
88
- #: ../super_socializer.php:982
89
  msgid "Leave a reply"
90
  msgstr "Válaszolj"
91
 
92
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
93
  msgid "Shares"
94
  msgstr ""
95
 
96
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
97
  msgid "Share"
98
  msgstr ""
99
 
100
- #: ../super_socializer.php:998
101
  #, fuzzy
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
- #: ../super_socializer.php:1244
106
  #, fuzzy
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Belépés"
109
 
110
- #: ../super_socializer.php:1244 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  #, fuzzy
113
  msgid "General Options"
114
  msgstr "Megosztási beállítások"
115
 
116
- #: ../super_socializer.php:1312 ../helper.php:890
117
  #, fuzzy
118
  msgid "Social Avatar"
119
  msgstr "Kis Avatar URL"
120
 
121
- #: ../super_socializer.php:1315
122
  msgid "Small Avatar Url"
123
  msgstr "Kis Avatar URL"
124
 
125
- #: ../super_socializer.php:1319
126
  #, fuzzy
127
  msgid "Large Avatar Url"
128
  msgstr "Cél Url"
129
 
130
- #: ../super_socializer.php:1323 ../helper.php:893
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
134
  msgstr ""
135
 
136
- #: ../super_socializer.php:1327 ../helper.php:894
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr ""
139
 
140
- #: ../super_socializer.php:1404
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
- #: ../super_socializer.php:1405
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
147
 
148
- #: ../super_socializer.php:1410
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
151
 
152
- #: ../super_socializer.php:1414 ../super_socializer.php:2072
153
  msgid "Link your social account to login to your account at this website"
154
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
155
 
156
- #: ../super_socializer.php:1653
157
  msgid "Thanks for installing Super Socializer plugin"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1655
161
  msgid "Configure the Plugin"
162
  msgstr ""
163
 
164
- #: ../super_socializer.php:1666
165
  msgid ""
166
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
167
  "current version of Super Socializer"
168
  msgstr ""
169
 
170
- #: ../super_socializer.php:1675
171
  msgid ""
172
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
173
  "version of Super Socializer"
174
  msgstr ""
175
 
176
- #: ../super_socializer.php:1684
177
  msgid ""
178
  "Update \"Social Login Buttons\" add-on for compatibility with current "
179
  "version of Super Socializer"
180
  msgstr ""
181
 
182
- #: ../super_socializer.php:1693
183
  msgid ""
184
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
185
  "with current version of Super Socializer"
186
  msgstr ""
187
 
188
- #: ../super_socializer.php:1702
189
  msgid ""
190
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
191
  "with current version of Super Socializer"
192
  msgstr ""
193
 
194
- #: ../super_socializer.php:1713
195
  #, php-format
196
  msgid ""
197
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
198
  msgstr ""
199
 
200
- #: ../super_socializer.php:1728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  #, php-format
202
  msgid ""
203
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
204
  msgstr ""
205
 
206
- #: ../super_socializer.php:1752
207
  #, php-format
208
  msgid ""
209
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -211,14 +228,14 @@ msgid ""
211
  "target=\"_blank\">here</a>"
212
  msgstr ""
213
 
214
- #: ../super_socializer.php:1752 ../super_socializer.php:1777
215
- #: ../super_socializer.php:1802 ../super_socializer.php:1827
216
- #: ../super_socializer.php:1860 ../super_socializer.php:1888
217
- #: ../super_socializer.php:1915
218
  msgid "Okay"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1777
222
  #, php-format
223
  msgid ""
224
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -226,7 +243,7 @@ msgid ""
226
  "\">here</a>"
227
  msgstr ""
228
 
229
- #: ../super_socializer.php:1802
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -234,7 +251,7 @@ msgid ""
234
  "target=\"_blank\">here</a>"
235
  msgstr ""
236
 
237
- #: ../super_socializer.php:1827
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -242,13 +259,13 @@ msgid ""
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
- #: ../super_socializer.php:1838
246
  #, php-format
247
  msgid ""
248
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1860
252
  #, php-format
253
  msgid ""
254
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -256,7 +273,7 @@ msgid ""
256
  "\"%s\" target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1888
260
  #, php-format
261
  msgid ""
262
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -265,7 +282,7 @@ msgid ""
265
  "your website %s with them. No need to copy-paste any code from their website."
266
  msgstr ""
267
 
268
- #: ../super_socializer.php:1915
269
  #, php-format
270
  msgid ""
271
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -273,7 +290,7 @@ msgid ""
273
  "\"%s\" target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
- #: ../super_socializer.php:1940
277
  #, php-format
278
  msgid ""
279
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -281,11 +298,11 @@ msgid ""
281
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
282
  msgstr ""
283
 
284
- #: ../super_socializer.php:1940 ../super_socializer.php:1967
285
  msgid "Dismiss"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:1966
289
  #, php-format
290
  msgid ""
291
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -294,7 +311,7 @@ msgid ""
294
  "that, clear share counts cache from \"Miscellaneous\" section"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:2148
298
  msgid ""
299
  "Your browser is blocking some features of this website. Please follow the "
300
  "instructions at {support_url} to unblock these."
@@ -330,112 +347,112 @@ msgstr ""
330
  msgid "Settings"
331
  msgstr "Beállítások"
332
 
333
- #: ../helper.php:542
334
  msgid "Account linked successfully"
335
  msgstr "Fiók kapcsolása sikeres"
336
 
337
- #: ../helper.php:546
338
  msgid "Account already exists or linked"
339
  msgstr "Fiók már létezik, vagy össze van kötve"
340
 
341
- #: ../helper.php:582 ../helper.php:584
342
  #, fuzzy
343
  msgid "Login with"
344
  msgstr "Belépési beállítások"
345
 
346
- #: ../helper.php:619 ../helper.php:625
347
  msgid "Currently"
348
  msgstr "Jelenleg"
349
 
350
- #: ../helper.php:619 ../helper.php:625
351
  msgid "Connected with"
352
  msgstr ""
353
 
354
- #: ../helper.php:619 ../helper.php:625
355
  msgid "Remove"
356
  msgstr "Eltávolítás"
357
 
358
- #: ../helper.php:696
359
  #, fuzzy
360
  msgid "Social Account Linking"
361
  msgstr "Közösségi Hozzászólás"
362
 
363
- #: ../helper.php:746
364
  #, fuzzy
365
  msgid "Disable Standard Social Sharing on this "
366
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
367
 
368
- #: ../helper.php:751
369
  #, fuzzy
370
  msgid "Disable Floating Social Sharing on this "
371
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
372
 
373
- #: ../helper.php:756
374
  #, fuzzy
375
  msgid "Disable Standard like buttons on this "
376
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
377
 
378
- #: ../helper.php:761
379
  #, fuzzy
380
  msgid "Disable Floating like buttons on this "
381
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
382
 
383
- #: ../helper.php:766
384
  msgid "Disable Social Commenting on this "
385
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
386
 
387
- #: ../helper.php:775
388
  #, fuzzy
389
  msgid "Standard Sharing Interface"
390
  msgstr "Megosztási Felület"
391
 
392
- #: ../helper.php:781 ../helper.php:800
393
  msgid "Starting share count for "
394
  msgstr "Megosztás számok kezdése ehhez"
395
 
396
- #: ../helper.php:794
397
  #, fuzzy
398
  msgid "Floating Sharing Interface"
399
  msgstr "Megosztási Felület"
400
 
401
- #: ../helper.php:897
402
  #, fuzzy
403
  msgid "Small Avatar"
404
  msgstr "Kis Avatar URL"
405
 
406
- #: ../helper.php:901
407
  #, fuzzy
408
  msgid "Large Avatar"
409
  msgstr "Cél Url"
410
 
411
- #: ../helper.php:905 ../admin/general_options.php:92
412
- #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
413
- #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
414
  msgid "Save Changes"
415
  msgstr "Változások Mentése"
416
 
417
- #: ../helper.php:1005
418
  msgid "Click to delete social profile data"
419
  msgstr ""
420
 
421
- #: ../helper.php:1034
422
  #, fuzzy
423
  msgid "Deleting"
424
  msgstr "Beállítások"
425
 
426
- #: ../helper.php:1044
427
  msgid "Deleted"
428
  msgstr ""
429
 
430
- #: ../helper.php:1046
431
  msgid "Something bad happened"
432
  msgstr ""
433
 
434
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
435
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
436
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
437
- #: ../admin/social_login.php:5 ../admin/social_login.php:1252
438
- #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
439
  #, fuzzy, php-format
440
  msgid ""
441
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -488,16 +505,16 @@ msgstr "Egyedi URL"
488
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
489
  msgstr ""
490
 
491
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
492
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
493
- #: ../admin/like_buttons.php:809
494
  #, fuzzy
495
  msgid "Instagram Shoutout"
496
  msgstr "Instagram"
497
 
498
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
499
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
500
- #: ../admin/like_buttons.php:811
501
  msgid ""
502
  "If you can send (to hello@heateor.com) how this plugin is helping your "
503
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -610,7 +627,7 @@ msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásá
610
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
611
  msgstr ""
612
 
613
- #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1926
614
  msgid ""
615
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
616
  "Facebook share count to work"
@@ -638,10 +655,10 @@ msgstr ""
638
  msgid "3rd Party Integration"
639
  msgstr ""
640
 
641
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
642
- #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
643
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
644
- #: ../admin/like_buttons.php:770
645
  msgid "Shortcode & Widget"
646
  msgstr "Shortcode és Widget"
647
 
@@ -649,10 +666,10 @@ msgstr "Shortcode és Widget"
649
  msgid "Troubleshooter"
650
  msgstr "Hibamegoldó"
651
 
652
- #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
653
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
654
- #: ../admin/social_login.php:46 ../admin/social_login.php:1228
655
- #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
656
  msgid "FAQ"
657
  msgstr "GYIK"
658
 
@@ -896,8 +913,8 @@ msgstr "Egyedi URL"
896
  msgid "Url to share"
897
  msgstr "Megosztás Url-je"
898
 
899
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
900
- #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
901
  #: ../inc/widget.php:945
902
  msgid "Title"
903
  msgstr "Cím"
@@ -985,7 +1002,7 @@ msgid "Placement"
985
  msgstr ""
986
 
987
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
988
- #: ../admin/social_login.php:816 ../admin/social_login.php:845
989
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
990
  msgid "Homepage"
991
  msgstr "Kezdő oldal"
@@ -1295,63 +1312,60 @@ msgid "Master control to enable bit.ly url shortening for sharing"
1295
  msgstr ""
1296
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1297
 
1298
- #: ../admin/social_sharing.php:1659
1299
- msgid "bit.ly Login"
1300
  msgstr ""
1301
 
1302
- #: ../admin/social_sharing.php:1669 ../admin/social_sharing.php:1687
1303
- #, fuzzy, php-format
1304
- msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
 
 
 
 
1305
  msgstr ""
1306
- "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a "
1307
- "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1308
- "API Key beszerzéshez"
1309
-
1310
- #: ../admin/social_sharing.php:1677 ../admin/like_buttons.php:631
1311
- msgid "bit.ly API Key"
1312
- msgstr "bit.ly API Key"
1313
 
1314
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:649
1315
  msgid "Clear Bitly Cache"
1316
  msgstr ""
1317
 
1318
- #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:653
1319
  #, fuzzy
1320
  msgid "ShortUrl cache cleared successfully."
1321
  msgstr "Fiók kapcsolása sikeres"
1322
 
1323
- #: ../admin/social_sharing.php:1706 ../admin/like_buttons.php:660
1324
  msgid ""
1325
  "Use this to delete short urls saved in database. Handy, if urls of your "
1326
  "website have been changed but short urls are still being generated for old "
1327
  "urls."
1328
  msgstr ""
1329
 
1330
- #: ../admin/social_sharing.php:1715
1331
  msgid "Share Count Cache"
1332
  msgstr ""
1333
 
1334
- #: ../admin/social_sharing.php:1720
1335
  msgid "Refresh Share Count cache every"
1336
  msgstr ""
1337
 
1338
- #: ../admin/social_sharing.php:1725
1339
  msgid "Second(s)"
1340
  msgstr ""
1341
 
1342
- #: ../admin/social_sharing.php:1726
1343
  msgid "Minute(s)"
1344
  msgstr ""
1345
 
1346
- #: ../admin/social_sharing.php:1727
1347
  msgid "Hour(s)"
1348
  msgstr ""
1349
 
1350
- #: ../admin/social_sharing.php:1728
1351
  msgid "Day(s)"
1352
  msgstr ""
1353
 
1354
- #: ../admin/social_sharing.php:1736
1355
  #, php-format
1356
  msgid ""
1357
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1359,26 +1373,26 @@ msgid ""
1359
  "target=\"_blank\">here</a>"
1360
  msgstr ""
1361
 
1362
- #: ../admin/social_sharing.php:1743
1363
  msgid "Clear Share Counts Cache"
1364
  msgstr ""
1365
 
1366
- #: ../admin/social_sharing.php:1747
1367
  #, fuzzy
1368
  msgid "Share Counts cache cleared successfully."
1369
  msgstr "Fiók kapcsolása sikeres"
1370
 
1371
- #: ../admin/social_sharing.php:1754
1372
  msgid "Use this to clear cached share counts"
1373
  msgstr ""
1374
 
1375
- #: ../admin/social_sharing.php:1763 ../admin/social_sharing.php:1768
1376
- #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:669
1377
- #: ../admin/like_buttons.php:674
1378
  msgid "Language"
1379
  msgstr "Nyelv"
1380
 
1381
- #: ../admin/social_sharing.php:1778
1382
  #, fuzzy, php-format
1383
  msgid ""
1384
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1389,16 +1403,16 @@ msgstr ""
1389
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1390
  "az alapértelmezett (angol) nyelv használatához"
1391
 
1392
- #: ../admin/social_sharing.php:1787
1393
  #, fuzzy
1394
  msgid "Username in sharing"
1395
  msgstr "Twitter felhasználónév a megosztásban"
1396
 
1397
- #: ../admin/social_sharing.php:1792
1398
  msgid "Twitter username (without @)"
1399
  msgstr "Twitter felhasználónév (@ nélkül)"
1400
 
1401
- #: ../admin/social_sharing.php:1802 ../admin/social_sharing.php:1820
1402
  msgid ""
1403
  "Provided username will be appended after the content being shared as \"via "
1404
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1407,37 +1421,37 @@ msgstr ""
1407
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1408
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1409
 
1410
- #: ../admin/social_sharing.php:1810
1411
  #, fuzzy
1412
  msgid "Buffer username (without @)"
1413
  msgstr "Twitter felhasználónév (@ nélkül)"
1414
 
1415
- #: ../admin/social_sharing.php:1829
1416
  msgid "AMP"
1417
  msgstr ""
1418
 
1419
- #: ../admin/social_sharing.php:1834
1420
  #, fuzzy
1421
  msgid "Enable sharing on AMP pages"
1422
  msgstr "Bekapcsolás a belépés oldalon"
1423
 
1424
- #: ../admin/social_sharing.php:1844
1425
  msgid "Enable this option to render sharing icons on AMP pages"
1426
  msgstr ""
1427
 
1428
- #: ../admin/social_sharing.php:1863 ../admin/like_buttons.php:745
1429
  msgid "myCRED"
1430
  msgstr ""
1431
 
1432
- #: ../admin/social_sharing.php:1868 ../admin/like_buttons.php:750
1433
  msgid "Append myCRED referral ID to the urls being shared"
1434
  msgstr ""
1435
 
1436
- #: ../admin/social_sharing.php:1901
1437
  msgid "Facebook Sharing Troubleshooter"
1438
  msgstr "Facebook Megosztás Hibaelhárító"
1439
 
1440
- #: ../admin/social_sharing.php:1906
1441
  #, fuzzy
1442
  msgid ""
1443
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1448,28 +1462,28 @@ msgstr ""
1448
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1449
  "tökéletesen) a szöveges mezőben:"
1450
 
1451
- #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1452
- #: ../admin/social_login.php:1230
1453
  msgid ""
1454
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1455
  "an online website for the plugin to function properly."
1456
  msgstr ""
1457
 
1458
- #: ../admin/social_sharing.php:1924
1459
  msgid ""
1460
  "Why is sharer not showing the correct image, title and other meta tags "
1461
  "content?"
1462
  msgstr ""
1463
 
1464
- #: ../admin/social_sharing.php:1925
1465
  msgid "Why is Facebook share count not working?"
1466
  msgstr ""
1467
 
1468
- #: ../admin/social_sharing.php:1928
1469
  msgid "Why is Instagram icon redirecting to Instagram website?"
1470
  msgstr ""
1471
 
1472
- #: ../admin/social_sharing.php:1929
1473
  msgid ""
1474
  "Instagram icon is there to send website visitors to the Instagram page of "
1475
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1477,46 +1491,46 @@ msgid ""
1477
  "sections."
1478
  msgstr ""
1479
 
1480
- #: ../admin/social_sharing.php:1932
1481
  #, fuzzy
1482
  msgid "How to customize the url being shared?"
1483
  msgstr "Megosztás számok mutatása:"
1484
 
1485
- #: ../admin/social_sharing.php:1933
1486
  msgid ""
1487
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1488
  msgstr ""
1489
 
1490
- #: ../admin/social_sharing.php:1934
1491
  msgid ""
1492
  "It takes some time for their service to track the shares made on Twitter "
1493
  "from your website. If you still feel it's taking too long you can contact "
1494
  "their support directly from their website."
1495
  msgstr ""
1496
 
1497
- #: ../admin/social_sharing.php:1936 ../admin/like_buttons.php:787
1498
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1499
  msgstr ""
1500
 
1501
- #: ../admin/social_sharing.php:1937
1502
  msgid ""
1503
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1504
  msgstr ""
1505
 
1506
- #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1507
- #: ../admin/social_login.php:1237
1508
  msgid "Why is my browser blocking some features of the plugin?"
1509
  msgstr ""
1510
 
1511
- #: ../admin/social_sharing.php:1939
1512
  msgid "Why the color of share icons is not being updated?"
1513
  msgstr ""
1514
 
1515
- #: ../admin/social_sharing.php:1940
1516
  msgid "Why Facebook share counts are not appearing?"
1517
  msgstr ""
1518
 
1519
- #: ../admin/social_sharing.php:1941
1520
  msgid ""
1521
  "How can I show share counts of my website rather than of individual pages/"
1522
  "posts?"
@@ -1524,50 +1538,50 @@ msgstr ""
1524
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1525
  "kívül is?"
1526
 
1527
- #: ../admin/social_sharing.php:1942
1528
  msgid "How can I disable sharing on particular page/post?"
1529
  msgstr ""
1530
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1531
 
1532
- #: ../admin/social_sharing.php:1943
1533
  msgid "How can I specify minimum sharing count for sharing networks?"
1534
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1535
 
1536
- #: ../admin/social_sharing.php:1944
1537
  msgid "How to share specific page?"
1538
  msgstr ""
1539
 
1540
- #: ../admin/social_sharing.php:1945
1541
  msgid "How to integrate Google Analytics with sharing?"
1542
  msgstr ""
1543
 
1544
- #: ../admin/social_sharing.php:1946
1545
  msgid "How to customize the look of total share counts?"
1546
  msgstr ""
1547
 
1548
- #: ../admin/social_sharing.php:1947
1549
  #, fuzzy
1550
  msgid "How to customize the look of individual share counts?"
1551
  msgstr "Megosztás számok mutatása:"
1552
 
1553
- #: ../admin/social_sharing.php:1948
1554
  #, fuzzy
1555
  msgid "How to show Whatsapp icon only on mobile devices?"
1556
  msgstr "Hide megosztása mobil eszközökön"
1557
 
1558
- #: ../admin/social_sharing.php:1949
1559
  msgid "How to hide arrow after floating sharing bar?"
1560
  msgstr ""
1561
 
1562
- #: ../admin/social_sharing.php:1950
1563
  msgid "Why is share count not getting updated?"
1564
  msgstr ""
1565
 
1566
- #: ../admin/social_sharing.php:1951 ../admin/like_buttons.php:785
1567
  msgid "Why is there so much space between like buttons?"
1568
  msgstr ""
1569
 
1570
- #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:786
1571
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1572
  msgstr ""
1573
 
@@ -1825,11 +1839,11 @@ msgstr "Alap Beállítások"
1825
  msgid "Advanced Configuration"
1826
  msgstr "Alap Beállítások"
1827
 
1828
- #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1829
  msgid "GDPR"
1830
  msgstr ""
1831
 
1832
- #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1833
  msgid "XProfile Integration"
1834
  msgstr ""
1835
 
@@ -1959,7 +1973,7 @@ msgstr ""
1959
  "linken"
1960
 
1961
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1962
- #: ../admin/social_login.php:400 ../admin/social_login.php:420
1963
  #, fuzzy
1964
  msgid ""
1965
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2091,33 +2105,49 @@ msgid "Vkontakte Secure key"
2091
  msgstr "Vkontakte"
2092
 
2093
  #: ../admin/social_login.php:368
2094
- msgid "Instagram Client ID"
 
2095
  msgstr "Instagram Client ID"
2096
 
2097
  #: ../admin/social_login.php:378
2098
- #, php-format
2099
  msgid ""
2100
  "Required for Instagram Social Login to work. Please follow the documentation "
2101
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
2102
  msgstr ""
2103
  "Szükséges a Instagram Közösségi Belépés működéséhez. Kérlek, kövesd a "
2104
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2105
  "Instagram Client ID beszerzéshez"
2106
 
2107
- #: ../admin/social_login.php:380
2108
  #, fuzzy
2109
  msgid ""
2110
- "Paste following url in <strong>Website URL</strong> option mentioned at the "
2111
- "link"
2112
  msgstr ""
2113
- "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
2114
  "linken"
2115
 
2116
  #: ../admin/social_login.php:389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2117
  msgid "Line Channel ID"
2118
  msgstr ""
2119
 
2120
- #: ../admin/social_login.php:398
2121
  #, fuzzy, php-format
2122
  msgid ""
2123
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2127,12 +2157,12 @@ msgstr ""
2127
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2128
  "API Key beszerzéshez"
2129
 
2130
- #: ../admin/social_login.php:409
2131
  #, fuzzy
2132
  msgid "Line Channel Secret"
2133
  msgstr "LinkedIn"
2134
 
2135
- #: ../admin/social_login.php:418
2136
  #, fuzzy, php-format
2137
  msgid ""
2138
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2142,12 +2172,12 @@ msgstr ""
2142
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2143
  "API Key beszerzéshez"
2144
 
2145
- #: ../admin/social_login.php:429
2146
  #, fuzzy
2147
  msgid "Microsoft Client ID"
2148
  msgstr "Google+ Client ID"
2149
 
2150
- #: ../admin/social_login.php:438
2151
  #, fuzzy, php-format
2152
  msgid ""
2153
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2157,7 +2187,7 @@ msgstr ""
2157
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2158
  "GooglePlus Client ID beszerzéshez"
2159
 
2160
- #: ../admin/social_login.php:440 ../admin/social_login.php:460
2161
  #, fuzzy
2162
  msgid ""
2163
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2166,12 +2196,12 @@ msgstr ""
2166
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2167
  "linken"
2168
 
2169
- #: ../admin/social_login.php:449
2170
  #, fuzzy
2171
  msgid "Microsoft Client Secret"
2172
  msgstr "Google+ Client ID"
2173
 
2174
- #: ../admin/social_login.php:458
2175
  #, fuzzy, php-format
2176
  msgid ""
2177
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2182,12 +2212,12 @@ msgstr ""
2182
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2183
  "GooglePlus Client ID beszerzéshez"
2184
 
2185
- #: ../admin/social_login.php:468
2186
  #, fuzzy
2187
  msgid "Steam API Key"
2188
  msgstr "Twitter API Key"
2189
 
2190
- #: ../admin/social_login.php:477
2191
  #, fuzzy, php-format
2192
  msgid ""
2193
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2197,117 +2227,117 @@ msgstr ""
2197
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2198
  "API Key beszerzéshez"
2199
 
2200
- #: ../admin/social_login.php:478
2201
  #, fuzzy
2202
  msgid "Save following <strong>domain</strong> to get the key"
2203
  msgstr ""
2204
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2205
  "fenti linken"
2206
 
2207
- #: ../admin/social_login.php:494
2208
  #, fuzzy
2209
  msgid "Social Login Options"
2210
  msgstr "Social Login"
2211
 
2212
- #: ../admin/social_login.php:509
2213
  msgid "Text to display above the Social Login interface"
2214
  msgstr "Szöveg a Közösségi Belépés felett"
2215
 
2216
- #: ../admin/social_login.php:517
2217
  msgid "Trigger social login in the same browser tab"
2218
  msgstr ""
2219
 
2220
- #: ../admin/social_login.php:527
2221
  msgid "Trigger social login in the same browser tab instead of a popup window"
2222
  msgstr ""
2223
 
2224
- #: ../admin/social_login.php:534
2225
  #, fuzzy
2226
  msgid "Center align icons"
2227
  msgstr "Ikonsorrend beállítás"
2228
 
2229
- #: ../admin/social_login.php:544
2230
  #, fuzzy
2231
  msgid "Center align social login icons"
2232
  msgstr "Social Login"
2233
 
2234
- #: ../admin/social_login.php:551
2235
  msgid "Enable at login page"
2236
  msgstr "Bekapcsolás a belépés oldalon"
2237
 
2238
- #: ../admin/social_login.php:561
2239
  msgid ""
2240
  "Social Login interface will get enabled at the login page of your website"
2241
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2242
 
2243
- #: ../admin/social_login.php:568
2244
  msgid "Enable at register page"
2245
  msgstr "Bekapcsolás a regisztráció oldalon"
2246
 
2247
- #: ../admin/social_login.php:578
2248
  msgid ""
2249
  "Social Login interface will get enabled at the registration page of your "
2250
  "website"
2251
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2252
 
2253
- #: ../admin/social_login.php:585
2254
  msgid "Enable at comment form"
2255
  msgstr "Bekapcsolás a hozászólásoknál"
2256
 
2257
- #: ../admin/social_login.php:595
2258
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2259
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2260
 
2261
- #: ../admin/social_login.php:609
2262
  msgid "Enable before WooCommerce Customer Login Form"
2263
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2264
 
2265
- #: ../admin/social_login.php:619
2266
  #, fuzzy
2267
  msgid ""
2268
  "Social Login Interface will get enabled before the customer login form at "
2269
  "WooCommerce My Account page"
2270
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2271
 
2272
- #: ../admin/social_login.php:626
2273
  #, fuzzy
2274
  msgid "Enable at WooCommerce Customer Login Form"
2275
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2276
 
2277
- #: ../admin/social_login.php:636
2278
  #, fuzzy
2279
  msgid ""
2280
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2281
  "My Account page"
2282
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2283
 
2284
- #: ../admin/social_login.php:643
2285
  #, fuzzy
2286
  msgid "Enable at WooCommerce Customer Register Form"
2287
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2288
 
2289
- #: ../admin/social_login.php:653
2290
  #, fuzzy
2291
  msgid ""
2292
  "Integrate Social Login Interface with the customer register form at "
2293
  "WooCommerce My Account page"
2294
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2295
 
2296
- #: ../admin/social_login.php:660
2297
  #, fuzzy
2298
  msgid "Enable at WooCommerce checkout page"
2299
  msgstr "Bekapcsolás a regisztráció oldalon"
2300
 
2301
- #: ../admin/social_login.php:670
2302
  #, fuzzy
2303
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2304
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2305
 
2306
- #: ../admin/social_login.php:680
2307
  msgid "Auto-approve comments made by Social Login users"
2308
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2309
 
2310
- #: ../admin/social_login.php:690
2311
  msgid ""
2312
  "If this option is enabled, and WordPress comment is made by Social Login "
2313
  "user, comment will get approved immediately without keeping in moderation."
@@ -2316,37 +2346,37 @@ msgstr ""
2316
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2317
  "megjelenik az oldalon."
2318
 
2319
- #: ../admin/social_login.php:691
2320
  msgid "Note: This is not related to Facebook comments"
2321
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2322
 
2323
- #: ../admin/social_login.php:700
2324
  msgid "Enable social avatar"
2325
  msgstr "Közösségi avatar bekapcsolás"
2326
 
2327
- #: ../admin/social_login.php:710
2328
  msgid ""
2329
  "Social profile pictures of the logged in user will be displayed as profile "
2330
  "avatar"
2331
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2332
 
2333
- #: ../admin/social_login.php:719
2334
  msgid "Avatar quality"
2335
  msgstr " Avatar képminőség"
2336
 
2337
- #: ../admin/social_login.php:722
2338
  msgid "Average"
2339
  msgstr "Átlagos"
2340
 
2341
- #: ../admin/social_login.php:723
2342
  msgid "Best"
2343
  msgstr "legjobb"
2344
 
2345
- #: ../admin/social_login.php:730
2346
  msgid "Choose avatar quality"
2347
  msgstr "Válassz Avatar képminőséget"
2348
 
2349
- #: ../admin/social_login.php:738
2350
  #, fuzzy
2351
  msgid ""
2352
  "Show option for users to update social avatar at BuddyPress profile page"
@@ -2354,13 +2384,13 @@ msgstr ""
2354
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2355
  "BuddyPress profil oldal"
2356
 
2357
- #: ../admin/social_login.php:748
2358
  msgid ""
2359
  "If enabled, users would be able to update their social avatar from \"Profile "
2360
  "photo\" section in BuddyPress profile at front-end"
2361
  msgstr ""
2362
 
2363
- #: ../admin/social_login.php:768
2364
  msgid ""
2365
  "If enabled and Social ID provider does not provide user's email address on "
2366
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2370,11 +2400,11 @@ msgstr ""
2370
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2371
  "véletlenszerű e-mail címet generálunk"
2372
 
2373
- #: ../admin/social_login.php:776
2374
  msgid "Send post-registration email to user to set account password"
2375
  msgstr ""
2376
 
2377
- #: ../admin/social_login.php:786
2378
  msgid ""
2379
  "If enabled, an email will be sent to user after registration through Social "
2380
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2385,12 +2415,12 @@ msgstr ""
2385
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2386
  "az oldalra."
2387
 
2388
- #: ../admin/social_login.php:793
2389
  #, fuzzy
2390
  msgid "Send new user registration notification email to admin"
2391
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2392
 
2393
- #: ../admin/social_login.php:803
2394
  #, fuzzy
2395
  msgid ""
2396
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2401,40 +2431,40 @@ msgstr ""
2401
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2402
  "az oldalra."
2403
 
2404
- #: ../admin/social_login.php:810
2405
  msgid "Login redirection"
2406
  msgstr "Átirányítás Belépés után"
2407
 
2408
- #: ../admin/social_login.php:814
2409
  msgid "Same page where user logged in"
2410
  msgstr "Az az oldal, ahol a felhasználó belépett"
2411
 
2412
- #: ../admin/social_login.php:818 ../admin/social_login.php:847
2413
  msgid "Account dashboard"
2414
  msgstr "Felhasználói Irányítópult"
2415
 
2416
- #: ../admin/social_login.php:821 ../admin/social_login.php:850
2417
  msgid "BuddyPress profile page"
2418
  msgstr "BuddyPress profil oldal"
2419
 
2420
- #: ../admin/social_login.php:824 ../admin/social_login.php:853
2421
  msgid "Custom Url"
2422
  msgstr "Egyedi URL"
2423
 
2424
- #: ../admin/social_login.php:832
2425
  msgid "User will be redirected to the selected page after Social Login"
2426
  msgstr ""
2427
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2428
 
2429
- #: ../admin/social_login.php:839
2430
  msgid "Registration redirection"
2431
  msgstr "Átirányítás Regisztráció után"
2432
 
2433
- #: ../admin/social_login.php:843
2434
  msgid "Same page from where user registered"
2435
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2436
 
2437
- #: ../admin/social_login.php:861
2438
  msgid ""
2439
  "User will be redirected to the selected page after registration (first "
2440
  "Social Login) through Social Login"
@@ -2442,23 +2472,23 @@ msgstr ""
2442
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2443
  "Közösségi belépés) után"
2444
 
2445
- #: ../admin/social_login.php:870
2446
  #, fuzzy
2447
  msgid "Social Account Linking Options"
2448
  msgstr "Közösségi Hozzászólás"
2449
 
2450
- #: ../admin/social_login.php:885
2451
  #, fuzzy
2452
  msgid "Text to display above the Social Account Linking interface"
2453
  msgstr "Szöveg a Közösségi Belépés felett"
2454
 
2455
- #: ../admin/social_login.php:892
2456
  #, fuzzy
2457
  msgid ""
2458
  "Link social account to already existing account, if email address matches"
2459
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2460
 
2461
- #: ../admin/social_login.php:902
2462
  msgid ""
2463
  "If email address of the user's Social Account matches with an already "
2464
  "existing account at your website, that social account will be linked to "
@@ -2466,12 +2496,12 @@ msgid ""
2466
  "Linking interface at their profile page."
2467
  msgstr ""
2468
 
2469
- #: ../admin/social_login.php:910
2470
  msgid "Enable social account linking at BuddyPress profile page"
2471
  msgstr ""
2472
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2473
 
2474
- #: ../admin/social_login.php:920
2475
  msgid ""
2476
  "Enable this option to show social account linking interface at BuddyPress "
2477
  "profile page"
@@ -2479,15 +2509,15 @@ msgstr ""
2479
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2480
  "BuddyPress profil oldal"
2481
 
2482
- #: ../admin/social_login.php:931
2483
  msgid "Email popup options"
2484
  msgstr "Email felugró ablak beállítások"
2485
 
2486
- #: ../admin/social_login.php:936
2487
  msgid "Text on 'Email required' popup"
2488
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2489
 
2490
- #: ../admin/social_login.php:946
2491
  msgid ""
2492
  "This text will be displayed on email required popup. Leave empty if not "
2493
  "required."
@@ -2495,11 +2525,11 @@ msgstr ""
2495
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2496
  "hagyhatod, ha nem kéred be az e-mail címet."
2497
 
2498
- #: ../admin/social_login.php:954
2499
  msgid "Error message for 'Email required' popup"
2500
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2501
 
2502
- #: ../admin/social_login.php:964
2503
  msgid ""
2504
  "This message will be displayed to user if it provides invalid or already "
2505
  "registered email"
@@ -2507,11 +2537,11 @@ msgstr ""
2507
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2508
  "mail címet ad meg "
2509
 
2510
- #: ../admin/social_login.php:972
2511
  msgid "Email popup height"
2512
  msgstr "Email felugró ablak magassága"
2513
 
2514
- #: ../admin/social_login.php:982
2515
  msgid ""
2516
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2517
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2520,11 +2550,11 @@ msgstr ""
2520
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2521
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2522
 
2523
- #: ../admin/social_login.php:989
2524
  msgid "Enable email verification"
2525
  msgstr "E-mail ellenőrzés bekapcsolása"
2526
 
2527
- #: ../admin/social_login.php:999
2528
  msgid ""
2529
  "If enabled, email provided by the user will be verified by sending a "
2530
  "confirmation link to that email. User would not be able to login without "
@@ -2534,108 +2564,108 @@ msgstr ""
2534
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2535
  "nem erősítette meg e-mailcímét "
2536
 
2537
- #: ../admin/social_login.php:1019
2538
  #, fuzzy
2539
  msgid "Enable GDPR opt-in"
2540
  msgstr "Disqus Hozzászólás Bekapcsolása"
2541
 
2542
- #: ../admin/social_login.php:1029
2543
  msgid ""
2544
  "Enable it to show GDPR opt-in for social login and social account linking"
2545
  msgstr ""
2546
 
2547
- #: ../admin/social_login.php:1037
2548
  #, fuzzy
2549
  msgid "Placement of GDPR opt-in"
2550
  msgstr "Disqus Hozzászólás Bekapcsolása"
2551
 
2552
- #: ../admin/social_login.php:1041
2553
  #, fuzzy
2554
  msgid "Above Social Login icons"
2555
  msgstr "Social Login"
2556
 
2557
- #: ../admin/social_login.php:1043
2558
  #, fuzzy
2559
  msgid "Below Social Login icons"
2560
  msgstr "Social Login"
2561
 
2562
- #: ../admin/social_login.php:1049
2563
  #, fuzzy
2564
  msgid "Placement of GDPR opt-in above or below the social login icons"
2565
  msgstr "Szöveg a Közösségi Belépés felett"
2566
 
2567
- #: ../admin/social_login.php:1056
2568
  msgid "Opt-in text"
2569
  msgstr ""
2570
 
2571
- #: ../admin/social_login.php:1066
2572
  #, fuzzy
2573
  msgid "Text for the GDPR opt-in"
2574
  msgstr "Disqus Hozzászólás Bekapcsolása"
2575
 
2576
- #: ../admin/social_login.php:1073
2577
  msgid "Text to link to Terms-Conditions page"
2578
  msgstr ""
2579
 
2580
- #: ../admin/social_login.php:1083
2581
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2582
  msgstr ""
2583
 
2584
- #: ../admin/social_login.php:1090
2585
  msgid "Terms-Conditions Url"
2586
  msgstr ""
2587
 
2588
- #: ../admin/social_login.php:1100
2589
  #, fuzzy
2590
  msgid "Url of the terms-conditions page of your website"
2591
  msgstr "A főoldalad Url-je"
2592
 
2593
- #: ../admin/social_login.php:1107
2594
  msgid "Text to link to Privacy Policy page"
2595
  msgstr ""
2596
 
2597
- #: ../admin/social_login.php:1117
2598
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2599
  msgstr ""
2600
 
2601
- #: ../admin/social_login.php:1124
2602
  msgid "Privacy Policy Url"
2603
  msgstr ""
2604
 
2605
- #: ../admin/social_login.php:1134
2606
  #, fuzzy
2607
  msgid "Url of the privacy policy page of your website"
2608
  msgstr "A főoldalad Url-je"
2609
 
2610
- #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2611
  #: ../inc/widget.php:602 ../inc/widget.php:750
2612
  msgid "Select"
2613
  msgstr "Válassz"
2614
 
2615
- #: ../admin/social_login.php:1216
2616
  #, fuzzy
2617
  msgid "Social Login Shortcode & Widget"
2618
  msgstr "Shortcode és Widget"
2619
 
2620
- #: ../admin/social_login.php:1217
2621
  msgid "Social Linking Shortcode"
2622
  msgstr ""
2623
 
2624
- #: ../admin/social_login.php:1232
2625
  msgid "Why is social login not working?"
2626
  msgstr ""
2627
 
2628
- #: ../admin/social_login.php:1233
2629
  msgid ""
2630
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2631
  "belong to the same app"
2632
  msgstr ""
2633
 
2634
- #: ../admin/social_login.php:1235
2635
  msgid "Social Login not working with Varnish enabled"
2636
  msgstr ""
2637
 
2638
- #: ../admin/social_login.php:1236
2639
  msgid ""
2640
  "Why the user is not appearing logged in even after Social Login until the "
2641
  "webpage is refreshed manually?"
@@ -2780,29 +2810,7 @@ msgstr ""
2780
  msgid "Enable bit.ly url shortener for tweet button"
2781
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
2782
 
2783
- #: ../admin/like_buttons.php:613
2784
- msgid "bit.ly username"
2785
- msgstr "bit.ly felhasználónév"
2786
-
2787
- #: ../admin/like_buttons.php:623
2788
- #, php-format
2789
- msgid ""
2790
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2791
- "\">this link</a> to get bit.ly username"
2792
- msgstr ""
2793
- "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank"
2794
- "\">ezt a linket</a> a bit.ly felhasználói név megtekintéséhez"
2795
-
2796
- #: ../admin/like_buttons.php:641
2797
- #, php-format
2798
- msgid ""
2799
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2800
- "\">this link</a> to get your API key"
2801
- msgstr ""
2802
- "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank"
2803
- "\">ezt a linket</a> a bit.ly API Key beszerzéséhez"
2804
-
2805
- #: ../admin/like_buttons.php:684
2806
  #, php-format
2807
  msgid ""
2808
  "Enter the code of the language you want to use to render counters. You can "
@@ -2813,17 +2821,17 @@ msgstr ""
2813
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
2814
  "az alapértelmezett (angol) nyelv használatához"
2815
 
2816
- #: ../admin/like_buttons.php:693
2817
  #, fuzzy
2818
  msgid "Twitter Username"
2819
  msgstr "Twitter felhasználónév a megosztásban"
2820
 
2821
- #: ../admin/like_buttons.php:698
2822
  #, fuzzy
2823
  msgid "Twitter username for Tweet (without @)"
2824
  msgstr "Twitter felhasználónév (@ nélkül)"
2825
 
2826
- #: ../admin/like_buttons.php:708
2827
  msgid ""
2828
  "Provided username will be appended after the content being tweeted as \"via "
2829
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2831,12 +2839,12 @@ msgstr ""
2831
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2832
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2833
 
2834
- #: ../admin/like_buttons.php:716
2835
  #, fuzzy
2836
  msgid "Twitter username for Buffer sharing (without @)"
2837
  msgstr "Twitter felhasználónév (@ nélkül)"
2838
 
2839
- #: ../admin/like_buttons.php:726
2840
  #, fuzzy
2841
  msgid ""
2842
  "Provided username will be appended after the content in Buffer sharing as "
@@ -2845,7 +2853,7 @@ msgstr ""
2845
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2846
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2847
 
2848
- #: ../admin/like_buttons.php:772
2849
  #, fuzzy
2850
  msgid "Like Buttons Shortcode & Widget"
2851
  msgstr "Shortcode és Widget"
@@ -2874,36 +2882,36 @@ msgstr ""
2874
  msgid "Archives"
2875
  msgstr "Kategória Archívum"
2876
 
2877
- #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2878
  msgid "Invalid request"
2879
  msgstr "Hibás kérés"
2880
 
2881
- #: ../inc/social_sharing.php:916
2882
  msgid "Providers not selected"
2883
  msgstr "Nincs kiválasztott szolgáltató"
2884
 
2885
- #: ../inc/social_login.php:720
2886
  msgid "Email"
2887
  msgstr "Email"
2888
 
2889
- #: ../inc/social_login.php:721
2890
  msgid "Confirm email"
2891
  msgstr ""
2892
 
2893
- #: ../inc/social_login.php:723
2894
  msgid "Save"
2895
  msgstr ""
2896
 
2897
- #: ../inc/social_login.php:724
2898
  msgid "Cancel"
2899
  msgstr ""
2900
 
2901
- #: ../inc/social_login.php:798
2902
  #, fuzzy
2903
  msgid "Email Verification"
2904
  msgstr "E-mail ellenőrzés bekapcsolása"
2905
 
2906
- #: ../inc/social_login.php:800
2907
  msgid ""
2908
  "Please click on the following link or paste it in browser to verify your "
2909
  "email"
@@ -3185,6 +3193,42 @@ msgstr ""
3185
  msgid "RSS Feed URL:"
3186
  msgstr ""
3187
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3188
  #~ msgid "Xing"
3189
  #~ msgstr "Xing"
3190
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-07-10 12:01+0530\n"
6
+ "PO-Revision-Date: 2020-07-10 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:520
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:524 ../super_socializer.php:538
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:534
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:708
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
37
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
38
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
39
 
40
+ #: ../super_socializer.php:736
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
48
  "lépés %s)"
49
 
50
+ #: ../super_socializer.php:739
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
58
  "lépés %s)"
59
 
60
+ #: ../super_socializer.php:742
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
65
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
66
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
67
 
68
+ #: ../super_socializer.php:924 ../helper.php:961
69
  msgid "Please verify your email address to login."
70
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
71
 
72
+ #: ../super_socializer.php:924
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
75
 
76
+ #: ../super_socializer.php:928
77
  msgid "Notification"
78
  msgstr "Értesítés"
79
 
80
+ #: ../super_socializer.php:946 ../admin/social_login.php:779
81
  msgid "Email required"
82
  msgstr "E-mail cím szükséges"
83
 
84
+ #: ../super_socializer.php:949
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
87
 
88
+ #: ../super_socializer.php:1018
89
  msgid "Leave a reply"
90
  msgstr "Válaszolj"
91
 
92
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
93
  msgid "Shares"
94
  msgstr ""
95
 
96
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
97
  msgid "Share"
98
  msgstr ""
99
 
100
+ #: ../super_socializer.php:1034
101
  #, fuzzy
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
+ #: ../super_socializer.php:1280
106
  #, fuzzy
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Belépés"
109
 
110
+ #: ../super_socializer.php:1280 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  #, fuzzy
113
  msgid "General Options"
114
  msgstr "Megosztási beállítások"
115
 
116
+ #: ../super_socializer.php:1348 ../helper.php:883
117
  #, fuzzy
118
  msgid "Social Avatar"
119
  msgstr "Kis Avatar URL"
120
 
121
+ #: ../super_socializer.php:1351
122
  msgid "Small Avatar Url"
123
  msgstr "Kis Avatar URL"
124
 
125
+ #: ../super_socializer.php:1355
126
  #, fuzzy
127
  msgid "Large Avatar Url"
128
  msgstr "Cél Url"
129
 
130
+ #: ../super_socializer.php:1359 ../helper.php:886
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
134
  msgstr ""
135
 
136
+ #: ../super_socializer.php:1363 ../helper.php:887
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr ""
139
 
140
+ #: ../super_socializer.php:1440
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
+ #: ../super_socializer.php:1441
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
147
 
148
+ #: ../super_socializer.php:1446
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
151
 
152
+ #: ../super_socializer.php:1450 ../super_socializer.php:2148
153
  msgid "Link your social account to login to your account at this website"
154
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
155
 
156
+ #: ../super_socializer.php:1690
157
  msgid "Thanks for installing Super Socializer plugin"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1692
161
  msgid "Configure the Plugin"
162
  msgstr ""
163
 
164
+ #: ../super_socializer.php:1703
165
  msgid ""
166
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
167
  "current version of Super Socializer"
168
  msgstr ""
169
 
170
+ #: ../super_socializer.php:1712
171
  msgid ""
172
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
173
  "version of Super Socializer"
174
  msgstr ""
175
 
176
+ #: ../super_socializer.php:1721
177
  msgid ""
178
  "Update \"Social Login Buttons\" add-on for compatibility with current "
179
  "version of Super Socializer"
180
  msgstr ""
181
 
182
+ #: ../super_socializer.php:1730
183
  msgid ""
184
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
185
  "with current version of Super Socializer"
186
  msgstr ""
187
 
188
+ #: ../super_socializer.php:1739
189
  msgid ""
190
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
191
  "with current version of Super Socializer"
192
  msgstr ""
193
 
194
+ #: ../super_socializer.php:1750
195
  #, php-format
196
  msgid ""
197
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
198
  msgstr ""
199
 
200
+ #: ../super_socializer.php:1759
201
+ #, php-format
202
+ msgid ""
203
+ "To continue using Instagram login create a new Instagram App as described <a "
204
+ "href=\"%s\" target=\"_blank\">here</a> and save Instagram App ID and "
205
+ "Instagram App Secret <a href=\"%s\">here</a>"
206
+ msgstr ""
207
+
208
+ #: ../super_socializer.php:1768 ../super_socializer.php:1777
209
+ #, php-format
210
+ msgid ""
211
+ "To continue using bitly url shortener, login to your bit.ly account and "
212
+ "navigate to <strong>Profile Settings > Generic Access Token</strong> (top-"
213
+ "right corner), authenticate to generate access token and save it <a href=\"%s"
214
+ "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
215
+ msgstr ""
216
+
217
+ #: ../super_socializer.php:1793
218
  #, php-format
219
  msgid ""
220
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
221
  msgstr ""
222
 
223
+ #: ../super_socializer.php:1817
224
  #, php-format
225
  msgid ""
226
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
228
  "target=\"_blank\">here</a>"
229
  msgstr ""
230
 
231
+ #: ../super_socializer.php:1817 ../super_socializer.php:1842
232
+ #: ../super_socializer.php:1867 ../super_socializer.php:1892
233
+ #: ../super_socializer.php:1925 ../super_socializer.php:1953
234
+ #: ../super_socializer.php:1980
235
  msgid "Okay"
236
  msgstr ""
237
 
238
+ #: ../super_socializer.php:1842
239
  #, php-format
240
  msgid ""
241
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
243
  "\">here</a>"
244
  msgstr ""
245
 
246
+ #: ../super_socializer.php:1867
247
  #, php-format
248
  msgid ""
249
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
251
  "target=\"_blank\">here</a>"
252
  msgstr ""
253
 
254
+ #: ../super_socializer.php:1892
255
  #, php-format
256
  msgid ""
257
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
259
  "target=\"_blank\">here</a>"
260
  msgstr ""
261
 
262
+ #: ../super_socializer.php:1903
263
  #, php-format
264
  msgid ""
265
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
266
  msgstr ""
267
 
268
+ #: ../super_socializer.php:1925
269
  #, php-format
270
  msgid ""
271
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
273
  "\"%s\" target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
+ #: ../super_socializer.php:1953
277
  #, php-format
278
  msgid ""
279
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
282
  "your website %s with them. No need to copy-paste any code from their website."
283
  msgstr ""
284
 
285
+ #: ../super_socializer.php:1980
286
  #, php-format
287
  msgid ""
288
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
290
  "\"%s\" target=\"_blank\">here</a>"
291
  msgstr ""
292
 
293
+ #: ../super_socializer.php:2005
294
  #, php-format
295
  msgid ""
296
  "If you cannot get Linkedin login to work after updating the plugin, replace "
298
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
299
  msgstr ""
300
 
301
+ #: ../super_socializer.php:2005 ../super_socializer.php:2032
302
  msgid "Dismiss"
303
  msgstr ""
304
 
305
+ #: ../super_socializer.php:2031
306
  #, php-format
307
  msgid ""
308
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
311
  "that, clear share counts cache from \"Miscellaneous\" section"
312
  msgstr ""
313
 
314
+ #: ../super_socializer.php:2224
315
  msgid ""
316
  "Your browser is blocking some features of this website. Please follow the "
317
  "instructions at {support_url} to unblock these."
347
  msgid "Settings"
348
  msgstr "Beállítások"
349
 
350
+ #: ../helper.php:535
351
  msgid "Account linked successfully"
352
  msgstr "Fiók kapcsolása sikeres"
353
 
354
+ #: ../helper.php:539
355
  msgid "Account already exists or linked"
356
  msgstr "Fiók már létezik, vagy össze van kötve"
357
 
358
+ #: ../helper.php:575 ../helper.php:577
359
  #, fuzzy
360
  msgid "Login with"
361
  msgstr "Belépési beállítások"
362
 
363
+ #: ../helper.php:612 ../helper.php:618
364
  msgid "Currently"
365
  msgstr "Jelenleg"
366
 
367
+ #: ../helper.php:612 ../helper.php:618
368
  msgid "Connected with"
369
  msgstr ""
370
 
371
+ #: ../helper.php:612 ../helper.php:618
372
  msgid "Remove"
373
  msgstr "Eltávolítás"
374
 
375
+ #: ../helper.php:689
376
  #, fuzzy
377
  msgid "Social Account Linking"
378
  msgstr "Közösségi Hozzászólás"
379
 
380
+ #: ../helper.php:739
381
  #, fuzzy
382
  msgid "Disable Standard Social Sharing on this "
383
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
384
 
385
+ #: ../helper.php:744
386
  #, fuzzy
387
  msgid "Disable Floating Social Sharing on this "
388
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
389
 
390
+ #: ../helper.php:749
391
  #, fuzzy
392
  msgid "Disable Standard like buttons on this "
393
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
394
 
395
+ #: ../helper.php:754
396
  #, fuzzy
397
  msgid "Disable Floating like buttons on this "
398
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
399
 
400
+ #: ../helper.php:759
401
  msgid "Disable Social Commenting on this "
402
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
403
 
404
+ #: ../helper.php:768
405
  #, fuzzy
406
  msgid "Standard Sharing Interface"
407
  msgstr "Megosztási Felület"
408
 
409
+ #: ../helper.php:774 ../helper.php:793
410
  msgid "Starting share count for "
411
  msgstr "Megosztás számok kezdése ehhez"
412
 
413
+ #: ../helper.php:787
414
  #, fuzzy
415
  msgid "Floating Sharing Interface"
416
  msgstr "Megosztási Felület"
417
 
418
+ #: ../helper.php:890
419
  #, fuzzy
420
  msgid "Small Avatar"
421
  msgstr "Kis Avatar URL"
422
 
423
+ #: ../helper.php:894
424
  #, fuzzy
425
  msgid "Large Avatar"
426
  msgstr "Cél Url"
427
 
428
+ #: ../helper.php:898 ../admin/general_options.php:92
429
+ #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
430
+ #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
431
  msgid "Save Changes"
432
  msgstr "Változások Mentése"
433
 
434
+ #: ../helper.php:998
435
  msgid "Click to delete social profile data"
436
  msgstr ""
437
 
438
+ #: ../helper.php:1027
439
  #, fuzzy
440
  msgid "Deleting"
441
  msgstr "Beállítások"
442
 
443
+ #: ../helper.php:1037
444
  msgid "Deleted"
445
  msgstr ""
446
 
447
+ #: ../helper.php:1039
448
  msgid "Something bad happened"
449
  msgstr ""
450
 
451
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
452
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
453
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
454
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1273
455
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
456
  #, fuzzy, php-format
457
  msgid ""
458
  "You can appreciate the effort put in this free plugin by rating it <a href="
505
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
506
  msgstr ""
507
 
508
+ #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
509
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
510
+ #: ../admin/like_buttons.php:790
511
  #, fuzzy
512
  msgid "Instagram Shoutout"
513
  msgstr "Instagram"
514
 
515
+ #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
516
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
517
+ #: ../admin/like_buttons.php:792
518
  msgid ""
519
  "If you can send (to hello@heateor.com) how this plugin is helping your "
520
  "business, we would be glad to shoutout on Instagram. You can also send any "
627
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
628
  msgstr ""
629
 
630
+ #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1907
631
  msgid ""
632
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
633
  "Facebook share count to work"
655
  msgid "3rd Party Integration"
656
  msgstr ""
657
 
658
+ #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
659
+ #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
660
+ #: ../admin/social_login.php:1235 ../admin/like_buttons.php:50
661
+ #: ../admin/like_buttons.php:751
662
  msgid "Shortcode & Widget"
663
  msgstr "Shortcode és Widget"
664
 
666
  msgid "Troubleshooter"
667
  msgstr "Hibamegoldó"
668
 
669
+ #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
670
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
671
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1249
672
+ #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
673
  msgid "FAQ"
674
  msgstr "GYIK"
675
 
913
  msgid "Url to share"
914
  msgstr "Megosztás Url-je"
915
 
916
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:520
917
+ #: ../admin/social_login.php:896 ../admin/like_buttons.php:105
918
  #: ../inc/widget.php:945
919
  msgid "Title"
920
  msgstr "Cím"
1002
  msgstr ""
1003
 
1004
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
1005
+ #: ../admin/social_login.php:837 ../admin/social_login.php:866
1006
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
1007
  msgid "Homepage"
1008
  msgstr "Kezdő oldal"
1312
  msgstr ""
1313
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1314
 
1315
+ #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:613
1316
+ msgid "Bit.ly generic access token"
1317
  msgstr ""
1318
 
1319
+ #: ../admin/social_sharing.php:1669 ../admin/like_buttons.php:623
1320
+ #, php-format
1321
+ msgid ""
1322
+ "Login to your bit.ly account and navigate to <strong>Profile Settings > "
1323
+ "Generic Access Token</strong> (top-right corner) and authenticate to "
1324
+ "generate access token. More details at the <a href=\"%s\" target=\"_blank"
1325
+ "\">link</a>"
1326
  msgstr ""
 
 
 
 
 
 
 
1327
 
1328
+ #: ../admin/social_sharing.php:1676 ../admin/like_buttons.php:630
1329
  msgid "Clear Bitly Cache"
1330
  msgstr ""
1331
 
1332
+ #: ../admin/social_sharing.php:1680 ../admin/like_buttons.php:634
1333
  #, fuzzy
1334
  msgid "ShortUrl cache cleared successfully."
1335
  msgstr "Fiók kapcsolása sikeres"
1336
 
1337
+ #: ../admin/social_sharing.php:1687 ../admin/like_buttons.php:641
1338
  msgid ""
1339
  "Use this to delete short urls saved in database. Handy, if urls of your "
1340
  "website have been changed but short urls are still being generated for old "
1341
  "urls."
1342
  msgstr ""
1343
 
1344
+ #: ../admin/social_sharing.php:1696
1345
  msgid "Share Count Cache"
1346
  msgstr ""
1347
 
1348
+ #: ../admin/social_sharing.php:1701
1349
  msgid "Refresh Share Count cache every"
1350
  msgstr ""
1351
 
1352
+ #: ../admin/social_sharing.php:1706
1353
  msgid "Second(s)"
1354
  msgstr ""
1355
 
1356
+ #: ../admin/social_sharing.php:1707
1357
  msgid "Minute(s)"
1358
  msgstr ""
1359
 
1360
+ #: ../admin/social_sharing.php:1708
1361
  msgid "Hour(s)"
1362
  msgstr ""
1363
 
1364
+ #: ../admin/social_sharing.php:1709
1365
  msgid "Day(s)"
1366
  msgstr ""
1367
 
1368
+ #: ../admin/social_sharing.php:1717
1369
  #, php-format
1370
  msgid ""
1371
  "Frequent cache refreshing results in slower loading of pages with share "
1373
  "target=\"_blank\">here</a>"
1374
  msgstr ""
1375
 
1376
+ #: ../admin/social_sharing.php:1724
1377
  msgid "Clear Share Counts Cache"
1378
  msgstr ""
1379
 
1380
+ #: ../admin/social_sharing.php:1728
1381
  #, fuzzy
1382
  msgid "Share Counts cache cleared successfully."
1383
  msgstr "Fiók kapcsolása sikeres"
1384
 
1385
+ #: ../admin/social_sharing.php:1735
1386
  msgid "Use this to clear cached share counts"
1387
  msgstr ""
1388
 
1389
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1749
1390
+ #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:650
1391
+ #: ../admin/like_buttons.php:655
1392
  msgid "Language"
1393
  msgstr "Nyelv"
1394
 
1395
+ #: ../admin/social_sharing.php:1759
1396
  #, fuzzy, php-format
1397
  msgid ""
1398
  "Enter the code of the language you want to use for like buttons. You can "
1403
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1404
  "az alapértelmezett (angol) nyelv használatához"
1405
 
1406
+ #: ../admin/social_sharing.php:1768
1407
  #, fuzzy
1408
  msgid "Username in sharing"
1409
  msgstr "Twitter felhasználónév a megosztásban"
1410
 
1411
+ #: ../admin/social_sharing.php:1773
1412
  msgid "Twitter username (without @)"
1413
  msgstr "Twitter felhasználónév (@ nélkül)"
1414
 
1415
+ #: ../admin/social_sharing.php:1783 ../admin/social_sharing.php:1801
1416
  msgid ""
1417
  "Provided username will be appended after the content being shared as \"via "
1418
  "@USERNAME\". Leave empty if you do not want any username in the content "
1421
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1422
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1423
 
1424
+ #: ../admin/social_sharing.php:1791
1425
  #, fuzzy
1426
  msgid "Buffer username (without @)"
1427
  msgstr "Twitter felhasználónév (@ nélkül)"
1428
 
1429
+ #: ../admin/social_sharing.php:1810
1430
  msgid "AMP"
1431
  msgstr ""
1432
 
1433
+ #: ../admin/social_sharing.php:1815
1434
  #, fuzzy
1435
  msgid "Enable sharing on AMP pages"
1436
  msgstr "Bekapcsolás a belépés oldalon"
1437
 
1438
+ #: ../admin/social_sharing.php:1825
1439
  msgid "Enable this option to render sharing icons on AMP pages"
1440
  msgstr ""
1441
 
1442
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:726
1443
  msgid "myCRED"
1444
  msgstr ""
1445
 
1446
+ #: ../admin/social_sharing.php:1849 ../admin/like_buttons.php:731
1447
  msgid "Append myCRED referral ID to the urls being shared"
1448
  msgstr ""
1449
 
1450
+ #: ../admin/social_sharing.php:1882
1451
  msgid "Facebook Sharing Troubleshooter"
1452
  msgstr "Facebook Megosztás Hibaelhárító"
1453
 
1454
+ #: ../admin/social_sharing.php:1887
1455
  #, fuzzy
1456
  msgid ""
1457
  "If Facebook sharing is not working fine, click at the following link and "
1462
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1463
  "tökéletesen) a szöveges mezőben:"
1464
 
1465
+ #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1466
+ #: ../admin/social_login.php:1251
1467
  msgid ""
1468
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1469
  "an online website for the plugin to function properly."
1470
  msgstr ""
1471
 
1472
+ #: ../admin/social_sharing.php:1905
1473
  msgid ""
1474
  "Why is sharer not showing the correct image, title and other meta tags "
1475
  "content?"
1476
  msgstr ""
1477
 
1478
+ #: ../admin/social_sharing.php:1906
1479
  msgid "Why is Facebook share count not working?"
1480
  msgstr ""
1481
 
1482
+ #: ../admin/social_sharing.php:1909
1483
  msgid "Why is Instagram icon redirecting to Instagram website?"
1484
  msgstr ""
1485
 
1486
+ #: ../admin/social_sharing.php:1910
1487
  msgid ""
1488
  "Instagram icon is there to send website visitors to the Instagram page of "
1489
  "your choice. You can save the desired Instagram handle in \"Instagram "
1491
  "sections."
1492
  msgstr ""
1493
 
1494
+ #: ../admin/social_sharing.php:1913
1495
  #, fuzzy
1496
  msgid "How to customize the url being shared?"
1497
  msgstr "Megosztás számok mutatása:"
1498
 
1499
+ #: ../admin/social_sharing.php:1914
1500
  msgid ""
1501
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1502
  msgstr ""
1503
 
1504
+ #: ../admin/social_sharing.php:1915
1505
  msgid ""
1506
  "It takes some time for their service to track the shares made on Twitter "
1507
  "from your website. If you still feel it's taking too long you can contact "
1508
  "their support directly from their website."
1509
  msgstr ""
1510
 
1511
+ #: ../admin/social_sharing.php:1917 ../admin/like_buttons.php:768
1512
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1513
  msgstr ""
1514
 
1515
+ #: ../admin/social_sharing.php:1918
1516
  msgid ""
1517
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1518
  msgstr ""
1519
 
1520
+ #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1521
+ #: ../admin/social_login.php:1258
1522
  msgid "Why is my browser blocking some features of the plugin?"
1523
  msgstr ""
1524
 
1525
+ #: ../admin/social_sharing.php:1920
1526
  msgid "Why the color of share icons is not being updated?"
1527
  msgstr ""
1528
 
1529
+ #: ../admin/social_sharing.php:1921
1530
  msgid "Why Facebook share counts are not appearing?"
1531
  msgstr ""
1532
 
1533
+ #: ../admin/social_sharing.php:1922
1534
  msgid ""
1535
  "How can I show share counts of my website rather than of individual pages/"
1536
  "posts?"
1538
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1539
  "kívül is?"
1540
 
1541
+ #: ../admin/social_sharing.php:1923
1542
  msgid "How can I disable sharing on particular page/post?"
1543
  msgstr ""
1544
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1545
 
1546
+ #: ../admin/social_sharing.php:1924
1547
  msgid "How can I specify minimum sharing count for sharing networks?"
1548
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1549
 
1550
+ #: ../admin/social_sharing.php:1925
1551
  msgid "How to share specific page?"
1552
  msgstr ""
1553
 
1554
+ #: ../admin/social_sharing.php:1926
1555
  msgid "How to integrate Google Analytics with sharing?"
1556
  msgstr ""
1557
 
1558
+ #: ../admin/social_sharing.php:1927
1559
  msgid "How to customize the look of total share counts?"
1560
  msgstr ""
1561
 
1562
+ #: ../admin/social_sharing.php:1928
1563
  #, fuzzy
1564
  msgid "How to customize the look of individual share counts?"
1565
  msgstr "Megosztás számok mutatása:"
1566
 
1567
+ #: ../admin/social_sharing.php:1929
1568
  #, fuzzy
1569
  msgid "How to show Whatsapp icon only on mobile devices?"
1570
  msgstr "Hide megosztása mobil eszközökön"
1571
 
1572
+ #: ../admin/social_sharing.php:1930
1573
  msgid "How to hide arrow after floating sharing bar?"
1574
  msgstr ""
1575
 
1576
+ #: ../admin/social_sharing.php:1931
1577
  msgid "Why is share count not getting updated?"
1578
  msgstr ""
1579
 
1580
+ #: ../admin/social_sharing.php:1932 ../admin/like_buttons.php:766
1581
  msgid "Why is there so much space between like buttons?"
1582
  msgstr ""
1583
 
1584
+ #: ../admin/social_sharing.php:1933 ../admin/like_buttons.php:767
1585
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1586
  msgstr ""
1587
 
1839
  msgid "Advanced Configuration"
1840
  msgstr "Alap Beállítások"
1841
 
1842
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1035
1843
  msgid "GDPR"
1844
  msgstr ""
1845
 
1846
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1186
1847
  msgid "XProfile Integration"
1848
  msgstr ""
1849
 
1973
  "linken"
1974
 
1975
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1976
+ #: ../admin/social_login.php:421 ../admin/social_login.php:441
1977
  #, fuzzy
1978
  msgid ""
1979
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2105
  msgstr "Vkontakte"
2106
 
2107
  #: ../admin/social_login.php:368
2108
+ #, fuzzy
2109
+ msgid "Instagram App ID"
2110
  msgstr "Instagram Client ID"
2111
 
2112
  #: ../admin/social_login.php:378
2113
+ #, fuzzy, php-format
2114
  msgid ""
2115
  "Required for Instagram Social Login to work. Please follow the documentation "
2116
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
2117
  msgstr ""
2118
  "Szükséges a Instagram Közösségi Belépés működéséhez. Kérlek, kövesd a "
2119
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2120
  "Instagram Client ID beszerzéshez"
2121
 
2122
+ #: ../admin/social_login.php:380 ../admin/social_login.php:401
2123
  #, fuzzy
2124
  msgid ""
2125
+ "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2126
+ "mentioned at the link"
2127
  msgstr ""
2128
+ "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2129
  "linken"
2130
 
2131
  #: ../admin/social_login.php:389
2132
+ #, fuzzy
2133
+ msgid "Instagram App Secret"
2134
+ msgstr "Instagram"
2135
+
2136
+ #: ../admin/social_login.php:399
2137
+ #, fuzzy, php-format
2138
+ msgid ""
2139
+ "Required for Instagram Social Login to work. Please follow the documentation "
2140
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
2141
+ msgstr ""
2142
+ "Szükséges a Instagram Közösségi Belépés működéséhez. Kérlek, kövesd a "
2143
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2144
+ "Instagram Client ID beszerzéshez"
2145
+
2146
+ #: ../admin/social_login.php:410
2147
  msgid "Line Channel ID"
2148
  msgstr ""
2149
 
2150
+ #: ../admin/social_login.php:419
2151
  #, fuzzy, php-format
2152
  msgid ""
2153
  "Required for Line Social Login to work. Please follow the documentation at "
2157
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2158
  "API Key beszerzéshez"
2159
 
2160
+ #: ../admin/social_login.php:430
2161
  #, fuzzy
2162
  msgid "Line Channel Secret"
2163
  msgstr "LinkedIn"
2164
 
2165
+ #: ../admin/social_login.php:439
2166
  #, fuzzy, php-format
2167
  msgid ""
2168
  "Required for Line Social Login to work. Please follow the documentation at "
2172
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2173
  "API Key beszerzéshez"
2174
 
2175
+ #: ../admin/social_login.php:450
2176
  #, fuzzy
2177
  msgid "Microsoft Client ID"
2178
  msgstr "Google+ Client ID"
2179
 
2180
+ #: ../admin/social_login.php:459
2181
  #, fuzzy, php-format
2182
  msgid ""
2183
  "Required for Live Social Login to work. Please follow the documentation at "
2187
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2188
  "GooglePlus Client ID beszerzéshez"
2189
 
2190
+ #: ../admin/social_login.php:461 ../admin/social_login.php:481
2191
  #, fuzzy
2192
  msgid ""
2193
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2196
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2197
  "linken"
2198
 
2199
+ #: ../admin/social_login.php:470
2200
  #, fuzzy
2201
  msgid "Microsoft Client Secret"
2202
  msgstr "Google+ Client ID"
2203
 
2204
+ #: ../admin/social_login.php:479
2205
  #, fuzzy, php-format
2206
  msgid ""
2207
  "Required for Live Social Login to work. Please follow the documentation at "
2212
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2213
  "GooglePlus Client ID beszerzéshez"
2214
 
2215
+ #: ../admin/social_login.php:489
2216
  #, fuzzy
2217
  msgid "Steam API Key"
2218
  msgstr "Twitter API Key"
2219
 
2220
+ #: ../admin/social_login.php:498
2221
  #, fuzzy, php-format
2222
  msgid ""
2223
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2227
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2228
  "API Key beszerzéshez"
2229
 
2230
+ #: ../admin/social_login.php:499
2231
  #, fuzzy
2232
  msgid "Save following <strong>domain</strong> to get the key"
2233
  msgstr ""
2234
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2235
  "fenti linken"
2236
 
2237
+ #: ../admin/social_login.php:515
2238
  #, fuzzy
2239
  msgid "Social Login Options"
2240
  msgstr "Social Login"
2241
 
2242
+ #: ../admin/social_login.php:530
2243
  msgid "Text to display above the Social Login interface"
2244
  msgstr "Szöveg a Közösségi Belépés felett"
2245
 
2246
+ #: ../admin/social_login.php:538
2247
  msgid "Trigger social login in the same browser tab"
2248
  msgstr ""
2249
 
2250
+ #: ../admin/social_login.php:548
2251
  msgid "Trigger social login in the same browser tab instead of a popup window"
2252
  msgstr ""
2253
 
2254
+ #: ../admin/social_login.php:555
2255
  #, fuzzy
2256
  msgid "Center align icons"
2257
  msgstr "Ikonsorrend beállítás"
2258
 
2259
+ #: ../admin/social_login.php:565
2260
  #, fuzzy
2261
  msgid "Center align social login icons"
2262
  msgstr "Social Login"
2263
 
2264
+ #: ../admin/social_login.php:572
2265
  msgid "Enable at login page"
2266
  msgstr "Bekapcsolás a belépés oldalon"
2267
 
2268
+ #: ../admin/social_login.php:582
2269
  msgid ""
2270
  "Social Login interface will get enabled at the login page of your website"
2271
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2272
 
2273
+ #: ../admin/social_login.php:589
2274
  msgid "Enable at register page"
2275
  msgstr "Bekapcsolás a regisztráció oldalon"
2276
 
2277
+ #: ../admin/social_login.php:599
2278
  msgid ""
2279
  "Social Login interface will get enabled at the registration page of your "
2280
  "website"
2281
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2282
 
2283
+ #: ../admin/social_login.php:606
2284
  msgid "Enable at comment form"
2285
  msgstr "Bekapcsolás a hozászólásoknál"
2286
 
2287
+ #: ../admin/social_login.php:616
2288
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2289
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2290
 
2291
+ #: ../admin/social_login.php:630
2292
  msgid "Enable before WooCommerce Customer Login Form"
2293
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2294
 
2295
+ #: ../admin/social_login.php:640
2296
  #, fuzzy
2297
  msgid ""
2298
  "Social Login Interface will get enabled before the customer login form at "
2299
  "WooCommerce My Account page"
2300
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2301
 
2302
+ #: ../admin/social_login.php:647
2303
  #, fuzzy
2304
  msgid "Enable at WooCommerce Customer Login Form"
2305
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2306
 
2307
+ #: ../admin/social_login.php:657
2308
  #, fuzzy
2309
  msgid ""
2310
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2311
  "My Account page"
2312
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2313
 
2314
+ #: ../admin/social_login.php:664
2315
  #, fuzzy
2316
  msgid "Enable at WooCommerce Customer Register Form"
2317
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2318
 
2319
+ #: ../admin/social_login.php:674
2320
  #, fuzzy
2321
  msgid ""
2322
  "Integrate Social Login Interface with the customer register form at "
2323
  "WooCommerce My Account page"
2324
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2325
 
2326
+ #: ../admin/social_login.php:681
2327
  #, fuzzy
2328
  msgid "Enable at WooCommerce checkout page"
2329
  msgstr "Bekapcsolás a regisztráció oldalon"
2330
 
2331
+ #: ../admin/social_login.php:691
2332
  #, fuzzy
2333
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2334
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2335
 
2336
+ #: ../admin/social_login.php:701
2337
  msgid "Auto-approve comments made by Social Login users"
2338
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2339
 
2340
+ #: ../admin/social_login.php:711
2341
  msgid ""
2342
  "If this option is enabled, and WordPress comment is made by Social Login "
2343
  "user, comment will get approved immediately without keeping in moderation."
2346
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2347
  "megjelenik az oldalon."
2348
 
2349
+ #: ../admin/social_login.php:712
2350
  msgid "Note: This is not related to Facebook comments"
2351
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2352
 
2353
+ #: ../admin/social_login.php:721
2354
  msgid "Enable social avatar"
2355
  msgstr "Közösségi avatar bekapcsolás"
2356
 
2357
+ #: ../admin/social_login.php:731
2358
  msgid ""
2359
  "Social profile pictures of the logged in user will be displayed as profile "
2360
  "avatar"
2361
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2362
 
2363
+ #: ../admin/social_login.php:740
2364
  msgid "Avatar quality"
2365
  msgstr " Avatar képminőség"
2366
 
2367
+ #: ../admin/social_login.php:743
2368
  msgid "Average"
2369
  msgstr "Átlagos"
2370
 
2371
+ #: ../admin/social_login.php:744
2372
  msgid "Best"
2373
  msgstr "legjobb"
2374
 
2375
+ #: ../admin/social_login.php:751
2376
  msgid "Choose avatar quality"
2377
  msgstr "Válassz Avatar képminőséget"
2378
 
2379
+ #: ../admin/social_login.php:759
2380
  #, fuzzy
2381
  msgid ""
2382
  "Show option for users to update social avatar at BuddyPress profile page"
2384
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2385
  "BuddyPress profil oldal"
2386
 
2387
+ #: ../admin/social_login.php:769
2388
  msgid ""
2389
  "If enabled, users would be able to update their social avatar from \"Profile "
2390
  "photo\" section in BuddyPress profile at front-end"
2391
  msgstr ""
2392
 
2393
+ #: ../admin/social_login.php:789
2394
  msgid ""
2395
  "If enabled and Social ID provider does not provide user's email address on "
2396
  "login, user will be asked to provide his/her email address. Otherwise, a "
2400
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2401
  "véletlenszerű e-mail címet generálunk"
2402
 
2403
+ #: ../admin/social_login.php:797
2404
  msgid "Send post-registration email to user to set account password"
2405
  msgstr ""
2406
 
2407
+ #: ../admin/social_login.php:807
2408
  msgid ""
2409
  "If enabled, an email will be sent to user after registration through Social "
2410
  "Login, regarding his/her login credentials (username-password to be able to "
2415
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2416
  "az oldalra."
2417
 
2418
+ #: ../admin/social_login.php:814
2419
  #, fuzzy
2420
  msgid "Send new user registration notification email to admin"
2421
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2422
 
2423
+ #: ../admin/social_login.php:824
2424
  #, fuzzy
2425
  msgid ""
2426
  "If enabled, an email will be sent to admin after new user registers through "
2431
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2432
  "az oldalra."
2433
 
2434
+ #: ../admin/social_login.php:831
2435
  msgid "Login redirection"
2436
  msgstr "Átirányítás Belépés után"
2437
 
2438
+ #: ../admin/social_login.php:835
2439
  msgid "Same page where user logged in"
2440
  msgstr "Az az oldal, ahol a felhasználó belépett"
2441
 
2442
+ #: ../admin/social_login.php:839 ../admin/social_login.php:868
2443
  msgid "Account dashboard"
2444
  msgstr "Felhasználói Irányítópult"
2445
 
2446
+ #: ../admin/social_login.php:842 ../admin/social_login.php:871
2447
  msgid "BuddyPress profile page"
2448
  msgstr "BuddyPress profil oldal"
2449
 
2450
+ #: ../admin/social_login.php:845 ../admin/social_login.php:874
2451
  msgid "Custom Url"
2452
  msgstr "Egyedi URL"
2453
 
2454
+ #: ../admin/social_login.php:853
2455
  msgid "User will be redirected to the selected page after Social Login"
2456
  msgstr ""
2457
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2458
 
2459
+ #: ../admin/social_login.php:860
2460
  msgid "Registration redirection"
2461
  msgstr "Átirányítás Regisztráció után"
2462
 
2463
+ #: ../admin/social_login.php:864
2464
  msgid "Same page from where user registered"
2465
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2466
 
2467
+ #: ../admin/social_login.php:882
2468
  msgid ""
2469
  "User will be redirected to the selected page after registration (first "
2470
  "Social Login) through Social Login"
2472
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2473
  "Közösségi belépés) után"
2474
 
2475
+ #: ../admin/social_login.php:891
2476
  #, fuzzy
2477
  msgid "Social Account Linking Options"
2478
  msgstr "Közösségi Hozzászólás"
2479
 
2480
+ #: ../admin/social_login.php:906
2481
  #, fuzzy
2482
  msgid "Text to display above the Social Account Linking interface"
2483
  msgstr "Szöveg a Közösségi Belépés felett"
2484
 
2485
+ #: ../admin/social_login.php:913
2486
  #, fuzzy
2487
  msgid ""
2488
  "Link social account to already existing account, if email address matches"
2489
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2490
 
2491
+ #: ../admin/social_login.php:923
2492
  msgid ""
2493
  "If email address of the user's Social Account matches with an already "
2494
  "existing account at your website, that social account will be linked to "
2496
  "Linking interface at their profile page."
2497
  msgstr ""
2498
 
2499
+ #: ../admin/social_login.php:931
2500
  msgid "Enable social account linking at BuddyPress profile page"
2501
  msgstr ""
2502
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2503
 
2504
+ #: ../admin/social_login.php:941
2505
  msgid ""
2506
  "Enable this option to show social account linking interface at BuddyPress "
2507
  "profile page"
2509
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2510
  "BuddyPress profil oldal"
2511
 
2512
+ #: ../admin/social_login.php:952
2513
  msgid "Email popup options"
2514
  msgstr "Email felugró ablak beállítások"
2515
 
2516
+ #: ../admin/social_login.php:957
2517
  msgid "Text on 'Email required' popup"
2518
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2519
 
2520
+ #: ../admin/social_login.php:967
2521
  msgid ""
2522
  "This text will be displayed on email required popup. Leave empty if not "
2523
  "required."
2525
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2526
  "hagyhatod, ha nem kéred be az e-mail címet."
2527
 
2528
+ #: ../admin/social_login.php:975
2529
  msgid "Error message for 'Email required' popup"
2530
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2531
 
2532
+ #: ../admin/social_login.php:985
2533
  msgid ""
2534
  "This message will be displayed to user if it provides invalid or already "
2535
  "registered email"
2537
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2538
  "mail címet ad meg "
2539
 
2540
+ #: ../admin/social_login.php:993
2541
  msgid "Email popup height"
2542
  msgstr "Email felugró ablak magassága"
2543
 
2544
+ #: ../admin/social_login.php:1003
2545
  msgid ""
2546
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2547
  "can increase the height of popup by specifying in this option. Leave empty "
2550
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2551
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2552
 
2553
+ #: ../admin/social_login.php:1010
2554
  msgid "Enable email verification"
2555
  msgstr "E-mail ellenőrzés bekapcsolása"
2556
 
2557
+ #: ../admin/social_login.php:1020
2558
  msgid ""
2559
  "If enabled, email provided by the user will be verified by sending a "
2560
  "confirmation link to that email. User would not be able to login without "
2564
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2565
  "nem erősítette meg e-mailcímét "
2566
 
2567
+ #: ../admin/social_login.php:1040
2568
  #, fuzzy
2569
  msgid "Enable GDPR opt-in"
2570
  msgstr "Disqus Hozzászólás Bekapcsolása"
2571
 
2572
+ #: ../admin/social_login.php:1050
2573
  msgid ""
2574
  "Enable it to show GDPR opt-in for social login and social account linking"
2575
  msgstr ""
2576
 
2577
+ #: ../admin/social_login.php:1058
2578
  #, fuzzy
2579
  msgid "Placement of GDPR opt-in"
2580
  msgstr "Disqus Hozzászólás Bekapcsolása"
2581
 
2582
+ #: ../admin/social_login.php:1062
2583
  #, fuzzy
2584
  msgid "Above Social Login icons"
2585
  msgstr "Social Login"
2586
 
2587
+ #: ../admin/social_login.php:1064
2588
  #, fuzzy
2589
  msgid "Below Social Login icons"
2590
  msgstr "Social Login"
2591
 
2592
+ #: ../admin/social_login.php:1070
2593
  #, fuzzy
2594
  msgid "Placement of GDPR opt-in above or below the social login icons"
2595
  msgstr "Szöveg a Közösségi Belépés felett"
2596
 
2597
+ #: ../admin/social_login.php:1077
2598
  msgid "Opt-in text"
2599
  msgstr ""
2600
 
2601
+ #: ../admin/social_login.php:1087
2602
  #, fuzzy
2603
  msgid "Text for the GDPR opt-in"
2604
  msgstr "Disqus Hozzászólás Bekapcsolása"
2605
 
2606
+ #: ../admin/social_login.php:1094
2607
  msgid "Text to link to Terms-Conditions page"
2608
  msgstr ""
2609
 
2610
+ #: ../admin/social_login.php:1104
2611
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2612
  msgstr ""
2613
 
2614
+ #: ../admin/social_login.php:1111
2615
  msgid "Terms-Conditions Url"
2616
  msgstr ""
2617
 
2618
+ #: ../admin/social_login.php:1121
2619
  #, fuzzy
2620
  msgid "Url of the terms-conditions page of your website"
2621
  msgstr "A főoldalad Url-je"
2622
 
2623
+ #: ../admin/social_login.php:1128
2624
  msgid "Text to link to Privacy Policy page"
2625
  msgstr ""
2626
 
2627
+ #: ../admin/social_login.php:1138
2628
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2629
  msgstr ""
2630
 
2631
+ #: ../admin/social_login.php:1145
2632
  msgid "Privacy Policy Url"
2633
  msgstr ""
2634
 
2635
+ #: ../admin/social_login.php:1155
2636
  #, fuzzy
2637
  msgid "Url of the privacy policy page of your website"
2638
  msgstr "A főoldalad Url-je"
2639
 
2640
+ #: ../admin/social_login.php:1206 ../inc/widget.php:260 ../inc/widget.php:438
2641
  #: ../inc/widget.php:602 ../inc/widget.php:750
2642
  msgid "Select"
2643
  msgstr "Válassz"
2644
 
2645
+ #: ../admin/social_login.php:1237
2646
  #, fuzzy
2647
  msgid "Social Login Shortcode & Widget"
2648
  msgstr "Shortcode és Widget"
2649
 
2650
+ #: ../admin/social_login.php:1238
2651
  msgid "Social Linking Shortcode"
2652
  msgstr ""
2653
 
2654
+ #: ../admin/social_login.php:1253
2655
  msgid "Why is social login not working?"
2656
  msgstr ""
2657
 
2658
+ #: ../admin/social_login.php:1254
2659
  msgid ""
2660
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2661
  "belong to the same app"
2662
  msgstr ""
2663
 
2664
+ #: ../admin/social_login.php:1256
2665
  msgid "Social Login not working with Varnish enabled"
2666
  msgstr ""
2667
 
2668
+ #: ../admin/social_login.php:1257
2669
  msgid ""
2670
  "Why the user is not appearing logged in even after Social Login until the "
2671
  "webpage is refreshed manually?"
2810
  msgid "Enable bit.ly url shortener for tweet button"
2811
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
2812
 
2813
+ #: ../admin/like_buttons.php:665
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2814
  #, php-format
2815
  msgid ""
2816
  "Enter the code of the language you want to use to render counters. You can "
2821
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
2822
  "az alapértelmezett (angol) nyelv használatához"
2823
 
2824
+ #: ../admin/like_buttons.php:674
2825
  #, fuzzy
2826
  msgid "Twitter Username"
2827
  msgstr "Twitter felhasználónév a megosztásban"
2828
 
2829
+ #: ../admin/like_buttons.php:679
2830
  #, fuzzy
2831
  msgid "Twitter username for Tweet (without @)"
2832
  msgstr "Twitter felhasználónév (@ nélkül)"
2833
 
2834
+ #: ../admin/like_buttons.php:689
2835
  msgid ""
2836
  "Provided username will be appended after the content being tweeted as \"via "
2837
  "@USERNAME\". Leave empty if you do not want any username."
2839
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2840
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2841
 
2842
+ #: ../admin/like_buttons.php:697
2843
  #, fuzzy
2844
  msgid "Twitter username for Buffer sharing (without @)"
2845
  msgstr "Twitter felhasználónév (@ nélkül)"
2846
 
2847
+ #: ../admin/like_buttons.php:707
2848
  #, fuzzy
2849
  msgid ""
2850
  "Provided username will be appended after the content in Buffer sharing as "
2853
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2854
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2855
 
2856
+ #: ../admin/like_buttons.php:753
2857
  #, fuzzy
2858
  msgid "Like Buttons Shortcode & Widget"
2859
  msgstr "Shortcode és Widget"
2882
  msgid "Archives"
2883
  msgstr "Kategória Archívum"
2884
 
2885
+ #: ../inc/social_sharing.php:942 ../inc/social_sharing.php:1180
2886
  msgid "Invalid request"
2887
  msgstr "Hibás kérés"
2888
 
2889
+ #: ../inc/social_sharing.php:949
2890
  msgid "Providers not selected"
2891
  msgstr "Nincs kiválasztott szolgáltató"
2892
 
2893
+ #: ../inc/social_login.php:747
2894
  msgid "Email"
2895
  msgstr "Email"
2896
 
2897
+ #: ../inc/social_login.php:748
2898
  msgid "Confirm email"
2899
  msgstr ""
2900
 
2901
+ #: ../inc/social_login.php:750
2902
  msgid "Save"
2903
  msgstr ""
2904
 
2905
+ #: ../inc/social_login.php:751
2906
  msgid "Cancel"
2907
  msgstr ""
2908
 
2909
+ #: ../inc/social_login.php:825
2910
  #, fuzzy
2911
  msgid "Email Verification"
2912
  msgstr "E-mail ellenőrzés bekapcsolása"
2913
 
2914
+ #: ../inc/social_login.php:827
2915
  msgid ""
2916
  "Please click on the following link or paste it in browser to verify your "
2917
  "email"
3193
  msgid "RSS Feed URL:"
3194
  msgstr ""
3195
 
3196
+ #, fuzzy
3197
+ #~ msgid ""
3198
+ #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
3199
+ #~ msgstr ""
3200
+ #~ "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a "
3201
+ #~ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
3202
+ #~ "Twitter API Key beszerzéshez"
3203
+
3204
+ #~ msgid "bit.ly API Key"
3205
+ #~ msgstr "bit.ly API Key"
3206
+
3207
+ #, fuzzy
3208
+ #~ msgid ""
3209
+ #~ "Paste following url in <strong>Website URL</strong> option mentioned at "
3210
+ #~ "the link"
3211
+ #~ msgstr ""
3212
+ #~ "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a "
3213
+ #~ "fenti linken"
3214
+
3215
+ #~ msgid "bit.ly username"
3216
+ #~ msgstr "bit.ly felhasználónév"
3217
+
3218
+ #~ msgid ""
3219
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3220
+ #~ "\"_blank\">this link</a> to get bit.ly username"
3221
+ #~ msgstr ""
3222
+ #~ "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target="
3223
+ #~ "\"_blank\">ezt a linket</a> a bit.ly felhasználói név megtekintéséhez"
3224
+
3225
+ #~ msgid ""
3226
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3227
+ #~ "\"_blank\">this link</a> to get your API key"
3228
+ #~ msgstr ""
3229
+ #~ "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target="
3230
+ #~ "\"_blank\">ezt a linket</a> a bit.ly API Key beszerzéséhez"
3231
+
3232
  #~ msgid "Xing"
3233
  #~ msgstr "Xing"
3234
 
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: 2020-06-26 12:29+0530\n"
6
- "PO-Revision-Date: 2020-06-26 12:29+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"
@@ -16,19 +16,19 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:475
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:479 ../super_socializer.php:493
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:489
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:663
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -37,7 +37,7 @@ msgstr ""
37
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
38
  "questo, potrebbe essere necessario contattare l'amministratore del server."
39
 
40
- #: ../super_socializer.php:691
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
48
  "3 %s)"
49
 
50
- #: ../super_socializer.php:694
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,7 +57,7 @@ msgstr ""
57
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
58
  "3 %s)"
59
 
60
- #: ../super_socializer.php:697
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
@@ -65,69 +65,69 @@ msgstr ""
65
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
66
  "questo, potrebbe essere necessario contattare l'amministratore del server."
67
 
68
- #: ../super_socializer.php:879 ../helper.php:968
69
  msgid "Please verify your email address to login."
70
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
71
 
72
- #: ../super_socializer.php:879
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr ""
75
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
76
  "account"
77
 
78
- #: ../super_socializer.php:883
79
  msgid "Notification"
80
  msgstr "Notifiche"
81
 
82
- #: ../super_socializer.php:901 ../admin/social_login.php:758
83
  msgid "Email required"
84
  msgstr "Email Obbligatoria"
85
 
86
- #: ../super_socializer.php:904
87
  msgid "Please check your email inbox to complete the registration."
88
  msgstr ""
89
  "Per favore, per completare la registrazione, controlla la tua casella di "
90
  "posta elettronica."
91
 
92
- #: ../super_socializer.php:982
93
  msgid "Leave a reply"
94
  msgstr "Lascia un commento"
95
 
96
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
97
  msgid "Shares"
98
  msgstr "Shares"
99
 
100
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
101
  msgid "Share"
102
  msgstr "Share"
103
 
104
- #: ../super_socializer.php:998
105
  #, fuzzy
106
  msgid "Link copied."
107
  msgstr "LinkedIn"
108
 
109
- #: ../super_socializer.php:1244
110
  msgid "Super Socializer - General Options"
111
  msgstr "Super Socializer - Opzioni"
112
 
113
- #: ../super_socializer.php:1244 ../admin/general_options.php:15
114
  #: ../admin/social_commenting.php:47
115
  msgid "General Options"
116
  msgstr "Opzioni Generali"
117
 
118
- #: ../super_socializer.php:1312 ../helper.php:890
119
  msgid "Social Avatar"
120
  msgstr "Social Avatar"
121
 
122
- #: ../super_socializer.php:1315
123
  msgid "Small Avatar Url"
124
  msgstr "Url Avatar Piccolo"
125
 
126
- #: ../super_socializer.php:1319
127
  msgid "Large Avatar Url"
128
  msgstr "URL Avatar Grande"
129
 
130
- #: ../super_socializer.php:1323 ../helper.php:893
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
@@ -135,80 +135,97 @@ msgstr ""
135
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
136
  "social avatar dal mio profilo."
137
 
138
- #: ../super_socializer.php:1327 ../helper.php:894
139
  msgid "Update social avatar, next time I Social Login"
140
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
141
 
142
- #: ../super_socializer.php:1404
143
  msgid "Login with your Social ID"
144
  msgstr "Login con il tuo ID Social"
145
 
146
- #: ../super_socializer.php:1405
147
  msgid "Email you entered is already registered or invalid"
148
  msgstr "La email inserita è già registrata o non è valida"
149
 
150
- #: ../super_socializer.php:1410
151
  msgid "Please enter a valid email address. You might be required to verify it"
152
  msgstr ""
153
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
154
  "una verifica"
155
 
156
- #: ../super_socializer.php:1414 ../super_socializer.php:2072
157
  msgid "Link your social account to login to your account at this website"
158
  msgstr ""
159
  "Collega il tuo social account per accedere al tuo account su questo sito"
160
 
161
- #: ../super_socializer.php:1653
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:1655
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1666
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1675
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1684
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1693
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1702
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1713
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:1728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:1752
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -216,14 +233,14 @@ msgid ""
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1752 ../super_socializer.php:1777
220
- #: ../super_socializer.php:1802 ../super_socializer.php:1827
221
- #: ../super_socializer.php:1860 ../super_socializer.php:1888
222
- #: ../super_socializer.php:1915
223
  msgid "Okay"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1777
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -231,7 +248,7 @@ msgid ""
231
  "\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1802
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -239,7 +256,7 @@ msgid ""
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1827
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -247,13 +264,13 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1838
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:1860
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -261,7 +278,7 @@ msgid ""
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1888
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -270,7 +287,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:1915
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -278,7 +295,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1940
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -286,11 +303,11 @@ msgid ""
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1940 ../super_socializer.php:1967
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
- #: ../super_socializer.php:1966
294
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -299,7 +316,7 @@ msgid ""
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
- #: ../super_socializer.php:2148
303
  msgid ""
304
  "Your browser is blocking some features of this website. Please follow the "
305
  "instructions at {support_url} to unblock these."
@@ -334,103 +351,103 @@ msgstr ""
334
  msgid "Settings"
335
  msgstr "Configurazioni"
336
 
337
- #: ../helper.php:542
338
  msgid "Account linked successfully"
339
  msgstr "Account collegato correttamente"
340
 
341
- #: ../helper.php:546
342
  msgid "Account already exists or linked"
343
  msgstr "Account esistente o già collegato"
344
 
345
- #: ../helper.php:582 ../helper.php:584
346
  #, fuzzy
347
  msgid "Login with"
348
  msgstr "Opzioni di Login"
349
 
350
- #: ../helper.php:619 ../helper.php:625
351
  msgid "Currently"
352
  msgstr "Attualmente"
353
 
354
- #: ../helper.php:619 ../helper.php:625
355
  msgid "Connected with"
356
  msgstr "Connesso con"
357
 
358
- #: ../helper.php:619 ../helper.php:625
359
  msgid "Remove"
360
  msgstr "rimuovere"
361
 
362
- #: ../helper.php:696
363
  msgid "Social Account Linking"
364
  msgstr "Collegamento Social Account"
365
 
366
- #: ../helper.php:746
367
  msgid "Disable Standard Social Sharing on this "
368
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
369
 
370
- #: ../helper.php:751
371
  msgid "Disable Floating Social Sharing on this "
372
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
373
 
374
- #: ../helper.php:756
375
  msgid "Disable Standard like buttons on this "
376
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
377
 
378
- #: ../helper.php:761
379
  msgid "Disable Floating like buttons on this "
380
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
381
 
382
- #: ../helper.php:766
383
  msgid "Disable Social Commenting on this "
384
  msgstr "Disabilita Social Commenting"
385
 
386
- #: ../helper.php:775
387
  msgid "Standard Sharing Interface"
388
  msgstr "Interfaccia Sharing Standard"
389
 
390
- #: ../helper.php:781 ../helper.php:800
391
  msgid "Starting share count for "
392
  msgstr "Avvio share count per"
393
 
394
- #: ../helper.php:794
395
  msgid "Floating Sharing Interface"
396
  msgstr "Interfaccia Sharing Floating"
397
 
398
- #: ../helper.php:897
399
  msgid "Small Avatar"
400
  msgstr "Avatar Piccolo"
401
 
402
- #: ../helper.php:901
403
  msgid "Large Avatar"
404
  msgstr "Avatar Grande"
405
 
406
- #: ../helper.php:905 ../admin/general_options.php:92
407
- #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
408
- #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
409
  msgid "Save Changes"
410
  msgstr "Salva le modifiche"
411
 
412
- #: ../helper.php:1005
413
  msgid "Click to delete social profile data"
414
  msgstr ""
415
 
416
- #: ../helper.php:1034
417
  #, fuzzy
418
  msgid "Deleting"
419
  msgstr "Configurazioni"
420
 
421
- #: ../helper.php:1044
422
  msgid "Deleted"
423
  msgstr ""
424
 
425
- #: ../helper.php:1046
426
  msgid "Something bad happened"
427
  msgstr ""
428
 
429
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
430
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
431
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
432
- #: ../admin/social_login.php:5 ../admin/social_login.php:1252
433
- #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
434
  #, fuzzy, php-format
435
  msgid ""
436
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -483,16 +500,16 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
483
  msgstr ""
484
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
485
 
486
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
487
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
488
- #: ../admin/like_buttons.php:809
489
  #, fuzzy
490
  msgid "Instagram Shoutout"
491
  msgstr "Instagram"
492
 
493
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
494
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
495
- #: ../admin/like_buttons.php:811
496
  msgid ""
497
  "If you can send (to hello@heateor.com) how this plugin is helping your "
498
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -600,7 +617,7 @@ msgstr "Controllo Principale per abilitare Social Sharing"
600
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
601
  msgstr ""
602
 
603
- #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1926
604
  msgid ""
605
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
606
  "Facebook share count to work"
@@ -627,10 +644,10 @@ msgstr "Miscellanea"
627
  msgid "3rd Party Integration"
628
  msgstr "XProfile Integration"
629
 
630
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
631
- #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
632
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
633
- #: ../admin/like_buttons.php:770
634
  msgid "Shortcode & Widget"
635
  msgstr "Shortcode & Widget"
636
 
@@ -638,10 +655,10 @@ msgstr "Shortcode & Widget"
638
  msgid "Troubleshooter"
639
  msgstr "Risoluzione dei problemi"
640
 
641
- #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
642
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
643
- #: ../admin/social_login.php:46 ../admin/social_login.php:1228
644
- #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
645
  msgid "FAQ"
646
  msgstr "FAQ"
647
 
@@ -875,8 +892,8 @@ msgstr "Url personalizzata"
875
  msgid "Url to share"
876
  msgstr "Url da condividere"
877
 
878
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
879
- #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
880
  #: ../inc/widget.php:945
881
  msgid "Title"
882
  msgstr "Titolo"
@@ -963,7 +980,7 @@ msgid "Placement"
963
  msgstr "Collocazione"
964
 
965
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
966
- #: ../admin/social_login.php:816 ../admin/social_login.php:845
967
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
968
  msgid "Homepage"
969
  msgstr "Homepage"
@@ -1285,31 +1302,28 @@ msgid "Master control to enable bit.ly url shortening for sharing"
1285
  msgstr ""
1286
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1287
 
1288
- #: ../admin/social_sharing.php:1659
1289
- msgid "bit.ly Login"
1290
- msgstr "bit.ly Login"
1291
-
1292
- #: ../admin/social_sharing.php:1669 ../admin/social_sharing.php:1687
1293
- #, fuzzy, php-format
1294
- msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1295
  msgstr ""
1296
- "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter "
1297
- "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1298
- "\"_blank\">questa pagina</a>"
1299
 
1300
- #: ../admin/social_sharing.php:1677 ../admin/like_buttons.php:631
1301
- msgid "bit.ly API Key"
1302
- msgstr "bit.ly API Key"
 
 
 
 
 
1303
 
1304
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:649
1305
  msgid "Clear Bitly Cache"
1306
  msgstr "Cancella Bitly Cache"
1307
 
1308
- #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:653
1309
  msgid "ShortUrl cache cleared successfully."
1310
  msgstr "ShortUrl cache cancellata correttamente"
1311
 
1312
- #: ../admin/social_sharing.php:1706 ../admin/like_buttons.php:660
1313
  msgid ""
1314
  "Use this to delete short urls saved in database. Handy, if urls of your "
1315
  "website have been changed but short urls are still being generated for old "
@@ -1319,31 +1333,31 @@ msgstr ""
1319
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1320
  "sono ancora in uso per i vecchi URL."
1321
 
1322
- #: ../admin/social_sharing.php:1715
1323
  msgid "Share Count Cache"
1324
  msgstr "Share Count Cache"
1325
 
1326
- #: ../admin/social_sharing.php:1720
1327
  msgid "Refresh Share Count cache every"
1328
  msgstr "Aggiorna cache ogni"
1329
 
1330
- #: ../admin/social_sharing.php:1725
1331
  msgid "Second(s)"
1332
  msgstr "Secondo(i)"
1333
 
1334
- #: ../admin/social_sharing.php:1726
1335
  msgid "Minute(s)"
1336
  msgstr "Minuto(i)"
1337
 
1338
- #: ../admin/social_sharing.php:1727
1339
  msgid "Hour(s)"
1340
  msgstr "Ora(e)"
1341
 
1342
- #: ../admin/social_sharing.php:1728
1343
  msgid "Day(s)"
1344
  msgstr "Giorno(i)"
1345
 
1346
- #: ../admin/social_sharing.php:1736
1347
  #, fuzzy, php-format
1348
  msgid ""
1349
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1353,25 +1367,25 @@ msgstr ""
1353
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1354
  "rallentare il caricamento delle pagine."
1355
 
1356
- #: ../admin/social_sharing.php:1743
1357
  msgid "Clear Share Counts Cache"
1358
  msgstr "Cancella Share Counts Cache"
1359
 
1360
- #: ../admin/social_sharing.php:1747
1361
  msgid "Share Counts cache cleared successfully."
1362
  msgstr "Share Counts cache cancellata correttamente"
1363
 
1364
- #: ../admin/social_sharing.php:1754
1365
  msgid "Use this to clear cached share counts"
1366
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1367
 
1368
- #: ../admin/social_sharing.php:1763 ../admin/social_sharing.php:1768
1369
- #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:669
1370
- #: ../admin/like_buttons.php:674
1371
  msgid "Language"
1372
  msgstr "Lingua"
1373
 
1374
- #: ../admin/social_sharing.php:1778
1375
  #, php-format
1376
  msgid ""
1377
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1383,15 +1397,15 @@ msgstr ""
1383
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1384
  "predefinita"
1385
 
1386
- #: ../admin/social_sharing.php:1787
1387
  msgid "Username in sharing"
1388
  msgstr "Username in sharing"
1389
 
1390
- #: ../admin/social_sharing.php:1792
1391
  msgid "Twitter username (without @)"
1392
  msgstr "Username Twitter (senza @)"
1393
 
1394
- #: ../admin/social_sharing.php:1802 ../admin/social_sharing.php:1820
1395
  msgid ""
1396
  "Provided username will be appended after the content being shared as \"via "
1397
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1400,36 +1414,36 @@ msgstr ""
1400
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1401
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1402
 
1403
- #: ../admin/social_sharing.php:1810
1404
  msgid "Buffer username (without @)"
1405
  msgstr "Username Buffer (senza @)"
1406
 
1407
- #: ../admin/social_sharing.php:1829
1408
  msgid "AMP"
1409
  msgstr "AMP"
1410
 
1411
- #: ../admin/social_sharing.php:1834
1412
  msgid "Enable sharing on AMP pages"
1413
  msgstr "Abilita sharing nelle pagine di AMP"
1414
 
1415
- #: ../admin/social_sharing.php:1844
1416
  msgid "Enable this option to render sharing icons on AMP pages"
1417
  msgstr ""
1418
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1419
 
1420
- #: ../admin/social_sharing.php:1863 ../admin/like_buttons.php:745
1421
  msgid "myCRED"
1422
  msgstr ""
1423
 
1424
- #: ../admin/social_sharing.php:1868 ../admin/like_buttons.php:750
1425
  msgid "Append myCRED referral ID to the urls being shared"
1426
  msgstr ""
1427
 
1428
- #: ../admin/social_sharing.php:1901
1429
  msgid "Facebook Sharing Troubleshooter"
1430
  msgstr "Risoluzione dei problemi Facebook Sharing"
1431
 
1432
- #: ../admin/social_sharing.php:1906
1433
  #, fuzzy
1434
  msgid ""
1435
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1441,14 +1455,14 @@ msgstr ""
1441
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1442
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1443
 
1444
- #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1445
- #: ../admin/social_login.php:1230
1446
  msgid ""
1447
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1448
  "an online website for the plugin to function properly."
1449
  msgstr ""
1450
 
1451
- #: ../admin/social_sharing.php:1924
1452
  msgid ""
1453
  "Why is sharer not showing the correct image, title and other meta tags "
1454
  "content?"
@@ -1456,16 +1470,16 @@ msgstr ""
1456
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1457
  "altri contenuti meta tag?"
1458
 
1459
- #: ../admin/social_sharing.php:1925
1460
  #, fuzzy
1461
  msgid "Why is Facebook share count not working?"
1462
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1463
 
1464
- #: ../admin/social_sharing.php:1928
1465
  msgid "Why is Instagram icon redirecting to Instagram website?"
1466
  msgstr ""
1467
 
1468
- #: ../admin/social_sharing.php:1929
1469
  msgid ""
1470
  "Instagram icon is there to send website visitors to the Instagram page of "
1471
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1473,48 +1487,48 @@ msgid ""
1473
  "sections."
1474
  msgstr ""
1475
 
1476
- #: ../admin/social_sharing.php:1932
1477
  #, fuzzy
1478
  msgid "How to customize the url being shared?"
1479
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1480
 
1481
- #: ../admin/social_sharing.php:1933
1482
  msgid ""
1483
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1484
  msgstr ""
1485
 
1486
- #: ../admin/social_sharing.php:1934
1487
  msgid ""
1488
  "It takes some time for their service to track the shares made on Twitter "
1489
  "from your website. If you still feel it's taking too long you can contact "
1490
  "their support directly from their website."
1491
  msgstr ""
1492
 
1493
- #: ../admin/social_sharing.php:1936 ../admin/like_buttons.php:787
1494
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1495
  msgstr ""
1496
 
1497
- #: ../admin/social_sharing.php:1937
1498
  msgid ""
1499
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1500
  msgstr ""
1501
 
1502
- #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1503
- #: ../admin/social_login.php:1237
1504
  msgid "Why is my browser blocking some features of the plugin?"
1505
  msgstr ""
1506
 
1507
- #: ../admin/social_sharing.php:1939
1508
  #, fuzzy
1509
  msgid "Why the color of share icons is not being updated?"
1510
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1511
 
1512
- #: ../admin/social_sharing.php:1940
1513
  #, fuzzy
1514
  msgid "Why Facebook share counts are not appearing?"
1515
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1516
 
1517
- #: ../admin/social_sharing.php:1941
1518
  msgid ""
1519
  "How can I show share counts of my website rather than of individual pages/"
1520
  "posts?"
@@ -1522,52 +1536,52 @@ msgstr ""
1522
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1523
  "pagine/post?"
1524
 
1525
- #: ../admin/social_sharing.php:1942
1526
  msgid "How can I disable sharing on particular page/post?"
1527
  msgstr ""
1528
  "Come è possibile disattivare la condivisione di una pagina/post in "
1529
  "particolare?"
1530
 
1531
- #: ../admin/social_sharing.php:1943
1532
  msgid "How can I specify minimum sharing count for sharing networks?"
1533
  msgstr ""
1534
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1535
  "di reti?"
1536
 
1537
- #: ../admin/social_sharing.php:1944
1538
  msgid "How to share specific page?"
1539
  msgstr "Come posso condividere la pagina specifica?"
1540
 
1541
- #: ../admin/social_sharing.php:1945
1542
  msgid "How to integrate Google Analytics with sharing?"
1543
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1544
 
1545
- #: ../admin/social_sharing.php:1946
1546
  msgid "How to customize the look of total share counts?"
1547
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1548
 
1549
- #: ../admin/social_sharing.php:1947
1550
  msgid "How to customize the look of individual share counts?"
1551
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1552
 
1553
- #: ../admin/social_sharing.php:1948
1554
  msgid "How to show Whatsapp icon only on mobile devices?"
1555
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1556
 
1557
- #: ../admin/social_sharing.php:1949
1558
  msgid "How to hide arrow after floating sharing bar?"
1559
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1560
 
1561
- #: ../admin/social_sharing.php:1950
1562
  #, fuzzy
1563
  msgid "Why is share count not getting updated?"
1564
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1565
 
1566
- #: ../admin/social_sharing.php:1951 ../admin/like_buttons.php:785
1567
  msgid "Why is there so much space between like buttons?"
1568
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1569
 
1570
- #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:786
1571
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1572
  msgstr ""
1573
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
@@ -1823,11 +1837,11 @@ msgstr "Configurazione di Base"
1823
  msgid "Advanced Configuration"
1824
  msgstr "Configurazione Avanzata"
1825
 
1826
- #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1827
  msgid "GDPR"
1828
  msgstr ""
1829
 
1830
- #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1831
  msgid "XProfile Integration"
1832
  msgstr "XProfile Integration"
1833
 
@@ -1956,7 +1970,7 @@ msgstr ""
1956
  "indicato"
1957
 
1958
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1959
- #: ../admin/social_login.php:400 ../admin/social_login.php:420
1960
  #, fuzzy
1961
  msgid ""
1962
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2088,33 +2102,49 @@ msgid "Vkontakte Secure key"
2088
  msgstr "Vkontakte"
2089
 
2090
  #: ../admin/social_login.php:368
2091
- msgid "Instagram Client ID"
 
2092
  msgstr "Instagram Client ID"
2093
 
2094
  #: ../admin/social_login.php:378
2095
- #, php-format
2096
  msgid ""
2097
  "Required for Instagram Social Login to work. Please follow the documentation "
2098
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
2099
  msgstr ""
2100
  "Necessario per far funzionare Instagram Social Login. Per ottenere "
2101
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2102
  "\" target=\"_blank\">questo collegamento</a>"
2103
 
2104
- #: ../admin/social_login.php:380
2105
  #, fuzzy
2106
  msgid ""
2107
- "Paste following url in <strong>Website URL</strong> option mentioned at the "
2108
- "link"
2109
  msgstr ""
2110
- "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
2111
  "indicato"
2112
 
2113
  #: ../admin/social_login.php:389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2114
  msgid "Line Channel ID"
2115
  msgstr ""
2116
 
2117
- #: ../admin/social_login.php:398
2118
  #, fuzzy, php-format
2119
  msgid ""
2120
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2124,12 +2154,12 @@ msgstr ""
2124
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2125
  "target=\"_blank\">questo collegamento</a>"
2126
 
2127
- #: ../admin/social_login.php:409
2128
  #, fuzzy
2129
  msgid "Line Channel Secret"
2130
  msgstr "LinkedIn"
2131
 
2132
- #: ../admin/social_login.php:418
2133
  #, fuzzy, php-format
2134
  msgid ""
2135
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2139,12 +2169,12 @@ msgstr ""
2139
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2140
  "target=\"_blank\">questo collegamento</a>"
2141
 
2142
- #: ../admin/social_login.php:429
2143
  #, fuzzy
2144
  msgid "Microsoft Client ID"
2145
  msgstr "Google+ Client ID"
2146
 
2147
- #: ../admin/social_login.php:438
2148
  #, fuzzy, php-format
2149
  msgid ""
2150
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2154,7 +2184,7 @@ msgstr ""
2154
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2155
  "target=\"_blank\">questo collegamento</a>"
2156
 
2157
- #: ../admin/social_login.php:440 ../admin/social_login.php:460
2158
  #, fuzzy
2159
  msgid ""
2160
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2163,12 +2193,12 @@ msgstr ""
2163
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2164
  "indicato"
2165
 
2166
- #: ../admin/social_login.php:449
2167
  #, fuzzy
2168
  msgid "Microsoft Client Secret"
2169
  msgstr "Google+ Client ID"
2170
 
2171
- #: ../admin/social_login.php:458
2172
  #, fuzzy, php-format
2173
  msgid ""
2174
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2179,12 +2209,12 @@ msgstr ""
2179
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2180
  "target=\"_blank\">questo collegamento</a>"
2181
 
2182
- #: ../admin/social_login.php:468
2183
  #, fuzzy
2184
  msgid "Steam API Key"
2185
  msgstr "Twitter API Key"
2186
 
2187
- #: ../admin/social_login.php:477
2188
  #, fuzzy, php-format
2189
  msgid ""
2190
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2194,54 +2224,54 @@ msgstr ""
2194
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2195
  "\"_blank\">questa pagina</a>"
2196
 
2197
- #: ../admin/social_login.php:478
2198
  #, fuzzy
2199
  msgid "Save following <strong>domain</strong> to get the key"
2200
  msgstr ""
2201
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2202
  "link indicato"
2203
 
2204
- #: ../admin/social_login.php:494
2205
  msgid "Social Login Options"
2206
  msgstr "Opzioni"
2207
 
2208
- #: ../admin/social_login.php:509
2209
  msgid "Text to display above the Social Login interface"
2210
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2211
 
2212
- #: ../admin/social_login.php:517
2213
  msgid "Trigger social login in the same browser tab"
2214
  msgstr ""
2215
 
2216
- #: ../admin/social_login.php:527
2217
  msgid "Trigger social login in the same browser tab instead of a popup window"
2218
  msgstr ""
2219
 
2220
- #: ../admin/social_login.php:534
2221
  #, fuzzy
2222
  msgid "Center align icons"
2223
  msgstr "Riorganizza le icone"
2224
 
2225
- #: ../admin/social_login.php:544
2226
  #, fuzzy
2227
  msgid "Center align social login icons"
2228
  msgstr "Opzioni"
2229
 
2230
- #: ../admin/social_login.php:551
2231
  msgid "Enable at login page"
2232
  msgstr "Attiva nella pagina di Login"
2233
 
2234
- #: ../admin/social_login.php:561
2235
  msgid ""
2236
  "Social Login interface will get enabled at the login page of your website"
2237
  msgstr ""
2238
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2239
 
2240
- #: ../admin/social_login.php:568
2241
  msgid "Enable at register page"
2242
  msgstr "Abilita nella pagina di registrazione"
2243
 
2244
- #: ../admin/social_login.php:578
2245
  msgid ""
2246
  "Social Login interface will get enabled at the registration page of your "
2247
  "website"
@@ -2249,19 +2279,19 @@ msgstr ""
2249
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2250
  "sito web"
2251
 
2252
- #: ../admin/social_login.php:585
2253
  msgid "Enable at comment form"
2254
  msgstr "Attiva nel form dei commenti"
2255
 
2256
- #: ../admin/social_login.php:595
2257
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2258
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2259
 
2260
- #: ../admin/social_login.php:609
2261
  msgid "Enable before WooCommerce Customer Login Form"
2262
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2263
 
2264
- #: ../admin/social_login.php:619
2265
  msgid ""
2266
  "Social Login Interface will get enabled before the customer login form at "
2267
  "WooCommerce My Account page"
@@ -2269,12 +2299,12 @@ msgstr ""
2269
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2270
  "Woocommerce, prima del Form di Login."
2271
 
2272
- #: ../admin/social_login.php:626
2273
  #, fuzzy
2274
  msgid "Enable at WooCommerce Customer Login Form"
2275
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2276
 
2277
- #: ../admin/social_login.php:636
2278
  #, fuzzy
2279
  msgid ""
2280
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2283,12 +2313,12 @@ msgstr ""
2283
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2284
  "Woocommerce, dopo il Form di Login."
2285
 
2286
- #: ../admin/social_login.php:643
2287
  #, fuzzy
2288
  msgid "Enable at WooCommerce Customer Register Form"
2289
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2290
 
2291
- #: ../admin/social_login.php:653
2292
  #, fuzzy
2293
  msgid ""
2294
  "Integrate Social Login Interface with the customer register form at "
@@ -2297,21 +2327,21 @@ msgstr ""
2297
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2298
  "Woocommerce, dopo il Form di Login."
2299
 
2300
- #: ../admin/social_login.php:660
2301
  msgid "Enable at WooCommerce checkout page"
2302
  msgstr "Abilita nella pagina checkout di WooCommerce"
2303
 
2304
- #: ../admin/social_login.php:670
2305
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2306
  msgstr ""
2307
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2308
  "Woocommerce"
2309
 
2310
- #: ../admin/social_login.php:680
2311
  msgid "Auto-approve comments made by Social Login users"
2312
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2313
 
2314
- #: ../admin/social_login.php:690
2315
  msgid ""
2316
  "If this option is enabled, and WordPress comment is made by Social Login "
2317
  "user, comment will get approved immediately without keeping in moderation."
@@ -2320,15 +2350,15 @@ msgstr ""
2320
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2321
  "immediatamente senza nessuna possibilitá di moderazione."
2322
 
2323
- #: ../admin/social_login.php:691
2324
  msgid "Note: This is not related to Facebook comments"
2325
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2326
 
2327
- #: ../admin/social_login.php:700
2328
  msgid "Enable social avatar"
2329
  msgstr "Abilita Avatar"
2330
 
2331
- #: ../admin/social_login.php:710
2332
  msgid ""
2333
  "Social profile pictures of the logged in user will be displayed as profile "
2334
  "avatar"
@@ -2336,30 +2366,30 @@ msgstr ""
2336
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2337
  "avatar del profilo sul tuo sito"
2338
 
2339
- #: ../admin/social_login.php:719
2340
  msgid "Avatar quality"
2341
  msgstr "Qualità Avatar"
2342
 
2343
- #: ../admin/social_login.php:722
2344
  msgid "Average"
2345
  msgstr "Media"
2346
 
2347
- #: ../admin/social_login.php:723
2348
  msgid "Best"
2349
  msgstr "Migliore"
2350
 
2351
- #: ../admin/social_login.php:730
2352
  msgid "Choose avatar quality"
2353
  msgstr "Scelta qualità Avatar"
2354
 
2355
- #: ../admin/social_login.php:738
2356
  msgid ""
2357
  "Show option for users to update social avatar at BuddyPress profile page"
2358
  msgstr ""
2359
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2360
  "profilo BuddyPress"
2361
 
2362
- #: ../admin/social_login.php:748
2363
  msgid ""
2364
  "If enabled, users would be able to update their social avatar from \"Profile "
2365
  "photo\" section in BuddyPress profile at front-end"
@@ -2367,7 +2397,7 @@ msgstr ""
2367
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2368
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2369
 
2370
- #: ../admin/social_login.php:768
2371
  msgid ""
2372
  "If enabled and Social ID provider does not provide user's email address on "
2373
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2378,13 +2408,13 @@ msgstr ""
2378
  "completare questa informazione. In caso contrario, sará generata una email "
2379
  "fittizia"
2380
 
2381
- #: ../admin/social_login.php:776
2382
  msgid "Send post-registration email to user to set account password"
2383
  msgstr ""
2384
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2385
  "password"
2386
 
2387
- #: ../admin/social_login.php:786
2388
  msgid ""
2389
  "If enabled, an email will be sent to user after registration through Social "
2390
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2394,11 +2424,11 @@ msgstr ""
2394
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2395
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2396
 
2397
- #: ../admin/social_login.php:793
2398
  msgid "Send new user registration notification email to admin"
2399
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2400
 
2401
- #: ../admin/social_login.php:803
2402
  msgid ""
2403
  "If enabled, an email will be sent to admin after new user registers through "
2404
  "Social Login, notifying admin about the new user registration"
@@ -2407,40 +2437,40 @@ msgstr ""
2407
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2408
  "registrazione"
2409
 
2410
- #: ../admin/social_login.php:810
2411
  msgid "Login redirection"
2412
  msgstr "Reindirizzamento Login"
2413
 
2414
- #: ../admin/social_login.php:814
2415
  msgid "Same page where user logged in"
2416
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2417
 
2418
- #: ../admin/social_login.php:818 ../admin/social_login.php:847
2419
  msgid "Account dashboard"
2420
  msgstr "Pannello Account"
2421
 
2422
- #: ../admin/social_login.php:821 ../admin/social_login.php:850
2423
  msgid "BuddyPress profile page"
2424
  msgstr "Pagina di profilo BuddyPress"
2425
 
2426
- #: ../admin/social_login.php:824 ../admin/social_login.php:853
2427
  msgid "Custom Url"
2428
  msgstr "Url personalizzata"
2429
 
2430
- #: ../admin/social_login.php:832
2431
  msgid "User will be redirected to the selected page after Social Login"
2432
  msgstr ""
2433
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2434
 
2435
- #: ../admin/social_login.php:839
2436
  msgid "Registration redirection"
2437
  msgstr "Reindirizzamento Registratione"
2438
 
2439
- #: ../admin/social_login.php:843
2440
  msgid "Same page from where user registered"
2441
  msgstr "La stessa pagina dove l'utente si è registrato"
2442
 
2443
- #: ../admin/social_login.php:861
2444
  msgid ""
2445
  "User will be redirected to the selected page after registration (first "
2446
  "Social Login) through Social Login"
@@ -2448,24 +2478,24 @@ msgstr ""
2448
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2449
  "(il primo Social Login) tramite il Social Login"
2450
 
2451
- #: ../admin/social_login.php:870
2452
  #, fuzzy
2453
  msgid "Social Account Linking Options"
2454
  msgstr "Collegamento Social Account"
2455
 
2456
- #: ../admin/social_login.php:885
2457
  #, fuzzy
2458
  msgid "Text to display above the Social Account Linking interface"
2459
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2460
 
2461
- #: ../admin/social_login.php:892
2462
  #, fuzzy
2463
  msgid ""
2464
  "Link social account to already existing account, if email address matches"
2465
  msgstr ""
2466
  "Collega il tuo social account per accedere al tuo account su questo sito"
2467
 
2468
- #: ../admin/social_login.php:902
2469
  msgid ""
2470
  "If email address of the user's Social Account matches with an already "
2471
  "existing account at your website, that social account will be linked to "
@@ -2473,11 +2503,11 @@ msgid ""
2473
  "Linking interface at their profile page."
2474
  msgstr ""
2475
 
2476
- #: ../admin/social_login.php:910
2477
  msgid "Enable social account linking at BuddyPress profile page"
2478
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2479
 
2480
- #: ../admin/social_login.php:920
2481
  msgid ""
2482
  "Enable this option to show social account linking interface at BuddyPress "
2483
  "profile page"
@@ -2485,15 +2515,15 @@ msgstr ""
2485
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2486
  "nella pagina di profilo BuddyPress"
2487
 
2488
- #: ../admin/social_login.php:931
2489
  msgid "Email popup options"
2490
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2491
 
2492
- #: ../admin/social_login.php:936
2493
  msgid "Text on 'Email required' popup"
2494
  msgstr "Testo del pop-up"
2495
 
2496
- #: ../admin/social_login.php:946
2497
  msgid ""
2498
  "This text will be displayed on email required popup. Leave empty if not "
2499
  "required."
@@ -2501,11 +2531,11 @@ msgstr ""
2501
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2502
  "bianco se non si vuole utilizzare."
2503
 
2504
- #: ../admin/social_login.php:954
2505
  msgid "Error message for 'Email required' popup"
2506
  msgstr "Messaggio d'errore"
2507
 
2508
- #: ../admin/social_login.php:964
2509
  msgid ""
2510
  "This message will be displayed to user if it provides invalid or already "
2511
  "registered email"
@@ -2513,11 +2543,11 @@ msgstr ""
2513
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2514
  "indirizzo email non valido o già registrato."
2515
 
2516
- #: ../admin/social_login.php:972
2517
  msgid "Email popup height"
2518
  msgstr "Altezza pop-up Email"
2519
 
2520
- #: ../admin/social_login.php:982
2521
  msgid ""
2522
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2523
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2527,11 +2557,11 @@ msgstr ""
2527
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2528
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2529
 
2530
- #: ../admin/social_login.php:989
2531
  msgid "Enable email verification"
2532
  msgstr "Abilita verifica email"
2533
 
2534
- #: ../admin/social_login.php:999
2535
  msgid ""
2536
  "If enabled, email provided by the user will be verified by sending a "
2537
  "confirmation link to that email. User would not be able to login without "
@@ -2541,107 +2571,107 @@ msgstr ""
2541
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2542
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2543
 
2544
- #: ../admin/social_login.php:1019
2545
  #, fuzzy
2546
  msgid "Enable GDPR opt-in"
2547
  msgstr "Abilita Disqus Commenting"
2548
 
2549
- #: ../admin/social_login.php:1029
2550
  msgid ""
2551
  "Enable it to show GDPR opt-in for social login and social account linking"
2552
  msgstr ""
2553
 
2554
- #: ../admin/social_login.php:1037
2555
  #, fuzzy
2556
  msgid "Placement of GDPR opt-in"
2557
  msgstr "Abilita Disqus Commenting"
2558
 
2559
- #: ../admin/social_login.php:1041
2560
  #, fuzzy
2561
  msgid "Above Social Login icons"
2562
  msgstr "Opzioni"
2563
 
2564
- #: ../admin/social_login.php:1043
2565
  #, fuzzy
2566
  msgid "Below Social Login icons"
2567
  msgstr "Opzioni"
2568
 
2569
- #: ../admin/social_login.php:1049
2570
  #, fuzzy
2571
  msgid "Placement of GDPR opt-in above or below the social login icons"
2572
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2573
 
2574
- #: ../admin/social_login.php:1056
2575
  msgid "Opt-in text"
2576
  msgstr ""
2577
 
2578
- #: ../admin/social_login.php:1066
2579
  #, fuzzy
2580
  msgid "Text for the GDPR opt-in"
2581
  msgstr "Abilita Disqus Commenting"
2582
 
2583
- #: ../admin/social_login.php:1073
2584
  msgid "Text to link to Terms-Conditions page"
2585
  msgstr ""
2586
 
2587
- #: ../admin/social_login.php:1083
2588
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2589
  msgstr ""
2590
 
2591
- #: ../admin/social_login.php:1090
2592
  msgid "Terms-Conditions Url"
2593
  msgstr ""
2594
 
2595
- #: ../admin/social_login.php:1100
2596
  #, fuzzy
2597
  msgid "Url of the terms-conditions page of your website"
2598
  msgstr "Url della homepage del tuo sito web"
2599
 
2600
- #: ../admin/social_login.php:1107
2601
  msgid "Text to link to Privacy Policy page"
2602
  msgstr ""
2603
 
2604
- #: ../admin/social_login.php:1117
2605
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2606
  msgstr ""
2607
 
2608
- #: ../admin/social_login.php:1124
2609
  msgid "Privacy Policy Url"
2610
  msgstr ""
2611
 
2612
- #: ../admin/social_login.php:1134
2613
  #, fuzzy
2614
  msgid "Url of the privacy policy page of your website"
2615
  msgstr "Url della homepage del tuo sito web"
2616
 
2617
- #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2618
  #: ../inc/widget.php:602 ../inc/widget.php:750
2619
  msgid "Select"
2620
  msgstr "Selezionare"
2621
 
2622
- #: ../admin/social_login.php:1216
2623
  msgid "Social Login Shortcode & Widget"
2624
  msgstr "Shortcode & Widget"
2625
 
2626
- #: ../admin/social_login.php:1217
2627
  msgid "Social Linking Shortcode"
2628
  msgstr "Social Linking Shortcode"
2629
 
2630
- #: ../admin/social_login.php:1232
2631
  msgid "Why is social login not working?"
2632
  msgstr ""
2633
 
2634
- #: ../admin/social_login.php:1233
2635
  msgid ""
2636
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2637
  "belong to the same app"
2638
  msgstr ""
2639
 
2640
- #: ../admin/social_login.php:1235
2641
  msgid "Social Login not working with Varnish enabled"
2642
  msgstr ""
2643
 
2644
- #: ../admin/social_login.php:1236
2645
  msgid ""
2646
  "Why the user is not appearing logged in even after Social Login until the "
2647
  "webpage is refreshed manually?"
@@ -2785,29 +2815,7 @@ msgstr ""
2785
  msgid "Enable bit.ly url shortener for tweet button"
2786
  msgstr "Abilita bit.ly url shortener per pulsante Tweet"
2787
 
2788
- #: ../admin/like_buttons.php:613
2789
- msgid "bit.ly username"
2790
- msgstr "bit.ly username"
2791
-
2792
- #: ../admin/like_buttons.php:623
2793
- #, php-format
2794
- msgid ""
2795
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2796
- "\">this link</a> to get bit.ly username"
2797
- msgstr ""
2798
- "Per ottenere il vostro username accedete al vostro account bit.ly e andate a "
2799
- "<a href=\"%s\" target=\"_blank\">questo link</a>"
2800
-
2801
- #: ../admin/like_buttons.php:641
2802
- #, php-format
2803
- msgid ""
2804
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2805
- "\">this link</a> to get your API key"
2806
- msgstr ""
2807
- "Per ottenere la vostra API key accedete al vostro account bit.ly e andate a "
2808
- "<a href=\"%s\" target=\"_blank\">questo link</a>"
2809
-
2810
- #: ../admin/like_buttons.php:684
2811
  #, php-format
2812
  msgid ""
2813
  "Enter the code of the language you want to use to render counters. You can "
@@ -2819,15 +2827,15 @@ msgstr ""
2819
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
2820
  "predefinita"
2821
 
2822
- #: ../admin/like_buttons.php:693
2823
  msgid "Twitter Username"
2824
  msgstr "Username Twitter"
2825
 
2826
- #: ../admin/like_buttons.php:698
2827
  msgid "Twitter username for Tweet (without @)"
2828
  msgstr "Username Twitter per Tweet (senza @)"
2829
 
2830
- #: ../admin/like_buttons.php:708
2831
  msgid ""
2832
  "Provided username will be appended after the content being tweeted as \"via "
2833
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2835,11 +2843,11 @@ msgstr ""
2835
  "La username fornita viene aggiunta dopo il contenuto del tweet come \"via "
2836
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2837
 
2838
- #: ../admin/like_buttons.php:716
2839
  msgid "Twitter username for Buffer sharing (without @)"
2840
  msgstr "Username Twitter per Buffer sharing (senza @)"
2841
 
2842
- #: ../admin/like_buttons.php:726
2843
  msgid ""
2844
  "Provided username will be appended after the content in Buffer sharing as "
2845
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2847,7 +2855,7 @@ msgstr ""
2847
  "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come "
2848
  "\"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2849
 
2850
- #: ../admin/like_buttons.php:772
2851
  msgid "Like Buttons Shortcode & Widget"
2852
  msgstr "Pulsanti Shortcode & Widget"
2853
 
@@ -2875,35 +2883,35 @@ msgstr ""
2875
  msgid "Archives"
2876
  msgstr "Archivi di categorie"
2877
 
2878
- #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2879
  msgid "Invalid request"
2880
  msgstr "Domanda non valida"
2881
 
2882
- #: ../inc/social_sharing.php:916
2883
  msgid "Providers not selected"
2884
  msgstr "Providers non selezionati"
2885
 
2886
- #: ../inc/social_login.php:720
2887
  msgid "Email"
2888
  msgstr "Email"
2889
 
2890
- #: ../inc/social_login.php:721
2891
  msgid "Confirm email"
2892
  msgstr "Conferma email"
2893
 
2894
- #: ../inc/social_login.php:723
2895
  msgid "Save"
2896
  msgstr "Salva"
2897
 
2898
- #: ../inc/social_login.php:724
2899
  msgid "Cancel"
2900
  msgstr "Cancella"
2901
 
2902
- #: ../inc/social_login.php:798
2903
  msgid "Email Verification"
2904
  msgstr "Abilita verifica email"
2905
 
2906
- #: ../inc/social_login.php:800
2907
  msgid ""
2908
  "Please click on the following link or paste it in browser to verify your "
2909
  "email"
@@ -3184,6 +3192,45 @@ msgstr ""
3184
  msgid "RSS Feed URL:"
3185
  msgstr ""
3186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3187
  #~ msgid "Xing"
3188
  #~ msgstr "Xing"
3189
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-07-10 12:01+0530\n"
6
+ "PO-Revision-Date: 2020-07-10 12:01+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"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:520
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:524 ../super_socializer.php:538
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:534
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:708
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
37
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
38
  "questo, potrebbe essere necessario contattare l'amministratore del server."
39
 
40
+ #: ../super_socializer.php:736
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
48
  "3 %s)"
49
 
50
+ #: ../super_socializer.php:739
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
58
  "3 %s)"
59
 
60
+ #: ../super_socializer.php:742
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
65
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
66
  "questo, potrebbe essere necessario contattare l'amministratore del server."
67
 
68
+ #: ../super_socializer.php:924 ../helper.php:961
69
  msgid "Please verify your email address to login."
70
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
71
 
72
+ #: ../super_socializer.php:924
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr ""
75
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
76
  "account"
77
 
78
+ #: ../super_socializer.php:928
79
  msgid "Notification"
80
  msgstr "Notifiche"
81
 
82
+ #: ../super_socializer.php:946 ../admin/social_login.php:779
83
  msgid "Email required"
84
  msgstr "Email Obbligatoria"
85
 
86
+ #: ../super_socializer.php:949
87
  msgid "Please check your email inbox to complete the registration."
88
  msgstr ""
89
  "Per favore, per completare la registrazione, controlla la tua casella di "
90
  "posta elettronica."
91
 
92
+ #: ../super_socializer.php:1018
93
  msgid "Leave a reply"
94
  msgstr "Lascia un commento"
95
 
96
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
97
  msgid "Shares"
98
  msgstr "Shares"
99
 
100
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
101
  msgid "Share"
102
  msgstr "Share"
103
 
104
+ #: ../super_socializer.php:1034
105
  #, fuzzy
106
  msgid "Link copied."
107
  msgstr "LinkedIn"
108
 
109
+ #: ../super_socializer.php:1280
110
  msgid "Super Socializer - General Options"
111
  msgstr "Super Socializer - Opzioni"
112
 
113
+ #: ../super_socializer.php:1280 ../admin/general_options.php:15
114
  #: ../admin/social_commenting.php:47
115
  msgid "General Options"
116
  msgstr "Opzioni Generali"
117
 
118
+ #: ../super_socializer.php:1348 ../helper.php:883
119
  msgid "Social Avatar"
120
  msgstr "Social Avatar"
121
 
122
+ #: ../super_socializer.php:1351
123
  msgid "Small Avatar Url"
124
  msgstr "Url Avatar Piccolo"
125
 
126
+ #: ../super_socializer.php:1355
127
  msgid "Large Avatar Url"
128
  msgstr "URL Avatar Grande"
129
 
130
+ #: ../super_socializer.php:1359 ../helper.php:886
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
135
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
136
  "social avatar dal mio profilo."
137
 
138
+ #: ../super_socializer.php:1363 ../helper.php:887
139
  msgid "Update social avatar, next time I Social Login"
140
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
141
 
142
+ #: ../super_socializer.php:1440
143
  msgid "Login with your Social ID"
144
  msgstr "Login con il tuo ID Social"
145
 
146
+ #: ../super_socializer.php:1441
147
  msgid "Email you entered is already registered or invalid"
148
  msgstr "La email inserita è già registrata o non è valida"
149
 
150
+ #: ../super_socializer.php:1446
151
  msgid "Please enter a valid email address. You might be required to verify it"
152
  msgstr ""
153
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
154
  "una verifica"
155
 
156
+ #: ../super_socializer.php:1450 ../super_socializer.php:2148
157
  msgid "Link your social account to login to your account at this website"
158
  msgstr ""
159
  "Collega il tuo social account per accedere al tuo account su questo sito"
160
 
161
+ #: ../super_socializer.php:1690
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:1692
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1703
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1712
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1721
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1730
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1739
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1750
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:1759
206
+ #, php-format
207
+ msgid ""
208
+ "To continue using Instagram login create a new Instagram App as described <a "
209
+ "href=\"%s\" target=\"_blank\">here</a> and save Instagram App ID and "
210
+ "Instagram App Secret <a href=\"%s\">here</a>"
211
+ msgstr ""
212
+
213
+ #: ../super_socializer.php:1768 ../super_socializer.php:1777
214
+ #, php-format
215
+ msgid ""
216
+ "To continue using bitly url shortener, login to your bit.ly account and "
217
+ "navigate to <strong>Profile Settings > Generic Access Token</strong> (top-"
218
+ "right corner), authenticate to generate access token and save it <a href=\"%s"
219
+ "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
220
+ msgstr ""
221
+
222
+ #: ../super_socializer.php:1793
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:1817
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:1817 ../super_socializer.php:1842
237
+ #: ../super_socializer.php:1867 ../super_socializer.php:1892
238
+ #: ../super_socializer.php:1925 ../super_socializer.php:1953
239
+ #: ../super_socializer.php:1980
240
  msgid "Okay"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1842
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:1867
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:1892
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:1903
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:1925
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:1953
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:1980
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:2005
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:2005 ../super_socializer.php:2032
307
  msgid "Dismiss"
308
  msgstr ""
309
 
310
+ #: ../super_socializer.php:2031
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:2224
320
  msgid ""
321
  "Your browser is blocking some features of this website. Please follow the "
322
  "instructions at {support_url} to unblock these."
351
  msgid "Settings"
352
  msgstr "Configurazioni"
353
 
354
+ #: ../helper.php:535
355
  msgid "Account linked successfully"
356
  msgstr "Account collegato correttamente"
357
 
358
+ #: ../helper.php:539
359
  msgid "Account already exists or linked"
360
  msgstr "Account esistente o già collegato"
361
 
362
+ #: ../helper.php:575 ../helper.php:577
363
  #, fuzzy
364
  msgid "Login with"
365
  msgstr "Opzioni di Login"
366
 
367
+ #: ../helper.php:612 ../helper.php:618
368
  msgid "Currently"
369
  msgstr "Attualmente"
370
 
371
+ #: ../helper.php:612 ../helper.php:618
372
  msgid "Connected with"
373
  msgstr "Connesso con"
374
 
375
+ #: ../helper.php:612 ../helper.php:618
376
  msgid "Remove"
377
  msgstr "rimuovere"
378
 
379
+ #: ../helper.php:689
380
  msgid "Social Account Linking"
381
  msgstr "Collegamento Social Account"
382
 
383
+ #: ../helper.php:739
384
  msgid "Disable Standard Social Sharing on this "
385
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
386
 
387
+ #: ../helper.php:744
388
  msgid "Disable Floating Social Sharing on this "
389
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
390
 
391
+ #: ../helper.php:749
392
  msgid "Disable Standard like buttons on this "
393
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
394
 
395
+ #: ../helper.php:754
396
  msgid "Disable Floating like buttons on this "
397
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
398
 
399
+ #: ../helper.php:759
400
  msgid "Disable Social Commenting on this "
401
  msgstr "Disabilita Social Commenting"
402
 
403
+ #: ../helper.php:768
404
  msgid "Standard Sharing Interface"
405
  msgstr "Interfaccia Sharing Standard"
406
 
407
+ #: ../helper.php:774 ../helper.php:793
408
  msgid "Starting share count for "
409
  msgstr "Avvio share count per"
410
 
411
+ #: ../helper.php:787
412
  msgid "Floating Sharing Interface"
413
  msgstr "Interfaccia Sharing Floating"
414
 
415
+ #: ../helper.php:890
416
  msgid "Small Avatar"
417
  msgstr "Avatar Piccolo"
418
 
419
+ #: ../helper.php:894
420
  msgid "Large Avatar"
421
  msgstr "Avatar Grande"
422
 
423
+ #: ../helper.php:898 ../admin/general_options.php:92
424
+ #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
425
+ #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
426
  msgid "Save Changes"
427
  msgstr "Salva le modifiche"
428
 
429
+ #: ../helper.php:998
430
  msgid "Click to delete social profile data"
431
  msgstr ""
432
 
433
+ #: ../helper.php:1027
434
  #, fuzzy
435
  msgid "Deleting"
436
  msgstr "Configurazioni"
437
 
438
+ #: ../helper.php:1037
439
  msgid "Deleted"
440
  msgstr ""
441
 
442
+ #: ../helper.php:1039
443
  msgid "Something bad happened"
444
  msgstr ""
445
 
446
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
447
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
448
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
449
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1273
450
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
451
  #, fuzzy, php-format
452
  msgid ""
453
  "You can appreciate the effort put in this free plugin by rating it <a href="
500
  msgstr ""
501
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
502
 
503
+ #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
504
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
505
+ #: ../admin/like_buttons.php:790
506
  #, fuzzy
507
  msgid "Instagram Shoutout"
508
  msgstr "Instagram"
509
 
510
+ #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
511
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
512
+ #: ../admin/like_buttons.php:792
513
  msgid ""
514
  "If you can send (to hello@heateor.com) how this plugin is helping your "
515
  "business, we would be glad to shoutout on Instagram. You can also send any "
617
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
618
  msgstr ""
619
 
620
+ #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1907
621
  msgid ""
622
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
623
  "Facebook share count to work"
644
  msgid "3rd Party Integration"
645
  msgstr "XProfile Integration"
646
 
647
+ #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
648
+ #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
649
+ #: ../admin/social_login.php:1235 ../admin/like_buttons.php:50
650
+ #: ../admin/like_buttons.php:751
651
  msgid "Shortcode & Widget"
652
  msgstr "Shortcode & Widget"
653
 
655
  msgid "Troubleshooter"
656
  msgstr "Risoluzione dei problemi"
657
 
658
+ #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
659
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
660
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1249
661
+ #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
662
  msgid "FAQ"
663
  msgstr "FAQ"
664
 
892
  msgid "Url to share"
893
  msgstr "Url da condividere"
894
 
895
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:520
896
+ #: ../admin/social_login.php:896 ../admin/like_buttons.php:105
897
  #: ../inc/widget.php:945
898
  msgid "Title"
899
  msgstr "Titolo"
980
  msgstr "Collocazione"
981
 
982
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
983
+ #: ../admin/social_login.php:837 ../admin/social_login.php:866
984
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
985
  msgid "Homepage"
986
  msgstr "Homepage"
1302
  msgstr ""
1303
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1304
 
1305
+ #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:613
1306
+ msgid "Bit.ly generic access token"
 
 
 
 
 
1307
  msgstr ""
 
 
 
1308
 
1309
+ #: ../admin/social_sharing.php:1669 ../admin/like_buttons.php:623
1310
+ #, php-format
1311
+ msgid ""
1312
+ "Login to your bit.ly account and navigate to <strong>Profile Settings > "
1313
+ "Generic Access Token</strong> (top-right corner) and authenticate to "
1314
+ "generate access token. More details at the <a href=\"%s\" target=\"_blank"
1315
+ "\">link</a>"
1316
+ msgstr ""
1317
 
1318
+ #: ../admin/social_sharing.php:1676 ../admin/like_buttons.php:630
1319
  msgid "Clear Bitly Cache"
1320
  msgstr "Cancella Bitly Cache"
1321
 
1322
+ #: ../admin/social_sharing.php:1680 ../admin/like_buttons.php:634
1323
  msgid "ShortUrl cache cleared successfully."
1324
  msgstr "ShortUrl cache cancellata correttamente"
1325
 
1326
+ #: ../admin/social_sharing.php:1687 ../admin/like_buttons.php:641
1327
  msgid ""
1328
  "Use this to delete short urls saved in database. Handy, if urls of your "
1329
  "website have been changed but short urls are still being generated for old "
1333
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1334
  "sono ancora in uso per i vecchi URL."
1335
 
1336
+ #: ../admin/social_sharing.php:1696
1337
  msgid "Share Count Cache"
1338
  msgstr "Share Count Cache"
1339
 
1340
+ #: ../admin/social_sharing.php:1701
1341
  msgid "Refresh Share Count cache every"
1342
  msgstr "Aggiorna cache ogni"
1343
 
1344
+ #: ../admin/social_sharing.php:1706
1345
  msgid "Second(s)"
1346
  msgstr "Secondo(i)"
1347
 
1348
+ #: ../admin/social_sharing.php:1707
1349
  msgid "Minute(s)"
1350
  msgstr "Minuto(i)"
1351
 
1352
+ #: ../admin/social_sharing.php:1708
1353
  msgid "Hour(s)"
1354
  msgstr "Ora(e)"
1355
 
1356
+ #: ../admin/social_sharing.php:1709
1357
  msgid "Day(s)"
1358
  msgstr "Giorno(i)"
1359
 
1360
+ #: ../admin/social_sharing.php:1717
1361
  #, fuzzy, php-format
1362
  msgid ""
1363
  "Frequent cache refreshing results in slower loading of pages with share "
1367
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1368
  "rallentare il caricamento delle pagine."
1369
 
1370
+ #: ../admin/social_sharing.php:1724
1371
  msgid "Clear Share Counts Cache"
1372
  msgstr "Cancella Share Counts Cache"
1373
 
1374
+ #: ../admin/social_sharing.php:1728
1375
  msgid "Share Counts cache cleared successfully."
1376
  msgstr "Share Counts cache cancellata correttamente"
1377
 
1378
+ #: ../admin/social_sharing.php:1735
1379
  msgid "Use this to clear cached share counts"
1380
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1381
 
1382
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1749
1383
+ #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:650
1384
+ #: ../admin/like_buttons.php:655
1385
  msgid "Language"
1386
  msgstr "Lingua"
1387
 
1388
+ #: ../admin/social_sharing.php:1759
1389
  #, php-format
1390
  msgid ""
1391
  "Enter the code of the language you want to use for like buttons. You can "
1397
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1398
  "predefinita"
1399
 
1400
+ #: ../admin/social_sharing.php:1768
1401
  msgid "Username in sharing"
1402
  msgstr "Username in sharing"
1403
 
1404
+ #: ../admin/social_sharing.php:1773
1405
  msgid "Twitter username (without @)"
1406
  msgstr "Username Twitter (senza @)"
1407
 
1408
+ #: ../admin/social_sharing.php:1783 ../admin/social_sharing.php:1801
1409
  msgid ""
1410
  "Provided username will be appended after the content being shared as \"via "
1411
  "@USERNAME\". Leave empty if you do not want any username in the content "
1414
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1415
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1416
 
1417
+ #: ../admin/social_sharing.php:1791
1418
  msgid "Buffer username (without @)"
1419
  msgstr "Username Buffer (senza @)"
1420
 
1421
+ #: ../admin/social_sharing.php:1810
1422
  msgid "AMP"
1423
  msgstr "AMP"
1424
 
1425
+ #: ../admin/social_sharing.php:1815
1426
  msgid "Enable sharing on AMP pages"
1427
  msgstr "Abilita sharing nelle pagine di AMP"
1428
 
1429
+ #: ../admin/social_sharing.php:1825
1430
  msgid "Enable this option to render sharing icons on AMP pages"
1431
  msgstr ""
1432
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1433
 
1434
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:726
1435
  msgid "myCRED"
1436
  msgstr ""
1437
 
1438
+ #: ../admin/social_sharing.php:1849 ../admin/like_buttons.php:731
1439
  msgid "Append myCRED referral ID to the urls being shared"
1440
  msgstr ""
1441
 
1442
+ #: ../admin/social_sharing.php:1882
1443
  msgid "Facebook Sharing Troubleshooter"
1444
  msgstr "Risoluzione dei problemi Facebook Sharing"
1445
 
1446
+ #: ../admin/social_sharing.php:1887
1447
  #, fuzzy
1448
  msgid ""
1449
  "If Facebook sharing is not working fine, click at the following link and "
1455
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1456
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1457
 
1458
+ #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1459
+ #: ../admin/social_login.php:1251
1460
  msgid ""
1461
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1462
  "an online website for the plugin to function properly."
1463
  msgstr ""
1464
 
1465
+ #: ../admin/social_sharing.php:1905
1466
  msgid ""
1467
  "Why is sharer not showing the correct image, title and other meta tags "
1468
  "content?"
1470
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1471
  "altri contenuti meta tag?"
1472
 
1473
+ #: ../admin/social_sharing.php:1906
1474
  #, fuzzy
1475
  msgid "Why is Facebook share count not working?"
1476
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1477
 
1478
+ #: ../admin/social_sharing.php:1909
1479
  msgid "Why is Instagram icon redirecting to Instagram website?"
1480
  msgstr ""
1481
 
1482
+ #: ../admin/social_sharing.php:1910
1483
  msgid ""
1484
  "Instagram icon is there to send website visitors to the Instagram page of "
1485
  "your choice. You can save the desired Instagram handle in \"Instagram "
1487
  "sections."
1488
  msgstr ""
1489
 
1490
+ #: ../admin/social_sharing.php:1913
1491
  #, fuzzy
1492
  msgid "How to customize the url being shared?"
1493
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1494
 
1495
+ #: ../admin/social_sharing.php:1914
1496
  msgid ""
1497
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1498
  msgstr ""
1499
 
1500
+ #: ../admin/social_sharing.php:1915
1501
  msgid ""
1502
  "It takes some time for their service to track the shares made on Twitter "
1503
  "from your website. If you still feel it's taking too long you can contact "
1504
  "their support directly from their website."
1505
  msgstr ""
1506
 
1507
+ #: ../admin/social_sharing.php:1917 ../admin/like_buttons.php:768
1508
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1509
  msgstr ""
1510
 
1511
+ #: ../admin/social_sharing.php:1918
1512
  msgid ""
1513
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1514
  msgstr ""
1515
 
1516
+ #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1517
+ #: ../admin/social_login.php:1258
1518
  msgid "Why is my browser blocking some features of the plugin?"
1519
  msgstr ""
1520
 
1521
+ #: ../admin/social_sharing.php:1920
1522
  #, fuzzy
1523
  msgid "Why the color of share icons is not being updated?"
1524
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1525
 
1526
+ #: ../admin/social_sharing.php:1921
1527
  #, fuzzy
1528
  msgid "Why Facebook share counts are not appearing?"
1529
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1530
 
1531
+ #: ../admin/social_sharing.php:1922
1532
  msgid ""
1533
  "How can I show share counts of my website rather than of individual pages/"
1534
  "posts?"
1536
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1537
  "pagine/post?"
1538
 
1539
+ #: ../admin/social_sharing.php:1923
1540
  msgid "How can I disable sharing on particular page/post?"
1541
  msgstr ""
1542
  "Come è possibile disattivare la condivisione di una pagina/post in "
1543
  "particolare?"
1544
 
1545
+ #: ../admin/social_sharing.php:1924
1546
  msgid "How can I specify minimum sharing count for sharing networks?"
1547
  msgstr ""
1548
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1549
  "di reti?"
1550
 
1551
+ #: ../admin/social_sharing.php:1925
1552
  msgid "How to share specific page?"
1553
  msgstr "Come posso condividere la pagina specifica?"
1554
 
1555
+ #: ../admin/social_sharing.php:1926
1556
  msgid "How to integrate Google Analytics with sharing?"
1557
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1558
 
1559
+ #: ../admin/social_sharing.php:1927
1560
  msgid "How to customize the look of total share counts?"
1561
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1562
 
1563
+ #: ../admin/social_sharing.php:1928
1564
  msgid "How to customize the look of individual share counts?"
1565
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1566
 
1567
+ #: ../admin/social_sharing.php:1929
1568
  msgid "How to show Whatsapp icon only on mobile devices?"
1569
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1570
 
1571
+ #: ../admin/social_sharing.php:1930
1572
  msgid "How to hide arrow after floating sharing bar?"
1573
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1574
 
1575
+ #: ../admin/social_sharing.php:1931
1576
  #, fuzzy
1577
  msgid "Why is share count not getting updated?"
1578
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1579
 
1580
+ #: ../admin/social_sharing.php:1932 ../admin/like_buttons.php:766
1581
  msgid "Why is there so much space between like buttons?"
1582
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1583
 
1584
+ #: ../admin/social_sharing.php:1933 ../admin/like_buttons.php:767
1585
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1586
  msgstr ""
1587
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
1837
  msgid "Advanced Configuration"
1838
  msgstr "Configurazione Avanzata"
1839
 
1840
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1035
1841
  msgid "GDPR"
1842
  msgstr ""
1843
 
1844
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1186
1845
  msgid "XProfile Integration"
1846
  msgstr "XProfile Integration"
1847
 
1970
  "indicato"
1971
 
1972
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1973
+ #: ../admin/social_login.php:421 ../admin/social_login.php:441
1974
  #, fuzzy
1975
  msgid ""
1976
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2102
  msgstr "Vkontakte"
2103
 
2104
  #: ../admin/social_login.php:368
2105
+ #, fuzzy
2106
+ msgid "Instagram App ID"
2107
  msgstr "Instagram Client ID"
2108
 
2109
  #: ../admin/social_login.php:378
2110
+ #, fuzzy, php-format
2111
  msgid ""
2112
  "Required for Instagram Social Login to work. Please follow the documentation "
2113
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
2114
  msgstr ""
2115
  "Necessario per far funzionare Instagram Social Login. Per ottenere "
2116
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2117
  "\" target=\"_blank\">questo collegamento</a>"
2118
 
2119
+ #: ../admin/social_login.php:380 ../admin/social_login.php:401
2120
  #, fuzzy
2121
  msgid ""
2122
+ "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2123
+ "mentioned at the link"
2124
  msgstr ""
2125
+ "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2126
  "indicato"
2127
 
2128
  #: ../admin/social_login.php:389
2129
+ #, fuzzy
2130
+ msgid "Instagram App Secret"
2131
+ msgstr "Username Instagram"
2132
+
2133
+ #: ../admin/social_login.php:399
2134
+ #, fuzzy, php-format
2135
+ msgid ""
2136
+ "Required for Instagram Social Login to work. Please follow the documentation "
2137
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
2138
+ msgstr ""
2139
+ "Necessario per far funzionare Instagram Social Login. Per ottenere "
2140
+ "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2141
+ "\" target=\"_blank\">questo collegamento</a>"
2142
+
2143
+ #: ../admin/social_login.php:410
2144
  msgid "Line Channel ID"
2145
  msgstr ""
2146
 
2147
+ #: ../admin/social_login.php:419
2148
  #, fuzzy, php-format
2149
  msgid ""
2150
  "Required for Line Social Login to work. Please follow the documentation at "
2154
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2155
  "target=\"_blank\">questo collegamento</a>"
2156
 
2157
+ #: ../admin/social_login.php:430
2158
  #, fuzzy
2159
  msgid "Line Channel Secret"
2160
  msgstr "LinkedIn"
2161
 
2162
+ #: ../admin/social_login.php:439
2163
  #, fuzzy, php-format
2164
  msgid ""
2165
  "Required for Line Social Login to work. Please follow the documentation at "
2169
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2170
  "target=\"_blank\">questo collegamento</a>"
2171
 
2172
+ #: ../admin/social_login.php:450
2173
  #, fuzzy
2174
  msgid "Microsoft Client ID"
2175
  msgstr "Google+ Client ID"
2176
 
2177
+ #: ../admin/social_login.php:459
2178
  #, fuzzy, php-format
2179
  msgid ""
2180
  "Required for Live Social Login to work. Please follow the documentation at "
2184
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2185
  "target=\"_blank\">questo collegamento</a>"
2186
 
2187
+ #: ../admin/social_login.php:461 ../admin/social_login.php:481
2188
  #, fuzzy
2189
  msgid ""
2190
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2193
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2194
  "indicato"
2195
 
2196
+ #: ../admin/social_login.php:470
2197
  #, fuzzy
2198
  msgid "Microsoft Client Secret"
2199
  msgstr "Google+ Client ID"
2200
 
2201
+ #: ../admin/social_login.php:479
2202
  #, fuzzy, php-format
2203
  msgid ""
2204
  "Required for Live Social Login to work. Please follow the documentation at "
2209
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2210
  "target=\"_blank\">questo collegamento</a>"
2211
 
2212
+ #: ../admin/social_login.php:489
2213
  #, fuzzy
2214
  msgid "Steam API Key"
2215
  msgstr "Twitter API Key"
2216
 
2217
+ #: ../admin/social_login.php:498
2218
  #, fuzzy, php-format
2219
  msgid ""
2220
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2224
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2225
  "\"_blank\">questa pagina</a>"
2226
 
2227
+ #: ../admin/social_login.php:499
2228
  #, fuzzy
2229
  msgid "Save following <strong>domain</strong> to get the key"
2230
  msgstr ""
2231
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2232
  "link indicato"
2233
 
2234
+ #: ../admin/social_login.php:515
2235
  msgid "Social Login Options"
2236
  msgstr "Opzioni"
2237
 
2238
+ #: ../admin/social_login.php:530
2239
  msgid "Text to display above the Social Login interface"
2240
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2241
 
2242
+ #: ../admin/social_login.php:538
2243
  msgid "Trigger social login in the same browser tab"
2244
  msgstr ""
2245
 
2246
+ #: ../admin/social_login.php:548
2247
  msgid "Trigger social login in the same browser tab instead of a popup window"
2248
  msgstr ""
2249
 
2250
+ #: ../admin/social_login.php:555
2251
  #, fuzzy
2252
  msgid "Center align icons"
2253
  msgstr "Riorganizza le icone"
2254
 
2255
+ #: ../admin/social_login.php:565
2256
  #, fuzzy
2257
  msgid "Center align social login icons"
2258
  msgstr "Opzioni"
2259
 
2260
+ #: ../admin/social_login.php:572
2261
  msgid "Enable at login page"
2262
  msgstr "Attiva nella pagina di Login"
2263
 
2264
+ #: ../admin/social_login.php:582
2265
  msgid ""
2266
  "Social Login interface will get enabled at the login page of your website"
2267
  msgstr ""
2268
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2269
 
2270
+ #: ../admin/social_login.php:589
2271
  msgid "Enable at register page"
2272
  msgstr "Abilita nella pagina di registrazione"
2273
 
2274
+ #: ../admin/social_login.php:599
2275
  msgid ""
2276
  "Social Login interface will get enabled at the registration page of your "
2277
  "website"
2279
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2280
  "sito web"
2281
 
2282
+ #: ../admin/social_login.php:606
2283
  msgid "Enable at comment form"
2284
  msgstr "Attiva nel form dei commenti"
2285
 
2286
+ #: ../admin/social_login.php:616
2287
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2288
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2289
 
2290
+ #: ../admin/social_login.php:630
2291
  msgid "Enable before WooCommerce Customer Login Form"
2292
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2293
 
2294
+ #: ../admin/social_login.php:640
2295
  msgid ""
2296
  "Social Login Interface will get enabled before the customer login form at "
2297
  "WooCommerce My Account page"
2299
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2300
  "Woocommerce, prima del Form di Login."
2301
 
2302
+ #: ../admin/social_login.php:647
2303
  #, fuzzy
2304
  msgid "Enable at WooCommerce Customer Login Form"
2305
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2306
 
2307
+ #: ../admin/social_login.php:657
2308
  #, fuzzy
2309
  msgid ""
2310
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2313
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2314
  "Woocommerce, dopo il Form di Login."
2315
 
2316
+ #: ../admin/social_login.php:664
2317
  #, fuzzy
2318
  msgid "Enable at WooCommerce Customer Register Form"
2319
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2320
 
2321
+ #: ../admin/social_login.php:674
2322
  #, fuzzy
2323
  msgid ""
2324
  "Integrate Social Login Interface with the customer register form at "
2327
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2328
  "Woocommerce, dopo il Form di Login."
2329
 
2330
+ #: ../admin/social_login.php:681
2331
  msgid "Enable at WooCommerce checkout page"
2332
  msgstr "Abilita nella pagina checkout di WooCommerce"
2333
 
2334
+ #: ../admin/social_login.php:691
2335
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2336
  msgstr ""
2337
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2338
  "Woocommerce"
2339
 
2340
+ #: ../admin/social_login.php:701
2341
  msgid "Auto-approve comments made by Social Login users"
2342
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2343
 
2344
+ #: ../admin/social_login.php:711
2345
  msgid ""
2346
  "If this option is enabled, and WordPress comment is made by Social Login "
2347
  "user, comment will get approved immediately without keeping in moderation."
2350
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2351
  "immediatamente senza nessuna possibilitá di moderazione."
2352
 
2353
+ #: ../admin/social_login.php:712
2354
  msgid "Note: This is not related to Facebook comments"
2355
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2356
 
2357
+ #: ../admin/social_login.php:721
2358
  msgid "Enable social avatar"
2359
  msgstr "Abilita Avatar"
2360
 
2361
+ #: ../admin/social_login.php:731
2362
  msgid ""
2363
  "Social profile pictures of the logged in user will be displayed as profile "
2364
  "avatar"
2366
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2367
  "avatar del profilo sul tuo sito"
2368
 
2369
+ #: ../admin/social_login.php:740
2370
  msgid "Avatar quality"
2371
  msgstr "Qualità Avatar"
2372
 
2373
+ #: ../admin/social_login.php:743
2374
  msgid "Average"
2375
  msgstr "Media"
2376
 
2377
+ #: ../admin/social_login.php:744
2378
  msgid "Best"
2379
  msgstr "Migliore"
2380
 
2381
+ #: ../admin/social_login.php:751
2382
  msgid "Choose avatar quality"
2383
  msgstr "Scelta qualità Avatar"
2384
 
2385
+ #: ../admin/social_login.php:759
2386
  msgid ""
2387
  "Show option for users to update social avatar at BuddyPress profile page"
2388
  msgstr ""
2389
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2390
  "profilo BuddyPress"
2391
 
2392
+ #: ../admin/social_login.php:769
2393
  msgid ""
2394
  "If enabled, users would be able to update their social avatar from \"Profile "
2395
  "photo\" section in BuddyPress profile at front-end"
2397
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2398
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2399
 
2400
+ #: ../admin/social_login.php:789
2401
  msgid ""
2402
  "If enabled and Social ID provider does not provide user's email address on "
2403
  "login, user will be asked to provide his/her email address. Otherwise, a "
2408
  "completare questa informazione. In caso contrario, sará generata una email "
2409
  "fittizia"
2410
 
2411
+ #: ../admin/social_login.php:797
2412
  msgid "Send post-registration email to user to set account password"
2413
  msgstr ""
2414
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2415
  "password"
2416
 
2417
+ #: ../admin/social_login.php:807
2418
  msgid ""
2419
  "If enabled, an email will be sent to user after registration through Social "
2420
  "Login, regarding his/her login credentials (username-password to be able to "
2424
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2425
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2426
 
2427
+ #: ../admin/social_login.php:814
2428
  msgid "Send new user registration notification email to admin"
2429
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2430
 
2431
+ #: ../admin/social_login.php:824
2432
  msgid ""
2433
  "If enabled, an email will be sent to admin after new user registers through "
2434
  "Social Login, notifying admin about the new user registration"
2437
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2438
  "registrazione"
2439
 
2440
+ #: ../admin/social_login.php:831
2441
  msgid "Login redirection"
2442
  msgstr "Reindirizzamento Login"
2443
 
2444
+ #: ../admin/social_login.php:835
2445
  msgid "Same page where user logged in"
2446
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2447
 
2448
+ #: ../admin/social_login.php:839 ../admin/social_login.php:868
2449
  msgid "Account dashboard"
2450
  msgstr "Pannello Account"
2451
 
2452
+ #: ../admin/social_login.php:842 ../admin/social_login.php:871
2453
  msgid "BuddyPress profile page"
2454
  msgstr "Pagina di profilo BuddyPress"
2455
 
2456
+ #: ../admin/social_login.php:845 ../admin/social_login.php:874
2457
  msgid "Custom Url"
2458
  msgstr "Url personalizzata"
2459
 
2460
+ #: ../admin/social_login.php:853
2461
  msgid "User will be redirected to the selected page after Social Login"
2462
  msgstr ""
2463
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2464
 
2465
+ #: ../admin/social_login.php:860
2466
  msgid "Registration redirection"
2467
  msgstr "Reindirizzamento Registratione"
2468
 
2469
+ #: ../admin/social_login.php:864
2470
  msgid "Same page from where user registered"
2471
  msgstr "La stessa pagina dove l'utente si è registrato"
2472
 
2473
+ #: ../admin/social_login.php:882
2474
  msgid ""
2475
  "User will be redirected to the selected page after registration (first "
2476
  "Social Login) through Social Login"
2478
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2479
  "(il primo Social Login) tramite il Social Login"
2480
 
2481
+ #: ../admin/social_login.php:891
2482
  #, fuzzy
2483
  msgid "Social Account Linking Options"
2484
  msgstr "Collegamento Social Account"
2485
 
2486
+ #: ../admin/social_login.php:906
2487
  #, fuzzy
2488
  msgid "Text to display above the Social Account Linking interface"
2489
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2490
 
2491
+ #: ../admin/social_login.php:913
2492
  #, fuzzy
2493
  msgid ""
2494
  "Link social account to already existing account, if email address matches"
2495
  msgstr ""
2496
  "Collega il tuo social account per accedere al tuo account su questo sito"
2497
 
2498
+ #: ../admin/social_login.php:923
2499
  msgid ""
2500
  "If email address of the user's Social Account matches with an already "
2501
  "existing account at your website, that social account will be linked to "
2503
  "Linking interface at their profile page."
2504
  msgstr ""
2505
 
2506
+ #: ../admin/social_login.php:931
2507
  msgid "Enable social account linking at BuddyPress profile page"
2508
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2509
 
2510
+ #: ../admin/social_login.php:941
2511
  msgid ""
2512
  "Enable this option to show social account linking interface at BuddyPress "
2513
  "profile page"
2515
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2516
  "nella pagina di profilo BuddyPress"
2517
 
2518
+ #: ../admin/social_login.php:952
2519
  msgid "Email popup options"
2520
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2521
 
2522
+ #: ../admin/social_login.php:957
2523
  msgid "Text on 'Email required' popup"
2524
  msgstr "Testo del pop-up"
2525
 
2526
+ #: ../admin/social_login.php:967
2527
  msgid ""
2528
  "This text will be displayed on email required popup. Leave empty if not "
2529
  "required."
2531
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2532
  "bianco se non si vuole utilizzare."
2533
 
2534
+ #: ../admin/social_login.php:975
2535
  msgid "Error message for 'Email required' popup"
2536
  msgstr "Messaggio d'errore"
2537
 
2538
+ #: ../admin/social_login.php:985
2539
  msgid ""
2540
  "This message will be displayed to user if it provides invalid or already "
2541
  "registered email"
2543
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2544
  "indirizzo email non valido o già registrato."
2545
 
2546
+ #: ../admin/social_login.php:993
2547
  msgid "Email popup height"
2548
  msgstr "Altezza pop-up Email"
2549
 
2550
+ #: ../admin/social_login.php:1003
2551
  msgid ""
2552
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2553
  "can increase the height of popup by specifying in this option. Leave empty "
2557
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2558
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2559
 
2560
+ #: ../admin/social_login.php:1010
2561
  msgid "Enable email verification"
2562
  msgstr "Abilita verifica email"
2563
 
2564
+ #: ../admin/social_login.php:1020
2565
  msgid ""
2566
  "If enabled, email provided by the user will be verified by sending a "
2567
  "confirmation link to that email. User would not be able to login without "
2571
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2572
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2573
 
2574
+ #: ../admin/social_login.php:1040
2575
  #, fuzzy
2576
  msgid "Enable GDPR opt-in"
2577
  msgstr "Abilita Disqus Commenting"
2578
 
2579
+ #: ../admin/social_login.php:1050
2580
  msgid ""
2581
  "Enable it to show GDPR opt-in for social login and social account linking"
2582
  msgstr ""
2583
 
2584
+ #: ../admin/social_login.php:1058
2585
  #, fuzzy
2586
  msgid "Placement of GDPR opt-in"
2587
  msgstr "Abilita Disqus Commenting"
2588
 
2589
+ #: ../admin/social_login.php:1062
2590
  #, fuzzy
2591
  msgid "Above Social Login icons"
2592
  msgstr "Opzioni"
2593
 
2594
+ #: ../admin/social_login.php:1064
2595
  #, fuzzy
2596
  msgid "Below Social Login icons"
2597
  msgstr "Opzioni"
2598
 
2599
+ #: ../admin/social_login.php:1070
2600
  #, fuzzy
2601
  msgid "Placement of GDPR opt-in above or below the social login icons"
2602
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2603
 
2604
+ #: ../admin/social_login.php:1077
2605
  msgid "Opt-in text"
2606
  msgstr ""
2607
 
2608
+ #: ../admin/social_login.php:1087
2609
  #, fuzzy
2610
  msgid "Text for the GDPR opt-in"
2611
  msgstr "Abilita Disqus Commenting"
2612
 
2613
+ #: ../admin/social_login.php:1094
2614
  msgid "Text to link to Terms-Conditions page"
2615
  msgstr ""
2616
 
2617
+ #: ../admin/social_login.php:1104
2618
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2619
  msgstr ""
2620
 
2621
+ #: ../admin/social_login.php:1111
2622
  msgid "Terms-Conditions Url"
2623
  msgstr ""
2624
 
2625
+ #: ../admin/social_login.php:1121
2626
  #, fuzzy
2627
  msgid "Url of the terms-conditions page of your website"
2628
  msgstr "Url della homepage del tuo sito web"
2629
 
2630
+ #: ../admin/social_login.php:1128
2631
  msgid "Text to link to Privacy Policy page"
2632
  msgstr ""
2633
 
2634
+ #: ../admin/social_login.php:1138
2635
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2636
  msgstr ""
2637
 
2638
+ #: ../admin/social_login.php:1145
2639
  msgid "Privacy Policy Url"
2640
  msgstr ""
2641
 
2642
+ #: ../admin/social_login.php:1155
2643
  #, fuzzy
2644
  msgid "Url of the privacy policy page of your website"
2645
  msgstr "Url della homepage del tuo sito web"
2646
 
2647
+ #: ../admin/social_login.php:1206 ../inc/widget.php:260 ../inc/widget.php:438
2648
  #: ../inc/widget.php:602 ../inc/widget.php:750
2649
  msgid "Select"
2650
  msgstr "Selezionare"
2651
 
2652
+ #: ../admin/social_login.php:1237
2653
  msgid "Social Login Shortcode & Widget"
2654
  msgstr "Shortcode & Widget"
2655
 
2656
+ #: ../admin/social_login.php:1238
2657
  msgid "Social Linking Shortcode"
2658
  msgstr "Social Linking Shortcode"
2659
 
2660
+ #: ../admin/social_login.php:1253
2661
  msgid "Why is social login not working?"
2662
  msgstr ""
2663
 
2664
+ #: ../admin/social_login.php:1254
2665
  msgid ""
2666
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2667
  "belong to the same app"
2668
  msgstr ""
2669
 
2670
+ #: ../admin/social_login.php:1256
2671
  msgid "Social Login not working with Varnish enabled"
2672
  msgstr ""
2673
 
2674
+ #: ../admin/social_login.php:1257
2675
  msgid ""
2676
  "Why the user is not appearing logged in even after Social Login until the "
2677
  "webpage is refreshed manually?"
2815
  msgid "Enable bit.ly url shortener for tweet button"
2816
  msgstr "Abilita bit.ly url shortener per pulsante Tweet"
2817
 
2818
+ #: ../admin/like_buttons.php:665
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2819
  #, php-format
2820
  msgid ""
2821
  "Enter the code of the language you want to use to render counters. You can "
2827
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
2828
  "predefinita"
2829
 
2830
+ #: ../admin/like_buttons.php:674
2831
  msgid "Twitter Username"
2832
  msgstr "Username Twitter"
2833
 
2834
+ #: ../admin/like_buttons.php:679
2835
  msgid "Twitter username for Tweet (without @)"
2836
  msgstr "Username Twitter per Tweet (senza @)"
2837
 
2838
+ #: ../admin/like_buttons.php:689
2839
  msgid ""
2840
  "Provided username will be appended after the content being tweeted as \"via "
2841
  "@USERNAME\". Leave empty if you do not want any username."
2843
  "La username fornita viene aggiunta dopo il contenuto del tweet come \"via "
2844
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2845
 
2846
+ #: ../admin/like_buttons.php:697
2847
  msgid "Twitter username for Buffer sharing (without @)"
2848
  msgstr "Username Twitter per Buffer sharing (senza @)"
2849
 
2850
+ #: ../admin/like_buttons.php:707
2851
  msgid ""
2852
  "Provided username will be appended after the content in Buffer sharing as "
2853
  "\"via @USERNAME\". Leave empty if you do not want any username."
2855
  "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come "
2856
  "\"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2857
 
2858
+ #: ../admin/like_buttons.php:753
2859
  msgid "Like Buttons Shortcode & Widget"
2860
  msgstr "Pulsanti Shortcode & Widget"
2861
 
2883
  msgid "Archives"
2884
  msgstr "Archivi di categorie"
2885
 
2886
+ #: ../inc/social_sharing.php:942 ../inc/social_sharing.php:1180
2887
  msgid "Invalid request"
2888
  msgstr "Domanda non valida"
2889
 
2890
+ #: ../inc/social_sharing.php:949
2891
  msgid "Providers not selected"
2892
  msgstr "Providers non selezionati"
2893
 
2894
+ #: ../inc/social_login.php:747
2895
  msgid "Email"
2896
  msgstr "Email"
2897
 
2898
+ #: ../inc/social_login.php:748
2899
  msgid "Confirm email"
2900
  msgstr "Conferma email"
2901
 
2902
+ #: ../inc/social_login.php:750
2903
  msgid "Save"
2904
  msgstr "Salva"
2905
 
2906
+ #: ../inc/social_login.php:751
2907
  msgid "Cancel"
2908
  msgstr "Cancella"
2909
 
2910
+ #: ../inc/social_login.php:825
2911
  msgid "Email Verification"
2912
  msgstr "Abilita verifica email"
2913
 
2914
+ #: ../inc/social_login.php:827
2915
  msgid ""
2916
  "Please click on the following link or paste it in browser to verify your "
2917
  "email"
3192
  msgid "RSS Feed URL:"
3193
  msgstr ""
3194
 
3195
+ #~ msgid "bit.ly Login"
3196
+ #~ msgstr "bit.ly Login"
3197
+
3198
+ #, fuzzy
3199
+ #~ msgid ""
3200
+ #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
3201
+ #~ msgstr ""
3202
+ #~ "Necessario per far funzionare Twitter Social Login. Per ottenere la "
3203
+ #~ "Twitter API Key, consulta la documentazione che trovi su <a href=\"%s\" "
3204
+ #~ "target=\"_blank\">questa pagina</a>"
3205
+
3206
+ #~ msgid "bit.ly API Key"
3207
+ #~ msgstr "bit.ly API Key"
3208
+
3209
+ #, fuzzy
3210
+ #~ msgid ""
3211
+ #~ "Paste following url in <strong>Website URL</strong> option mentioned at "
3212
+ #~ "the link"
3213
+ #~ msgstr ""
3214
+ #~ "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al "
3215
+ #~ "link indicato"
3216
+
3217
+ #~ msgid "bit.ly username"
3218
+ #~ msgstr "bit.ly username"
3219
+
3220
+ #~ msgid ""
3221
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3222
+ #~ "\"_blank\">this link</a> to get bit.ly username"
3223
+ #~ msgstr ""
3224
+ #~ "Per ottenere il vostro username accedete al vostro account bit.ly e "
3225
+ #~ "andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
3226
+
3227
+ #~ msgid ""
3228
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3229
+ #~ "\"_blank\">this link</a> to get your API key"
3230
+ #~ msgstr ""
3231
+ #~ "Per ottenere la vostra API key accedete al vostro account bit.ly e andate "
3232
+ #~ "a <a href=\"%s\" target=\"_blank\">questo link</a>"
3233
+
3234
  #~ msgid "Xing"
3235
  #~ msgstr "Xing"
3236
 
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: 2020-06-26 12:28+0530\n"
6
- "PO-Revision-Date: 2020-06-26 12:28+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,19 +15,19 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:475
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:479 ../super_socializer.php:493
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:489
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:663
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
@@ -36,7 +36,7 @@ msgstr ""
36
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
37
  "que contatar o administrador do servidor do seu website para verificar isso."
38
 
39
- #: ../super_socializer.php:691
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
47
  "%s)"
48
 
49
- #: ../super_socializer.php:694
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -56,7 +56,7 @@ msgstr ""
56
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
57
  "%s)"
58
 
59
- #: ../super_socializer.php:697
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
@@ -64,65 +64,65 @@ msgstr ""
64
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
65
  "que contatar o administrador do servidor do seu website para verificar isso."
66
 
67
- #: ../super_socializer.php:879 ../helper.php:968
68
  msgid "Please verify your email address to login."
69
  msgstr "Por favor verifique seu endereço de email no login."
70
 
71
- #: ../super_socializer.php:879
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
74
 
75
- #: ../super_socializer.php:883
76
  msgid "Notification"
77
  msgstr "Notificaçao"
78
 
79
- #: ../super_socializer.php:901 ../admin/social_login.php:758
80
  msgid "Email required"
81
  msgstr "Necessário email"
82
 
83
- #: ../super_socializer.php:904
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "Por favor verifique sua caixa de email para completar o registro."
86
 
87
- #: ../super_socializer.php:982
88
  msgid "Leave a reply"
89
  msgstr "Deixe uma resposta"
90
 
91
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr ""
94
 
95
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr ""
98
 
99
- #: ../super_socializer.php:998
100
  #, fuzzy
101
  msgid "Link copied."
102
  msgstr "LinkedIn"
103
 
104
- #: ../super_socializer.php:1244
105
  msgid "Super Socializer - General Options"
106
  msgstr "Super Socializer - Opções Gerais"
107
 
108
- #: ../super_socializer.php:1244 ../admin/general_options.php:15
109
  #: ../admin/social_commenting.php:47
110
  msgid "General Options"
111
  msgstr "Opções Gerais"
112
 
113
- #: ../super_socializer.php:1312 ../helper.php:890
114
  msgid "Social Avatar"
115
  msgstr "Avatar Social"
116
 
117
- #: ../super_socializer.php:1315
118
  msgid "Small Avatar Url"
119
  msgstr "Url para Avatar pequeno"
120
 
121
- #: ../super_socializer.php:1319
122
  msgid "Large Avatar Url"
123
  msgstr "Url para Avatar Grande"
124
 
125
- #: ../super_socializer.php:1323 ../helper.php:893
126
  msgid ""
127
  "Do not fetch and update social avatar from my profile, next time I Social "
128
  "Login"
@@ -130,79 +130,96 @@ msgstr ""
130
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
131
  "Autenticação Social"
132
 
133
- #: ../super_socializer.php:1327 ../helper.php:894
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
136
 
137
- #: ../super_socializer.php:1404
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
- #: ../super_socializer.php:1405
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "Email fornecido já está registrado ou é inválido"
144
 
145
- #: ../super_socializer.php:1410
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr ""
148
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
149
  "confirmá-lo"
150
 
151
- #: ../super_socializer.php:1414 ../super_socializer.php:2072
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr "Associe sua conta social ao login de sua conta neste website"
154
 
155
- #: ../super_socializer.php:1653
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1655
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1666
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socializer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1675
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1684
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1693
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1702
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1713
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  #, php-format
201
  msgid ""
202
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1752
206
  #, php-format
207
  msgid ""
208
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -210,14 +227,14 @@ msgid ""
210
  "target=\"_blank\">here</a>"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1752 ../super_socializer.php:1777
214
- #: ../super_socializer.php:1802 ../super_socializer.php:1827
215
- #: ../super_socializer.php:1860 ../super_socializer.php:1888
216
- #: ../super_socializer.php:1915
217
  msgid "Okay"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1777
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -225,7 +242,7 @@ msgid ""
225
  "\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1802
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -233,7 +250,7 @@ msgid ""
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1827
237
  #, php-format
238
  msgid ""
239
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -241,13 +258,13 @@ msgid ""
241
  "target=\"_blank\">here</a>"
242
  msgstr ""
243
 
244
- #: ../super_socializer.php:1838
245
  #, php-format
246
  msgid ""
247
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1860
251
  #, php-format
252
  msgid ""
253
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -255,7 +272,7 @@ msgid ""
255
  "\"%s\" target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1888
259
  #, php-format
260
  msgid ""
261
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -264,7 +281,7 @@ msgid ""
264
  "your website %s with them. No need to copy-paste any code from their website."
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1915
268
  #, php-format
269
  msgid ""
270
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -272,7 +289,7 @@ msgid ""
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
- #: ../super_socializer.php:1940
276
  #, php-format
277
  msgid ""
278
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -280,11 +297,11 @@ msgid ""
280
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
281
  msgstr ""
282
 
283
- #: ../super_socializer.php:1940 ../super_socializer.php:1967
284
  msgid "Dismiss"
285
  msgstr ""
286
 
287
- #: ../super_socializer.php:1966
288
  #, php-format
289
  msgid ""
290
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -293,7 +310,7 @@ msgid ""
293
  "that, clear share counts cache from \"Miscellaneous\" section"
294
  msgstr ""
295
 
296
- #: ../super_socializer.php:2148
297
  msgid ""
298
  "Your browser is blocking some features of this website. Please follow the "
299
  "instructions at {support_url} to unblock these."
@@ -328,104 +345,104 @@ msgstr ""
328
  msgid "Settings"
329
  msgstr "Configurações"
330
 
331
- #: ../helper.php:542
332
  msgid "Account linked successfully"
333
  msgstr "Conta associada com sucesso"
334
 
335
- #: ../helper.php:546
336
  msgid "Account already exists or linked"
337
  msgstr "Conta já existente ou já está associada"
338
 
339
- #: ../helper.php:582 ../helper.php:584
340
  #, fuzzy
341
  msgid "Login with"
342
  msgstr "Opções de autenticação"
343
 
344
- #: ../helper.php:619 ../helper.php:625
345
  msgid "Currently"
346
  msgstr "Atualmente"
347
 
348
- #: ../helper.php:619 ../helper.php:625
349
  msgid "Connected with"
350
  msgstr ""
351
 
352
- #: ../helper.php:619 ../helper.php:625
353
  msgid "Remove"
354
  msgstr "Remover"
355
 
356
- #: ../helper.php:696
357
  #, fuzzy
358
  msgid "Social Account Linking"
359
  msgstr "Comentário Social"
360
 
361
- #: ../helper.php:746
362
  msgid "Disable Standard Social Sharing on this "
363
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
364
 
365
- #: ../helper.php:751
366
  msgid "Disable Floating Social Sharing on this "
367
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
368
 
369
- #: ../helper.php:756
370
  msgid "Disable Standard like buttons on this "
371
  msgstr "Desabilitar o botão de like padrão neste(a) "
372
 
373
- #: ../helper.php:761
374
  msgid "Disable Floating like buttons on this "
375
  msgstr "Desabilitar o botão flutuante de like neste(a) "
376
 
377
- #: ../helper.php:766
378
  msgid "Disable Social Commenting on this "
379
  msgstr "Desabilitar o Comentário Social neste(a) "
380
 
381
- #: ../helper.php:775
382
  msgid "Standard Sharing Interface"
383
  msgstr "Interface Padrão de Compartilhamento"
384
 
385
- #: ../helper.php:781 ../helper.php:800
386
  msgid "Starting share count for "
387
  msgstr "Iniciando contagem compartilhada para "
388
 
389
- #: ../helper.php:794
390
  msgid "Floating Sharing Interface"
391
  msgstr "Interface de Compartilhamento Flutuante"
392
 
393
- #: ../helper.php:897
394
  msgid "Small Avatar"
395
  msgstr "Avatar Pequeno"
396
 
397
- #: ../helper.php:901
398
  msgid "Large Avatar"
399
  msgstr "Avatar Grande"
400
 
401
- #: ../helper.php:905 ../admin/general_options.php:92
402
- #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
403
- #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
404
  msgid "Save Changes"
405
  msgstr "Salvar Alterações"
406
 
407
- #: ../helper.php:1005
408
  msgid "Click to delete social profile data"
409
  msgstr ""
410
 
411
- #: ../helper.php:1034
412
  #, fuzzy
413
  msgid "Deleting"
414
  msgstr "Configurações"
415
 
416
- #: ../helper.php:1044
417
  msgid "Deleted"
418
  msgstr ""
419
 
420
- #: ../helper.php:1046
421
  msgid "Something bad happened"
422
  msgstr ""
423
 
424
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
425
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
426
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
427
- #: ../admin/social_login.php:5 ../admin/social_login.php:1252
428
- #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
429
  #, fuzzy, php-format
430
  msgid ""
431
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -479,16 +496,16 @@ msgstr ""
479
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
480
  "style&gt; )"
481
 
482
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
483
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
484
- #: ../admin/like_buttons.php:809
485
  #, fuzzy
486
  msgid "Instagram Shoutout"
487
  msgstr "Instagram"
488
 
489
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
490
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
491
- #: ../admin/like_buttons.php:811
492
  msgid ""
493
  "If you can send (to hello@heateor.com) how this plugin is helping your "
494
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -598,7 +615,7 @@ msgstr "Controle mestre para habilitar o Compartilhamento Social"
598
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
599
  msgstr ""
600
 
601
- #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1926
602
  msgid ""
603
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
604
  "Facebook share count to work"
@@ -624,10 +641,10 @@ msgstr "Miscelânia"
624
  msgid "3rd Party Integration"
625
  msgstr ""
626
 
627
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
628
- #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
629
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
630
- #: ../admin/like_buttons.php:770
631
  msgid "Shortcode & Widget"
632
  msgstr "Shortcode & Widget"
633
 
@@ -635,10 +652,10 @@ msgstr "Shortcode & Widget"
635
  msgid "Troubleshooter"
636
  msgstr "Resolução de Problemas"
637
 
638
- #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
639
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
640
- #: ../admin/social_login.php:46 ../admin/social_login.php:1228
641
- #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
642
  msgid "FAQ"
643
  msgstr "P&R"
644
 
@@ -870,8 +887,8 @@ msgstr "Url personalizada"
870
  msgid "Url to share"
871
  msgstr "Url para compartilhar"
872
 
873
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
874
- #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
875
  #: ../inc/widget.php:945
876
  msgid "Title"
877
  msgstr "Título"
@@ -960,7 +977,7 @@ msgid "Placement"
960
  msgstr "Localização"
961
 
962
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
963
- #: ../admin/social_login.php:816 ../admin/social_login.php:845
964
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
965
  msgid "Homepage"
966
  msgstr "Homepage"
@@ -1290,31 +1307,28 @@ msgid "Master control to enable bit.ly url shortening for sharing"
1290
  msgstr ""
1291
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1292
 
1293
- #: ../admin/social_sharing.php:1659
1294
- msgid "bit.ly Login"
1295
  msgstr ""
1296
 
1297
- #: ../admin/social_sharing.php:1669 ../admin/social_sharing.php:1687
1298
- #, fuzzy, php-format
1299
- msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
 
 
 
 
1300
  msgstr ""
1301
- "Requirido para a Autenticação Social do Twitter funcionar. Por favor, siga a "
1302
- "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1303
- "para obter Twitter API Key"
1304
-
1305
- #: ../admin/social_sharing.php:1677 ../admin/like_buttons.php:631
1306
- msgid "bit.ly API Key"
1307
- msgstr "bit.ly API Key"
1308
 
1309
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:649
1310
  msgid "Clear Bitly Cache"
1311
  msgstr "Limpar o Cache Bitly"
1312
 
1313
- #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:653
1314
  msgid "ShortUrl cache cleared successfully."
1315
  msgstr "Cache ShortUrl limpo com sucesso."
1316
 
1317
- #: ../admin/social_sharing.php:1706 ../admin/like_buttons.php:660
1318
  msgid ""
1319
  "Use this to delete short urls saved in database. Handy, if urls of your "
1320
  "website have been changed but short urls are still being generated for old "
@@ -1324,31 +1338,31 @@ msgstr ""
1324
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1325
  "geradas para suas urls antigas."
1326
 
1327
- #: ../admin/social_sharing.php:1715
1328
  msgid "Share Count Cache"
1329
  msgstr "Cache de Contador de Compartilhamento"
1330
 
1331
- #: ../admin/social_sharing.php:1720
1332
  msgid "Refresh Share Count cache every"
1333
  msgstr "Atualizar o contador de compartilhamento a cada"
1334
 
1335
- #: ../admin/social_sharing.php:1725
1336
  msgid "Second(s)"
1337
  msgstr ""
1338
 
1339
- #: ../admin/social_sharing.php:1726
1340
  msgid "Minute(s)"
1341
  msgstr ""
1342
 
1343
- #: ../admin/social_sharing.php:1727
1344
  msgid "Hour(s)"
1345
  msgstr ""
1346
 
1347
- #: ../admin/social_sharing.php:1728
1348
  msgid "Day(s)"
1349
  msgstr ""
1350
 
1351
- #: ../admin/social_sharing.php:1736
1352
  #, fuzzy, php-format
1353
  msgid ""
1354
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1358,25 +1372,25 @@ msgstr ""
1358
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1359
  "páginas com os contadores de compartilhamento habilitados"
1360
 
1361
- #: ../admin/social_sharing.php:1743
1362
  msgid "Clear Share Counts Cache"
1363
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1364
 
1365
- #: ../admin/social_sharing.php:1747
1366
  msgid "Share Counts cache cleared successfully."
1367
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1368
 
1369
- #: ../admin/social_sharing.php:1754
1370
  msgid "Use this to clear cached share counts"
1371
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1372
 
1373
- #: ../admin/social_sharing.php:1763 ../admin/social_sharing.php:1768
1374
- #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:669
1375
- #: ../admin/like_buttons.php:674
1376
  msgid "Language"
1377
  msgstr "Languagem"
1378
 
1379
- #: ../admin/social_sharing.php:1778
1380
  #, php-format
1381
  msgid ""
1382
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1387,15 +1401,15 @@ msgstr ""
1387
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1388
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1389
 
1390
- #: ../admin/social_sharing.php:1787
1391
  msgid "Username in sharing"
1392
  msgstr "Username no compartilhamento"
1393
 
1394
- #: ../admin/social_sharing.php:1792
1395
  msgid "Twitter username (without @)"
1396
  msgstr "Username do Twitter (sem @)"
1397
 
1398
- #: ../admin/social_sharing.php:1802 ../admin/social_sharing.php:1820
1399
  msgid ""
1400
  "Provided username will be appended after the content being shared as \"via "
1401
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1405,36 +1419,36 @@ msgstr ""
1405
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1406
  "no conteúdo sendo compartilhado."
1407
 
1408
- #: ../admin/social_sharing.php:1810
1409
  msgid "Buffer username (without @)"
1410
  msgstr "Username do Buffer (sem @)"
1411
 
1412
- #: ../admin/social_sharing.php:1829
1413
  msgid "AMP"
1414
  msgstr ""
1415
 
1416
- #: ../admin/social_sharing.php:1834
1417
  #, fuzzy
1418
  msgid "Enable sharing on AMP pages"
1419
  msgstr "Habilia a página de autenticação"
1420
 
1421
- #: ../admin/social_sharing.php:1844
1422
  msgid "Enable this option to render sharing icons on AMP pages"
1423
  msgstr ""
1424
 
1425
- #: ../admin/social_sharing.php:1863 ../admin/like_buttons.php:745
1426
  msgid "myCRED"
1427
  msgstr ""
1428
 
1429
- #: ../admin/social_sharing.php:1868 ../admin/like_buttons.php:750
1430
  msgid "Append myCRED referral ID to the urls being shared"
1431
  msgstr ""
1432
 
1433
- #: ../admin/social_sharing.php:1901
1434
  msgid "Facebook Sharing Troubleshooter"
1435
  msgstr "Solução de problema no compartilhamento com o Facebook"
1436
 
1437
- #: ../admin/social_sharing.php:1906
1438
  #, fuzzy
1439
  msgid ""
1440
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1446,29 +1460,29 @@ msgstr ""
1446
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1447
  "website:"
1448
 
1449
- #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1450
- #: ../admin/social_login.php:1230
1451
  msgid ""
1452
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1453
  "an online website for the plugin to function properly."
1454
  msgstr ""
1455
 
1456
- #: ../admin/social_sharing.php:1924
1457
  msgid ""
1458
  "Why is sharer not showing the correct image, title and other meta tags "
1459
  "content?"
1460
  msgstr ""
1461
 
1462
- #: ../admin/social_sharing.php:1925
1463
  #, fuzzy
1464
  msgid "Why is Facebook share count not working?"
1465
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1466
 
1467
- #: ../admin/social_sharing.php:1928
1468
  msgid "Why is Instagram icon redirecting to Instagram website?"
1469
  msgstr ""
1470
 
1471
- #: ../admin/social_sharing.php:1929
1472
  msgid ""
1473
  "Instagram icon is there to send website visitors to the Instagram page of "
1474
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1476,49 +1490,49 @@ msgid ""
1476
  "sections."
1477
  msgstr ""
1478
 
1479
- #: ../admin/social_sharing.php:1932
1480
  #, fuzzy
1481
  msgid "How to customize the url being shared?"
1482
  msgstr ""
1483
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1484
 
1485
- #: ../admin/social_sharing.php:1933
1486
  msgid ""
1487
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1488
  msgstr ""
1489
 
1490
- #: ../admin/social_sharing.php:1934
1491
  msgid ""
1492
  "It takes some time for their service to track the shares made on Twitter "
1493
  "from your website. If you still feel it's taking too long you can contact "
1494
  "their support directly from their website."
1495
  msgstr ""
1496
 
1497
- #: ../admin/social_sharing.php:1936 ../admin/like_buttons.php:787
1498
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1499
  msgstr ""
1500
 
1501
- #: ../admin/social_sharing.php:1937
1502
  msgid ""
1503
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1504
  msgstr ""
1505
 
1506
- #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1507
- #: ../admin/social_login.php:1237
1508
  msgid "Why is my browser blocking some features of the plugin?"
1509
  msgstr ""
1510
 
1511
- #: ../admin/social_sharing.php:1939
1512
  #, fuzzy
1513
  msgid "Why the color of share icons is not being updated?"
1514
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1515
 
1516
- #: ../admin/social_sharing.php:1940
1517
  #, fuzzy
1518
  msgid "Why Facebook share counts are not appearing?"
1519
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1520
 
1521
- #: ../admin/social_sharing.php:1941
1522
  msgid ""
1523
  "How can I show share counts of my website rather than of individual pages/"
1524
  "posts?"
@@ -1526,53 +1540,53 @@ msgstr ""
1526
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1527
  "das páginas/posts individuais?"
1528
 
1529
- #: ../admin/social_sharing.php:1942
1530
  msgid "How can I disable sharing on particular page/post?"
1531
  msgstr ""
1532
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1533
 
1534
- #: ../admin/social_sharing.php:1943
1535
  msgid "How can I specify minimum sharing count for sharing networks?"
1536
  msgstr ""
1537
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1538
  "sociais?"
1539
 
1540
- #: ../admin/social_sharing.php:1944
1541
  msgid "How to share specific page?"
1542
  msgstr "Como compartilhar página específica?"
1543
 
1544
- #: ../admin/social_sharing.php:1945
1545
  msgid "How to integrate Google Analytics with sharing?"
1546
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1547
 
1548
- #: ../admin/social_sharing.php:1946
1549
  msgid "How to customize the look of total share counts?"
1550
  msgstr ""
1551
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1552
 
1553
- #: ../admin/social_sharing.php:1947
1554
  msgid "How to customize the look of individual share counts?"
1555
  msgstr ""
1556
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1557
 
1558
- #: ../admin/social_sharing.php:1948
1559
  msgid "How to show Whatsapp icon only on mobile devices?"
1560
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1561
 
1562
- #: ../admin/social_sharing.php:1949
1563
  msgid "How to hide arrow after floating sharing bar?"
1564
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1565
 
1566
- #: ../admin/social_sharing.php:1950
1567
  #, fuzzy
1568
  msgid "Why is share count not getting updated?"
1569
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1570
 
1571
- #: ../admin/social_sharing.php:1951 ../admin/like_buttons.php:785
1572
  msgid "Why is there so much space between like buttons?"
1573
  msgstr ""
1574
 
1575
- #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:786
1576
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1577
  msgstr ""
1578
 
@@ -1828,11 +1842,11 @@ msgstr "Configuração Básica"
1828
  msgid "Advanced Configuration"
1829
  msgstr "Configuração Básica"
1830
 
1831
- #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1832
  msgid "GDPR"
1833
  msgstr ""
1834
 
1835
- #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1836
  msgid "XProfile Integration"
1837
  msgstr ""
1838
 
@@ -1959,7 +1973,7 @@ msgstr ""
1959
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1960
 
1961
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1962
- #: ../admin/social_login.php:400 ../admin/social_login.php:420
1963
  #, fuzzy
1964
  msgid ""
1965
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2088,32 +2102,48 @@ msgid "Vkontakte Secure key"
2088
  msgstr "Vkontakte"
2089
 
2090
  #: ../admin/social_login.php:368
2091
- msgid "Instagram Client ID"
 
2092
  msgstr "Instagram Client ID"
2093
 
2094
  #: ../admin/social_login.php:378
2095
- #, php-format
2096
  msgid ""
2097
  "Required for Instagram Social Login to work. Please follow the documentation "
2098
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
2099
  msgstr ""
2100
  "Requirido para Autenticação Social Instagram funcionar. Por favor siga a "
2101
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2102
  "obter Instagram Client ID"
2103
 
2104
- #: ../admin/social_login.php:380
2105
  #, fuzzy
2106
  msgid ""
2107
- "Paste following url in <strong>Website URL</strong> option mentioned at the "
2108
- "link"
2109
  msgstr ""
2110
- "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
2111
 
2112
  #: ../admin/social_login.php:389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2113
  msgid "Line Channel ID"
2114
  msgstr ""
2115
 
2116
- #: ../admin/social_login.php:398
2117
  #, fuzzy, php-format
2118
  msgid ""
2119
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2123,12 +2153,12 @@ msgstr ""
2123
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2124
  "obeter API Key do LinkedIn"
2125
 
2126
- #: ../admin/social_login.php:409
2127
  #, fuzzy
2128
  msgid "Line Channel Secret"
2129
  msgstr "LinkedIn"
2130
 
2131
- #: ../admin/social_login.php:418
2132
  #, fuzzy, php-format
2133
  msgid ""
2134
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2138,12 +2168,12 @@ msgstr ""
2138
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2139
  "obeter API Key do LinkedIn"
2140
 
2141
- #: ../admin/social_login.php:429
2142
  #, fuzzy
2143
  msgid "Microsoft Client ID"
2144
  msgstr "Google+ Client ID"
2145
 
2146
- #: ../admin/social_login.php:438
2147
  #, fuzzy, php-format
2148
  msgid ""
2149
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2153,7 +2183,7 @@ msgstr ""
2153
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2154
  "obter o GooglePlus Client ID"
2155
 
2156
- #: ../admin/social_login.php:440 ../admin/social_login.php:460
2157
  #, fuzzy
2158
  msgid ""
2159
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2161,12 +2191,12 @@ msgid ""
2161
  msgstr ""
2162
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2163
 
2164
- #: ../admin/social_login.php:449
2165
  #, fuzzy
2166
  msgid "Microsoft Client Secret"
2167
  msgstr "Google+ Client ID"
2168
 
2169
- #: ../admin/social_login.php:458
2170
  #, fuzzy, php-format
2171
  msgid ""
2172
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2177,12 +2207,12 @@ msgstr ""
2177
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2178
  "obter o GooglePlus Client ID"
2179
 
2180
- #: ../admin/social_login.php:468
2181
  #, fuzzy
2182
  msgid "Steam API Key"
2183
  msgstr "Twitter API Key"
2184
 
2185
- #: ../admin/social_login.php:477
2186
  #, fuzzy, php-format
2187
  msgid ""
2188
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2192,56 +2222,56 @@ msgstr ""
2192
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2193
  "para obter Twitter API Key"
2194
 
2195
- #: ../admin/social_login.php:478
2196
  #, fuzzy
2197
  msgid "Save following <strong>domain</strong> to get the key"
2198
  msgstr ""
2199
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2200
  "mencionado"
2201
 
2202
- #: ../admin/social_login.php:494
2203
  #, fuzzy
2204
  msgid "Social Login Options"
2205
  msgstr "Autenticação Social"
2206
 
2207
- #: ../admin/social_login.php:509
2208
  msgid "Text to display above the Social Login interface"
2209
  msgstr "Texto exibido acima da interface de Autenticação Social"
2210
 
2211
- #: ../admin/social_login.php:517
2212
  msgid "Trigger social login in the same browser tab"
2213
  msgstr ""
2214
 
2215
- #: ../admin/social_login.php:527
2216
  msgid "Trigger social login in the same browser tab instead of a popup window"
2217
  msgstr ""
2218
 
2219
- #: ../admin/social_login.php:534
2220
  #, fuzzy
2221
  msgid "Center align icons"
2222
  msgstr "Rearranjar ícones"
2223
 
2224
- #: ../admin/social_login.php:544
2225
  #, fuzzy
2226
  msgid "Center align social login icons"
2227
  msgstr "Autenticação Social"
2228
 
2229
- #: ../admin/social_login.php:551
2230
  msgid "Enable at login page"
2231
  msgstr "Habilia a página de autenticação"
2232
 
2233
- #: ../admin/social_login.php:561
2234
  msgid ""
2235
  "Social Login interface will get enabled at the login page of your website"
2236
  msgstr ""
2237
  "Interface de Autenticação Social será habilitada na página de autenticação "
2238
  "do seu website"
2239
 
2240
- #: ../admin/social_login.php:568
2241
  msgid "Enable at register page"
2242
  msgstr "Habilitar página de registro"
2243
 
2244
- #: ../admin/social_login.php:578
2245
  msgid ""
2246
  "Social Login interface will get enabled at the registration page of your "
2247
  "website"
@@ -2249,21 +2279,21 @@ msgstr ""
2249
  "Interface de Autenticação Social será habilitada na página de registro de "
2250
  "seu website"
2251
 
2252
- #: ../admin/social_login.php:585
2253
  msgid "Enable at comment form"
2254
  msgstr "Habilitar no formulário de comentário"
2255
 
2256
- #: ../admin/social_login.php:595
2257
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2258
  msgstr ""
2259
  "Interface de Autenticação Social será habilitada em seu formulário de "
2260
  "comentários Wordpress"
2261
 
2262
- #: ../admin/social_login.php:609
2263
  msgid "Enable before WooCommerce Customer Login Form"
2264
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2265
 
2266
- #: ../admin/social_login.php:619
2267
  msgid ""
2268
  "Social Login Interface will get enabled before the customer login form at "
2269
  "WooCommerce My Account page"
@@ -2271,13 +2301,13 @@ msgstr ""
2271
  "Interface de Autenticação Social será habilitada antes do formulário de "
2272
  "autenticação de cliente na página Minha Conta do WooCommerce"
2273
 
2274
- #: ../admin/social_login.php:626
2275
  #, fuzzy
2276
  msgid "Enable at WooCommerce Customer Login Form"
2277
  msgstr ""
2278
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2279
 
2280
- #: ../admin/social_login.php:636
2281
  #, fuzzy
2282
  msgid ""
2283
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2286,13 +2316,13 @@ msgstr ""
2286
  "Interface de Autenticação Social será habilitada depois do formulário de "
2287
  "autenticação de cliente na página Minha Conta do WooCommerce"
2288
 
2289
- #: ../admin/social_login.php:643
2290
  #, fuzzy
2291
  msgid "Enable at WooCommerce Customer Register Form"
2292
  msgstr ""
2293
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2294
 
2295
- #: ../admin/social_login.php:653
2296
  #, fuzzy
2297
  msgid ""
2298
  "Integrate Social Login Interface with the customer register form at "
@@ -2301,22 +2331,22 @@ msgstr ""
2301
  "Interface de Autenticação Social será habilitada depois do formulário de "
2302
  "autenticação de cliente na página Minha Conta do WooCommerce"
2303
 
2304
- #: ../admin/social_login.php:660
2305
  msgid "Enable at WooCommerce checkout page"
2306
  msgstr "Habilitado na página de checkout do WooCommerce"
2307
 
2308
- #: ../admin/social_login.php:670
2309
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2310
  msgstr ""
2311
  "Interface de Autenticação Social será habilitada página de checkout do "
2312
  "WooCommerce"
2313
 
2314
- #: ../admin/social_login.php:680
2315
  msgid "Auto-approve comments made by Social Login users"
2316
  msgstr ""
2317
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2318
 
2319
- #: ../admin/social_login.php:690
2320
  msgid ""
2321
  "If this option is enabled, and WordPress comment is made by Social Login "
2322
  "user, comment will get approved immediately without keeping in moderation."
@@ -2325,15 +2355,15 @@ msgstr ""
2325
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2326
  "considerações de moderação."
2327
 
2328
- #: ../admin/social_login.php:691
2329
  msgid "Note: This is not related to Facebook comments"
2330
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2331
 
2332
- #: ../admin/social_login.php:700
2333
  msgid "Enable social avatar"
2334
  msgstr "Habilitar o avatar social"
2335
 
2336
- #: ../admin/social_login.php:710
2337
  msgid ""
2338
  "Social profile pictures of the logged in user will be displayed as profile "
2339
  "avatar"
@@ -2341,30 +2371,30 @@ msgstr ""
2341
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2342
  "do perfil"
2343
 
2344
- #: ../admin/social_login.php:719
2345
  msgid "Avatar quality"
2346
  msgstr "Qualidade do Avatar"
2347
 
2348
- #: ../admin/social_login.php:722
2349
  msgid "Average"
2350
  msgstr "Média"
2351
 
2352
- #: ../admin/social_login.php:723
2353
  msgid "Best"
2354
  msgstr "Melhor"
2355
 
2356
- #: ../admin/social_login.php:730
2357
  msgid "Choose avatar quality"
2358
  msgstr "Escolha a qualidade do avatar"
2359
 
2360
- #: ../admin/social_login.php:738
2361
  msgid ""
2362
  "Show option for users to update social avatar at BuddyPress profile page"
2363
  msgstr ""
2364
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2365
  "perfil do BuddyPress"
2366
 
2367
- #: ../admin/social_login.php:748
2368
  msgid ""
2369
  "If enabled, users would be able to update their social avatar from \"Profile "
2370
  "photo\" section in BuddyPress profile at front-end"
@@ -2372,7 +2402,7 @@ msgstr ""
2372
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2373
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2374
 
2375
- #: ../admin/social_login.php:768
2376
  msgid ""
2377
  "If enabled and Social ID provider does not provide user's email address on "
2378
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2382,11 +2412,11 @@ msgstr ""
2382
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2383
  "email. Do contrário, um email postiço será gerado"
2384
 
2385
- #: ../admin/social_login.php:776
2386
  msgid "Send post-registration email to user to set account password"
2387
  msgstr ""
2388
 
2389
- #: ../admin/social_login.php:786
2390
  msgid ""
2391
  "If enabled, an email will be sent to user after registration through Social "
2392
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2396,12 +2426,12 @@ msgstr ""
2396
  "Social, com respeito as credecial do usuário para autenticação (username-"
2397
  "senha para possibilitar a autenticação via formulário tradicional)"
2398
 
2399
- #: ../admin/social_login.php:793
2400
  #, fuzzy
2401
  msgid "Send new user registration notification email to admin"
2402
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2403
 
2404
- #: ../admin/social_login.php:803
2405
  #, fuzzy
2406
  msgid ""
2407
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2411,40 +2441,40 @@ msgstr ""
2411
  "Social, com respeito as credecial do usuário para autenticação (username-"
2412
  "senha para possibilitar a autenticação via formulário tradicional)"
2413
 
2414
- #: ../admin/social_login.php:810
2415
  msgid "Login redirection"
2416
  msgstr "Redireção de autenticação"
2417
 
2418
- #: ../admin/social_login.php:814
2419
  msgid "Same page where user logged in"
2420
  msgstr "Mesma página onde o usuário autenticou-se"
2421
 
2422
- #: ../admin/social_login.php:818 ../admin/social_login.php:847
2423
  msgid "Account dashboard"
2424
  msgstr "Painel da Conta"
2425
 
2426
- #: ../admin/social_login.php:821 ../admin/social_login.php:850
2427
  msgid "BuddyPress profile page"
2428
  msgstr "Página de perfil BuddyPress"
2429
 
2430
- #: ../admin/social_login.php:824 ../admin/social_login.php:853
2431
  msgid "Custom Url"
2432
  msgstr "Url Personalizada"
2433
 
2434
- #: ../admin/social_login.php:832
2435
  msgid "User will be redirected to the selected page after Social Login"
2436
  msgstr ""
2437
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2438
 
2439
- #: ../admin/social_login.php:839
2440
  msgid "Registration redirection"
2441
  msgstr "Redirecionamento de registro"
2442
 
2443
- #: ../admin/social_login.php:843
2444
  msgid "Same page from where user registered"
2445
  msgstr "Mesma página de onde o usuário se registrou"
2446
 
2447
- #: ../admin/social_login.php:861
2448
  msgid ""
2449
  "User will be redirected to the selected page after registration (first "
2450
  "Social Login) through Social Login"
@@ -2452,23 +2482,23 @@ msgstr ""
2452
  "O usuário será redirecionado para a página selecionada após o registro "
2453
  "(primeira Autenticação Social) através da Autenticação Social"
2454
 
2455
- #: ../admin/social_login.php:870
2456
  #, fuzzy
2457
  msgid "Social Account Linking Options"
2458
  msgstr "Comentário Social"
2459
 
2460
- #: ../admin/social_login.php:885
2461
  #, fuzzy
2462
  msgid "Text to display above the Social Account Linking interface"
2463
  msgstr "Texto exibido acima da interface de Autenticação Social"
2464
 
2465
- #: ../admin/social_login.php:892
2466
  #, fuzzy
2467
  msgid ""
2468
  "Link social account to already existing account, if email address matches"
2469
  msgstr "Associe sua conta social ao login de sua conta neste website"
2470
 
2471
- #: ../admin/social_login.php:902
2472
  msgid ""
2473
  "If email address of the user's Social Account matches with an already "
2474
  "existing account at your website, that social account will be linked to "
@@ -2476,11 +2506,11 @@ msgid ""
2476
  "Linking interface at their profile page."
2477
  msgstr ""
2478
 
2479
- #: ../admin/social_login.php:910
2480
  msgid "Enable social account linking at BuddyPress profile page"
2481
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2482
 
2483
- #: ../admin/social_login.php:920
2484
  msgid ""
2485
  "Enable this option to show social account linking interface at BuddyPress "
2486
  "profile page"
@@ -2488,15 +2518,15 @@ msgstr ""
2488
  "Habilitar estar opção para exibir a conta social associada a página de "
2489
  "interface de perfil do BuddyPress"
2490
 
2491
- #: ../admin/social_login.php:931
2492
  msgid "Email popup options"
2493
  msgstr "Opções de popup de email"
2494
 
2495
- #: ../admin/social_login.php:936
2496
  msgid "Text on 'Email required' popup"
2497
  msgstr "Texto popup de 'Email requerido'"
2498
 
2499
- #: ../admin/social_login.php:946
2500
  msgid ""
2501
  "This text will be displayed on email required popup. Leave empty if not "
2502
  "required."
@@ -2504,11 +2534,11 @@ msgstr ""
2504
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2505
  "o email não for requerido."
2506
 
2507
- #: ../admin/social_login.php:954
2508
  msgid "Error message for 'Email required' popup"
2509
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2510
 
2511
- #: ../admin/social_login.php:964
2512
  msgid ""
2513
  "This message will be displayed to user if it provides invalid or already "
2514
  "registered email"
@@ -2516,11 +2546,11 @@ msgstr ""
2516
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2517
  "ou já registrado"
2518
 
2519
- #: ../admin/social_login.php:972
2520
  msgid "Email popup height"
2521
  msgstr "Altura do popup de email"
2522
 
2523
- #: ../admin/social_login.php:982
2524
  msgid ""
2525
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2526
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2530,11 +2560,11 @@ msgstr ""
2530
  "requirido\\\", você pode incrementar a altura do popup através de "
2531
  "especificação nesta opção. Deixe vazio para padrão."
2532
 
2533
- #: ../admin/social_login.php:989
2534
  msgid "Enable email verification"
2535
  msgstr "Habilitar verificação de email"
2536
 
2537
- #: ../admin/social_login.php:999
2538
  msgid ""
2539
  "If enabled, email provided by the user will be verified by sending a "
2540
  "confirmation link to that email. User would not be able to login without "
@@ -2544,107 +2574,107 @@ msgstr ""
2544
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2545
  "antes de validar seu email"
2546
 
2547
- #: ../admin/social_login.php:1019
2548
  #, fuzzy
2549
  msgid "Enable GDPR opt-in"
2550
  msgstr "Habilitar comentário Disqus"
2551
 
2552
- #: ../admin/social_login.php:1029
2553
  msgid ""
2554
  "Enable it to show GDPR opt-in for social login and social account linking"
2555
  msgstr ""
2556
 
2557
- #: ../admin/social_login.php:1037
2558
  #, fuzzy
2559
  msgid "Placement of GDPR opt-in"
2560
  msgstr "Habilitar comentário Disqus"
2561
 
2562
- #: ../admin/social_login.php:1041
2563
  #, fuzzy
2564
  msgid "Above Social Login icons"
2565
  msgstr "Autenticação Social"
2566
 
2567
- #: ../admin/social_login.php:1043
2568
  #, fuzzy
2569
  msgid "Below Social Login icons"
2570
  msgstr "Autenticação Social"
2571
 
2572
- #: ../admin/social_login.php:1049
2573
  #, fuzzy
2574
  msgid "Placement of GDPR opt-in above or below the social login icons"
2575
  msgstr "Texto exibido acima da interface de Autenticação Social"
2576
 
2577
- #: ../admin/social_login.php:1056
2578
  msgid "Opt-in text"
2579
  msgstr ""
2580
 
2581
- #: ../admin/social_login.php:1066
2582
  #, fuzzy
2583
  msgid "Text for the GDPR opt-in"
2584
  msgstr "Habilitar comentário Disqus"
2585
 
2586
- #: ../admin/social_login.php:1073
2587
  msgid "Text to link to Terms-Conditions page"
2588
  msgstr ""
2589
 
2590
- #: ../admin/social_login.php:1083
2591
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2592
  msgstr ""
2593
 
2594
- #: ../admin/social_login.php:1090
2595
  msgid "Terms-Conditions Url"
2596
  msgstr ""
2597
 
2598
- #: ../admin/social_login.php:1100
2599
  #, fuzzy
2600
  msgid "Url of the terms-conditions page of your website"
2601
  msgstr "Url da homepage do seu website"
2602
 
2603
- #: ../admin/social_login.php:1107
2604
  msgid "Text to link to Privacy Policy page"
2605
  msgstr ""
2606
 
2607
- #: ../admin/social_login.php:1117
2608
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2609
  msgstr ""
2610
 
2611
- #: ../admin/social_login.php:1124
2612
  msgid "Privacy Policy Url"
2613
  msgstr ""
2614
 
2615
- #: ../admin/social_login.php:1134
2616
  #, fuzzy
2617
  msgid "Url of the privacy policy page of your website"
2618
  msgstr "Url da homepage do seu website"
2619
 
2620
- #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2621
  #: ../inc/widget.php:602 ../inc/widget.php:750
2622
  msgid "Select"
2623
  msgstr "Selecione"
2624
 
2625
- #: ../admin/social_login.php:1216
2626
  msgid "Social Login Shortcode & Widget"
2627
  msgstr "Autenticação Social Shortcode & Widget"
2628
 
2629
- #: ../admin/social_login.php:1217
2630
  msgid "Social Linking Shortcode"
2631
  msgstr "Shortcode de associação Social"
2632
 
2633
- #: ../admin/social_login.php:1232
2634
  msgid "Why is social login not working?"
2635
  msgstr ""
2636
 
2637
- #: ../admin/social_login.php:1233
2638
  msgid ""
2639
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2640
  "belong to the same app"
2641
  msgstr ""
2642
 
2643
- #: ../admin/social_login.php:1235
2644
  msgid "Social Login not working with Varnish enabled"
2645
  msgstr ""
2646
 
2647
- #: ../admin/social_login.php:1236
2648
  msgid ""
2649
  "Why the user is not appearing logged in even after Social Login until the "
2650
  "webpage is refreshed manually?"
@@ -2786,29 +2816,7 @@ msgstr ""
2786
  msgid "Enable bit.ly url shortener for tweet button"
2787
  msgstr "Habilitar bit.ly url shortener para botões tweet"
2788
 
2789
- #: ../admin/like_buttons.php:613
2790
- msgid "bit.ly username"
2791
- msgstr "username bit.ly"
2792
-
2793
- #: ../admin/like_buttons.php:623
2794
- #, php-format
2795
- msgid ""
2796
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2797
- "\">this link</a> to get bit.ly username"
2798
- msgstr ""
2799
- "Autentique-se em sua conta bit.ly e navegue para <a href=\\\"%s\\\" target=\\"
2800
- "\"_blank\\\">este link</a> pata obter o username do bit.ly"
2801
-
2802
- #: ../admin/like_buttons.php:641
2803
- #, php-format
2804
- msgid ""
2805
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2806
- "\">this link</a> to get your API key"
2807
- msgstr ""
2808
- "Autentique-se em sua conta bit.ly e navegue para <a href=\\\"%s\\\" target=\\"
2809
- "\"_blank\\\">este link</a> para obter a sua API key"
2810
-
2811
- #: ../admin/like_buttons.php:684
2812
  #, php-format
2813
  msgid ""
2814
  "Enter the code of the language you want to use to render counters. You can "
@@ -2819,15 +2827,15 @@ msgstr ""
2819
  "pode encontrar os códigos de linguagem <a href=\\\"%s\\\" target=\\\"_blank\\"
2820
  "\">neste link</a>. Deixá-lo vazio define linguagem padrão(inglês)"
2821
 
2822
- #: ../admin/like_buttons.php:693
2823
  msgid "Twitter Username"
2824
  msgstr "Username do Twitter"
2825
 
2826
- #: ../admin/like_buttons.php:698
2827
  msgid "Twitter username for Tweet (without @)"
2828
  msgstr "Username do Twitter para Tweet (sem @)"
2829
 
2830
- #: ../admin/like_buttons.php:708
2831
  msgid ""
2832
  "Provided username will be appended after the content being tweeted as \"via "
2833
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2835,11 +2843,11 @@ msgstr ""
2835
  "Username fornecido será adicionado após o conteúdo a ser tweetado como \\"
2836
  "\"via @USERNAME\\\". Deixe vazio se você não deseja um username."
2837
 
2838
- #: ../admin/like_buttons.php:716
2839
  msgid "Twitter username for Buffer sharing (without @)"
2840
  msgstr "Username do Twitter para Buffer de compartilhamento (sem @)"
2841
 
2842
- #: ../admin/like_buttons.php:726
2843
  msgid ""
2844
  "Provided username will be appended after the content in Buffer sharing as "
2845
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2848,7 +2856,7 @@ msgstr ""
2848
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
2849
  "nenhum username."
2850
 
2851
- #: ../admin/like_buttons.php:772
2852
  msgid "Like Buttons Shortcode & Widget"
2853
  msgstr "Botões Like Shortcode & Widget"
2854
 
@@ -2875,36 +2883,36 @@ msgstr ""
2875
  msgid "Archives"
2876
  msgstr "Arquivos de Categorias"
2877
 
2878
- #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2879
  msgid "Invalid request"
2880
  msgstr "Requisição inválida"
2881
 
2882
- #: ../inc/social_sharing.php:916
2883
  msgid "Providers not selected"
2884
  msgstr "Provedor não selecionado"
2885
 
2886
- #: ../inc/social_login.php:720
2887
  msgid "Email"
2888
  msgstr ""
2889
 
2890
- #: ../inc/social_login.php:721
2891
  msgid "Confirm email"
2892
  msgstr ""
2893
 
2894
- #: ../inc/social_login.php:723
2895
  msgid "Save"
2896
  msgstr ""
2897
 
2898
- #: ../inc/social_login.php:724
2899
  msgid "Cancel"
2900
  msgstr ""
2901
 
2902
- #: ../inc/social_login.php:798
2903
  #, fuzzy
2904
  msgid "Email Verification"
2905
  msgstr "Habilitar verificação de email"
2906
 
2907
- #: ../inc/social_login.php:800
2908
  msgid ""
2909
  "Please click on the following link or paste it in browser to verify your "
2910
  "email"
@@ -3183,6 +3191,41 @@ msgstr ""
3183
  msgid "RSS Feed URL:"
3184
  msgstr ""
3185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3186
  #~ msgid "Xing"
3187
  #~ msgstr "Xing"
3188
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-07-10 12:00+0530\n"
6
+ "PO-Revision-Date: 2020-07-10 12:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:520
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:524 ../super_socializer.php:538
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:534
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:708
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
36
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
37
  "que contatar o administrador do servidor do seu website para verificar isso."
38
 
39
+ #: ../super_socializer.php:736
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
47
  "%s)"
48
 
49
+ #: ../super_socializer.php:739
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
56
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
57
  "%s)"
58
 
59
+ #: ../super_socializer.php:742
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
64
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
65
  "que contatar o administrador do servidor do seu website para verificar isso."
66
 
67
+ #: ../super_socializer.php:924 ../helper.php:961
68
  msgid "Please verify your email address to login."
69
  msgstr "Por favor verifique seu endereço de email no login."
70
 
71
+ #: ../super_socializer.php:924
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
74
 
75
+ #: ../super_socializer.php:928
76
  msgid "Notification"
77
  msgstr "Notificaçao"
78
 
79
+ #: ../super_socializer.php:946 ../admin/social_login.php:779
80
  msgid "Email required"
81
  msgstr "Necessário email"
82
 
83
+ #: ../super_socializer.php:949
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "Por favor verifique sua caixa de email para completar o registro."
86
 
87
+ #: ../super_socializer.php:1018
88
  msgid "Leave a reply"
89
  msgstr "Deixe uma resposta"
90
 
91
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr ""
94
 
95
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr ""
98
 
99
+ #: ../super_socializer.php:1034
100
  #, fuzzy
101
  msgid "Link copied."
102
  msgstr "LinkedIn"
103
 
104
+ #: ../super_socializer.php:1280
105
  msgid "Super Socializer - General Options"
106
  msgstr "Super Socializer - Opções Gerais"
107
 
108
+ #: ../super_socializer.php:1280 ../admin/general_options.php:15
109
  #: ../admin/social_commenting.php:47
110
  msgid "General Options"
111
  msgstr "Opções Gerais"
112
 
113
+ #: ../super_socializer.php:1348 ../helper.php:883
114
  msgid "Social Avatar"
115
  msgstr "Avatar Social"
116
 
117
+ #: ../super_socializer.php:1351
118
  msgid "Small Avatar Url"
119
  msgstr "Url para Avatar pequeno"
120
 
121
+ #: ../super_socializer.php:1355
122
  msgid "Large Avatar Url"
123
  msgstr "Url para Avatar Grande"
124
 
125
+ #: ../super_socializer.php:1359 ../helper.php:886
126
  msgid ""
127
  "Do not fetch and update social avatar from my profile, next time I Social "
128
  "Login"
130
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
131
  "Autenticação Social"
132
 
133
+ #: ../super_socializer.php:1363 ../helper.php:887
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
136
 
137
+ #: ../super_socializer.php:1440
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
+ #: ../super_socializer.php:1441
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "Email fornecido já está registrado ou é inválido"
144
 
145
+ #: ../super_socializer.php:1446
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr ""
148
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
149
  "confirmá-lo"
150
 
151
+ #: ../super_socializer.php:1450 ../super_socializer.php:2148
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr "Associe sua conta social ao login de sua conta neste website"
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 Socializer"
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 Socializer"
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 Socializer"
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 Socializer"
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 Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1750
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1759
200
+ #, php-format
201
+ msgid ""
202
+ "To continue using Instagram login create a new Instagram App as described <a "
203
+ "href=\"%s\" target=\"_blank\">here</a> and save Instagram App ID and "
204
+ "Instagram App Secret <a href=\"%s\">here</a>"
205
+ msgstr ""
206
+
207
+ #: ../super_socializer.php:1768 ../super_socializer.php:1777
208
+ #, php-format
209
+ msgid ""
210
+ "To continue using bitly url shortener, login to your bit.ly account and "
211
+ "navigate to <strong>Profile Settings > Generic Access Token</strong> (top-"
212
+ "right corner), authenticate to generate access token and save it <a href=\"%s"
213
+ "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
214
+ msgstr ""
215
+
216
+ #: ../super_socializer.php:1793
217
  #, php-format
218
  msgid ""
219
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1817
223
  #, php-format
224
  msgid ""
225
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
227
  "target=\"_blank\">here</a>"
228
  msgstr ""
229
 
230
+ #: ../super_socializer.php:1817 ../super_socializer.php:1842
231
+ #: ../super_socializer.php:1867 ../super_socializer.php:1892
232
+ #: ../super_socializer.php:1925 ../super_socializer.php:1953
233
+ #: ../super_socializer.php:1980
234
  msgid "Okay"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1842
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
242
  "\">here</a>"
243
  msgstr ""
244
 
245
+ #: ../super_socializer.php:1867
246
  #, php-format
247
  msgid ""
248
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
250
  "target=\"_blank\">here</a>"
251
  msgstr ""
252
 
253
+ #: ../super_socializer.php:1892
254
  #, php-format
255
  msgid ""
256
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
258
  "target=\"_blank\">here</a>"
259
  msgstr ""
260
 
261
+ #: ../super_socializer.php:1903
262
  #, php-format
263
  msgid ""
264
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1925
268
  #, php-format
269
  msgid ""
270
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
+ #: ../super_socializer.php:1953
276
  #, php-format
277
  msgid ""
278
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
281
  "your website %s with them. No need to copy-paste any code from their website."
282
  msgstr ""
283
 
284
+ #: ../super_socializer.php:1980
285
  #, php-format
286
  msgid ""
287
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
289
  "\"%s\" target=\"_blank\">here</a>"
290
  msgstr ""
291
 
292
+ #: ../super_socializer.php:2005
293
  #, php-format
294
  msgid ""
295
  "If you cannot get Linkedin login to work after updating the plugin, replace "
297
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
298
  msgstr ""
299
 
300
+ #: ../super_socializer.php:2005 ../super_socializer.php:2032
301
  msgid "Dismiss"
302
  msgstr ""
303
 
304
+ #: ../super_socializer.php:2031
305
  #, php-format
306
  msgid ""
307
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
310
  "that, clear share counts cache from \"Miscellaneous\" section"
311
  msgstr ""
312
 
313
+ #: ../super_socializer.php:2224
314
  msgid ""
315
  "Your browser is blocking some features of this website. Please follow the "
316
  "instructions at {support_url} to unblock these."
345
  msgid "Settings"
346
  msgstr "Configurações"
347
 
348
+ #: ../helper.php:535
349
  msgid "Account linked successfully"
350
  msgstr "Conta associada com sucesso"
351
 
352
+ #: ../helper.php:539
353
  msgid "Account already exists or linked"
354
  msgstr "Conta já existente ou já está associada"
355
 
356
+ #: ../helper.php:575 ../helper.php:577
357
  #, fuzzy
358
  msgid "Login with"
359
  msgstr "Opções de autenticação"
360
 
361
+ #: ../helper.php:612 ../helper.php:618
362
  msgid "Currently"
363
  msgstr "Atualmente"
364
 
365
+ #: ../helper.php:612 ../helper.php:618
366
  msgid "Connected with"
367
  msgstr ""
368
 
369
+ #: ../helper.php:612 ../helper.php:618
370
  msgid "Remove"
371
  msgstr "Remover"
372
 
373
+ #: ../helper.php:689
374
  #, fuzzy
375
  msgid "Social Account Linking"
376
  msgstr "Comentário Social"
377
 
378
+ #: ../helper.php:739
379
  msgid "Disable Standard Social Sharing on this "
380
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
381
 
382
+ #: ../helper.php:744
383
  msgid "Disable Floating Social Sharing on this "
384
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
385
 
386
+ #: ../helper.php:749
387
  msgid "Disable Standard like buttons on this "
388
  msgstr "Desabilitar o botão de like padrão neste(a) "
389
 
390
+ #: ../helper.php:754
391
  msgid "Disable Floating like buttons on this "
392
  msgstr "Desabilitar o botão flutuante de like neste(a) "
393
 
394
+ #: ../helper.php:759
395
  msgid "Disable Social Commenting on this "
396
  msgstr "Desabilitar o Comentário Social neste(a) "
397
 
398
+ #: ../helper.php:768
399
  msgid "Standard Sharing Interface"
400
  msgstr "Interface Padrão de Compartilhamento"
401
 
402
+ #: ../helper.php:774 ../helper.php:793
403
  msgid "Starting share count for "
404
  msgstr "Iniciando contagem compartilhada para "
405
 
406
+ #: ../helper.php:787
407
  msgid "Floating Sharing Interface"
408
  msgstr "Interface de Compartilhamento Flutuante"
409
 
410
+ #: ../helper.php:890
411
  msgid "Small Avatar"
412
  msgstr "Avatar Pequeno"
413
 
414
+ #: ../helper.php:894
415
  msgid "Large Avatar"
416
  msgstr "Avatar Grande"
417
 
418
+ #: ../helper.php:898 ../admin/general_options.php:92
419
+ #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
420
+ #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
421
  msgid "Save Changes"
422
  msgstr "Salvar Alterações"
423
 
424
+ #: ../helper.php:998
425
  msgid "Click to delete social profile data"
426
  msgstr ""
427
 
428
+ #: ../helper.php:1027
429
  #, fuzzy
430
  msgid "Deleting"
431
  msgstr "Configurações"
432
 
433
+ #: ../helper.php:1037
434
  msgid "Deleted"
435
  msgstr ""
436
 
437
+ #: ../helper.php:1039
438
  msgid "Something bad happened"
439
  msgstr ""
440
 
441
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
442
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
443
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
444
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1273
445
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
446
  #, fuzzy, php-format
447
  msgid ""
448
  "You can appreciate the effort put in this free plugin by rating it <a href="
496
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
497
  "style&gt; )"
498
 
499
+ #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
500
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
501
+ #: ../admin/like_buttons.php:790
502
  #, fuzzy
503
  msgid "Instagram Shoutout"
504
  msgstr "Instagram"
505
 
506
+ #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
507
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
508
+ #: ../admin/like_buttons.php:792
509
  msgid ""
510
  "If you can send (to hello@heateor.com) how this plugin is helping your "
511
  "business, we would be glad to shoutout on Instagram. You can also send any "
615
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
616
  msgstr ""
617
 
618
+ #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1907
619
  msgid ""
620
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
621
  "Facebook share count to work"
641
  msgid "3rd Party Integration"
642
  msgstr ""
643
 
644
+ #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
645
+ #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
646
+ #: ../admin/social_login.php:1235 ../admin/like_buttons.php:50
647
+ #: ../admin/like_buttons.php:751
648
  msgid "Shortcode & Widget"
649
  msgstr "Shortcode & Widget"
650
 
652
  msgid "Troubleshooter"
653
  msgstr "Resolução de Problemas"
654
 
655
+ #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
656
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
657
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1249
658
+ #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
659
  msgid "FAQ"
660
  msgstr "P&R"
661
 
887
  msgid "Url to share"
888
  msgstr "Url para compartilhar"
889
 
890
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:520
891
+ #: ../admin/social_login.php:896 ../admin/like_buttons.php:105
892
  #: ../inc/widget.php:945
893
  msgid "Title"
894
  msgstr "Título"
977
  msgstr "Localização"
978
 
979
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
980
+ #: ../admin/social_login.php:837 ../admin/social_login.php:866
981
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
982
  msgid "Homepage"
983
  msgstr "Homepage"
1307
  msgstr ""
1308
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1309
 
1310
+ #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:613
1311
+ msgid "Bit.ly generic access token"
1312
  msgstr ""
1313
 
1314
+ #: ../admin/social_sharing.php:1669 ../admin/like_buttons.php:623
1315
+ #, php-format
1316
+ msgid ""
1317
+ "Login to your bit.ly account and navigate to <strong>Profile Settings > "
1318
+ "Generic Access Token</strong> (top-right corner) and authenticate to "
1319
+ "generate access token. More details at the <a href=\"%s\" target=\"_blank"
1320
+ "\">link</a>"
1321
  msgstr ""
 
 
 
 
 
 
 
1322
 
1323
+ #: ../admin/social_sharing.php:1676 ../admin/like_buttons.php:630
1324
  msgid "Clear Bitly Cache"
1325
  msgstr "Limpar o Cache Bitly"
1326
 
1327
+ #: ../admin/social_sharing.php:1680 ../admin/like_buttons.php:634
1328
  msgid "ShortUrl cache cleared successfully."
1329
  msgstr "Cache ShortUrl limpo com sucesso."
1330
 
1331
+ #: ../admin/social_sharing.php:1687 ../admin/like_buttons.php:641
1332
  msgid ""
1333
  "Use this to delete short urls saved in database. Handy, if urls of your "
1334
  "website have been changed but short urls are still being generated for old "
1338
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1339
  "geradas para suas urls antigas."
1340
 
1341
+ #: ../admin/social_sharing.php:1696
1342
  msgid "Share Count Cache"
1343
  msgstr "Cache de Contador de Compartilhamento"
1344
 
1345
+ #: ../admin/social_sharing.php:1701
1346
  msgid "Refresh Share Count cache every"
1347
  msgstr "Atualizar o contador de compartilhamento a cada"
1348
 
1349
+ #: ../admin/social_sharing.php:1706
1350
  msgid "Second(s)"
1351
  msgstr ""
1352
 
1353
+ #: ../admin/social_sharing.php:1707
1354
  msgid "Minute(s)"
1355
  msgstr ""
1356
 
1357
+ #: ../admin/social_sharing.php:1708
1358
  msgid "Hour(s)"
1359
  msgstr ""
1360
 
1361
+ #: ../admin/social_sharing.php:1709
1362
  msgid "Day(s)"
1363
  msgstr ""
1364
 
1365
+ #: ../admin/social_sharing.php:1717
1366
  #, fuzzy, php-format
1367
  msgid ""
1368
  "Frequent cache refreshing results in slower loading of pages with share "
1372
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1373
  "páginas com os contadores de compartilhamento habilitados"
1374
 
1375
+ #: ../admin/social_sharing.php:1724
1376
  msgid "Clear Share Counts Cache"
1377
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1378
 
1379
+ #: ../admin/social_sharing.php:1728
1380
  msgid "Share Counts cache cleared successfully."
1381
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1382
 
1383
+ #: ../admin/social_sharing.php:1735
1384
  msgid "Use this to clear cached share counts"
1385
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1386
 
1387
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1749
1388
+ #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:650
1389
+ #: ../admin/like_buttons.php:655
1390
  msgid "Language"
1391
  msgstr "Languagem"
1392
 
1393
+ #: ../admin/social_sharing.php:1759
1394
  #, php-format
1395
  msgid ""
1396
  "Enter the code of the language you want to use for like buttons. You can "
1401
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1402
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1403
 
1404
+ #: ../admin/social_sharing.php:1768
1405
  msgid "Username in sharing"
1406
  msgstr "Username no compartilhamento"
1407
 
1408
+ #: ../admin/social_sharing.php:1773
1409
  msgid "Twitter username (without @)"
1410
  msgstr "Username do Twitter (sem @)"
1411
 
1412
+ #: ../admin/social_sharing.php:1783 ../admin/social_sharing.php:1801
1413
  msgid ""
1414
  "Provided username will be appended after the content being shared as \"via "
1415
  "@USERNAME\". Leave empty if you do not want any username in the content "
1419
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1420
  "no conteúdo sendo compartilhado."
1421
 
1422
+ #: ../admin/social_sharing.php:1791
1423
  msgid "Buffer username (without @)"
1424
  msgstr "Username do Buffer (sem @)"
1425
 
1426
+ #: ../admin/social_sharing.php:1810
1427
  msgid "AMP"
1428
  msgstr ""
1429
 
1430
+ #: ../admin/social_sharing.php:1815
1431
  #, fuzzy
1432
  msgid "Enable sharing on AMP pages"
1433
  msgstr "Habilia a página de autenticação"
1434
 
1435
+ #: ../admin/social_sharing.php:1825
1436
  msgid "Enable this option to render sharing icons on AMP pages"
1437
  msgstr ""
1438
 
1439
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:726
1440
  msgid "myCRED"
1441
  msgstr ""
1442
 
1443
+ #: ../admin/social_sharing.php:1849 ../admin/like_buttons.php:731
1444
  msgid "Append myCRED referral ID to the urls being shared"
1445
  msgstr ""
1446
 
1447
+ #: ../admin/social_sharing.php:1882
1448
  msgid "Facebook Sharing Troubleshooter"
1449
  msgstr "Solução de problema no compartilhamento com o Facebook"
1450
 
1451
+ #: ../admin/social_sharing.php:1887
1452
  #, fuzzy
1453
  msgid ""
1454
  "If Facebook sharing is not working fine, click at the following link and "
1460
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1461
  "website:"
1462
 
1463
+ #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1464
+ #: ../admin/social_login.php:1251
1465
  msgid ""
1466
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1467
  "an online website for the plugin to function properly."
1468
  msgstr ""
1469
 
1470
+ #: ../admin/social_sharing.php:1905
1471
  msgid ""
1472
  "Why is sharer not showing the correct image, title and other meta tags "
1473
  "content?"
1474
  msgstr ""
1475
 
1476
+ #: ../admin/social_sharing.php:1906
1477
  #, fuzzy
1478
  msgid "Why is Facebook share count not working?"
1479
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1480
 
1481
+ #: ../admin/social_sharing.php:1909
1482
  msgid "Why is Instagram icon redirecting to Instagram website?"
1483
  msgstr ""
1484
 
1485
+ #: ../admin/social_sharing.php:1910
1486
  msgid ""
1487
  "Instagram icon is there to send website visitors to the Instagram page of "
1488
  "your choice. You can save the desired Instagram handle in \"Instagram "
1490
  "sections."
1491
  msgstr ""
1492
 
1493
+ #: ../admin/social_sharing.php:1913
1494
  #, fuzzy
1495
  msgid "How to customize the url being shared?"
1496
  msgstr ""
1497
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1498
 
1499
+ #: ../admin/social_sharing.php:1914
1500
  msgid ""
1501
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1502
  msgstr ""
1503
 
1504
+ #: ../admin/social_sharing.php:1915
1505
  msgid ""
1506
  "It takes some time for their service to track the shares made on Twitter "
1507
  "from your website. If you still feel it's taking too long you can contact "
1508
  "their support directly from their website."
1509
  msgstr ""
1510
 
1511
+ #: ../admin/social_sharing.php:1917 ../admin/like_buttons.php:768
1512
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1513
  msgstr ""
1514
 
1515
+ #: ../admin/social_sharing.php:1918
1516
  msgid ""
1517
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1518
  msgstr ""
1519
 
1520
+ #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1521
+ #: ../admin/social_login.php:1258
1522
  msgid "Why is my browser blocking some features of the plugin?"
1523
  msgstr ""
1524
 
1525
+ #: ../admin/social_sharing.php:1920
1526
  #, fuzzy
1527
  msgid "Why the color of share icons is not being updated?"
1528
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1529
 
1530
+ #: ../admin/social_sharing.php:1921
1531
  #, fuzzy
1532
  msgid "Why Facebook share counts are not appearing?"
1533
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1534
 
1535
+ #: ../admin/social_sharing.php:1922
1536
  msgid ""
1537
  "How can I show share counts of my website rather than of individual pages/"
1538
  "posts?"
1540
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1541
  "das páginas/posts individuais?"
1542
 
1543
+ #: ../admin/social_sharing.php:1923
1544
  msgid "How can I disable sharing on particular page/post?"
1545
  msgstr ""
1546
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1547
 
1548
+ #: ../admin/social_sharing.php:1924
1549
  msgid "How can I specify minimum sharing count for sharing networks?"
1550
  msgstr ""
1551
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1552
  "sociais?"
1553
 
1554
+ #: ../admin/social_sharing.php:1925
1555
  msgid "How to share specific page?"
1556
  msgstr "Como compartilhar página específica?"
1557
 
1558
+ #: ../admin/social_sharing.php:1926
1559
  msgid "How to integrate Google Analytics with sharing?"
1560
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1561
 
1562
+ #: ../admin/social_sharing.php:1927
1563
  msgid "How to customize the look of total share counts?"
1564
  msgstr ""
1565
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1566
 
1567
+ #: ../admin/social_sharing.php:1928
1568
  msgid "How to customize the look of individual share counts?"
1569
  msgstr ""
1570
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1571
 
1572
+ #: ../admin/social_sharing.php:1929
1573
  msgid "How to show Whatsapp icon only on mobile devices?"
1574
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1575
 
1576
+ #: ../admin/social_sharing.php:1930
1577
  msgid "How to hide arrow after floating sharing bar?"
1578
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1579
 
1580
+ #: ../admin/social_sharing.php:1931
1581
  #, fuzzy
1582
  msgid "Why is share count not getting updated?"
1583
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1584
 
1585
+ #: ../admin/social_sharing.php:1932 ../admin/like_buttons.php:766
1586
  msgid "Why is there so much space between like buttons?"
1587
  msgstr ""
1588
 
1589
+ #: ../admin/social_sharing.php:1933 ../admin/like_buttons.php:767
1590
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1591
  msgstr ""
1592
 
1842
  msgid "Advanced Configuration"
1843
  msgstr "Configuração Básica"
1844
 
1845
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1035
1846
  msgid "GDPR"
1847
  msgstr ""
1848
 
1849
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1186
1850
  msgid "XProfile Integration"
1851
  msgstr ""
1852
 
1973
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1974
 
1975
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1976
+ #: ../admin/social_login.php:421 ../admin/social_login.php:441
1977
  #, fuzzy
1978
  msgid ""
1979
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2102
  msgstr "Vkontakte"
2103
 
2104
  #: ../admin/social_login.php:368
2105
+ #, fuzzy
2106
+ msgid "Instagram App ID"
2107
  msgstr "Instagram Client ID"
2108
 
2109
  #: ../admin/social_login.php:378
2110
+ #, fuzzy, php-format
2111
  msgid ""
2112
  "Required for Instagram Social Login to work. Please follow the documentation "
2113
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
2114
  msgstr ""
2115
  "Requirido para Autenticação Social Instagram funcionar. Por favor siga a "
2116
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2117
  "obter Instagram Client ID"
2118
 
2119
+ #: ../admin/social_login.php:380 ../admin/social_login.php:401
2120
  #, fuzzy
2121
  msgid ""
2122
+ "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2123
+ "mentioned at the link"
2124
  msgstr ""
2125
+ "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2126
 
2127
  #: ../admin/social_login.php:389
2128
+ #, fuzzy
2129
+ msgid "Instagram App Secret"
2130
+ msgstr "Instagram"
2131
+
2132
+ #: ../admin/social_login.php:399
2133
+ #, fuzzy, php-format
2134
+ msgid ""
2135
+ "Required for Instagram Social Login to work. Please follow the documentation "
2136
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
2137
+ msgstr ""
2138
+ "Requirido para Autenticação Social Instagram funcionar. Por favor siga a "
2139
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2140
+ "obter Instagram Client ID"
2141
+
2142
+ #: ../admin/social_login.php:410
2143
  msgid "Line Channel ID"
2144
  msgstr ""
2145
 
2146
+ #: ../admin/social_login.php:419
2147
  #, fuzzy, php-format
2148
  msgid ""
2149
  "Required for Line Social Login to work. Please follow the documentation at "
2153
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2154
  "obeter API Key do LinkedIn"
2155
 
2156
+ #: ../admin/social_login.php:430
2157
  #, fuzzy
2158
  msgid "Line Channel Secret"
2159
  msgstr "LinkedIn"
2160
 
2161
+ #: ../admin/social_login.php:439
2162
  #, fuzzy, php-format
2163
  msgid ""
2164
  "Required for Line Social Login to work. Please follow the documentation at "
2168
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2169
  "obeter API Key do LinkedIn"
2170
 
2171
+ #: ../admin/social_login.php:450
2172
  #, fuzzy
2173
  msgid "Microsoft Client ID"
2174
  msgstr "Google+ Client ID"
2175
 
2176
+ #: ../admin/social_login.php:459
2177
  #, fuzzy, php-format
2178
  msgid ""
2179
  "Required for Live Social Login to work. Please follow the documentation at "
2183
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2184
  "obter o GooglePlus Client ID"
2185
 
2186
+ #: ../admin/social_login.php:461 ../admin/social_login.php:481
2187
  #, fuzzy
2188
  msgid ""
2189
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2191
  msgstr ""
2192
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2193
 
2194
+ #: ../admin/social_login.php:470
2195
  #, fuzzy
2196
  msgid "Microsoft Client Secret"
2197
  msgstr "Google+ Client ID"
2198
 
2199
+ #: ../admin/social_login.php:479
2200
  #, fuzzy, php-format
2201
  msgid ""
2202
  "Required for Live Social Login to work. Please follow the documentation at "
2207
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2208
  "obter o GooglePlus Client ID"
2209
 
2210
+ #: ../admin/social_login.php:489
2211
  #, fuzzy
2212
  msgid "Steam API Key"
2213
  msgstr "Twitter API Key"
2214
 
2215
+ #: ../admin/social_login.php:498
2216
  #, fuzzy, php-format
2217
  msgid ""
2218
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2222
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2223
  "para obter Twitter API Key"
2224
 
2225
+ #: ../admin/social_login.php:499
2226
  #, fuzzy
2227
  msgid "Save following <strong>domain</strong> to get the key"
2228
  msgstr ""
2229
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2230
  "mencionado"
2231
 
2232
+ #: ../admin/social_login.php:515
2233
  #, fuzzy
2234
  msgid "Social Login Options"
2235
  msgstr "Autenticação Social"
2236
 
2237
+ #: ../admin/social_login.php:530
2238
  msgid "Text to display above the Social Login interface"
2239
  msgstr "Texto exibido acima da interface de Autenticação Social"
2240
 
2241
+ #: ../admin/social_login.php:538
2242
  msgid "Trigger social login in the same browser tab"
2243
  msgstr ""
2244
 
2245
+ #: ../admin/social_login.php:548
2246
  msgid "Trigger social login in the same browser tab instead of a popup window"
2247
  msgstr ""
2248
 
2249
+ #: ../admin/social_login.php:555
2250
  #, fuzzy
2251
  msgid "Center align icons"
2252
  msgstr "Rearranjar ícones"
2253
 
2254
+ #: ../admin/social_login.php:565
2255
  #, fuzzy
2256
  msgid "Center align social login icons"
2257
  msgstr "Autenticação Social"
2258
 
2259
+ #: ../admin/social_login.php:572
2260
  msgid "Enable at login page"
2261
  msgstr "Habilia a página de autenticação"
2262
 
2263
+ #: ../admin/social_login.php:582
2264
  msgid ""
2265
  "Social Login interface will get enabled at the login page of your website"
2266
  msgstr ""
2267
  "Interface de Autenticação Social será habilitada na página de autenticação "
2268
  "do seu website"
2269
 
2270
+ #: ../admin/social_login.php:589
2271
  msgid "Enable at register page"
2272
  msgstr "Habilitar página de registro"
2273
 
2274
+ #: ../admin/social_login.php:599
2275
  msgid ""
2276
  "Social Login interface will get enabled at the registration page of your "
2277
  "website"
2279
  "Interface de Autenticação Social será habilitada na página de registro de "
2280
  "seu website"
2281
 
2282
+ #: ../admin/social_login.php:606
2283
  msgid "Enable at comment form"
2284
  msgstr "Habilitar no formulário de comentário"
2285
 
2286
+ #: ../admin/social_login.php:616
2287
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2288
  msgstr ""
2289
  "Interface de Autenticação Social será habilitada em seu formulário de "
2290
  "comentários Wordpress"
2291
 
2292
+ #: ../admin/social_login.php:630
2293
  msgid "Enable before WooCommerce Customer Login Form"
2294
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2295
 
2296
+ #: ../admin/social_login.php:640
2297
  msgid ""
2298
  "Social Login Interface will get enabled before the customer login form at "
2299
  "WooCommerce My Account page"
2301
  "Interface de Autenticação Social será habilitada antes do formulário de "
2302
  "autenticação de cliente na página Minha Conta do WooCommerce"
2303
 
2304
+ #: ../admin/social_login.php:647
2305
  #, fuzzy
2306
  msgid "Enable at WooCommerce Customer Login Form"
2307
  msgstr ""
2308
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2309
 
2310
+ #: ../admin/social_login.php:657
2311
  #, fuzzy
2312
  msgid ""
2313
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2316
  "Interface de Autenticação Social será habilitada depois do formulário de "
2317
  "autenticação de cliente na página Minha Conta do WooCommerce"
2318
 
2319
+ #: ../admin/social_login.php:664
2320
  #, fuzzy
2321
  msgid "Enable at WooCommerce Customer Register Form"
2322
  msgstr ""
2323
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2324
 
2325
+ #: ../admin/social_login.php:674
2326
  #, fuzzy
2327
  msgid ""
2328
  "Integrate Social Login Interface with the customer register form at "
2331
  "Interface de Autenticação Social será habilitada depois do formulário de "
2332
  "autenticação de cliente na página Minha Conta do WooCommerce"
2333
 
2334
+ #: ../admin/social_login.php:681
2335
  msgid "Enable at WooCommerce checkout page"
2336
  msgstr "Habilitado na página de checkout do WooCommerce"
2337
 
2338
+ #: ../admin/social_login.php:691
2339
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2340
  msgstr ""
2341
  "Interface de Autenticação Social será habilitada página de checkout do "
2342
  "WooCommerce"
2343
 
2344
+ #: ../admin/social_login.php:701
2345
  msgid "Auto-approve comments made by Social Login users"
2346
  msgstr ""
2347
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2348
 
2349
+ #: ../admin/social_login.php:711
2350
  msgid ""
2351
  "If this option is enabled, and WordPress comment is made by Social Login "
2352
  "user, comment will get approved immediately without keeping in moderation."
2355
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2356
  "considerações de moderação."
2357
 
2358
+ #: ../admin/social_login.php:712
2359
  msgid "Note: This is not related to Facebook comments"
2360
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2361
 
2362
+ #: ../admin/social_login.php:721
2363
  msgid "Enable social avatar"
2364
  msgstr "Habilitar o avatar social"
2365
 
2366
+ #: ../admin/social_login.php:731
2367
  msgid ""
2368
  "Social profile pictures of the logged in user will be displayed as profile "
2369
  "avatar"
2371
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2372
  "do perfil"
2373
 
2374
+ #: ../admin/social_login.php:740
2375
  msgid "Avatar quality"
2376
  msgstr "Qualidade do Avatar"
2377
 
2378
+ #: ../admin/social_login.php:743
2379
  msgid "Average"
2380
  msgstr "Média"
2381
 
2382
+ #: ../admin/social_login.php:744
2383
  msgid "Best"
2384
  msgstr "Melhor"
2385
 
2386
+ #: ../admin/social_login.php:751
2387
  msgid "Choose avatar quality"
2388
  msgstr "Escolha a qualidade do avatar"
2389
 
2390
+ #: ../admin/social_login.php:759
2391
  msgid ""
2392
  "Show option for users to update social avatar at BuddyPress profile page"
2393
  msgstr ""
2394
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2395
  "perfil do BuddyPress"
2396
 
2397
+ #: ../admin/social_login.php:769
2398
  msgid ""
2399
  "If enabled, users would be able to update their social avatar from \"Profile "
2400
  "photo\" section in BuddyPress profile at front-end"
2402
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2403
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2404
 
2405
+ #: ../admin/social_login.php:789
2406
  msgid ""
2407
  "If enabled and Social ID provider does not provide user's email address on "
2408
  "login, user will be asked to provide his/her email address. Otherwise, a "
2412
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2413
  "email. Do contrário, um email postiço será gerado"
2414
 
2415
+ #: ../admin/social_login.php:797
2416
  msgid "Send post-registration email to user to set account password"
2417
  msgstr ""
2418
 
2419
+ #: ../admin/social_login.php:807
2420
  msgid ""
2421
  "If enabled, an email will be sent to user after registration through Social "
2422
  "Login, regarding his/her login credentials (username-password to be able to "
2426
  "Social, com respeito as credecial do usuário para autenticação (username-"
2427
  "senha para possibilitar a autenticação via formulário tradicional)"
2428
 
2429
+ #: ../admin/social_login.php:814
2430
  #, fuzzy
2431
  msgid "Send new user registration notification email to admin"
2432
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2433
 
2434
+ #: ../admin/social_login.php:824
2435
  #, fuzzy
2436
  msgid ""
2437
  "If enabled, an email will be sent to admin after new user registers through "
2441
  "Social, com respeito as credecial do usuário para autenticação (username-"
2442
  "senha para possibilitar a autenticação via formulário tradicional)"
2443
 
2444
+ #: ../admin/social_login.php:831
2445
  msgid "Login redirection"
2446
  msgstr "Redireção de autenticação"
2447
 
2448
+ #: ../admin/social_login.php:835
2449
  msgid "Same page where user logged in"
2450
  msgstr "Mesma página onde o usuário autenticou-se"
2451
 
2452
+ #: ../admin/social_login.php:839 ../admin/social_login.php:868
2453
  msgid "Account dashboard"
2454
  msgstr "Painel da Conta"
2455
 
2456
+ #: ../admin/social_login.php:842 ../admin/social_login.php:871
2457
  msgid "BuddyPress profile page"
2458
  msgstr "Página de perfil BuddyPress"
2459
 
2460
+ #: ../admin/social_login.php:845 ../admin/social_login.php:874
2461
  msgid "Custom Url"
2462
  msgstr "Url Personalizada"
2463
 
2464
+ #: ../admin/social_login.php:853
2465
  msgid "User will be redirected to the selected page after Social Login"
2466
  msgstr ""
2467
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2468
 
2469
+ #: ../admin/social_login.php:860
2470
  msgid "Registration redirection"
2471
  msgstr "Redirecionamento de registro"
2472
 
2473
+ #: ../admin/social_login.php:864
2474
  msgid "Same page from where user registered"
2475
  msgstr "Mesma página de onde o usuário se registrou"
2476
 
2477
+ #: ../admin/social_login.php:882
2478
  msgid ""
2479
  "User will be redirected to the selected page after registration (first "
2480
  "Social Login) through Social Login"
2482
  "O usuário será redirecionado para a página selecionada após o registro "
2483
  "(primeira Autenticação Social) através da Autenticação Social"
2484
 
2485
+ #: ../admin/social_login.php:891
2486
  #, fuzzy
2487
  msgid "Social Account Linking Options"
2488
  msgstr "Comentário Social"
2489
 
2490
+ #: ../admin/social_login.php:906
2491
  #, fuzzy
2492
  msgid "Text to display above the Social Account Linking interface"
2493
  msgstr "Texto exibido acima da interface de Autenticação Social"
2494
 
2495
+ #: ../admin/social_login.php:913
2496
  #, fuzzy
2497
  msgid ""
2498
  "Link social account to already existing account, if email address matches"
2499
  msgstr "Associe sua conta social ao login de sua conta neste website"
2500
 
2501
+ #: ../admin/social_login.php:923
2502
  msgid ""
2503
  "If email address of the user's Social Account matches with an already "
2504
  "existing account at your website, that social account will be linked to "
2506
  "Linking interface at their profile page."
2507
  msgstr ""
2508
 
2509
+ #: ../admin/social_login.php:931
2510
  msgid "Enable social account linking at BuddyPress profile page"
2511
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2512
 
2513
+ #: ../admin/social_login.php:941
2514
  msgid ""
2515
  "Enable this option to show social account linking interface at BuddyPress "
2516
  "profile page"
2518
  "Habilitar estar opção para exibir a conta social associada a página de "
2519
  "interface de perfil do BuddyPress"
2520
 
2521
+ #: ../admin/social_login.php:952
2522
  msgid "Email popup options"
2523
  msgstr "Opções de popup de email"
2524
 
2525
+ #: ../admin/social_login.php:957
2526
  msgid "Text on 'Email required' popup"
2527
  msgstr "Texto popup de 'Email requerido'"
2528
 
2529
+ #: ../admin/social_login.php:967
2530
  msgid ""
2531
  "This text will be displayed on email required popup. Leave empty if not "
2532
  "required."
2534
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2535
  "o email não for requerido."
2536
 
2537
+ #: ../admin/social_login.php:975
2538
  msgid "Error message for 'Email required' popup"
2539
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2540
 
2541
+ #: ../admin/social_login.php:985
2542
  msgid ""
2543
  "This message will be displayed to user if it provides invalid or already "
2544
  "registered email"
2546
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2547
  "ou já registrado"
2548
 
2549
+ #: ../admin/social_login.php:993
2550
  msgid "Email popup height"
2551
  msgstr "Altura do popup de email"
2552
 
2553
+ #: ../admin/social_login.php:1003
2554
  msgid ""
2555
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2556
  "can increase the height of popup by specifying in this option. Leave empty "
2560
  "requirido\\\", você pode incrementar a altura do popup através de "
2561
  "especificação nesta opção. Deixe vazio para padrão."
2562
 
2563
+ #: ../admin/social_login.php:1010
2564
  msgid "Enable email verification"
2565
  msgstr "Habilitar verificação de email"
2566
 
2567
+ #: ../admin/social_login.php:1020
2568
  msgid ""
2569
  "If enabled, email provided by the user will be verified by sending a "
2570
  "confirmation link to that email. User would not be able to login without "
2574
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2575
  "antes de validar seu email"
2576
 
2577
+ #: ../admin/social_login.php:1040
2578
  #, fuzzy
2579
  msgid "Enable GDPR opt-in"
2580
  msgstr "Habilitar comentário Disqus"
2581
 
2582
+ #: ../admin/social_login.php:1050
2583
  msgid ""
2584
  "Enable it to show GDPR opt-in for social login and social account linking"
2585
  msgstr ""
2586
 
2587
+ #: ../admin/social_login.php:1058
2588
  #, fuzzy
2589
  msgid "Placement of GDPR opt-in"
2590
  msgstr "Habilitar comentário Disqus"
2591
 
2592
+ #: ../admin/social_login.php:1062
2593
  #, fuzzy
2594
  msgid "Above Social Login icons"
2595
  msgstr "Autenticação Social"
2596
 
2597
+ #: ../admin/social_login.php:1064
2598
  #, fuzzy
2599
  msgid "Below Social Login icons"
2600
  msgstr "Autenticação Social"
2601
 
2602
+ #: ../admin/social_login.php:1070
2603
  #, fuzzy
2604
  msgid "Placement of GDPR opt-in above or below the social login icons"
2605
  msgstr "Texto exibido acima da interface de Autenticação Social"
2606
 
2607
+ #: ../admin/social_login.php:1077
2608
  msgid "Opt-in text"
2609
  msgstr ""
2610
 
2611
+ #: ../admin/social_login.php:1087
2612
  #, fuzzy
2613
  msgid "Text for the GDPR opt-in"
2614
  msgstr "Habilitar comentário Disqus"
2615
 
2616
+ #: ../admin/social_login.php:1094
2617
  msgid "Text to link to Terms-Conditions page"
2618
  msgstr ""
2619
 
2620
+ #: ../admin/social_login.php:1104
2621
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2622
  msgstr ""
2623
 
2624
+ #: ../admin/social_login.php:1111
2625
  msgid "Terms-Conditions Url"
2626
  msgstr ""
2627
 
2628
+ #: ../admin/social_login.php:1121
2629
  #, fuzzy
2630
  msgid "Url of the terms-conditions page of your website"
2631
  msgstr "Url da homepage do seu website"
2632
 
2633
+ #: ../admin/social_login.php:1128
2634
  msgid "Text to link to Privacy Policy page"
2635
  msgstr ""
2636
 
2637
+ #: ../admin/social_login.php:1138
2638
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2639
  msgstr ""
2640
 
2641
+ #: ../admin/social_login.php:1145
2642
  msgid "Privacy Policy Url"
2643
  msgstr ""
2644
 
2645
+ #: ../admin/social_login.php:1155
2646
  #, fuzzy
2647
  msgid "Url of the privacy policy page of your website"
2648
  msgstr "Url da homepage do seu website"
2649
 
2650
+ #: ../admin/social_login.php:1206 ../inc/widget.php:260 ../inc/widget.php:438
2651
  #: ../inc/widget.php:602 ../inc/widget.php:750
2652
  msgid "Select"
2653
  msgstr "Selecione"
2654
 
2655
+ #: ../admin/social_login.php:1237
2656
  msgid "Social Login Shortcode & Widget"
2657
  msgstr "Autenticação Social Shortcode & Widget"
2658
 
2659
+ #: ../admin/social_login.php:1238
2660
  msgid "Social Linking Shortcode"
2661
  msgstr "Shortcode de associação Social"
2662
 
2663
+ #: ../admin/social_login.php:1253
2664
  msgid "Why is social login not working?"
2665
  msgstr ""
2666
 
2667
+ #: ../admin/social_login.php:1254
2668
  msgid ""
2669
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2670
  "belong to the same app"
2671
  msgstr ""
2672
 
2673
+ #: ../admin/social_login.php:1256
2674
  msgid "Social Login not working with Varnish enabled"
2675
  msgstr ""
2676
 
2677
+ #: ../admin/social_login.php:1257
2678
  msgid ""
2679
  "Why the user is not appearing logged in even after Social Login until the "
2680
  "webpage is refreshed manually?"
2816
  msgid "Enable bit.ly url shortener for tweet button"
2817
  msgstr "Habilitar bit.ly url shortener para botões tweet"
2818
 
2819
+ #: ../admin/like_buttons.php:665
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2820
  #, php-format
2821
  msgid ""
2822
  "Enter the code of the language you want to use to render counters. You can "
2827
  "pode encontrar os códigos de linguagem <a href=\\\"%s\\\" target=\\\"_blank\\"
2828
  "\">neste link</a>. Deixá-lo vazio define linguagem padrão(inglês)"
2829
 
2830
+ #: ../admin/like_buttons.php:674
2831
  msgid "Twitter Username"
2832
  msgstr "Username do Twitter"
2833
 
2834
+ #: ../admin/like_buttons.php:679
2835
  msgid "Twitter username for Tweet (without @)"
2836
  msgstr "Username do Twitter para Tweet (sem @)"
2837
 
2838
+ #: ../admin/like_buttons.php:689
2839
  msgid ""
2840
  "Provided username will be appended after the content being tweeted as \"via "
2841
  "@USERNAME\". Leave empty if you do not want any username."
2843
  "Username fornecido será adicionado após o conteúdo a ser tweetado como \\"
2844
  "\"via @USERNAME\\\". Deixe vazio se você não deseja um username."
2845
 
2846
+ #: ../admin/like_buttons.php:697
2847
  msgid "Twitter username for Buffer sharing (without @)"
2848
  msgstr "Username do Twitter para Buffer de compartilhamento (sem @)"
2849
 
2850
+ #: ../admin/like_buttons.php:707
2851
  msgid ""
2852
  "Provided username will be appended after the content in Buffer sharing as "
2853
  "\"via @USERNAME\". Leave empty if you do not want any username."
2856
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
2857
  "nenhum username."
2858
 
2859
+ #: ../admin/like_buttons.php:753
2860
  msgid "Like Buttons Shortcode & Widget"
2861
  msgstr "Botões Like Shortcode & Widget"
2862
 
2883
  msgid "Archives"
2884
  msgstr "Arquivos de Categorias"
2885
 
2886
+ #: ../inc/social_sharing.php:942 ../inc/social_sharing.php:1180
2887
  msgid "Invalid request"
2888
  msgstr "Requisição inválida"
2889
 
2890
+ #: ../inc/social_sharing.php:949
2891
  msgid "Providers not selected"
2892
  msgstr "Provedor não selecionado"
2893
 
2894
+ #: ../inc/social_login.php:747
2895
  msgid "Email"
2896
  msgstr ""
2897
 
2898
+ #: ../inc/social_login.php:748
2899
  msgid "Confirm email"
2900
  msgstr ""
2901
 
2902
+ #: ../inc/social_login.php:750
2903
  msgid "Save"
2904
  msgstr ""
2905
 
2906
+ #: ../inc/social_login.php:751
2907
  msgid "Cancel"
2908
  msgstr ""
2909
 
2910
+ #: ../inc/social_login.php:825
2911
  #, fuzzy
2912
  msgid "Email Verification"
2913
  msgstr "Habilitar verificação de email"
2914
 
2915
+ #: ../inc/social_login.php:827
2916
  msgid ""
2917
  "Please click on the following link or paste it in browser to verify your "
2918
  "email"
3191
  msgid "RSS Feed URL:"
3192
  msgstr ""
3193
 
3194
+ #, fuzzy
3195
+ #~ msgid ""
3196
+ #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
3197
+ #~ msgstr ""
3198
+ #~ "Requirido para a Autenticação Social do Twitter funcionar. Por favor, "
3199
+ #~ "siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link "
3200
+ #~ "link</a> para obter Twitter API Key"
3201
+
3202
+ #~ msgid "bit.ly API Key"
3203
+ #~ msgstr "bit.ly API Key"
3204
+
3205
+ #, fuzzy
3206
+ #~ msgid ""
3207
+ #~ "Paste following url in <strong>Website URL</strong> option mentioned at "
3208
+ #~ "the link"
3209
+ #~ msgstr ""
3210
+ #~ "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
3211
+
3212
+ #~ msgid "bit.ly username"
3213
+ #~ msgstr "username bit.ly"
3214
+
3215
+ #~ msgid ""
3216
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3217
+ #~ "\"_blank\">this link</a> to get bit.ly username"
3218
+ #~ msgstr ""
3219
+ #~ "Autentique-se em sua conta bit.ly e navegue para <a href=\\\"%s\\\" "
3220
+ #~ "target=\\\"_blank\\\">este link</a> pata obter o username do bit.ly"
3221
+
3222
+ #~ msgid ""
3223
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3224
+ #~ "\"_blank\">this link</a> to get your API key"
3225
+ #~ msgstr ""
3226
+ #~ "Autentique-se em sua conta bit.ly e navegue para <a href=\\\"%s\\\" "
3227
+ #~ "target=\\\"_blank\\\">este link</a> para obter a sua API key"
3228
+
3229
  #~ msgid "Xing"
3230
  #~ msgstr "Xing"
3231
 
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: 2020-06-26 12:28+0530\n"
6
- "PO-Revision-Date: 2020-06-26 12:28+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -17,19 +17,19 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:475
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:479 ../super_socializer.php:493
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:489
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
- #: ../super_socializer.php:663
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
@@ -37,7 +37,7 @@ msgstr ""
37
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
38
  "администратору вашего сайта, чтобы включить это."
39
 
40
- #: ../super_socializer.php:691
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
47
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
48
 
49
- #: ../super_socializer.php:694
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -55,7 +55,7 @@ msgstr ""
55
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
56
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
57
 
58
- #: ../super_socializer.php:697
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
@@ -63,65 +63,65 @@ msgstr ""
63
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
64
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
65
 
66
- #: ../super_socializer.php:879 ../helper.php:968
67
  msgid "Please verify your email address to login."
68
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
69
 
70
- #: ../super_socializer.php:879
71
  msgid "Your email has been verified. Now you can login to your account"
72
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
73
 
74
- #: ../super_socializer.php:883
75
  msgid "Notification"
76
  msgstr "Уведомления"
77
 
78
- #: ../super_socializer.php:901 ../admin/social_login.php:758
79
  msgid "Email required"
80
  msgstr "Email (Обязательно)"
81
 
82
- #: ../super_socializer.php:904
83
  msgid "Please check your email inbox to complete the registration."
84
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
85
 
86
- #: ../super_socializer.php:982
87
  msgid "Leave a reply"
88
  msgstr "Оставить ответ"
89
 
90
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
91
  msgid "Shares"
92
  msgstr "Поделились"
93
 
94
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
95
  msgid "Share"
96
  msgstr "Поделиться"
97
 
98
- #: ../super_socializer.php:998
99
  #, fuzzy
100
  msgid "Link copied."
101
  msgstr "LinkedIn"
102
 
103
- #: ../super_socializer.php:1244
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer - Общие настройки"
106
 
107
- #: ../super_socializer.php:1244 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "Основные настройки"
111
 
112
- #: ../super_socializer.php:1312 ../helper.php:890
113
  msgid "Social Avatar"
114
  msgstr "Социальный аватар"
115
 
116
- #: ../super_socializer.php:1315
117
  msgid "Small Avatar Url"
118
  msgstr "Ссылка для маленького аватара"
119
 
120
- #: ../super_socializer.php:1319
121
  msgid "Large Avatar Url"
122
  msgstr "Ссылка для большого аватара"
123
 
124
- #: ../super_socializer.php:1323 ../helper.php:893
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
@@ -129,84 +129,101 @@ msgstr ""
129
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
130
  "я когда я использую вход через соцсети"
131
 
132
- #: ../super_socializer.php:1327 ../helper.php:894
133
  msgid "Update social avatar, next time I Social Login"
134
  msgstr ""
135
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
136
  "соцсети"
137
 
138
- #: ../super_socializer.php:1404
139
  msgid "Login with your Social ID"
140
  msgstr "Войти, используя социальный аккаунт"
141
 
142
- #: ../super_socializer.php:1405
143
  msgid "Email you entered is already registered or invalid"
144
  msgstr ""
145
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
146
 
147
- #: ../super_socializer.php:1410
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
151
  "потребуется проверить его"
152
 
153
- #: ../super_socializer.php:1414 ../super_socializer.php:2072
154
  msgid "Link your social account to login to your account at this website"
155
  msgstr ""
156
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
157
  "этом сайте"
158
 
159
- #: ../super_socializer.php:1653
160
  msgid "Thanks for installing Super Socializer plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1655
164
  msgid "Configure the Plugin"
165
  msgstr ""
166
 
167
- #: ../super_socializer.php:1666
168
  msgid ""
169
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
170
  "current version of Super Socializer"
171
  msgstr ""
172
 
173
- #: ../super_socializer.php:1675
174
  msgid ""
175
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
176
  "version of Super Socializer"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1684
180
  msgid ""
181
  "Update \"Social Login Buttons\" add-on for compatibility with current "
182
  "version of Super Socializer"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1693
186
  msgid ""
187
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
188
  "with current version of Super Socializer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1702
192
  msgid ""
193
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
194
  "with current version of Super Socializer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1713
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  #, php-format
205
  msgid ""
206
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:1752
210
  #, php-format
211
  msgid ""
212
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -214,14 +231,14 @@ msgid ""
214
  "target=\"_blank\">here</a>"
215
  msgstr ""
216
 
217
- #: ../super_socializer.php:1752 ../super_socializer.php:1777
218
- #: ../super_socializer.php:1802 ../super_socializer.php:1827
219
- #: ../super_socializer.php:1860 ../super_socializer.php:1888
220
- #: ../super_socializer.php:1915
221
  msgid "Okay"
222
  msgstr "Окей"
223
 
224
- #: ../super_socializer.php:1777
225
  #, php-format
226
  msgid ""
227
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -229,7 +246,7 @@ msgid ""
229
  "\">here</a>"
230
  msgstr ""
231
 
232
- #: ../super_socializer.php:1802
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -237,7 +254,7 @@ msgid ""
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
- #: ../super_socializer.php:1827
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -245,13 +262,13 @@ msgid ""
245
  "target=\"_blank\">here</a>"
246
  msgstr ""
247
 
248
- #: ../super_socializer.php:1838
249
  #, php-format
250
  msgid ""
251
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
252
  msgstr ""
253
 
254
- #: ../super_socializer.php:1860
255
  #, php-format
256
  msgid ""
257
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -259,7 +276,7 @@ msgid ""
259
  "\"%s\" target=\"_blank\">here</a>"
260
  msgstr ""
261
 
262
- #: ../super_socializer.php:1888
263
  #, php-format
264
  msgid ""
265
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -268,7 +285,7 @@ msgid ""
268
  "your website %s with them. No need to copy-paste any code from their website."
269
  msgstr ""
270
 
271
- #: ../super_socializer.php:1915
272
  #, php-format
273
  msgid ""
274
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -276,7 +293,7 @@ msgid ""
276
  "\"%s\" target=\"_blank\">here</a>"
277
  msgstr ""
278
 
279
- #: ../super_socializer.php:1940
280
  #, php-format
281
  msgid ""
282
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -284,11 +301,11 @@ msgid ""
284
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
285
  msgstr ""
286
 
287
- #: ../super_socializer.php:1940 ../super_socializer.php:1967
288
  msgid "Dismiss"
289
  msgstr ""
290
 
291
- #: ../super_socializer.php:1966
292
  #, php-format
293
  msgid ""
294
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -297,7 +314,7 @@ msgid ""
297
  "that, clear share counts cache from \"Miscellaneous\" section"
298
  msgstr ""
299
 
300
- #: ../super_socializer.php:2148
301
  msgid ""
302
  "Your browser is blocking some features of this website. Please follow the "
303
  "instructions at {support_url} to unblock these."
@@ -333,102 +350,102 @@ msgstr "Техническая документация"
333
  msgid "Settings"
334
  msgstr "Настройки"
335
 
336
- #: ../helper.php:542
337
  msgid "Account linked successfully"
338
  msgstr "Аккаунт успешно связан"
339
 
340
- #: ../helper.php:546
341
  msgid "Account already exists or linked"
342
  msgstr "Аккаунт уже существует или связан"
343
 
344
- #: ../helper.php:582 ../helper.php:584
345
  msgid "Login with"
346
  msgstr "Войти с"
347
 
348
- #: ../helper.php:619 ../helper.php:625
349
  msgid "Currently"
350
  msgstr "На данный момент"
351
 
352
- #: ../helper.php:619 ../helper.php:625
353
  msgid "Connected with"
354
  msgstr "Авторизоваться с помощью"
355
 
356
- #: ../helper.php:619 ../helper.php:625
357
  msgid "Remove"
358
  msgstr "Удалить"
359
 
360
- #: ../helper.php:696
361
  msgid "Social Account Linking"
362
  msgstr "Ссылки на социальный аккаунт"
363
 
364
- #: ../helper.php:746
365
  msgid "Disable Standard Social Sharing on this "
366
  msgstr "Отключить стандартный блок Поделиться на этом"
367
 
368
- #: ../helper.php:751
369
  msgid "Disable Floating Social Sharing on this "
370
  msgstr "Отключить плавающий блок Поделиться на этом"
371
 
372
- #: ../helper.php:756
373
  msgid "Disable Standard like buttons on this "
374
  msgstr "Откдючить стандартные кнопки Нравится на этом"
375
 
376
- #: ../helper.php:761
377
  msgid "Disable Floating like buttons on this "
378
  msgstr "Откдючить плавающие кнопки Нравится на этом"
379
 
380
- #: ../helper.php:766
381
  msgid "Disable Social Commenting on this "
382
  msgstr "Деактивировать социальное комментироване"
383
 
384
- #: ../helper.php:775
385
  msgid "Standard Sharing Interface"
386
  msgstr "Стандартный интерфейс Поделиться"
387
 
388
- #: ../helper.php:781 ../helper.php:800
389
  msgid "Starting share count for "
390
  msgstr "Запустить счетчик поделиться для"
391
 
392
- #: ../helper.php:794
393
  msgid "Floating Sharing Interface"
394
  msgstr "Плавающий интерфейс Поделиться"
395
 
396
- #: ../helper.php:897
397
  msgid "Small Avatar"
398
  msgstr "Небольшой аватар"
399
 
400
- #: ../helper.php:901
401
  msgid "Large Avatar"
402
  msgstr "Большой аватар"
403
 
404
- #: ../helper.php:905 ../admin/general_options.php:92
405
- #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
406
- #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
407
  msgid "Save Changes"
408
  msgstr "Сохранить изменения"
409
 
410
- #: ../helper.php:1005
411
  msgid "Click to delete social profile data"
412
  msgstr ""
413
 
414
- #: ../helper.php:1034
415
  #, fuzzy
416
  msgid "Deleting"
417
  msgstr "Настройки"
418
 
419
- #: ../helper.php:1044
420
  msgid "Deleted"
421
  msgstr ""
422
 
423
- #: ../helper.php:1046
424
  msgid "Something bad happened"
425
  msgstr ""
426
 
427
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
428
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
429
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
430
- #: ../admin/social_login.php:5 ../admin/social_login.php:1252
431
- #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
432
  #, fuzzy, php-format
433
  msgid ""
434
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -481,16 +498,16 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
481
  msgstr ""
482
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
483
 
484
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
485
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
486
- #: ../admin/like_buttons.php:809
487
  #, fuzzy
488
  msgid "Instagram Shoutout"
489
  msgstr "Instagram"
490
 
491
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
492
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
493
- #: ../admin/like_buttons.php:811
494
  msgid ""
495
  "If you can send (to hello@heateor.com) how this plugin is helping your "
496
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -599,7 +616,7 @@ msgstr "Мастер настройки включения горизонтал
599
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
600
  msgstr ""
601
 
602
- #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1926
603
  msgid ""
604
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
605
  "Facebook share count to work"
@@ -626,10 +643,10 @@ msgstr "Разное"
626
  msgid "3rd Party Integration"
627
  msgstr "XProfile интеграция"
628
 
629
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
630
- #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
631
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
632
- #: ../admin/like_buttons.php:770
633
  msgid "Shortcode & Widget"
634
  msgstr "Шорткод и виджет"
635
 
@@ -637,10 +654,10 @@ msgstr "Шорткод и виджет"
637
  msgid "Troubleshooter"
638
  msgstr "Устранение неисправностей"
639
 
640
- #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
641
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
642
- #: ../admin/social_login.php:46 ../admin/social_login.php:1228
643
- #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
644
  msgid "FAQ"
645
  msgstr "Часто задаваемые вопросы (FAQ)"
646
 
@@ -871,8 +888,8 @@ msgstr "Пользовательская ссылка"
871
  msgid "Url to share"
872
  msgstr "Ссылка чтобы Поделиться"
873
 
874
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
875
- #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
876
  #: ../inc/widget.php:945
877
  msgid "Title"
878
  msgstr "Заголовок"
@@ -958,7 +975,7 @@ msgid "Placement"
958
  msgstr "Размещение"
959
 
960
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
961
- #: ../admin/social_login.php:816 ../admin/social_login.php:845
962
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
963
  msgid "Homepage"
964
  msgstr "Главная"
@@ -1276,31 +1293,28 @@ msgstr "Активировать bit.ly для сокращения ссылок
1276
  msgid "Master control to enable bit.ly url shortening for sharing"
1277
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1278
 
1279
- #: ../admin/social_sharing.php:1659
1280
- msgid "bit.ly Login"
1281
- msgstr "bit.ly логин"
1282
-
1283
- #: ../admin/social_sharing.php:1669 ../admin/social_sharing.php:1687
1284
- #, fuzzy, php-format
1285
- msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1286
  msgstr ""
1287
- "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a "
1288
- "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1289
- "Twitter."
1290
 
1291
- #: ../admin/social_sharing.php:1677 ../admin/like_buttons.php:631
1292
- msgid "bit.ly API Key"
1293
- msgstr "bit.ly ключ приложения"
 
 
 
 
 
1294
 
1295
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:649
1296
  msgid "Clear Bitly Cache"
1297
  msgstr "Очистить Bitly кэш"
1298
 
1299
- #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:653
1300
  msgid "ShortUrl cache cleared successfully."
1301
  msgstr "ShortUrl кэш успешно очищен."
1302
 
1303
- #: ../admin/social_sharing.php:1706 ../admin/like_buttons.php:660
1304
  msgid ""
1305
  "Use this to delete short urls saved in database. Handy, if urls of your "
1306
  "website have been changed but short urls are still being generated for old "
@@ -1310,31 +1324,31 @@ msgstr ""
1310
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1311
  "адреса по-прежнему создаются для старых URL-адресов."
1312
 
1313
- #: ../admin/social_sharing.php:1715
1314
  msgid "Share Count Cache"
1315
  msgstr "Кэш счетчиков поделиться"
1316
 
1317
- #: ../admin/social_sharing.php:1720
1318
  msgid "Refresh Share Count cache every"
1319
  msgstr "Обновить кэш счетчиков Поделиться"
1320
 
1321
- #: ../admin/social_sharing.php:1725
1322
  msgid "Second(s)"
1323
  msgstr "Секунд"
1324
 
1325
- #: ../admin/social_sharing.php:1726
1326
  msgid "Minute(s)"
1327
  msgstr "Минут"
1328
 
1329
- #: ../admin/social_sharing.php:1727
1330
  msgid "Hour(s)"
1331
  msgstr "Часов"
1332
 
1333
- #: ../admin/social_sharing.php:1728
1334
  msgid "Day(s)"
1335
  msgstr "Дней"
1336
 
1337
- #: ../admin/social_sharing.php:1736
1338
  #, fuzzy, php-format
1339
  msgid ""
1340
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1344,25 +1358,25 @@ msgstr ""
1344
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1345
  "включенными счетчиками Поделиться"
1346
 
1347
- #: ../admin/social_sharing.php:1743
1348
  msgid "Clear Share Counts Cache"
1349
  msgstr "Очистить кэш счетчиков Поделиться"
1350
 
1351
- #: ../admin/social_sharing.php:1747
1352
  msgid "Share Counts cache cleared successfully."
1353
  msgstr "Share Counts кэш успешно очищен."
1354
 
1355
- #: ../admin/social_sharing.php:1754
1356
  msgid "Use this to clear cached share counts"
1357
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1358
 
1359
- #: ../admin/social_sharing.php:1763 ../admin/social_sharing.php:1768
1360
- #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:669
1361
- #: ../admin/like_buttons.php:674
1362
  msgid "Language"
1363
  msgstr "Язык"
1364
 
1365
- #: ../admin/social_sharing.php:1778
1366
  #, php-format
1367
  msgid ""
1368
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1373,15 +1387,15 @@ msgstr ""
1373
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1374
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1375
 
1376
- #: ../admin/social_sharing.php:1787
1377
  msgid "Username in sharing"
1378
  msgstr "Имя пользователя чтобы поделиться"
1379
 
1380
- #: ../admin/social_sharing.php:1792
1381
  msgid "Twitter username (without @)"
1382
  msgstr "Twitter имя пользователя (без @)"
1383
 
1384
- #: ../admin/social_sharing.php:1802 ../admin/social_sharing.php:1820
1385
  msgid ""
1386
  "Provided username will be appended after the content being shared as \"via "
1387
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1390,35 +1404,35 @@ msgstr ""
1390
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1391
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1392
 
1393
- #: ../admin/social_sharing.php:1810
1394
  msgid "Buffer username (without @)"
1395
  msgstr "Имя пользователя в Twitter (без @)"
1396
 
1397
- #: ../admin/social_sharing.php:1829
1398
  msgid "AMP"
1399
  msgstr "AMP"
1400
 
1401
- #: ../admin/social_sharing.php:1834
1402
  msgid "Enable sharing on AMP pages"
1403
  msgstr "Разрешить общий доступ на страницах AMP"
1404
 
1405
- #: ../admin/social_sharing.php:1844
1406
  msgid "Enable this option to render sharing icons on AMP pages"
1407
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1408
 
1409
- #: ../admin/social_sharing.php:1863 ../admin/like_buttons.php:745
1410
  msgid "myCRED"
1411
  msgstr ""
1412
 
1413
- #: ../admin/social_sharing.php:1868 ../admin/like_buttons.php:750
1414
  msgid "Append myCRED referral ID to the urls being shared"
1415
  msgstr ""
1416
 
1417
- #: ../admin/social_sharing.php:1901
1418
  msgid "Facebook Sharing Troubleshooter"
1419
  msgstr "Устранение неисправностей Поделиться от Facebook"
1420
 
1421
- #: ../admin/social_sharing.php:1906
1422
  #, fuzzy
1423
  msgid ""
1424
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1430,14 +1444,14 @@ msgstr ""
1430
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1431
  "\"Получение информации о новой поломке\" ."
1432
 
1433
- #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1434
- #: ../admin/social_login.php:1230
1435
  msgid ""
1436
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1437
  "an online website for the plugin to function properly."
1438
  msgstr ""
1439
 
1440
- #: ../admin/social_sharing.php:1924
1441
  msgid ""
1442
  "Why is sharer not showing the correct image, title and other meta tags "
1443
  "content?"
@@ -1445,16 +1459,16 @@ msgstr ""
1445
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1446
  "мета данные контента? "
1447
 
1448
- #: ../admin/social_sharing.php:1925
1449
  #, fuzzy
1450
  msgid "Why is Facebook share count not working?"
1451
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1452
 
1453
- #: ../admin/social_sharing.php:1928
1454
  msgid "Why is Instagram icon redirecting to Instagram website?"
1455
  msgstr ""
1456
 
1457
- #: ../admin/social_sharing.php:1929
1458
  msgid ""
1459
  "Instagram icon is there to send website visitors to the Instagram page of "
1460
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1462,47 +1476,47 @@ msgid ""
1462
  "sections."
1463
  msgstr ""
1464
 
1465
- #: ../admin/social_sharing.php:1932
1466
  #, fuzzy
1467
  msgid "How to customize the url being shared?"
1468
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1469
 
1470
- #: ../admin/social_sharing.php:1933
1471
  msgid ""
1472
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1473
  msgstr ""
1474
 
1475
- #: ../admin/social_sharing.php:1934
1476
  msgid ""
1477
  "It takes some time for their service to track the shares made on Twitter "
1478
  "from your website. If you still feel it's taking too long you can contact "
1479
  "their support directly from their website."
1480
  msgstr ""
1481
 
1482
- #: ../admin/social_sharing.php:1936 ../admin/like_buttons.php:787
1483
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1484
  msgstr ""
1485
 
1486
- #: ../admin/social_sharing.php:1937
1487
  msgid ""
1488
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1489
  msgstr ""
1490
 
1491
- #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1492
- #: ../admin/social_login.php:1237
1493
  msgid "Why is my browser blocking some features of the plugin?"
1494
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1495
 
1496
- #: ../admin/social_sharing.php:1939
1497
  #, fuzzy
1498
  msgid "Why the color of share icons is not being updated?"
1499
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1500
 
1501
- #: ../admin/social_sharing.php:1940
1502
  msgid "Why Facebook share counts are not appearing?"
1503
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1504
 
1505
- #: ../admin/social_sharing.php:1941
1506
  msgid ""
1507
  "How can I show share counts of my website rather than of individual pages/"
1508
  "posts?"
@@ -1510,49 +1524,49 @@ msgstr ""
1510
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1511
  "постах?"
1512
 
1513
- #: ../admin/social_sharing.php:1942
1514
  msgid "How can I disable sharing on particular page/post?"
1515
  msgstr ""
1516
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1517
 
1518
- #: ../admin/social_sharing.php:1943
1519
  msgid "How can I specify minimum sharing count for sharing networks?"
1520
  msgstr "Как мне указать минимальное количество для Поделиться"
1521
 
1522
- #: ../admin/social_sharing.php:1944
1523
  msgid "How to share specific page?"
1524
  msgstr "Как поделиться определенной страницей?"
1525
 
1526
- #: ../admin/social_sharing.php:1945
1527
  msgid "How to integrate Google Analytics with sharing?"
1528
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1529
 
1530
- #: ../admin/social_sharing.php:1946
1531
  msgid "How to customize the look of total share counts?"
1532
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1533
 
1534
- #: ../admin/social_sharing.php:1947
1535
  msgid "How to customize the look of individual share counts?"
1536
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1537
 
1538
- #: ../admin/social_sharing.php:1948
1539
  msgid "How to show Whatsapp icon only on mobile devices?"
1540
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1541
 
1542
- #: ../admin/social_sharing.php:1949
1543
  msgid "How to hide arrow after floating sharing bar?"
1544
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1545
 
1546
- #: ../admin/social_sharing.php:1950
1547
  #, fuzzy
1548
  msgid "Why is share count not getting updated?"
1549
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1550
 
1551
- #: ../admin/social_sharing.php:1951 ../admin/like_buttons.php:785
1552
  msgid "Why is there so much space between like buttons?"
1553
  msgstr "Почему существует так много места между кнопками?"
1554
 
1555
- #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:786
1556
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1557
  msgstr ""
1558
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
@@ -1807,11 +1821,11 @@ msgstr "Основные настройки"
1807
  msgid "Advanced Configuration"
1808
  msgstr "Расширенная конфигурация"
1809
 
1810
- #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1811
  msgid "GDPR"
1812
  msgstr ""
1813
 
1814
- #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1815
  msgid "XProfile Integration"
1816
  msgstr "XProfile интеграция"
1817
 
@@ -1938,7 +1952,7 @@ msgstr ""
1938
  "ссылки"
1939
 
1940
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1941
- #: ../admin/social_login.php:400 ../admin/social_login.php:420
1942
  #, fuzzy
1943
  msgid ""
1944
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2068,33 +2082,49 @@ msgid "Vkontakte Secure key"
2068
  msgstr "Вконтакте"
2069
 
2070
  #: ../admin/social_login.php:368
2071
- msgid "Instagram Client ID"
 
2072
  msgstr "Instagram ID клиента"
2073
 
2074
  #: ../admin/social_login.php:378
2075
- #, php-format
2076
  msgid ""
2077
  "Required for Instagram Social Login to work. Please follow the documentation "
2078
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
2079
  msgstr ""
2080
  "Необходимо для входа через Instagram. Пожалуйста, посмотрите документацию <a "
2081
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2082
  "Instagram."
2083
 
2084
- #: ../admin/social_login.php:380
2085
  #, fuzzy
2086
  msgid ""
2087
- "Paste following url in <strong>Website URL</strong> option mentioned at the "
2088
- "link"
2089
  msgstr ""
2090
- "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2091
- "ссылки"
2092
 
2093
  #: ../admin/social_login.php:389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2094
  msgid "Line Channel ID"
2095
  msgstr ""
2096
 
2097
- #: ../admin/social_login.php:398
2098
  #, fuzzy, php-format
2099
  msgid ""
2100
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2104,12 +2134,12 @@ msgstr ""
2104
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2105
  "LinkedIn."
2106
 
2107
- #: ../admin/social_login.php:409
2108
  #, fuzzy
2109
  msgid "Line Channel Secret"
2110
  msgstr "LinkedIn"
2111
 
2112
- #: ../admin/social_login.php:418
2113
  #, fuzzy, php-format
2114
  msgid ""
2115
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2119,12 +2149,12 @@ msgstr ""
2119
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2120
  "LinkedIn."
2121
 
2122
- #: ../admin/social_login.php:429
2123
  #, fuzzy
2124
  msgid "Microsoft Client ID"
2125
  msgstr "Google+ ID клиента"
2126
 
2127
- #: ../admin/social_login.php:438
2128
  #, fuzzy, php-format
2129
  msgid ""
2130
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2133,7 +2163,7 @@ msgstr ""
2133
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2134
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2135
 
2136
- #: ../admin/social_login.php:440 ../admin/social_login.php:460
2137
  #, fuzzy
2138
  msgid ""
2139
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2142,12 +2172,12 @@ msgstr ""
2142
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2143
  "упоминания ссылки."
2144
 
2145
- #: ../admin/social_login.php:449
2146
  #, fuzzy
2147
  msgid "Microsoft Client Secret"
2148
  msgstr "Google+ ID клиента"
2149
 
2150
- #: ../admin/social_login.php:458
2151
  #, fuzzy, php-format
2152
  msgid ""
2153
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2157,12 +2187,12 @@ msgstr ""
2157
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2158
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2159
 
2160
- #: ../admin/social_login.php:468
2161
  #, fuzzy
2162
  msgid "Steam API Key"
2163
  msgstr "Twitter API ключ"
2164
 
2165
- #: ../admin/social_login.php:477
2166
  #, fuzzy, php-format
2167
  msgid ""
2168
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2172,74 +2202,74 @@ msgstr ""
2172
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2173
  "Twitter."
2174
 
2175
- #: ../admin/social_login.php:478
2176
  #, fuzzy
2177
  msgid "Save following <strong>domain</strong> to get the key"
2178
  msgstr ""
2179
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2180
  "ссылки"
2181
 
2182
- #: ../admin/social_login.php:494
2183
  msgid "Social Login Options"
2184
  msgstr "Параметры входа через соцсети"
2185
 
2186
- #: ../admin/social_login.php:509
2187
  msgid "Text to display above the Social Login interface"
2188
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2189
 
2190
- #: ../admin/social_login.php:517
2191
  msgid "Trigger social login in the same browser tab"
2192
  msgstr ""
2193
 
2194
- #: ../admin/social_login.php:527
2195
  msgid "Trigger social login in the same browser tab instead of a popup window"
2196
  msgstr ""
2197
 
2198
- #: ../admin/social_login.php:534
2199
  #, fuzzy
2200
  msgid "Center align icons"
2201
  msgstr "Переставить иконы"
2202
 
2203
- #: ../admin/social_login.php:544
2204
  #, fuzzy
2205
  msgid "Center align social login icons"
2206
  msgstr "Параметры входа через соцсети"
2207
 
2208
- #: ../admin/social_login.php:551
2209
  msgid "Enable at login page"
2210
  msgstr "Включить страницу входа"
2211
 
2212
- #: ../admin/social_login.php:561
2213
  msgid ""
2214
  "Social Login interface will get enabled at the login page of your website"
2215
  msgstr ""
2216
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2217
 
2218
- #: ../admin/social_login.php:568
2219
  msgid "Enable at register page"
2220
  msgstr "Включить на странице регистрации"
2221
 
2222
- #: ../admin/social_login.php:578
2223
  msgid ""
2224
  "Social Login interface will get enabled at the registration page of your "
2225
  "website"
2226
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2227
 
2228
- #: ../admin/social_login.php:585
2229
  msgid "Enable at comment form"
2230
  msgstr "Включить в форму комментирования"
2231
 
2232
- #: ../admin/social_login.php:595
2233
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2234
  msgstr ""
2235
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2236
  "комментирования Wordpress"
2237
 
2238
- #: ../admin/social_login.php:609
2239
  msgid "Enable before WooCommerce Customer Login Form"
2240
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2241
 
2242
- #: ../admin/social_login.php:619
2243
  msgid ""
2244
  "Social Login Interface will get enabled before the customer login form at "
2245
  "WooCommerce My Account page"
@@ -2247,12 +2277,12 @@ msgstr ""
2247
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2248
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2249
 
2250
- #: ../admin/social_login.php:626
2251
  #, fuzzy
2252
  msgid "Enable at WooCommerce Customer Login Form"
2253
  msgstr "Включить после формы входа клиента WooCommerce"
2254
 
2255
- #: ../admin/social_login.php:636
2256
  #, fuzzy
2257
  msgid ""
2258
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2261,12 +2291,12 @@ msgstr ""
2261
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2262
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2263
 
2264
- #: ../admin/social_login.php:643
2265
  #, fuzzy
2266
  msgid "Enable at WooCommerce Customer Register Form"
2267
  msgstr "Включить после формы входа клиента WooCommerce"
2268
 
2269
- #: ../admin/social_login.php:653
2270
  #, fuzzy
2271
  msgid ""
2272
  "Integrate Social Login Interface with the customer register form at "
@@ -2275,22 +2305,22 @@ msgstr ""
2275
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2276
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2277
 
2278
- #: ../admin/social_login.php:660
2279
  msgid "Enable at WooCommerce checkout page"
2280
  msgstr "Включить на странице оформления заказа WooCommerce"
2281
 
2282
- #: ../admin/social_login.php:670
2283
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2284
  msgstr ""
2285
  "Интерфейс входа через социальные сети будет активирован на странице "
2286
  "оформления заказа в WooCommerce"
2287
 
2288
- #: ../admin/social_login.php:680
2289
  msgid "Auto-approve comments made by Social Login users"
2290
  msgstr ""
2291
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2292
 
2293
- #: ../admin/social_login.php:690
2294
  msgid ""
2295
  "If this option is enabled, and WordPress comment is made by Social Login "
2296
  "user, comment will get approved immediately without keeping in moderation."
@@ -2299,15 +2329,15 @@ msgstr ""
2299
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2300
  "без модерации."
2301
 
2302
- #: ../admin/social_login.php:691
2303
  msgid "Note: This is not related to Facebook comments"
2304
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2305
 
2306
- #: ../admin/social_login.php:700
2307
  msgid "Enable social avatar"
2308
  msgstr "Включение социальных аватар"
2309
 
2310
- #: ../admin/social_login.php:710
2311
  msgid ""
2312
  "Social profile pictures of the logged in user will be displayed as profile "
2313
  "avatar"
@@ -2315,30 +2345,30 @@ msgstr ""
2315
  "Изображения пользователя в социальных сетях будет использоваться как "
2316
  "изображение профиля на сайте"
2317
 
2318
- #: ../admin/social_login.php:719
2319
  msgid "Avatar quality"
2320
  msgstr "Качество аватары"
2321
 
2322
- #: ../admin/social_login.php:722
2323
  msgid "Average"
2324
  msgstr "Среднее"
2325
 
2326
- #: ../admin/social_login.php:723
2327
  msgid "Best"
2328
  msgstr "лучший"
2329
 
2330
- #: ../admin/social_login.php:730
2331
  msgid "Choose avatar quality"
2332
  msgstr "Выберите качество аватара"
2333
 
2334
- #: ../admin/social_login.php:738
2335
  msgid ""
2336
  "Show option for users to update social avatar at BuddyPress profile page"
2337
  msgstr ""
2338
  "Показать вариант для пользователей для обновления социального аватара на "
2339
  "странице профиля BuddyPress"
2340
 
2341
- #: ../admin/social_login.php:748
2342
  msgid ""
2343
  "If enabled, users would be able to update their social avatar from \"Profile "
2344
  "photo\" section in BuddyPress profile at front-end"
@@ -2346,7 +2376,7 @@ msgstr ""
2346
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2347
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2348
 
2349
- #: ../admin/social_login.php:768
2350
  msgid ""
2351
  "If enabled and Social ID provider does not provide user's email address on "
2352
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2356,13 +2386,13 @@ msgstr ""
2356
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2357
  "случае, почта будет создана по образцу."
2358
 
2359
- #: ../admin/social_login.php:776
2360
  msgid "Send post-registration email to user to set account password"
2361
  msgstr ""
2362
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2363
  "установить пароль учетной записи"
2364
 
2365
- #: ../admin/social_login.php:786
2366
  msgid ""
2367
  "If enabled, an email will be sent to user after registration through Social "
2368
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2372,13 +2402,13 @@ msgstr ""
2372
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2373
  "возможность зайти черед стандартную форму авторизации"
2374
 
2375
- #: ../admin/social_login.php:793
2376
  msgid "Send new user registration notification email to admin"
2377
  msgstr ""
2378
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2379
  "администратору"
2380
 
2381
- #: ../admin/social_login.php:803
2382
  msgid ""
2383
  "If enabled, an email will be sent to admin after new user registers through "
2384
  "Social Login, notifying admin about the new user registration"
@@ -2386,41 +2416,41 @@ msgstr ""
2386
  "Если опция включена, на почту администратора прийдет уведомление о "
2387
  "регистрации нового пользователя через соцсети."
2388
 
2389
- #: ../admin/social_login.php:810
2390
  msgid "Login redirection"
2391
  msgstr "Перенаправления входа"
2392
 
2393
- #: ../admin/social_login.php:814
2394
  msgid "Same page where user logged in"
2395
  msgstr "Та же страница, на которой пользователь произвел вход "
2396
 
2397
- #: ../admin/social_login.php:818 ../admin/social_login.php:847
2398
  msgid "Account dashboard"
2399
  msgstr "Страница управления моим аккаунтом"
2400
 
2401
- #: ../admin/social_login.php:821 ../admin/social_login.php:850
2402
  msgid "BuddyPress profile page"
2403
  msgstr "Страница профиля BuddyPress"
2404
 
2405
- #: ../admin/social_login.php:824 ../admin/social_login.php:853
2406
  msgid "Custom Url"
2407
  msgstr "Пользовательская ссылка"
2408
 
2409
- #: ../admin/social_login.php:832
2410
  msgid "User will be redirected to the selected page after Social Login"
2411
  msgstr ""
2412
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2413
  "социальные сети"
2414
 
2415
- #: ../admin/social_login.php:839
2416
  msgid "Registration redirection"
2417
  msgstr "Перенаправлении регистрации"
2418
 
2419
- #: ../admin/social_login.php:843
2420
  msgid "Same page from where user registered"
2421
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2422
 
2423
- #: ../admin/social_login.php:861
2424
  msgid ""
2425
  "User will be redirected to the selected page after registration (first "
2426
  "Social Login) through Social Login"
@@ -2428,23 +2458,23 @@ msgstr ""
2428
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2429
  "(первый вход чере социальные сети) через социальные логин"
2430
 
2431
- #: ../admin/social_login.php:870
2432
  #, fuzzy
2433
  msgid "Social Account Linking Options"
2434
  msgstr "Ссылки на социальный аккаунт"
2435
 
2436
- #: ../admin/social_login.php:885
2437
  #, fuzzy
2438
  msgid "Text to display above the Social Account Linking interface"
2439
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2440
 
2441
- #: ../admin/social_login.php:892
2442
  msgid ""
2443
  "Link social account to already existing account, if email address matches"
2444
  msgstr ""
2445
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2446
 
2447
- #: ../admin/social_login.php:902
2448
  #, fuzzy
2449
  msgid ""
2450
  "If email address of the user's Social Account matches with an already "
@@ -2457,11 +2487,11 @@ msgstr ""
2457
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2458
  "странице профиля."
2459
 
2460
- #: ../admin/social_login.php:910
2461
  msgid "Enable social account linking at BuddyPress profile page"
2462
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2463
 
2464
- #: ../admin/social_login.php:920
2465
  msgid ""
2466
  "Enable this option to show social account linking interface at BuddyPress "
2467
  "profile page"
@@ -2469,15 +2499,15 @@ msgstr ""
2469
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2470
  "профиля BuddyPress"
2471
 
2472
- #: ../admin/social_login.php:931
2473
  msgid "Email popup options"
2474
  msgstr "Параметры всплывающей электронной Почты"
2475
 
2476
- #: ../admin/social_login.php:936
2477
  msgid "Text on 'Email required' popup"
2478
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2479
 
2480
- #: ../admin/social_login.php:946
2481
  msgid ""
2482
  "This text will be displayed on email required popup. Leave empty if not "
2483
  "required."
@@ -2485,11 +2515,11 @@ msgstr ""
2485
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2486
  "поле пустым если не требуется."
2487
 
2488
- #: ../admin/social_login.php:954
2489
  msgid "Error message for 'Email required' popup"
2490
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2491
 
2492
- #: ../admin/social_login.php:964
2493
  msgid ""
2494
  "This message will be displayed to user if it provides invalid or already "
2495
  "registered email"
@@ -2497,11 +2527,11 @@ msgstr ""
2497
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2498
  "уже используемую почту"
2499
 
2500
- #: ../admin/social_login.php:972
2501
  msgid "Email popup height"
2502
  msgstr "Высота высплывающего окна"
2503
 
2504
- #: ../admin/social_login.php:982
2505
  msgid ""
2506
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2507
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2511,11 +2541,11 @@ msgstr ""
2511
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2512
  "базового значения."
2513
 
2514
- #: ../admin/social_login.php:989
2515
  msgid "Enable email verification"
2516
  msgstr "Включить проверку электронной почты"
2517
 
2518
- #: ../admin/social_login.php:999
2519
  msgid ""
2520
  "If enabled, email provided by the user will be verified by sending a "
2521
  "confirmation link to that email. User would not be able to login without "
@@ -2524,108 +2554,108 @@ msgstr ""
2524
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2525
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2526
 
2527
- #: ../admin/social_login.php:1019
2528
  #, fuzzy
2529
  msgid "Enable GDPR opt-in"
2530
  msgstr "Активировать комментирование через Disqus"
2531
 
2532
- #: ../admin/social_login.php:1029
2533
  msgid ""
2534
  "Enable it to show GDPR opt-in for social login and social account linking"
2535
  msgstr ""
2536
 
2537
- #: ../admin/social_login.php:1037
2538
  #, fuzzy
2539
  msgid "Placement of GDPR opt-in"
2540
  msgstr "Активировать комментирование через Disqus"
2541
 
2542
- #: ../admin/social_login.php:1041
2543
  #, fuzzy
2544
  msgid "Above Social Login icons"
2545
  msgstr "Параметры входа через соцсети"
2546
 
2547
- #: ../admin/social_login.php:1043
2548
  #, fuzzy
2549
  msgid "Below Social Login icons"
2550
  msgstr "Параметры входа через соцсети"
2551
 
2552
- #: ../admin/social_login.php:1049
2553
  #, fuzzy
2554
  msgid "Placement of GDPR opt-in above or below the social login icons"
2555
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2556
 
2557
- #: ../admin/social_login.php:1056
2558
  msgid "Opt-in text"
2559
  msgstr ""
2560
 
2561
- #: ../admin/social_login.php:1066
2562
  #, fuzzy
2563
  msgid "Text for the GDPR opt-in"
2564
  msgstr "Активировать комментирование через Disqus"
2565
 
2566
- #: ../admin/social_login.php:1073
2567
  msgid "Text to link to Terms-Conditions page"
2568
  msgstr ""
2569
 
2570
- #: ../admin/social_login.php:1083
2571
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2572
  msgstr ""
2573
 
2574
- #: ../admin/social_login.php:1090
2575
  msgid "Terms-Conditions Url"
2576
  msgstr ""
2577
 
2578
- #: ../admin/social_login.php:1100
2579
  #, fuzzy
2580
  msgid "Url of the terms-conditions page of your website"
2581
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2582
 
2583
- #: ../admin/social_login.php:1107
2584
  msgid "Text to link to Privacy Policy page"
2585
  msgstr ""
2586
 
2587
- #: ../admin/social_login.php:1117
2588
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2589
  msgstr ""
2590
 
2591
- #: ../admin/social_login.php:1124
2592
  msgid "Privacy Policy Url"
2593
  msgstr ""
2594
 
2595
- #: ../admin/social_login.php:1134
2596
  #, fuzzy
2597
  msgid "Url of the privacy policy page of your website"
2598
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2599
 
2600
- #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2601
  #: ../inc/widget.php:602 ../inc/widget.php:750
2602
  msgid "Select"
2603
  msgstr "Выбор"
2604
 
2605
- #: ../admin/social_login.php:1216
2606
  msgid "Social Login Shortcode & Widget"
2607
  msgstr "Шорткод и виджет для входа через социальные сети "
2608
 
2609
- #: ../admin/social_login.php:1217
2610
  msgid "Social Linking Shortcode"
2611
  msgstr "Шорткод социальных ссылок"
2612
 
2613
- #: ../admin/social_login.php:1232
2614
  #, fuzzy
2615
  msgid "Why is social login not working?"
2616
  msgstr "Почему Facebook логин не работает?"
2617
 
2618
- #: ../admin/social_login.php:1233
2619
  msgid ""
2620
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2621
  "belong to the same app"
2622
  msgstr ""
2623
 
2624
- #: ../admin/social_login.php:1235
2625
  msgid "Social Login not working with Varnish enabled"
2626
  msgstr ""
2627
 
2628
- #: ../admin/social_login.php:1236
2629
  msgid ""
2630
  "Why the user is not appearing logged in even after Social Login until the "
2631
  "webpage is refreshed manually?"
@@ -2770,29 +2800,7 @@ msgstr ""
2770
  msgid "Enable bit.ly url shortener for tweet button"
2771
  msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
2772
 
2773
- #: ../admin/like_buttons.php:613
2774
- msgid "bit.ly username"
2775
- msgstr "bit.ly пользователя"
2776
-
2777
- #: ../admin/like_buttons.php:623
2778
- #, php-format
2779
- msgid ""
2780
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2781
- "\">this link</a> to get bit.ly username"
2782
- msgstr ""
2783
- "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank"
2784
- "\">этой ссылке</a> , чтобы получить имя пользователя bit.ly"
2785
-
2786
- #: ../admin/like_buttons.php:641
2787
- #, php-format
2788
- msgid ""
2789
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2790
- "\">this link</a> to get your API key"
2791
- msgstr ""
2792
- "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank"
2793
- "\">этой ссылке</a> , чтобы получить ваш ключ API"
2794
-
2795
- #: ../admin/like_buttons.php:684
2796
  #, php-format
2797
  msgid ""
2798
  "Enter the code of the language you want to use to render counters. You can "
@@ -2803,15 +2811,15 @@ msgstr ""
2803
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
2804
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
2805
 
2806
- #: ../admin/like_buttons.php:693
2807
  msgid "Twitter Username"
2808
  msgstr "Имя в Твитере "
2809
 
2810
- #: ../admin/like_buttons.php:698
2811
  msgid "Twitter username for Tweet (without @)"
2812
  msgstr "Имя в Твитере для Твитнуть (без @)"
2813
 
2814
- #: ../admin/like_buttons.php:708
2815
  msgid ""
2816
  "Provided username will be appended after the content being tweeted as \"via "
2817
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2819,11 +2827,11 @@ msgstr ""
2819
  "Используемое имя пользователя будет показано после твита как \"via @USERNAME"
2820
  "\". Оставьте пустым если не хотите отображать имя."
2821
 
2822
- #: ../admin/like_buttons.php:716
2823
  msgid "Twitter username for Buffer sharing (without @)"
2824
  msgstr "Имя в Твитере для Поделиться в Buffer (без @)"
2825
 
2826
- #: ../admin/like_buttons.php:726
2827
  msgid ""
2828
  "Provided username will be appended after the content in Buffer sharing as "
2829
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2831,7 +2839,7 @@ msgstr ""
2831
  "Используемое имя пользователя будет показано в Buffer после Поделиться как "
2832
  "\"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
2833
 
2834
- #: ../admin/like_buttons.php:772
2835
  msgid "Like Buttons Shortcode & Widget"
2836
  msgstr "Шорткод и виджет Нравится"
2837
 
@@ -2858,35 +2866,35 @@ msgstr "Искать"
2858
  msgid "Archives"
2859
  msgstr "Архивы "
2860
 
2861
- #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2862
  msgid "Invalid request"
2863
  msgstr "Неверный Запрос!"
2864
 
2865
- #: ../inc/social_sharing.php:916
2866
  msgid "Providers not selected"
2867
  msgstr "Сервисы не выбраны"
2868
 
2869
- #: ../inc/social_login.php:720
2870
  msgid "Email"
2871
  msgstr "Email"
2872
 
2873
- #: ../inc/social_login.php:721
2874
  msgid "Confirm email"
2875
  msgstr "Подтвердить e-mail"
2876
 
2877
- #: ../inc/social_login.php:723
2878
  msgid "Save"
2879
  msgstr "Сохранить"
2880
 
2881
- #: ../inc/social_login.php:724
2882
  msgid "Cancel"
2883
  msgstr "Отменить"
2884
 
2885
- #: ../inc/social_login.php:798
2886
  msgid "Email Verification"
2887
  msgstr "Подтверждение адреса электронной почты"
2888
 
2889
- #: ../inc/social_login.php:800
2890
  msgid ""
2891
  "Please click on the following link or paste it in browser to verify your "
2892
  "email"
@@ -3165,6 +3173,45 @@ msgstr ""
3165
  msgid "RSS Feed URL:"
3166
  msgstr ""
3167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3168
  #~ msgid ""
3169
  #~ "Your website visitors will see a popup notification (only once) if their "
3170
  #~ "browsers block any of the features of the plugin so that they can change "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-07-10 12:00+0530\n"
6
+ "PO-Revision-Date: 2020-07-10 12:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../super_socializer.php:520
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:524 ../super_socializer.php:538
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:534
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
+ #: ../super_socializer.php:708
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
37
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
38
  "администратору вашего сайта, чтобы включить это."
39
 
40
+ #: ../super_socializer.php:736
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
47
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
48
 
49
+ #: ../super_socializer.php:739
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
55
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
56
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
57
 
58
+ #: ../super_socializer.php:742
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
63
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
64
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
65
 
66
+ #: ../super_socializer.php:924 ../helper.php:961
67
  msgid "Please verify your email address to login."
68
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
69
 
70
+ #: ../super_socializer.php:924
71
  msgid "Your email has been verified. Now you can login to your account"
72
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
73
 
74
+ #: ../super_socializer.php:928
75
  msgid "Notification"
76
  msgstr "Уведомления"
77
 
78
+ #: ../super_socializer.php:946 ../admin/social_login.php:779
79
  msgid "Email required"
80
  msgstr "Email (Обязательно)"
81
 
82
+ #: ../super_socializer.php:949
83
  msgid "Please check your email inbox to complete the registration."
84
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
85
 
86
+ #: ../super_socializer.php:1018
87
  msgid "Leave a reply"
88
  msgstr "Оставить ответ"
89
 
90
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
91
  msgid "Shares"
92
  msgstr "Поделились"
93
 
94
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
95
  msgid "Share"
96
  msgstr "Поделиться"
97
 
98
+ #: ../super_socializer.php:1034
99
  #, fuzzy
100
  msgid "Link copied."
101
  msgstr "LinkedIn"
102
 
103
+ #: ../super_socializer.php:1280
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer - Общие настройки"
106
 
107
+ #: ../super_socializer.php:1280 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "Основные настройки"
111
 
112
+ #: ../super_socializer.php:1348 ../helper.php:883
113
  msgid "Social Avatar"
114
  msgstr "Социальный аватар"
115
 
116
+ #: ../super_socializer.php:1351
117
  msgid "Small Avatar Url"
118
  msgstr "Ссылка для маленького аватара"
119
 
120
+ #: ../super_socializer.php:1355
121
  msgid "Large Avatar Url"
122
  msgstr "Ссылка для большого аватара"
123
 
124
+ #: ../super_socializer.php:1359 ../helper.php:886
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
129
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
130
  "я когда я использую вход через соцсети"
131
 
132
+ #: ../super_socializer.php:1363 ../helper.php:887
133
  msgid "Update social avatar, next time I Social Login"
134
  msgstr ""
135
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
136
  "соцсети"
137
 
138
+ #: ../super_socializer.php:1440
139
  msgid "Login with your Social ID"
140
  msgstr "Войти, используя социальный аккаунт"
141
 
142
+ #: ../super_socializer.php:1441
143
  msgid "Email you entered is already registered or invalid"
144
  msgstr ""
145
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
146
 
147
+ #: ../super_socializer.php:1446
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
151
  "потребуется проверить его"
152
 
153
+ #: ../super_socializer.php:1450 ../super_socializer.php:2148
154
  msgid "Link your social account to login to your account at this website"
155
  msgstr ""
156
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
157
  "этом сайте"
158
 
159
+ #: ../super_socializer.php:1690
160
  msgid "Thanks for installing Super Socializer plugin"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1692
164
  msgid "Configure the Plugin"
165
  msgstr ""
166
 
167
+ #: ../super_socializer.php:1703
168
  msgid ""
169
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
170
  "current version of Super Socializer"
171
  msgstr ""
172
 
173
+ #: ../super_socializer.php:1712
174
  msgid ""
175
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
176
  "version of Super Socializer"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1721
180
  msgid ""
181
  "Update \"Social Login Buttons\" add-on for compatibility with current "
182
  "version of Super Socializer"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1730
186
  msgid ""
187
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
188
  "with current version of Super Socializer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1739
192
  msgid ""
193
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
194
  "with current version of Super Socializer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1750
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1759
204
+ #, php-format
205
+ msgid ""
206
+ "To continue using Instagram login create a new Instagram App as described <a "
207
+ "href=\"%s\" target=\"_blank\">here</a> and save Instagram App ID and "
208
+ "Instagram App Secret <a href=\"%s\">here</a>"
209
+ msgstr ""
210
+
211
+ #: ../super_socializer.php:1768 ../super_socializer.php:1777
212
+ #, php-format
213
+ msgid ""
214
+ "To continue using bitly url shortener, login to your bit.ly account and "
215
+ "navigate to <strong>Profile Settings > Generic Access Token</strong> (top-"
216
+ "right corner), authenticate to generate access token and save it <a href=\"%s"
217
+ "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
218
+ msgstr ""
219
+
220
+ #: ../super_socializer.php:1793
221
  #, php-format
222
  msgid ""
223
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1817
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
231
  "target=\"_blank\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1817 ../super_socializer.php:1842
235
+ #: ../super_socializer.php:1867 ../super_socializer.php:1892
236
+ #: ../super_socializer.php:1925 ../super_socializer.php:1953
237
+ #: ../super_socializer.php:1980
238
  msgid "Okay"
239
  msgstr "Окей"
240
 
241
+ #: ../super_socializer.php:1842
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
246
  "\">here</a>"
247
  msgstr ""
248
 
249
+ #: ../super_socializer.php:1867
250
  #, php-format
251
  msgid ""
252
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
254
  "target=\"_blank\">here</a>"
255
  msgstr ""
256
 
257
+ #: ../super_socializer.php:1892
258
  #, php-format
259
  msgid ""
260
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
262
  "target=\"_blank\">here</a>"
263
  msgstr ""
264
 
265
+ #: ../super_socializer.php:1903
266
  #, php-format
267
  msgid ""
268
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
269
  msgstr ""
270
 
271
+ #: ../super_socializer.php:1925
272
  #, php-format
273
  msgid ""
274
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
276
  "\"%s\" target=\"_blank\">here</a>"
277
  msgstr ""
278
 
279
+ #: ../super_socializer.php:1953
280
  #, php-format
281
  msgid ""
282
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
285
  "your website %s with them. No need to copy-paste any code from their website."
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:1980
289
  #, php-format
290
  msgid ""
291
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
293
  "\"%s\" target=\"_blank\">here</a>"
294
  msgstr ""
295
 
296
+ #: ../super_socializer.php:2005
297
  #, php-format
298
  msgid ""
299
  "If you cannot get Linkedin login to work after updating the plugin, replace "
301
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
302
  msgstr ""
303
 
304
+ #: ../super_socializer.php:2005 ../super_socializer.php:2032
305
  msgid "Dismiss"
306
  msgstr ""
307
 
308
+ #: ../super_socializer.php:2031
309
  #, php-format
310
  msgid ""
311
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
314
  "that, clear share counts cache from \"Miscellaneous\" section"
315
  msgstr ""
316
 
317
+ #: ../super_socializer.php:2224
318
  msgid ""
319
  "Your browser is blocking some features of this website. Please follow the "
320
  "instructions at {support_url} to unblock these."
350
  msgid "Settings"
351
  msgstr "Настройки"
352
 
353
+ #: ../helper.php:535
354
  msgid "Account linked successfully"
355
  msgstr "Аккаунт успешно связан"
356
 
357
+ #: ../helper.php:539
358
  msgid "Account already exists or linked"
359
  msgstr "Аккаунт уже существует или связан"
360
 
361
+ #: ../helper.php:575 ../helper.php:577
362
  msgid "Login with"
363
  msgstr "Войти с"
364
 
365
+ #: ../helper.php:612 ../helper.php:618
366
  msgid "Currently"
367
  msgstr "На данный момент"
368
 
369
+ #: ../helper.php:612 ../helper.php:618
370
  msgid "Connected with"
371
  msgstr "Авторизоваться с помощью"
372
 
373
+ #: ../helper.php:612 ../helper.php:618
374
  msgid "Remove"
375
  msgstr "Удалить"
376
 
377
+ #: ../helper.php:689
378
  msgid "Social Account Linking"
379
  msgstr "Ссылки на социальный аккаунт"
380
 
381
+ #: ../helper.php:739
382
  msgid "Disable Standard Social Sharing on this "
383
  msgstr "Отключить стандартный блок Поделиться на этом"
384
 
385
+ #: ../helper.php:744
386
  msgid "Disable Floating Social Sharing on this "
387
  msgstr "Отключить плавающий блок Поделиться на этом"
388
 
389
+ #: ../helper.php:749
390
  msgid "Disable Standard like buttons on this "
391
  msgstr "Откдючить стандартные кнопки Нравится на этом"
392
 
393
+ #: ../helper.php:754
394
  msgid "Disable Floating like buttons on this "
395
  msgstr "Откдючить плавающие кнопки Нравится на этом"
396
 
397
+ #: ../helper.php:759
398
  msgid "Disable Social Commenting on this "
399
  msgstr "Деактивировать социальное комментироване"
400
 
401
+ #: ../helper.php:768
402
  msgid "Standard Sharing Interface"
403
  msgstr "Стандартный интерфейс Поделиться"
404
 
405
+ #: ../helper.php:774 ../helper.php:793
406
  msgid "Starting share count for "
407
  msgstr "Запустить счетчик поделиться для"
408
 
409
+ #: ../helper.php:787
410
  msgid "Floating Sharing Interface"
411
  msgstr "Плавающий интерфейс Поделиться"
412
 
413
+ #: ../helper.php:890
414
  msgid "Small Avatar"
415
  msgstr "Небольшой аватар"
416
 
417
+ #: ../helper.php:894
418
  msgid "Large Avatar"
419
  msgstr "Большой аватар"
420
 
421
+ #: ../helper.php:898 ../admin/general_options.php:92
422
+ #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
423
+ #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
424
  msgid "Save Changes"
425
  msgstr "Сохранить изменения"
426
 
427
+ #: ../helper.php:998
428
  msgid "Click to delete social profile data"
429
  msgstr ""
430
 
431
+ #: ../helper.php:1027
432
  #, fuzzy
433
  msgid "Deleting"
434
  msgstr "Настройки"
435
 
436
+ #: ../helper.php:1037
437
  msgid "Deleted"
438
  msgstr ""
439
 
440
+ #: ../helper.php:1039
441
  msgid "Something bad happened"
442
  msgstr ""
443
 
444
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
445
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
446
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
447
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1273
448
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
449
  #, fuzzy, php-format
450
  msgid ""
451
  "You can appreciate the effort put in this free plugin by rating it <a href="
498
  msgstr ""
499
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
500
 
501
+ #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
502
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
503
+ #: ../admin/like_buttons.php:790
504
  #, fuzzy
505
  msgid "Instagram Shoutout"
506
  msgstr "Instagram"
507
 
508
+ #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
509
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
510
+ #: ../admin/like_buttons.php:792
511
  msgid ""
512
  "If you can send (to hello@heateor.com) how this plugin is helping your "
513
  "business, we would be glad to shoutout on Instagram. You can also send any "
616
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
617
  msgstr ""
618
 
619
+ #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1907
620
  msgid ""
621
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
622
  "Facebook share count to work"
643
  msgid "3rd Party Integration"
644
  msgstr "XProfile интеграция"
645
 
646
+ #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
647
+ #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
648
+ #: ../admin/social_login.php:1235 ../admin/like_buttons.php:50
649
+ #: ../admin/like_buttons.php:751
650
  msgid "Shortcode & Widget"
651
  msgstr "Шорткод и виджет"
652
 
654
  msgid "Troubleshooter"
655
  msgstr "Устранение неисправностей"
656
 
657
+ #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
658
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
659
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1249
660
+ #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
661
  msgid "FAQ"
662
  msgstr "Часто задаваемые вопросы (FAQ)"
663
 
888
  msgid "Url to share"
889
  msgstr "Ссылка чтобы Поделиться"
890
 
891
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:520
892
+ #: ../admin/social_login.php:896 ../admin/like_buttons.php:105
893
  #: ../inc/widget.php:945
894
  msgid "Title"
895
  msgstr "Заголовок"
975
  msgstr "Размещение"
976
 
977
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
978
+ #: ../admin/social_login.php:837 ../admin/social_login.php:866
979
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
980
  msgid "Homepage"
981
  msgstr "Главная"
1293
  msgid "Master control to enable bit.ly url shortening for sharing"
1294
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1295
 
1296
+ #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:613
1297
+ msgid "Bit.ly generic access token"
 
 
 
 
 
1298
  msgstr ""
 
 
 
1299
 
1300
+ #: ../admin/social_sharing.php:1669 ../admin/like_buttons.php:623
1301
+ #, php-format
1302
+ msgid ""
1303
+ "Login to your bit.ly account and navigate to <strong>Profile Settings > "
1304
+ "Generic Access Token</strong> (top-right corner) and authenticate to "
1305
+ "generate access token. More details at the <a href=\"%s\" target=\"_blank"
1306
+ "\">link</a>"
1307
+ msgstr ""
1308
 
1309
+ #: ../admin/social_sharing.php:1676 ../admin/like_buttons.php:630
1310
  msgid "Clear Bitly Cache"
1311
  msgstr "Очистить Bitly кэш"
1312
 
1313
+ #: ../admin/social_sharing.php:1680 ../admin/like_buttons.php:634
1314
  msgid "ShortUrl cache cleared successfully."
1315
  msgstr "ShortUrl кэш успешно очищен."
1316
 
1317
+ #: ../admin/social_sharing.php:1687 ../admin/like_buttons.php:641
1318
  msgid ""
1319
  "Use this to delete short urls saved in database. Handy, if urls of your "
1320
  "website have been changed but short urls are still being generated for old "
1324
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1325
  "адреса по-прежнему создаются для старых URL-адресов."
1326
 
1327
+ #: ../admin/social_sharing.php:1696
1328
  msgid "Share Count Cache"
1329
  msgstr "Кэш счетчиков поделиться"
1330
 
1331
+ #: ../admin/social_sharing.php:1701
1332
  msgid "Refresh Share Count cache every"
1333
  msgstr "Обновить кэш счетчиков Поделиться"
1334
 
1335
+ #: ../admin/social_sharing.php:1706
1336
  msgid "Second(s)"
1337
  msgstr "Секунд"
1338
 
1339
+ #: ../admin/social_sharing.php:1707
1340
  msgid "Minute(s)"
1341
  msgstr "Минут"
1342
 
1343
+ #: ../admin/social_sharing.php:1708
1344
  msgid "Hour(s)"
1345
  msgstr "Часов"
1346
 
1347
+ #: ../admin/social_sharing.php:1709
1348
  msgid "Day(s)"
1349
  msgstr "Дней"
1350
 
1351
+ #: ../admin/social_sharing.php:1717
1352
  #, fuzzy, php-format
1353
  msgid ""
1354
  "Frequent cache refreshing results in slower loading of pages with share "
1358
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1359
  "включенными счетчиками Поделиться"
1360
 
1361
+ #: ../admin/social_sharing.php:1724
1362
  msgid "Clear Share Counts Cache"
1363
  msgstr "Очистить кэш счетчиков Поделиться"
1364
 
1365
+ #: ../admin/social_sharing.php:1728
1366
  msgid "Share Counts cache cleared successfully."
1367
  msgstr "Share Counts кэш успешно очищен."
1368
 
1369
+ #: ../admin/social_sharing.php:1735
1370
  msgid "Use this to clear cached share counts"
1371
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1372
 
1373
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1749
1374
+ #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:650
1375
+ #: ../admin/like_buttons.php:655
1376
  msgid "Language"
1377
  msgstr "Язык"
1378
 
1379
+ #: ../admin/social_sharing.php:1759
1380
  #, php-format
1381
  msgid ""
1382
  "Enter the code of the language you want to use for like buttons. You can "
1387
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1388
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1389
 
1390
+ #: ../admin/social_sharing.php:1768
1391
  msgid "Username in sharing"
1392
  msgstr "Имя пользователя чтобы поделиться"
1393
 
1394
+ #: ../admin/social_sharing.php:1773
1395
  msgid "Twitter username (without @)"
1396
  msgstr "Twitter имя пользователя (без @)"
1397
 
1398
+ #: ../admin/social_sharing.php:1783 ../admin/social_sharing.php:1801
1399
  msgid ""
1400
  "Provided username will be appended after the content being shared as \"via "
1401
  "@USERNAME\". Leave empty if you do not want any username in the content "
1404
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1405
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1406
 
1407
+ #: ../admin/social_sharing.php:1791
1408
  msgid "Buffer username (without @)"
1409
  msgstr "Имя пользователя в Twitter (без @)"
1410
 
1411
+ #: ../admin/social_sharing.php:1810
1412
  msgid "AMP"
1413
  msgstr "AMP"
1414
 
1415
+ #: ../admin/social_sharing.php:1815
1416
  msgid "Enable sharing on AMP pages"
1417
  msgstr "Разрешить общий доступ на страницах AMP"
1418
 
1419
+ #: ../admin/social_sharing.php:1825
1420
  msgid "Enable this option to render sharing icons on AMP pages"
1421
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1422
 
1423
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:726
1424
  msgid "myCRED"
1425
  msgstr ""
1426
 
1427
+ #: ../admin/social_sharing.php:1849 ../admin/like_buttons.php:731
1428
  msgid "Append myCRED referral ID to the urls being shared"
1429
  msgstr ""
1430
 
1431
+ #: ../admin/social_sharing.php:1882
1432
  msgid "Facebook Sharing Troubleshooter"
1433
  msgstr "Устранение неисправностей Поделиться от Facebook"
1434
 
1435
+ #: ../admin/social_sharing.php:1887
1436
  #, fuzzy
1437
  msgid ""
1438
  "If Facebook sharing is not working fine, click at the following link and "
1444
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1445
  "\"Получение информации о новой поломке\" ."
1446
 
1447
+ #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1448
+ #: ../admin/social_login.php:1251
1449
  msgid ""
1450
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1451
  "an online website for the plugin to function properly."
1452
  msgstr ""
1453
 
1454
+ #: ../admin/social_sharing.php:1905
1455
  msgid ""
1456
  "Why is sharer not showing the correct image, title and other meta tags "
1457
  "content?"
1459
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1460
  "мета данные контента? "
1461
 
1462
+ #: ../admin/social_sharing.php:1906
1463
  #, fuzzy
1464
  msgid "Why is Facebook share count not working?"
1465
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1466
 
1467
+ #: ../admin/social_sharing.php:1909
1468
  msgid "Why is Instagram icon redirecting to Instagram website?"
1469
  msgstr ""
1470
 
1471
+ #: ../admin/social_sharing.php:1910
1472
  msgid ""
1473
  "Instagram icon is there to send website visitors to the Instagram page of "
1474
  "your choice. You can save the desired Instagram handle in \"Instagram "
1476
  "sections."
1477
  msgstr ""
1478
 
1479
+ #: ../admin/social_sharing.php:1913
1480
  #, fuzzy
1481
  msgid "How to customize the url being shared?"
1482
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1483
 
1484
+ #: ../admin/social_sharing.php:1914
1485
  msgid ""
1486
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1487
  msgstr ""
1488
 
1489
+ #: ../admin/social_sharing.php:1915
1490
  msgid ""
1491
  "It takes some time for their service to track the shares made on Twitter "
1492
  "from your website. If you still feel it's taking too long you can contact "
1493
  "their support directly from their website."
1494
  msgstr ""
1495
 
1496
+ #: ../admin/social_sharing.php:1917 ../admin/like_buttons.php:768
1497
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1498
  msgstr ""
1499
 
1500
+ #: ../admin/social_sharing.php:1918
1501
  msgid ""
1502
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1503
  msgstr ""
1504
 
1505
+ #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1506
+ #: ../admin/social_login.php:1258
1507
  msgid "Why is my browser blocking some features of the plugin?"
1508
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1509
 
1510
+ #: ../admin/social_sharing.php:1920
1511
  #, fuzzy
1512
  msgid "Why the color of share icons is not being updated?"
1513
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1514
 
1515
+ #: ../admin/social_sharing.php:1921
1516
  msgid "Why Facebook share counts are not appearing?"
1517
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1518
 
1519
+ #: ../admin/social_sharing.php:1922
1520
  msgid ""
1521
  "How can I show share counts of my website rather than of individual pages/"
1522
  "posts?"
1524
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1525
  "постах?"
1526
 
1527
+ #: ../admin/social_sharing.php:1923
1528
  msgid "How can I disable sharing on particular page/post?"
1529
  msgstr ""
1530
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1531
 
1532
+ #: ../admin/social_sharing.php:1924
1533
  msgid "How can I specify minimum sharing count for sharing networks?"
1534
  msgstr "Как мне указать минимальное количество для Поделиться"
1535
 
1536
+ #: ../admin/social_sharing.php:1925
1537
  msgid "How to share specific page?"
1538
  msgstr "Как поделиться определенной страницей?"
1539
 
1540
+ #: ../admin/social_sharing.php:1926
1541
  msgid "How to integrate Google Analytics with sharing?"
1542
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1543
 
1544
+ #: ../admin/social_sharing.php:1927
1545
  msgid "How to customize the look of total share counts?"
1546
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1547
 
1548
+ #: ../admin/social_sharing.php:1928
1549
  msgid "How to customize the look of individual share counts?"
1550
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1551
 
1552
+ #: ../admin/social_sharing.php:1929
1553
  msgid "How to show Whatsapp icon only on mobile devices?"
1554
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1555
 
1556
+ #: ../admin/social_sharing.php:1930
1557
  msgid "How to hide arrow after floating sharing bar?"
1558
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1559
 
1560
+ #: ../admin/social_sharing.php:1931
1561
  #, fuzzy
1562
  msgid "Why is share count not getting updated?"
1563
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1564
 
1565
+ #: ../admin/social_sharing.php:1932 ../admin/like_buttons.php:766
1566
  msgid "Why is there so much space between like buttons?"
1567
  msgstr "Почему существует так много места между кнопками?"
1568
 
1569
+ #: ../admin/social_sharing.php:1933 ../admin/like_buttons.php:767
1570
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1571
  msgstr ""
1572
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
1821
  msgid "Advanced Configuration"
1822
  msgstr "Расширенная конфигурация"
1823
 
1824
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1035
1825
  msgid "GDPR"
1826
  msgstr ""
1827
 
1828
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1186
1829
  msgid "XProfile Integration"
1830
  msgstr "XProfile интеграция"
1831
 
1952
  "ссылки"
1953
 
1954
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1955
+ #: ../admin/social_login.php:421 ../admin/social_login.php:441
1956
  #, fuzzy
1957
  msgid ""
1958
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2082
  msgstr "Вконтакте"
2083
 
2084
  #: ../admin/social_login.php:368
2085
+ #, fuzzy
2086
+ msgid "Instagram App ID"
2087
  msgstr "Instagram ID клиента"
2088
 
2089
  #: ../admin/social_login.php:378
2090
+ #, fuzzy, php-format
2091
  msgid ""
2092
  "Required for Instagram Social Login to work. Please follow the documentation "
2093
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
2094
  msgstr ""
2095
  "Необходимо для входа через Instagram. Пожалуйста, посмотрите документацию <a "
2096
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2097
  "Instagram."
2098
 
2099
+ #: ../admin/social_login.php:380 ../admin/social_login.php:401
2100
  #, fuzzy
2101
  msgid ""
2102
+ "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2103
+ "mentioned at the link"
2104
  msgstr ""
2105
+ "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2106
+ "упоминания ссылки."
2107
 
2108
  #: ../admin/social_login.php:389
2109
+ #, fuzzy
2110
+ msgid "Instagram App Secret"
2111
+ msgstr "Введите имя пользователя Instagram."
2112
+
2113
+ #: ../admin/social_login.php:399
2114
+ #, fuzzy, php-format
2115
+ msgid ""
2116
+ "Required for Instagram Social Login to work. Please follow the documentation "
2117
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
2118
+ msgstr ""
2119
+ "Необходимо для входа через Instagram. Пожалуйста, посмотрите документацию <a "
2120
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2121
+ "Instagram."
2122
+
2123
+ #: ../admin/social_login.php:410
2124
  msgid "Line Channel ID"
2125
  msgstr ""
2126
 
2127
+ #: ../admin/social_login.php:419
2128
  #, fuzzy, php-format
2129
  msgid ""
2130
  "Required for Line Social Login to work. Please follow the documentation at "
2134
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2135
  "LinkedIn."
2136
 
2137
+ #: ../admin/social_login.php:430
2138
  #, fuzzy
2139
  msgid "Line Channel Secret"
2140
  msgstr "LinkedIn"
2141
 
2142
+ #: ../admin/social_login.php:439
2143
  #, fuzzy, php-format
2144
  msgid ""
2145
  "Required for Line Social Login to work. Please follow the documentation at "
2149
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2150
  "LinkedIn."
2151
 
2152
+ #: ../admin/social_login.php:450
2153
  #, fuzzy
2154
  msgid "Microsoft Client ID"
2155
  msgstr "Google+ ID клиента"
2156
 
2157
+ #: ../admin/social_login.php:459
2158
  #, fuzzy, php-format
2159
  msgid ""
2160
  "Required for Live Social Login to work. Please follow the documentation at "
2163
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2164
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2165
 
2166
+ #: ../admin/social_login.php:461 ../admin/social_login.php:481
2167
  #, fuzzy
2168
  msgid ""
2169
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2172
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2173
  "упоминания ссылки."
2174
 
2175
+ #: ../admin/social_login.php:470
2176
  #, fuzzy
2177
  msgid "Microsoft Client Secret"
2178
  msgstr "Google+ ID клиента"
2179
 
2180
+ #: ../admin/social_login.php:479
2181
  #, fuzzy, php-format
2182
  msgid ""
2183
  "Required for Live Social Login to work. Please follow the documentation at "
2187
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2188
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2189
 
2190
+ #: ../admin/social_login.php:489
2191
  #, fuzzy
2192
  msgid "Steam API Key"
2193
  msgstr "Twitter API ключ"
2194
 
2195
+ #: ../admin/social_login.php:498
2196
  #, fuzzy, php-format
2197
  msgid ""
2198
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2202
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2203
  "Twitter."
2204
 
2205
+ #: ../admin/social_login.php:499
2206
  #, fuzzy
2207
  msgid "Save following <strong>domain</strong> to get the key"
2208
  msgstr ""
2209
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2210
  "ссылки"
2211
 
2212
+ #: ../admin/social_login.php:515
2213
  msgid "Social Login Options"
2214
  msgstr "Параметры входа через соцсети"
2215
 
2216
+ #: ../admin/social_login.php:530
2217
  msgid "Text to display above the Social Login interface"
2218
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2219
 
2220
+ #: ../admin/social_login.php:538
2221
  msgid "Trigger social login in the same browser tab"
2222
  msgstr ""
2223
 
2224
+ #: ../admin/social_login.php:548
2225
  msgid "Trigger social login in the same browser tab instead of a popup window"
2226
  msgstr ""
2227
 
2228
+ #: ../admin/social_login.php:555
2229
  #, fuzzy
2230
  msgid "Center align icons"
2231
  msgstr "Переставить иконы"
2232
 
2233
+ #: ../admin/social_login.php:565
2234
  #, fuzzy
2235
  msgid "Center align social login icons"
2236
  msgstr "Параметры входа через соцсети"
2237
 
2238
+ #: ../admin/social_login.php:572
2239
  msgid "Enable at login page"
2240
  msgstr "Включить страницу входа"
2241
 
2242
+ #: ../admin/social_login.php:582
2243
  msgid ""
2244
  "Social Login interface will get enabled at the login page of your website"
2245
  msgstr ""
2246
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2247
 
2248
+ #: ../admin/social_login.php:589
2249
  msgid "Enable at register page"
2250
  msgstr "Включить на странице регистрации"
2251
 
2252
+ #: ../admin/social_login.php:599
2253
  msgid ""
2254
  "Social Login interface will get enabled at the registration page of your "
2255
  "website"
2256
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2257
 
2258
+ #: ../admin/social_login.php:606
2259
  msgid "Enable at comment form"
2260
  msgstr "Включить в форму комментирования"
2261
 
2262
+ #: ../admin/social_login.php:616
2263
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2264
  msgstr ""
2265
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2266
  "комментирования Wordpress"
2267
 
2268
+ #: ../admin/social_login.php:630
2269
  msgid "Enable before WooCommerce Customer Login Form"
2270
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2271
 
2272
+ #: ../admin/social_login.php:640
2273
  msgid ""
2274
  "Social Login Interface will get enabled before the customer login form at "
2275
  "WooCommerce My Account page"
2277
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2278
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2279
 
2280
+ #: ../admin/social_login.php:647
2281
  #, fuzzy
2282
  msgid "Enable at WooCommerce Customer Login Form"
2283
  msgstr "Включить после формы входа клиента WooCommerce"
2284
 
2285
+ #: ../admin/social_login.php:657
2286
  #, fuzzy
2287
  msgid ""
2288
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2291
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2292
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2293
 
2294
+ #: ../admin/social_login.php:664
2295
  #, fuzzy
2296
  msgid "Enable at WooCommerce Customer Register Form"
2297
  msgstr "Включить после формы входа клиента WooCommerce"
2298
 
2299
+ #: ../admin/social_login.php:674
2300
  #, fuzzy
2301
  msgid ""
2302
  "Integrate Social Login Interface with the customer register form at "
2305
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2306
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2307
 
2308
+ #: ../admin/social_login.php:681
2309
  msgid "Enable at WooCommerce checkout page"
2310
  msgstr "Включить на странице оформления заказа WooCommerce"
2311
 
2312
+ #: ../admin/social_login.php:691
2313
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2314
  msgstr ""
2315
  "Интерфейс входа через социальные сети будет активирован на странице "
2316
  "оформления заказа в WooCommerce"
2317
 
2318
+ #: ../admin/social_login.php:701
2319
  msgid "Auto-approve comments made by Social Login users"
2320
  msgstr ""
2321
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2322
 
2323
+ #: ../admin/social_login.php:711
2324
  msgid ""
2325
  "If this option is enabled, and WordPress comment is made by Social Login "
2326
  "user, comment will get approved immediately without keeping in moderation."
2329
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2330
  "без модерации."
2331
 
2332
+ #: ../admin/social_login.php:712
2333
  msgid "Note: This is not related to Facebook comments"
2334
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2335
 
2336
+ #: ../admin/social_login.php:721
2337
  msgid "Enable social avatar"
2338
  msgstr "Включение социальных аватар"
2339
 
2340
+ #: ../admin/social_login.php:731
2341
  msgid ""
2342
  "Social profile pictures of the logged in user will be displayed as profile "
2343
  "avatar"
2345
  "Изображения пользователя в социальных сетях будет использоваться как "
2346
  "изображение профиля на сайте"
2347
 
2348
+ #: ../admin/social_login.php:740
2349
  msgid "Avatar quality"
2350
  msgstr "Качество аватары"
2351
 
2352
+ #: ../admin/social_login.php:743
2353
  msgid "Average"
2354
  msgstr "Среднее"
2355
 
2356
+ #: ../admin/social_login.php:744
2357
  msgid "Best"
2358
  msgstr "лучший"
2359
 
2360
+ #: ../admin/social_login.php:751
2361
  msgid "Choose avatar quality"
2362
  msgstr "Выберите качество аватара"
2363
 
2364
+ #: ../admin/social_login.php:759
2365
  msgid ""
2366
  "Show option for users to update social avatar at BuddyPress profile page"
2367
  msgstr ""
2368
  "Показать вариант для пользователей для обновления социального аватара на "
2369
  "странице профиля BuddyPress"
2370
 
2371
+ #: ../admin/social_login.php:769
2372
  msgid ""
2373
  "If enabled, users would be able to update their social avatar from \"Profile "
2374
  "photo\" section in BuddyPress profile at front-end"
2376
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2377
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2378
 
2379
+ #: ../admin/social_login.php:789
2380
  msgid ""
2381
  "If enabled and Social ID provider does not provide user's email address on "
2382
  "login, user will be asked to provide his/her email address. Otherwise, a "
2386
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2387
  "случае, почта будет создана по образцу."
2388
 
2389
+ #: ../admin/social_login.php:797
2390
  msgid "Send post-registration email to user to set account password"
2391
  msgstr ""
2392
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2393
  "установить пароль учетной записи"
2394
 
2395
+ #: ../admin/social_login.php:807
2396
  msgid ""
2397
  "If enabled, an email will be sent to user after registration through Social "
2398
  "Login, regarding his/her login credentials (username-password to be able to "
2402
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2403
  "возможность зайти черед стандартную форму авторизации"
2404
 
2405
+ #: ../admin/social_login.php:814
2406
  msgid "Send new user registration notification email to admin"
2407
  msgstr ""
2408
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2409
  "администратору"
2410
 
2411
+ #: ../admin/social_login.php:824
2412
  msgid ""
2413
  "If enabled, an email will be sent to admin after new user registers through "
2414
  "Social Login, notifying admin about the new user registration"
2416
  "Если опция включена, на почту администратора прийдет уведомление о "
2417
  "регистрации нового пользователя через соцсети."
2418
 
2419
+ #: ../admin/social_login.php:831
2420
  msgid "Login redirection"
2421
  msgstr "Перенаправления входа"
2422
 
2423
+ #: ../admin/social_login.php:835
2424
  msgid "Same page where user logged in"
2425
  msgstr "Та же страница, на которой пользователь произвел вход "
2426
 
2427
+ #: ../admin/social_login.php:839 ../admin/social_login.php:868
2428
  msgid "Account dashboard"
2429
  msgstr "Страница управления моим аккаунтом"
2430
 
2431
+ #: ../admin/social_login.php:842 ../admin/social_login.php:871
2432
  msgid "BuddyPress profile page"
2433
  msgstr "Страница профиля BuddyPress"
2434
 
2435
+ #: ../admin/social_login.php:845 ../admin/social_login.php:874
2436
  msgid "Custom Url"
2437
  msgstr "Пользовательская ссылка"
2438
 
2439
+ #: ../admin/social_login.php:853
2440
  msgid "User will be redirected to the selected page after Social Login"
2441
  msgstr ""
2442
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2443
  "социальные сети"
2444
 
2445
+ #: ../admin/social_login.php:860
2446
  msgid "Registration redirection"
2447
  msgstr "Перенаправлении регистрации"
2448
 
2449
+ #: ../admin/social_login.php:864
2450
  msgid "Same page from where user registered"
2451
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2452
 
2453
+ #: ../admin/social_login.php:882
2454
  msgid ""
2455
  "User will be redirected to the selected page after registration (first "
2456
  "Social Login) through Social Login"
2458
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2459
  "(первый вход чере социальные сети) через социальные логин"
2460
 
2461
+ #: ../admin/social_login.php:891
2462
  #, fuzzy
2463
  msgid "Social Account Linking Options"
2464
  msgstr "Ссылки на социальный аккаунт"
2465
 
2466
+ #: ../admin/social_login.php:906
2467
  #, fuzzy
2468
  msgid "Text to display above the Social Account Linking interface"
2469
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2470
 
2471
+ #: ../admin/social_login.php:913
2472
  msgid ""
2473
  "Link social account to already existing account, if email address matches"
2474
  msgstr ""
2475
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2476
 
2477
+ #: ../admin/social_login.php:923
2478
  #, fuzzy
2479
  msgid ""
2480
  "If email address of the user's Social Account matches with an already "
2487
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2488
  "странице профиля."
2489
 
2490
+ #: ../admin/social_login.php:931
2491
  msgid "Enable social account linking at BuddyPress profile page"
2492
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2493
 
2494
+ #: ../admin/social_login.php:941
2495
  msgid ""
2496
  "Enable this option to show social account linking interface at BuddyPress "
2497
  "profile page"
2499
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2500
  "профиля BuddyPress"
2501
 
2502
+ #: ../admin/social_login.php:952
2503
  msgid "Email popup options"
2504
  msgstr "Параметры всплывающей электронной Почты"
2505
 
2506
+ #: ../admin/social_login.php:957
2507
  msgid "Text on 'Email required' popup"
2508
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2509
 
2510
+ #: ../admin/social_login.php:967
2511
  msgid ""
2512
  "This text will be displayed on email required popup. Leave empty if not "
2513
  "required."
2515
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2516
  "поле пустым если не требуется."
2517
 
2518
+ #: ../admin/social_login.php:975
2519
  msgid "Error message for 'Email required' popup"
2520
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2521
 
2522
+ #: ../admin/social_login.php:985
2523
  msgid ""
2524
  "This message will be displayed to user if it provides invalid or already "
2525
  "registered email"
2527
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2528
  "уже используемую почту"
2529
 
2530
+ #: ../admin/social_login.php:993
2531
  msgid "Email popup height"
2532
  msgstr "Высота высплывающего окна"
2533
 
2534
+ #: ../admin/social_login.php:1003
2535
  msgid ""
2536
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2537
  "can increase the height of popup by specifying in this option. Leave empty "
2541
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2542
  "базового значения."
2543
 
2544
+ #: ../admin/social_login.php:1010
2545
  msgid "Enable email verification"
2546
  msgstr "Включить проверку электронной почты"
2547
 
2548
+ #: ../admin/social_login.php:1020
2549
  msgid ""
2550
  "If enabled, email provided by the user will be verified by sending a "
2551
  "confirmation link to that email. User would not be able to login without "
2554
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2555
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2556
 
2557
+ #: ../admin/social_login.php:1040
2558
  #, fuzzy
2559
  msgid "Enable GDPR opt-in"
2560
  msgstr "Активировать комментирование через Disqus"
2561
 
2562
+ #: ../admin/social_login.php:1050
2563
  msgid ""
2564
  "Enable it to show GDPR opt-in for social login and social account linking"
2565
  msgstr ""
2566
 
2567
+ #: ../admin/social_login.php:1058
2568
  #, fuzzy
2569
  msgid "Placement of GDPR opt-in"
2570
  msgstr "Активировать комментирование через Disqus"
2571
 
2572
+ #: ../admin/social_login.php:1062
2573
  #, fuzzy
2574
  msgid "Above Social Login icons"
2575
  msgstr "Параметры входа через соцсети"
2576
 
2577
+ #: ../admin/social_login.php:1064
2578
  #, fuzzy
2579
  msgid "Below Social Login icons"
2580
  msgstr "Параметры входа через соцсети"
2581
 
2582
+ #: ../admin/social_login.php:1070
2583
  #, fuzzy
2584
  msgid "Placement of GDPR opt-in above or below the social login icons"
2585
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2586
 
2587
+ #: ../admin/social_login.php:1077
2588
  msgid "Opt-in text"
2589
  msgstr ""
2590
 
2591
+ #: ../admin/social_login.php:1087
2592
  #, fuzzy
2593
  msgid "Text for the GDPR opt-in"
2594
  msgstr "Активировать комментирование через Disqus"
2595
 
2596
+ #: ../admin/social_login.php:1094
2597
  msgid "Text to link to Terms-Conditions page"
2598
  msgstr ""
2599
 
2600
+ #: ../admin/social_login.php:1104
2601
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2602
  msgstr ""
2603
 
2604
+ #: ../admin/social_login.php:1111
2605
  msgid "Terms-Conditions Url"
2606
  msgstr ""
2607
 
2608
+ #: ../admin/social_login.php:1121
2609
  #, fuzzy
2610
  msgid "Url of the terms-conditions page of your website"
2611
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2612
 
2613
+ #: ../admin/social_login.php:1128
2614
  msgid "Text to link to Privacy Policy page"
2615
  msgstr ""
2616
 
2617
+ #: ../admin/social_login.php:1138
2618
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2619
  msgstr ""
2620
 
2621
+ #: ../admin/social_login.php:1145
2622
  msgid "Privacy Policy Url"
2623
  msgstr ""
2624
 
2625
+ #: ../admin/social_login.php:1155
2626
  #, fuzzy
2627
  msgid "Url of the privacy policy page of your website"
2628
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2629
 
2630
+ #: ../admin/social_login.php:1206 ../inc/widget.php:260 ../inc/widget.php:438
2631
  #: ../inc/widget.php:602 ../inc/widget.php:750
2632
  msgid "Select"
2633
  msgstr "Выбор"
2634
 
2635
+ #: ../admin/social_login.php:1237
2636
  msgid "Social Login Shortcode & Widget"
2637
  msgstr "Шорткод и виджет для входа через социальные сети "
2638
 
2639
+ #: ../admin/social_login.php:1238
2640
  msgid "Social Linking Shortcode"
2641
  msgstr "Шорткод социальных ссылок"
2642
 
2643
+ #: ../admin/social_login.php:1253
2644
  #, fuzzy
2645
  msgid "Why is social login not working?"
2646
  msgstr "Почему Facebook логин не работает?"
2647
 
2648
+ #: ../admin/social_login.php:1254
2649
  msgid ""
2650
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2651
  "belong to the same app"
2652
  msgstr ""
2653
 
2654
+ #: ../admin/social_login.php:1256
2655
  msgid "Social Login not working with Varnish enabled"
2656
  msgstr ""
2657
 
2658
+ #: ../admin/social_login.php:1257
2659
  msgid ""
2660
  "Why the user is not appearing logged in even after Social Login until the "
2661
  "webpage is refreshed manually?"
2800
  msgid "Enable bit.ly url shortener for tweet button"
2801
  msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
2802
 
2803
+ #: ../admin/like_buttons.php:665
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2804
  #, php-format
2805
  msgid ""
2806
  "Enter the code of the language you want to use to render counters. You can "
2811
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
2812
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
2813
 
2814
+ #: ../admin/like_buttons.php:674
2815
  msgid "Twitter Username"
2816
  msgstr "Имя в Твитере "
2817
 
2818
+ #: ../admin/like_buttons.php:679
2819
  msgid "Twitter username for Tweet (without @)"
2820
  msgstr "Имя в Твитере для Твитнуть (без @)"
2821
 
2822
+ #: ../admin/like_buttons.php:689
2823
  msgid ""
2824
  "Provided username will be appended after the content being tweeted as \"via "
2825
  "@USERNAME\". Leave empty if you do not want any username."
2827
  "Используемое имя пользователя будет показано после твита как \"via @USERNAME"
2828
  "\". Оставьте пустым если не хотите отображать имя."
2829
 
2830
+ #: ../admin/like_buttons.php:697
2831
  msgid "Twitter username for Buffer sharing (without @)"
2832
  msgstr "Имя в Твитере для Поделиться в Buffer (без @)"
2833
 
2834
+ #: ../admin/like_buttons.php:707
2835
  msgid ""
2836
  "Provided username will be appended after the content in Buffer sharing as "
2837
  "\"via @USERNAME\". Leave empty if you do not want any username."
2839
  "Используемое имя пользователя будет показано в Buffer после Поделиться как "
2840
  "\"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
2841
 
2842
+ #: ../admin/like_buttons.php:753
2843
  msgid "Like Buttons Shortcode & Widget"
2844
  msgstr "Шорткод и виджет Нравится"
2845
 
2866
  msgid "Archives"
2867
  msgstr "Архивы "
2868
 
2869
+ #: ../inc/social_sharing.php:942 ../inc/social_sharing.php:1180
2870
  msgid "Invalid request"
2871
  msgstr "Неверный Запрос!"
2872
 
2873
+ #: ../inc/social_sharing.php:949
2874
  msgid "Providers not selected"
2875
  msgstr "Сервисы не выбраны"
2876
 
2877
+ #: ../inc/social_login.php:747
2878
  msgid "Email"
2879
  msgstr "Email"
2880
 
2881
+ #: ../inc/social_login.php:748
2882
  msgid "Confirm email"
2883
  msgstr "Подтвердить e-mail"
2884
 
2885
+ #: ../inc/social_login.php:750
2886
  msgid "Save"
2887
  msgstr "Сохранить"
2888
 
2889
+ #: ../inc/social_login.php:751
2890
  msgid "Cancel"
2891
  msgstr "Отменить"
2892
 
2893
+ #: ../inc/social_login.php:825
2894
  msgid "Email Verification"
2895
  msgstr "Подтверждение адреса электронной почты"
2896
 
2897
+ #: ../inc/social_login.php:827
2898
  msgid ""
2899
  "Please click on the following link or paste it in browser to verify your "
2900
  "email"
3173
  msgid "RSS Feed URL:"
3174
  msgstr ""
3175
 
3176
+ #~ msgid "bit.ly Login"
3177
+ #~ msgstr "bit.ly логин"
3178
+
3179
+ #, fuzzy
3180
+ #~ msgid ""
3181
+ #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
3182
+ #~ msgstr ""
3183
+ #~ "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию "
3184
+ #~ "<a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
3185
+ #~ "Twitter."
3186
+
3187
+ #~ msgid "bit.ly API Key"
3188
+ #~ msgstr "bit.ly ключ приложения"
3189
+
3190
+ #, fuzzy
3191
+ #~ msgid ""
3192
+ #~ "Paste following url in <strong>Website URL</strong> option mentioned at "
3193
+ #~ "the link"
3194
+ #~ msgstr ""
3195
+ #~ "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для "
3196
+ #~ "упоминания ссылки"
3197
+
3198
+ #~ msgid "bit.ly username"
3199
+ #~ msgstr "bit.ly пользователя"
3200
+
3201
+ #~ msgid ""
3202
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3203
+ #~ "\"_blank\">this link</a> to get bit.ly username"
3204
+ #~ msgstr ""
3205
+ #~ "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank"
3206
+ #~ "\">этой ссылке</a> , чтобы получить имя пользователя bit.ly"
3207
+
3208
+ #~ msgid ""
3209
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3210
+ #~ "\"_blank\">this link</a> to get your API key"
3211
+ #~ msgstr ""
3212
+ #~ "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank"
3213
+ #~ "\">этой ссылке</a> , чтобы получить ваш ключ API"
3214
+
3215
  #~ msgid ""
3216
  #~ "Your website visitors will see a popup notification (only once) if their "
3217
  #~ "browsers block any of the features of the plugin so that they can change "
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: 2020-06-26 12:29+0530\n"
6
- "PO-Revision-Date: 2020-06-26 12:29+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -17,19 +17,19 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:475
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:479 ../super_socializer.php:493
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:489
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
- #: ../super_socializer.php:663
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
@@ -37,7 +37,7 @@ msgstr ""
37
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
38
  "до адміністратора вашого сайту, щоб включити це."
39
 
40
- #: ../super_socializer.php:691
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
47
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
48
 
49
- #: ../super_socializer.php:694
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -55,7 +55,7 @@ msgstr ""
55
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
56
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
57
 
58
- #: ../super_socializer.php:697
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
@@ -64,67 +64,67 @@ msgstr ""
64
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
65
  "переконатися в цьому."
66
 
67
- #: ../super_socializer.php:879 ../helper.php:968
68
  msgid "Please verify your email address to login."
69
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
70
 
71
- #: ../super_socializer.php:879
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr ""
74
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
75
  "облікового запису"
76
 
77
- #: ../super_socializer.php:883
78
  msgid "Notification"
79
  msgstr "Повідомлення"
80
 
81
- #: ../super_socializer.php:901 ../admin/social_login.php:758
82
  msgid "Email required"
83
  msgstr "Електронна адреса (обо'язково)"
84
 
85
- #: ../super_socializer.php:904
86
  msgid "Please check your email inbox to complete the registration."
87
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
88
 
89
- #: ../super_socializer.php:982
90
  msgid "Leave a reply"
91
  msgstr "Залишити коментар"
92
 
93
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
94
  msgid "Shares"
95
  msgstr "Поширили:"
96
 
97
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
98
  msgid "Share"
99
  msgstr "Поділитися"
100
 
101
- #: ../super_socializer.php:998
102
  #, fuzzy
103
  msgid "Link copied."
104
  msgstr "LinkedIn"
105
 
106
- #: ../super_socializer.php:1244
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Загальні Параметри"
109
 
110
- #: ../super_socializer.php:1244 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  msgid "General Options"
113
  msgstr "Загальні параметри"
114
 
115
- #: ../super_socializer.php:1312 ../helper.php:890
116
  msgid "Social Avatar"
117
  msgstr "Соціальний Аватар"
118
 
119
- #: ../super_socializer.php:1315
120
  msgid "Small Avatar Url"
121
  msgstr "Посилання для маленького аватара"
122
 
123
- #: ../super_socializer.php:1319
124
  msgid "Large Avatar Url"
125
  msgstr "Посилання для великого аватара"
126
 
127
- #: ../super_socializer.php:1323 ../helper.php:893
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
@@ -132,83 +132,100 @@ msgstr ""
132
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
133
  "раз коли я використовую вхід через соцмережі"
134
 
135
- #: ../super_socializer.php:1327 ../helper.php:894
136
  msgid "Update social avatar, next time I Social Login"
137
  msgstr ""
138
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
139
  "соцмережі"
140
 
141
- #: ../super_socializer.php:1404
142
  msgid "Login with your Social ID"
143
  msgstr "Увійти через соціальний аккаунт"
144
 
145
- #: ../super_socializer.php:1405
146
  msgid "Email you entered is already registered or invalid"
147
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
148
 
149
- #: ../super_socializer.php:1410
150
  msgid "Please enter a valid email address. You might be required to verify it"
151
  msgstr ""
152
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
153
  "потрібно перевірити його"
154
 
155
- #: ../super_socializer.php:1414 ../super_socializer.php:2072
156
  msgid "Link your social account to login to your account at this website"
157
  msgstr ""
158
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
159
  "запис на цьому сайті"
160
 
161
- #: ../super_socializer.php:1653
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:1655
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1666
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1675
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1684
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1693
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1702
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1713
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:1728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:1752
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -216,14 +233,14 @@ msgid ""
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1752 ../super_socializer.php:1777
220
- #: ../super_socializer.php:1802 ../super_socializer.php:1827
221
- #: ../super_socializer.php:1860 ../super_socializer.php:1888
222
- #: ../super_socializer.php:1915
223
  msgid "Okay"
224
  msgstr "Гаразд."
225
 
226
- #: ../super_socializer.php:1777
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -231,7 +248,7 @@ msgid ""
231
  "\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1802
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -239,7 +256,7 @@ msgid ""
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1827
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -247,13 +264,13 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1838
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:1860
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -261,7 +278,7 @@ msgid ""
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1888
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -270,7 +287,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:1915
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -278,7 +295,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1940
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -286,11 +303,11 @@ msgid ""
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1940 ../super_socializer.php:1967
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
- #: ../super_socializer.php:1966
294
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -299,7 +316,7 @@ msgid ""
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
- #: ../super_socializer.php:2148
303
  msgid ""
304
  "Your browser is blocking some features of this website. Please follow the "
305
  "instructions at {support_url} to unblock these."
@@ -335,102 +352,102 @@ msgstr "Технічна документація"
335
  msgid "Settings"
336
  msgstr "Налаштування"
337
 
338
- #: ../helper.php:542
339
  msgid "Account linked successfully"
340
  msgstr "Аккаунт успішно пов'язаний"
341
 
342
- #: ../helper.php:546
343
  msgid "Account already exists or linked"
344
  msgstr "Аккаунт вже існує або пов'язаний"
345
 
346
- #: ../helper.php:582 ../helper.php:584
347
  msgid "Login with"
348
  msgstr "Увійти з"
349
 
350
- #: ../helper.php:619 ../helper.php:625
351
  msgid "Currently"
352
  msgstr "в даний час"
353
 
354
- #: ../helper.php:619 ../helper.php:625
355
  msgid "Connected with"
356
  msgstr "Авторизуватися за допомогою"
357
 
358
- #: ../helper.php:619 ../helper.php:625
359
  msgid "Remove"
360
  msgstr "Видалити"
361
 
362
- #: ../helper.php:696
363
  msgid "Social Account Linking"
364
  msgstr "Посилання на соціальний аккаунт"
365
 
366
- #: ../helper.php:746
367
  msgid "Disable Standard Social Sharing on this "
368
  msgstr "Відключити стандартний блок Поділитися на цьому"
369
 
370
- #: ../helper.php:751
371
  msgid "Disable Floating Social Sharing on this "
372
  msgstr "Відключити плаваючий блок Поділитися на цьому"
373
 
374
- #: ../helper.php:756
375
  msgid "Disable Standard like buttons on this "
376
  msgstr "Відключити стандартні кнопки Подобається на цьому"
377
 
378
- #: ../helper.php:761
379
  msgid "Disable Floating like buttons on this "
380
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
381
 
382
- #: ../helper.php:766
383
  msgid "Disable Social Commenting on this "
384
  msgstr "Деактивувати соціальне коментування"
385
 
386
- #: ../helper.php:775
387
  msgid "Standard Sharing Interface"
388
  msgstr "Стандартний інтерфейс Поділитися"
389
 
390
- #: ../helper.php:781 ../helper.php:800
391
  msgid "Starting share count for "
392
  msgstr "Запустити лічильник Поділитися для"
393
 
394
- #: ../helper.php:794
395
  msgid "Floating Sharing Interface"
396
  msgstr "Плаваючий інтерфейс Поділитися"
397
 
398
- #: ../helper.php:897
399
  msgid "Small Avatar"
400
  msgstr "Невеликий аватар"
401
 
402
- #: ../helper.php:901
403
  msgid "Large Avatar"
404
  msgstr "Великий аватар"
405
 
406
- #: ../helper.php:905 ../admin/general_options.php:92
407
- #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
408
- #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
409
  msgid "Save Changes"
410
  msgstr "Зберегти налаштування"
411
 
412
- #: ../helper.php:1005
413
  msgid "Click to delete social profile data"
414
  msgstr ""
415
 
416
- #: ../helper.php:1034
417
  #, fuzzy
418
  msgid "Deleting"
419
  msgstr "Налаштування"
420
 
421
- #: ../helper.php:1044
422
  msgid "Deleted"
423
  msgstr ""
424
 
425
- #: ../helper.php:1046
426
  msgid "Something bad happened"
427
  msgstr ""
428
 
429
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
430
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
431
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
432
- #: ../admin/social_login.php:5 ../admin/social_login.php:1252
433
- #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
434
  #, fuzzy, php-format
435
  msgid ""
436
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -482,16 +499,16 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
482
  msgstr ""
483
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
484
 
485
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
486
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
487
- #: ../admin/like_buttons.php:809
488
  #, fuzzy
489
  msgid "Instagram Shoutout"
490
  msgstr "Instagram"
491
 
492
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
493
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
494
- #: ../admin/like_buttons.php:811
495
  msgid ""
496
  "If you can send (to hello@heateor.com) how this plugin is helping your "
497
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -600,7 +617,7 @@ msgstr "Майстер налаштування включення кнопок
600
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
601
  msgstr ""
602
 
603
- #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1926
604
  msgid ""
605
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
606
  "Facebook share count to work"
@@ -627,10 +644,10 @@ msgstr "Різне"
627
  msgid "3rd Party Integration"
628
  msgstr "XProfile інтеграція"
629
 
630
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
631
- #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
632
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
633
- #: ../admin/like_buttons.php:770
634
  msgid "Shortcode & Widget"
635
  msgstr "Шорткод і віджет"
636
 
@@ -638,10 +655,10 @@ msgstr "Шорткод і віджет"
638
  msgid "Troubleshooter"
639
  msgstr "Усунення несправностей"
640
 
641
- #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
642
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
643
- #: ../admin/social_login.php:46 ../admin/social_login.php:1228
644
- #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
645
  msgid "FAQ"
646
  msgstr "Часті питання (FAQ)"
647
 
@@ -872,8 +889,8 @@ msgstr "Користувальницьке посилання"
872
  msgid "Url to share"
873
  msgstr "Посилання щоб Поділитися"
874
 
875
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
876
- #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
877
  #: ../inc/widget.php:945
878
  msgid "Title"
879
  msgstr "Заголовок"
@@ -959,7 +976,7 @@ msgid "Placement"
959
  msgstr "Розміщення"
960
 
961
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
962
- #: ../admin/social_login.php:816 ../admin/social_login.php:845
963
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
964
  msgid "Homepage"
965
  msgstr "Головна"
@@ -1277,30 +1294,28 @@ msgstr "Активувати bit.ly для скорочення посилань
1277
  msgid "Master control to enable bit.ly url shortening for sharing"
1278
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1279
 
1280
- #: ../admin/social_sharing.php:1659
1281
- msgid "bit.ly Login"
1282
- msgstr "bit.ly Логін"
1283
-
1284
- #: ../admin/social_sharing.php:1669 ../admin/social_sharing.php:1687
1285
- #, fuzzy, php-format
1286
- msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1287
  msgstr ""
1288
- "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1289
- "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1290
 
1291
- #: ../admin/social_sharing.php:1677 ../admin/like_buttons.php:631
1292
- msgid "bit.ly API Key"
1293
- msgstr "bit.ly ключ додатка"
 
 
 
 
 
1294
 
1295
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:649
1296
  msgid "Clear Bitly Cache"
1297
  msgstr "Очистити Bitly кеш"
1298
 
1299
- #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:653
1300
  msgid "ShortUrl cache cleared successfully."
1301
  msgstr "ShortUrl кеш успішно очищений."
1302
 
1303
- #: ../admin/social_sharing.php:1706 ../admin/like_buttons.php:660
1304
  msgid ""
1305
  "Use this to delete short urls saved in database. Handy, if urls of your "
1306
  "website have been changed but short urls are still being generated for old "
@@ -1310,31 +1325,31 @@ msgstr ""
1310
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1311
  "адреси, як і раніше створюються для старих URL-адрес."
1312
 
1313
- #: ../admin/social_sharing.php:1715
1314
  msgid "Share Count Cache"
1315
  msgstr "Кеш лічильників Поділитися"
1316
 
1317
- #: ../admin/social_sharing.php:1720
1318
  msgid "Refresh Share Count cache every"
1319
  msgstr "Оновити кеш лічильників Поділитися"
1320
 
1321
- #: ../admin/social_sharing.php:1725
1322
  msgid "Second(s)"
1323
  msgstr "Секунд"
1324
 
1325
- #: ../admin/social_sharing.php:1726
1326
  msgid "Minute(s)"
1327
  msgstr "Хвилин"
1328
 
1329
- #: ../admin/social_sharing.php:1727
1330
  msgid "Hour(s)"
1331
  msgstr "Годин"
1332
 
1333
- #: ../admin/social_sharing.php:1728
1334
  msgid "Day(s)"
1335
  msgstr "Днів"
1336
 
1337
- #: ../admin/social_sharing.php:1736
1338
  #, fuzzy, php-format
1339
  msgid ""
1340
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1344,25 +1359,25 @@ msgstr ""
1344
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1345
  "включеними лічильниками Поділитися"
1346
 
1347
- #: ../admin/social_sharing.php:1743
1348
  msgid "Clear Share Counts Cache"
1349
  msgstr "Очистити кеш лічильників Поділитися"
1350
 
1351
- #: ../admin/social_sharing.php:1747
1352
  msgid "Share Counts cache cleared successfully."
1353
  msgstr "Кеш лічільників Поділитися успішно очищений."
1354
 
1355
- #: ../admin/social_sharing.php:1754
1356
  msgid "Use this to clear cached share counts"
1357
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1358
 
1359
- #: ../admin/social_sharing.php:1763 ../admin/social_sharing.php:1768
1360
- #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:669
1361
- #: ../admin/like_buttons.php:674
1362
  msgid "Language"
1363
  msgstr "Мова"
1364
 
1365
- #: ../admin/social_sharing.php:1778
1366
  #, php-format
1367
  msgid ""
1368
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1374,15 +1389,15 @@ msgstr ""
1374
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1375
  "замовчуванням (Українська)."
1376
 
1377
- #: ../admin/social_sharing.php:1787
1378
  msgid "Username in sharing"
1379
  msgstr "Ім'я користувача щоб поділитися"
1380
 
1381
- #: ../admin/social_sharing.php:1792
1382
  msgid "Twitter username (without @)"
1383
  msgstr "Twitter ім'я користувача (без @)"
1384
 
1385
- #: ../admin/social_sharing.php:1802 ../admin/social_sharing.php:1820
1386
  msgid ""
1387
  "Provided username will be appended after the content being shared as \"via "
1388
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1391,35 +1406,35 @@ msgstr ""
1391
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1392
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1393
 
1394
- #: ../admin/social_sharing.php:1810
1395
  msgid "Buffer username (without @)"
1396
  msgstr "Ім'я користувача в Twitter (без @)"
1397
 
1398
- #: ../admin/social_sharing.php:1829
1399
  msgid "AMP"
1400
  msgstr "AMP"
1401
 
1402
- #: ../admin/social_sharing.php:1834
1403
  msgid "Enable sharing on AMP pages"
1404
  msgstr "Дозволити загальний доступ на сторінках AMP"
1405
 
1406
- #: ../admin/social_sharing.php:1844
1407
  msgid "Enable this option to render sharing icons on AMP pages"
1408
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1409
 
1410
- #: ../admin/social_sharing.php:1863 ../admin/like_buttons.php:745
1411
  msgid "myCRED"
1412
  msgstr ""
1413
 
1414
- #: ../admin/social_sharing.php:1868 ../admin/like_buttons.php:750
1415
  msgid "Append myCRED referral ID to the urls being shared"
1416
  msgstr ""
1417
 
1418
- #: ../admin/social_sharing.php:1901
1419
  msgid "Facebook Sharing Troubleshooter"
1420
  msgstr "Усунення несправностей Поділитися від Facebook"
1421
 
1422
- #: ../admin/social_sharing.php:1906
1423
  #, fuzzy
1424
  msgid ""
1425
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1431,14 +1446,14 @@ msgstr ""
1431
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1432
  "\"Отримання інформації про нову поломки \"."
1433
 
1434
- #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1435
- #: ../admin/social_login.php:1230
1436
  msgid ""
1437
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1438
  "an online website for the plugin to function properly."
1439
  msgstr ""
1440
 
1441
- #: ../admin/social_sharing.php:1924
1442
  msgid ""
1443
  "Why is sharer not showing the correct image, title and other meta tags "
1444
  "content?"
@@ -1446,16 +1461,16 @@ msgstr ""
1446
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1447
  "дані контенту?"
1448
 
1449
- #: ../admin/social_sharing.php:1925
1450
  #, fuzzy
1451
  msgid "Why is Facebook share count not working?"
1452
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1453
 
1454
- #: ../admin/social_sharing.php:1928
1455
  msgid "Why is Instagram icon redirecting to Instagram website?"
1456
  msgstr ""
1457
 
1458
- #: ../admin/social_sharing.php:1929
1459
  msgid ""
1460
  "Instagram icon is there to send website visitors to the Instagram page of "
1461
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1463,47 +1478,47 @@ msgid ""
1463
  "sections."
1464
  msgstr ""
1465
 
1466
- #: ../admin/social_sharing.php:1932
1467
  #, fuzzy
1468
  msgid "How to customize the url being shared?"
1469
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1470
 
1471
- #: ../admin/social_sharing.php:1933
1472
  msgid ""
1473
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1474
  msgstr ""
1475
 
1476
- #: ../admin/social_sharing.php:1934
1477
  msgid ""
1478
  "It takes some time for their service to track the shares made on Twitter "
1479
  "from your website. If you still feel it's taking too long you can contact "
1480
  "their support directly from their website."
1481
  msgstr ""
1482
 
1483
- #: ../admin/social_sharing.php:1936 ../admin/like_buttons.php:787
1484
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1485
  msgstr ""
1486
 
1487
- #: ../admin/social_sharing.php:1937
1488
  msgid ""
1489
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1490
  msgstr ""
1491
 
1492
- #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1493
- #: ../admin/social_login.php:1237
1494
  msgid "Why is my browser blocking some features of the plugin?"
1495
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1496
 
1497
- #: ../admin/social_sharing.php:1939
1498
  #, fuzzy
1499
  msgid "Why the color of share icons is not being updated?"
1500
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1501
 
1502
- #: ../admin/social_sharing.php:1940
1503
  msgid "Why Facebook share counts are not appearing?"
1504
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1505
 
1506
- #: ../admin/social_sharing.php:1941
1507
  msgid ""
1508
  "How can I show share counts of my website rather than of individual pages/"
1509
  "posts?"
@@ -1511,49 +1526,49 @@ msgstr ""
1511
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1512
  "постах?"
1513
 
1514
- #: ../admin/social_sharing.php:1942
1515
  msgid "How can I disable sharing on particular page/post?"
1516
  msgstr ""
1517
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1518
 
1519
- #: ../admin/social_sharing.php:1943
1520
  msgid "How can I specify minimum sharing count for sharing networks?"
1521
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1522
 
1523
- #: ../admin/social_sharing.php:1944
1524
  msgid "How to share specific page?"
1525
  msgstr "Як поділитися певною сторінкою?"
1526
 
1527
- #: ../admin/social_sharing.php:1945
1528
  msgid "How to integrate Google Analytics with sharing?"
1529
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1530
 
1531
- #: ../admin/social_sharing.php:1946
1532
  msgid "How to customize the look of total share counts?"
1533
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1534
 
1535
- #: ../admin/social_sharing.php:1947
1536
  msgid "How to customize the look of individual share counts?"
1537
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1538
 
1539
- #: ../admin/social_sharing.php:1948
1540
  msgid "How to show Whatsapp icon only on mobile devices?"
1541
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1542
 
1543
- #: ../admin/social_sharing.php:1949
1544
  msgid "How to hide arrow after floating sharing bar?"
1545
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1546
 
1547
- #: ../admin/social_sharing.php:1950
1548
  #, fuzzy
1549
  msgid "Why is share count not getting updated?"
1550
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1551
 
1552
- #: ../admin/social_sharing.php:1951 ../admin/like_buttons.php:785
1553
  msgid "Why is there so much space between like buttons?"
1554
  msgstr "Чому існує так багато місця між кнопками?"
1555
 
1556
- #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:786
1557
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1558
  msgstr ""
1559
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
@@ -1807,11 +1822,11 @@ msgstr "Основные настройки"
1807
  msgid "Advanced Configuration"
1808
  msgstr "Розширена конфігурація"
1809
 
1810
- #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1811
  msgid "GDPR"
1812
  msgstr ""
1813
 
1814
- #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1815
  msgid "XProfile Integration"
1816
  msgstr "XProfile інтеграція"
1817
 
@@ -1935,7 +1950,7 @@ msgstr ""
1935
  "посилання"
1936
 
1937
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1938
- #: ../admin/social_login.php:400 ../admin/social_login.php:420
1939
  #, fuzzy
1940
  msgid ""
1941
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -2062,32 +2077,47 @@ msgid "Vkontakte Secure key"
2062
  msgstr "Вконтакте"
2063
 
2064
  #: ../admin/social_login.php:368
2065
- msgid "Instagram Client ID"
 
2066
  msgstr "Instagram ID клієнта"
2067
 
2068
  #: ../admin/social_login.php:378
2069
- #, php-format
2070
  msgid ""
2071
  "Required for Instagram Social Login to work. Please follow the documentation "
2072
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
2073
  msgstr ""
2074
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2075
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2076
 
2077
- #: ../admin/social_login.php:380
2078
  #, fuzzy
2079
  msgid ""
2080
- "Paste following url in <strong>Website URL</strong> option mentioned at the "
2081
- "link"
2082
  msgstr ""
2083
- "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2084
- "посилання"
2085
 
2086
  #: ../admin/social_login.php:389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2087
  msgid "Line Channel ID"
2088
  msgstr ""
2089
 
2090
- #: ../admin/social_login.php:398
2091
  #, fuzzy, php-format
2092
  msgid ""
2093
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2096,12 +2126,12 @@ msgstr ""
2096
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2097
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2098
 
2099
- #: ../admin/social_login.php:409
2100
  #, fuzzy
2101
  msgid "Line Channel Secret"
2102
  msgstr "LinkedIn"
2103
 
2104
- #: ../admin/social_login.php:418
2105
  #, fuzzy, php-format
2106
  msgid ""
2107
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2110,12 +2140,12 @@ msgstr ""
2110
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2111
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2112
 
2113
- #: ../admin/social_login.php:429
2114
  #, fuzzy
2115
  msgid "Microsoft Client ID"
2116
  msgstr "Google+ ID клієнта"
2117
 
2118
- #: ../admin/social_login.php:438
2119
  #, fuzzy, php-format
2120
  msgid ""
2121
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2124,7 +2154,7 @@ msgstr ""
2124
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2125
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2126
 
2127
- #: ../admin/social_login.php:440 ../admin/social_login.php:460
2128
  #, fuzzy
2129
  msgid ""
2130
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
@@ -2133,12 +2163,12 @@ msgstr ""
2133
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2134
  "згадки посилання."
2135
 
2136
- #: ../admin/social_login.php:449
2137
  #, fuzzy
2138
  msgid "Microsoft Client Secret"
2139
  msgstr "Google+ ID клієнта"
2140
 
2141
- #: ../admin/social_login.php:458
2142
  #, fuzzy, php-format
2143
  msgid ""
2144
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2148,12 +2178,12 @@ msgstr ""
2148
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2149
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2150
 
2151
- #: ../admin/social_login.php:468
2152
  #, fuzzy
2153
  msgid "Steam API Key"
2154
  msgstr "Twitter API ключ"
2155
 
2156
- #: ../admin/social_login.php:477
2157
  #, fuzzy, php-format
2158
  msgid ""
2159
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2162,73 +2192,73 @@ msgstr ""
2162
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
2163
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
2164
 
2165
- #: ../admin/social_login.php:478
2166
  #, fuzzy
2167
  msgid "Save following <strong>domain</strong> to get the key"
2168
  msgstr ""
2169
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2170
  "посилання"
2171
 
2172
- #: ../admin/social_login.php:494
2173
  msgid "Social Login Options"
2174
  msgstr "Параметри входу через соцмережі"
2175
 
2176
- #: ../admin/social_login.php:509
2177
  msgid "Text to display above the Social Login interface"
2178
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2179
 
2180
- #: ../admin/social_login.php:517
2181
  msgid "Trigger social login in the same browser tab"
2182
  msgstr ""
2183
 
2184
- #: ../admin/social_login.php:527
2185
  msgid "Trigger social login in the same browser tab instead of a popup window"
2186
  msgstr ""
2187
 
2188
- #: ../admin/social_login.php:534
2189
  #, fuzzy
2190
  msgid "Center align icons"
2191
  msgstr "Змінити порядок іконок"
2192
 
2193
- #: ../admin/social_login.php:544
2194
  #, fuzzy
2195
  msgid "Center align social login icons"
2196
  msgstr "Параметри входу через соцмережі"
2197
 
2198
- #: ../admin/social_login.php:551
2199
  msgid "Enable at login page"
2200
  msgstr "Включити сторінку входу"
2201
 
2202
- #: ../admin/social_login.php:561
2203
  msgid ""
2204
  "Social Login interface will get enabled at the login page of your website"
2205
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2206
 
2207
- #: ../admin/social_login.php:568
2208
  msgid "Enable at register page"
2209
  msgstr "Включити на сторінці реєстрації"
2210
 
2211
- #: ../admin/social_login.php:578
2212
  msgid ""
2213
  "Social Login interface will get enabled at the registration page of your "
2214
  "website"
2215
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2216
 
2217
- #: ../admin/social_login.php:585
2218
  msgid "Enable at comment form"
2219
  msgstr "Включити в формі коментування"
2220
 
2221
- #: ../admin/social_login.php:595
2222
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2223
  msgstr ""
2224
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2225
  "Wordpress"
2226
 
2227
- #: ../admin/social_login.php:609
2228
  msgid "Enable before WooCommerce Customer Login Form"
2229
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2230
 
2231
- #: ../admin/social_login.php:619
2232
  msgid ""
2233
  "Social Login Interface will get enabled before the customer login form at "
2234
  "WooCommerce My Account page"
@@ -2236,12 +2266,12 @@ msgstr ""
2236
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2237
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2238
 
2239
- #: ../admin/social_login.php:626
2240
  #, fuzzy
2241
  msgid "Enable at WooCommerce Customer Login Form"
2242
  msgstr "Включити після форми входу клієнта WooCommerce"
2243
 
2244
- #: ../admin/social_login.php:636
2245
  #, fuzzy
2246
  msgid ""
2247
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2250,12 +2280,12 @@ msgstr ""
2250
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2251
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2252
 
2253
- #: ../admin/social_login.php:643
2254
  #, fuzzy
2255
  msgid "Enable at WooCommerce Customer Register Form"
2256
  msgstr "Включити після форми входу клієнта WooCommerce"
2257
 
2258
- #: ../admin/social_login.php:653
2259
  #, fuzzy
2260
  msgid ""
2261
  "Integrate Social Login Interface with the customer register form at "
@@ -2264,23 +2294,23 @@ msgstr ""
2264
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2265
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2266
 
2267
- #: ../admin/social_login.php:660
2268
  msgid "Enable at WooCommerce checkout page"
2269
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2270
 
2271
- #: ../admin/social_login.php:670
2272
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2273
  msgstr ""
2274
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2275
  "замовлення в WooCommerce"
2276
 
2277
- #: ../admin/social_login.php:680
2278
  msgid "Auto-approve comments made by Social Login users"
2279
  msgstr ""
2280
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2281
  "соцмережі"
2282
 
2283
- #: ../admin/social_login.php:690
2284
  msgid ""
2285
  "If this option is enabled, and WordPress comment is made by Social Login "
2286
  "user, comment will get approved immediately without keeping in moderation."
@@ -2289,15 +2319,15 @@ msgstr ""
2289
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2290
  "відразу без модерації."
2291
 
2292
- #: ../admin/social_login.php:691
2293
  msgid "Note: This is not related to Facebook comments"
2294
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2295
 
2296
- #: ../admin/social_login.php:700
2297
  msgid "Enable social avatar"
2298
  msgstr "Включення соціальних аватар"
2299
 
2300
- #: ../admin/social_login.php:710
2301
  msgid ""
2302
  "Social profile pictures of the logged in user will be displayed as profile "
2303
  "avatar"
@@ -2305,30 +2335,30 @@ msgstr ""
2305
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2306
  "профілю на сайті"
2307
 
2308
- #: ../admin/social_login.php:719
2309
  msgid "Avatar quality"
2310
  msgstr "Якість аватарки"
2311
 
2312
- #: ../admin/social_login.php:722
2313
  msgid "Average"
2314
  msgstr "Середнє"
2315
 
2316
- #: ../admin/social_login.php:723
2317
  msgid "Best"
2318
  msgstr "Кращий"
2319
 
2320
- #: ../admin/social_login.php:730
2321
  msgid "Choose avatar quality"
2322
  msgstr "Виберіть якість аватара"
2323
 
2324
- #: ../admin/social_login.php:738
2325
  msgid ""
2326
  "Show option for users to update social avatar at BuddyPress profile page"
2327
  msgstr ""
2328
  "Показати варіант для користувачів для оновлення соціального аватара на "
2329
  "сторінці профілю BuddyPress"
2330
 
2331
- #: ../admin/social_login.php:748
2332
  msgid ""
2333
  "If enabled, users would be able to update their social avatar from \"Profile "
2334
  "photo\" section in BuddyPress profile at front-end"
@@ -2336,7 +2366,7 @@ msgstr ""
2336
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2337
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2338
 
2339
- #: ../admin/social_login.php:768
2340
  msgid ""
2341
  "If enabled and Social ID provider does not provide user's email address on "
2342
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2346,13 +2376,13 @@ msgstr ""
2346
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2347
  "пошта буде створена за зразком."
2348
 
2349
- #: ../admin/social_login.php:776
2350
  msgid "Send post-registration email to user to set account password"
2351
  msgstr ""
2352
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2353
  "встановити пароль облікового запису"
2354
 
2355
- #: ../admin/social_login.php:786
2356
  msgid ""
2357
  "If enabled, an email will be sent to user after registration through Social "
2358
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2362,13 +2392,13 @@ msgstr ""
2362
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2363
  "стандартну форму авторизації"
2364
 
2365
- #: ../admin/social_login.php:793
2366
  msgid "Send new user registration notification email to admin"
2367
  msgstr ""
2368
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2369
  "пошті адміністратору"
2370
 
2371
- #: ../admin/social_login.php:803
2372
  msgid ""
2373
  "If enabled, an email will be sent to admin after new user registers through "
2374
  "Social Login, notifying admin about the new user registration"
@@ -2376,41 +2406,41 @@ msgstr ""
2376
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2377
  "реєстрацію нового користувача через соцмережі."
2378
 
2379
- #: ../admin/social_login.php:810
2380
  msgid "Login redirection"
2381
  msgstr "Перенаправлення входу"
2382
 
2383
- #: ../admin/social_login.php:814
2384
  msgid "Same page where user logged in"
2385
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2386
 
2387
- #: ../admin/social_login.php:818 ../admin/social_login.php:847
2388
  msgid "Account dashboard"
2389
  msgstr "Сторінка управління аккаунтом"
2390
 
2391
- #: ../admin/social_login.php:821 ../admin/social_login.php:850
2392
  msgid "BuddyPress profile page"
2393
  msgstr "Сторінка профілю BuddyPress"
2394
 
2395
- #: ../admin/social_login.php:824 ../admin/social_login.php:853
2396
  msgid "Custom Url"
2397
  msgstr "Користувацьке посилання"
2398
 
2399
- #: ../admin/social_login.php:832
2400
  msgid "User will be redirected to the selected page after Social Login"
2401
  msgstr ""
2402
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2403
  "соцмережі"
2404
 
2405
- #: ../admin/social_login.php:839
2406
  msgid "Registration redirection"
2407
  msgstr "Перенаправлення реєстрації"
2408
 
2409
- #: ../admin/social_login.php:843
2410
  msgid "Same page from where user registered"
2411
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2412
 
2413
- #: ../admin/social_login.php:861
2414
  msgid ""
2415
  "User will be redirected to the selected page after registration (first "
2416
  "Social Login) through Social Login"
@@ -2418,23 +2448,23 @@ msgstr ""
2418
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2419
  "вхід чере соцмережі) через соцмережі"
2420
 
2421
- #: ../admin/social_login.php:870
2422
  #, fuzzy
2423
  msgid "Social Account Linking Options"
2424
  msgstr "Посилання на соціальний аккаунт"
2425
 
2426
- #: ../admin/social_login.php:885
2427
  #, fuzzy
2428
  msgid "Text to display above the Social Account Linking interface"
2429
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2430
 
2431
- #: ../admin/social_login.php:892
2432
  msgid ""
2433
  "Link social account to already existing account, if email address matches"
2434
  msgstr ""
2435
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2436
 
2437
- #: ../admin/social_login.php:902
2438
  #, fuzzy
2439
  msgid ""
2440
  "If email address of the user's Social Account matches with an already "
@@ -2447,11 +2477,11 @@ msgstr ""
2447
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2448
  "профілю."
2449
 
2450
- #: ../admin/social_login.php:910
2451
  msgid "Enable social account linking at BuddyPress profile page"
2452
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2453
 
2454
- #: ../admin/social_login.php:920
2455
  msgid ""
2456
  "Enable this option to show social account linking interface at BuddyPress "
2457
  "profile page"
@@ -2459,15 +2489,15 @@ msgstr ""
2459
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2460
  "BuddyPress"
2461
 
2462
- #: ../admin/social_login.php:931
2463
  msgid "Email popup options"
2464
  msgstr "Параметри спливаючій електронної пошти"
2465
 
2466
- #: ../admin/social_login.php:936
2467
  msgid "Text on 'Email required' popup"
2468
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2469
 
2470
- #: ../admin/social_login.php:946
2471
  msgid ""
2472
  "This text will be displayed on email required popup. Leave empty if not "
2473
  "required."
@@ -2475,11 +2505,11 @@ msgstr ""
2475
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2476
  "поле порожнім якщо не потрібно."
2477
 
2478
- #: ../admin/social_login.php:954
2479
  msgid "Error message for 'Email required' popup"
2480
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2481
 
2482
- #: ../admin/social_login.php:964
2483
  msgid ""
2484
  "This message will be displayed to user if it provides invalid or already "
2485
  "registered email"
@@ -2487,11 +2517,11 @@ msgstr ""
2487
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2488
  "раніше запроваджену пошту"
2489
 
2490
- #: ../admin/social_login.php:972
2491
  msgid "Email popup height"
2492
  msgstr "Висота спливаючого вікна"
2493
 
2494
- #: ../admin/social_login.php:982
2495
  msgid ""
2496
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2497
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2501,11 +2531,11 @@ msgstr ""
2501
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2502
  "базового значення."
2503
 
2504
- #: ../admin/social_login.php:989
2505
  msgid "Enable email verification"
2506
  msgstr "Включити перевірку електронної пошти"
2507
 
2508
- #: ../admin/social_login.php:999
2509
  msgid ""
2510
  "If enabled, email provided by the user will be verified by sending a "
2511
  "confirmation link to that email. User would not be able to login without "
@@ -2514,108 +2544,108 @@ msgstr ""
2514
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2515
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2516
 
2517
- #: ../admin/social_login.php:1019
2518
  #, fuzzy
2519
  msgid "Enable GDPR opt-in"
2520
  msgstr "Активувати коментування через Disqus"
2521
 
2522
- #: ../admin/social_login.php:1029
2523
  msgid ""
2524
  "Enable it to show GDPR opt-in for social login and social account linking"
2525
  msgstr ""
2526
 
2527
- #: ../admin/social_login.php:1037
2528
  #, fuzzy
2529
  msgid "Placement of GDPR opt-in"
2530
  msgstr "Активувати коментування через Disqus"
2531
 
2532
- #: ../admin/social_login.php:1041
2533
  #, fuzzy
2534
  msgid "Above Social Login icons"
2535
  msgstr "Параметри входу через соцмережі"
2536
 
2537
- #: ../admin/social_login.php:1043
2538
  #, fuzzy
2539
  msgid "Below Social Login icons"
2540
  msgstr "Параметри входу через соцмережі"
2541
 
2542
- #: ../admin/social_login.php:1049
2543
  #, fuzzy
2544
  msgid "Placement of GDPR opt-in above or below the social login icons"
2545
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2546
 
2547
- #: ../admin/social_login.php:1056
2548
  msgid "Opt-in text"
2549
  msgstr ""
2550
 
2551
- #: ../admin/social_login.php:1066
2552
  #, fuzzy
2553
  msgid "Text for the GDPR opt-in"
2554
  msgstr "Активувати коментування через Disqus"
2555
 
2556
- #: ../admin/social_login.php:1073
2557
  msgid "Text to link to Terms-Conditions page"
2558
  msgstr ""
2559
 
2560
- #: ../admin/social_login.php:1083
2561
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2562
  msgstr ""
2563
 
2564
- #: ../admin/social_login.php:1090
2565
  msgid "Terms-Conditions Url"
2566
  msgstr ""
2567
 
2568
- #: ../admin/social_login.php:1100
2569
  #, fuzzy
2570
  msgid "Url of the terms-conditions page of your website"
2571
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2572
 
2573
- #: ../admin/social_login.php:1107
2574
  msgid "Text to link to Privacy Policy page"
2575
  msgstr ""
2576
 
2577
- #: ../admin/social_login.php:1117
2578
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2579
  msgstr ""
2580
 
2581
- #: ../admin/social_login.php:1124
2582
  msgid "Privacy Policy Url"
2583
  msgstr ""
2584
 
2585
- #: ../admin/social_login.php:1134
2586
  #, fuzzy
2587
  msgid "Url of the privacy policy page of your website"
2588
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2589
 
2590
- #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2591
  #: ../inc/widget.php:602 ../inc/widget.php:750
2592
  msgid "Select"
2593
  msgstr "Вибір"
2594
 
2595
- #: ../admin/social_login.php:1216
2596
  msgid "Social Login Shortcode & Widget"
2597
  msgstr "Шорткод і віджет для входу через соцмережі"
2598
 
2599
- #: ../admin/social_login.php:1217
2600
  msgid "Social Linking Shortcode"
2601
  msgstr "Шорткод соціальних посилань"
2602
 
2603
- #: ../admin/social_login.php:1232
2604
  #, fuzzy
2605
  msgid "Why is social login not working?"
2606
  msgstr "Чому Facebook Логін не працює?"
2607
 
2608
- #: ../admin/social_login.php:1233
2609
  msgid ""
2610
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2611
  "belong to the same app"
2612
  msgstr ""
2613
 
2614
- #: ../admin/social_login.php:1235
2615
  msgid "Social Login not working with Varnish enabled"
2616
  msgstr ""
2617
 
2618
- #: ../admin/social_login.php:1236
2619
  msgid ""
2620
  "Why the user is not appearing logged in even after Social Login until the "
2621
  "webpage is refreshed manually?"
@@ -2760,29 +2790,7 @@ msgstr ""
2760
  msgid "Enable bit.ly url shortener for tweet button"
2761
  msgstr "Активувати скорочення посилань bit.ly для кнопки Твитнути"
2762
 
2763
- #: ../admin/like_buttons.php:613
2764
- msgid "bit.ly username"
2765
- msgstr "bit.ly користувача"
2766
-
2767
- #: ../admin/like_buttons.php:623
2768
- #, php-format
2769
- msgid ""
2770
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2771
- "\">this link</a> to get bit.ly username"
2772
- msgstr ""
2773
- "Увійти в ваш bit.ly аккаунт і перейдіть за <a href=\"%s\" target=\"_blank\"> "
2774
- "цим посиланням </a>, щоб отримати ім'я користувача bit.ly"
2775
-
2776
- #: ../admin/like_buttons.php:641
2777
- #, php-format
2778
- msgid ""
2779
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2780
- "\">this link</a> to get your API key"
2781
- msgstr ""
2782
- "Увійти в ваш bit.ly аккаунт і перейдіть по <a href=\"%s\" target=\"_blank\"> "
2783
- "цьому посиланню </a>, щоб отримати ваш ключ API"
2784
-
2785
- #: ../admin/like_buttons.php:684
2786
  #, php-format
2787
  msgid ""
2788
  "Enter the code of the language you want to use to render counters. You can "
@@ -2794,15 +2802,15 @@ msgstr ""
2794
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
2795
  "замовчуванням (український)."
2796
 
2797
- #: ../admin/like_buttons.php:693
2798
  msgid "Twitter Username"
2799
  msgstr "Ім'я в Твіттері"
2800
 
2801
- #: ../admin/like_buttons.php:698
2802
  msgid "Twitter username for Tweet (without @)"
2803
  msgstr "Ім'я в Твіттері для Твитнути (без @)"
2804
 
2805
- #: ../admin/like_buttons.php:708
2806
  msgid ""
2807
  "Provided username will be appended after the content being tweeted as \"via "
2808
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2810,11 +2818,11 @@ msgstr ""
2810
  "Використовується ім'я користувача буде показано після твіта як \"via "
2811
  "@USERNAME \". Залиште порожнім якщо не хочете відображати ім'я."
2812
 
2813
- #: ../admin/like_buttons.php:716
2814
  msgid "Twitter username for Buffer sharing (without @)"
2815
  msgstr "Ім'я в Твіттері для Поділитися в Buffer (без @)"
2816
 
2817
- #: ../admin/like_buttons.php:726
2818
  msgid ""
2819
  "Provided username will be appended after the content in Buffer sharing as "
2820
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2822,7 +2830,7 @@ msgstr ""
2822
  "Ім'я користувача що використовується, буде показано після твіта як \"via "
2823
  "@USERNAME \". Залиште порожнім якщо не хочете відображати ім'я."
2824
 
2825
- #: ../admin/like_buttons.php:772
2826
  msgid "Like Buttons Shortcode & Widget"
2827
  msgstr "Шорткод і віджет Подобається"
2828
 
@@ -2848,35 +2856,35 @@ msgstr "Шукати"
2848
  msgid "Archives"
2849
  msgstr "Архіви "
2850
 
2851
- #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2852
  msgid "Invalid request"
2853
  msgstr "Невірний Запит!"
2854
 
2855
- #: ../inc/social_sharing.php:916
2856
  msgid "Providers not selected"
2857
  msgstr "Сервіси не вибрані"
2858
 
2859
- #: ../inc/social_login.php:720
2860
  msgid "Email"
2861
  msgstr "Email"
2862
 
2863
- #: ../inc/social_login.php:721
2864
  msgid "Confirm email"
2865
  msgstr "Підтвердити e-mail"
2866
 
2867
- #: ../inc/social_login.php:723
2868
  msgid "Save"
2869
  msgstr "Зберегти"
2870
 
2871
- #: ../inc/social_login.php:724
2872
  msgid "Cancel"
2873
  msgstr "Скасувати"
2874
 
2875
- #: ../inc/social_login.php:798
2876
  msgid "Email Verification"
2877
  msgstr "Підтвердження адреси електронної пошти"
2878
 
2879
- #: ../inc/social_login.php:800
2880
  msgid ""
2881
  "Please click on the following link or paste it in browser to verify your "
2882
  "email"
@@ -3155,6 +3163,45 @@ msgstr ""
3155
  msgid "RSS Feed URL:"
3156
  msgstr ""
3157
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3158
  #~ msgid ""
3159
  #~ "Your website visitors will see a popup notification (only once) if their "
3160
  #~ "browsers block any of the features of the plugin so that they can change "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-07-10 12:01+0530\n"
6
+ "PO-Revision-Date: 2020-07-10 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../super_socializer.php:520
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:524 ../super_socializer.php:538
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:534
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
+ #: ../super_socializer.php:708
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
37
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
38
  "до адміністратора вашого сайту, щоб включити це."
39
 
40
+ #: ../super_socializer.php:736
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
47
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
48
 
49
+ #: ../super_socializer.php:739
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
55
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
56
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
57
 
58
+ #: ../super_socializer.php:742
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
64
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
65
  "переконатися в цьому."
66
 
67
+ #: ../super_socializer.php:924 ../helper.php:961
68
  msgid "Please verify your email address to login."
69
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
70
 
71
+ #: ../super_socializer.php:924
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr ""
74
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
75
  "облікового запису"
76
 
77
+ #: ../super_socializer.php:928
78
  msgid "Notification"
79
  msgstr "Повідомлення"
80
 
81
+ #: ../super_socializer.php:946 ../admin/social_login.php:779
82
  msgid "Email required"
83
  msgstr "Електронна адреса (обо'язково)"
84
 
85
+ #: ../super_socializer.php:949
86
  msgid "Please check your email inbox to complete the registration."
87
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
88
 
89
+ #: ../super_socializer.php:1018
90
  msgid "Leave a reply"
91
  msgstr "Залишити коментар"
92
 
93
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
94
  msgid "Shares"
95
  msgstr "Поширили:"
96
 
97
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
98
  msgid "Share"
99
  msgstr "Поділитися"
100
 
101
+ #: ../super_socializer.php:1034
102
  #, fuzzy
103
  msgid "Link copied."
104
  msgstr "LinkedIn"
105
 
106
+ #: ../super_socializer.php:1280
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Загальні Параметри"
109
 
110
+ #: ../super_socializer.php:1280 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  msgid "General Options"
113
  msgstr "Загальні параметри"
114
 
115
+ #: ../super_socializer.php:1348 ../helper.php:883
116
  msgid "Social Avatar"
117
  msgstr "Соціальний Аватар"
118
 
119
+ #: ../super_socializer.php:1351
120
  msgid "Small Avatar Url"
121
  msgstr "Посилання для маленького аватара"
122
 
123
+ #: ../super_socializer.php:1355
124
  msgid "Large Avatar Url"
125
  msgstr "Посилання для великого аватара"
126
 
127
+ #: ../super_socializer.php:1359 ../helper.php:886
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
132
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
133
  "раз коли я використовую вхід через соцмережі"
134
 
135
+ #: ../super_socializer.php:1363 ../helper.php:887
136
  msgid "Update social avatar, next time I Social Login"
137
  msgstr ""
138
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
139
  "соцмережі"
140
 
141
+ #: ../super_socializer.php:1440
142
  msgid "Login with your Social ID"
143
  msgstr "Увійти через соціальний аккаунт"
144
 
145
+ #: ../super_socializer.php:1441
146
  msgid "Email you entered is already registered or invalid"
147
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
148
 
149
+ #: ../super_socializer.php:1446
150
  msgid "Please enter a valid email address. You might be required to verify it"
151
  msgstr ""
152
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
153
  "потрібно перевірити його"
154
 
155
+ #: ../super_socializer.php:1450 ../super_socializer.php:2148
156
  msgid "Link your social account to login to your account at this website"
157
  msgstr ""
158
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
159
  "запис на цьому сайті"
160
 
161
+ #: ../super_socializer.php:1690
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:1692
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1703
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1712
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1721
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1730
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1739
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1750
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:1759
206
+ #, php-format
207
+ msgid ""
208
+ "To continue using Instagram login create a new Instagram App as described <a "
209
+ "href=\"%s\" target=\"_blank\">here</a> and save Instagram App ID and "
210
+ "Instagram App Secret <a href=\"%s\">here</a>"
211
+ msgstr ""
212
+
213
+ #: ../super_socializer.php:1768 ../super_socializer.php:1777
214
+ #, php-format
215
+ msgid ""
216
+ "To continue using bitly url shortener, login to your bit.ly account and "
217
+ "navigate to <strong>Profile Settings > Generic Access Token</strong> (top-"
218
+ "right corner), authenticate to generate access token and save it <a href=\"%s"
219
+ "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
220
+ msgstr ""
221
+
222
+ #: ../super_socializer.php:1793
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:1817
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:1817 ../super_socializer.php:1842
237
+ #: ../super_socializer.php:1867 ../super_socializer.php:1892
238
+ #: ../super_socializer.php:1925 ../super_socializer.php:1953
239
+ #: ../super_socializer.php:1980
240
  msgid "Okay"
241
  msgstr "Гаразд."
242
 
243
+ #: ../super_socializer.php:1842
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:1867
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:1892
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:1903
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:1925
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:1953
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:1980
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:2005
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:2005 ../super_socializer.php:2032
307
  msgid "Dismiss"
308
  msgstr ""
309
 
310
+ #: ../super_socializer.php:2031
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:2224
320
  msgid ""
321
  "Your browser is blocking some features of this website. Please follow the "
322
  "instructions at {support_url} to unblock these."
352
  msgid "Settings"
353
  msgstr "Налаштування"
354
 
355
+ #: ../helper.php:535
356
  msgid "Account linked successfully"
357
  msgstr "Аккаунт успішно пов'язаний"
358
 
359
+ #: ../helper.php:539
360
  msgid "Account already exists or linked"
361
  msgstr "Аккаунт вже існує або пов'язаний"
362
 
363
+ #: ../helper.php:575 ../helper.php:577
364
  msgid "Login with"
365
  msgstr "Увійти з"
366
 
367
+ #: ../helper.php:612 ../helper.php:618
368
  msgid "Currently"
369
  msgstr "в даний час"
370
 
371
+ #: ../helper.php:612 ../helper.php:618
372
  msgid "Connected with"
373
  msgstr "Авторизуватися за допомогою"
374
 
375
+ #: ../helper.php:612 ../helper.php:618
376
  msgid "Remove"
377
  msgstr "Видалити"
378
 
379
+ #: ../helper.php:689
380
  msgid "Social Account Linking"
381
  msgstr "Посилання на соціальний аккаунт"
382
 
383
+ #: ../helper.php:739
384
  msgid "Disable Standard Social Sharing on this "
385
  msgstr "Відключити стандартний блок Поділитися на цьому"
386
 
387
+ #: ../helper.php:744
388
  msgid "Disable Floating Social Sharing on this "
389
  msgstr "Відключити плаваючий блок Поділитися на цьому"
390
 
391
+ #: ../helper.php:749
392
  msgid "Disable Standard like buttons on this "
393
  msgstr "Відключити стандартні кнопки Подобається на цьому"
394
 
395
+ #: ../helper.php:754
396
  msgid "Disable Floating like buttons on this "
397
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
398
 
399
+ #: ../helper.php:759
400
  msgid "Disable Social Commenting on this "
401
  msgstr "Деактивувати соціальне коментування"
402
 
403
+ #: ../helper.php:768
404
  msgid "Standard Sharing Interface"
405
  msgstr "Стандартний інтерфейс Поділитися"
406
 
407
+ #: ../helper.php:774 ../helper.php:793
408
  msgid "Starting share count for "
409
  msgstr "Запустити лічильник Поділитися для"
410
 
411
+ #: ../helper.php:787
412
  msgid "Floating Sharing Interface"
413
  msgstr "Плаваючий інтерфейс Поділитися"
414
 
415
+ #: ../helper.php:890
416
  msgid "Small Avatar"
417
  msgstr "Невеликий аватар"
418
 
419
+ #: ../helper.php:894
420
  msgid "Large Avatar"
421
  msgstr "Великий аватар"
422
 
423
+ #: ../helper.php:898 ../admin/general_options.php:92
424
+ #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
425
+ #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
426
  msgid "Save Changes"
427
  msgstr "Зберегти налаштування"
428
 
429
+ #: ../helper.php:998
430
  msgid "Click to delete social profile data"
431
  msgstr ""
432
 
433
+ #: ../helper.php:1027
434
  #, fuzzy
435
  msgid "Deleting"
436
  msgstr "Налаштування"
437
 
438
+ #: ../helper.php:1037
439
  msgid "Deleted"
440
  msgstr ""
441
 
442
+ #: ../helper.php:1039
443
  msgid "Something bad happened"
444
  msgstr ""
445
 
446
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
447
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
448
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
449
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1273
450
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
451
  #, fuzzy, php-format
452
  msgid ""
453
  "You can appreciate the effort put in this free plugin by rating it <a href="
499
  msgstr ""
500
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
501
 
502
+ #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
503
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
504
+ #: ../admin/like_buttons.php:790
505
  #, fuzzy
506
  msgid "Instagram Shoutout"
507
  msgstr "Instagram"
508
 
509
+ #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
510
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
511
+ #: ../admin/like_buttons.php:792
512
  msgid ""
513
  "If you can send (to hello@heateor.com) how this plugin is helping your "
514
  "business, we would be glad to shoutout on Instagram. You can also send any "
617
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
618
  msgstr ""
619
 
620
+ #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1907
621
  msgid ""
622
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
623
  "Facebook share count to work"
644
  msgid "3rd Party Integration"
645
  msgstr "XProfile інтеграція"
646
 
647
+ #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
648
+ #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
649
+ #: ../admin/social_login.php:1235 ../admin/like_buttons.php:50
650
+ #: ../admin/like_buttons.php:751
651
  msgid "Shortcode & Widget"
652
  msgstr "Шорткод і віджет"
653
 
655
  msgid "Troubleshooter"
656
  msgstr "Усунення несправностей"
657
 
658
+ #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
659
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
660
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1249
661
+ #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
662
  msgid "FAQ"
663
  msgstr "Часті питання (FAQ)"
664
 
889
  msgid "Url to share"
890
  msgstr "Посилання щоб Поділитися"
891
 
892
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:520
893
+ #: ../admin/social_login.php:896 ../admin/like_buttons.php:105
894
  #: ../inc/widget.php:945
895
  msgid "Title"
896
  msgstr "Заголовок"
976
  msgstr "Розміщення"
977
 
978
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
979
+ #: ../admin/social_login.php:837 ../admin/social_login.php:866
980
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
981
  msgid "Homepage"
982
  msgstr "Головна"
1294
  msgid "Master control to enable bit.ly url shortening for sharing"
1295
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1296
 
1297
+ #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:613
1298
+ msgid "Bit.ly generic access token"
 
 
 
 
 
1299
  msgstr ""
 
 
1300
 
1301
+ #: ../admin/social_sharing.php:1669 ../admin/like_buttons.php:623
1302
+ #, php-format
1303
+ msgid ""
1304
+ "Login to your bit.ly account and navigate to <strong>Profile Settings > "
1305
+ "Generic Access Token</strong> (top-right corner) and authenticate to "
1306
+ "generate access token. More details at the <a href=\"%s\" target=\"_blank"
1307
+ "\">link</a>"
1308
+ msgstr ""
1309
 
1310
+ #: ../admin/social_sharing.php:1676 ../admin/like_buttons.php:630
1311
  msgid "Clear Bitly Cache"
1312
  msgstr "Очистити Bitly кеш"
1313
 
1314
+ #: ../admin/social_sharing.php:1680 ../admin/like_buttons.php:634
1315
  msgid "ShortUrl cache cleared successfully."
1316
  msgstr "ShortUrl кеш успішно очищений."
1317
 
1318
+ #: ../admin/social_sharing.php:1687 ../admin/like_buttons.php:641
1319
  msgid ""
1320
  "Use this to delete short urls saved in database. Handy, if urls of your "
1321
  "website have been changed but short urls are still being generated for old "
1325
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1326
  "адреси, як і раніше створюються для старих URL-адрес."
1327
 
1328
+ #: ../admin/social_sharing.php:1696
1329
  msgid "Share Count Cache"
1330
  msgstr "Кеш лічильників Поділитися"
1331
 
1332
+ #: ../admin/social_sharing.php:1701
1333
  msgid "Refresh Share Count cache every"
1334
  msgstr "Оновити кеш лічильників Поділитися"
1335
 
1336
+ #: ../admin/social_sharing.php:1706
1337
  msgid "Second(s)"
1338
  msgstr "Секунд"
1339
 
1340
+ #: ../admin/social_sharing.php:1707
1341
  msgid "Minute(s)"
1342
  msgstr "Хвилин"
1343
 
1344
+ #: ../admin/social_sharing.php:1708
1345
  msgid "Hour(s)"
1346
  msgstr "Годин"
1347
 
1348
+ #: ../admin/social_sharing.php:1709
1349
  msgid "Day(s)"
1350
  msgstr "Днів"
1351
 
1352
+ #: ../admin/social_sharing.php:1717
1353
  #, fuzzy, php-format
1354
  msgid ""
1355
  "Frequent cache refreshing results in slower loading of pages with share "
1359
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1360
  "включеними лічильниками Поділитися"
1361
 
1362
+ #: ../admin/social_sharing.php:1724
1363
  msgid "Clear Share Counts Cache"
1364
  msgstr "Очистити кеш лічильників Поділитися"
1365
 
1366
+ #: ../admin/social_sharing.php:1728
1367
  msgid "Share Counts cache cleared successfully."
1368
  msgstr "Кеш лічільників Поділитися успішно очищений."
1369
 
1370
+ #: ../admin/social_sharing.php:1735
1371
  msgid "Use this to clear cached share counts"
1372
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1373
 
1374
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1749
1375
+ #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:650
1376
+ #: ../admin/like_buttons.php:655
1377
  msgid "Language"
1378
  msgstr "Мова"
1379
 
1380
+ #: ../admin/social_sharing.php:1759
1381
  #, php-format
1382
  msgid ""
1383
  "Enter the code of the language you want to use for like buttons. You can "
1389
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1390
  "замовчуванням (Українська)."
1391
 
1392
+ #: ../admin/social_sharing.php:1768
1393
  msgid "Username in sharing"
1394
  msgstr "Ім'я користувача щоб поділитися"
1395
 
1396
+ #: ../admin/social_sharing.php:1773
1397
  msgid "Twitter username (without @)"
1398
  msgstr "Twitter ім'я користувача (без @)"
1399
 
1400
+ #: ../admin/social_sharing.php:1783 ../admin/social_sharing.php:1801
1401
  msgid ""
1402
  "Provided username will be appended after the content being shared as \"via "
1403
  "@USERNAME\". Leave empty if you do not want any username in the content "
1406
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1407
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1408
 
1409
+ #: ../admin/social_sharing.php:1791
1410
  msgid "Buffer username (without @)"
1411
  msgstr "Ім'я користувача в Twitter (без @)"
1412
 
1413
+ #: ../admin/social_sharing.php:1810
1414
  msgid "AMP"
1415
  msgstr "AMP"
1416
 
1417
+ #: ../admin/social_sharing.php:1815
1418
  msgid "Enable sharing on AMP pages"
1419
  msgstr "Дозволити загальний доступ на сторінках AMP"
1420
 
1421
+ #: ../admin/social_sharing.php:1825
1422
  msgid "Enable this option to render sharing icons on AMP pages"
1423
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1424
 
1425
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:726
1426
  msgid "myCRED"
1427
  msgstr ""
1428
 
1429
+ #: ../admin/social_sharing.php:1849 ../admin/like_buttons.php:731
1430
  msgid "Append myCRED referral ID to the urls being shared"
1431
  msgstr ""
1432
 
1433
+ #: ../admin/social_sharing.php:1882
1434
  msgid "Facebook Sharing Troubleshooter"
1435
  msgstr "Усунення несправностей Поділитися від Facebook"
1436
 
1437
+ #: ../admin/social_sharing.php:1887
1438
  #, fuzzy
1439
  msgid ""
1440
  "If Facebook sharing is not working fine, click at the following link and "
1446
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1447
  "\"Отримання інформації про нову поломки \"."
1448
 
1449
+ #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1450
+ #: ../admin/social_login.php:1251
1451
  msgid ""
1452
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1453
  "an online website for the plugin to function properly."
1454
  msgstr ""
1455
 
1456
+ #: ../admin/social_sharing.php:1905
1457
  msgid ""
1458
  "Why is sharer not showing the correct image, title and other meta tags "
1459
  "content?"
1461
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1462
  "дані контенту?"
1463
 
1464
+ #: ../admin/social_sharing.php:1906
1465
  #, fuzzy
1466
  msgid "Why is Facebook share count not working?"
1467
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1468
 
1469
+ #: ../admin/social_sharing.php:1909
1470
  msgid "Why is Instagram icon redirecting to Instagram website?"
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1910
1474
  msgid ""
1475
  "Instagram icon is there to send website visitors to the Instagram page of "
1476
  "your choice. You can save the desired Instagram handle in \"Instagram "
1478
  "sections."
1479
  msgstr ""
1480
 
1481
+ #: ../admin/social_sharing.php:1913
1482
  #, fuzzy
1483
  msgid "How to customize the url being shared?"
1484
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1485
 
1486
+ #: ../admin/social_sharing.php:1914
1487
  msgid ""
1488
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1489
  msgstr ""
1490
 
1491
+ #: ../admin/social_sharing.php:1915
1492
  msgid ""
1493
  "It takes some time for their service to track the shares made on Twitter "
1494
  "from your website. If you still feel it's taking too long you can contact "
1495
  "their support directly from their website."
1496
  msgstr ""
1497
 
1498
+ #: ../admin/social_sharing.php:1917 ../admin/like_buttons.php:768
1499
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1500
  msgstr ""
1501
 
1502
+ #: ../admin/social_sharing.php:1918
1503
  msgid ""
1504
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1505
  msgstr ""
1506
 
1507
+ #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1508
+ #: ../admin/social_login.php:1258
1509
  msgid "Why is my browser blocking some features of the plugin?"
1510
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1511
 
1512
+ #: ../admin/social_sharing.php:1920
1513
  #, fuzzy
1514
  msgid "Why the color of share icons is not being updated?"
1515
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1516
 
1517
+ #: ../admin/social_sharing.php:1921
1518
  msgid "Why Facebook share counts are not appearing?"
1519
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1520
 
1521
+ #: ../admin/social_sharing.php:1922
1522
  msgid ""
1523
  "How can I show share counts of my website rather than of individual pages/"
1524
  "posts?"
1526
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1527
  "постах?"
1528
 
1529
+ #: ../admin/social_sharing.php:1923
1530
  msgid "How can I disable sharing on particular page/post?"
1531
  msgstr ""
1532
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1533
 
1534
+ #: ../admin/social_sharing.php:1924
1535
  msgid "How can I specify minimum sharing count for sharing networks?"
1536
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1537
 
1538
+ #: ../admin/social_sharing.php:1925
1539
  msgid "How to share specific page?"
1540
  msgstr "Як поділитися певною сторінкою?"
1541
 
1542
+ #: ../admin/social_sharing.php:1926
1543
  msgid "How to integrate Google Analytics with sharing?"
1544
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1545
 
1546
+ #: ../admin/social_sharing.php:1927
1547
  msgid "How to customize the look of total share counts?"
1548
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1549
 
1550
+ #: ../admin/social_sharing.php:1928
1551
  msgid "How to customize the look of individual share counts?"
1552
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1553
 
1554
+ #: ../admin/social_sharing.php:1929
1555
  msgid "How to show Whatsapp icon only on mobile devices?"
1556
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1557
 
1558
+ #: ../admin/social_sharing.php:1930
1559
  msgid "How to hide arrow after floating sharing bar?"
1560
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1561
 
1562
+ #: ../admin/social_sharing.php:1931
1563
  #, fuzzy
1564
  msgid "Why is share count not getting updated?"
1565
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1566
 
1567
+ #: ../admin/social_sharing.php:1932 ../admin/like_buttons.php:766
1568
  msgid "Why is there so much space between like buttons?"
1569
  msgstr "Чому існує так багато місця між кнопками?"
1570
 
1571
+ #: ../admin/social_sharing.php:1933 ../admin/like_buttons.php:767
1572
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1573
  msgstr ""
1574
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
1822
  msgid "Advanced Configuration"
1823
  msgstr "Розширена конфігурація"
1824
 
1825
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1035
1826
  msgid "GDPR"
1827
  msgstr ""
1828
 
1829
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1186
1830
  msgid "XProfile Integration"
1831
  msgstr "XProfile інтеграція"
1832
 
1950
  "посилання"
1951
 
1952
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1953
+ #: ../admin/social_login.php:421 ../admin/social_login.php:441
1954
  #, fuzzy
1955
  msgid ""
1956
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2077
  msgstr "Вконтакте"
2078
 
2079
  #: ../admin/social_login.php:368
2080
+ #, fuzzy
2081
+ msgid "Instagram App ID"
2082
  msgstr "Instagram ID клієнта"
2083
 
2084
  #: ../admin/social_login.php:378
2085
+ #, fuzzy, php-format
2086
  msgid ""
2087
  "Required for Instagram Social Login to work. Please follow the documentation "
2088
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
2089
  msgstr ""
2090
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2091
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2092
 
2093
+ #: ../admin/social_login.php:380 ../admin/social_login.php:401
2094
  #, fuzzy
2095
  msgid ""
2096
+ "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2097
+ "mentioned at the link"
2098
  msgstr ""
2099
+ "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2100
+ "згадки посилання."
2101
 
2102
  #: ../admin/social_login.php:389
2103
+ #, fuzzy
2104
+ msgid "Instagram App Secret"
2105
+ msgstr "Введіть ім'я користувача Instagram."
2106
+
2107
+ #: ../admin/social_login.php:399
2108
+ #, fuzzy, php-format
2109
+ msgid ""
2110
+ "Required for Instagram Social Login to work. Please follow the documentation "
2111
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
2112
+ msgstr ""
2113
+ "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2114
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2115
+
2116
+ #: ../admin/social_login.php:410
2117
  msgid "Line Channel ID"
2118
  msgstr ""
2119
 
2120
+ #: ../admin/social_login.php:419
2121
  #, fuzzy, php-format
2122
  msgid ""
2123
  "Required for Line Social Login to work. Please follow the documentation at "
2126
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2127
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2128
 
2129
+ #: ../admin/social_login.php:430
2130
  #, fuzzy
2131
  msgid "Line Channel Secret"
2132
  msgstr "LinkedIn"
2133
 
2134
+ #: ../admin/social_login.php:439
2135
  #, fuzzy, php-format
2136
  msgid ""
2137
  "Required for Line Social Login to work. Please follow the documentation at "
2140
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2141
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2142
 
2143
+ #: ../admin/social_login.php:450
2144
  #, fuzzy
2145
  msgid "Microsoft Client ID"
2146
  msgstr "Google+ ID клієнта"
2147
 
2148
+ #: ../admin/social_login.php:459
2149
  #, fuzzy, php-format
2150
  msgid ""
2151
  "Required for Live Social Login to work. Please follow the documentation at "
2154
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2155
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2156
 
2157
+ #: ../admin/social_login.php:461 ../admin/social_login.php:481
2158
  #, fuzzy
2159
  msgid ""
2160
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2163
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2164
  "згадки посилання."
2165
 
2166
+ #: ../admin/social_login.php:470
2167
  #, fuzzy
2168
  msgid "Microsoft Client Secret"
2169
  msgstr "Google+ ID клієнта"
2170
 
2171
+ #: ../admin/social_login.php:479
2172
  #, fuzzy, php-format
2173
  msgid ""
2174
  "Required for Live Social Login to work. Please follow the documentation at "
2178
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2179
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2180
 
2181
+ #: ../admin/social_login.php:489
2182
  #, fuzzy
2183
  msgid "Steam API Key"
2184
  msgstr "Twitter API ключ"
2185
 
2186
+ #: ../admin/social_login.php:498
2187
  #, fuzzy, php-format
2188
  msgid ""
2189
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2192
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
2193
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
2194
 
2195
+ #: ../admin/social_login.php:499
2196
  #, fuzzy
2197
  msgid "Save following <strong>domain</strong> to get the key"
2198
  msgstr ""
2199
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2200
  "посилання"
2201
 
2202
+ #: ../admin/social_login.php:515
2203
  msgid "Social Login Options"
2204
  msgstr "Параметри входу через соцмережі"
2205
 
2206
+ #: ../admin/social_login.php:530
2207
  msgid "Text to display above the Social Login interface"
2208
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2209
 
2210
+ #: ../admin/social_login.php:538
2211
  msgid "Trigger social login in the same browser tab"
2212
  msgstr ""
2213
 
2214
+ #: ../admin/social_login.php:548
2215
  msgid "Trigger social login in the same browser tab instead of a popup window"
2216
  msgstr ""
2217
 
2218
+ #: ../admin/social_login.php:555
2219
  #, fuzzy
2220
  msgid "Center align icons"
2221
  msgstr "Змінити порядок іконок"
2222
 
2223
+ #: ../admin/social_login.php:565
2224
  #, fuzzy
2225
  msgid "Center align social login icons"
2226
  msgstr "Параметри входу через соцмережі"
2227
 
2228
+ #: ../admin/social_login.php:572
2229
  msgid "Enable at login page"
2230
  msgstr "Включити сторінку входу"
2231
 
2232
+ #: ../admin/social_login.php:582
2233
  msgid ""
2234
  "Social Login interface will get enabled at the login page of your website"
2235
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2236
 
2237
+ #: ../admin/social_login.php:589
2238
  msgid "Enable at register page"
2239
  msgstr "Включити на сторінці реєстрації"
2240
 
2241
+ #: ../admin/social_login.php:599
2242
  msgid ""
2243
  "Social Login interface will get enabled at the registration page of your "
2244
  "website"
2245
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2246
 
2247
+ #: ../admin/social_login.php:606
2248
  msgid "Enable at comment form"
2249
  msgstr "Включити в формі коментування"
2250
 
2251
+ #: ../admin/social_login.php:616
2252
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2253
  msgstr ""
2254
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2255
  "Wordpress"
2256
 
2257
+ #: ../admin/social_login.php:630
2258
  msgid "Enable before WooCommerce Customer Login Form"
2259
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2260
 
2261
+ #: ../admin/social_login.php:640
2262
  msgid ""
2263
  "Social Login Interface will get enabled before the customer login form at "
2264
  "WooCommerce My Account page"
2266
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2267
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2268
 
2269
+ #: ../admin/social_login.php:647
2270
  #, fuzzy
2271
  msgid "Enable at WooCommerce Customer Login Form"
2272
  msgstr "Включити після форми входу клієнта WooCommerce"
2273
 
2274
+ #: ../admin/social_login.php:657
2275
  #, fuzzy
2276
  msgid ""
2277
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2280
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2281
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2282
 
2283
+ #: ../admin/social_login.php:664
2284
  #, fuzzy
2285
  msgid "Enable at WooCommerce Customer Register Form"
2286
  msgstr "Включити після форми входу клієнта WooCommerce"
2287
 
2288
+ #: ../admin/social_login.php:674
2289
  #, fuzzy
2290
  msgid ""
2291
  "Integrate Social Login Interface with the customer register form at "
2294
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2295
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2296
 
2297
+ #: ../admin/social_login.php:681
2298
  msgid "Enable at WooCommerce checkout page"
2299
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2300
 
2301
+ #: ../admin/social_login.php:691
2302
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2303
  msgstr ""
2304
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2305
  "замовлення в WooCommerce"
2306
 
2307
+ #: ../admin/social_login.php:701
2308
  msgid "Auto-approve comments made by Social Login users"
2309
  msgstr ""
2310
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2311
  "соцмережі"
2312
 
2313
+ #: ../admin/social_login.php:711
2314
  msgid ""
2315
  "If this option is enabled, and WordPress comment is made by Social Login "
2316
  "user, comment will get approved immediately without keeping in moderation."
2319
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2320
  "відразу без модерації."
2321
 
2322
+ #: ../admin/social_login.php:712
2323
  msgid "Note: This is not related to Facebook comments"
2324
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2325
 
2326
+ #: ../admin/social_login.php:721
2327
  msgid "Enable social avatar"
2328
  msgstr "Включення соціальних аватар"
2329
 
2330
+ #: ../admin/social_login.php:731
2331
  msgid ""
2332
  "Social profile pictures of the logged in user will be displayed as profile "
2333
  "avatar"
2335
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2336
  "профілю на сайті"
2337
 
2338
+ #: ../admin/social_login.php:740
2339
  msgid "Avatar quality"
2340
  msgstr "Якість аватарки"
2341
 
2342
+ #: ../admin/social_login.php:743
2343
  msgid "Average"
2344
  msgstr "Середнє"
2345
 
2346
+ #: ../admin/social_login.php:744
2347
  msgid "Best"
2348
  msgstr "Кращий"
2349
 
2350
+ #: ../admin/social_login.php:751
2351
  msgid "Choose avatar quality"
2352
  msgstr "Виберіть якість аватара"
2353
 
2354
+ #: ../admin/social_login.php:759
2355
  msgid ""
2356
  "Show option for users to update social avatar at BuddyPress profile page"
2357
  msgstr ""
2358
  "Показати варіант для користувачів для оновлення соціального аватара на "
2359
  "сторінці профілю BuddyPress"
2360
 
2361
+ #: ../admin/social_login.php:769
2362
  msgid ""
2363
  "If enabled, users would be able to update their social avatar from \"Profile "
2364
  "photo\" section in BuddyPress profile at front-end"
2366
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2367
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2368
 
2369
+ #: ../admin/social_login.php:789
2370
  msgid ""
2371
  "If enabled and Social ID provider does not provide user's email address on "
2372
  "login, user will be asked to provide his/her email address. Otherwise, a "
2376
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2377
  "пошта буде створена за зразком."
2378
 
2379
+ #: ../admin/social_login.php:797
2380
  msgid "Send post-registration email to user to set account password"
2381
  msgstr ""
2382
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2383
  "встановити пароль облікового запису"
2384
 
2385
+ #: ../admin/social_login.php:807
2386
  msgid ""
2387
  "If enabled, an email will be sent to user after registration through Social "
2388
  "Login, regarding his/her login credentials (username-password to be able to "
2392
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2393
  "стандартну форму авторизації"
2394
 
2395
+ #: ../admin/social_login.php:814
2396
  msgid "Send new user registration notification email to admin"
2397
  msgstr ""
2398
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2399
  "пошті адміністратору"
2400
 
2401
+ #: ../admin/social_login.php:824
2402
  msgid ""
2403
  "If enabled, an email will be sent to admin after new user registers through "
2404
  "Social Login, notifying admin about the new user registration"
2406
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2407
  "реєстрацію нового користувача через соцмережі."
2408
 
2409
+ #: ../admin/social_login.php:831
2410
  msgid "Login redirection"
2411
  msgstr "Перенаправлення входу"
2412
 
2413
+ #: ../admin/social_login.php:835
2414
  msgid "Same page where user logged in"
2415
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2416
 
2417
+ #: ../admin/social_login.php:839 ../admin/social_login.php:868
2418
  msgid "Account dashboard"
2419
  msgstr "Сторінка управління аккаунтом"
2420
 
2421
+ #: ../admin/social_login.php:842 ../admin/social_login.php:871
2422
  msgid "BuddyPress profile page"
2423
  msgstr "Сторінка профілю BuddyPress"
2424
 
2425
+ #: ../admin/social_login.php:845 ../admin/social_login.php:874
2426
  msgid "Custom Url"
2427
  msgstr "Користувацьке посилання"
2428
 
2429
+ #: ../admin/social_login.php:853
2430
  msgid "User will be redirected to the selected page after Social Login"
2431
  msgstr ""
2432
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2433
  "соцмережі"
2434
 
2435
+ #: ../admin/social_login.php:860
2436
  msgid "Registration redirection"
2437
  msgstr "Перенаправлення реєстрації"
2438
 
2439
+ #: ../admin/social_login.php:864
2440
  msgid "Same page from where user registered"
2441
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2442
 
2443
+ #: ../admin/social_login.php:882
2444
  msgid ""
2445
  "User will be redirected to the selected page after registration (first "
2446
  "Social Login) through Social Login"
2448
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2449
  "вхід чере соцмережі) через соцмережі"
2450
 
2451
+ #: ../admin/social_login.php:891
2452
  #, fuzzy
2453
  msgid "Social Account Linking Options"
2454
  msgstr "Посилання на соціальний аккаунт"
2455
 
2456
+ #: ../admin/social_login.php:906
2457
  #, fuzzy
2458
  msgid "Text to display above the Social Account Linking interface"
2459
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2460
 
2461
+ #: ../admin/social_login.php:913
2462
  msgid ""
2463
  "Link social account to already existing account, if email address matches"
2464
  msgstr ""
2465
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2466
 
2467
+ #: ../admin/social_login.php:923
2468
  #, fuzzy
2469
  msgid ""
2470
  "If email address of the user's Social Account matches with an already "
2477
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2478
  "профілю."
2479
 
2480
+ #: ../admin/social_login.php:931
2481
  msgid "Enable social account linking at BuddyPress profile page"
2482
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2483
 
2484
+ #: ../admin/social_login.php:941
2485
  msgid ""
2486
  "Enable this option to show social account linking interface at BuddyPress "
2487
  "profile page"
2489
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2490
  "BuddyPress"
2491
 
2492
+ #: ../admin/social_login.php:952
2493
  msgid "Email popup options"
2494
  msgstr "Параметри спливаючій електронної пошти"
2495
 
2496
+ #: ../admin/social_login.php:957
2497
  msgid "Text on 'Email required' popup"
2498
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2499
 
2500
+ #: ../admin/social_login.php:967
2501
  msgid ""
2502
  "This text will be displayed on email required popup. Leave empty if not "
2503
  "required."
2505
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2506
  "поле порожнім якщо не потрібно."
2507
 
2508
+ #: ../admin/social_login.php:975
2509
  msgid "Error message for 'Email required' popup"
2510
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2511
 
2512
+ #: ../admin/social_login.php:985
2513
  msgid ""
2514
  "This message will be displayed to user if it provides invalid or already "
2515
  "registered email"
2517
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2518
  "раніше запроваджену пошту"
2519
 
2520
+ #: ../admin/social_login.php:993
2521
  msgid "Email popup height"
2522
  msgstr "Висота спливаючого вікна"
2523
 
2524
+ #: ../admin/social_login.php:1003
2525
  msgid ""
2526
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2527
  "can increase the height of popup by specifying in this option. Leave empty "
2531
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2532
  "базового значення."
2533
 
2534
+ #: ../admin/social_login.php:1010
2535
  msgid "Enable email verification"
2536
  msgstr "Включити перевірку електронної пошти"
2537
 
2538
+ #: ../admin/social_login.php:1020
2539
  msgid ""
2540
  "If enabled, email provided by the user will be verified by sending a "
2541
  "confirmation link to that email. User would not be able to login without "
2544
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2545
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2546
 
2547
+ #: ../admin/social_login.php:1040
2548
  #, fuzzy
2549
  msgid "Enable GDPR opt-in"
2550
  msgstr "Активувати коментування через Disqus"
2551
 
2552
+ #: ../admin/social_login.php:1050
2553
  msgid ""
2554
  "Enable it to show GDPR opt-in for social login and social account linking"
2555
  msgstr ""
2556
 
2557
+ #: ../admin/social_login.php:1058
2558
  #, fuzzy
2559
  msgid "Placement of GDPR opt-in"
2560
  msgstr "Активувати коментування через Disqus"
2561
 
2562
+ #: ../admin/social_login.php:1062
2563
  #, fuzzy
2564
  msgid "Above Social Login icons"
2565
  msgstr "Параметри входу через соцмережі"
2566
 
2567
+ #: ../admin/social_login.php:1064
2568
  #, fuzzy
2569
  msgid "Below Social Login icons"
2570
  msgstr "Параметри входу через соцмережі"
2571
 
2572
+ #: ../admin/social_login.php:1070
2573
  #, fuzzy
2574
  msgid "Placement of GDPR opt-in above or below the social login icons"
2575
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2576
 
2577
+ #: ../admin/social_login.php:1077
2578
  msgid "Opt-in text"
2579
  msgstr ""
2580
 
2581
+ #: ../admin/social_login.php:1087
2582
  #, fuzzy
2583
  msgid "Text for the GDPR opt-in"
2584
  msgstr "Активувати коментування через Disqus"
2585
 
2586
+ #: ../admin/social_login.php:1094
2587
  msgid "Text to link to Terms-Conditions page"
2588
  msgstr ""
2589
 
2590
+ #: ../admin/social_login.php:1104
2591
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2592
  msgstr ""
2593
 
2594
+ #: ../admin/social_login.php:1111
2595
  msgid "Terms-Conditions Url"
2596
  msgstr ""
2597
 
2598
+ #: ../admin/social_login.php:1121
2599
  #, fuzzy
2600
  msgid "Url of the terms-conditions page of your website"
2601
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2602
 
2603
+ #: ../admin/social_login.php:1128
2604
  msgid "Text to link to Privacy Policy page"
2605
  msgstr ""
2606
 
2607
+ #: ../admin/social_login.php:1138
2608
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2609
  msgstr ""
2610
 
2611
+ #: ../admin/social_login.php:1145
2612
  msgid "Privacy Policy Url"
2613
  msgstr ""
2614
 
2615
+ #: ../admin/social_login.php:1155
2616
  #, fuzzy
2617
  msgid "Url of the privacy policy page of your website"
2618
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2619
 
2620
+ #: ../admin/social_login.php:1206 ../inc/widget.php:260 ../inc/widget.php:438
2621
  #: ../inc/widget.php:602 ../inc/widget.php:750
2622
  msgid "Select"
2623
  msgstr "Вибір"
2624
 
2625
+ #: ../admin/social_login.php:1237
2626
  msgid "Social Login Shortcode & Widget"
2627
  msgstr "Шорткод і віджет для входу через соцмережі"
2628
 
2629
+ #: ../admin/social_login.php:1238
2630
  msgid "Social Linking Shortcode"
2631
  msgstr "Шорткод соціальних посилань"
2632
 
2633
+ #: ../admin/social_login.php:1253
2634
  #, fuzzy
2635
  msgid "Why is social login not working?"
2636
  msgstr "Чому Facebook Логін не працює?"
2637
 
2638
+ #: ../admin/social_login.php:1254
2639
  msgid ""
2640
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2641
  "belong to the same app"
2642
  msgstr ""
2643
 
2644
+ #: ../admin/social_login.php:1256
2645
  msgid "Social Login not working with Varnish enabled"
2646
  msgstr ""
2647
 
2648
+ #: ../admin/social_login.php:1257
2649
  msgid ""
2650
  "Why the user is not appearing logged in even after Social Login until the "
2651
  "webpage is refreshed manually?"
2790
  msgid "Enable bit.ly url shortener for tweet button"
2791
  msgstr "Активувати скорочення посилань bit.ly для кнопки Твитнути"
2792
 
2793
+ #: ../admin/like_buttons.php:665
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2794
  #, php-format
2795
  msgid ""
2796
  "Enter the code of the language you want to use to render counters. You can "
2802
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
2803
  "замовчуванням (український)."
2804
 
2805
+ #: ../admin/like_buttons.php:674
2806
  msgid "Twitter Username"
2807
  msgstr "Ім'я в Твіттері"
2808
 
2809
+ #: ../admin/like_buttons.php:679
2810
  msgid "Twitter username for Tweet (without @)"
2811
  msgstr "Ім'я в Твіттері для Твитнути (без @)"
2812
 
2813
+ #: ../admin/like_buttons.php:689
2814
  msgid ""
2815
  "Provided username will be appended after the content being tweeted as \"via "
2816
  "@USERNAME\". Leave empty if you do not want any username."
2818
  "Використовується ім'я користувача буде показано після твіта як \"via "
2819
  "@USERNAME \". Залиште порожнім якщо не хочете відображати ім'я."
2820
 
2821
+ #: ../admin/like_buttons.php:697
2822
  msgid "Twitter username for Buffer sharing (without @)"
2823
  msgstr "Ім'я в Твіттері для Поділитися в Buffer (без @)"
2824
 
2825
+ #: ../admin/like_buttons.php:707
2826
  msgid ""
2827
  "Provided username will be appended after the content in Buffer sharing as "
2828
  "\"via @USERNAME\". Leave empty if you do not want any username."
2830
  "Ім'я користувача що використовується, буде показано після твіта як \"via "
2831
  "@USERNAME \". Залиште порожнім якщо не хочете відображати ім'я."
2832
 
2833
+ #: ../admin/like_buttons.php:753
2834
  msgid "Like Buttons Shortcode & Widget"
2835
  msgstr "Шорткод і віджет Подобається"
2836
 
2856
  msgid "Archives"
2857
  msgstr "Архіви "
2858
 
2859
+ #: ../inc/social_sharing.php:942 ../inc/social_sharing.php:1180
2860
  msgid "Invalid request"
2861
  msgstr "Невірний Запит!"
2862
 
2863
+ #: ../inc/social_sharing.php:949
2864
  msgid "Providers not selected"
2865
  msgstr "Сервіси не вибрані"
2866
 
2867
+ #: ../inc/social_login.php:747
2868
  msgid "Email"
2869
  msgstr "Email"
2870
 
2871
+ #: ../inc/social_login.php:748
2872
  msgid "Confirm email"
2873
  msgstr "Підтвердити e-mail"
2874
 
2875
+ #: ../inc/social_login.php:750
2876
  msgid "Save"
2877
  msgstr "Зберегти"
2878
 
2879
+ #: ../inc/social_login.php:751
2880
  msgid "Cancel"
2881
  msgstr "Скасувати"
2882
 
2883
+ #: ../inc/social_login.php:825
2884
  msgid "Email Verification"
2885
  msgstr "Підтвердження адреси електронної пошти"
2886
 
2887
+ #: ../inc/social_login.php:827
2888
  msgid ""
2889
  "Please click on the following link or paste it in browser to verify your "
2890
  "email"
3163
  msgid "RSS Feed URL:"
3164
  msgstr ""
3165
 
3166
+ #~ msgid "bit.ly Login"
3167
+ #~ msgstr "bit.ly Логін"
3168
+
3169
+ #, fuzzy
3170
+ #~ msgid ""
3171
+ #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
3172
+ #~ msgstr ""
3173
+ #~ "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
3174
+ #~ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку "
3175
+ #~ "Twitter."
3176
+
3177
+ #~ msgid "bit.ly API Key"
3178
+ #~ msgstr "bit.ly ключ додатка"
3179
+
3180
+ #, fuzzy
3181
+ #~ msgid ""
3182
+ #~ "Paste following url in <strong>Website URL</strong> option mentioned at "
3183
+ #~ "the link"
3184
+ #~ msgstr ""
3185
+ #~ "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для "
3186
+ #~ "згадки посилання"
3187
+
3188
+ #~ msgid "bit.ly username"
3189
+ #~ msgstr "bit.ly користувача"
3190
+
3191
+ #~ msgid ""
3192
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3193
+ #~ "\"_blank\">this link</a> to get bit.ly username"
3194
+ #~ msgstr ""
3195
+ #~ "Увійти в ваш bit.ly аккаунт і перейдіть за <a href=\"%s\" target=\"_blank"
3196
+ #~ "\"> цим посиланням </a>, щоб отримати ім'я користувача bit.ly"
3197
+
3198
+ #~ msgid ""
3199
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3200
+ #~ "\"_blank\">this link</a> to get your API key"
3201
+ #~ msgstr ""
3202
+ #~ "Увійти в ваш bit.ly аккаунт і перейдіть по <a href=\"%s\" target=\"_blank"
3203
+ #~ "\"> цьому посиланню </a>, щоб отримати ваш ключ API"
3204
+
3205
  #~ msgid ""
3206
  #~ "Your website visitors will see a popup notification (only once) if their "
3207
  #~ "browsers block any of the features of the plugin so that they can change "
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: 2020-06-26 12:28+0530\n"
5
- "PO-Revision-Date: 2020-06-26 12:28+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -21,25 +21,25 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: super_socializer.php:475
25
  msgid "Problem fetching access token: "
26
  msgstr "获取access token的问题:"
27
 
28
- #: super_socializer.php:479 super_socializer.php:493
29
  msgid "Facebook SDK returned an error: "
30
  msgstr "facebook sdk 返回了一个错误:"
31
 
32
- #: super_socializer.php:489
33
  msgid "Graph returned an error: "
34
  msgstr ""
35
 
36
- #: super_socializer.php:663
37
  msgid ""
38
  "cURL is not enabled at your website server. Please contact your website "
39
  "server administrator to enable it."
40
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
41
 
42
- #: super_socializer.php:691
43
  #, php-format
44
  msgid ""
45
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -48,7 +48,7 @@ msgstr ""
48
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
49
  "%s)"
50
 
51
- #: super_socializer.php:694
52
  #, php-format
53
  msgid ""
54
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,112 +57,112 @@ msgstr ""
57
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
58
  "3 %s)"
59
 
60
- #: super_socializer.php:697
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
64
  msgstr ""
65
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
66
 
67
- #: super_socializer.php:879 helper.php:968
68
  msgid "Please verify your email address to login."
69
  msgstr "请验证您的电子邮件地址以便登录。"
70
 
71
- #: super_socializer.php:879
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
74
 
75
- #: super_socializer.php:883
76
  msgid "Notification"
77
  msgstr "通知"
78
 
79
- #: super_socializer.php:901 admin/social_login.php:758
80
  msgid "Email required"
81
  msgstr "邮件地址(比选)"
82
 
83
- #: super_socializer.php:904
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "请检查您的电子邮件收件箱以完成注册。"
86
 
87
- #: super_socializer.php:982
88
  msgid "Leave a reply"
89
  msgstr "回复"
90
 
91
- #: super_socializer.php:998 inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr "分享"
94
 
95
- #: super_socializer.php:998 inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr "分享"
98
 
99
- #: super_socializer.php:998
100
  msgid "Link copied."
101
  msgstr "链接已复制。"
102
 
103
- #: super_socializer.php:1244
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer-常规选项"
106
 
107
- #: super_socializer.php:1244 admin/general_options.php:15
108
  #: admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "常规选项"
111
 
112
- #: super_socializer.php:1312 helper.php:890
113
  msgid "Social Avatar"
114
  msgstr "社会化头像"
115
 
116
- #: super_socializer.php:1315
117
  msgid "Small Avatar Url"
118
  msgstr "小头像 Url"
119
 
120
- #: super_socializer.php:1319
121
  msgid "Large Avatar Url"
122
  msgstr "大头像 Url"
123
 
124
- #: super_socializer.php:1323 helper.php:893
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
128
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
129
 
130
- #: super_socializer.php:1327 helper.php:894
131
  msgid "Update social avatar, next time I Social Login"
132
  msgstr "更新社会化头像,下次社会化登录"
133
 
134
- #: super_socializer.php:1404
135
  msgid "Login with your Social ID"
136
  msgstr "使用您的社交 ID登录"
137
 
138
- #: super_socializer.php:1405
139
  msgid "Email you entered is already registered or invalid"
140
  msgstr "您输入的电子邮件已经注册或无效"
141
 
142
- #: super_socializer.php:1410
143
  msgid "Please enter a valid email address. You might be required to verify it"
144
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
145
 
146
- #: super_socializer.php:1414 super_socializer.php:2072
147
  msgid "Link your social account to login to your account at this website"
148
  msgstr "链接你的社会化媒体帐户登录您本站账号"
149
 
150
- #: super_socializer.php:1653
151
  msgid "Thanks for installing Super Socializer plugin"
152
  msgstr ""
153
 
154
- #: super_socializer.php:1655
155
  msgid "Configure the Plugin"
156
  msgstr ""
157
 
158
- #: super_socializer.php:1666
159
  #, fuzzy
160
  msgid ""
161
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
162
  "current version of Super Socializer"
163
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
164
 
165
- #: super_socializer.php:1675
166
  #, fuzzy
167
  msgid ""
168
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
@@ -170,14 +170,14 @@ msgid ""
170
  msgstr ""
171
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
172
 
173
- #: super_socializer.php:1684
174
  #, fuzzy
175
  msgid ""
176
  "Update \"Social Login Buttons\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
179
 
180
- #: super_socializer.php:1693
181
  #, fuzzy
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
@@ -186,7 +186,7 @@ msgstr ""
186
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
187
  "容"
188
 
189
- #: super_socializer.php:1702
190
  #, fuzzy
191
  msgid ""
192
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
@@ -194,7 +194,7 @@ msgid ""
194
  msgstr ""
195
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
196
 
197
- #: super_socializer.php:1713
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
@@ -202,13 +202,30 @@ msgstr ""
202
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
203
  "处 </a>"
204
 
205
- #: super_socializer.php:1728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
210
 
211
- #: super_socializer.php:1752
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -219,14 +236,14 @@ msgstr ""
219
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
220
  "target = \"_ black\" > </a>"
221
 
222
- #: super_socializer.php:1752 super_socializer.php:1777
223
- #: super_socializer.php:1802 super_socializer.php:1827
224
- #: super_socializer.php:1860 super_socializer.php:1888
225
- #: super_socializer.php:1915
226
  msgid "Okay"
227
  msgstr "好的"
228
 
229
- #: super_socializer.php:1777
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -237,7 +254,7 @@ msgstr ""
237
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
238
  "a>"
239
 
240
- #: super_socializer.php:1802
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -248,7 +265,7 @@ msgstr ""
248
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
249
  "black\" > </a>"
250
 
251
- #: super_socializer.php:1827
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -259,13 +276,13 @@ msgstr ""
259
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
260
  "black\" > </a>"
261
 
262
- #: super_socializer.php:1838
263
  #, php-format
264
  msgid ""
265
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
266
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
267
 
268
- #: super_socializer.php:1860
269
  #, php-format
270
  msgid ""
271
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -275,7 +292,7 @@ msgstr ""
275
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
276
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
277
 
278
- #: super_socializer.php:1888
279
  #, php-format
280
  msgid ""
281
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -284,7 +301,7 @@ msgid ""
284
  "your website %s with them. No need to copy-paste any code from their website."
285
  msgstr ""
286
 
287
- #: super_socializer.php:1915
288
  #, php-format
289
  msgid ""
290
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -295,7 +312,7 @@ msgstr ""
295
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
296
  "\" > </a>"
297
 
298
- #: super_socializer.php:1940
299
  #, fuzzy, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -306,11 +323,11 @@ msgstr ""
306
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
307
  "black\" > </a>"
308
 
309
- #: super_socializer.php:1940 super_socializer.php:1967
310
  msgid "Dismiss"
311
  msgstr ""
312
 
313
- #: super_socializer.php:1966
314
  #, php-format
315
  msgid ""
316
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -319,7 +336,7 @@ msgid ""
319
  "that, clear share counts cache from \"Miscellaneous\" section"
320
  msgstr ""
321
 
322
- #: super_socializer.php:2148
323
  msgid ""
324
  "Your browser is blocking some features of this website. Please follow the "
325
  "instructions at {support_url} to unblock these."
@@ -355,102 +372,102 @@ msgstr "支持文档"
355
  msgid "Settings"
356
  msgstr "设置"
357
 
358
- #: helper.php:542
359
  msgid "Account linked successfully"
360
  msgstr "成功关联帐户"
361
 
362
- #: helper.php:546
363
  msgid "Account already exists or linked"
364
  msgstr "帐户已经存在或被链接"
365
 
366
- #: helper.php:582 helper.php:584
367
  #, fuzzy
368
  msgid "Login with"
369
  msgstr "登陸選項"
370
 
371
- #: helper.php:619 helper.php:625
372
  msgid "Currently"
373
  msgstr "目前:"
374
 
375
- #: helper.php:619 helper.php:625
376
  msgid "Connected with"
377
  msgstr "连接与"
378
 
379
- #: helper.php:619 helper.php:625
380
  msgid "Remove"
381
  msgstr "删除"
382
 
383
- #: helper.php:696
384
  msgid "Social Account Linking"
385
  msgstr "社交账户链接"
386
 
387
- #: helper.php:746
388
  msgid "Disable Standard Social Sharing on this "
389
  msgstr "在此禁用社会化共享"
390
 
391
- #: helper.php:751
392
  msgid "Disable Floating Social Sharing on this "
393
  msgstr "在此禁用社交共享的浮动效果"
394
 
395
- #: helper.php:756
396
  msgid "Disable Standard like buttons on this "
397
  msgstr "在此禁用喜欢按钮"
398
 
399
- #: helper.php:761
400
  msgid "Disable Floating like buttons on this "
401
  msgstr "在此禁用喜欢按钮的浮动效果"
402
 
403
- #: helper.php:766
404
  msgid "Disable Social Commenting on this "
405
  msgstr "在此禁用社会化评论"
406
 
407
- #: helper.php:775
408
  msgid "Standard Sharing Interface"
409
  msgstr "标准共享界面"
410
 
411
- #: helper.php:781 helper.php:800
412
  msgid "Starting share count for "
413
  msgstr "开始共享计数"
414
 
415
- #: helper.php:794
416
  msgid "Floating Sharing Interface"
417
  msgstr "浮动共享界面"
418
 
419
- #: helper.php:897
420
  msgid "Small Avatar"
421
  msgstr "小头像"
422
 
423
- #: helper.php:901
424
  msgid "Large Avatar"
425
  msgstr "大头像"
426
 
427
- #: helper.php:905 admin/general_options.php:92 admin/social_sharing.php:1963
428
- #: admin/social_commenting.php:400 admin/social_login.php:1248
429
- #: admin/like_buttons.php:799
430
  msgid "Save Changes"
431
  msgstr "保存更改"
432
 
433
- #: helper.php:1005
434
  msgid "Click to delete social profile data"
435
  msgstr "点击删除社交个人资料数据"
436
 
437
- #: helper.php:1034
438
  msgid "Deleting"
439
  msgstr "删除"
440
 
441
- #: helper.php:1044
442
  msgid "Deleted"
443
  msgstr "已删除"
444
 
445
- #: helper.php:1046
446
  msgid "Something bad happened"
447
  msgstr "发生了一些不好的事情"
448
 
449
  #: admin/general_options.php:7 admin/general_options.php:96
450
- #: admin/social_sharing.php:5 admin/social_sharing.php:1967
451
  #: admin/social_commenting.php:5 admin/social_commenting.php:404
452
- #: admin/social_login.php:5 admin/social_login.php:1252
453
- #: admin/like_buttons.php:6 admin/like_buttons.php:803
454
  #, fuzzy, php-format
455
  msgid ""
456
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -495,15 +512,15 @@ msgstr "自定义CSS"
495
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
496
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
497
 
498
- #: admin/general_options.php:106 admin/social_sharing.php:1973
499
- #: admin/social_commenting.php:410 admin/social_login.php:1258
500
- #: admin/like_buttons.php:809
501
  msgid "Instagram Shoutout"
502
  msgstr ""
503
 
504
- #: admin/general_options.php:108 admin/social_sharing.php:1975
505
- #: admin/social_commenting.php:412 admin/social_login.php:1260
506
- #: admin/like_buttons.php:811
507
  #, fuzzy
508
  msgid ""
509
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -615,7 +632,7 @@ msgstr "主控件,以使社交共享"
615
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
616
  msgstr "恢复社交股计数移动到 ssl/http 后丢失"
617
 
618
- #: admin/social_sharing.php:49 admin/social_sharing.php:1926
619
  msgid ""
620
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
621
  "Facebook share count to work"
@@ -641,10 +658,10 @@ msgstr "其他"
641
  msgid "3rd Party Integration"
642
  msgstr "第三方集成"
643
 
644
- #: admin/social_sharing.php:67 admin/social_sharing.php:1888
645
- #: admin/social_sharing.php:1890 admin/social_login.php:45
646
- #: admin/social_login.php:1214 admin/like_buttons.php:50
647
- #: admin/like_buttons.php:770
648
  msgid "Shortcode & Widget"
649
  msgstr "简码&小工具"
650
 
@@ -652,10 +669,10 @@ msgstr "简码&小工具"
652
  msgid "Troubleshooter"
653
  msgstr "排错"
654
 
655
- #: admin/social_sharing.php:69 admin/social_sharing.php:1921
656
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
657
- #: admin/social_login.php:46 admin/social_login.php:1228
658
- #: admin/like_buttons.php:51 admin/like_buttons.php:783
659
  msgid "FAQ"
660
  msgstr "常见问题解答"
661
 
@@ -880,8 +897,8 @@ msgstr "自定义 URL"
880
  msgid "Url to share"
881
  msgstr "要分享的网址"
882
 
883
- #: admin/social_sharing.php:725 admin/social_login.php:499
884
- #: admin/social_login.php:875 admin/like_buttons.php:105 inc/widget.php:945
885
  msgid "Title"
886
  msgstr "标题"
887
 
@@ -963,7 +980,7 @@ msgid "Placement"
963
  msgstr "放置"
964
 
965
  #: admin/social_sharing.php:957 admin/social_sharing.php:1383
966
- #: admin/social_login.php:816 admin/social_login.php:845
967
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
968
  msgid "Homepage"
969
  msgstr "主页"
@@ -1255,29 +1272,28 @@ msgstr "用于使用bit.ly url短链共享"
1255
  msgid "Master control to enable bit.ly url shortening for sharing"
1256
  msgstr "主控件以启用 bit.ly url 短链共享"
1257
 
1258
- #: admin/social_sharing.php:1659
1259
- msgid "bit.ly Login"
1260
- msgstr "bit.ly登录"
1261
 
1262
- #: admin/social_sharing.php:1669 admin/social_sharing.php:1687
1263
  #, php-format
1264
- msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
 
 
 
 
1265
  msgstr ""
1266
- "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
1267
 
1268
- #: admin/social_sharing.php:1677 admin/like_buttons.php:631
1269
- msgid "bit.ly API Key"
1270
- msgstr "bit.ly API 密钥"
1271
-
1272
- #: admin/social_sharing.php:1695 admin/like_buttons.php:649
1273
  msgid "Clear Bitly Cache"
1274
  msgstr "清除 Bitly 缓存"
1275
 
1276
- #: admin/social_sharing.php:1699 admin/like_buttons.php:653
1277
  msgid "ShortUrl cache cleared successfully."
1278
  msgstr "ShortUrl 缓存成功清除。"
1279
 
1280
- #: admin/social_sharing.php:1706 admin/like_buttons.php:660
1281
  msgid ""
1282
  "Use this to delete short urls saved in database. Handy, if urls of your "
1283
  "website have been changed but short urls are still being generated for old "
@@ -1286,31 +1302,31 @@ msgstr ""
1286
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1287
  "仍为旧网址,手动处理。"
1288
 
1289
- #: admin/social_sharing.php:1715
1290
  msgid "Share Count Cache"
1291
  msgstr "共享计数缓存"
1292
 
1293
- #: admin/social_sharing.php:1720
1294
  msgid "Refresh Share Count cache every"
1295
  msgstr "清空每个计数器缓存"
1296
 
1297
- #: admin/social_sharing.php:1725
1298
  msgid "Second(s)"
1299
  msgstr "秒(s)"
1300
 
1301
- #: admin/social_sharing.php:1726
1302
  msgid "Minute(s)"
1303
  msgstr "分钟"
1304
 
1305
- #: admin/social_sharing.php:1727
1306
  msgid "Hour(s)"
1307
  msgstr "小时"
1308
 
1309
- #: admin/social_sharing.php:1728
1310
  msgid "Day(s)"
1311
  msgstr "天"
1312
 
1313
- #: admin/social_sharing.php:1736
1314
  #, php-format
1315
  msgid ""
1316
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1320,25 +1336,25 @@ msgstr ""
1320
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1321
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1322
 
1323
- #: admin/social_sharing.php:1743
1324
  msgid "Clear Share Counts Cache"
1325
  msgstr "清除共享计数缓存"
1326
 
1327
- #: admin/social_sharing.php:1747
1328
  msgid "Share Counts cache cleared successfully."
1329
  msgstr "分享计数缓存成功清除。"
1330
 
1331
- #: admin/social_sharing.php:1754
1332
  msgid "Use this to clear cached share counts"
1333
  msgstr "使用这个清除计数的缓存"
1334
 
1335
- #: admin/social_sharing.php:1763 admin/social_sharing.php:1768
1336
- #: admin/social_commenting.php:304 admin/like_buttons.php:669
1337
- #: admin/like_buttons.php:674
1338
  msgid "Language"
1339
  msgstr "语言"
1340
 
1341
- #: admin/social_sharing.php:1778
1342
  #, php-format
1343
  msgid ""
1344
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1348,15 +1364,15 @@ msgstr ""
1348
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1349
  "链接</a>找到语言代码。留空为默认 (英语)"
1350
 
1351
- #: admin/social_sharing.php:1787
1352
  msgid "Username in sharing"
1353
  msgstr "共享的用户名"
1354
 
1355
- #: admin/social_sharing.php:1792
1356
  msgid "Twitter username (without @)"
1357
  msgstr "Twitter账号(无@)"
1358
 
1359
- #: admin/social_sharing.php:1802 admin/social_sharing.php:1820
1360
  msgid ""
1361
  "Provided username will be appended after the content being shared as \"via "
1362
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1365,35 +1381,35 @@ msgstr ""
1365
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1366
  "请留空。"
1367
 
1368
- #: admin/social_sharing.php:1810
1369
  msgid "Buffer username (without @)"
1370
  msgstr "缓冲用户名 (无 @)"
1371
 
1372
- #: admin/social_sharing.php:1829
1373
  msgid "AMP"
1374
  msgstr ""
1375
 
1376
- #: admin/social_sharing.php:1834
1377
  msgid "Enable sharing on AMP pages"
1378
  msgstr "在 AMP 页面上启用分享"
1379
 
1380
- #: admin/social_sharing.php:1844
1381
  msgid "Enable this option to render sharing icons on AMP pages"
1382
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1383
 
1384
- #: admin/social_sharing.php:1863 admin/like_buttons.php:745
1385
  msgid "myCRED"
1386
  msgstr "myCRED"
1387
 
1388
- #: admin/social_sharing.php:1868 admin/like_buttons.php:750
1389
  msgid "Append myCRED referral ID to the urls being shared"
1390
  msgstr "将myCRED推荐ID追加到分享的URL"
1391
 
1392
- #: admin/social_sharing.php:1901
1393
  msgid "Facebook Sharing Troubleshooter"
1394
  msgstr "Facebook 分享疑难解答"
1395
 
1396
- #: admin/social_sharing.php:1906
1397
  #, fuzzy
1398
  msgid ""
1399
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1403,8 +1419,8 @@ msgstr ""
1403
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1404
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1405
 
1406
- #: admin/social_sharing.php:1923 admin/social_commenting.php:386
1407
- #: admin/social_login.php:1230
1408
  msgid ""
1409
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1410
  "an online website for the plugin to function properly."
@@ -1412,22 +1428,22 @@ msgstr ""
1412
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1413
  "使插件正常运行。"
1414
 
1415
- #: admin/social_sharing.php:1924
1416
  msgid ""
1417
  "Why is sharer not showing the correct image, title and other meta tags "
1418
  "content?"
1419
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1420
 
1421
- #: admin/social_sharing.php:1925
1422
  #, fuzzy
1423
  msgid "Why is Facebook share count not working?"
1424
  msgstr "为什么Facebook 分享数量没有出现?"
1425
 
1426
- #: admin/social_sharing.php:1928
1427
  msgid "Why is Instagram icon redirecting to Instagram website?"
1428
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1429
 
1430
- #: admin/social_sharing.php:1929
1431
  msgid ""
1432
  "Instagram icon is there to send website visitors to the Instagram page of "
1433
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1437,92 +1453,92 @@ msgstr ""
1437
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1438
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1439
 
1440
- #: admin/social_sharing.php:1932
1441
  #, fuzzy
1442
  msgid "How to customize the url being shared?"
1443
  msgstr "如何自定义个人共享计数的外观?"
1444
 
1445
- #: admin/social_sharing.php:1933
1446
  msgid ""
1447
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1448
  msgstr ""
1449
 
1450
- #: admin/social_sharing.php:1934
1451
  msgid ""
1452
  "It takes some time for their service to track the shares made on Twitter "
1453
  "from your website. If you still feel it's taking too long you can contact "
1454
  "their support directly from their website."
1455
  msgstr ""
1456
 
1457
- #: admin/social_sharing.php:1936 admin/like_buttons.php:787
1458
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1459
  msgstr "如何在同一行中放置标题和社交分享图标?"
1460
 
1461
- #: admin/social_sharing.php:1937
1462
  msgid ""
1463
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1464
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1465
 
1466
- #: admin/social_sharing.php:1938 admin/social_commenting.php:389
1467
- #: admin/social_login.php:1237
1468
  msgid "Why is my browser blocking some features of the plugin?"
1469
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1470
 
1471
- #: admin/social_sharing.php:1939
1472
  msgid "Why the color of share icons is not being updated?"
1473
  msgstr "为什么分享图标的颜色未更新?"
1474
 
1475
- #: admin/social_sharing.php:1940
1476
  msgid "Why Facebook share counts are not appearing?"
1477
  msgstr "为什么Facebook 分享数量没有出现?"
1478
 
1479
- #: admin/social_sharing.php:1941
1480
  msgid ""
1481
  "How can I show share counts of my website rather than of individual pages/"
1482
  "posts?"
1483
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1484
 
1485
- #: admin/social_sharing.php:1942
1486
  msgid "How can I disable sharing on particular page/post?"
1487
  msgstr "如何在特定的页面文章上禁用共享?"
1488
 
1489
- #: admin/social_sharing.php:1943
1490
  msgid "How can I specify minimum sharing count for sharing networks?"
1491
  msgstr "如何为共享网络共享指定最少数目?"
1492
 
1493
- #: admin/social_sharing.php:1944
1494
  msgid "How to share specific page?"
1495
  msgstr "如何共享特定页面?"
1496
 
1497
- #: admin/social_sharing.php:1945
1498
  msgid "How to integrate Google Analytics with sharing?"
1499
  msgstr "谷歌分析与集成"
1500
 
1501
- #: admin/social_sharing.php:1946
1502
  msgid "How to customize the look of total share counts?"
1503
  msgstr "如何自定义总共享计数的外观?"
1504
 
1505
- #: admin/social_sharing.php:1947
1506
  msgid "How to customize the look of individual share counts?"
1507
  msgstr "如何自定义个人共享计数的外观?"
1508
 
1509
- #: admin/social_sharing.php:1948
1510
  msgid "How to show Whatsapp icon only on mobile devices?"
1511
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1512
 
1513
- #: admin/social_sharing.php:1949
1514
  msgid "How to hide arrow after floating sharing bar?"
1515
  msgstr "如何在浮动共享栏后隐藏箭头?"
1516
 
1517
- #: admin/social_sharing.php:1950
1518
  msgid "Why is share count not getting updated?"
1519
  msgstr "为什么共享计数没有得到更新?"
1520
 
1521
- #: admin/social_sharing.php:1951 admin/like_buttons.php:785
1522
  msgid "Why is there so much space between like buttons?"
1523
  msgstr "为什么像按钮之间有这么多的空间?"
1524
 
1525
- #: admin/social_sharing.php:1952 admin/like_buttons.php:786
1526
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1527
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1528
 
@@ -1757,11 +1773,11 @@ msgstr "基本配置"
1757
  msgid "Advanced Configuration"
1758
  msgstr "高级配置"
1759
 
1760
- #: admin/social_login.php:41 admin/social_login.php:1014
1761
  msgid "GDPR"
1762
  msgstr "GDPR"
1763
 
1764
- #: admin/social_login.php:43 admin/social_login.php:1165
1765
  msgid "XProfile Integration"
1766
  msgstr "xprofile 集成"
1767
 
@@ -1878,7 +1894,7 @@ msgid ""
1878
  msgstr "粘贴以下网址 <strong> 网站 </strong> 选项在提到的链接"
1879
 
1880
  #: admin/social_login.php:208 admin/social_login.php:233
1881
- #: admin/social_login.php:400 admin/social_login.php:420
1882
  #, fuzzy
1883
  msgid ""
1884
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
@@ -1991,30 +2007,45 @@ msgid "Vkontakte Secure key"
1991
  msgstr ""
1992
 
1993
  #: admin/social_login.php:368
1994
- msgid "Instagram Client ID"
1995
- msgstr ""
 
1996
 
1997
  #: admin/social_login.php:378
1998
- #, php-format
1999
  msgid ""
2000
  "Required for Instagram Social Login to work. Please follow the documentation "
2001
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
2002
  msgstr ""
2003
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2004
  "a>得到的Instagram客户端ID"
2005
 
2006
- #: admin/social_login.php:380
2007
  #, fuzzy
2008
  msgid ""
2009
- "Paste following url in <strong>Website URL</strong> option mentioned at the "
2010
- "link"
2011
- msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
2012
 
2013
  #: admin/social_login.php:389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2014
  msgid "Line Channel ID"
2015
  msgstr ""
2016
 
2017
- #: admin/social_login.php:398
2018
  #, fuzzy, php-format
2019
  msgid ""
2020
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2023,11 +2054,11 @@ msgstr ""
2023
  "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
2024
  "的文档获取 linkedin 客户端 id"
2025
 
2026
- #: admin/social_login.php:409
2027
  msgid "Line Channel Secret"
2028
  msgstr ""
2029
 
2030
- #: admin/social_login.php:418
2031
  #, fuzzy, php-format
2032
  msgid ""
2033
  "Required for Line Social Login to work. Please follow the documentation at "
@@ -2036,11 +2067,11 @@ msgstr ""
2036
  "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
2037
  "档进行操作, 以获取 linkedin 客户端机密"
2038
 
2039
- #: admin/social_login.php:429
2040
  msgid "Microsoft Client ID"
2041
  msgstr ""
2042
 
2043
- #: admin/social_login.php:438
2044
  #, fuzzy, php-format
2045
  msgid ""
2046
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2049,18 +2080,18 @@ msgstr ""
2049
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2050
  "接</a>得到GOOGLEPLUS客户端ID"
2051
 
2052
- #: admin/social_login.php:440 admin/social_login.php:460
2053
  #, fuzzy
2054
  msgid ""
2055
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2056
  "the link"
2057
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2058
 
2059
- #: admin/social_login.php:449
2060
  msgid "Microsoft Client Secret"
2061
  msgstr ""
2062
 
2063
- #: admin/social_login.php:458
2064
  #, fuzzy, php-format
2065
  msgid ""
2066
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -2070,11 +2101,11 @@ msgstr ""
2070
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2071
  "链接 </a> 获取 google plus 客户端机密"
2072
 
2073
- #: admin/social_login.php:468
2074
  msgid "Steam API Key"
2075
  msgstr ""
2076
 
2077
- #: admin/social_login.php:477
2078
  #, php-format
2079
  msgid ""
2080
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2082,111 +2113,111 @@ msgid ""
2082
  msgstr ""
2083
  "蒸汽社交登录工作所需。获取 < href = \" %s\" 目标 = \"_ black\" > 此链接 </a>"
2084
 
2085
- #: admin/social_login.php:478
2086
  msgid "Save following <strong>domain</strong> to get the key"
2087
  msgstr "保存以下 <strong> 域 </strong> 以获取密钥"
2088
 
2089
- #: admin/social_login.php:494
2090
  #, fuzzy
2091
  msgid "Social Login Options"
2092
  msgstr "社交登录选项"
2093
 
2094
- #: admin/social_login.php:509
2095
  msgid "Text to display above the Social Login interface"
2096
  msgstr "文本显示社交登录界面的上方"
2097
 
2098
- #: admin/social_login.php:517
2099
  msgid "Trigger social login in the same browser tab"
2100
  msgstr ""
2101
 
2102
- #: admin/social_login.php:527
2103
  msgid "Trigger social login in the same browser tab instead of a popup window"
2104
  msgstr ""
2105
 
2106
- #: admin/social_login.php:534
2107
  #, fuzzy
2108
  msgid "Center align icons"
2109
  msgstr "重新排列图标"
2110
 
2111
- #: admin/social_login.php:544
2112
  #, fuzzy
2113
  msgid "Center align social login icons"
2114
  msgstr "社交登录选项"
2115
 
2116
- #: admin/social_login.php:551
2117
  msgid "Enable at login page"
2118
  msgstr "在登录页面启用"
2119
 
2120
- #: admin/social_login.php:561
2121
  msgid ""
2122
  "Social Login interface will get enabled at the login page of your website"
2123
  msgstr "社交登录界面会在你的网站的登录页面启用"
2124
 
2125
- #: admin/social_login.php:568
2126
  msgid "Enable at register page"
2127
  msgstr "在注册页面启用"
2128
 
2129
- #: admin/social_login.php:578
2130
  msgid ""
2131
  "Social Login interface will get enabled at the registration page of your "
2132
  "website"
2133
  msgstr "社交登录界面会在你的网站的注册页面启用"
2134
 
2135
- #: admin/social_login.php:585
2136
  msgid "Enable at comment form"
2137
  msgstr "在评论表单启用"
2138
 
2139
- #: admin/social_login.php:595
2140
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2141
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2142
 
2143
- #: admin/social_login.php:609
2144
  msgid "Enable before WooCommerce Customer Login Form"
2145
  msgstr "WooCommerce客户登录表单前启用"
2146
 
2147
- #: admin/social_login.php:619
2148
  msgid ""
2149
  "Social Login Interface will get enabled before the customer login form at "
2150
  "WooCommerce My Account page"
2151
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2152
 
2153
- #: admin/social_login.php:626
2154
  #, fuzzy
2155
  msgid "Enable at WooCommerce Customer Login Form"
2156
  msgstr "在WooCommerce客户登录表单后启用"
2157
 
2158
- #: admin/social_login.php:636
2159
  #, fuzzy
2160
  msgid ""
2161
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2162
  "My Account page"
2163
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2164
 
2165
- #: admin/social_login.php:643
2166
  #, fuzzy
2167
  msgid "Enable at WooCommerce Customer Register Form"
2168
  msgstr "在WooCommerce客户登录表单后启用"
2169
 
2170
- #: admin/social_login.php:653
2171
  #, fuzzy
2172
  msgid ""
2173
  "Integrate Social Login Interface with the customer register form at "
2174
  "WooCommerce My Account page"
2175
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2176
 
2177
- #: admin/social_login.php:660
2178
  msgid "Enable at WooCommerce checkout page"
2179
  msgstr "在WooCommerce “结算”页面启用"
2180
 
2181
- #: admin/social_login.php:670
2182
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2183
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2184
 
2185
- #: admin/social_login.php:680
2186
  msgid "Auto-approve comments made by Social Login users"
2187
  msgstr "自动批准社交登录用户评论"
2188
 
2189
- #: admin/social_login.php:690
2190
  msgid ""
2191
  "If this option is enabled, and WordPress comment is made by Social Login "
2192
  "user, comment will get approved immediately without keeping in moderation."
@@ -2194,42 +2225,42 @@ msgstr ""
2194
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2195
  "况下立即批准。"
2196
 
2197
- #: admin/social_login.php:691
2198
  msgid "Note: This is not related to Facebook comments"
2199
  msgstr "注:这Facebook的评论无关"
2200
 
2201
- #: admin/social_login.php:700
2202
  msgid "Enable social avatar"
2203
  msgstr "启用社交头像"
2204
 
2205
- #: admin/social_login.php:710
2206
  msgid ""
2207
  "Social profile pictures of the logged in user will be displayed as profile "
2208
  "avatar"
2209
  msgstr "登录用户的社交资料图片将显示为个人头像"
2210
 
2211
- #: admin/social_login.php:719
2212
  msgid "Avatar quality"
2213
  msgstr "头像质量"
2214
 
2215
- #: admin/social_login.php:722
2216
  msgid "Average"
2217
  msgstr "一般"
2218
 
2219
- #: admin/social_login.php:723
2220
  msgid "Best"
2221
  msgstr "最好"
2222
 
2223
- #: admin/social_login.php:730
2224
  msgid "Choose avatar quality"
2225
  msgstr "选择头像质量"
2226
 
2227
- #: admin/social_login.php:738
2228
  msgid ""
2229
  "Show option for users to update social avatar at BuddyPress profile page"
2230
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2231
 
2232
- #: admin/social_login.php:748
2233
  msgid ""
2234
  "If enabled, users would be able to update their social avatar from \"Profile "
2235
  "photo\" section in BuddyPress profile at front-end"
@@ -2237,7 +2268,7 @@ msgstr ""
2237
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2238
  "头像"
2239
 
2240
- #: admin/social_login.php:768
2241
  msgid ""
2242
  "If enabled and Social ID provider does not provide user's email address on "
2243
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2246,11 +2277,11 @@ msgstr ""
2246
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2247
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2248
 
2249
- #: admin/social_login.php:776
2250
  msgid "Send post-registration email to user to set account password"
2251
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2252
 
2253
- #: admin/social_login.php:786
2254
  msgid ""
2255
  "If enabled, an email will be sent to user after registration through Social "
2256
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2259,11 +2290,11 @@ msgstr ""
2259
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2260
  "(用户名,密码,能够通过传统的登录表单登录)"
2261
 
2262
- #: admin/social_login.php:793
2263
  msgid "Send new user registration notification email to admin"
2264
  msgstr "向管理员发送新的用户注册通知电子邮件"
2265
 
2266
- #: admin/social_login.php:803
2267
  msgid ""
2268
  "If enabled, an email will be sent to admin after new user registers through "
2269
  "Social Login, notifying admin about the new user registration"
@@ -2271,59 +2302,59 @@ msgstr ""
2271
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2272
  "关新用户注册的信息"
2273
 
2274
- #: admin/social_login.php:810
2275
  msgid "Login redirection"
2276
  msgstr "登录重定向"
2277
 
2278
- #: admin/social_login.php:814
2279
  msgid "Same page where user logged in"
2280
  msgstr "用户登录同样的页面"
2281
 
2282
- #: admin/social_login.php:818 admin/social_login.php:847
2283
  msgid "Account dashboard"
2284
  msgstr "帐户信息中心"
2285
 
2286
- #: admin/social_login.php:821 admin/social_login.php:850
2287
  msgid "BuddyPress profile page"
2288
  msgstr "BuddyPress 档案"
2289
 
2290
- #: admin/social_login.php:824 admin/social_login.php:853
2291
  msgid "Custom Url"
2292
  msgstr "自定义 URL"
2293
 
2294
- #: admin/social_login.php:832
2295
  msgid "User will be redirected to the selected page after Social Login"
2296
  msgstr "用户社交登录后会被重定向到选择的页面"
2297
 
2298
- #: admin/social_login.php:839
2299
  msgid "Registration redirection"
2300
  msgstr "注册重定向"
2301
 
2302
- #: admin/social_login.php:843
2303
  msgid "Same page from where user registered"
2304
  msgstr "用户注册同样的页面"
2305
 
2306
- #: admin/social_login.php:861
2307
  msgid ""
2308
  "User will be redirected to the selected page after registration (first "
2309
  "Social Login) through Social Login"
2310
  msgstr ""
2311
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2312
 
2313
- #: admin/social_login.php:870
2314
  msgid "Social Account Linking Options"
2315
  msgstr "社交帐户链接选项"
2316
 
2317
- #: admin/social_login.php:885
2318
  msgid "Text to display above the Social Account Linking interface"
2319
  msgstr "要显示在社交帐户链接界面上方的文本"
2320
 
2321
- #: admin/social_login.php:892
2322
  msgid ""
2323
  "Link social account to already existing account, if email address matches"
2324
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2325
 
2326
- #: admin/social_login.php:902
2327
  msgid ""
2328
  "If email address of the user's Social Account matches with an already "
2329
  "existing account at your website, that social account will be linked to "
@@ -2333,45 +2364,45 @@ msgstr ""
2333
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2334
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2335
 
2336
- #: admin/social_login.php:910
2337
  msgid "Enable social account linking at BuddyPress profile page"
2338
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2339
 
2340
- #: admin/social_login.php:920
2341
  msgid ""
2342
  "Enable this option to show social account linking interface at BuddyPress "
2343
  "profile page"
2344
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2345
 
2346
- #: admin/social_login.php:931
2347
  msgid "Email popup options"
2348
  msgstr "电子邮件弹出选项"
2349
 
2350
- #: admin/social_login.php:936
2351
  msgid "Text on 'Email required' popup"
2352
  msgstr "在“电子邮件必填”弹出口显示的文本"
2353
 
2354
- #: admin/social_login.php:946
2355
  msgid ""
2356
  "This text will be displayed on email required popup. Leave empty if not "
2357
  "required."
2358
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2359
 
2360
- #: admin/social_login.php:954
2361
  msgid "Error message for 'Email required' popup"
2362
  msgstr "“电子邮件必填”弹出口的错误信息"
2363
 
2364
- #: admin/social_login.php:964
2365
  msgid ""
2366
  "This message will be displayed to user if it provides invalid or already "
2367
  "registered email"
2368
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2369
 
2370
- #: admin/social_login.php:972
2371
  msgid "Email popup height"
2372
  msgstr "电子邮件弹出口高度"
2373
 
2374
- #: admin/social_login.php:982
2375
  msgid ""
2376
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2377
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2380,11 +2411,11 @@ msgstr ""
2380
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2381
  "的高度。留空为默认。"
2382
 
2383
- #: admin/social_login.php:989
2384
  msgid "Enable email verification"
2385
  msgstr "启用电子邮件验证"
2386
 
2387
- #: admin/social_login.php:999
2388
  msgid ""
2389
  "If enabled, email provided by the user will be verified by sending a "
2390
  "confirmation link to that email. User would not be able to login without "
@@ -2393,105 +2424,105 @@ msgstr ""
2393
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2394
  "录。"
2395
 
2396
- #: admin/social_login.php:1019
2397
  msgid "Enable GDPR opt-in"
2398
  msgstr ""
2399
 
2400
- #: admin/social_login.php:1029
2401
  msgid ""
2402
  "Enable it to show GDPR opt-in for social login and social account linking"
2403
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2404
 
2405
- #: admin/social_login.php:1037
2406
  msgid "Placement of GDPR opt-in"
2407
  msgstr ""
2408
 
2409
- #: admin/social_login.php:1041
2410
  #, fuzzy
2411
  msgid "Above Social Login icons"
2412
  msgstr "社交登录选项"
2413
 
2414
- #: admin/social_login.php:1043
2415
  #, fuzzy
2416
  msgid "Below Social Login icons"
2417
  msgstr "社交登录选项"
2418
 
2419
- #: admin/social_login.php:1049
2420
  #, fuzzy
2421
  msgid "Placement of GDPR opt-in above or below the social login icons"
2422
  msgstr "在社交登录图标上方显示的选择加入的文本"
2423
 
2424
- #: admin/social_login.php:1056
2425
  msgid "Opt-in text"
2426
  msgstr ""
2427
 
2428
- #: admin/social_login.php:1066
2429
  msgid "Text for the GDPR opt-in"
2430
  msgstr ""
2431
 
2432
- #: admin/social_login.php:1073
2433
  #, fuzzy
2434
  msgid "Text to link to Terms-Conditions page"
2435
  msgstr "要链接到隐私政策页面的文本"
2436
 
2437
- #: admin/social_login.php:1083
2438
  #, fuzzy
2439
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2440
  msgstr "要链接到隐私策略页的选入文本中的单词"
2441
 
2442
- #: admin/social_login.php:1090
2443
  msgid "Terms-Conditions Url"
2444
  msgstr ""
2445
 
2446
- #: admin/social_login.php:1100
2447
  #, fuzzy
2448
  msgid "Url of the terms-conditions page of your website"
2449
  msgstr "您网站的主页的 Url"
2450
 
2451
- #: admin/social_login.php:1107
2452
  msgid "Text to link to Privacy Policy page"
2453
  msgstr "要链接到隐私政策页面的文本"
2454
 
2455
- #: admin/social_login.php:1117
2456
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2457
  msgstr "要链接到隐私策略页的选入文本中的单词"
2458
 
2459
- #: admin/social_login.php:1124
2460
  msgid "Privacy Policy Url"
2461
  msgstr "隐私政策网址"
2462
 
2463
- #: admin/social_login.php:1134
2464
  msgid "Url of the privacy policy page of your website"
2465
  msgstr "您网站的隐私政策页面的网址"
2466
 
2467
- #: admin/social_login.php:1185 inc/widget.php:260 inc/widget.php:438
2468
  #: inc/widget.php:602 inc/widget.php:750
2469
  msgid "Select"
2470
  msgstr "选择"
2471
 
2472
- #: admin/social_login.php:1216
2473
  msgid "Social Login Shortcode & Widget"
2474
  msgstr ""
2475
 
2476
- #: admin/social_login.php:1217
2477
  msgid "Social Linking Shortcode"
2478
  msgstr "社交链接简码"
2479
 
2480
- #: admin/social_login.php:1232
2481
  msgid "Why is social login not working?"
2482
  msgstr "为什么社交登录不起作用?"
2483
 
2484
- #: admin/social_login.php:1233
2485
  msgid ""
2486
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2487
  "belong to the same app"
2488
  msgstr ""
2489
 
2490
- #: admin/social_login.php:1235
2491
  msgid "Social Login not working with Varnish enabled"
2492
  msgstr ""
2493
 
2494
- #: admin/social_login.php:1236
2495
  msgid ""
2496
  "Why the user is not appearing logged in even after Social Login until the "
2497
  "webpage is refreshed manually?"
@@ -2618,29 +2649,7 @@ msgstr "如果安装了一个用于缩短url的插件时,允许使用短链接
2618
  msgid "Enable bit.ly url shortener for tweet button"
2619
  msgstr "为Tween按钮启用 bit.ly 缩短网址"
2620
 
2621
- #: admin/like_buttons.php:613
2622
- msgid "bit.ly username"
2623
- msgstr "Bit.ly 帳號"
2624
-
2625
- #: admin/like_buttons.php:623
2626
- #, php-format
2627
- msgid ""
2628
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2629
- "\">this link</a> to get bit.ly username"
2630
- msgstr ""
2631
- "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关 "
2632
- "bit.ly 用户名"
2633
-
2634
- #: admin/like_buttons.php:641
2635
- #, php-format
2636
- msgid ""
2637
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2638
- "\">this link</a> to get your API key"
2639
- msgstr ""
2640
- "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关您"
2641
- "的 API 密钥"
2642
-
2643
- #: admin/like_buttons.php:684
2644
  #, php-format
2645
  msgid ""
2646
  "Enter the code of the language you want to use to render counters. You can "
@@ -2650,15 +2659,15 @@ msgstr ""
2650
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
2651
  "链接</a>找到语言代码。留空为默认 (英语)"
2652
 
2653
- #: admin/like_buttons.php:693
2654
  msgid "Twitter Username"
2655
  msgstr "Twitter用户名"
2656
 
2657
- #: admin/like_buttons.php:698
2658
  msgid "Twitter username for Tweet (without @)"
2659
  msgstr "Twitter用户名 (没有 @)"
2660
 
2661
- #: admin/like_buttons.php:708
2662
  msgid ""
2663
  "Provided username will be appended after the content being tweeted as \"via "
2664
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2666,11 +2675,11 @@ msgstr ""
2666
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想用任何用"
2667
  "户名为空。"
2668
 
2669
- #: admin/like_buttons.php:716
2670
  msgid "Twitter username for Buffer sharing (without @)"
2671
  msgstr "缓冲区共享的Twitter 用户名 (没有 @)"
2672
 
2673
- #: admin/like_buttons.php:726
2674
  msgid ""
2675
  "Provided username will be appended after the content in Buffer sharing as "
2676
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2678,7 +2687,7 @@ msgstr ""
2678
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想任何用户"
2679
  "名为空。"
2680
 
2681
- #: admin/like_buttons.php:772
2682
  msgid "Like Buttons Shortcode & Widget"
2683
  msgstr "喜欢按钮简码 & 小部件"
2684
 
@@ -2704,35 +2713,35 @@ msgstr "搜索"
2704
  msgid "Archives"
2705
  msgstr "档案"
2706
 
2707
- #: inc/social_sharing.php:909 inc/social_sharing.php:1147
2708
  msgid "Invalid request"
2709
  msgstr "无效请求。"
2710
 
2711
- #: inc/social_sharing.php:916
2712
  msgid "Providers not selected"
2713
  msgstr "未选定的供应商"
2714
 
2715
- #: inc/social_login.php:720
2716
  msgid "Email"
2717
  msgstr "邮箱"
2718
 
2719
- #: inc/social_login.php:721
2720
  msgid "Confirm email"
2721
  msgstr "确认邮箱"
2722
 
2723
- #: inc/social_login.php:723
2724
  msgid "Save"
2725
  msgstr "保存"
2726
 
2727
- #: inc/social_login.php:724
2728
  msgid "Cancel"
2729
  msgstr "取消"
2730
 
2731
- #: inc/social_login.php:798
2732
  msgid "Email Verification"
2733
  msgstr "电子邮件验证"
2734
 
2735
- #: inc/social_login.php:800
2736
  msgid ""
2737
  "Please click on the following link or paste it in browser to verify your "
2738
  "email"
@@ -2983,6 +2992,40 @@ msgstr "YouTube频道网址:"
2983
  msgid "RSS Feed URL:"
2984
  msgstr "RSS 订阅链接:"
2985
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2986
  #~ msgid ""
2987
  #~ "Your website visitors will see a popup notification (only once) if their "
2988
  #~ "browsers block any of the features of the plugin so that they can change "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2020-07-10 12:01+0530\n"
5
+ "PO-Revision-Date: 2020-07-10 12:01+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: super_socializer.php:520
25
  msgid "Problem fetching access token: "
26
  msgstr "获取access token的问题:"
27
 
28
+ #: super_socializer.php:524 super_socializer.php:538
29
  msgid "Facebook SDK returned an error: "
30
  msgstr "facebook sdk 返回了一个错误:"
31
 
32
+ #: super_socializer.php:534
33
  msgid "Graph returned an error: "
34
  msgstr ""
35
 
36
+ #: super_socializer.php:708
37
  msgid ""
38
  "cURL is not enabled at your website server. Please contact your website "
39
  "server administrator to enable it."
40
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
41
 
42
+ #: super_socializer.php:736
43
  #, php-format
44
  msgid ""
45
  "Enter exactly the following url in <strong>Website</strong> option in your "
48
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
49
  "%s)"
50
 
51
+ #: super_socializer.php:739
52
  #, php-format
53
  msgid ""
54
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
58
  "3 %s)"
59
 
60
+ #: super_socializer.php:742
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
64
  msgstr ""
65
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
66
 
67
+ #: super_socializer.php:924 helper.php:961
68
  msgid "Please verify your email address to login."
69
  msgstr "请验证您的电子邮件地址以便登录。"
70
 
71
+ #: super_socializer.php:924
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
74
 
75
+ #: super_socializer.php:928
76
  msgid "Notification"
77
  msgstr "通知"
78
 
79
+ #: super_socializer.php:946 admin/social_login.php:779
80
  msgid "Email required"
81
  msgstr "邮件地址(比选)"
82
 
83
+ #: super_socializer.php:949
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "请检查您的电子邮件收件箱以完成注册。"
86
 
87
+ #: super_socializer.php:1018
88
  msgid "Leave a reply"
89
  msgstr "回复"
90
 
91
+ #: super_socializer.php:1034 inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr "分享"
94
 
95
+ #: super_socializer.php:1034 inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr "分享"
98
 
99
+ #: super_socializer.php:1034
100
  msgid "Link copied."
101
  msgstr "链接已复制。"
102
 
103
+ #: super_socializer.php:1280
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer-常规选项"
106
 
107
+ #: super_socializer.php:1280 admin/general_options.php:15
108
  #: admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "常规选项"
111
 
112
+ #: super_socializer.php:1348 helper.php:883
113
  msgid "Social Avatar"
114
  msgstr "社会化头像"
115
 
116
+ #: super_socializer.php:1351
117
  msgid "Small Avatar Url"
118
  msgstr "小头像 Url"
119
 
120
+ #: super_socializer.php:1355
121
  msgid "Large Avatar Url"
122
  msgstr "大头像 Url"
123
 
124
+ #: super_socializer.php:1359 helper.php:886
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
128
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
129
 
130
+ #: super_socializer.php:1363 helper.php:887
131
  msgid "Update social avatar, next time I Social Login"
132
  msgstr "更新社会化头像,下次社会化登录"
133
 
134
+ #: super_socializer.php:1440
135
  msgid "Login with your Social ID"
136
  msgstr "使用您的社交 ID登录"
137
 
138
+ #: super_socializer.php:1441
139
  msgid "Email you entered is already registered or invalid"
140
  msgstr "您输入的电子邮件已经注册或无效"
141
 
142
+ #: super_socializer.php:1446
143
  msgid "Please enter a valid email address. You might be required to verify it"
144
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
145
 
146
+ #: super_socializer.php:1450 super_socializer.php:2148
147
  msgid "Link your social account to login to your account at this website"
148
  msgstr "链接你的社会化媒体帐户登录您本站账号"
149
 
150
+ #: super_socializer.php:1690
151
  msgid "Thanks for installing Super Socializer plugin"
152
  msgstr ""
153
 
154
+ #: super_socializer.php:1692
155
  msgid "Configure the Plugin"
156
  msgstr ""
157
 
158
+ #: super_socializer.php:1703
159
  #, fuzzy
160
  msgid ""
161
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
162
  "current version of Super Socializer"
163
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
164
 
165
+ #: super_socializer.php:1712
166
  #, fuzzy
167
  msgid ""
168
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
170
  msgstr ""
171
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
172
 
173
+ #: super_socializer.php:1721
174
  #, fuzzy
175
  msgid ""
176
  "Update \"Social Login Buttons\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
179
 
180
+ #: super_socializer.php:1730
181
  #, fuzzy
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
186
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
187
  "容"
188
 
189
+ #: super_socializer.php:1739
190
  #, fuzzy
191
  msgid ""
192
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
194
  msgstr ""
195
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
196
 
197
+ #: super_socializer.php:1750
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
203
  "处 </a>"
204
 
205
+ #: super_socializer.php:1759
206
+ #, php-format
207
+ msgid ""
208
+ "To continue using Instagram login create a new Instagram App as described <a "
209
+ "href=\"%s\" target=\"_blank\">here</a> and save Instagram App ID and "
210
+ "Instagram App Secret <a href=\"%s\">here</a>"
211
+ msgstr ""
212
+
213
+ #: super_socializer.php:1768 super_socializer.php:1777
214
+ #, php-format
215
+ msgid ""
216
+ "To continue using bitly url shortener, login to your bit.ly account and "
217
+ "navigate to <strong>Profile Settings > Generic Access Token</strong> (top-"
218
+ "right corner), authenticate to generate access token and save it <a href=\"%s"
219
+ "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
220
+ msgstr ""
221
+
222
+ #: super_socializer.php:1793
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
227
 
228
+ #: super_socializer.php:1817
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
236
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
237
  "target = \"_ black\" > </a>"
238
 
239
+ #: super_socializer.php:1817 super_socializer.php:1842
240
+ #: super_socializer.php:1867 super_socializer.php:1892
241
+ #: super_socializer.php:1925 super_socializer.php:1953
242
+ #: super_socializer.php:1980
243
  msgid "Okay"
244
  msgstr "好的"
245
 
246
+ #: super_socializer.php:1842
247
  #, php-format
248
  msgid ""
249
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
254
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
255
  "a>"
256
 
257
+ #: super_socializer.php:1867
258
  #, php-format
259
  msgid ""
260
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
265
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
266
  "black\" > </a>"
267
 
268
+ #: super_socializer.php:1892
269
  #, php-format
270
  msgid ""
271
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
276
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
277
  "black\" > </a>"
278
 
279
+ #: super_socializer.php:1903
280
  #, php-format
281
  msgid ""
282
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
283
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
284
 
285
+ #: super_socializer.php:1925
286
  #, php-format
287
  msgid ""
288
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
292
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
293
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
294
 
295
+ #: super_socializer.php:1953
296
  #, php-format
297
  msgid ""
298
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
301
  "your website %s with them. No need to copy-paste any code from their website."
302
  msgstr ""
303
 
304
+ #: super_socializer.php:1980
305
  #, php-format
306
  msgid ""
307
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
312
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
313
  "\" > </a>"
314
 
315
+ #: super_socializer.php:2005
316
  #, fuzzy, php-format
317
  msgid ""
318
  "If you cannot get Linkedin login to work after updating the plugin, replace "
323
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
324
  "black\" > </a>"
325
 
326
+ #: super_socializer.php:2005 super_socializer.php:2032
327
  msgid "Dismiss"
328
  msgstr ""
329
 
330
+ #: super_socializer.php:2031
331
  #, php-format
332
  msgid ""
333
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
336
  "that, clear share counts cache from \"Miscellaneous\" section"
337
  msgstr ""
338
 
339
+ #: super_socializer.php:2224
340
  msgid ""
341
  "Your browser is blocking some features of this website. Please follow the "
342
  "instructions at {support_url} to unblock these."
372
  msgid "Settings"
373
  msgstr "设置"
374
 
375
+ #: helper.php:535
376
  msgid "Account linked successfully"
377
  msgstr "成功关联帐户"
378
 
379
+ #: helper.php:539
380
  msgid "Account already exists or linked"
381
  msgstr "帐户已经存在或被链接"
382
 
383
+ #: helper.php:575 helper.php:577
384
  #, fuzzy
385
  msgid "Login with"
386
  msgstr "登陸選項"
387
 
388
+ #: helper.php:612 helper.php:618
389
  msgid "Currently"
390
  msgstr "目前:"
391
 
392
+ #: helper.php:612 helper.php:618
393
  msgid "Connected with"
394
  msgstr "连接与"
395
 
396
+ #: helper.php:612 helper.php:618
397
  msgid "Remove"
398
  msgstr "删除"
399
 
400
+ #: helper.php:689
401
  msgid "Social Account Linking"
402
  msgstr "社交账户链接"
403
 
404
+ #: helper.php:739
405
  msgid "Disable Standard Social Sharing on this "
406
  msgstr "在此禁用社会化共享"
407
 
408
+ #: helper.php:744
409
  msgid "Disable Floating Social Sharing on this "
410
  msgstr "在此禁用社交共享的浮动效果"
411
 
412
+ #: helper.php:749
413
  msgid "Disable Standard like buttons on this "
414
  msgstr "在此禁用喜欢按钮"
415
 
416
+ #: helper.php:754
417
  msgid "Disable Floating like buttons on this "
418
  msgstr "在此禁用喜欢按钮的浮动效果"
419
 
420
+ #: helper.php:759
421
  msgid "Disable Social Commenting on this "
422
  msgstr "在此禁用社会化评论"
423
 
424
+ #: helper.php:768
425
  msgid "Standard Sharing Interface"
426
  msgstr "标准共享界面"
427
 
428
+ #: helper.php:774 helper.php:793
429
  msgid "Starting share count for "
430
  msgstr "开始共享计数"
431
 
432
+ #: helper.php:787
433
  msgid "Floating Sharing Interface"
434
  msgstr "浮动共享界面"
435
 
436
+ #: helper.php:890
437
  msgid "Small Avatar"
438
  msgstr "小头像"
439
 
440
+ #: helper.php:894
441
  msgid "Large Avatar"
442
  msgstr "大头像"
443
 
444
+ #: helper.php:898 admin/general_options.php:92 admin/social_sharing.php:1944
445
+ #: admin/social_commenting.php:400 admin/social_login.php:1269
446
+ #: admin/like_buttons.php:780
447
  msgid "Save Changes"
448
  msgstr "保存更改"
449
 
450
+ #: helper.php:998
451
  msgid "Click to delete social profile data"
452
  msgstr "点击删除社交个人资料数据"
453
 
454
+ #: helper.php:1027
455
  msgid "Deleting"
456
  msgstr "删除"
457
 
458
+ #: helper.php:1037
459
  msgid "Deleted"
460
  msgstr "已删除"
461
 
462
+ #: helper.php:1039
463
  msgid "Something bad happened"
464
  msgstr "发生了一些不好的事情"
465
 
466
  #: admin/general_options.php:7 admin/general_options.php:96
467
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1948
468
  #: admin/social_commenting.php:5 admin/social_commenting.php:404
469
+ #: admin/social_login.php:5 admin/social_login.php:1273
470
+ #: admin/like_buttons.php:6 admin/like_buttons.php:784
471
  #, fuzzy, php-format
472
  msgid ""
473
  "You can appreciate the effort put in this free plugin by rating it <a href="
512
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
513
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
514
 
515
+ #: admin/general_options.php:106 admin/social_sharing.php:1954
516
+ #: admin/social_commenting.php:410 admin/social_login.php:1279
517
+ #: admin/like_buttons.php:790
518
  msgid "Instagram Shoutout"
519
  msgstr ""
520
 
521
+ #: admin/general_options.php:108 admin/social_sharing.php:1956
522
+ #: admin/social_commenting.php:412 admin/social_login.php:1281
523
+ #: admin/like_buttons.php:792
524
  #, fuzzy
525
  msgid ""
526
  "If you can send (to hello@heateor.com) how this plugin is helping your "
632
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
633
  msgstr "恢复社交股计数移动到 ssl/http 后丢失"
634
 
635
+ #: admin/social_sharing.php:49 admin/social_sharing.php:1907
636
  msgid ""
637
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
638
  "Facebook share count to work"
658
  msgid "3rd Party Integration"
659
  msgstr "第三方集成"
660
 
661
+ #: admin/social_sharing.php:67 admin/social_sharing.php:1869
662
+ #: admin/social_sharing.php:1871 admin/social_login.php:45
663
+ #: admin/social_login.php:1235 admin/like_buttons.php:50
664
+ #: admin/like_buttons.php:751
665
  msgid "Shortcode & Widget"
666
  msgstr "简码&小工具"
667
 
669
  msgid "Troubleshooter"
670
  msgstr "排错"
671
 
672
+ #: admin/social_sharing.php:69 admin/social_sharing.php:1902
673
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
674
+ #: admin/social_login.php:46 admin/social_login.php:1249
675
+ #: admin/like_buttons.php:51 admin/like_buttons.php:764
676
  msgid "FAQ"
677
  msgstr "常见问题解答"
678
 
897
  msgid "Url to share"
898
  msgstr "要分享的网址"
899
 
900
+ #: admin/social_sharing.php:725 admin/social_login.php:520
901
+ #: admin/social_login.php:896 admin/like_buttons.php:105 inc/widget.php:945
902
  msgid "Title"
903
  msgstr "标题"
904
 
980
  msgstr "放置"
981
 
982
  #: admin/social_sharing.php:957 admin/social_sharing.php:1383
983
+ #: admin/social_login.php:837 admin/social_login.php:866
984
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
985
  msgid "Homepage"
986
  msgstr "主页"
1272
  msgid "Master control to enable bit.ly url shortening for sharing"
1273
  msgstr "主控件以启用 bit.ly url 短链共享"
1274
 
1275
+ #: admin/social_sharing.php:1659 admin/like_buttons.php:613
1276
+ msgid "Bit.ly generic access token"
1277
+ msgstr ""
1278
 
1279
+ #: admin/social_sharing.php:1669 admin/like_buttons.php:623
1280
  #, php-format
1281
+ msgid ""
1282
+ "Login to your bit.ly account and navigate to <strong>Profile Settings > "
1283
+ "Generic Access Token</strong> (top-right corner) and authenticate to "
1284
+ "generate access token. More details at the <a href=\"%s\" target=\"_blank"
1285
+ "\">link</a>"
1286
  msgstr ""
 
1287
 
1288
+ #: admin/social_sharing.php:1676 admin/like_buttons.php:630
 
 
 
 
1289
  msgid "Clear Bitly Cache"
1290
  msgstr "清除 Bitly 缓存"
1291
 
1292
+ #: admin/social_sharing.php:1680 admin/like_buttons.php:634
1293
  msgid "ShortUrl cache cleared successfully."
1294
  msgstr "ShortUrl 缓存成功清除。"
1295
 
1296
+ #: admin/social_sharing.php:1687 admin/like_buttons.php:641
1297
  msgid ""
1298
  "Use this to delete short urls saved in database. Handy, if urls of your "
1299
  "website have been changed but short urls are still being generated for old "
1302
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1303
  "仍为旧网址,手动处理。"
1304
 
1305
+ #: admin/social_sharing.php:1696
1306
  msgid "Share Count Cache"
1307
  msgstr "共享计数缓存"
1308
 
1309
+ #: admin/social_sharing.php:1701
1310
  msgid "Refresh Share Count cache every"
1311
  msgstr "清空每个计数器缓存"
1312
 
1313
+ #: admin/social_sharing.php:1706
1314
  msgid "Second(s)"
1315
  msgstr "秒(s)"
1316
 
1317
+ #: admin/social_sharing.php:1707
1318
  msgid "Minute(s)"
1319
  msgstr "分钟"
1320
 
1321
+ #: admin/social_sharing.php:1708
1322
  msgid "Hour(s)"
1323
  msgstr "小时"
1324
 
1325
+ #: admin/social_sharing.php:1709
1326
  msgid "Day(s)"
1327
  msgstr "天"
1328
 
1329
+ #: admin/social_sharing.php:1717
1330
  #, php-format
1331
  msgid ""
1332
  "Frequent cache refreshing results in slower loading of pages with share "
1336
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1337
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1338
 
1339
+ #: admin/social_sharing.php:1724
1340
  msgid "Clear Share Counts Cache"
1341
  msgstr "清除共享计数缓存"
1342
 
1343
+ #: admin/social_sharing.php:1728
1344
  msgid "Share Counts cache cleared successfully."
1345
  msgstr "分享计数缓存成功清除。"
1346
 
1347
+ #: admin/social_sharing.php:1735
1348
  msgid "Use this to clear cached share counts"
1349
  msgstr "使用这个清除计数的缓存"
1350
 
1351
+ #: admin/social_sharing.php:1744 admin/social_sharing.php:1749
1352
+ #: admin/social_commenting.php:304 admin/like_buttons.php:650
1353
+ #: admin/like_buttons.php:655
1354
  msgid "Language"
1355
  msgstr "语言"
1356
 
1357
+ #: admin/social_sharing.php:1759
1358
  #, php-format
1359
  msgid ""
1360
  "Enter the code of the language you want to use for like buttons. You can "
1364
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1365
  "链接</a>找到语言代码。留空为默认 (英语)"
1366
 
1367
+ #: admin/social_sharing.php:1768
1368
  msgid "Username in sharing"
1369
  msgstr "共享的用户名"
1370
 
1371
+ #: admin/social_sharing.php:1773
1372
  msgid "Twitter username (without @)"
1373
  msgstr "Twitter账号(无@)"
1374
 
1375
+ #: admin/social_sharing.php:1783 admin/social_sharing.php:1801
1376
  msgid ""
1377
  "Provided username will be appended after the content being shared as \"via "
1378
  "@USERNAME\". Leave empty if you do not want any username in the content "
1381
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1382
  "请留空。"
1383
 
1384
+ #: admin/social_sharing.php:1791
1385
  msgid "Buffer username (without @)"
1386
  msgstr "缓冲用户名 (无 @)"
1387
 
1388
+ #: admin/social_sharing.php:1810
1389
  msgid "AMP"
1390
  msgstr ""
1391
 
1392
+ #: admin/social_sharing.php:1815
1393
  msgid "Enable sharing on AMP pages"
1394
  msgstr "在 AMP 页面上启用分享"
1395
 
1396
+ #: admin/social_sharing.php:1825
1397
  msgid "Enable this option to render sharing icons on AMP pages"
1398
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1399
 
1400
+ #: admin/social_sharing.php:1844 admin/like_buttons.php:726
1401
  msgid "myCRED"
1402
  msgstr "myCRED"
1403
 
1404
+ #: admin/social_sharing.php:1849 admin/like_buttons.php:731
1405
  msgid "Append myCRED referral ID to the urls being shared"
1406
  msgstr "将myCRED推荐ID追加到分享的URL"
1407
 
1408
+ #: admin/social_sharing.php:1882
1409
  msgid "Facebook Sharing Troubleshooter"
1410
  msgstr "Facebook 分享疑难解答"
1411
 
1412
+ #: admin/social_sharing.php:1887
1413
  #, fuzzy
1414
  msgid ""
1415
  "If Facebook sharing is not working fine, click at the following link and "
1419
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1420
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1421
 
1422
+ #: admin/social_sharing.php:1904 admin/social_commenting.php:386
1423
+ #: admin/social_login.php:1251
1424
  msgid ""
1425
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1426
  "an online website for the plugin to function properly."
1428
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1429
  "使插件正常运行。"
1430
 
1431
+ #: admin/social_sharing.php:1905
1432
  msgid ""
1433
  "Why is sharer not showing the correct image, title and other meta tags "
1434
  "content?"
1435
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1436
 
1437
+ #: admin/social_sharing.php:1906
1438
  #, fuzzy
1439
  msgid "Why is Facebook share count not working?"
1440
  msgstr "为什么Facebook 分享数量没有出现?"
1441
 
1442
+ #: admin/social_sharing.php:1909
1443
  msgid "Why is Instagram icon redirecting to Instagram website?"
1444
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1445
 
1446
+ #: admin/social_sharing.php:1910
1447
  msgid ""
1448
  "Instagram icon is there to send website visitors to the Instagram page of "
1449
  "your choice. You can save the desired Instagram handle in \"Instagram "
1453
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1454
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1455
 
1456
+ #: admin/social_sharing.php:1913
1457
  #, fuzzy
1458
  msgid "How to customize the url being shared?"
1459
  msgstr "如何自定义个人共享计数的外观?"
1460
 
1461
+ #: admin/social_sharing.php:1914
1462
  msgid ""
1463
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1464
  msgstr ""
1465
 
1466
+ #: admin/social_sharing.php:1915
1467
  msgid ""
1468
  "It takes some time for their service to track the shares made on Twitter "
1469
  "from your website. If you still feel it's taking too long you can contact "
1470
  "their support directly from their website."
1471
  msgstr ""
1472
 
1473
+ #: admin/social_sharing.php:1917 admin/like_buttons.php:768
1474
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1475
  msgstr "如何在同一行中放置标题和社交分享图标?"
1476
 
1477
+ #: admin/social_sharing.php:1918
1478
  msgid ""
1479
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1480
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1481
 
1482
+ #: admin/social_sharing.php:1919 admin/social_commenting.php:389
1483
+ #: admin/social_login.php:1258
1484
  msgid "Why is my browser blocking some features of the plugin?"
1485
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1486
 
1487
+ #: admin/social_sharing.php:1920
1488
  msgid "Why the color of share icons is not being updated?"
1489
  msgstr "为什么分享图标的颜色未更新?"
1490
 
1491
+ #: admin/social_sharing.php:1921
1492
  msgid "Why Facebook share counts are not appearing?"
1493
  msgstr "为什么Facebook 分享数量没有出现?"
1494
 
1495
+ #: admin/social_sharing.php:1922
1496
  msgid ""
1497
  "How can I show share counts of my website rather than of individual pages/"
1498
  "posts?"
1499
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1500
 
1501
+ #: admin/social_sharing.php:1923
1502
  msgid "How can I disable sharing on particular page/post?"
1503
  msgstr "如何在特定的页面文章上禁用共享?"
1504
 
1505
+ #: admin/social_sharing.php:1924
1506
  msgid "How can I specify minimum sharing count for sharing networks?"
1507
  msgstr "如何为共享网络共享指定最少数目?"
1508
 
1509
+ #: admin/social_sharing.php:1925
1510
  msgid "How to share specific page?"
1511
  msgstr "如何共享特定页面?"
1512
 
1513
+ #: admin/social_sharing.php:1926
1514
  msgid "How to integrate Google Analytics with sharing?"
1515
  msgstr "谷歌分析与集成"
1516
 
1517
+ #: admin/social_sharing.php:1927
1518
  msgid "How to customize the look of total share counts?"
1519
  msgstr "如何自定义总共享计数的外观?"
1520
 
1521
+ #: admin/social_sharing.php:1928
1522
  msgid "How to customize the look of individual share counts?"
1523
  msgstr "如何自定义个人共享计数的外观?"
1524
 
1525
+ #: admin/social_sharing.php:1929
1526
  msgid "How to show Whatsapp icon only on mobile devices?"
1527
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1528
 
1529
+ #: admin/social_sharing.php:1930
1530
  msgid "How to hide arrow after floating sharing bar?"
1531
  msgstr "如何在浮动共享栏后隐藏箭头?"
1532
 
1533
+ #: admin/social_sharing.php:1931
1534
  msgid "Why is share count not getting updated?"
1535
  msgstr "为什么共享计数没有得到更新?"
1536
 
1537
+ #: admin/social_sharing.php:1932 admin/like_buttons.php:766
1538
  msgid "Why is there so much space between like buttons?"
1539
  msgstr "为什么像按钮之间有这么多的空间?"
1540
 
1541
+ #: admin/social_sharing.php:1933 admin/like_buttons.php:767
1542
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1543
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1544
 
1773
  msgid "Advanced Configuration"
1774
  msgstr "高级配置"
1775
 
1776
+ #: admin/social_login.php:41 admin/social_login.php:1035
1777
  msgid "GDPR"
1778
  msgstr "GDPR"
1779
 
1780
+ #: admin/social_login.php:43 admin/social_login.php:1186
1781
  msgid "XProfile Integration"
1782
  msgstr "xprofile 集成"
1783
 
1894
  msgstr "粘贴以下网址 <strong> 网站 </strong> 选项在提到的链接"
1895
 
1896
  #: admin/social_login.php:208 admin/social_login.php:233
1897
+ #: admin/social_login.php:421 admin/social_login.php:441
1898
  #, fuzzy
1899
  msgid ""
1900
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
2007
  msgstr ""
2008
 
2009
  #: admin/social_login.php:368
2010
+ #, fuzzy
2011
+ msgid "Instagram App ID"
2012
+ msgstr "Instagram"
2013
 
2014
  #: admin/social_login.php:378
2015
+ #, fuzzy, php-format
2016
  msgid ""
2017
  "Required for Instagram Social Login to work. Please follow the documentation "
2018
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
2019
  msgstr ""
2020
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2021
  "a>得到的Instagram客户端ID"
2022
 
2023
+ #: admin/social_login.php:380 admin/social_login.php:401
2024
  #, fuzzy
2025
  msgid ""
2026
+ "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
2027
+ "mentioned at the link"
2028
+ msgstr "粘贴以下 url<strong> 重定向 uri </strong> 选项中提到的链接"
2029
 
2030
  #: admin/social_login.php:389
2031
+ #, fuzzy
2032
+ msgid "Instagram App Secret"
2033
+ msgstr "Instagram"
2034
+
2035
+ #: admin/social_login.php:399
2036
+ #, fuzzy, php-format
2037
+ msgid ""
2038
+ "Required for Instagram Social Login to work. Please follow the documentation "
2039
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
2040
+ msgstr ""
2041
+ "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2042
+ "a>得到的Instagram客户端ID"
2043
+
2044
+ #: admin/social_login.php:410
2045
  msgid "Line Channel ID"
2046
  msgstr ""
2047
 
2048
+ #: admin/social_login.php:419
2049
  #, fuzzy, php-format
2050
  msgid ""
2051
  "Required for Line Social Login to work. Please follow the documentation at "
2054
  "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
2055
  "的文档获取 linkedin 客户端 id"
2056
 
2057
+ #: admin/social_login.php:430
2058
  msgid "Line Channel Secret"
2059
  msgstr ""
2060
 
2061
+ #: admin/social_login.php:439
2062
  #, fuzzy, php-format
2063
  msgid ""
2064
  "Required for Line Social Login to work. Please follow the documentation at "
2067
  "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
2068
  "档进行操作, 以获取 linkedin 客户端机密"
2069
 
2070
+ #: admin/social_login.php:450
2071
  msgid "Microsoft Client ID"
2072
  msgstr ""
2073
 
2074
+ #: admin/social_login.php:459
2075
  #, fuzzy, php-format
2076
  msgid ""
2077
  "Required for Live Social Login to work. Please follow the documentation at "
2080
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
2081
  "接</a>得到GOOGLEPLUS客户端ID"
2082
 
2083
+ #: admin/social_login.php:461 admin/social_login.php:481
2084
  #, fuzzy
2085
  msgid ""
2086
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
2087
  "the link"
2088
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2089
 
2090
+ #: admin/social_login.php:470
2091
  msgid "Microsoft Client Secret"
2092
  msgstr ""
2093
 
2094
+ #: admin/social_login.php:479
2095
  #, fuzzy, php-format
2096
  msgid ""
2097
  "Required for Live Social Login to work. Please follow the documentation at "
2101
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
2102
  "链接 </a> 获取 google plus 客户端机密"
2103
 
2104
+ #: admin/social_login.php:489
2105
  msgid "Steam API Key"
2106
  msgstr ""
2107
 
2108
+ #: admin/social_login.php:498
2109
  #, php-format
2110
  msgid ""
2111
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2113
  msgstr ""
2114
  "蒸汽社交登录工作所需。获取 < href = \" %s\" 目标 = \"_ black\" > 此链接 </a>"
2115
 
2116
+ #: admin/social_login.php:499
2117
  msgid "Save following <strong>domain</strong> to get the key"
2118
  msgstr "保存以下 <strong> 域 </strong> 以获取密钥"
2119
 
2120
+ #: admin/social_login.php:515
2121
  #, fuzzy
2122
  msgid "Social Login Options"
2123
  msgstr "社交登录选项"
2124
 
2125
+ #: admin/social_login.php:530
2126
  msgid "Text to display above the Social Login interface"
2127
  msgstr "文本显示社交登录界面的上方"
2128
 
2129
+ #: admin/social_login.php:538
2130
  msgid "Trigger social login in the same browser tab"
2131
  msgstr ""
2132
 
2133
+ #: admin/social_login.php:548
2134
  msgid "Trigger social login in the same browser tab instead of a popup window"
2135
  msgstr ""
2136
 
2137
+ #: admin/social_login.php:555
2138
  #, fuzzy
2139
  msgid "Center align icons"
2140
  msgstr "重新排列图标"
2141
 
2142
+ #: admin/social_login.php:565
2143
  #, fuzzy
2144
  msgid "Center align social login icons"
2145
  msgstr "社交登录选项"
2146
 
2147
+ #: admin/social_login.php:572
2148
  msgid "Enable at login page"
2149
  msgstr "在登录页面启用"
2150
 
2151
+ #: admin/social_login.php:582
2152
  msgid ""
2153
  "Social Login interface will get enabled at the login page of your website"
2154
  msgstr "社交登录界面会在你的网站的登录页面启用"
2155
 
2156
+ #: admin/social_login.php:589
2157
  msgid "Enable at register page"
2158
  msgstr "在注册页面启用"
2159
 
2160
+ #: admin/social_login.php:599
2161
  msgid ""
2162
  "Social Login interface will get enabled at the registration page of your "
2163
  "website"
2164
  msgstr "社交登录界面会在你的网站的注册页面启用"
2165
 
2166
+ #: admin/social_login.php:606
2167
  msgid "Enable at comment form"
2168
  msgstr "在评论表单启用"
2169
 
2170
+ #: admin/social_login.php:616
2171
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2172
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2173
 
2174
+ #: admin/social_login.php:630
2175
  msgid "Enable before WooCommerce Customer Login Form"
2176
  msgstr "WooCommerce客户登录表单前启用"
2177
 
2178
+ #: admin/social_login.php:640
2179
  msgid ""
2180
  "Social Login Interface will get enabled before the customer login form at "
2181
  "WooCommerce My Account page"
2182
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2183
 
2184
+ #: admin/social_login.php:647
2185
  #, fuzzy
2186
  msgid "Enable at WooCommerce Customer Login Form"
2187
  msgstr "在WooCommerce客户登录表单后启用"
2188
 
2189
+ #: admin/social_login.php:657
2190
  #, fuzzy
2191
  msgid ""
2192
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2193
  "My Account page"
2194
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2195
 
2196
+ #: admin/social_login.php:664
2197
  #, fuzzy
2198
  msgid "Enable at WooCommerce Customer Register Form"
2199
  msgstr "在WooCommerce客户登录表单后启用"
2200
 
2201
+ #: admin/social_login.php:674
2202
  #, fuzzy
2203
  msgid ""
2204
  "Integrate Social Login Interface with the customer register form at "
2205
  "WooCommerce My Account page"
2206
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2207
 
2208
+ #: admin/social_login.php:681
2209
  msgid "Enable at WooCommerce checkout page"
2210
  msgstr "在WooCommerce “结算”页面启用"
2211
 
2212
+ #: admin/social_login.php:691
2213
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2214
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2215
 
2216
+ #: admin/social_login.php:701
2217
  msgid "Auto-approve comments made by Social Login users"
2218
  msgstr "自动批准社交登录用户评论"
2219
 
2220
+ #: admin/social_login.php:711
2221
  msgid ""
2222
  "If this option is enabled, and WordPress comment is made by Social Login "
2223
  "user, comment will get approved immediately without keeping in moderation."
2225
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2226
  "况下立即批准。"
2227
 
2228
+ #: admin/social_login.php:712
2229
  msgid "Note: This is not related to Facebook comments"
2230
  msgstr "注:这Facebook的评论无关"
2231
 
2232
+ #: admin/social_login.php:721
2233
  msgid "Enable social avatar"
2234
  msgstr "启用社交头像"
2235
 
2236
+ #: admin/social_login.php:731
2237
  msgid ""
2238
  "Social profile pictures of the logged in user will be displayed as profile "
2239
  "avatar"
2240
  msgstr "登录用户的社交资料图片将显示为个人头像"
2241
 
2242
+ #: admin/social_login.php:740
2243
  msgid "Avatar quality"
2244
  msgstr "头像质量"
2245
 
2246
+ #: admin/social_login.php:743
2247
  msgid "Average"
2248
  msgstr "一般"
2249
 
2250
+ #: admin/social_login.php:744
2251
  msgid "Best"
2252
  msgstr "最好"
2253
 
2254
+ #: admin/social_login.php:751
2255
  msgid "Choose avatar quality"
2256
  msgstr "选择头像质量"
2257
 
2258
+ #: admin/social_login.php:759
2259
  msgid ""
2260
  "Show option for users to update social avatar at BuddyPress profile page"
2261
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2262
 
2263
+ #: admin/social_login.php:769
2264
  msgid ""
2265
  "If enabled, users would be able to update their social avatar from \"Profile "
2266
  "photo\" section in BuddyPress profile at front-end"
2268
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2269
  "头像"
2270
 
2271
+ #: admin/social_login.php:789
2272
  msgid ""
2273
  "If enabled and Social ID provider does not provide user's email address on "
2274
  "login, user will be asked to provide his/her email address. Otherwise, a "
2277
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2278
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2279
 
2280
+ #: admin/social_login.php:797
2281
  msgid "Send post-registration email to user to set account password"
2282
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2283
 
2284
+ #: admin/social_login.php:807
2285
  msgid ""
2286
  "If enabled, an email will be sent to user after registration through Social "
2287
  "Login, regarding his/her login credentials (username-password to be able to "
2290
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2291
  "(用户名,密码,能够通过传统的登录表单登录)"
2292
 
2293
+ #: admin/social_login.php:814
2294
  msgid "Send new user registration notification email to admin"
2295
  msgstr "向管理员发送新的用户注册通知电子邮件"
2296
 
2297
+ #: admin/social_login.php:824
2298
  msgid ""
2299
  "If enabled, an email will be sent to admin after new user registers through "
2300
  "Social Login, notifying admin about the new user registration"
2302
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2303
  "关新用户注册的信息"
2304
 
2305
+ #: admin/social_login.php:831
2306
  msgid "Login redirection"
2307
  msgstr "登录重定向"
2308
 
2309
+ #: admin/social_login.php:835
2310
  msgid "Same page where user logged in"
2311
  msgstr "用户登录同样的页面"
2312
 
2313
+ #: admin/social_login.php:839 admin/social_login.php:868
2314
  msgid "Account dashboard"
2315
  msgstr "帐户信息中心"
2316
 
2317
+ #: admin/social_login.php:842 admin/social_login.php:871
2318
  msgid "BuddyPress profile page"
2319
  msgstr "BuddyPress 档案"
2320
 
2321
+ #: admin/social_login.php:845 admin/social_login.php:874
2322
  msgid "Custom Url"
2323
  msgstr "自定义 URL"
2324
 
2325
+ #: admin/social_login.php:853
2326
  msgid "User will be redirected to the selected page after Social Login"
2327
  msgstr "用户社交登录后会被重定向到选择的页面"
2328
 
2329
+ #: admin/social_login.php:860
2330
  msgid "Registration redirection"
2331
  msgstr "注册重定向"
2332
 
2333
+ #: admin/social_login.php:864
2334
  msgid "Same page from where user registered"
2335
  msgstr "用户注册同样的页面"
2336
 
2337
+ #: admin/social_login.php:882
2338
  msgid ""
2339
  "User will be redirected to the selected page after registration (first "
2340
  "Social Login) through Social Login"
2341
  msgstr ""
2342
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2343
 
2344
+ #: admin/social_login.php:891
2345
  msgid "Social Account Linking Options"
2346
  msgstr "社交帐户链接选项"
2347
 
2348
+ #: admin/social_login.php:906
2349
  msgid "Text to display above the Social Account Linking interface"
2350
  msgstr "要显示在社交帐户链接界面上方的文本"
2351
 
2352
+ #: admin/social_login.php:913
2353
  msgid ""
2354
  "Link social account to already existing account, if email address matches"
2355
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2356
 
2357
+ #: admin/social_login.php:923
2358
  msgid ""
2359
  "If email address of the user's Social Account matches with an already "
2360
  "existing account at your website, that social account will be linked to "
2364
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2365
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2366
 
2367
+ #: admin/social_login.php:931
2368
  msgid "Enable social account linking at BuddyPress profile page"
2369
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2370
 
2371
+ #: admin/social_login.php:941
2372
  msgid ""
2373
  "Enable this option to show social account linking interface at BuddyPress "
2374
  "profile page"
2375
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2376
 
2377
+ #: admin/social_login.php:952
2378
  msgid "Email popup options"
2379
  msgstr "电子邮件弹出选项"
2380
 
2381
+ #: admin/social_login.php:957
2382
  msgid "Text on 'Email required' popup"
2383
  msgstr "在“电子邮件必填”弹出口显示的文本"
2384
 
2385
+ #: admin/social_login.php:967
2386
  msgid ""
2387
  "This text will be displayed on email required popup. Leave empty if not "
2388
  "required."
2389
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2390
 
2391
+ #: admin/social_login.php:975
2392
  msgid "Error message for 'Email required' popup"
2393
  msgstr "“电子邮件必填”弹出口的错误信息"
2394
 
2395
+ #: admin/social_login.php:985
2396
  msgid ""
2397
  "This message will be displayed to user if it provides invalid or already "
2398
  "registered email"
2399
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2400
 
2401
+ #: admin/social_login.php:993
2402
  msgid "Email popup height"
2403
  msgstr "电子邮件弹出口高度"
2404
 
2405
+ #: admin/social_login.php:1003
2406
  msgid ""
2407
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2408
  "can increase the height of popup by specifying in this option. Leave empty "
2411
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2412
  "的高度。留空为默认。"
2413
 
2414
+ #: admin/social_login.php:1010
2415
  msgid "Enable email verification"
2416
  msgstr "启用电子邮件验证"
2417
 
2418
+ #: admin/social_login.php:1020
2419
  msgid ""
2420
  "If enabled, email provided by the user will be verified by sending a "
2421
  "confirmation link to that email. User would not be able to login without "
2424
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2425
  "录。"
2426
 
2427
+ #: admin/social_login.php:1040
2428
  msgid "Enable GDPR opt-in"
2429
  msgstr ""
2430
 
2431
+ #: admin/social_login.php:1050
2432
  msgid ""
2433
  "Enable it to show GDPR opt-in for social login and social account linking"
2434
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2435
 
2436
+ #: admin/social_login.php:1058
2437
  msgid "Placement of GDPR opt-in"
2438
  msgstr ""
2439
 
2440
+ #: admin/social_login.php:1062
2441
  #, fuzzy
2442
  msgid "Above Social Login icons"
2443
  msgstr "社交登录选项"
2444
 
2445
+ #: admin/social_login.php:1064
2446
  #, fuzzy
2447
  msgid "Below Social Login icons"
2448
  msgstr "社交登录选项"
2449
 
2450
+ #: admin/social_login.php:1070
2451
  #, fuzzy
2452
  msgid "Placement of GDPR opt-in above or below the social login icons"
2453
  msgstr "在社交登录图标上方显示的选择加入的文本"
2454
 
2455
+ #: admin/social_login.php:1077
2456
  msgid "Opt-in text"
2457
  msgstr ""
2458
 
2459
+ #: admin/social_login.php:1087
2460
  msgid "Text for the GDPR opt-in"
2461
  msgstr ""
2462
 
2463
+ #: admin/social_login.php:1094
2464
  #, fuzzy
2465
  msgid "Text to link to Terms-Conditions page"
2466
  msgstr "要链接到隐私政策页面的文本"
2467
 
2468
+ #: admin/social_login.php:1104
2469
  #, fuzzy
2470
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2471
  msgstr "要链接到隐私策略页的选入文本中的单词"
2472
 
2473
+ #: admin/social_login.php:1111
2474
  msgid "Terms-Conditions Url"
2475
  msgstr ""
2476
 
2477
+ #: admin/social_login.php:1121
2478
  #, fuzzy
2479
  msgid "Url of the terms-conditions page of your website"
2480
  msgstr "您网站的主页的 Url"
2481
 
2482
+ #: admin/social_login.php:1128
2483
  msgid "Text to link to Privacy Policy page"
2484
  msgstr "要链接到隐私政策页面的文本"
2485
 
2486
+ #: admin/social_login.php:1138
2487
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2488
  msgstr "要链接到隐私策略页的选入文本中的单词"
2489
 
2490
+ #: admin/social_login.php:1145
2491
  msgid "Privacy Policy Url"
2492
  msgstr "隐私政策网址"
2493
 
2494
+ #: admin/social_login.php:1155
2495
  msgid "Url of the privacy policy page of your website"
2496
  msgstr "您网站的隐私政策页面的网址"
2497
 
2498
+ #: admin/social_login.php:1206 inc/widget.php:260 inc/widget.php:438
2499
  #: inc/widget.php:602 inc/widget.php:750
2500
  msgid "Select"
2501
  msgstr "选择"
2502
 
2503
+ #: admin/social_login.php:1237
2504
  msgid "Social Login Shortcode & Widget"
2505
  msgstr ""
2506
 
2507
+ #: admin/social_login.php:1238
2508
  msgid "Social Linking Shortcode"
2509
  msgstr "社交链接简码"
2510
 
2511
+ #: admin/social_login.php:1253
2512
  msgid "Why is social login not working?"
2513
  msgstr "为什么社交登录不起作用?"
2514
 
2515
+ #: admin/social_login.php:1254
2516
  msgid ""
2517
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2518
  "belong to the same app"
2519
  msgstr ""
2520
 
2521
+ #: admin/social_login.php:1256
2522
  msgid "Social Login not working with Varnish enabled"
2523
  msgstr ""
2524
 
2525
+ #: admin/social_login.php:1257
2526
  msgid ""
2527
  "Why the user is not appearing logged in even after Social Login until the "
2528
  "webpage is refreshed manually?"
2649
  msgid "Enable bit.ly url shortener for tweet button"
2650
  msgstr "为Tween按钮启用 bit.ly 缩短网址"
2651
 
2652
+ #: admin/like_buttons.php:665
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2653
  #, php-format
2654
  msgid ""
2655
  "Enter the code of the language you want to use to render counters. You can "
2659
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
2660
  "链接</a>找到语言代码。留空为默认 (英语)"
2661
 
2662
+ #: admin/like_buttons.php:674
2663
  msgid "Twitter Username"
2664
  msgstr "Twitter用户名"
2665
 
2666
+ #: admin/like_buttons.php:679
2667
  msgid "Twitter username for Tweet (without @)"
2668
  msgstr "Twitter用户名 (没有 @)"
2669
 
2670
+ #: admin/like_buttons.php:689
2671
  msgid ""
2672
  "Provided username will be appended after the content being tweeted as \"via "
2673
  "@USERNAME\". Leave empty if you do not want any username."
2675
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想用任何用"
2676
  "户名为空。"
2677
 
2678
+ #: admin/like_buttons.php:697
2679
  msgid "Twitter username for Buffer sharing (without @)"
2680
  msgstr "缓冲区共享的Twitter 用户名 (没有 @)"
2681
 
2682
+ #: admin/like_buttons.php:707
2683
  msgid ""
2684
  "Provided username will be appended after the content in Buffer sharing as "
2685
  "\"via @USERNAME\". Leave empty if you do not want any username."
2687
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想任何用户"
2688
  "名为空。"
2689
 
2690
+ #: admin/like_buttons.php:753
2691
  msgid "Like Buttons Shortcode & Widget"
2692
  msgstr "喜欢按钮简码 & 小部件"
2693
 
2713
  msgid "Archives"
2714
  msgstr "档案"
2715
 
2716
+ #: inc/social_sharing.php:942 inc/social_sharing.php:1180
2717
  msgid "Invalid request"
2718
  msgstr "无效请求。"
2719
 
2720
+ #: inc/social_sharing.php:949
2721
  msgid "Providers not selected"
2722
  msgstr "未选定的供应商"
2723
 
2724
+ #: inc/social_login.php:747
2725
  msgid "Email"
2726
  msgstr "邮箱"
2727
 
2728
+ #: inc/social_login.php:748
2729
  msgid "Confirm email"
2730
  msgstr "确认邮箱"
2731
 
2732
+ #: inc/social_login.php:750
2733
  msgid "Save"
2734
  msgstr "保存"
2735
 
2736
+ #: inc/social_login.php:751
2737
  msgid "Cancel"
2738
  msgstr "取消"
2739
 
2740
+ #: inc/social_login.php:825
2741
  msgid "Email Verification"
2742
  msgstr "电子邮件验证"
2743
 
2744
+ #: inc/social_login.php:827
2745
  msgid ""
2746
  "Please click on the following link or paste it in browser to verify your "
2747
  "email"
2992
  msgid "RSS Feed URL:"
2993
  msgstr "RSS 订阅链接:"
2994
 
2995
+ #~ msgid "bit.ly Login"
2996
+ #~ msgstr "bit.ly登录"
2997
+
2998
+ #~ msgid ""
2999
+ #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
3000
+ #~ msgstr ""
3001
+ #~ "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
3002
+
3003
+ #~ msgid "bit.ly API Key"
3004
+ #~ msgstr "bit.ly API 密钥"
3005
+
3006
+ #, fuzzy
3007
+ #~ msgid ""
3008
+ #~ "Paste following url in <strong>Website URL</strong> option mentioned at "
3009
+ #~ "the link"
3010
+ #~ msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
3011
+
3012
+ #~ msgid "bit.ly username"
3013
+ #~ msgstr "Bit.ly 帳號"
3014
+
3015
+ #~ msgid ""
3016
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3017
+ #~ "\"_blank\">this link</a> to get bit.ly username"
3018
+ #~ msgstr ""
3019
+ #~ "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关 "
3020
+ #~ "bit.ly 用户名"
3021
+
3022
+ #~ msgid ""
3023
+ #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3024
+ #~ "\"_blank\">this link</a> to get your API key"
3025
+ #~ msgstr ""
3026
+ #~ "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关"
3027
+ #~ "您的 API 密钥"
3028
+
3029
  #~ msgid ""
3030
  #~ "Your website visitors will see a popup notification (only once) if their "
3031
  #~ "browsers block any of the features of the plugin so that they can change "
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: 2020-06-26 12:29+0530\n"
6
- "PO-Revision-Date: 2020-06-26 12:29+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,178 +15,195 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:475
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:479 ../super_socializer.php:493
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:489
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:663
31
  msgid ""
32
  "cURL is not enabled at your website server. Please contact your website "
33
  "server administrator to enable it."
34
  msgstr ""
35
 
36
- #: ../super_socializer.php:691
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> option in your "
40
  "Twitter app (see step 3 %s)"
41
  msgstr ""
42
 
43
- #: ../super_socializer.php:694
44
  #, php-format
45
  msgid ""
46
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
47
  "your Twitter app (see step 3 %s)"
48
  msgstr ""
49
 
50
- #: ../super_socializer.php:697
51
  msgid ""
52
  "Make sure cURL is enabled at your website server. You may need to contact "
53
  "the server administrator of your website to verify this"
54
  msgstr ""
55
 
56
- #: ../super_socializer.php:879 ../helper.php:968
57
  msgid "Please verify your email address to login."
58
  msgstr ""
59
 
60
- #: ../super_socializer.php:879
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr ""
63
 
64
- #: ../super_socializer.php:883
65
  msgid "Notification"
66
  msgstr ""
67
 
68
- #: ../super_socializer.php:901 ../admin/social_login.php:758
69
  msgid "Email required"
70
  msgstr ""
71
 
72
- #: ../super_socializer.php:904
73
  msgid "Please check your email inbox to complete the registration."
74
  msgstr ""
75
 
76
- #: ../super_socializer.php:982
77
  msgid "Leave a reply"
78
  msgstr ""
79
 
80
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
81
  msgid "Shares"
82
  msgstr ""
83
 
84
- #: ../super_socializer.php:998 ../inc/social_sharing.php:241
85
  msgid "Share"
86
  msgstr ""
87
 
88
- #: ../super_socializer.php:998
89
  msgid "Link copied."
90
  msgstr ""
91
 
92
- #: ../super_socializer.php:1244
93
  msgid "Super Socializer - General Options"
94
  msgstr ""
95
 
96
- #: ../super_socializer.php:1244 ../admin/general_options.php:15
97
  #: ../admin/social_commenting.php:47
98
  msgid "General Options"
99
  msgstr ""
100
 
101
- #: ../super_socializer.php:1312 ../helper.php:890
102
  msgid "Social Avatar"
103
  msgstr ""
104
 
105
- #: ../super_socializer.php:1315
106
  msgid "Small Avatar Url"
107
  msgstr ""
108
 
109
- #: ../super_socializer.php:1319
110
  msgid "Large Avatar Url"
111
  msgstr ""
112
 
113
- #: ../super_socializer.php:1323 ../helper.php:893
114
  msgid ""
115
  "Do not fetch and update social avatar from my profile, next time I Social "
116
  "Login"
117
  msgstr ""
118
 
119
- #: ../super_socializer.php:1327 ../helper.php:894
120
  msgid "Update social avatar, next time I Social Login"
121
  msgstr ""
122
 
123
- #: ../super_socializer.php:1404
124
  msgid "Login with your Social ID"
125
  msgstr ""
126
 
127
- #: ../super_socializer.php:1405
128
  msgid "Email you entered is already registered or invalid"
129
  msgstr ""
130
 
131
- #: ../super_socializer.php:1410
132
  msgid "Please enter a valid email address. You might be required to verify it"
133
  msgstr ""
134
 
135
- #: ../super_socializer.php:1414 ../super_socializer.php:2072
136
  msgid "Link your social account to login to your account at this website"
137
  msgstr ""
138
 
139
- #: ../super_socializer.php:1653
140
  msgid "Thanks for installing Super Socializer plugin"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1655
144
  msgid "Configure the Plugin"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1666
148
  msgid ""
149
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
150
  "current version of Super Socializer"
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1675
154
  msgid ""
155
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
156
  "version of Super Socializer"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1684
160
  msgid ""
161
  "Update \"Social Login Buttons\" add-on for compatibility with current "
162
  "version of Super Socializer"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:1693
166
  msgid ""
167
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
168
  "with current version of Super Socializer"
169
  msgstr ""
170
 
171
- #: ../super_socializer.php:1702
172
  msgid ""
173
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
174
  "with current version of Super Socializer"
175
  msgstr ""
176
 
177
- #: ../super_socializer.php:1713
178
  #, php-format
179
  msgid ""
180
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
181
  msgstr ""
182
 
183
- #: ../super_socializer.php:1728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  #, php-format
185
  msgid ""
186
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
187
  msgstr ""
188
 
189
- #: ../super_socializer.php:1752
190
  #, php-format
191
  msgid ""
192
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -194,14 +211,14 @@ msgid ""
194
  "target=\"_blank\">here</a>"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1752 ../super_socializer.php:1777
198
- #: ../super_socializer.php:1802 ../super_socializer.php:1827
199
- #: ../super_socializer.php:1860 ../super_socializer.php:1888
200
- #: ../super_socializer.php:1915
201
  msgid "Okay"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:1777
205
  #, php-format
206
  msgid ""
207
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -209,7 +226,7 @@ msgid ""
209
  "\">here</a>"
210
  msgstr ""
211
 
212
- #: ../super_socializer.php:1802
213
  #, php-format
214
  msgid ""
215
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -217,7 +234,7 @@ msgid ""
217
  "target=\"_blank\">here</a>"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1827
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -225,13 +242,13 @@ msgid ""
225
  "target=\"_blank\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1838
229
  #, php-format
230
  msgid ""
231
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1860
235
  #, php-format
236
  msgid ""
237
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -239,7 +256,7 @@ msgid ""
239
  "\"%s\" target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1888
243
  #, php-format
244
  msgid ""
245
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -248,7 +265,7 @@ msgid ""
248
  "your website %s with them. No need to copy-paste any code from their website."
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1915
252
  #, php-format
253
  msgid ""
254
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -256,7 +273,7 @@ msgid ""
256
  "\"%s\" target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1940
260
  #, php-format
261
  msgid ""
262
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -264,11 +281,11 @@ msgid ""
264
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1940 ../super_socializer.php:1967
268
  msgid "Dismiss"
269
  msgstr ""
270
 
271
- #: ../super_socializer.php:1966
272
  #, php-format
273
  msgid ""
274
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -277,7 +294,7 @@ msgid ""
277
  "that, clear share counts cache from \"Miscellaneous\" section"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:2148
281
  msgid ""
282
  "Your browser is blocking some features of this website. Please follow the "
283
  "instructions at {support_url} to unblock these."
@@ -311,101 +328,101 @@ msgstr ""
311
  msgid "Settings"
312
  msgstr ""
313
 
314
- #: ../helper.php:542
315
  msgid "Account linked successfully"
316
  msgstr ""
317
 
318
- #: ../helper.php:546
319
  msgid "Account already exists or linked"
320
  msgstr ""
321
 
322
- #: ../helper.php:582 ../helper.php:584
323
  msgid "Login with"
324
  msgstr ""
325
 
326
- #: ../helper.php:619 ../helper.php:625
327
  msgid "Currently"
328
  msgstr ""
329
 
330
- #: ../helper.php:619 ../helper.php:625
331
  msgid "Connected with"
332
  msgstr ""
333
 
334
- #: ../helper.php:619 ../helper.php:625
335
  msgid "Remove"
336
  msgstr ""
337
 
338
- #: ../helper.php:696
339
  msgid "Social Account Linking"
340
  msgstr ""
341
 
342
- #: ../helper.php:746
343
  msgid "Disable Standard Social Sharing on this "
344
  msgstr ""
345
 
346
- #: ../helper.php:751
347
  msgid "Disable Floating Social Sharing on this "
348
  msgstr ""
349
 
350
- #: ../helper.php:756
351
  msgid "Disable Standard like buttons on this "
352
  msgstr ""
353
 
354
- #: ../helper.php:761
355
  msgid "Disable Floating like buttons on this "
356
  msgstr ""
357
 
358
- #: ../helper.php:766
359
  msgid "Disable Social Commenting on this "
360
  msgstr ""
361
 
362
- #: ../helper.php:775
363
  msgid "Standard Sharing Interface"
364
  msgstr ""
365
 
366
- #: ../helper.php:781 ../helper.php:800
367
  msgid "Starting share count for "
368
  msgstr ""
369
 
370
- #: ../helper.php:794
371
  msgid "Floating Sharing Interface"
372
  msgstr ""
373
 
374
- #: ../helper.php:897
375
  msgid "Small Avatar"
376
  msgstr ""
377
 
378
- #: ../helper.php:901
379
  msgid "Large Avatar"
380
  msgstr ""
381
 
382
- #: ../helper.php:905 ../admin/general_options.php:92
383
- #: ../admin/social_sharing.php:1963 ../admin/social_commenting.php:400
384
- #: ../admin/social_login.php:1248 ../admin/like_buttons.php:799
385
  msgid "Save Changes"
386
  msgstr ""
387
 
388
- #: ../helper.php:1005
389
  msgid "Click to delete social profile data"
390
  msgstr ""
391
 
392
- #: ../helper.php:1034
393
  msgid "Deleting"
394
  msgstr ""
395
 
396
- #: ../helper.php:1044
397
  msgid "Deleted"
398
  msgstr ""
399
 
400
- #: ../helper.php:1046
401
  msgid "Something bad happened"
402
  msgstr ""
403
 
404
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
405
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1967
406
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
407
- #: ../admin/social_login.php:5 ../admin/social_login.php:1252
408
- #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:803
409
  #, php-format
410
  msgid ""
411
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -449,15 +466,15 @@ msgstr ""
449
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
450
  msgstr ""
451
 
452
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1973
453
- #: ../admin/social_commenting.php:410 ../admin/social_login.php:1258
454
- #: ../admin/like_buttons.php:809
455
  msgid "Instagram Shoutout"
456
  msgstr ""
457
 
458
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1975
459
- #: ../admin/social_commenting.php:412 ../admin/social_login.php:1260
460
- #: ../admin/like_buttons.php:811
461
  msgid ""
462
  "If you can send (to hello@heateor.com) how this plugin is helping your "
463
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -560,7 +577,7 @@ msgstr ""
560
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
561
  msgstr ""
562
 
563
- #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1926
564
  msgid ""
565
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
566
  "Facebook share count to work"
@@ -586,10 +603,10 @@ msgstr ""
586
  msgid "3rd Party Integration"
587
  msgstr ""
588
 
589
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1888
590
- #: ../admin/social_sharing.php:1890 ../admin/social_login.php:45
591
- #: ../admin/social_login.php:1214 ../admin/like_buttons.php:50
592
- #: ../admin/like_buttons.php:770
593
  msgid "Shortcode & Widget"
594
  msgstr ""
595
 
@@ -597,10 +614,10 @@ msgstr ""
597
  msgid "Troubleshooter"
598
  msgstr ""
599
 
600
- #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1921
601
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
602
- #: ../admin/social_login.php:46 ../admin/social_login.php:1228
603
- #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:783
604
  msgid "FAQ"
605
  msgstr ""
606
 
@@ -819,8 +836,8 @@ msgstr ""
819
  msgid "Url to share"
820
  msgstr ""
821
 
822
- #: ../admin/social_sharing.php:725 ../admin/social_login.php:499
823
- #: ../admin/social_login.php:875 ../admin/like_buttons.php:105
824
  #: ../inc/widget.php:945
825
  msgid "Title"
826
  msgstr ""
@@ -903,7 +920,7 @@ msgid "Placement"
903
  msgstr ""
904
 
905
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
906
- #: ../admin/social_login.php:816 ../admin/social_login.php:845
907
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
908
  msgid "Homepage"
909
  msgstr ""
@@ -1181,59 +1198,59 @@ msgstr ""
1181
  msgid "Master control to enable bit.ly url shortening for sharing"
1182
  msgstr ""
1183
 
1184
- #: ../admin/social_sharing.php:1659
1185
- msgid "bit.ly Login"
1186
  msgstr ""
1187
 
1188
- #: ../admin/social_sharing.php:1669 ../admin/social_sharing.php:1687
1189
  #, php-format
1190
- msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1191
- msgstr ""
1192
-
1193
- #: ../admin/social_sharing.php:1677 ../admin/like_buttons.php:631
1194
- msgid "bit.ly API Key"
1195
  msgstr ""
1196
 
1197
- #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:649
1198
  msgid "Clear Bitly Cache"
1199
  msgstr ""
1200
 
1201
- #: ../admin/social_sharing.php:1699 ../admin/like_buttons.php:653
1202
  msgid "ShortUrl cache cleared successfully."
1203
  msgstr ""
1204
 
1205
- #: ../admin/social_sharing.php:1706 ../admin/like_buttons.php:660
1206
  msgid ""
1207
  "Use this to delete short urls saved in database. Handy, if urls of your "
1208
  "website have been changed but short urls are still being generated for old "
1209
  "urls."
1210
  msgstr ""
1211
 
1212
- #: ../admin/social_sharing.php:1715
1213
  msgid "Share Count Cache"
1214
  msgstr ""
1215
 
1216
- #: ../admin/social_sharing.php:1720
1217
  msgid "Refresh Share Count cache every"
1218
  msgstr ""
1219
 
1220
- #: ../admin/social_sharing.php:1725
1221
  msgid "Second(s)"
1222
  msgstr ""
1223
 
1224
- #: ../admin/social_sharing.php:1726
1225
  msgid "Minute(s)"
1226
  msgstr ""
1227
 
1228
- #: ../admin/social_sharing.php:1727
1229
  msgid "Hour(s)"
1230
  msgstr ""
1231
 
1232
- #: ../admin/social_sharing.php:1728
1233
  msgid "Day(s)"
1234
  msgstr ""
1235
 
1236
- #: ../admin/social_sharing.php:1736
1237
  #, php-format
1238
  msgid ""
1239
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1241,25 +1258,25 @@ msgid ""
1241
  "target=\"_blank\">here</a>"
1242
  msgstr ""
1243
 
1244
- #: ../admin/social_sharing.php:1743
1245
  msgid "Clear Share Counts Cache"
1246
  msgstr ""
1247
 
1248
- #: ../admin/social_sharing.php:1747
1249
  msgid "Share Counts cache cleared successfully."
1250
  msgstr ""
1251
 
1252
- #: ../admin/social_sharing.php:1754
1253
  msgid "Use this to clear cached share counts"
1254
  msgstr ""
1255
 
1256
- #: ../admin/social_sharing.php:1763 ../admin/social_sharing.php:1768
1257
- #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:669
1258
- #: ../admin/like_buttons.php:674
1259
  msgid "Language"
1260
  msgstr ""
1261
 
1262
- #: ../admin/social_sharing.php:1778
1263
  #, php-format
1264
  msgid ""
1265
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1267,78 +1284,78 @@ msgid ""
1267
  "Leave it empty for default language(English)"
1268
  msgstr ""
1269
 
1270
- #: ../admin/social_sharing.php:1787
1271
  msgid "Username in sharing"
1272
  msgstr ""
1273
 
1274
- #: ../admin/social_sharing.php:1792
1275
  msgid "Twitter username (without @)"
1276
  msgstr ""
1277
 
1278
- #: ../admin/social_sharing.php:1802 ../admin/social_sharing.php:1820
1279
  msgid ""
1280
  "Provided username will be appended after the content being shared as \"via "
1281
  "@USERNAME\". Leave empty if you do not want any username in the content "
1282
  "being shared."
1283
  msgstr ""
1284
 
1285
- #: ../admin/social_sharing.php:1810
1286
  msgid "Buffer username (without @)"
1287
  msgstr ""
1288
 
1289
- #: ../admin/social_sharing.php:1829
1290
  msgid "AMP"
1291
  msgstr ""
1292
 
1293
- #: ../admin/social_sharing.php:1834
1294
  msgid "Enable sharing on AMP pages"
1295
  msgstr ""
1296
 
1297
- #: ../admin/social_sharing.php:1844
1298
  msgid "Enable this option to render sharing icons on AMP pages"
1299
  msgstr ""
1300
 
1301
- #: ../admin/social_sharing.php:1863 ../admin/like_buttons.php:745
1302
  msgid "myCRED"
1303
  msgstr ""
1304
 
1305
- #: ../admin/social_sharing.php:1868 ../admin/like_buttons.php:750
1306
  msgid "Append myCRED referral ID to the urls being shared"
1307
  msgstr ""
1308
 
1309
- #: ../admin/social_sharing.php:1901
1310
  msgid "Facebook Sharing Troubleshooter"
1311
  msgstr ""
1312
 
1313
- #: ../admin/social_sharing.php:1906
1314
  msgid ""
1315
  "If Facebook sharing is not working fine, click at the following link and "
1316
  "enter the problematic url (where Facebook sharing is not working properly) "
1317
  "of your website in the text field. Click \"Debug\" button."
1318
  msgstr ""
1319
 
1320
- #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
1321
- #: ../admin/social_login.php:1230
1322
  msgid ""
1323
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1324
  "an online website for the plugin to function properly."
1325
  msgstr ""
1326
 
1327
- #: ../admin/social_sharing.php:1924
1328
  msgid ""
1329
  "Why is sharer not showing the correct image, title and other meta tags "
1330
  "content?"
1331
  msgstr ""
1332
 
1333
- #: ../admin/social_sharing.php:1925
1334
  msgid "Why is Facebook share count not working?"
1335
  msgstr ""
1336
 
1337
- #: ../admin/social_sharing.php:1928
1338
  msgid "Why is Instagram icon redirecting to Instagram website?"
1339
  msgstr ""
1340
 
1341
- #: ../admin/social_sharing.php:1929
1342
  msgid ""
1343
  "Instagram icon is there to send website visitors to the Instagram page of "
1344
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1346,91 +1363,91 @@ msgid ""
1346
  "sections."
1347
  msgstr ""
1348
 
1349
- #: ../admin/social_sharing.php:1932
1350
  msgid "How to customize the url being shared?"
1351
  msgstr ""
1352
 
1353
- #: ../admin/social_sharing.php:1933
1354
  msgid ""
1355
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1356
  msgstr ""
1357
 
1358
- #: ../admin/social_sharing.php:1934
1359
  msgid ""
1360
  "It takes some time for their service to track the shares made on Twitter "
1361
  "from your website. If you still feel it's taking too long you can contact "
1362
  "their support directly from their website."
1363
  msgstr ""
1364
 
1365
- #: ../admin/social_sharing.php:1936 ../admin/like_buttons.php:787
1366
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1367
  msgstr ""
1368
 
1369
- #: ../admin/social_sharing.php:1937
1370
  msgid ""
1371
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1372
  msgstr ""
1373
 
1374
- #: ../admin/social_sharing.php:1938 ../admin/social_commenting.php:389
1375
- #: ../admin/social_login.php:1237
1376
  msgid "Why is my browser blocking some features of the plugin?"
1377
  msgstr ""
1378
 
1379
- #: ../admin/social_sharing.php:1939
1380
  msgid "Why the color of share icons is not being updated?"
1381
  msgstr ""
1382
 
1383
- #: ../admin/social_sharing.php:1940
1384
  msgid "Why Facebook share counts are not appearing?"
1385
  msgstr ""
1386
 
1387
- #: ../admin/social_sharing.php:1941
1388
  msgid ""
1389
  "How can I show share counts of my website rather than of individual pages/"
1390
  "posts?"
1391
  msgstr ""
1392
 
1393
- #: ../admin/social_sharing.php:1942
1394
  msgid "How can I disable sharing on particular page/post?"
1395
  msgstr ""
1396
 
1397
- #: ../admin/social_sharing.php:1943
1398
  msgid "How can I specify minimum sharing count for sharing networks?"
1399
  msgstr ""
1400
 
1401
- #: ../admin/social_sharing.php:1944
1402
  msgid "How to share specific page?"
1403
  msgstr ""
1404
 
1405
- #: ../admin/social_sharing.php:1945
1406
  msgid "How to integrate Google Analytics with sharing?"
1407
  msgstr ""
1408
 
1409
- #: ../admin/social_sharing.php:1946
1410
  msgid "How to customize the look of total share counts?"
1411
  msgstr ""
1412
 
1413
- #: ../admin/social_sharing.php:1947
1414
  msgid "How to customize the look of individual share counts?"
1415
  msgstr ""
1416
 
1417
- #: ../admin/social_sharing.php:1948
1418
  msgid "How to show Whatsapp icon only on mobile devices?"
1419
  msgstr ""
1420
 
1421
- #: ../admin/social_sharing.php:1949
1422
  msgid "How to hide arrow after floating sharing bar?"
1423
  msgstr ""
1424
 
1425
- #: ../admin/social_sharing.php:1950
1426
  msgid "Why is share count not getting updated?"
1427
  msgstr ""
1428
 
1429
- #: ../admin/social_sharing.php:1951 ../admin/like_buttons.php:785
1430
  msgid "Why is there so much space between like buttons?"
1431
  msgstr ""
1432
 
1433
- #: ../admin/social_sharing.php:1952 ../admin/like_buttons.php:786
1434
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1435
  msgstr ""
1436
 
@@ -1655,11 +1672,11 @@ msgstr ""
1655
  msgid "Advanced Configuration"
1656
  msgstr ""
1657
 
1658
- #: ../admin/social_login.php:41 ../admin/social_login.php:1014
1659
  msgid "GDPR"
1660
  msgstr ""
1661
 
1662
- #: ../admin/social_login.php:43 ../admin/social_login.php:1165
1663
  msgid "XProfile Integration"
1664
  msgstr ""
1665
 
@@ -1764,7 +1781,7 @@ msgid ""
1764
  msgstr ""
1765
 
1766
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1767
- #: ../admin/social_login.php:400 ../admin/social_login.php:420
1768
  msgid ""
1769
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1770
  "link"
@@ -1861,66 +1878,77 @@ msgid "Vkontakte Secure key"
1861
  msgstr ""
1862
 
1863
  #: ../admin/social_login.php:368
1864
- msgid "Instagram Client ID"
1865
  msgstr ""
1866
 
1867
  #: ../admin/social_login.php:378
1868
  #, php-format
1869
  msgid ""
1870
  "Required for Instagram Social Login to work. Please follow the documentation "
1871
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1872
  msgstr ""
1873
 
1874
- #: ../admin/social_login.php:380
1875
  msgid ""
1876
- "Paste following url in <strong>Website URL</strong> option mentioned at the "
1877
- "link"
1878
  msgstr ""
1879
 
1880
  #: ../admin/social_login.php:389
 
 
 
 
 
 
 
 
 
 
 
1881
  msgid "Line Channel ID"
1882
  msgstr ""
1883
 
1884
- #: ../admin/social_login.php:398
1885
  #, php-format
1886
  msgid ""
1887
  "Required for Line Social Login to work. Please follow the documentation at "
1888
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
1889
  msgstr ""
1890
 
1891
- #: ../admin/social_login.php:409
1892
  msgid "Line Channel Secret"
1893
  msgstr ""
1894
 
1895
- #: ../admin/social_login.php:418
1896
  #, php-format
1897
  msgid ""
1898
  "Required for Line Social Login to work. Please follow the documentation at "
1899
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
1900
  msgstr ""
1901
 
1902
- #: ../admin/social_login.php:429
1903
  msgid "Microsoft Client ID"
1904
  msgstr ""
1905
 
1906
- #: ../admin/social_login.php:438
1907
  #, php-format
1908
  msgid ""
1909
  "Required for Live Social Login to work. Please follow the documentation at "
1910
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
1911
  msgstr ""
1912
 
1913
- #: ../admin/social_login.php:440 ../admin/social_login.php:460
1914
  msgid ""
1915
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
1916
  "the link"
1917
  msgstr ""
1918
 
1919
- #: ../admin/social_login.php:449
1920
  msgid "Microsoft Client Secret"
1921
  msgstr ""
1922
 
1923
- #: ../admin/social_login.php:458
1924
  #, php-format
1925
  msgid ""
1926
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1928,241 +1956,241 @@ msgid ""
1928
  "Secret key"
1929
  msgstr ""
1930
 
1931
- #: ../admin/social_login.php:468
1932
  msgid "Steam API Key"
1933
  msgstr ""
1934
 
1935
- #: ../admin/social_login.php:477
1936
  #, php-format
1937
  msgid ""
1938
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1939
  "\"_blank\">this link</a>"
1940
  msgstr ""
1941
 
1942
- #: ../admin/social_login.php:478
1943
  msgid "Save following <strong>domain</strong> to get the key"
1944
  msgstr ""
1945
 
1946
- #: ../admin/social_login.php:494
1947
  msgid "Social Login Options"
1948
  msgstr ""
1949
 
1950
- #: ../admin/social_login.php:509
1951
  msgid "Text to display above the Social Login interface"
1952
  msgstr ""
1953
 
1954
- #: ../admin/social_login.php:517
1955
  msgid "Trigger social login in the same browser tab"
1956
  msgstr ""
1957
 
1958
- #: ../admin/social_login.php:527
1959
  msgid "Trigger social login in the same browser tab instead of a popup window"
1960
  msgstr ""
1961
 
1962
- #: ../admin/social_login.php:534
1963
  msgid "Center align icons"
1964
  msgstr ""
1965
 
1966
- #: ../admin/social_login.php:544
1967
  msgid "Center align social login icons"
1968
  msgstr ""
1969
 
1970
- #: ../admin/social_login.php:551
1971
  msgid "Enable at login page"
1972
  msgstr ""
1973
 
1974
- #: ../admin/social_login.php:561
1975
  msgid ""
1976
  "Social Login interface will get enabled at the login page of your website"
1977
  msgstr ""
1978
 
1979
- #: ../admin/social_login.php:568
1980
  msgid "Enable at register page"
1981
  msgstr ""
1982
 
1983
- #: ../admin/social_login.php:578
1984
  msgid ""
1985
  "Social Login interface will get enabled at the registration page of your "
1986
  "website"
1987
  msgstr ""
1988
 
1989
- #: ../admin/social_login.php:585
1990
  msgid "Enable at comment form"
1991
  msgstr ""
1992
 
1993
- #: ../admin/social_login.php:595
1994
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1995
  msgstr ""
1996
 
1997
- #: ../admin/social_login.php:609
1998
  msgid "Enable before WooCommerce Customer Login Form"
1999
  msgstr ""
2000
 
2001
- #: ../admin/social_login.php:619
2002
  msgid ""
2003
  "Social Login Interface will get enabled before the customer login form at "
2004
  "WooCommerce My Account page"
2005
  msgstr ""
2006
 
2007
- #: ../admin/social_login.php:626
2008
  msgid "Enable at WooCommerce Customer Login Form"
2009
  msgstr ""
2010
 
2011
- #: ../admin/social_login.php:636
2012
  msgid ""
2013
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2014
  "My Account page"
2015
  msgstr ""
2016
 
2017
- #: ../admin/social_login.php:643
2018
  msgid "Enable at WooCommerce Customer Register Form"
2019
  msgstr ""
2020
 
2021
- #: ../admin/social_login.php:653
2022
  msgid ""
2023
  "Integrate Social Login Interface with the customer register form at "
2024
  "WooCommerce My Account page"
2025
  msgstr ""
2026
 
2027
- #: ../admin/social_login.php:660
2028
  msgid "Enable at WooCommerce checkout page"
2029
  msgstr ""
2030
 
2031
- #: ../admin/social_login.php:670
2032
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2033
  msgstr ""
2034
 
2035
- #: ../admin/social_login.php:680
2036
  msgid "Auto-approve comments made by Social Login users"
2037
  msgstr ""
2038
 
2039
- #: ../admin/social_login.php:690
2040
  msgid ""
2041
  "If this option is enabled, and WordPress comment is made by Social Login "
2042
  "user, comment will get approved immediately without keeping in moderation."
2043
  msgstr ""
2044
 
2045
- #: ../admin/social_login.php:691
2046
  msgid "Note: This is not related to Facebook comments"
2047
  msgstr ""
2048
 
2049
- #: ../admin/social_login.php:700
2050
  msgid "Enable social avatar"
2051
  msgstr ""
2052
 
2053
- #: ../admin/social_login.php:710
2054
  msgid ""
2055
  "Social profile pictures of the logged in user will be displayed as profile "
2056
  "avatar"
2057
  msgstr ""
2058
 
2059
- #: ../admin/social_login.php:719
2060
  msgid "Avatar quality"
2061
  msgstr ""
2062
 
2063
- #: ../admin/social_login.php:722
2064
  msgid "Average"
2065
  msgstr ""
2066
 
2067
- #: ../admin/social_login.php:723
2068
  msgid "Best"
2069
  msgstr ""
2070
 
2071
- #: ../admin/social_login.php:730
2072
  msgid "Choose avatar quality"
2073
  msgstr ""
2074
 
2075
- #: ../admin/social_login.php:738
2076
  msgid ""
2077
  "Show option for users to update social avatar at BuddyPress profile page"
2078
  msgstr ""
2079
 
2080
- #: ../admin/social_login.php:748
2081
  msgid ""
2082
  "If enabled, users would be able to update their social avatar from \"Profile "
2083
  "photo\" section in BuddyPress profile at front-end"
2084
  msgstr ""
2085
 
2086
- #: ../admin/social_login.php:768
2087
  msgid ""
2088
  "If enabled and Social ID provider does not provide user's email address on "
2089
  "login, user will be asked to provide his/her email address. Otherwise, a "
2090
  "dummy email will be generated"
2091
  msgstr ""
2092
 
2093
- #: ../admin/social_login.php:776
2094
  msgid "Send post-registration email to user to set account password"
2095
  msgstr ""
2096
 
2097
- #: ../admin/social_login.php:786
2098
  msgid ""
2099
  "If enabled, an email will be sent to user after registration through Social "
2100
  "Login, regarding his/her login credentials (username-password to be able to "
2101
  "login via traditional login form)"
2102
  msgstr ""
2103
 
2104
- #: ../admin/social_login.php:793
2105
  msgid "Send new user registration notification email to admin"
2106
  msgstr ""
2107
 
2108
- #: ../admin/social_login.php:803
2109
  msgid ""
2110
  "If enabled, an email will be sent to admin after new user registers through "
2111
  "Social Login, notifying admin about the new user registration"
2112
  msgstr ""
2113
 
2114
- #: ../admin/social_login.php:810
2115
  msgid "Login redirection"
2116
  msgstr ""
2117
 
2118
- #: ../admin/social_login.php:814
2119
  msgid "Same page where user logged in"
2120
  msgstr ""
2121
 
2122
- #: ../admin/social_login.php:818 ../admin/social_login.php:847
2123
  msgid "Account dashboard"
2124
  msgstr ""
2125
 
2126
- #: ../admin/social_login.php:821 ../admin/social_login.php:850
2127
  msgid "BuddyPress profile page"
2128
  msgstr ""
2129
 
2130
- #: ../admin/social_login.php:824 ../admin/social_login.php:853
2131
  msgid "Custom Url"
2132
  msgstr ""
2133
 
2134
- #: ../admin/social_login.php:832
2135
  msgid "User will be redirected to the selected page after Social Login"
2136
  msgstr ""
2137
 
2138
- #: ../admin/social_login.php:839
2139
  msgid "Registration redirection"
2140
  msgstr ""
2141
 
2142
- #: ../admin/social_login.php:843
2143
  msgid "Same page from where user registered"
2144
  msgstr ""
2145
 
2146
- #: ../admin/social_login.php:861
2147
  msgid ""
2148
  "User will be redirected to the selected page after registration (first "
2149
  "Social Login) through Social Login"
2150
  msgstr ""
2151
 
2152
- #: ../admin/social_login.php:870
2153
  msgid "Social Account Linking Options"
2154
  msgstr ""
2155
 
2156
- #: ../admin/social_login.php:885
2157
  msgid "Text to display above the Social Account Linking interface"
2158
  msgstr ""
2159
 
2160
- #: ../admin/social_login.php:892
2161
  msgid ""
2162
  "Link social account to already existing account, if email address matches"
2163
  msgstr ""
2164
 
2165
- #: ../admin/social_login.php:902
2166
  msgid ""
2167
  "If email address of the user's Social Account matches with an already "
2168
  "existing account at your website, that social account will be linked to "
@@ -2170,155 +2198,155 @@ msgid ""
2170
  "Linking interface at their profile page."
2171
  msgstr ""
2172
 
2173
- #: ../admin/social_login.php:910
2174
  msgid "Enable social account linking at BuddyPress profile page"
2175
  msgstr ""
2176
 
2177
- #: ../admin/social_login.php:920
2178
  msgid ""
2179
  "Enable this option to show social account linking interface at BuddyPress "
2180
  "profile page"
2181
  msgstr ""
2182
 
2183
- #: ../admin/social_login.php:931
2184
  msgid "Email popup options"
2185
  msgstr ""
2186
 
2187
- #: ../admin/social_login.php:936
2188
  msgid "Text on 'Email required' popup"
2189
  msgstr ""
2190
 
2191
- #: ../admin/social_login.php:946
2192
  msgid ""
2193
  "This text will be displayed on email required popup. Leave empty if not "
2194
  "required."
2195
  msgstr ""
2196
 
2197
- #: ../admin/social_login.php:954
2198
  msgid "Error message for 'Email required' popup"
2199
  msgstr ""
2200
 
2201
- #: ../admin/social_login.php:964
2202
  msgid ""
2203
  "This message will be displayed to user if it provides invalid or already "
2204
  "registered email"
2205
  msgstr ""
2206
 
2207
- #: ../admin/social_login.php:972
2208
  msgid "Email popup height"
2209
  msgstr ""
2210
 
2211
- #: ../admin/social_login.php:982
2212
  msgid ""
2213
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2214
  "can increase the height of popup by specifying in this option. Leave empty "
2215
  "for default."
2216
  msgstr ""
2217
 
2218
- #: ../admin/social_login.php:989
2219
  msgid "Enable email verification"
2220
  msgstr ""
2221
 
2222
- #: ../admin/social_login.php:999
2223
  msgid ""
2224
  "If enabled, email provided by the user will be verified by sending a "
2225
  "confirmation link to that email. User would not be able to login without "
2226
  "verifying his/her email"
2227
  msgstr ""
2228
 
2229
- #: ../admin/social_login.php:1019
2230
  msgid "Enable GDPR opt-in"
2231
  msgstr ""
2232
 
2233
- #: ../admin/social_login.php:1029
2234
  msgid ""
2235
  "Enable it to show GDPR opt-in for social login and social account linking"
2236
  msgstr ""
2237
 
2238
- #: ../admin/social_login.php:1037
2239
  msgid "Placement of GDPR opt-in"
2240
  msgstr ""
2241
 
2242
- #: ../admin/social_login.php:1041
2243
  msgid "Above Social Login icons"
2244
  msgstr ""
2245
 
2246
- #: ../admin/social_login.php:1043
2247
  msgid "Below Social Login icons"
2248
  msgstr ""
2249
 
2250
- #: ../admin/social_login.php:1049
2251
  msgid "Placement of GDPR opt-in above or below the social login icons"
2252
  msgstr ""
2253
 
2254
- #: ../admin/social_login.php:1056
2255
  msgid "Opt-in text"
2256
  msgstr ""
2257
 
2258
- #: ../admin/social_login.php:1066
2259
  msgid "Text for the GDPR opt-in"
2260
  msgstr ""
2261
 
2262
- #: ../admin/social_login.php:1073
2263
  msgid "Text to link to Terms-Conditions page"
2264
  msgstr ""
2265
 
2266
- #: ../admin/social_login.php:1083
2267
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2268
  msgstr ""
2269
 
2270
- #: ../admin/social_login.php:1090
2271
  msgid "Terms-Conditions Url"
2272
  msgstr ""
2273
 
2274
- #: ../admin/social_login.php:1100
2275
  msgid "Url of the terms-conditions page of your website"
2276
  msgstr ""
2277
 
2278
- #: ../admin/social_login.php:1107
2279
  msgid "Text to link to Privacy Policy page"
2280
  msgstr ""
2281
 
2282
- #: ../admin/social_login.php:1117
2283
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2284
  msgstr ""
2285
 
2286
- #: ../admin/social_login.php:1124
2287
  msgid "Privacy Policy Url"
2288
  msgstr ""
2289
 
2290
- #: ../admin/social_login.php:1134
2291
  msgid "Url of the privacy policy page of your website"
2292
  msgstr ""
2293
 
2294
- #: ../admin/social_login.php:1185 ../inc/widget.php:260 ../inc/widget.php:438
2295
  #: ../inc/widget.php:602 ../inc/widget.php:750
2296
  msgid "Select"
2297
  msgstr ""
2298
 
2299
- #: ../admin/social_login.php:1216
2300
  msgid "Social Login Shortcode & Widget"
2301
  msgstr ""
2302
 
2303
- #: ../admin/social_login.php:1217
2304
  msgid "Social Linking Shortcode"
2305
  msgstr ""
2306
 
2307
- #: ../admin/social_login.php:1232
2308
  msgid "Why is social login not working?"
2309
  msgstr ""
2310
 
2311
- #: ../admin/social_login.php:1233
2312
  msgid ""
2313
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2314
  "belong to the same app"
2315
  msgstr ""
2316
 
2317
- #: ../admin/social_login.php:1235
2318
  msgid "Social Login not working with Varnish enabled"
2319
  msgstr ""
2320
 
2321
- #: ../admin/social_login.php:1236
2322
  msgid ""
2323
  "Why the user is not appearing logged in even after Social Login until the "
2324
  "webpage is refreshed manually?"
@@ -2442,25 +2470,7 @@ msgstr ""
2442
  msgid "Enable bit.ly url shortener for tweet button"
2443
  msgstr ""
2444
 
2445
- #: ../admin/like_buttons.php:613
2446
- msgid "bit.ly username"
2447
- msgstr ""
2448
-
2449
- #: ../admin/like_buttons.php:623
2450
- #, php-format
2451
- msgid ""
2452
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2453
- "\">this link</a> to get bit.ly username"
2454
- msgstr ""
2455
-
2456
- #: ../admin/like_buttons.php:641
2457
- #, php-format
2458
- msgid ""
2459
- "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2460
- "\">this link</a> to get your API key"
2461
- msgstr ""
2462
-
2463
- #: ../admin/like_buttons.php:684
2464
  #, php-format
2465
  msgid ""
2466
  "Enter the code of the language you want to use to render counters. You can "
@@ -2468,31 +2478,31 @@ msgid ""
2468
  "Leave it empty for default language(English)"
2469
  msgstr ""
2470
 
2471
- #: ../admin/like_buttons.php:693
2472
  msgid "Twitter Username"
2473
  msgstr ""
2474
 
2475
- #: ../admin/like_buttons.php:698
2476
  msgid "Twitter username for Tweet (without @)"
2477
  msgstr ""
2478
 
2479
- #: ../admin/like_buttons.php:708
2480
  msgid ""
2481
  "Provided username will be appended after the content being tweeted as \"via "
2482
  "@USERNAME\". Leave empty if you do not want any username."
2483
  msgstr ""
2484
 
2485
- #: ../admin/like_buttons.php:716
2486
  msgid "Twitter username for Buffer sharing (without @)"
2487
  msgstr ""
2488
 
2489
- #: ../admin/like_buttons.php:726
2490
  msgid ""
2491
  "Provided username will be appended after the content in Buffer sharing as "
2492
  "\"via @USERNAME\". Leave empty if you do not want any username."
2493
  msgstr ""
2494
 
2495
- #: ../admin/like_buttons.php:772
2496
  msgid "Like Buttons Shortcode & Widget"
2497
  msgstr ""
2498
 
@@ -2516,35 +2526,35 @@ msgstr ""
2516
  msgid "Archives"
2517
  msgstr ""
2518
 
2519
- #: ../inc/social_sharing.php:909 ../inc/social_sharing.php:1147
2520
  msgid "Invalid request"
2521
  msgstr ""
2522
 
2523
- #: ../inc/social_sharing.php:916
2524
  msgid "Providers not selected"
2525
  msgstr ""
2526
 
2527
- #: ../inc/social_login.php:720
2528
  msgid "Email"
2529
  msgstr ""
2530
 
2531
- #: ../inc/social_login.php:721
2532
  msgid "Confirm email"
2533
  msgstr ""
2534
 
2535
- #: ../inc/social_login.php:723
2536
  msgid "Save"
2537
  msgstr ""
2538
 
2539
- #: ../inc/social_login.php:724
2540
  msgid "Cancel"
2541
  msgstr ""
2542
 
2543
- #: ../inc/social_login.php:798
2544
  msgid "Email Verification"
2545
  msgstr ""
2546
 
2547
- #: ../inc/social_login.php:800
2548
  msgid ""
2549
  "Please click on the following link or paste it in browser to verify your "
2550
  "email"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-07-10 12:02+0530\n"
6
+ "PO-Revision-Date: 2020-07-10 12:02+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:520
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:524 ../super_socializer.php:538
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:534
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:708
31
  msgid ""
32
  "cURL is not enabled at your website server. Please contact your website "
33
  "server administrator to enable it."
34
  msgstr ""
35
 
36
+ #: ../super_socializer.php:736
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> option in your "
40
  "Twitter app (see step 3 %s)"
41
  msgstr ""
42
 
43
+ #: ../super_socializer.php:739
44
  #, php-format
45
  msgid ""
46
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
47
  "your Twitter app (see step 3 %s)"
48
  msgstr ""
49
 
50
+ #: ../super_socializer.php:742
51
  msgid ""
52
  "Make sure cURL is enabled at your website server. You may need to contact "
53
  "the server administrator of your website to verify this"
54
  msgstr ""
55
 
56
+ #: ../super_socializer.php:924 ../helper.php:961
57
  msgid "Please verify your email address to login."
58
  msgstr ""
59
 
60
+ #: ../super_socializer.php:924
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr ""
63
 
64
+ #: ../super_socializer.php:928
65
  msgid "Notification"
66
  msgstr ""
67
 
68
+ #: ../super_socializer.php:946 ../admin/social_login.php:779
69
  msgid "Email required"
70
  msgstr ""
71
 
72
+ #: ../super_socializer.php:949
73
  msgid "Please check your email inbox to complete the registration."
74
  msgstr ""
75
 
76
+ #: ../super_socializer.php:1018
77
  msgid "Leave a reply"
78
  msgstr ""
79
 
80
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
81
  msgid "Shares"
82
  msgstr ""
83
 
84
+ #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
85
  msgid "Share"
86
  msgstr ""
87
 
88
+ #: ../super_socializer.php:1034
89
  msgid "Link copied."
90
  msgstr ""
91
 
92
+ #: ../super_socializer.php:1280
93
  msgid "Super Socializer - General Options"
94
  msgstr ""
95
 
96
+ #: ../super_socializer.php:1280 ../admin/general_options.php:15
97
  #: ../admin/social_commenting.php:47
98
  msgid "General Options"
99
  msgstr ""
100
 
101
+ #: ../super_socializer.php:1348 ../helper.php:883
102
  msgid "Social Avatar"
103
  msgstr ""
104
 
105
+ #: ../super_socializer.php:1351
106
  msgid "Small Avatar Url"
107
  msgstr ""
108
 
109
+ #: ../super_socializer.php:1355
110
  msgid "Large Avatar Url"
111
  msgstr ""
112
 
113
+ #: ../super_socializer.php:1359 ../helper.php:886
114
  msgid ""
115
  "Do not fetch and update social avatar from my profile, next time I Social "
116
  "Login"
117
  msgstr ""
118
 
119
+ #: ../super_socializer.php:1363 ../helper.php:887
120
  msgid "Update social avatar, next time I Social Login"
121
  msgstr ""
122
 
123
+ #: ../super_socializer.php:1440
124
  msgid "Login with your Social ID"
125
  msgstr ""
126
 
127
+ #: ../super_socializer.php:1441
128
  msgid "Email you entered is already registered or invalid"
129
  msgstr ""
130
 
131
+ #: ../super_socializer.php:1446
132
  msgid "Please enter a valid email address. You might be required to verify it"
133
  msgstr ""
134
 
135
+ #: ../super_socializer.php:1450 ../super_socializer.php:2148
136
  msgid "Link your social account to login to your account at this website"
137
  msgstr ""
138
 
139
+ #: ../super_socializer.php:1690
140
  msgid "Thanks for installing Super Socializer plugin"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1692
144
  msgid "Configure the Plugin"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1703
148
  msgid ""
149
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
150
  "current version of Super Socializer"
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1712
154
  msgid ""
155
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
156
  "version of Super Socializer"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1721
160
  msgid ""
161
  "Update \"Social Login Buttons\" add-on for compatibility with current "
162
  "version of Super Socializer"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:1730
166
  msgid ""
167
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
168
  "with current version of Super Socializer"
169
  msgstr ""
170
 
171
+ #: ../super_socializer.php:1739
172
  msgid ""
173
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
174
  "with current version of Super Socializer"
175
  msgstr ""
176
 
177
+ #: ../super_socializer.php:1750
178
  #, php-format
179
  msgid ""
180
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
181
  msgstr ""
182
 
183
+ #: ../super_socializer.php:1759
184
+ #, php-format
185
+ msgid ""
186
+ "To continue using Instagram login create a new Instagram App as described <a "
187
+ "href=\"%s\" target=\"_blank\">here</a> and save Instagram App ID and "
188
+ "Instagram App Secret <a href=\"%s\">here</a>"
189
+ msgstr ""
190
+
191
+ #: ../super_socializer.php:1768 ../super_socializer.php:1777
192
+ #, php-format
193
+ msgid ""
194
+ "To continue using bitly url shortener, login to your bit.ly account and "
195
+ "navigate to <strong>Profile Settings > Generic Access Token</strong> (top-"
196
+ "right corner), authenticate to generate access token and save it <a href=\"%s"
197
+ "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
198
+ msgstr ""
199
+
200
+ #: ../super_socializer.php:1793
201
  #, php-format
202
  msgid ""
203
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
204
  msgstr ""
205
 
206
+ #: ../super_socializer.php:1817
207
  #, php-format
208
  msgid ""
209
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
211
  "target=\"_blank\">here</a>"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:1817 ../super_socializer.php:1842
215
+ #: ../super_socializer.php:1867 ../super_socializer.php:1892
216
+ #: ../super_socializer.php:1925 ../super_socializer.php:1953
217
+ #: ../super_socializer.php:1980
218
  msgid "Okay"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1842
222
  #, php-format
223
  msgid ""
224
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
226
  "\">here</a>"
227
  msgstr ""
228
 
229
+ #: ../super_socializer.php:1867
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
234
  "target=\"_blank\">here</a>"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1892
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
+ #: ../super_socializer.php:1903
246
  #, php-format
247
  msgid ""
248
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
249
  msgstr ""
250
 
251
+ #: ../super_socializer.php:1925
252
  #, php-format
253
  msgid ""
254
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
256
  "\"%s\" target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:1953
260
  #, php-format
261
  msgid ""
262
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
265
  "your website %s with them. No need to copy-paste any code from their website."
266
  msgstr ""
267
 
268
+ #: ../super_socializer.php:1980
269
  #, php-format
270
  msgid ""
271
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
273
  "\"%s\" target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
+ #: ../super_socializer.php:2005
277
  #, php-format
278
  msgid ""
279
  "If you cannot get Linkedin login to work after updating the plugin, replace "
281
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
282
  msgstr ""
283
 
284
+ #: ../super_socializer.php:2005 ../super_socializer.php:2032
285
  msgid "Dismiss"
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:2031
289
  #, php-format
290
  msgid ""
291
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
294
  "that, clear share counts cache from \"Miscellaneous\" section"
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:2224
298
  msgid ""
299
  "Your browser is blocking some features of this website. Please follow the "
300
  "instructions at {support_url} to unblock these."
328
  msgid "Settings"
329
  msgstr ""
330
 
331
+ #: ../helper.php:535
332
  msgid "Account linked successfully"
333
  msgstr ""
334
 
335
+ #: ../helper.php:539
336
  msgid "Account already exists or linked"
337
  msgstr ""
338
 
339
+ #: ../helper.php:575 ../helper.php:577
340
  msgid "Login with"
341
  msgstr ""
342
 
343
+ #: ../helper.php:612 ../helper.php:618
344
  msgid "Currently"
345
  msgstr ""
346
 
347
+ #: ../helper.php:612 ../helper.php:618
348
  msgid "Connected with"
349
  msgstr ""
350
 
351
+ #: ../helper.php:612 ../helper.php:618
352
  msgid "Remove"
353
  msgstr ""
354
 
355
+ #: ../helper.php:689
356
  msgid "Social Account Linking"
357
  msgstr ""
358
 
359
+ #: ../helper.php:739
360
  msgid "Disable Standard Social Sharing on this "
361
  msgstr ""
362
 
363
+ #: ../helper.php:744
364
  msgid "Disable Floating Social Sharing on this "
365
  msgstr ""
366
 
367
+ #: ../helper.php:749
368
  msgid "Disable Standard like buttons on this "
369
  msgstr ""
370
 
371
+ #: ../helper.php:754
372
  msgid "Disable Floating like buttons on this "
373
  msgstr ""
374
 
375
+ #: ../helper.php:759
376
  msgid "Disable Social Commenting on this "
377
  msgstr ""
378
 
379
+ #: ../helper.php:768
380
  msgid "Standard Sharing Interface"
381
  msgstr ""
382
 
383
+ #: ../helper.php:774 ../helper.php:793
384
  msgid "Starting share count for "
385
  msgstr ""
386
 
387
+ #: ../helper.php:787
388
  msgid "Floating Sharing Interface"
389
  msgstr ""
390
 
391
+ #: ../helper.php:890
392
  msgid "Small Avatar"
393
  msgstr ""
394
 
395
+ #: ../helper.php:894
396
  msgid "Large Avatar"
397
  msgstr ""
398
 
399
+ #: ../helper.php:898 ../admin/general_options.php:92
400
+ #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
401
+ #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
402
  msgid "Save Changes"
403
  msgstr ""
404
 
405
+ #: ../helper.php:998
406
  msgid "Click to delete social profile data"
407
  msgstr ""
408
 
409
+ #: ../helper.php:1027
410
  msgid "Deleting"
411
  msgstr ""
412
 
413
+ #: ../helper.php:1037
414
  msgid "Deleted"
415
  msgstr ""
416
 
417
+ #: ../helper.php:1039
418
  msgid "Something bad happened"
419
  msgstr ""
420
 
421
  #: ../admin/general_options.php:7 ../admin/general_options.php:96
422
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
423
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
424
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1273
425
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:784
426
  #, php-format
427
  msgid ""
428
  "You can appreciate the effort put in this free plugin by rating it <a href="
466
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
467
  msgstr ""
468
 
469
+ #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
470
+ #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
471
+ #: ../admin/like_buttons.php:790
472
  msgid "Instagram Shoutout"
473
  msgstr ""
474
 
475
+ #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
476
+ #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
477
+ #: ../admin/like_buttons.php:792
478
  msgid ""
479
  "If you can send (to hello@heateor.com) how this plugin is helping your "
480
  "business, we would be glad to shoutout on Instagram. You can also send any "
577
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
578
  msgstr ""
579
 
580
+ #: ../admin/social_sharing.php:49 ../admin/social_sharing.php:1907
581
  msgid ""
582
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
583
  "Facebook share count to work"
603
  msgid "3rd Party Integration"
604
  msgstr ""
605
 
606
+ #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:1869
607
+ #: ../admin/social_sharing.php:1871 ../admin/social_login.php:45
608
+ #: ../admin/social_login.php:1235 ../admin/like_buttons.php:50
609
+ #: ../admin/like_buttons.php:751
610
  msgid "Shortcode & Widget"
611
  msgstr ""
612
 
614
  msgid "Troubleshooter"
615
  msgstr ""
616
 
617
+ #: ../admin/social_sharing.php:69 ../admin/social_sharing.php:1902
618
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:384
619
+ #: ../admin/social_login.php:46 ../admin/social_login.php:1249
620
+ #: ../admin/like_buttons.php:51 ../admin/like_buttons.php:764
621
  msgid "FAQ"
622
  msgstr ""
623
 
836
  msgid "Url to share"
837
  msgstr ""
838
 
839
+ #: ../admin/social_sharing.php:725 ../admin/social_login.php:520
840
+ #: ../admin/social_login.php:896 ../admin/like_buttons.php:105
841
  #: ../inc/widget.php:945
842
  msgid "Title"
843
  msgstr ""
920
  msgstr ""
921
 
922
  #: ../admin/social_sharing.php:957 ../admin/social_sharing.php:1383
923
+ #: ../admin/social_login.php:837 ../admin/social_login.php:866
924
  #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:494
925
  msgid "Homepage"
926
  msgstr ""
1198
  msgid "Master control to enable bit.ly url shortening for sharing"
1199
  msgstr ""
1200
 
1201
+ #: ../admin/social_sharing.php:1659 ../admin/like_buttons.php:613
1202
+ msgid "Bit.ly generic access token"
1203
  msgstr ""
1204
 
1205
+ #: ../admin/social_sharing.php:1669 ../admin/like_buttons.php:623
1206
  #, php-format
1207
+ msgid ""
1208
+ "Login to your bit.ly account and navigate to <strong>Profile Settings > "
1209
+ "Generic Access Token</strong> (top-right corner) and authenticate to "
1210
+ "generate access token. More details at the <a href=\"%s\" target=\"_blank"
1211
+ "\">link</a>"
1212
  msgstr ""
1213
 
1214
+ #: ../admin/social_sharing.php:1676 ../admin/like_buttons.php:630
1215
  msgid "Clear Bitly Cache"
1216
  msgstr ""
1217
 
1218
+ #: ../admin/social_sharing.php:1680 ../admin/like_buttons.php:634
1219
  msgid "ShortUrl cache cleared successfully."
1220
  msgstr ""
1221
 
1222
+ #: ../admin/social_sharing.php:1687 ../admin/like_buttons.php:641
1223
  msgid ""
1224
  "Use this to delete short urls saved in database. Handy, if urls of your "
1225
  "website have been changed but short urls are still being generated for old "
1226
  "urls."
1227
  msgstr ""
1228
 
1229
+ #: ../admin/social_sharing.php:1696
1230
  msgid "Share Count Cache"
1231
  msgstr ""
1232
 
1233
+ #: ../admin/social_sharing.php:1701
1234
  msgid "Refresh Share Count cache every"
1235
  msgstr ""
1236
 
1237
+ #: ../admin/social_sharing.php:1706
1238
  msgid "Second(s)"
1239
  msgstr ""
1240
 
1241
+ #: ../admin/social_sharing.php:1707
1242
  msgid "Minute(s)"
1243
  msgstr ""
1244
 
1245
+ #: ../admin/social_sharing.php:1708
1246
  msgid "Hour(s)"
1247
  msgstr ""
1248
 
1249
+ #: ../admin/social_sharing.php:1709
1250
  msgid "Day(s)"
1251
  msgstr ""
1252
 
1253
+ #: ../admin/social_sharing.php:1717
1254
  #, php-format
1255
  msgid ""
1256
  "Frequent cache refreshing results in slower loading of pages with share "
1258
  "target=\"_blank\">here</a>"
1259
  msgstr ""
1260
 
1261
+ #: ../admin/social_sharing.php:1724
1262
  msgid "Clear Share Counts Cache"
1263
  msgstr ""
1264
 
1265
+ #: ../admin/social_sharing.php:1728
1266
  msgid "Share Counts cache cleared successfully."
1267
  msgstr ""
1268
 
1269
+ #: ../admin/social_sharing.php:1735
1270
  msgid "Use this to clear cached share counts"
1271
  msgstr ""
1272
 
1273
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1749
1274
+ #: ../admin/social_commenting.php:304 ../admin/like_buttons.php:650
1275
+ #: ../admin/like_buttons.php:655
1276
  msgid "Language"
1277
  msgstr ""
1278
 
1279
+ #: ../admin/social_sharing.php:1759
1280
  #, php-format
1281
  msgid ""
1282
  "Enter the code of the language you want to use for like buttons. You can "
1284
  "Leave it empty for default language(English)"
1285
  msgstr ""
1286
 
1287
+ #: ../admin/social_sharing.php:1768
1288
  msgid "Username in sharing"
1289
  msgstr ""
1290
 
1291
+ #: ../admin/social_sharing.php:1773
1292
  msgid "Twitter username (without @)"
1293
  msgstr ""
1294
 
1295
+ #: ../admin/social_sharing.php:1783 ../admin/social_sharing.php:1801
1296
  msgid ""
1297
  "Provided username will be appended after the content being shared as \"via "
1298
  "@USERNAME\". Leave empty if you do not want any username in the content "
1299
  "being shared."
1300
  msgstr ""
1301
 
1302
+ #: ../admin/social_sharing.php:1791
1303
  msgid "Buffer username (without @)"
1304
  msgstr ""
1305
 
1306
+ #: ../admin/social_sharing.php:1810
1307
  msgid "AMP"
1308
  msgstr ""
1309
 
1310
+ #: ../admin/social_sharing.php:1815
1311
  msgid "Enable sharing on AMP pages"
1312
  msgstr ""
1313
 
1314
+ #: ../admin/social_sharing.php:1825
1315
  msgid "Enable this option to render sharing icons on AMP pages"
1316
  msgstr ""
1317
 
1318
+ #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:726
1319
  msgid "myCRED"
1320
  msgstr ""
1321
 
1322
+ #: ../admin/social_sharing.php:1849 ../admin/like_buttons.php:731
1323
  msgid "Append myCRED referral ID to the urls being shared"
1324
  msgstr ""
1325
 
1326
+ #: ../admin/social_sharing.php:1882
1327
  msgid "Facebook Sharing Troubleshooter"
1328
  msgstr ""
1329
 
1330
+ #: ../admin/social_sharing.php:1887
1331
  msgid ""
1332
  "If Facebook sharing is not working fine, click at the following link and "
1333
  "enter the problematic url (where Facebook sharing is not working properly) "
1334
  "of your website in the text field. Click \"Debug\" button."
1335
  msgstr ""
1336
 
1337
+ #: ../admin/social_sharing.php:1904 ../admin/social_commenting.php:386
1338
+ #: ../admin/social_login.php:1251
1339
  msgid ""
1340
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1341
  "an online website for the plugin to function properly."
1342
  msgstr ""
1343
 
1344
+ #: ../admin/social_sharing.php:1905
1345
  msgid ""
1346
  "Why is sharer not showing the correct image, title and other meta tags "
1347
  "content?"
1348
  msgstr ""
1349
 
1350
+ #: ../admin/social_sharing.php:1906
1351
  msgid "Why is Facebook share count not working?"
1352
  msgstr ""
1353
 
1354
+ #: ../admin/social_sharing.php:1909
1355
  msgid "Why is Instagram icon redirecting to Instagram website?"
1356
  msgstr ""
1357
 
1358
+ #: ../admin/social_sharing.php:1910
1359
  msgid ""
1360
  "Instagram icon is there to send website visitors to the Instagram page of "
1361
  "your choice. You can save the desired Instagram handle in \"Instagram "
1363
  "sections."
1364
  msgstr ""
1365
 
1366
+ #: ../admin/social_sharing.php:1913
1367
  msgid "How to customize the url being shared?"
1368
  msgstr ""
1369
 
1370
+ #: ../admin/social_sharing.php:1914
1371
  msgid ""
1372
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1373
  msgstr ""
1374
 
1375
+ #: ../admin/social_sharing.php:1915
1376
  msgid ""
1377
  "It takes some time for their service to track the shares made on Twitter "
1378
  "from your website. If you still feel it's taking too long you can contact "
1379
  "their support directly from their website."
1380
  msgstr ""
1381
 
1382
+ #: ../admin/social_sharing.php:1917 ../admin/like_buttons.php:768
1383
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1384
  msgstr ""
1385
 
1386
+ #: ../admin/social_sharing.php:1918
1387
  msgid ""
1388
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1389
  msgstr ""
1390
 
1391
+ #: ../admin/social_sharing.php:1919 ../admin/social_commenting.php:389
1392
+ #: ../admin/social_login.php:1258
1393
  msgid "Why is my browser blocking some features of the plugin?"
1394
  msgstr ""
1395
 
1396
+ #: ../admin/social_sharing.php:1920
1397
  msgid "Why the color of share icons is not being updated?"
1398
  msgstr ""
1399
 
1400
+ #: ../admin/social_sharing.php:1921
1401
  msgid "Why Facebook share counts are not appearing?"
1402
  msgstr ""
1403
 
1404
+ #: ../admin/social_sharing.php:1922
1405
  msgid ""
1406
  "How can I show share counts of my website rather than of individual pages/"
1407
  "posts?"
1408
  msgstr ""
1409
 
1410
+ #: ../admin/social_sharing.php:1923
1411
  msgid "How can I disable sharing on particular page/post?"
1412
  msgstr ""
1413
 
1414
+ #: ../admin/social_sharing.php:1924
1415
  msgid "How can I specify minimum sharing count for sharing networks?"
1416
  msgstr ""
1417
 
1418
+ #: ../admin/social_sharing.php:1925
1419
  msgid "How to share specific page?"
1420
  msgstr ""
1421
 
1422
+ #: ../admin/social_sharing.php:1926
1423
  msgid "How to integrate Google Analytics with sharing?"
1424
  msgstr ""
1425
 
1426
+ #: ../admin/social_sharing.php:1927
1427
  msgid "How to customize the look of total share counts?"
1428
  msgstr ""
1429
 
1430
+ #: ../admin/social_sharing.php:1928
1431
  msgid "How to customize the look of individual share counts?"
1432
  msgstr ""
1433
 
1434
+ #: ../admin/social_sharing.php:1929
1435
  msgid "How to show Whatsapp icon only on mobile devices?"
1436
  msgstr ""
1437
 
1438
+ #: ../admin/social_sharing.php:1930
1439
  msgid "How to hide arrow after floating sharing bar?"
1440
  msgstr ""
1441
 
1442
+ #: ../admin/social_sharing.php:1931
1443
  msgid "Why is share count not getting updated?"
1444
  msgstr ""
1445
 
1446
+ #: ../admin/social_sharing.php:1932 ../admin/like_buttons.php:766
1447
  msgid "Why is there so much space between like buttons?"
1448
  msgstr ""
1449
 
1450
+ #: ../admin/social_sharing.php:1933 ../admin/like_buttons.php:767
1451
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1452
  msgstr ""
1453
 
1672
  msgid "Advanced Configuration"
1673
  msgstr ""
1674
 
1675
+ #: ../admin/social_login.php:41 ../admin/social_login.php:1035
1676
  msgid "GDPR"
1677
  msgstr ""
1678
 
1679
+ #: ../admin/social_login.php:43 ../admin/social_login.php:1186
1680
  msgid "XProfile Integration"
1681
  msgstr ""
1682
 
1781
  msgstr ""
1782
 
1783
  #: ../admin/social_login.php:208 ../admin/social_login.php:233
1784
+ #: ../admin/social_login.php:421 ../admin/social_login.php:441
1785
  msgid ""
1786
  "Paste following url in <strong>Callback URL</strong> option mentioned at the "
1787
  "link"
1878
  msgstr ""
1879
 
1880
  #: ../admin/social_login.php:368
1881
+ msgid "Instagram App ID"
1882
  msgstr ""
1883
 
1884
  #: ../admin/social_login.php:378
1885
  #, php-format
1886
  msgid ""
1887
  "Required for Instagram Social Login to work. Please follow the documentation "
1888
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
1889
  msgstr ""
1890
 
1891
+ #: ../admin/social_login.php:380 ../admin/social_login.php:401
1892
  msgid ""
1893
+ "Paste following url in <strong>Valid OAuth Redirect URIs</strong> option "
1894
+ "mentioned at the link"
1895
  msgstr ""
1896
 
1897
  #: ../admin/social_login.php:389
1898
+ msgid "Instagram App Secret"
1899
+ msgstr ""
1900
+
1901
+ #: ../admin/social_login.php:399
1902
+ #, php-format
1903
+ msgid ""
1904
+ "Required for Instagram Social Login to work. Please follow the documentation "
1905
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
1906
+ msgstr ""
1907
+
1908
+ #: ../admin/social_login.php:410
1909
  msgid "Line Channel ID"
1910
  msgstr ""
1911
 
1912
+ #: ../admin/social_login.php:419
1913
  #, php-format
1914
  msgid ""
1915
  "Required for Line Social Login to work. Please follow the documentation at "
1916
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
1917
  msgstr ""
1918
 
1919
+ #: ../admin/social_login.php:430
1920
  msgid "Line Channel Secret"
1921
  msgstr ""
1922
 
1923
+ #: ../admin/social_login.php:439
1924
  #, php-format
1925
  msgid ""
1926
  "Required for Line Social Login to work. Please follow the documentation at "
1927
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
1928
  msgstr ""
1929
 
1930
+ #: ../admin/social_login.php:450
1931
  msgid "Microsoft Client ID"
1932
  msgstr ""
1933
 
1934
+ #: ../admin/social_login.php:459
1935
  #, php-format
1936
  msgid ""
1937
  "Required for Live Social Login to work. Please follow the documentation at "
1938
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
1939
  msgstr ""
1940
 
1941
+ #: ../admin/social_login.php:461 ../admin/social_login.php:481
1942
  msgid ""
1943
  "Paste following url in <strong>Redirect URIs</strong> option mentioned at "
1944
  "the link"
1945
  msgstr ""
1946
 
1947
+ #: ../admin/social_login.php:470
1948
  msgid "Microsoft Client Secret"
1949
  msgstr ""
1950
 
1951
+ #: ../admin/social_login.php:479
1952
  #, php-format
1953
  msgid ""
1954
  "Required for Live Social Login to work. Please follow the documentation at "
1956
  "Secret key"
1957
  msgstr ""
1958
 
1959
+ #: ../admin/social_login.php:489
1960
  msgid "Steam API Key"
1961
  msgstr ""
1962
 
1963
+ #: ../admin/social_login.php:498
1964
  #, php-format
1965
  msgid ""
1966
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1967
  "\"_blank\">this link</a>"
1968
  msgstr ""
1969
 
1970
+ #: ../admin/social_login.php:499
1971
  msgid "Save following <strong>domain</strong> to get the key"
1972
  msgstr ""
1973
 
1974
+ #: ../admin/social_login.php:515
1975
  msgid "Social Login Options"
1976
  msgstr ""
1977
 
1978
+ #: ../admin/social_login.php:530
1979
  msgid "Text to display above the Social Login interface"
1980
  msgstr ""
1981
 
1982
+ #: ../admin/social_login.php:538
1983
  msgid "Trigger social login in the same browser tab"
1984
  msgstr ""
1985
 
1986
+ #: ../admin/social_login.php:548
1987
  msgid "Trigger social login in the same browser tab instead of a popup window"
1988
  msgstr ""
1989
 
1990
+ #: ../admin/social_login.php:555
1991
  msgid "Center align icons"
1992
  msgstr ""
1993
 
1994
+ #: ../admin/social_login.php:565
1995
  msgid "Center align social login icons"
1996
  msgstr ""
1997
 
1998
+ #: ../admin/social_login.php:572
1999
  msgid "Enable at login page"
2000
  msgstr ""
2001
 
2002
+ #: ../admin/social_login.php:582
2003
  msgid ""
2004
  "Social Login interface will get enabled at the login page of your website"
2005
  msgstr ""
2006
 
2007
+ #: ../admin/social_login.php:589
2008
  msgid "Enable at register page"
2009
  msgstr ""
2010
 
2011
+ #: ../admin/social_login.php:599
2012
  msgid ""
2013
  "Social Login interface will get enabled at the registration page of your "
2014
  "website"
2015
  msgstr ""
2016
 
2017
+ #: ../admin/social_login.php:606
2018
  msgid "Enable at comment form"
2019
  msgstr ""
2020
 
2021
+ #: ../admin/social_login.php:616
2022
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2023
  msgstr ""
2024
 
2025
+ #: ../admin/social_login.php:630
2026
  msgid "Enable before WooCommerce Customer Login Form"
2027
  msgstr ""
2028
 
2029
+ #: ../admin/social_login.php:640
2030
  msgid ""
2031
  "Social Login Interface will get enabled before the customer login form at "
2032
  "WooCommerce My Account page"
2033
  msgstr ""
2034
 
2035
+ #: ../admin/social_login.php:647
2036
  msgid "Enable at WooCommerce Customer Login Form"
2037
  msgstr ""
2038
 
2039
+ #: ../admin/social_login.php:657
2040
  msgid ""
2041
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2042
  "My Account page"
2043
  msgstr ""
2044
 
2045
+ #: ../admin/social_login.php:664
2046
  msgid "Enable at WooCommerce Customer Register Form"
2047
  msgstr ""
2048
 
2049
+ #: ../admin/social_login.php:674
2050
  msgid ""
2051
  "Integrate Social Login Interface with the customer register form at "
2052
  "WooCommerce My Account page"
2053
  msgstr ""
2054
 
2055
+ #: ../admin/social_login.php:681
2056
  msgid "Enable at WooCommerce checkout page"
2057
  msgstr ""
2058
 
2059
+ #: ../admin/social_login.php:691
2060
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2061
  msgstr ""
2062
 
2063
+ #: ../admin/social_login.php:701
2064
  msgid "Auto-approve comments made by Social Login users"
2065
  msgstr ""
2066
 
2067
+ #: ../admin/social_login.php:711
2068
  msgid ""
2069
  "If this option is enabled, and WordPress comment is made by Social Login "
2070
  "user, comment will get approved immediately without keeping in moderation."
2071
  msgstr ""
2072
 
2073
+ #: ../admin/social_login.php:712
2074
  msgid "Note: This is not related to Facebook comments"
2075
  msgstr ""
2076
 
2077
+ #: ../admin/social_login.php:721
2078
  msgid "Enable social avatar"
2079
  msgstr ""
2080
 
2081
+ #: ../admin/social_login.php:731
2082
  msgid ""
2083
  "Social profile pictures of the logged in user will be displayed as profile "
2084
  "avatar"
2085
  msgstr ""
2086
 
2087
+ #: ../admin/social_login.php:740
2088
  msgid "Avatar quality"
2089
  msgstr ""
2090
 
2091
+ #: ../admin/social_login.php:743
2092
  msgid "Average"
2093
  msgstr ""
2094
 
2095
+ #: ../admin/social_login.php:744
2096
  msgid "Best"
2097
  msgstr ""
2098
 
2099
+ #: ../admin/social_login.php:751
2100
  msgid "Choose avatar quality"
2101
  msgstr ""
2102
 
2103
+ #: ../admin/social_login.php:759
2104
  msgid ""
2105
  "Show option for users to update social avatar at BuddyPress profile page"
2106
  msgstr ""
2107
 
2108
+ #: ../admin/social_login.php:769
2109
  msgid ""
2110
  "If enabled, users would be able to update their social avatar from \"Profile "
2111
  "photo\" section in BuddyPress profile at front-end"
2112
  msgstr ""
2113
 
2114
+ #: ../admin/social_login.php:789
2115
  msgid ""
2116
  "If enabled and Social ID provider does not provide user's email address on "
2117
  "login, user will be asked to provide his/her email address. Otherwise, a "
2118
  "dummy email will be generated"
2119
  msgstr ""
2120
 
2121
+ #: ../admin/social_login.php:797
2122
  msgid "Send post-registration email to user to set account password"
2123
  msgstr ""
2124
 
2125
+ #: ../admin/social_login.php:807
2126
  msgid ""
2127
  "If enabled, an email will be sent to user after registration through Social "
2128
  "Login, regarding his/her login credentials (username-password to be able to "
2129
  "login via traditional login form)"
2130
  msgstr ""
2131
 
2132
+ #: ../admin/social_login.php:814
2133
  msgid "Send new user registration notification email to admin"
2134
  msgstr ""
2135
 
2136
+ #: ../admin/social_login.php:824
2137
  msgid ""
2138
  "If enabled, an email will be sent to admin after new user registers through "
2139
  "Social Login, notifying admin about the new user registration"
2140
  msgstr ""
2141
 
2142
+ #: ../admin/social_login.php:831
2143
  msgid "Login redirection"
2144
  msgstr ""
2145
 
2146
+ #: ../admin/social_login.php:835
2147
  msgid "Same page where user logged in"
2148
  msgstr ""
2149
 
2150
+ #: ../admin/social_login.php:839 ../admin/social_login.php:868
2151
  msgid "Account dashboard"
2152
  msgstr ""
2153
 
2154
+ #: ../admin/social_login.php:842 ../admin/social_login.php:871
2155
  msgid "BuddyPress profile page"
2156
  msgstr ""
2157
 
2158
+ #: ../admin/social_login.php:845 ../admin/social_login.php:874
2159
  msgid "Custom Url"
2160
  msgstr ""
2161
 
2162
+ #: ../admin/social_login.php:853
2163
  msgid "User will be redirected to the selected page after Social Login"
2164
  msgstr ""
2165
 
2166
+ #: ../admin/social_login.php:860
2167
  msgid "Registration redirection"
2168
  msgstr ""
2169
 
2170
+ #: ../admin/social_login.php:864
2171
  msgid "Same page from where user registered"
2172
  msgstr ""
2173
 
2174
+ #: ../admin/social_login.php:882
2175
  msgid ""
2176
  "User will be redirected to the selected page after registration (first "
2177
  "Social Login) through Social Login"
2178
  msgstr ""
2179
 
2180
+ #: ../admin/social_login.php:891
2181
  msgid "Social Account Linking Options"
2182
  msgstr ""
2183
 
2184
+ #: ../admin/social_login.php:906
2185
  msgid "Text to display above the Social Account Linking interface"
2186
  msgstr ""
2187
 
2188
+ #: ../admin/social_login.php:913
2189
  msgid ""
2190
  "Link social account to already existing account, if email address matches"
2191
  msgstr ""
2192
 
2193
+ #: ../admin/social_login.php:923
2194
  msgid ""
2195
  "If email address of the user's Social Account matches with an already "
2196
  "existing account at your website, that social account will be linked to "
2198
  "Linking interface at their profile page."
2199
  msgstr ""
2200
 
2201
+ #: ../admin/social_login.php:931
2202
  msgid "Enable social account linking at BuddyPress profile page"
2203
  msgstr ""
2204
 
2205
+ #: ../admin/social_login.php:941
2206
  msgid ""
2207
  "Enable this option to show social account linking interface at BuddyPress "
2208
  "profile page"
2209
  msgstr ""
2210
 
2211
+ #: ../admin/social_login.php:952
2212
  msgid "Email popup options"
2213
  msgstr ""
2214
 
2215
+ #: ../admin/social_login.php:957
2216
  msgid "Text on 'Email required' popup"
2217
  msgstr ""
2218
 
2219
+ #: ../admin/social_login.php:967
2220
  msgid ""
2221
  "This text will be displayed on email required popup. Leave empty if not "
2222
  "required."
2223
  msgstr ""
2224
 
2225
+ #: ../admin/social_login.php:975
2226
  msgid "Error message for 'Email required' popup"
2227
  msgstr ""
2228
 
2229
+ #: ../admin/social_login.php:985
2230
  msgid ""
2231
  "This message will be displayed to user if it provides invalid or already "
2232
  "registered email"
2233
  msgstr ""
2234
 
2235
+ #: ../admin/social_login.php:993
2236
  msgid "Email popup height"
2237
  msgstr ""
2238
 
2239
+ #: ../admin/social_login.php:1003
2240
  msgid ""
2241
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2242
  "can increase the height of popup by specifying in this option. Leave empty "
2243
  "for default."
2244
  msgstr ""
2245
 
2246
+ #: ../admin/social_login.php:1010
2247
  msgid "Enable email verification"
2248
  msgstr ""
2249
 
2250
+ #: ../admin/social_login.php:1020
2251
  msgid ""
2252
  "If enabled, email provided by the user will be verified by sending a "
2253
  "confirmation link to that email. User would not be able to login without "
2254
  "verifying his/her email"
2255
  msgstr ""
2256
 
2257
+ #: ../admin/social_login.php:1040
2258
  msgid "Enable GDPR opt-in"
2259
  msgstr ""
2260
 
2261
+ #: ../admin/social_login.php:1050
2262
  msgid ""
2263
  "Enable it to show GDPR opt-in for social login and social account linking"
2264
  msgstr ""
2265
 
2266
+ #: ../admin/social_login.php:1058
2267
  msgid "Placement of GDPR opt-in"
2268
  msgstr ""
2269
 
2270
+ #: ../admin/social_login.php:1062
2271
  msgid "Above Social Login icons"
2272
  msgstr ""
2273
 
2274
+ #: ../admin/social_login.php:1064
2275
  msgid "Below Social Login icons"
2276
  msgstr ""
2277
 
2278
+ #: ../admin/social_login.php:1070
2279
  msgid "Placement of GDPR opt-in above or below the social login icons"
2280
  msgstr ""
2281
 
2282
+ #: ../admin/social_login.php:1077
2283
  msgid "Opt-in text"
2284
  msgstr ""
2285
 
2286
+ #: ../admin/social_login.php:1087
2287
  msgid "Text for the GDPR opt-in"
2288
  msgstr ""
2289
 
2290
+ #: ../admin/social_login.php:1094
2291
  msgid "Text to link to Terms-Conditions page"
2292
  msgstr ""
2293
 
2294
+ #: ../admin/social_login.php:1104
2295
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2296
  msgstr ""
2297
 
2298
+ #: ../admin/social_login.php:1111
2299
  msgid "Terms-Conditions Url"
2300
  msgstr ""
2301
 
2302
+ #: ../admin/social_login.php:1121
2303
  msgid "Url of the terms-conditions page of your website"
2304
  msgstr ""
2305
 
2306
+ #: ../admin/social_login.php:1128
2307
  msgid "Text to link to Privacy Policy page"
2308
  msgstr ""
2309
 
2310
+ #: ../admin/social_login.php:1138
2311
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2312
  msgstr ""
2313
 
2314
+ #: ../admin/social_login.php:1145
2315
  msgid "Privacy Policy Url"
2316
  msgstr ""
2317
 
2318
+ #: ../admin/social_login.php:1155
2319
  msgid "Url of the privacy policy page of your website"
2320
  msgstr ""
2321
 
2322
+ #: ../admin/social_login.php:1206 ../inc/widget.php:260 ../inc/widget.php:438
2323
  #: ../inc/widget.php:602 ../inc/widget.php:750
2324
  msgid "Select"
2325
  msgstr ""
2326
 
2327
+ #: ../admin/social_login.php:1237
2328
  msgid "Social Login Shortcode & Widget"
2329
  msgstr ""
2330
 
2331
+ #: ../admin/social_login.php:1238
2332
  msgid "Social Linking Shortcode"
2333
  msgstr ""
2334
 
2335
+ #: ../admin/social_login.php:1253
2336
  msgid "Why is social login not working?"
2337
  msgstr ""
2338
 
2339
+ #: ../admin/social_login.php:1254
2340
  msgid ""
2341
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2342
  "belong to the same app"
2343
  msgstr ""
2344
 
2345
+ #: ../admin/social_login.php:1256
2346
  msgid "Social Login not working with Varnish enabled"
2347
  msgstr ""
2348
 
2349
+ #: ../admin/social_login.php:1257
2350
  msgid ""
2351
  "Why the user is not appearing logged in even after Social Login until the "
2352
  "webpage is refreshed manually?"
2470
  msgid "Enable bit.ly url shortener for tweet button"
2471
  msgstr ""
2472
 
2473
+ #: ../admin/like_buttons.php:665
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2474
  #, php-format
2475
  msgid ""
2476
  "Enter the code of the language you want to use to render counters. You can "
2478
  "Leave it empty for default language(English)"
2479
  msgstr ""
2480
 
2481
+ #: ../admin/like_buttons.php:674
2482
  msgid "Twitter Username"
2483
  msgstr ""
2484
 
2485
+ #: ../admin/like_buttons.php:679
2486
  msgid "Twitter username for Tweet (without @)"
2487
  msgstr ""
2488
 
2489
+ #: ../admin/like_buttons.php:689
2490
  msgid ""
2491
  "Provided username will be appended after the content being tweeted as \"via "
2492
  "@USERNAME\". Leave empty if you do not want any username."
2493
  msgstr ""
2494
 
2495
+ #: ../admin/like_buttons.php:697
2496
  msgid "Twitter username for Buffer sharing (without @)"
2497
  msgstr ""
2498
 
2499
+ #: ../admin/like_buttons.php:707
2500
  msgid ""
2501
  "Provided username will be appended after the content in Buffer sharing as "
2502
  "\"via @USERNAME\". Leave empty if you do not want any username."
2503
  msgstr ""
2504
 
2505
+ #: ../admin/like_buttons.php:753
2506
  msgid "Like Buttons Shortcode & Widget"
2507
  msgstr ""
2508
 
2526
  msgid "Archives"
2527
  msgstr ""
2528
 
2529
+ #: ../inc/social_sharing.php:942 ../inc/social_sharing.php:1180
2530
  msgid "Invalid request"
2531
  msgstr ""
2532
 
2533
+ #: ../inc/social_sharing.php:949
2534
  msgid "Providers not selected"
2535
  msgstr ""
2536
 
2537
+ #: ../inc/social_login.php:747
2538
  msgid "Email"
2539
  msgstr ""
2540
 
2541
+ #: ../inc/social_login.php:748
2542
  msgid "Confirm email"
2543
  msgstr ""
2544
 
2545
+ #: ../inc/social_login.php:750
2546
  msgid "Save"
2547
  msgstr ""
2548
 
2549
+ #: ../inc/social_login.php:751
2550
  msgid "Cancel"
2551
  msgstr ""
2552
 
2553
+ #: ../inc/social_login.php:825
2554
  msgid "Email Verification"
2555
  msgstr ""
2556
 
2557
+ #: ../inc/social_login.php:827
2558
  msgid ""
2559
  "Please click on the following link or paste it in browser to verify your "
2560
  "email"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, line login, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Windows Live Login, Microsoft Login
5
  Requires at least: 2.5.0
6
  Tested up to: 5.4.2
7
- Stable tag: 7.12.44
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
@@ -211,6 +211,11 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
211
  8. **Social Commenting**: Disqus Commenting selected
212
 
213
  == Changelog ==
 
 
 
 
 
214
  = 7.12.44 [27 June 2020] =
215
  [Bugfix] Plugin was not working when "Load all Javascript files in single file" checkbox was checked at "Super Socializer > General Options" page
216
  [Bugfix] Line login and Microsoft login was not working at social account linking page in admin area
@@ -2055,4 +2060,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
2055
  = 7.12.44 [27 June 2020] =
2056
  [Bugfix] Plugin was not working when "Load all Javascript files in single file" checkbox was checked at "Super Socializer > General Options" page
2057
  [Bugfix] Line login and Microsoft login was not working at social account linking page in admin area
2058
- [Improvement] Admin UI improvement
 
 
 
 
 
4
  Tags: social login, social share, line login, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Windows Live Login, Microsoft Login
5
  Requires at least: 2.5.0
6
  Tested up to: 5.4.2
7
+ Stable tag: 7.12.45
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
211
  8. **Social Commenting**: Disqus Commenting selected
212
 
213
  == Changelog ==
214
+ = 7.12.45 [10 July 2020] =
215
+ [Bugfix] Instagram login stopped working because of the outdated Instagram API
216
+ [Bugfix] Bit.ly url shortener was not working because of the outdated Bit.ly API
217
+ [Bugfix] Social Login shortcode was causing Javascript error for logged in users
218
+
219
  = 7.12.44 [27 June 2020] =
220
  [Bugfix] Plugin was not working when "Load all Javascript files in single file" checkbox was checked at "Super Socializer > General Options" page
221
  [Bugfix] Line login and Microsoft login was not working at social account linking page in admin area
2060
  = 7.12.44 [27 June 2020] =
2061
  [Bugfix] Plugin was not working when "Load all Javascript files in single file" checkbox was checked at "Super Socializer > General Options" page
2062
  [Bugfix] Line login and Microsoft login was not working at social account linking page in admin area
2063
+ [Improvement] Admin UI improvement
2064
+
2065
+ = 7.12.45 [10 July 2020] =
2066
+ [Bugfix] Instagram login stopped working because of the outdated Instagram API
2067
+ [Bugfix] Bit.ly url shortener was not working because of the outdated Bit.ly API
2068
+ [Bugfix] Social Login shortcode was causing Javascript error for logged in users
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.44
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.44');
15
 
16
  require 'helper.php';
17
 
@@ -148,35 +148,80 @@ function the_champ_connect(){
148
  die;
149
  }
150
  }
151
-
152
- // Instagram auth
153
- if(isset($_GET['SuperSocializerInstaToken']) && trim($_GET['SuperSocializerInstaToken']) != ''){
154
- $instaAuthUrl = 'https://api.instagram.com/v1/users/self?access_token=' . sanitize_text_field($_GET['SuperSocializerInstaToken']);
155
- $response = wp_remote_get($instaAuthUrl, array('timeout' => 15));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
157
- $body = json_decode(wp_remote_retrieve_body( $response ));
158
- if(is_object($body->data) && isset($body->data) && isset($body->data->id)){
159
- $redirection = isset($_GET['super_socializer_redirect_to']) && heateor_ss_validate_url($_GET['super_socializer_redirect_to']) !== false ? esc_url($_GET['super_socializer_redirect_to']) : '';
160
- $profileData = the_champ_sanitize_profile_data($body -> data, 'instagram');
161
- if(strpos($redirection, 'heateorMSEnabled') !== false){
162
- $profileData['mc_subscribe'] = 1;
163
- }
164
- $response = the_champ_user_auth($profileData, 'instagram', $redirection);
165
- if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
166
- $redirectTo = the_champ_get_login_redirection_url($redirection, true);
167
- }elseif(isset($response['message']) && $response['message'] == 'linked'){
168
- $redirectTo = $redirection . (strpos($redirection, '?') !== false ? '&' : '?') . 'linked=1';
169
- }elseif(isset($response['message']) && $response['message'] == 'not linked'){
170
- $redirectTo = $redirection . (strpos($redirection, '?') !== false ? '&' : '?') . 'linked=0';
171
- }elseif(isset($response['url']) && $response['url'] != ''){
172
- $redirectTo = $response['url'];
173
- }else{
174
- $redirectTo = the_champ_get_login_redirection_url($redirection);
 
 
 
 
 
 
 
 
 
 
 
 
175
  }
176
- the_champ_close_login_popup($redirectTo);
177
  }
178
- }
179
  }
 
180
  // Steam auth
181
  if(isset($_GET['SuperSocializerSteamAuth']) && trim($_GET['SuperSocializerSteamAuth']) != '' && isset($theChampLoginOptions['steam_api_key']) && $theChampLoginOptions['steam_api_key'] != ''){
182
  global $theChampSteamLogin;
@@ -907,7 +952,7 @@ function the_champ_frontend_scripts(){
907
  $twitterRedirect = urlencode(the_champ_get_valid_url(html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]))));
908
  $currentPageUrl = urldecode($twitterRedirect);
909
  ?>
910
- <script> var theChampFBKey = '<?php echo $fbKey ?>', theChampSameTabLogin = '<?php echo isset($theChampLoginOptions["same_tab_login"]) ? 1 : 0; ?>', theChampVerified = <?php echo intval($userVerified) ?>; var theChampAjaxUrl = '<?php echo html_entity_decode(admin_url().$ajaxUrl) ?>'; var theChampPopupTitle = '<?php echo $notification; ?>'; var theChampEmailPopup = <?php echo intval($emailPopup); ?>; var theChampEmailAjaxUrl = '<?php echo html_entity_decode(admin_url().$emailAjaxUrl); ?>'; var theChampEmailPopupTitle = '<?php echo $emailPopupTitle; ?>'; var theChampEmailPopupErrorMsg = '<?php echo htmlspecialchars($emailPopupErrorMessage, ENT_QUOTES); ?>'; var theChampEmailPopupUniqueId = '<?php echo $emailPopupUniqueId; ?>'; var theChampEmailPopupVerifyMessage = '<?php echo $emailPopupVerifyMessage; ?>'; var theChampSteamAuthUrl = "<?php echo $theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()) . '?SuperSocializerSteamAuth=' . $twitterRedirect ) : ''; ?>"; var theChampTwitterRedirect = '<?php echo $twitterRedirect ?>'; <?php echo isset($theChampLoginOptions['disable_reg']) && isset($theChampLoginOptions['disable_reg_redirect']) && $theChampLoginOptions['disable_reg_redirect'] != '' ? 'var theChampDisableRegRedirect = "' . html_entity_decode(esc_url($theChampLoginOptions['disable_reg_redirect'])) . '";' : ''; ?> var heateorMSEnabled = 0; var theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
911
  <?php
912
  if(!$combinedScript){
913
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
@@ -915,15 +960,6 @@ function the_champ_frontend_scripts(){
915
  wp_enqueue_script('thickbox');
916
  wp_enqueue_style('thickbox');
917
  }
918
- // Instagram scripts
919
- if(the_champ_social_login_provider_enabled('instagram')){
920
- ?>
921
- <script> var theChampInstaId = '<?php echo (isset($theChampLoginOptions["insta_id"]) && $theChampLoginOptions["insta_id"] != "") ? $theChampLoginOptions["insta_id"] : 0 ?>'; var theChampTwitterRedirect = '<?php echo urlencode(the_champ_get_valid_url(html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])))); ?>';</script>
922
- <?php
923
- if(!$combinedScript){
924
- wp_enqueue_script('the_champ_sl_instagram', plugins_url('js/front/social_login/instagram.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
925
- }
926
- }
927
  // Facebook scripts
928
  if(the_champ_facebook_plugin_enabled()){
929
  ?>
@@ -1418,7 +1454,8 @@ function the_champ_save_default_options(){
1418
  'privacy_policy_optin_text' => 'I have read and agree to Terms and Conditions of website and agree to my personal data being stored and used as per Privacy Policy',
1419
  'ppu_placeholder' => 'Privacy Policy',
1420
  'tc_placeholder' => 'Terms and Conditions',
1421
- 'tc_url' => ''
 
1422
  ));
1423
 
1424
  // social commenting options
@@ -1502,8 +1539,7 @@ function the_champ_save_default_options(){
1502
  'bottom_sharing_position' => '0',
1503
  'bottom_sharing_alignment' => 'left',
1504
  'bottom_sharing_position_radio' => 'responsive',
1505
- 'bitly_username' => '',
1506
- 'bitly_key' => '',
1507
  'share_count_cache_refresh_count' => '10',
1508
  'share_count_cache_refresh_unit' => 'minutes',
1509
  'language' => get_locale(),
@@ -1519,6 +1555,7 @@ function the_champ_save_default_options(){
1519
  'right_offset' => '-10',
1520
  'top_offset' => '100',
1521
  'alignment' => 'left',
 
1522
  ));
1523
 
1524
  add_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
@@ -1647,7 +1684,7 @@ add_action('wp_ajax_heateor_ss_google_redirection_notification_read', 'heateor_s
1647
  */
1648
  function the_champ_addon_update_notification(){
1649
  if(current_user_can('manage_options')){
1650
- global $theChampLoginOptions;
1651
  if(get_transient('heateor-ss-admin-notice-on-activation')){ ?>
1652
  <div class="notice notice-success is-dismissible">
1653
  <p><strong><?php printf(__('Thanks for installing Super Socializer plugin', 'super-socializer'), 'http://support.heateor.com/super-socializer-configuration'); ?></strong></p>
@@ -1714,6 +1751,34 @@ function the_champ_addon_update_notification(){
1714
  </div>
1715
  <?php
1716
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1717
  if(version_compare('7.11', $currentVersion) <= 0 && isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['providers']) &&
1718
  (
1719
  (in_array('facebook', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['fb_secret']) || $theChampLoginOptions['fb_secret'] == '')) ||
@@ -1981,6 +2046,17 @@ function the_champ_update_db_check(){
1981
  $currentVersion = get_option('the_champ_ss_version');
1982
 
1983
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
 
 
 
 
 
 
 
 
 
 
 
1984
  if(version_compare("7.12.39", $currentVersion) > 0){
1985
  global $theChampLoginOptions;
1986
  $networksToRemove = array('twitch', 'xing', 'liveJournal');
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.45
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.45');
15
 
16
  require 'helper.php';
17
 
148
  die;
149
  }
150
  }
151
+
152
+ // Instagram
153
+ if((isset($_GET['SuperSocializerAuth']) && sanitize_text_field($_GET['SuperSocializerAuth']) == 'Instagram')){
154
+ if(isset($theChampLoginOptions['providers']) && in_array('instagram', $theChampLoginOptions['providers']) && isset($theChampLoginOptions['insta_id']) && $theChampLoginOptions['insta_id'] != '' && isset($theChampLoginOptions['insta_app_secret']) && $theChampLoginOptions['insta_app_secret'] != ''){
155
+ wp_redirect("https://api.instagram.com/oauth/authorize?client_id=".$theChampLoginOptions['insta_id']."&scope=user_profile,user_media&response_type=code&language=en-us&redirect_uri=".urlencode(home_url()."/SuperSocializerAuth/Instagram"));
156
+ }
157
+
158
+ if(!isset($_GET['code'])){
159
+ // save referrer url in state
160
+ $_SESSION['super_socializer_instagram_redirect'] = isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : home_url();
161
+ }
162
+ }
163
+
164
+ if(isset($_GET['code']) && remove_query_arg(array('code'), html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]))) == home_url().'/SuperSocializerAuth/Instagram'){
165
+ if(function_exists('session_start')){
166
+ if(session_status() == PHP_SESSION_NONE){
167
+ session_start();
168
+ }
169
+ }
170
+
171
+ $postData = array(
172
+ 'client_id' => $theChampLoginOptions['insta_id'],
173
+ 'client_secret' => $theChampLoginOptions['insta_app_secret'],
174
+ 'grant_type' => 'authorization_code',
175
+ 'redirect_uri' => home_url().'/SuperSocializerAuth/Instagram',
176
+ 'code' => $_GET['code']
177
+ );
178
+ $response = wp_remote_post("https://api.instagram.com/oauth/access_token", array(
179
+ 'method' => 'POST',
180
+ 'timeout' => 15,
181
+ 'redirection' => 5,
182
+ 'httpversion' => '1.0',
183
+ 'sslverify' => false,
184
+ 'headers' => array('Content-Type' => 'application/x-www-form-urlencoded'),
185
+ 'body' => http_build_query($postData)
186
+ )
187
+ );
188
+
189
  if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
190
+ $body = json_decode(wp_remote_retrieve_body($response));
191
+ if(isset($body->access_token)){
192
+ $authorization = "Bearer ".$body->access_token;
193
+
194
+ $response = wp_remote_get('https://graph.instagram.com/'.$body->user_id.'?fields=ig_id,account_type,id,username&access_token='.$body->access_token, array('timeout' => 15));
195
+
196
+ if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
197
+ $profileData = json_decode(wp_remote_retrieve_body( $response ));
198
+
199
+ if(is_object($profileData) && isset($profileData->id)){
200
+ $profileData = the_champ_sanitize_profile_data($profileData, 'instagram');
201
+ $instagramRedirectUrl = isset($_SESSION['super_socializer_instagram_redirect']) && $_SESSION['super_socializer_instagram_redirect'] ? esc_url(trim($_SESSION['super_socializer_instagram_redirect'])) : home_url();
202
+ unset($_SESSION['super_socializer_instagram_redirect']);
203
+ $response = the_champ_user_auth($profileData, 'instagram', $yahooRedirectUrl);
204
+ if($response == 'show form'){
205
+ return;
206
+ }
207
+ if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
208
+ $redirectTo = the_champ_get_login_redirection_url($instagramRedirectUrl, true);
209
+ }elseif(isset($response['message']) && $response['message'] == 'linked'){
210
+ $redirectTo = $instagramRedirectUrl . ( strpos( $instagramRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
211
+ }elseif(isset($response['message']) && $response['message'] == 'not linked'){
212
+ $redirectTo = $instagramRedirectUrl . ( strpos( $instagramRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
213
+ }elseif(isset($response['url']) && $response['url'] != ''){
214
+ $redirectTo = $response['url'];
215
+ }else{
216
+ $redirectTo = the_champ_get_login_redirection_url($instagramRedirectUrl);
217
+ }
218
+ the_champ_close_login_popup($redirectTo);
219
+ }
220
  }
 
221
  }
222
+ }
223
  }
224
+
225
  // Steam auth
226
  if(isset($_GET['SuperSocializerSteamAuth']) && trim($_GET['SuperSocializerSteamAuth']) != '' && isset($theChampLoginOptions['steam_api_key']) && $theChampLoginOptions['steam_api_key'] != ''){
227
  global $theChampSteamLogin;
952
  $twitterRedirect = urlencode(the_champ_get_valid_url(html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]))));
953
  $currentPageUrl = urldecode($twitterRedirect);
954
  ?>
955
+ <script> var theChampFBKey = '<?php echo $fbKey ?>', theChampSameTabLogin = '<?php echo isset($theChampLoginOptions["same_tab_login"]) ? 1 : 0; ?>', theChampVerified = <?php echo intval($userVerified) ?>; var theChampAjaxUrl = '<?php echo html_entity_decode(admin_url().$ajaxUrl) ?>'; var theChampPopupTitle = '<?php echo $notification; ?>'; var theChampEmailPopup = <?php echo intval($emailPopup); ?>; var theChampEmailAjaxUrl = '<?php echo html_entity_decode(admin_url().$emailAjaxUrl); ?>'; var theChampEmailPopupTitle = '<?php echo $emailPopupTitle; ?>'; var theChampEmailPopupErrorMsg = '<?php echo htmlspecialchars($emailPopupErrorMessage, ENT_QUOTES); ?>'; var theChampEmailPopupUniqueId = '<?php echo $emailPopupUniqueId; ?>'; var theChampEmailPopupVerifyMessage = '<?php echo $emailPopupVerifyMessage; ?>'; var theChampSteamAuthUrl = "<?php echo $theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()) . '?SuperSocializerSteamAuth=' . $twitterRedirect ) : ''; ?>"; var theChampTwitterRedirect = '<?php echo $twitterRedirect ?>'; <?php echo isset($theChampLoginOptions['disable_reg']) && isset($theChampLoginOptions['disable_reg_redirect']) && $theChampLoginOptions['disable_reg_redirect'] != '' ? 'var theChampDisableRegRedirect = "' . html_entity_decode(esc_url($theChampLoginOptions['disable_reg_redirect'])) . '";' : ''; ?> var heateorMSEnabled = 0; var theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampInstagramAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Instagram&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
956
  <?php
957
  if(!$combinedScript){
958
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
960
  wp_enqueue_script('thickbox');
961
  wp_enqueue_style('thickbox');
962
  }
 
 
 
 
 
 
 
 
 
963
  // Facebook scripts
964
  if(the_champ_facebook_plugin_enabled()){
965
  ?>
1454
  'privacy_policy_optin_text' => 'I have read and agree to Terms and Conditions of website and agree to my personal data being stored and used as per Privacy Policy',
1455
  'ppu_placeholder' => 'Privacy Policy',
1456
  'tc_placeholder' => 'Terms and Conditions',
1457
+ 'tc_url' => '',
1458
+ 'insta_app_secret' => ''
1459
  ));
1460
 
1461
  // social commenting options
1539
  'bottom_sharing_position' => '0',
1540
  'bottom_sharing_alignment' => 'left',
1541
  'bottom_sharing_position_radio' => 'responsive',
1542
+ 'bitly_access_token' => '',
 
1543
  'share_count_cache_refresh_count' => '10',
1544
  'share_count_cache_refresh_unit' => 'minutes',
1545
  'language' => get_locale(),
1555
  'right_offset' => '-10',
1556
  'top_offset' => '100',
1557
  'alignment' => 'left',
1558
+ 'bitly_access_token' => ''
1559
  ));
1560
 
1561
  add_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
1684
  */
1685
  function the_champ_addon_update_notification(){
1686
  if(current_user_can('manage_options')){
1687
+ global $theChampLoginOptions, $theChampSharingOptions, $theChampCounterOptions;
1688
  if(get_transient('heateor-ss-admin-notice-on-activation')){ ?>
1689
  <div class="notice notice-success is-dismissible">
1690
  <p><strong><?php printf(__('Thanks for installing Super Socializer plugin', 'super-socializer'), 'http://support.heateor.com/super-socializer-configuration'); ?></strong></p>
1751
  </div>
1752
  <?php
1753
  }
1754
+
1755
+ if(version_compare('7.12.46', $currentVersion) > 0 && isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['providers']) && in_array('instagram', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['insta_id']) || $theChampLoginOptions['insta_id'] == '' || !isset($theChampLoginOptions['insta_app_secret']) || $theChampLoginOptions['insta_app_secret'] == '')){
1756
+ ?>
1757
+ <div class="error">
1758
+ <h3>Super Socializer</h3>
1759
+ <p><?php echo sprintf(__('To continue using Instagram login create a new Instagram App as described <a href="%s" target="_blank">here</a> and save Instagram App ID and Instagram App Secret <a href="%s">here</a>', 'super-socializer'), 'http://support.heateor.com/how-to-get-instagram-client-id/', 'admin.php?page=heateor-social-login'); ?></p>
1760
+ </div>
1761
+ <?php
1762
+ }
1763
+
1764
+ if(version_compare('7.12.46', $currentVersion) > 0 && isset($theChampSharingOptions['bitly_enable']) && !$theChampSharingOptions['bitly_access_token']){
1765
+ ?>
1766
+ <div class="error">
1767
+ <h3>Super Socializer</h3>
1768
+ <p><?php echo sprintf(__('To continue using bitly url shortener, login to your bit.ly account and navigate to <strong>Profile Settings > Generic Access Token</strong> (top-right corner), authenticate to generate access token and save it <a href="%s">here</a>. More details at the <a href="%s" target="_blank">link</a>', 'super-socializer'), 'admin.php?page=heateor-social-sharing#tabs-4', 'https://support.sendible.com/hc/en-us/articles/360021876751-How-To-Access-Your-Bit-ly-Key'); ?></p>
1769
+ </div>
1770
+ <?php
1771
+ }
1772
+
1773
+ if(version_compare('7.12.46', $currentVersion) > 0 && isset($theChampCounterOptions['bitly_enable']) && !$theChampCounterOptions['bitly_access_token']){
1774
+ ?>
1775
+ <div class="error">
1776
+ <h3>Super Socializer</h3>
1777
+ <p><?php echo sprintf(__('To continue using bitly url shortener, login to your bit.ly account and navigate to <strong>Profile Settings > Generic Access Token</strong> (top-right corner), authenticate to generate access token and save it <a href="%s">here</a>. More details at the <a href="%s" target="_blank">link</a>', 'super-socializer'), 'admin.php?page=heateor-like-buttons#tabs-3', 'https://support.sendible.com/hc/en-us/articles/360021876751-How-To-Access-Your-Bit-ly-Key'); ?></p>
1778
+ </div>
1779
+ <?php
1780
+ }
1781
+
1782
  if(version_compare('7.11', $currentVersion) <= 0 && isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['providers']) &&
1783
  (
1784
  (in_array('facebook', $theChampLoginOptions['providers']) && (!isset($theChampLoginOptions['fb_secret']) || $theChampLoginOptions['fb_secret'] == '')) ||
2046
  $currentVersion = get_option('the_champ_ss_version');
2047
 
2048
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
2049
+ if(version_compare("7.12.45", $currentVersion) > 0){
2050
+ global $theChampLoginOptions,$theChampSharingOptions,$theChampCounterOptions;
2051
+ $theChampSharingOptions['bitly_access_token'] = '';
2052
+ update_option('the_champ_sharing', $theChampSharingOptions);
2053
+ $theChampCounterOptions['bitly_access_token'] = '';
2054
+ update_option('the_champ_counter', $theChampCounterOptions);
2055
+ $theChampLoginOptions['insta_id'] = '';
2056
+ $theChampLoginOptions['insta_app_secret'] = '';
2057
+ update_option('the_champ_login', $theChampLoginOptions);
2058
+ }
2059
+
2060
  if(version_compare("7.12.39", $currentVersion) > 0){
2061
  global $theChampLoginOptions;
2062
  $networksToRemove = array('twitch', 'xing', 'liveJournal');